/* CSS Document */

.items-page-container {display:none;}

a.account-link
{background-image:url(../images/account-icon.png);
background-position:left;
background-repeat:no-repeat;
text-decoration:none;
display:inline;
color:#ffffff;
float:right;
padding:5px 0px 5px 30px;
background-size:20px 20px;
margin-left:10px;}

a.account-link:hover
{text-decoration:underline;}

a.cart-link
{background-image:url(../images/cart-icon.png);
background-position:left;
background-repeat:no-repeat;
text-decoration:none;
display:inline;
color:#ffffff;
float:right;
padding:5px 0px 5px 30px;
background-size:20px 20px;
margin-left:10px;}

a.cart-link:hover
{text-decoration:underline;}

a.login-link
{background-image:url(../images/sign-in-icon.png);
background-position:left;
background-repeat:no-repeat;
text-decoration:none;
display:inline;
color:#ffffff;
float:right;
padding:5px 0px 5px 30px;
background-size:20px 20px;
margin-left:20px;}

a.login-link:hover
{text-decoration:underline;}

a.headerlink {font-weight: bold; text-decoration: none;color:#000;}
a.headerlink:hover {color:#25aae1;}

.banner {text-align: center;padding:20px 0px 20px 0px;}
.banner img {max-width:100%;}

body {font-family:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;}

.cart-row
{color:#fff;
padding:10px 50px 10px 0px;}

.cart-row-right
{float:right;
padding-top:5px;
width:300px;}

.cart-row-left
{float:right;
width:280px;}

.category-box
{display:inline-block;width:200px;margin:20px;}
.category-box img {max-width:200px;max-height:200px;}

.content-area {padding:20px 0px 20px 0px;}

.content-area-inner {max-width:1000px;margin:0 auto;}

.footer-top
{text-align: center;
padding:20px;background: #636363;}

.footer-bottom
{text-align: center;background:#212121;color:#fff;padding:40px;}

.header-mobile {display:none;}

.header-pc
{display:block;}

.header-inner
{max-width:1100px;
margin:0 auto;}

.home-categories
{padding:10px 0px 10px 0px;
text-align: center;}

.home-categories a {text-decoration: none;color:#000;}
.home-categories a:hover {color:#25aae1;}

.search-field-bak
{background-image:url(../images/mag-icon.png);
background-repeat:no-repeat;
background-position:210px 5px;
background-color:#a3aaad;
color:#e9ebec;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
padding:10px;
width:225px;
border:0px;}


.topnav-row a {color:#fff;text-decoration: none;font-weight: bold;text-transform: uppercase;font-size:18px;}
.topnav-row a:hover {color:#3bbefb;}

/* ============================================ MOBILE CSS ==================================================== */

.logo-mobile {margin-top:-20px;}
.logo-mobile img {max-height: 50px;}

.mobile-table {margin:5px 0px 5px 0px;}
/*.mobile-table img {height:60px;}*/

@media screen and (max-width:1000px) {
.content-inner {width:100%;}
.content-left {display:none;}
.content-right {width:100%;}
.example-image {max-width:150px;max-height:150px;margin:12px;}
.header-pc, .banner-topnav {display:none;}
.header-mobile {display:block;}	
}

@media screen and (max-width:700px) {
.category-box
{display:inline-block;width:150px;margin:10px;}
.category-box img {max-width:150px;max-height:150px;}

.featured-box
{width:150px;}

.featured-box-pic
{
height:140px;	
}

.featured-box-pic img
{max-width:140px;
max-height:140px;
}

.featured-box-title
{height: 35px;
line-height: 35px;
font-size:12px;
}
	
}


