@charset "utf-8";

/* --------------------------------------------------------------
   FONTS
-------------------------------------------------------------- */
@font-face {
    font-family: 'nexa_slab_blackregular';
    src: url('../fonts/nexaslabblack.eot');
    src: url('../fonts/nexaslabblack.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexaslabblack.woff2') format('woff2'),
         url('../fonts/nexaslabblack.woff') format('woff'),
         url('../fonts/nexaslabblack.ttf') format('truetype'),
         url('../fonts/nexaslabblack.svg#nexa_slab_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'headline_onehplhs';
    src: url('../fonts/headoh.eot');
    src: url('../fonts/headoh.eot?#iefix') format('embedded-opentype'),
         url('../fonts/headoh.woff2') format('woff2'),
         url('../fonts/headoh.woff') format('woff'),
         url('../fonts/headoh.ttf') format('truetype'),
         url('../fonts/headoh.svg#headline_onehplhs') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* --------------------------------------------------------------
   UNIVERSAL
-------------------------------------------------------------- */
.center-container {
	width: 1050px;
	margin: 0 auto;	
	padding: 0 20px;
	overflow: hidden;
}

p {
	font-family: Arial, Helvetica, sans-serif;	
}

.clear {
	clear: both;
	float: none;
}
body{
	font-family: Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------------------
   HEADER 
-------------------------------------------------------------- */
#header-charcoal {
	width: 100%;
	min-width: 1100px;
	background: #393939;	
}

#header-charcoal p {
    color: #FFF;
    text-align: right;
    padding: 10px 2px 8px;
    text-transform: uppercase;
    font-size: 12px;
}

#header-charcoal p span {
    font-size: 15px;
    font-weight: bold;
	margin: 0 0 0 5px;
}

#header-grey {
	width: 100%;
	min-width: 1100px;
	background: #e7e5e6;	
}

#header-grey ul {
	text-align: right;
}

#header-grey li {
	display: inline-block;
}

#header-grey li a {
	color: #393939;
	text-decoration: none;
	font-family: arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 12px 7px;
	border-left: solid 1px #b2b0b1;	
	display: block;
}

#header-grey li.last a {
	border-right: solid 1px #b2b0b1;
}

#header-grey li a:hover {
	background: #FFF;
}

#header-grey li.chat a {
	background: transparent url("../images/icon-chat.png") no-repeat scroll 47px 1px;
}

#header-grey li.chat a:hover {
	background: #FFF url("../images/icon-chat.png") no-repeat scroll 47px 1px;
}

#header-grey li.cart a {
	background: transparent url("../images/icon-cart.png") no-repeat scroll 47px 1px;
}

#header-grey li.cart a:hover {
	background: #FFF url("../images/icon-cart.png") no-repeat scroll 47px 1px;
}

#header-grey li.chat a { padding: 10px 40px 7px 12px; }
#header-grey li.cart a { padding: 10px 40px 7px 12px; }

#header-grey li.cart a span {
    background: #0000ff;
    color: white;
    padding: 3px 5px 4px;
    border: #E7E5E6 solid 2px;
    border-radius: 26px;
    font-size: 10px;
    display: block;
    position: absolute;
    margin: -21px 0 0 49px;
}

#header-white {
	width: 100%;
	min-width: 1100px;
	background: #FFF;	
	padding: 15px 0px 0px;
	box-shadow: 0px 7px 10px -8px #000;
	position: relative;
	z-index: 20;
}

#header-white p {
	color: #FFF;
	text-align: right;	
}

#header-logo {
	float: left;
	margin: 3px 45px 0px 0px;
}

#header-white ul {
	text-align: left;
}

#header-white li {
	display: inline-block;
}

#header-white li a {
    color: #393939;
    text-decoration: none;
   	padding: 15px 25px 30px;
    font-size: 18px;
    display: block;
	font-family: 'nexa_slab_blackregular';
}

#header-white li:hover a {
    color: red;
	background: url(../images/menu-main-hover.png) no-repeat center bottom;
}

#search-form {
	float: right;
	margin: -55px 0px 10px;
}

#search-form .ui-input-text { display:inline-block; }

#search-form .ui-input-btn { display:inline-block !important; position:absolute; }

#search-form input {
	background: #F2F2F2;
	border: medium none;
	font-size: 17px;
	font-family: arial;
	padding: 0px 10px 1px 15px;
	color: #B6B6B6;
	border-radius: 20px;
	height: 32px;
	width: 200px;
	border: 1px solid rgb(182, 182, 182);		
}

#search-form .submit {
	background: url("../images/search-submit.png") no-repeat scroll right center;
	height: 35px;
	width: 55px;
	border-radius: 20px;
	text-indent: -9999px;
	margin: 0px 0 0 -55px;
	z-index: 2;
	cursor: pointer;
	border: none;
	display:inline;
}

select[value] {
	display: none !important;	
}

/* MAIN MENU */
#main-menu .main-div-products, #main-menu .main-cat-radio, #main-menu .main-cat-computer,  #main-menu .main-cat-maker, #main-menu .main-cat-emergency, #main-menu .main-cat-toys, #main-menu .main-cat-gifts, #main-menu .main-div-services, #main-menu .main-cat-repairs, #main-menu .main-cat-corporate, #main-menu .main-div-specials, #main-menu .main-cat-treasure {
	/*display: none;*/
	position: absolute;
	visibility:hidden;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#main-menu .products:hover .main-div-products, #main-menu .main-div-products .radio:hover .main-cat-radio, #main-menu .main-div-products .computer:hover .main-cat-computer, #main-menu .main-div-products .maker:hover .main-cat-maker, #main-menu .main-div-products .emergency:hover .main-cat-emergency, #main-menu .main-div-products .toys:hover .main-cat-toys, #main-menu .main-div-products .gifts:hover .main-cat-gifts, #main-menu .services:hover .main-div-services, #main-menu .main-div-services .repairs:hover .main-cat-repairs, #main-menu .main-div-services .corporate:hover .main-cat-corporate, #main-menu .specials:hover .main-div-specials, #main-menu .treasure:hover .main-cat-treasure {
	/*display: block;*/
	visibility:visible;
	text-decoration: none;
}

#main-menu .main-div-products, #main-menu .main-div-services, #main-menu .main-div-specials {
	background:url(../images/menu-top-border.png) repeat-x left top #FFF;
	/*border-top: 15px solid #F00;*/
	margin: 0px;
	width: 200px;
	padding: 30px 0px 20px 15px;
	border: 1px grey solid;
	border-top: none;
}

#main-menu .main-div-services {
	padding: 15px 0px 20px 15px;	
}

#main-menu .main-div-products li, #main-menu .main-div-services li, #main-menu .main-div-specials li {
	display: block;	
}

#main-menu .main-div-products li a, #main-menu .main-div-services li a, #main-menu .main-div-specials li a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #393939;
	display: block;
	clear: both;
	text-transform: uppercase;
	padding: 12px 10px 12px !important;
	background: none;
}

#main-menu .main-div-products li:hover a, #main-menu .main-div-services li:hover a {
	color: red;
	background: url(../images/menu-sub-hover.png) no-repeat 189px center;	
}

#main-menu .main-div-specials li a:hover { color: red; }

#main-menu .main-div-products li ul li a, #main-menu .main-div-services li ul li a {
	text-transform: none;
	color: #393939 !important;
	background: none !important;
}

#main-menu .main-div-products li ul li a:hover, #main-menu .main-div-services li ul li a:hover {
	color: red !important;
}

#main-menu .main-div-products li ul li a:hover, #main-menu .main-div-services li ul li a:hover, #main-menu .main-div-specials li a:hover {
	color: red;
	background: none;	
}

#main-menu .main-div-products li ul, #main-menu .main-div-services li ul {
    background: #E7E6E6;
	margin: -68px 0px 0px 200px !important;
	border-top: 15px solid #F00;
	width: 385px;
	padding: 15px 0px 15px 15px;
	min-height: 233px;
	overflow-y: hidden;
}


#main-menu .main-div-services li ul { min-height: 184px; }

#main-menu .main-div-products li ul.main-cat-computer {	margin: -106px 0px 0px 200px !important; }
#main-menu .main-div-products li ul.main-cat-maker { margin: -182px 0px 0px 200px !important; }
#main-menu .main-div-products li ul.main-cat-emergency { margin: -220px 0px 0px 200px !important; }
#main-menu .main-div-products li ul.main-cat-toys { margin: -258px 0px 0px 200px !important; }
#main-menu .main-div-products li ul.main-cat-gifts { margin: -296px 0px 0px 200px !important; }
#main-menu .main-div-products li ul.main-cat-treasure { margin: -144px 0px 0px 200px !important; }
#main-menu .main-div-services li ul.main-cat-repairs { width: 245px; height: 184px !important; margin: -68px 0px 0px 200px !important;}
#main-menu .main-div-services li ul.main-cat-corporate { margin: -120px 0px 0px 200px !important; width: 245px; }


#main-menu .main-div-products li ul li a, #main-menu .main-div-services li ul li a {
	display: inline-block;
	padding: 0px 10px 12px !important;
}

#main-menu .main-div-products li ul li a { padding: 15px 10px 12px; }

#main-menu .main-div-products li ul li img {
	float: left;
	height: 45px;
	width: 60px;
}

#main-menu .main-div-products li ul li, #main-menu .main-div-services li ul li {
	padding: 8px 0px;
}

#main-menu .main-div-products li ul li a {
	padding: 15px 25px 10px 10px !important;
}

#main-menu .main-div-products li ul li { min-height: 45px; }



/* --------------------------------------------------------------
   CONTENT
-------------------------------------------------------------- */
#content-container {
	width: 100%;	
}

/* OPP WINDOW */
#opp-container, #bread-container {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 30px;	
}

#opp-container {
	background: url(../images/opp-window-background.jpg) no-repeat center top;
	background-size: cover;
	min-width: 1100px;
}

#bread-container {
	padding: 40px 0 20px;
	overflow: hidden;	
}

#bread-container p {
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
	font-weight: bold;
	font-size: 14px;	
}

#bread-container a {
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
	font-weight: normal;
	text-decoration: none;	
}

#bread-container a:hover {
	color: #0000ff;	
}

.slidesjs-container { height: 350px !important; }

#slides .slidesjs-pagination {
	text-align: center;	
}

#slides .slidesjs-pagination .slidesjs-pagination-item {
	display: inline-block;
	margin: 0 10px;
	text-indent: -9999px;
	background: #e7e6e4;
	border-radius: 20px;
}

#slides .slidesjs-pagination .slidesjs-pagination-item {
	display: inline-block;
	margin: 0 10px;
}

#slides .slidesjs-pagination .slidesjs-pagination-item a {
	text-indent: -9999px;
	background: #e7e6e4;
	border-radius: 20px;
	display: block;
	height: 15px;
	width: 15px;
}

#slides .slidesjs-pagination .slidesjs-pagination-item a.active {
	background: #fe0000;
}


/* SHOP */
#shop-container {
    border-bottom: 1px solid lightgrey;
	min-width: 1100px;
}

#shop-container {
    margin: 60px 0px 0px;
}

#shop-container ul {
	text-align: left;	
}

#shop-container li {
    display: inline-block;
    padding: 10px 12px 0px 10px;
    margin: -5px 15px 0px 0px;
    text-align: center;
}

#shop-container li.shop-main-radio {
	padding: 10px 10px 0px 0px;	
}

#shop-container li a {
    text-decoration: none;
	color: #393939;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 40px 0;
	display: block;
}

#shop-container li:hover a {
    border-bottom: 4px solid #00b4ff;
	padding: 0 0 36px 0;
}

#shop-container li ul li a {
    border-bottom: none !important;
}

#shop-container li img {
    margin: 0 0 10px;
}

#shop-container h3, #new_arrivals h3, #bundles h3, #must-have h3, #special-offers h3 {
	font-family: 'nexa_slab_blackregular';
	font-size: 20px;
	color: #393939;		
}


/* SHOP SUB-MENUS */
.shop-sub-radio, .shop-sub-computer, .shop-sub-maker, .shop-sub-emergency, .shop-sub-toys, .shop-sub-gifts {
	display: none;	
	position: absolute;
	background: white;
	width: 1008px;
	border-right: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	padding: 5px 20px 30px 20px;
	background: #393939;
}

.shop-sub-computer { margin: 0 0 0 -198px; }
.shop-sub-maker { margin: 0 0 0 -399px; }
.shop-sub-emergency { margin: 0 0 0 -557px; text-align: right !important; }
.shop-sub-toys { margin: 0 0 0 -750px; text-align: right !important; }
.shop-sub-gifts { margin: 0px 0px 0px -929px; text-align: right !important; }

.shop-main-radio:hover .shop-sub-radio, .shop-main-computer:hover .shop-sub-computer, .shop-main-maker:hover .shop-sub-maker, .shop-main-emergency:hover .shop-sub-emergency, .shop-main-toys:hover .shop-sub-toys, .shop-main-gifts:hover .shop-sub-gifts {
	display: block;	
}

#shop-container .shop-sub-radio li a, #shop-container .shop-sub-computer li a, #shop-container .shop-sub-maker li a, #shop-container .shop-sub-emergency li a, #shop-container .shop-sub-toys li a, #shop-container .shop-sub-gifts li a {
	padding: 20px 0px 0px;
	display: block;
	font-size: 12px;
	color: #FFF;
}

#shop-container .shop-sub-radio li a:hover, #shop-container .shop-sub-computer li a:hover, #shop-container .shop-sub-maker li a:hover, #shop-container .shop-sub-emergency li a:hover, #shop-container .shop-sub-toys li a:hover, #shop-container .shop-sub-gifts li a:hover {
	border: none;
	color: #00b4ff;
}


/* HOT ITEMS */
#hot_items {
	background: #f0f0f0;
	width: 59%;
	float: left;
	margin: 60px 15px 60px 0px;
	padding: 30px 0px 12px 30px;
}

#hot_items h3 {
	color: #00b4ff;
	text-transform: uppercase;
	font-family: 'nexa_slab_blackregular';
	font-size: 40px;
	margin-bottom: -10px;
}

#hot_items a {
	text-decoration: none;
	color: #393939;	
}

#hot_items ul {
	text-align: left;	
}

#hot_items li {
    display: inline-block;
    width: 47%;
    margin-top: 10px;
}

#hot_items li:nth-of-type(1) {
    display: inline-block;
    width: 47%;
	margin: 10px 30px 0px 0px;
	border-right: 1px solid lightgrey;
}

#hot_items .product-name {
    font-family: "headline_onehplhs";
    color: #393939;
    font-size: 32px;
   	padding: 0px 0px 5px;
}

#hot_items .product-image {
	float: right;
	margin: -22px 30px 10px 0px;
}

/* COUPON */
#coupon {
	margin: 60px 0px;
	float: right;
}

/* NEW ARRIVALS */
#new_arrivals, #bundles, #must-have, #special-offers {
	margin: 0px 0px 50px;
	clear: both;
}

#must-have {
	margin: 0px 0px 50px;
	clear: both;
}
#special-offers {
	margin: 0px 0px 50px;
	clear: both;
}


#new_arrivals ul {
	text-align: left;
}

#new_arrivals li, #bundles li, #must-have li, #special-offers li {
	display: inline-block;
	margin: 25px 22px 10px 0px;
	border: 1px solid #dcdcdc;
	padding: 20px;
}

#new_arrivals li:nth-of-type(4) {
	display: inline-block;
	margin: 25px 0px 10px 0px;
	border: 1px solid #D3D3D3;
	padding: 20px;
}

#new_arrivals .product-price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #393939;
	font-size: 22px;
	margin: 10px 0 0px;	
}

#new_arrivals .product-name, #bundles .product-name, #must-have .product-name, #special-offers .product-name {
	margin: 5px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #393939;
	font-size: 16px;	
}

#new_arrivals .product-sub {
	min-height: 16px;
	margin: 5px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
	font-size: 12px;
}

#new_arrivals .product-photo, #bundles .product-photo, #must-have .product-photo, #special-offers .product-photo {
	border-bottom: 1px solid #dcdcdc;
	height: 150px;
	width: 201px;
}

#new_arrivals .product-photo img, #bundles .product-photo img, #must-have .product-photo img, #special-offers .product-photo img {
	max-height: 150px;
	max-width: 201px;
	display: inline-block;
	vertical-align: middle;
}

#new_arrivals .product-cart a, #bundles .product-cart a, #must-have .product-cart a, #special-offers .product-cart a {
	display: block;
	background: #00B4FF;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 10px 20px;
	width: 50%;
	margin: 15px 0 0px;
}

#new_arrivals .product-cart a:hover, #bundles .product-cart a:hover, #must-have .product-cart a:hover, #special-offers .product-cart a:hover {
	background: #393939;
}

#new_arrivals li.more-new {
	width: 200px;
	float: right;
	margin: 25px 0px 10px;
	border: 1px solid #D3D3D3;
	display: inline-block;
	padding: 0px 20px;
	background: #f0f0f0;
}

#new_arrivals .more-new a {
	color: #393939;
	text-transform: uppercase;
	font-family: "nexa_slab_blackregular";
	font-size: 34px;
	text-decoration: none;
	display: block;
	padding: 97px 0px;
	line-height: 40px;
}

#new_arrivals .more-new a:hover {
	color: #00B4FF;
}	



/* TEXT TEMPLATE */
#template .page-title {
	font-family: 'nexa_slab_blackregular';
	font-size: 20px;
	margin: 40px 0;
	color: #393939;	
}

#template .sub-title {
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;	
	padding: 0px 0px 20px 30px; 	
	font-weight: bold;
	font-size: 16px;
}

#template p, #template li  {
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;	
	padding: 0 0 0 30px;
	font-size: 13px;
	line-height: 25px;
	margin: 0 0 30px;	
}

#template li {
	margin: 0px 0px 10px;
	padding: 0 0 0 10px;
}

#template ul {
	list-style: disc;
	padding: 0px 0px 40px 50px;	
}


/* --------------------------------------------------------------
   SINGLE PRODUCT PAGE
-------------------------------------------------------------- */

/** SHARE THIS **/
#sharethis {
	position: absolute;
	margin: 30px 0 0 0;
	border: 1px solid lightgrey;
	padding: 8px 6px 3px;	
}

#sharethis a {
	display: inline-block;
	height: 20px;
	width: 17px;
	position: relative;
	margin: 0 0 0 10px;
}

#sharethis .share {
	height: 20px;
	display: block;
	float: left;
	line-height: 19px;
	margin: 0px 0px 0px 5px;
	color: #393939;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bold;
	width: 44px;
}

#sharethis .pintrest { background:url(../images/share-icons.png) no-repeat left top; }
#sharethis .twitter { background:url(../images/share-icons.png) no-repeat -31px top; }
#sharethis .facebook { background:url(../images/share-icons.png) no-repeat -61px top; }
#sharethis .googleplus { background:url(../images/share-icons.png) no-repeat -91px top; width: 30px; }

#sharethis .pintrest:hover { background:url(../images/share-icons.png) no-repeat left bottom; cursor: pointer; }
#sharethis .twitter:hover { background:url(../images/share-icons.png) no-repeat -31px bottom; cursor: pointer; }
#sharethis .facebook:hover { background:url(../images/share-icons.png) no-repeat -61px bottom; cursor: pointer; }
#sharethis .googleplus:hover { background:url(../images/share-icons.png) no-repeat -91px bottom; cursor: pointer; }

.ui-select span {
	display: none !important;	
}

/** PRODUCT INFO **/
#product-container {
	width: 100%;
	min-width: 1050px;
	background: url(../images/background-product-profile.png) no-repeat center bottom;
	background-size: cover;
	border-bottom: 1px solid lightgrey;
	min-height: 520px;
	overflow: hidden;	
}

#product_info .product_name {
	font-size: 24px;
	color: #232323;
	font-family: 'nexa_slab_blackregular';
	margin: 0 0 15px;	
}

#product_info .product_sub, #product_info .product_sku, #product_info .product_retailprice, #product_info .product_discounts {
	font-size: 14px;
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px;	
}

#product_info .details_group {
	margin: 0 0 15px;	
}

#product_info {
	width: 385px;
	float: right;
	padding: 47px 0px;
}

#product_info .add_to_cart a {
    display: block;
	background: #F00 none repeat scroll 0% 0%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 15px 30px;
	width: 45%;
	font-size: 18px;
	font-weight: bold;
	margin: 35px 0px 0px;
}

#product_info .add_to_cart a:hover {	
	background: #393939;
}

#product_info .product_price {
	font-size: 22px;
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	font-weight: bold;	
}

#product_info .product_used a {
	font-size: 14px;
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	text-decoration: none;
}

#product_info .product_used a:hover {
	color: #F00;
}

#product_info .product_shipping {
	font-size: 12px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	font-style: italic;
	font-weight: bold;
}

#product_info .product_stock {
	font-size: 12px;
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 16px;
}

#product_info .product_stock.instock { background: url(../images/profile-instock.png) no-repeat left center; }
#product_info .product_stock.outstock { background: url(../images/profile-outtastock.png) no-repeat left center; }

#product_info select {
	border: none;
	background: url(../images/select-arrow.png) no-repeat 320px 6px #e7e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #232323;
	display: block;
	width: 90%;
	margin: 0 0 15px;
	padding: 5px 10px;
	border-radius: 20px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
}

#product_info select option {
	margin: 5px 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
	border: none;
}	

#product_info .product_rankings {
	margin: 20px 0px 20px;	
	height: 16px;
	width: 85px;
	display: block;
}

#product_info .product_rankings.zerostar { background:url(../images/rankings-zero.png) no-repeat center center; }
#product_info .product_rankings.onestar { background:url(../images/rankings-one.png) no-repeat center center; }
#product_info .product_rankings.twostar { background:url(../images/rankings-two.png) no-repeat center center; }
#product_info .product_rankings.threestar { background:url(../images/rankings-three.png) no-repeat center center; }
#product_info .product_rankings.fourstar { background:url(../images/rankings-four.png) no-repeat center center; }
#product_info .product_rankings.fivestar { background:url(../images/rankings-five.png) no-repeat center center; }

#product_info .product_buysafe {
	text-indent: -9999px;
	display: block;
	background:url(../images/profile-buysafe.png) no-repeat;
	width: 83px;
	height: 24px;
	margin: 25px 0px 30px;
}		

#product_info .product-chat a {
	background: url(../images/icon-expert-chat.png) no-repeat center top;
	display: block;
	height: 110px;
	width: 96px;
	text-indent: -9999px;
	position: absolute;
	margin: -38px 0px 0px 208px;
}

#product_info .product-chat a:hover {
	background: url(../images/icon-expert-chat.png) no-repeat center -149px;
}

	

/** Stage container **/
.connected-carousels .stage {
    width: 620px;
    margin: 60px auto 20px;
    position: relative;
}

/** Navigation container **/
.connected-carousels .navigation {
    margin: 20px auto 70px;
    position: relative;
	padding: 0px 30px 0px 42px;
}

/** Shared carousel styles **/
.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.connected-carousels .carousel-stage ul li {
	max-height: 315px;
	width: 630px;
}

.connected-carousels .carousel li {
    float: left;
}


/** Navigation carousel specific styles **/
.connected-carousels .carousel-navigation li {
    cursor: pointer;
	margin: 0px 30px 0px 0px;
	background: white none repeat scroll 0% 0%;
	border: 1px solid lightgrey;
	padding: 10px 6px 8px;
}

.connected-carousels .carousel-navigation li.active {
    border-color: #00b4ff;
}


/** Stage carousel controls **/
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/
.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    text-shadow: 0 0 1px #000;
}

.connected-carousels .prev-navigation {
    left: -15px;
    text-indent: 6px;
	top: 10px;
}

.connected-carousels .next-navigation {
    right: -15px;
    text-indent: 20px;
	top: 10px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .2;
    cursor: default;
}

#product-container .wrapper { 
	width: 600px;
	float: left;
}


/**  Plain Carousel **/
.jcarousel-wrapper {
    position: relative;
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

.jcarousel {
    position: relative;
    overflow: hidden;
	width: 940px;
	margin: 0px 45px 0 56px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 97px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.jcarousel-control-prev {
    left: 0px;
}

.jcarousel-control-next {
    right: 0px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .2;
    cursor: default;
}

/** Bundles & Must Haves **/
#bundles .product-photo img, #must-have .product-photo img, #special-offers .product-photo img {
    display: block;
    vertical-align: middle;
    height: 87px;
    margin-left:auto;
	margin-right:auto;
	
}

#bundles .product-photo, #must-have .product-photo, #special-offers .product-photo {
    border-bottom: 1px solid #DCDCDC;
    height: 87px;
    width: 138px;
}

#bundles .product-name, #must-have .product-name, #special-offers .product-name {
    font-size: 12px;
}

#bundles li, #must-have li {
    display: inline-block;
    margin: 25px 35px 10px 0px;
    border: 1px solid #DCDCDC;
    padding: 10px;
}
#special-offers li {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	border: 0px solid #DCDCDC;
	padding: 3px;
}

#bundles .product-cart a, #must-have .product-cart a, #special-offers .product-cart a {
    display: block;
	background: #F00 none repeat scroll 0% 0%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 7px 34px;
	width: 50%;
	margin: 15px 0px 0px;
	font-size: 12px;
}

#bundles .product-name, #must-have .product-name, #special-offers .product-name {
    margin: 15px 0px 10px;
}

#bundles .product-price, #must-have .product-price, #special-offers .product-price {
	display:none;
    margin: 5px 0px 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #393939;
    font-size: 12px;
}


/** TABBED CONTENT **/
#tabContainer {
    border-bottom: 1px solid lightgrey;
    margin: 80px 0px 0px;
}

#wrapper a {
	display:block;
	font-size:1.2em;
	padding-top:20px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

#tabscontent {
	padding: 40px 0px 0px;	
}

#tabscontent ul {
	list-style: disc;
	padding: 0 0 0 20px;
}

#tabscontent ul li {
	line-height: 30px;
	font-size: 12px;
	color: #393939;
}

#tabs {
	overflow:hidden;
}

#tabs > ul{
	font: 1em;
	list-style:none;
}

#tabs > ul > li {
	margin: 12px 6px 0px 0px;
	padding: 20px 44px;
	display: block;
	float: left;
	color: #393939;
	background: #E7E6E6;
	text-transform: uppercase;
	font-size: 12px;
	font-family: arial;
}

#tabs > ul > li:hover {
	background: #FFFFFF; 
	cursor: pointer;
	color: #333;
	border-right: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	background: url(../images/background-tab-hover.png) repeat-x left top #FFF;
	color: red;
	margin: 6px 6px 0px 0px;
	padding: 26px 43px 20px;
}

#tabs > ul > li.tabActiveHeader {
	background: url(../images/background-tab-hover.png) repeat-x left top #FFF;
	cursor: pointer;
	color: #333;
	border-right: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	color: red;
	margin: 6px 6px 0px 0px;
	padding: 26px 43px 20px;
}

#tabscontent h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0px 20px;
	font-family: arial;
	color: #393939;
}

#tabscontent p {
	line-height: 30px;
	font-size: 12px;
	color: #393939;
	margin: 0 0 20px 0px;
}

#tabscontent a {
	color: #393939;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#tabscontent a:hover {
	color: red;
}

/* --------------------------------------------------------------
   PRODUCT CATEGORY PAGE
-------------------------------------------------------------- */
#bread-container .results-count {
	font-weight: normal;
	float: left;
	width: 265px;
	padding: 0 20px 0px 0px;	
}

#bread-container .center-container {
	overflow: visible;	
}

#bread-container .sort {
	float: right;
	width: 180px !important;
	border: none;
	background: url(../images/select-arrow.png) no-repeat 158px 6px #e7e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #232323;
	display: block;
	padding: 5px 10px;
	border-radius: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
 	appearance: none;
	outline: 0;
	margin: -5px 0 0;
}

#bread-container .sort option {
    margin: 5px 0px;
    -moz-appearance: none;
    outline: 0px none;
    border: medium none;
}

#product-cat-sidebar {
	background: #f5f5f5;
	width: 180px;
	padding: 20px 25px;
	margin: 25px 0px;
	float: left;
}

#product-cat-sidebar .search-by {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0px -10px;
}

#product-cat-sidebar .search-cat {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0px 10px;
}

#product-cat-sidebar form {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid lightgrey;
	padding: 0px 0px 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

#product-cat-sidebar form input {
	margin: 5px 5px 5px 0;
}


#product-cat-sidebar form .more {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	display: block;
	text-decoration: none;
	color: #232323;
	background: url(../images/select-arrow.png) no-repeat 32px -1px;
}

#product-cat-sidebar form .more:hover {
	color: #00b4ff;
}

#listings {
	float: right;	
}

#listings .row {
    border-bottom: 1px solid lightgrey;
    padding: 0 0 10px;
}

#listings li {
    display: inline-block;
    margin: 0px 22px 10px 0px;
    padding: 22px;
}

#listings li:hover {
    border: 2px solid lightgrey;
	padding: 20px;
}

#listings li:nth-of-type(4), #listings li:nth-of-type(8), #listings li:nth-of-type(12) {
    margin: 25px 0px 10px 0px;
}

#listings .product-price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #393939;
	font-size: 18px;
	margin: 8px 0 0px;	
	width: 135px;
}

#listings .product-name {
	margin: 5px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #393939;
	font-size: 12px;
	width: 135px;
	min-height: 23px;
	line-height: 19px;	
}

#listings .product-sub {
	min-height: 16px;
	margin: 5px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
	font-size: 11px;
	width: 135px;
}

#listings .product-photo {
	height: 110px;
	width: 135px;
}

#listings .product-photo img {
	max-height: 150px;
	max-width: 135px;
	display: inline-block;
	vertical-align: middle;
}

#listings .product-cart a {
	display: block;
	background: #00B4FF;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 10px 20px;
	width: 72%;
	margin: 15px 0 0px;
	font-size: 12px
}

#listings .product-cart a:hover {
	background: #393939;
}

#listings .product_retailprice, #listings .product_discounts {
    font-size: 11px;
    color: #232323;
    font-family: Arial,Helvetica,sans-serif;
    margin: 5px 0px 0px;
	min-height: 16px;
}

#listings .product_shipping {
    font-size: 12px;
    color: #F00;
    font-family: Arial,Helvetica,sans-serif;
    margin: 10px 0px 5px;
    font-style: italic;
    font-weight: bold;
	min-height: 16px;
}

#listings .product_stock {
    font-size: 12px;
    color: #232323;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0px 0px 5px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 0px 16px;
	min-height: 16px;
}

#listings .product_stock.instock {
    background: transparent url("../images/profile-instock.png") no-repeat scroll left center;
}

#listings .product_stock.outstock {
    background: transparent url("../images/profile-outtastock.png") no-repeat scroll left center;
}

#listings #pager {
    text-align: right;
    margin: 20px 0px;
}

#listings #pager a {
    text-decoration: none;
	color: #393939;
	margin: 0 8px;
}

#listings #pager a:hover {
	font-weight: bold;
	border-bottom: 2px solid #393939;
}

#listings #pager a.arrow:hover {
	color: #00b4ff;
	border: none;
}

/* --------------------------------------------------------------
   Pop Up Cart
-------------------------------------------------------------- */
#pop-cart {
	position: absolute;
	z-index: 50;
	width: 275px;
	background: transparent url("../images/pop-cart-drop.png") no-repeat scroll 253px 1px;
	margin: -9px 0px 0px 775px;
	padding: 9px 0 0 0;
}

#pop-cart ul {
	background: #FFF;
	padding: 20px 16px;
	overflow: hidden;
	border-right: 2px solid lightgrey;
	border-bottom: 2px solid lightgrey;
	border-left: 2px solid lightgrey;
}

#pop-cart .message {
	background: #F00 none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 15px 15px 15px;
}

#pop-cart .message a {
    color: rgb(255, 255, 255);
    display: block;
    float: right;
    text-decoration: none;
	background: url(../images/pop-cart-close.png)  no-repeat center top;
	text-indent: -9999px;
	height: 14px;
	width: 14px;
}

#pop-cart .message a:hover {
	background: url(../images/pop-cart-close.png)  no-repeat center bottom;
}

#pop-cart li {
    display: block;
    text-align: left;
	border-bottom: 1px solid grey;
	padding: 0 0 15px;
	margin: 0 0 15px;
	min-height: 70px;
}

#pop-cart .pop-cart-image img {
    float: left;
	margin: 0px 5px 0px 0px;
	border: 1px solid #D3D3D3;
	padding: 10px 5px 12px;
}

#pop-cart .pop-cart-remove {
    color: blue;
    text-transform: none;
    text-decoration: underline;
    font-size: 12px;
    padding: 0px;
    border: none;
}

#pop-cart .pop-cart-remove:hover {
    color: #393939;
}

#pop-cart p {
    font-size: 11px;
}

#pop-cart .pop-cart-product {
    width: 93px;
    float: left;
	margin: 3px 0px 5px;
}

#pop-cart .pop-cart-price {
    float: right;
    width: 57px;
    text-align: right;
	margin: 3px 0 0 0;
}

#pop-cart .pop-cart-quantity {
	display: block;
	width: 155px;
	margin: 0px 0px 8px;
}

#pop-cart .subtotal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#pop-cart .subtotal span {
    padding: 0 0 0 50px;
}

#pop-cart .pop-checkout {
    background: red none repeat scroll 0% 0%;
    color: white;
    font-weight: bold;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    width: 54px;
    margin: 15px 0px 0px;
    text-align: right;
    float: right;
}

#pop-cart .pop-checkout:hover {
    background: #393939;
}

/* --------------------------------------------------------------
   FOOTER
-------------------------------------------------------------- */
#footer-container {
	width: 100%;
	min-width: 1100px;
	background: url(../images/background-footer.png) repeat;
	padding: 70px 0;	
	margin: 70px 0px 0px;
}

#footer-menu {
	min-height: 133px;
	width: 735px;
	float: left;
}

#footer-menu .row {
	float: left;
	margin: 0px 60px 0px 0px;
}

#footer-menu li {
	padding: 15px 25px 12px 0px;
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#footer-menu li a {
    color: #FFF;
    text-decoration: none;
    display: block;
	font-family: arial;
	font-size: 14px;
}

#footer-menu li span {
   font-size: 16px;
}

#footer-menu li.phone {
    padding: 15px 0 0px;
}

#footer-menu li a:hover {
    color: #6d6d6d;
}

#footer-social {
	float: right;
}

#footer-social li { 
	display: inline-block;
	margin: 15px 0 0 12px;
}

#footer-social li a {
	height: 42px;
	width: 42px;
	display: block;
	text-indent: -9999px;
}

#footer-social li.pintrest a { background: url(../images/footer-social-icons.png) no-repeat left top; }
#footer-social li.pintrest a:hover { background: url(../images/footer-social-icons.png) no-repeat left bottom; }
#footer-social li.twitter a { background: url(../images/footer-social-icons.png) no-repeat -57px top; }
#footer-social li.twitter a:hover { background: url(../images/footer-social-icons.png) no-repeat -57px bottom; }	
#footer-social li.facebook a { background: url(../images/footer-social-icons.png) no-repeat -114px top; }
#footer-social li.facebook a:hover { background: url(../images/footer-social-icons.png) no-repeat -114px bottom; }	
#footer-social li.google_plus a { background: url(../images/footer-social-icons.png) no-repeat -170px top; }
#footer-social li.google_plus a:hover { background: url(../images/footer-social-icons.png) no-repeat -170px bottom; }	
#footer-social li.youtube a { background: url(../images/footer-social-icons.png) no-repeat -226px top; }
#footer-social li.youtube a:hover { background: url(../images/footer-social-icons.png) no-repeat -226px bottom; }					
	

#footer-bar {
	clear: both;
	height: 85px;
	background: #504e4f;
	width: 100%;
	margin: 80px 0px 0px;
}

#footer-bar p {
	color: #FFF;
	font-size: 13px;
	line-height: 90px;
	float: left;
}

#footer-bar img {
	float: right;
	margin: 2px 0 0px;
}

#footer-bbb {
	position: absolute;
	margin: 110px 0 0 959px;
}	