/*
 * NETO STYLE OVERRIDE
 * 
 * These styles build upon Bootstrap
 * v2.2.1 
 * gridColumns : 24
 * gridColumnWidth : 30px
 * gridGutterWidth : 10px
 */
 

/* Global Styles
----------------------------------------------------------------------------------------------------*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 15, 2013 */

@font-face {
    font-family: 'playregular';
    src: url('play-regular-webfont.eot');
    src: url('play-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('play-regular-webfont.woff') format('woff'),
         url('play-regular-webfont.ttf') format('truetype'),
         url('play-regular-webfont.svg#playregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playbold';
    src: url('play-bold-webfont.eot');
    src: url('play-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('play-bold-webfont.woff') format('woff'),
         url('play-bold-webfont.ttf') format('truetype'),
         url('play-bold-webfont.svg#playbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:Arial, 'Helvetica Neue', cursive;
	font-size:13px;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.rss a {
	color: #F60;
	background: url('/assets/icons/rss.png') 15px 2px no-repeat;
	padding-left: 35px !important;
}

.comment {
	background:url('/assets/icons/comment.gif') no-repeat;
}

.h-menu-list,
.v-menu-list {
	list-style:none;
	margin:0;
	padding:0;
}

.h-menu-list li,
.v-menu-list li {
	list-style:none;
	margin:0;
	padding:0;
}

.h-menu-list li {
	display:inline;
	margin-left:10px;
}

.v-menu-list li {
	margin-bottom:6px;
}

.wishlist span {
	cursor:pointer;
}

.cart-thumb {
	width:50px;
	height:50px;
}

.btn {
  color: #033764;
  background-image: -moz-linear-gradient(top, #0a5697, #033764);
  background-image: -ms-linear-gradient(top, #0a5697, #033764);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0a5697), to(#033764));
  background-image: -webkit-linear-gradient(top, #0a5697, #033764);
  background-image: -o-linear-gradient(top, #0a5697, #033764);
  background-image: linear-gradient(top, #0a5697, #033764);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a5697', endColorstr='#033764', GradientType=0);
	border: 1px solid #2E497A;
	color:white;
	text-shadow:none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: white;
  background-color: #033764;
}



/* Boxes and Wells
----------------------------------------------------------------------------------------------------*/

.n-box-header {
	background:#666;
	color:#FFF;
	text-shadow: 0px 1px 0px #333;
	font-size:12px;
	font-weight:bold;
	padding:10px 10px 8px 14px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-transform:uppercase;
}

.n-box-body {
	padding-top:10px;
}

/* Side Boxes
----------------------------------------------------------------------------------------------------*/

#footer h4{
	color:black;
}

#left-sidebar{
	margin-left: 0px;
}

#main-content .right-sidebar{
	margin-left:20px;
}

#left-sidebar .n-box {
	padding: 0px 0px 10px 0px;	
}

.a-z .btn {
	width:13px;
	margin-bottom:3px;
}

.margin-right {
	margin-right:25px !important;
}

.input-tiny {
	width:22px;
}

.wt-rotator .thumbnails {
	margin-left:0px !important;
}

.image_box {
	list-style-type:none;
	margin:0px;
}

.image_box li {
	float:left;
	padding:5px;
}

.image_box li img {
	width:80px;
}

.caret {
	text-indent:-999999px;
	overflow:hidden;
}

.navbar-inner {height:30px; padding-top:0px;}

.navbar .nav li.dropdown .dropdown-menu .dropdown-toggle .caret {
	width: 0px;
	height: 0px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid black;
	opacity:0.5;
	position:absolute;
	display:block;
	right:.75em;
	top:-0.1em; /* IE6 only */
	text-indent:-999em;
	overflow:hidden;
}

.dropdown-menu li > a {padding:3px 20px 3px 10px}

/* Customisations for dropdown menus */
.navbar .lv1-li.dropdown-submenu > a:after {
	display:none;
}

.navbar .nav>li>a:focus, 
.navbar .nav>li>a:hover,
.navbar .lv1-li.dropdown-submenu:hover > a,
.navbar .lv1-li.dropdown-submenu > a:hover {
	background: rgb(95,111,135); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(95,111,135,1) 0%, rgba(142,154,170,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,111,135,1)), color-stop(100%,rgba(142,154,170,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(95,111,135,1) 0%,rgba(142,154,170,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(95,111,135,1) 0%,rgba(142,154,170,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(95,111,135,1) 0%,rgba(142,154,170,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(95,111,135,1) 0%,rgba(142,154,170,1) 100%); /* W3C */
}

.dropdown-submenu:hover .dropdown-menu {
	display:none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.navbar .nav > li.dropdown-submenu > .dropdown-menu {
	left:0;
	top:113%;
}

.navbar .nav > li.dropdown-submenu > a > .caret {
	margin-top:8px;
	border-top:4px solid rgba(0,0,0,.5);
}

.navbar-inverse .caret {
	border-top: 4px solid #999 !important; /* For IE8 and below */
	border-top: 4px solid rgba(255, 255, 255, .5) !important;
}

.pull-right > li.dropdown-submenu > .dropdown-menu {
	left:auto !important;
}

.nav-list > .dropdown-submenu > .dropdown-menu {left:110%;}
.nav-list .lv1-li.dropdown-submenu:hover > a, .nav-list .lv1-li.dropdown-submenu > a:hover {background:#EEE; text-shadow:none; color:#005580 }
/* Header
----------------------------------------------------------------------------------------------------*/

#header {
	padding-top:10px;
	position:relative;
	z-index:100001;
}

.header-search,
#header-cart {
	margin-top:17px;
	display: inline-block;
	vertical-align: top;
}

#header-cart {
	z-index:100001;
}

#header-cart a{
	font-size:12px;
	padding: 2px 7px 3px 8px;
}
	
.header-account {
	margin-top:15px;
	margin-right:4px;
}

#header-cart.btn-group {white-space:normal;}

.header-search .search_loading_icon {
	position:absolute;
	margin-left:257px;
	z-index:999;
	margin-top:5px;
}


/* Articles
----------------------------------------------------------------------------------------------------*/

.article .pull-left {
	margin-right:5px;
	border:1px solid #CCC;
}

.article a {
	font-size:12px;
}

.article {
	font-size:11px;
	color:#999;
}

.media hr {
	margin-bottom: 0;
}

.successaddmessage .btn{
	font-size:13px;
}

/* Shopping Cart Drop-down
----------------------------------------------------------------------------------------------------*/

#neto-dropdown {
	width:250px;
	color:black;
}

.dropdown-menu #neto-dropdown a {
	padding:0;
}

.btn-group .dropdown-menu .btn {
	border-radius:4px !important;
}

/* Shopping Cart Popup
----------------------------------------------------------------------------------------------------*/


.thumb_cart button {
	margin-top:20px;
}

.thumb_cart button.checkout {
	float:right;
}

.thumb_cart ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.thumb_cart ul li {
	border-bottom:1px solid #EEE;
	padding:10px 0px;
	font-size:11px;
	overflow:auto;
}

.thumb_cart ul li .left {
	float:left;
	margin-right:5px;
	width:50px;
}

.thumb_cart ul li .left img {
	width:50px;
	height:50px;
}

.thumb_cart ul li .right {
	width:175px;
	float:left;
}

.thumb_cart ul li .right a {
	white-space: normal;
	clear:none;
}

.ajaxloader {
	background: #C0C0C0 url(/assets/img/loading.gif) no-repeat 50% 50%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	opacity: .7;
}

.successaddmessage {
	padding:10px;
	width:450px;
}

.successaddmessage .header {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.successaddmessage .body {
	padding:5px;
	margin-bottom:10px;
}

.successaddmessage .body .image {
	width:70px;
	float:left;
	height:60px;
}

.successaddmessage .body .image img {
	width:60px;
	height:60px;
}

.successaddmessage .body .description {
	width:290px;
	float:left;
	padding-top:15px;
}

.successaddmessage .footer {
	margin-bottom:5px;
}

.modal {
	top:0%;	
	border: 0;
}

.modal-footer {
	padding:10px;
}

.successaddmessage .footer .left {
	float:left;
}

.successaddmessage .footer .right {
	float:left;
	float:right;
	text-align:right;
}

.successaddmessageclear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a.wishlist_toggle,
a.wishlist_toggle:active,
a.wishlist_toggle:hover {
	cursor:pointer;
	font-size:11px;
}

.wishlistoverlay {
	padding:10px;
	width:400px;
}

.wishlistoverlay .header {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.wishlistoverlay .body {
	padding:5px;
	margin-bottom:10px;
}

.wishlistoverlay .createnewlist {
	font-weight:bold;
}

.wishlistoverlay .listname {
	font-weight:bold;
}

.wishlistoverlay .addremovelink {
	cursor:pointer;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	padding:20px 0;
	clear:left;
	background-color:white;
}

#footer .payment li {
	float:left;
	margin-right:5px
}

#footer .copyright {
	float:right;
	text-align:left;
	width:230px;
}

#footer .lv1 {
	float:left;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

.nav-list .nav-sub-header {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
}

.nav-list > li + .nav-sub-header {
	margin-top: 9px;
}

.nav-list .nav-list {
	margin-left:-14px;
	margin-right:-14px;
}

.nav-list .nav-list li a {
	padding-left:24px;
	margin-left:-16px;
	font-size:11px;
	margin-right:-16px;
}

.nav-list .nav-list .nav-list li a {
	padding-left:29px;
	margin-left:-14px;
	font-size:11px;
}

.dropdown-menu a {
	padding: 3px 20px 3px 10px
}

/* Thumbnails
----------------------------------------------------------------------------------------------------*/

.thumbnail {
	position:relative;
}

.thumbnails {margin-left:-10px;}

.thumbnails li {
	width:180px;
	margin-left:10px;
}

.thumbnails li.adunit{
	width:365px;
	margin-bottom:0px;
}

.thumbnails li.brands{
	width:170px;
}

.thumb_list .thumbnails li {
	width:auto;
}

.thumbnails li.brands a {
	text-decoration:none;
}

.thumbnails li.thumbnail-box {
	width:160px;
	position:relative;
}

.carousel-home li {
	width:176px;
	margin-bottom:11px;
}

.carousel-category li {
	width:202px;
}

.carousel-display li {
	width:202px;
}

.carousel-home .caption .title{
	height:7.8em;
}


.thumbnail-box hr {margin:10px 0;}
.thumbnails > li.thumbnail-box {margin-bottom:5px; margin-top:10px;}
.thumbnail-box img {
	width:60px;
	float:left;
	margin-right:10px;
	border:1px solid #CCC;
}

.thumbnail-box .caption .title {
	margin:0px;
	overflow:hidden;
	font-size:12px;
	height:3.4em;
}

.thumbnail-box .buying-options {
	margin-bottom:5px;
}

.thumbnail-box .wishlist {
	margin:0px;
}

.thumbnail .wishlist-horz {
	margin-top:8px;
	margin-left:5px;
}

.thumbnail .bottom-bar {
	height:30px;
	width:100%;
	background:#EEE;
	border-top:1px solid #ddd;
	padding:4px;
	margin:-4px;
	margin-top:4px;
	clear:both;
}

.thumbnail .purchase .price {
	font-size:22px;
	font-weight:bold;
}

.thumbnail .purchase .rrp {
	font-size:14px;
	text-decoration:line-through;
}

.thumbnail .purchase .save {
	color:red;
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
}

.thumbnail .purchase {
	margin-top:10px;
	padding-right:10px;
	width:150px;
	text-align:right;
}

.thumbnails li.grid_6 {
	width:223px;
	height:403px;
}

.categorylist img {margin-bottom:10px;}

.categorylist li {
	width: 171px;
	height: 231px;
}

.caption .title {
	height:6.8em;
	margin-bottom:6px;
	overflow:hidden;
}

.caption h4.title {
	font-size:15px;
}

.caption .price {
	font-size:16px;
	height:21px;
}

.caption .savings {
	height:18px;
	overflow:hidden;
}

.caption .save {
	color:red;
	font-size:11px;
}

.caption .save,
.caption .rrp {
	margin-right:10px;
	font-size:11px;
}

.caption .rrp {
	text-decoration: line-through;
}

.thumbnail-list .description {width:400px;}

.thumbnail-list .thumbnail-image {margin-top:10px; margin-bottom:5px;}
.thumbnail-list h3 {margin-top:5px;}
/* More info hover effect (NOTE: need to test in IE) */
.thumbnail-image {
	position:relative;
	display:block;
	overflow:hidden;
}

.thumbnail-image:hover {
	text-decoration: none;
}

.thumbnail-image .moreinfo {
	position:absolute;
	display:block;
	font-size:12px;
	background:rgba(0,0,0,0.8);
	color:#fff;
	bottom:-50px;
	left:50%;
	margin-left:-55px;
	padding:5px 0;
	width:110px;
	text-align:center;
	border-radius:4px;
	opacity:0;
	-webkit-transition:all 0.33s ease-in-out;
	   -moz-transition:all 0.33s ease-in-out;
	     -o-transition:all 0.33s ease-in-out;
	        transition:all 0.33s ease-in-out;	
}

.thumbnail-image:hover .moreinfo {
	bottom:40%;
	opacity:1;
}

.in-promo {
	position:absolute;
	top:5px;
	right:5px;
}

.thumbnail-box .in-promo {
	position:absolute;
	top:5px;
	left:5px;
	right:auto;
}

.thumbnail-list .form-actions {margin-top:10px; margin-bottom:0px; padding:5px; margin-left:-4px; margin-right:-4px; margin-bottom:-4px;}

.thumbnail-list .in-promo {
	position:absolute;
	right:auto;
	left:5px;
}

.post-subtitle {
	font-size:10px;
}

.article a {
	font-size:11px;
}

.article a .subtitle {
	font-size:10px;
	color:#999;
}

.article a img {
	margin-top:5px;
}

.buttontable tr td {width:235px; padding:10px;}



/* Out Of Stock Notification
----------------------------------------------------------------------------------------------------*/

.notification {
	padding:10px;
	width:450px;
}

/* Home Page
----------------------------------------------------------------------------------------------------*/


.homepage-content {
	margin:10px 0px 20px 0px;
}

#n_home h1 {font-size:22px;}

.carousel-control {font-size:25px; width:25px; height:25px; line-height:20px; border:2px solid #FFF;}

#myCarouselBanner .carousel-control {top:50%;}

/* Category Page
----------------------------------------------------------------------------------------------------*/

ul.category-subcats {
	margin:10px;
	padding:0px;
}


.category-subcats li > a:after {
  display: block;
  float: left;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-left: 0px;
  padding-left:5px;
  border-color: transparent;
  border-left-color: #E3E3E3;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.category-subcats li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	width: 215px;
	overflow: hidden;
	font-size: 11px;
	margin-top: 10px;
}
.category-subcats li i {margin-top:-2px;}


/* Product Filters
----------------------------------------------------------------------------------------------------*/

.nav-list > li + .filter > a { 
	background:url(/assets/themes/default/img/checkbox_no.png);
	background-repeat: no-repeat;
    background-position: 0 4px;
	padding-left:20px; 
	margin-left:-1px; 
}
	
.nav-list > li + .filter-remove > a { 
	background:url(/assets/themes/default/img/checkbox_yes.png);
	background-repeat: no-repeat;
    background-position: 0 4px;
	padding-left:20px; 
	margin-left:-1px; 
}


/* Display Page
----------------------------------------------------------------------------------------------------*/
UL.image_box {
	margin:0;
	padding:0;
	list-style-type:none;
}

UL.image_box LI {
	margin:0;
	float:left;
	margin: 4px;
}

#reviews img {margin-bottom:5px; margin-top:5px;}

#n_product .qty {height:28px; text-align:center; font-size:22px;}
.tabbable .stars {margin-top:0px; float:right;}
.tabbable .reviews {width:160px;}

.productprice {
	font-size:30px;
	font-weight:bold;
	margin-bottom:10px;
}

.productrrp {
	font-size:18px;
	text-decoration:line-through;
	margin-bottom:10px;
}

.productsave {
	font-size:22px;
	color:red;
	margin-bottom:10px;
}

.productsavetext {
	font-size:14px;
	color:red;
	font-weight:bold;
}
	
.well{
	border:none;
}

.accordion-group,
.nav-tabs>.active>a, .nav-tabs>.active>a:hover{
	border: 1px solid #323949;
}

.nav-tabs{
	border-bottom: 1px solid #323949;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover{
	border-bottom-color: transparent;
}

.nav-tabs>li>a:hover{
	border-color: #1F303F #1F303F #1F303F;
}

.accordion-inner{
	border-top:none;
}

._itmspec_listitm {
	margin-bottom:5px;
}

.variation-name {
	padding-right:10px;
}

.specific {
	padding-top:10px;
	padding-bottom:10px;
}

.time {
	color:red;
}

.time .cd-time {
	display:inline;
	font-size:11px;
}

.time-text {
	font-size:11px;
	margin-bottom:5px;
}

.productwasprice {
	font-size:22px;
	margin-bottom:5px;
}

.productpromo {
	font-size:30px;
	font-weight:bold;
	margin-bottom:10px;
}

.productquestion,
.productquestion a:active,
.productquestion a:hover,
.productquestion a:visited {
	font-size:11px;
}

#shipbox ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-left:20px;
}

#shipbox h4 {
	margin-top:5px;
}

#freeitems .thumbnail {
	background:#FFF;
	height:185x;
}

#freeitems .title {
	margin-top:5px;
	margin-bottom:5px;
	height:26px;
}

#freeitems .freebie {
	color:#F00;
	margin-bottom:10px;
}

.availability_description {
	padding:10px 0px 10px 0px;
	size:11px;
	color:#999;
}

.comment_box {
	border-bottom:1px solid #CCC;
	padding:5px;
	background:#FFF;
}

.comment_author {
	font-size:11px;
	color:#999;
}

.comment {
	font-size:12px;
	font-style:italic;
	background:none;
}

.comment_tail {
	width:10px;
	height:10px;
	background:url(/assets/theme/bootstrap/comment_tail.gif) no-repeat;
	margin-top: -1px;
	margin-left:10px;
	margin-bottom:10px;
	display:block;
}

.variation-name {
	width:60px;
}

/* Account Page
----------------------------------------------------------------------------------------------------*/

.buttontable a {font-size:12px; height:60px;}


/* Store Finder
----------------------------------------------------------------------------------------------------*/

#map-table {
	border:1px solid #eee;
}

#store-finder-filter {
	background:-webkit-linear-gradient(#fff,#eee);
	padding:10px;
	border:1px solid #eee;
	border-bottom:none;
	border-radius:4px 4px 0 0;
}

#geo_map { width:100%; height:650px; }
#geo_list {overflow: auto; height: 625px; width:100%; font-size: 11px; color: #000; }
#geo_map_pl { font-size:11px; border-right:1px solid #eee; }

.geo_loc_info {  }
.geo_loc_info .thumb { float:right; }
.geo_loc_info .distance { color:#333333; font-size:8px; }
.geo_loc_info .contact { color:#333333; padding-right:6px; font-size:10px; }
.geo_loc_info .address { color:#333333; font-size:10px; }

.geo_loc_list ul { 	list-style-type:none; margin:0; padding:0;}
.geo_loc_list ul li { margin:0; padding:4px 4px 10px; }
.geo_loc_list > br {display:none;}
.geo_loc_list .resultmsg {background:#eee; padding:4px; border-bottom:1px solid #eee;}

LI.geo_loc_item { border-bottom: 1px solid #eee; width:192px; }
.geo_loc_item > a {
	font-weight:bold;
}

LI.geo_loc_item .thumb { float:right; }
LI.geo_loc_item .distance { color:#333; font-size:8px; }
LI.geo_loc_item .contact { color:#333; padding-right:6px; font-size:10px; }
LI.geo_loc_item .address { color:#333; font-size:10px; }

LI.geo_highlight { background-color: #f9f9f9; }

/* My Store */
.store-logo {
	background:#fff;
	border:1px solid #eee;
	padding:10px 0;
	text-align: center;
}

.inputtext_count { display:none; font-size:8px;}
input.datefield, select.datefield, .datefield { font-size:9px; height:20px; }

.readonly { background-color:#EEEEEE;}
input.readonly { background-color:#EEEEEE;}

ul.categorylist  { list-style-type:none; margin:0; padding:0;}

ul.imagelist { list-style-type:none; margin:0; padding:0;}
ul.imagelist li {float: left; margin: 4px; padding: 4px; border:1px solid #CCCCCC; }

ul.imagelist li .imagethumb { text-align:center; height: 100px; }


/* Search Auto-complete Styles
----------------------------------------------------------------------------------------------------*/

.nsearchinput-pl {
	width:310px;
	height:auto;
	display:block;
	position:absolute;
	z-index:999999;
	border-bottom:0;
	clear:both;
	box-shadow:0 1px 3px 1px rgba(0,0,0,0.33);
	border-radius:6px;
	padding:0 15px;
}

.nsearchinput-pl ul {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.nsearchinput-pl ul li {
	width:100%;
	float:left;
	margin-left:0px;
}

.nsearchinput-pl ul li a {
	display:block;
	padding:10px;
	font-size:12px;
}

.nsearchinput-pl ul li:first-child a {
	border-radius:6px 6px 0 0;
}

.nsearchinput-pl ul li:last-child a {
	border-radius:0 0 6px 6px;
}

.nsearchinput-pl ul li a:hover {
	text-decoration: none;
}

.nsearchinput-pl ul li img {
	margin-right:10px;
	vertical-align:middle;
	width:36px;
	height:36px;
}

.nsearchinput-pl ul li .title {
	vertical-align: middle;
}


/* Helper Classes
----------------------------------------------------------------------------------------------------*/

.modal {border-radius:0px;}

img {max-width:none;}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

.accordion-group {overflow:hidden;} 
.margin-left{margin-left:15px;}
.margin-right{margin-right:15px;}

/* Image replacement */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.thumbnails li .thumbnail {
	background:#fff;
}

.lifted-shadow,
.thumbnails li .thumbnail:hover {
	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.2);
}

.lifted-shadow::before,
.lifted-shadow::after,
.thumbnails li .thumbnail:hover::before,
.thumbnails li .thumbnail:hover::after {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
	    -ms-transform: rotate(-3deg);
    	 -o-transform: rotate(-3deg);
		    transform: rotate(-3deg);
}

.lifted-shadow::after,
.thumbnails li .thumbnail:hover::after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
  	   -moz-transform: rotate(3deg);
	    -ms-transform: rotate(3deg);
	     -o-transform: rotate(3deg);
	        transform: rotate(3deg);
}

.block-center {margin:0 auto;}
.text-center {text-align:center !important;}
.text-left {text-align:left !important;}
.text-right {text-align:right !important;}
.float_right {float:right !important;}
.float_left {float:left !important;}
.padding {padding:10px;}
.padding-vert {padding:10px 0px;}
.padding-horz {padding:0px 10px;}

.hidden {
	display:none;
	visibility:hidden;
}

.small,
.small a,
.small a:active,
.small a:hover {
	font-size:11px;
	color:white;
}

._itmspec_lnk:hover {text-decoration:none;}
._itmspec_selected{ padding:3px 20px 4px 0px; font-weight:bold;}
._itmspec_listopt{clear:both;}

/* IE7 Fixes */
#_jstl__pricing,
#_jstl__haschildpricing_r{
	*margin-top:5px;
}

#_jstl__accordian_r .icon-plus {*float:none !important;}
.tabbable .stars{*float:none;}
.n-box .thumbnail-box{*margin-left:0px;}
/* end IE7 Fixes */

/* dropdown-cart image size IE fix */
#neto-dropdown .left img{
	width:50px;
	height:50px;
}

.container-header{
	background-image: url(../img/header-bg.png);
	background-size: 960px 120px;
	background-repeat: no-repeat;
	background-color: #003A69;
	margin-left: -10px;
}

.tagline{
	font-family:'playregular';
	font-size:24px;
	color:white;
	font-style:italic;
	line-height: 17px;
	margin-bottom:0px;
}

.tagline:nth-of-type(1){
	margin-top:15px;
	margin-bottom:11px;
}

.company-info{
	font-family:'playregular';
	font-size:14px;
	color:white;
	margin-top:19px;
	line-height:7px;
}

.company-info:nth-of-type(2){
	font-size:13px;
	margin-top:11px;
	margin-bottom:13px;
}

.company-phone{
	float:left;
	margin-top:7px;
	font-size:31px;
	*line-height:24px;
}

.container-header .tel-icon{
	float:left;
}

.header-logos{
	display:inline-block;
	vertical-align:top;
	margin-left:1px;
	margin-top:5px;
}

.header-logos:nth-of-type(2){
	width:64px;
}

.header-logos:nth-of-type(3){
	width:54px;
	margin-top:6px;
}

.tagline-con{
	padding-right: 13px;
}

.btn-custom {
  color: #ffffff;
  background-color: #AEB8C5;
	background-image: -moz-linear-gradient(top, #5E6E86, #AEB8C5);
  background-image: -ms-linear-gradient(top, #5E6E86, #AEB8C5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5E6E86), to(#AEB8C5));
  background-image: -webkit-linear-gradient(top, #5E6E86, #AEB8C5);
  background-image: -o-linear-gradient(top, #5E6E86, #AEB8C5);
  background-image: linear-gradient(top, #5E6E86, #AEB8C5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E6E86', endColorstr='#AEB8C5',GradientType=0 ); /* IE6-9 */
	color:white;
	text-shadow:none;
	font-size:12px;
	padding: 2px 7px 3px 8px;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom.active,
.btn-custom.disabled,
.btn-custom[disabled] {
  background-color: #AEB8C5;
	color:white;
}

#header-cart .caret{
	border-top: 4px solid white;
}

.navbar-inner {
	background: rgb(113,129,152); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(113,129,152,1) 0%, rgba(174,184,198,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,129,152,1)), color-stop(100%,rgba(174,184,198,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(113,129,152,1) 0%,rgba(174,184,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(113,129,152,1) 0%,rgba(174,184,198,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(113,129,152,1) 0%,rgba(174,184,198,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(113,129,152,1) 0%,rgba(174,184,198,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#718198', endColorstr='#aeb8c6',GradientType=0 ); /* IE6-9 */	
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin-top:7px;
	padding:0px 5px;
	border:none;
	width: 950px;
}

.container-header form{
	margin-bottom:0px;
}

.navbar .nav>li>a,
.container-header .navbar .account-menu>li>a{
	border-left: 1px solid #B5BDCA;
}

.account-menu .fb-icon-li a{
	border-right:none !important;
	border-left:none !important;

}

.navbar .nav>li>a{
	font-family:'playbold';
	color: white;
	text-shadow: 1px 1px 1px #4B4B4B;	
	text-transform:uppercase;
	font-size:15px;
	padding-left: 20px;
	padding-right: 18px;
	border-right: 1px solid #6C7B90;
}

.navbar .nav>li:nth-of-type(1)>a{
	border-left: none;
}

.navbar .nav{
	margin:0px;
}

.nav-list>li>a{
	color:white;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover{
	color: white;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a,
.nav>li>a:hover{
	background-color: #031834;
	background-image: -moz-linear-gradient(top, #031834, #062645);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#031834), to(#062645));
	background-image: -webkit-linear-gradient(top, #031834, #062645);
	background-image: -o-linear-gradient(top, #031834, #062645);
	background-image: linear-gradient(to bottom, #031834, #062645);
	color: #90E4FD;
}

.container{
	background: #031D33;
	margin-top:21px;
}

#left-sidebar .well{
	background-color:#091525;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom:0px;
}

.nav-header{
	font-family:'playbold';
	color:#90E4FD;
	font-size:13px;
	padding: 9px 15px;
	background: rgb(11,86,124); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(11,86,124,1) 0%, rgba(13,85,122,1) 50%, rgba(11,46,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,86,124,1)), color-stop(50%,rgba(13,85,122,1)), color-stop(100%,rgba(11,46,71,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(11,86,124,1) 0%,rgba(13,85,122,1) 50%,rgba(11,46,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(11,86,124,1) 0%,rgba(13,85,122,1) 50%,rgba(11,46,71,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(11,86,124,1) 0%,rgba(13,85,122,1) 50%,rgba(11,46,71,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(11,86,124,1) 0%,rgba(13,85,122,1) 50%,rgba(11,46,71,1) 100%); /* W3C */
	margin-bottom:4px;
}

.logo{
	margin-left: 22px;
	margin-top: 17px;
}

#header-cart{
	margin-right:17px;
}

.navbar{
	margin-bottom:-4px;
}

.btn{
	font-family: 'playregular';
	text-transform: uppercase;
}

 .container-header .navbar .fb-icon{
	border-left:none;
	border-right:none;
}

.nav-list>li>a, .nav-list .nav-header{
	text-shadow: 1px 1px 1px #2E2E2E;
}

.thumbnail{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.top-footer{
	background:white;
	box-shadow: inset 0px 0px 22px 13px #031D33;
	height: 196px;
}

.bottom-footer{
	background:white;
	box-shadow: inset 0px 0px 22px 13px #031D33;
	height: 158px;
}

.footer_menu{
	margin-left: 22px;
}

#footer .bottom-footer .payment{
	margin-left:10px;
	margin-top:31px;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a, .nav>li>a:hover{
	background-image:none;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a{
	background-color: #003048;
	background-image: -moz-linear-gradient(top, #010C18,  #003048);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#010C18), to( #003048));
	background-image: -webkit-linear-gradient(top,#010C18, #003048);
	background-image: -o-linear-gradient(top, #010C18,  #003048);
	background-image: linear-gradient(to bottom, #010C18,  #003048);
}

.payment{
	padding-left: 10px;
}

.price_range{
	color:white;
}

.successaddmessage{
	color:black;
}

body,p,h1,h2,h3,h4,h5{
	color:black;
}

.buttontable .btn {
font-size: 10px;
}


.btn-primary,
.btn-success {
  background-color: #006dcc;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #00ace2, #0075b5);
  background-image: -ms-linear-gradient(top, #00ace2, #0075b5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00ace2), to(#0075b5));
  background-image: -webkit-linear-gradient(top, #00ace2, #0075b5);
  background-image: -o-linear-gradient(top, #00ace2, #0075b5);
  background-image: linear-gradient(top, #00ace2, #0075b5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ace2', endColorstr='#0075b5', GradientType=0);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled]{
  background-color: #0075b5;
}

.items-table .btn{
	font-size:11px;
}

.thumbnail p {
color: black;
}

.account-menu .nav-header{
	background:none;
	color:black;
}

.help-block, .help-inline{
	color: #A5A5A5;
}

.thumbnails .brands p{
	color:white;
}

#neto-dropdown .small, 
#neto-dropdown .small a, 
#neto-dropdown .small a:active, 
#neto-dropdown .small a:hover,
#fancybox-content{
	color:black;
}

.addtocart{
	font-size:13px;
}

.header-search .ajax_search{
	width:130px;
	height:16px;
}

.tagline-con,
.header-logos{
	float:left;
}

.email-add{
	background: #1E5D80;
	width: 172px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-top: 3px;
	padding-left:36px;
	float:left;
}

.email-add a{
	font-family:"playregular";
	color:#7DEAEE;
}

.email-add img{
	display:inline-block; 
	padding-left:7px;
}

#main-content{
	background: white;
}

#n_home .carousel{
	margin-top:12px;
}
#n_product .small {
	color:#333;
}

#n_customer_account .small, 
#n_customer_account .small a, 
#n_customer_account .small a:active, 
#n_customer_account.small a:hover{
	color:black;
}
.commission-banners {
	text-align:center;
	margin-top: 25px;
}

.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}