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


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

*, input, button, select, textarea,
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append{
	font-family:"Open Sans", "Helvetica Nueu", Arial;
}

body {
	font-size:13px;
	background: #2a2a2a; /* Old browsers */
	background: -moz-linear-gradient(top, #1F1F1F  1%, #000000 53%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1F1F1F ), color-stop(53%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1F1F1F  1%,#000000 53%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1F1F1F  1%,#000000 53%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1F1F1F  1%,#000000 53%); /* IE10+ */
	background: linear-gradient(to bottom, #1F1F1F 1%,#000000 53%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F1F1F', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.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;
}

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

.well {
	margin-bottom:10px;
}

.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
----------------------------------------------------------------------------------------------------*/

#left-sidebar .n-box {
	padding:0px 0px 8px 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 .lv1-li.dropdown-submenu:hover > a,
.navbar .lv1-li.dropdown-submenu > a:hover {background:none;}

.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:-7px;
}

.header-search button,
#header-cart a{
	padding: 8px 7px 0px 6px;
	font-size:11px;
}

.header-search [class^="icon-"],
#header-cart [class^="icon-"]{
	margin-top:-1px;
}

.header-search input{
	width:125px;
	margin-left:20px;
}

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

.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;
}

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

#neto-dropdown {width:250px;}

.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;
	margin:10px 0 20px 0px;
	width:100%;
	clear:left;
}

#footer .payment {
	margin-left: 7px;
	margin-top: 11px
}

#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;
	margin-bottom: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:180px;
	margin-bottom:11px;
}

.carousel-home{
	margin-top:10px;
}

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

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


.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;
}

.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:165px;}

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

.caption h4.title {
	font-size:13px;
	line-height:16px;
}

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

.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: 390px;
	padding-right: 10px;
}

.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,
.carousel img{
	width: 995px;
	margin-left: -22px;
}

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

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

.carousel-indicators li {cursor:pointer;}

/* changing banner slide to fade */

.carousel .item {
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-ms-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
}

/* the above transition effect is fired when a CSS property changes, such as "left:0" */
.carousel .active.left,
.carousel .active.right {
	left:0;
	opacity:0;
	z-index:2;
}

.carousel .next {
	left:0;
	opacity:1;
	z-index:1;
}

.carousel{
	margin-bottom:0;
}
/* end banner fade */


/* 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;}

/* Quickbuy Thumbnails */
.quickbuy .thumbnail {
	height:160px;
	margin-bottom:10px;
}

.quickbuy .thumbnail h3 {
	font-size: 14px;
	line-height: 1.5;
}


/* 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,
#left-sidebar .nav-list > .filter > a:hover {
	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;}

.floatingbrand {
	float:right;
	padding: 0 0 13px 20px;
}
.tabbable .stars {margin-top:0px; float:right;}
.tabbable .reviews {width:160px;}
.productprice {
	font-size:30px;
	font-weight:bold;
	line-height:31px;
	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;
	margin-top: 13px;
}

._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;
	font-size:16px;
	color:#C40000;
}

.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;
	overflow:auto;
}

.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;
	height:427px;
}

#main-content .thumb_list .thumbnail-list{
	height:auto;
}

.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;
}

._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;}

/* left menu hidden behind banner, fix */
.nav-list .dropdown-submenu{
	*z-index:1;
}

/* end IE7 Fixes */

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

#_cpy_checkout_pl input[type="checkbox"]{
	vertical-align:top;
}

.header-100-width{
	background-image:url(/assets/template/backgrounds/top_bg.jpg);
	height: 143px;
}

.header-bg{
	background-image:url(/assets/template/backgrounds/header_bg.jpg);
	width:1100px;
	margin:0 auto;
	height:143px;
}

.navbar-inner {
	padding-left: 0px;
	padding-right: 0px;
	background-color: transparent;
	background-image: none;
	filter: none;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#icon-holder{
	margin-bottom:0px;
	list-style:none;
}

#icon-holder li{
	float:left;
	margin-right: 11px;
}

#icon-holder li img{
	width:62px;
	height:62px;
}

#icon-holder li:nth-of-type(4) img{
	width:auto;
	height:auto;
}

#icon-holder li:nth-of-type(4){
	padding-top:14px;
	margin-right:0px;
}

.logo{
	width: 241px;
	display: block;
	height: 103px;
}

.header-search form{
	margin-bottom:10px;
}

.navbar .nav>li>a{
	color:white;
	text-shadow:none;
	text-transform: uppercase;
	font-weight: bold;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img{
	margin:0 auto;
}

.content-border{
	width: 950px;
	margin: 0 auto;
	border: 13px solid #000;
	background:white;
	padding-right:10px;
	padding-left:10px;
}

#n_home #main-content,
#n_category #main-content,
#n_content #main-content,
#n_buying_guide #main-content,
#n_blog #main-content,
#n_article #main-content{
	background: white; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 1%, #000000 21%, #ffffff 21%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#000000), color-stop(21%,#000000), color-stop(21%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000000 1%,#000000 21%,#ffffff 21%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000000 1%,#000000 21%,#ffffff 21%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #000000 1%,#000000 21%,#ffffff 21%); /* IE10+ */
	background: linear-gradient(to right, #000000 1%,#000000 21%,#ffffff 21%); /* W3C */
}

#n_customer_account #main-content{
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 1%, #000000 25%, #ffffff 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#000000), color-stop(25%,#000000), color-stop(25%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000000 1%,#000000 25%,#ffffff 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000000 1%,#000000 25%,#ffffff 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #000000 1%,#000000 25%,#ffffff 25%); /* IE10+ */
	background: linear-gradient(to right, #000000 1%,#000000 25%,#ffffff 25%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#n_customer_account #left-sidebar{
	color:white;
}

#n_home .content-border:nth-of-type(2){
	display:none;
}

#left-sidebar .n-box{
	margin-bottom: 0px;
	padding-bottom:20px;
	background-color: black;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#left-sidebar a{
	color: white;
	text-shadow:none;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:active,
.nav-list .lv1-li.dropdown-submenu:hover > a,
.nav-list .lv1-li.dropdown-submenu > a:hover
{
	background: #0081c2;
	color: white;
}

.nav>li>a,
.nav>li>a:active,
.nav>li>a:focus {
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover,
.nav-list .nav-header{
	color: #5EBBF0;
}

h1,h2,h3,h4,h5,h6{
	color:#3083d1
}

h1,h3{
	font-size:24.5px;
	line-height:30px;
}

.nav-list .nav-header{
	display: block;
	padding: 15px 5px 3px 14px;
	font-weight: bold;
	line-height: 20px;
	font-size: 19px;
	text-shadow: none;
	text-transform:none;
}

.navbar .nav>li>a,
.navbar .account-nav>li>a{
	border-right: 1px solid #292929;
	border-left: 1px solid #525252;
	padding-bottom: 3px;
}

.navbar .nav>li:nth-child(1) a{
	border-left:0px;
}

.container .container-header .navbar .account-nav>li>a{
	border-left: 1px solid #525252;
	border-right:0px;
}

.navbar .nav > li.dropdown-submenu > a > .caret{
	border-top: 4px solid rgba(255, 255, 255, 1);
}

#left-sidebar .n-box:nth-of-type(1),
#left-sidebar .dropdown-menu{
	background: #2a2a2a; /* Old browsers */
	background: -moz-linear-gradient(top, #2a2a2a 1%, #000000 53%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2a2a2a), color-stop(53%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2a2a2a 1%,#000000 53%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2a2a2a 1%,#000000 53%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2a2a2a 1%,#000000 53%); /* IE10+ */
	background: linear-gradient(to bottom, #2a2a2a 1%,#000000 53%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#left-sidebar{
	height:100%;
	margin-left:0px;
	margin-right:10px;
}

#footer,
#footer h4,
#footer p,
#footer a{
	color:white;
}

.join-our{
	background:url(../../../template/backgrounds/sprite_social.gif) no-repeat;
	padding-left:20px;
	list-style:none;
	margin-left:0px;
}

.join-our .left{
	height: 24px;
}

#footer hr,
#left-sidebar hr{
	border-top: 1px solid #0F0F0F;
	border-bottom: 1px solid #222;
}

#footer .email{
	width: 425px;
}

.assurances{
	text-align:center;
}

.footer-links{
	margin-top:11px;
}

.footer-links a{
	border-right: 1px solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

.footer-links a:nth-of-type(3),
.footer-links a:nth-of-type(4){
	border-right: none;
}

#footer form{
	margin-bottom:0px;
}

#left-sidebar #price-range-text{
	color:white;
}

#left-sidebar .email{
	width:103px;
}

.mailchimp{
	color:white;
}

.breadcrumb{
	margin: 10px 0 20px;
}

.btn-primary {
	background-color: #3883c4;
	color: #ffffff;
	background-image: -moz-linear-gradient(top, #469ff1, #3883c4);
	background-image: -ms-linear-gradient(top, #469ff1, #3883c4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#469ff1), to(#3883c4));
	background-image: -webkit-linear-gradient(top, #469ff1, #3883c4);
	background-image: -o-linear-gradient(top, #469ff1, #3883c4);
	background-image: linear-gradient(top, #469ff1, #3883c4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#469ff1', endColorstr='#3883c4', GradientType=0);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #3883c4;
}

#left-sidebar .a-z a{
	color:black;
}

.oz-flag{
	margin-right: 20px;
	opacity: 0.8;
}

.btn-custom {
	background-color: #000000;
	color: #ffffff;
	background-image: -moz-linear-gradient(top, #3d3d3d, #000000);
	background-image: -ms-linear-gradient(top, #3d3d3d, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d3d3d), to(#000000));
	background-image: -webkit-linear-gradient(top, #3d3d3d, #000000);
	background-image: -o-linear-gradient(top, #3d3d3d, #000000);
	background-image: linear-gradient(top, #3d3d3d, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'3d3d3d, endColorstr='#'000000, GradientType=0);
	text-shadow:none;
	border:1px solid black;
	padding: 2px 0px 0px 0px;
	width: 150px;
	height: 21px;
}

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

.rrp-section{
	height: 25px;
	margin: 15px 0px;
}

.thumb-price{
	font-weight:bold;
}

.thumb-price,
.save-text{
	text-align: center;
	font-size: 14px;
	display: block;
}

.thumb-price,
.in-stock,
.our-price-product,
.productprice{
	color: #2281D2;
}

.in-stock{
	display:block;
	padding-top:3px;
}

.save-text,
.save-price{
	color:#009a00;
}

.save-price{
	font-size:20px;
}

.save-text{
	margin: 4px 0px 0px 0px;
}

.more-info{
	width:127px;
}

.thumb-price-con{
	height:60px;
}

.help-msg{
	padding-top:10px;
}

#n_checkout h1{
	margin-top: 17px;
}

.checkout-well{
	padding-top: 10px;
	padding-bottom: 10px;
}

.phone-icon{
	position:absolute;
	margin-top: 4px;
	margin-left: 54px;
}

.free-call-msg{
	border:1px solid black;
	border-left:none;
	border-right:none;
	font-size: 28px;
	text-align: center;
	padding:14px 10px 10px 10px;
	width: 357px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.artist-staff{
	width:230px;
}

.payment-options-bg{
	overflow:hidden;
	margin: 20px -10px 20px 0px;
	padding: 8px 0px 20px 0px;
	text-align:center;
}

.payment-options-bg h3 {
	font-size: 35px;
	margin: 3px 0 58px 0;
}

.checkout-choice {
	height: 112px;
}

.checkout-choice > div{
	height:62px;
}

.circle{
	height: 28px;
	border-radius: 24px;
	background: #202020;
	font-size: 19px;
	color: #FFF;
	position: absolute;
	margin-left: 105px;
	padding: 7px 11px 1px 10px;
	margin-top: -18px;
	font-weight: 400;
	opacity: 0.8;
}

.payment-options-bg .span24 h3:first-of-type{
	color:black;
}

.ssl-reassurance{
	margin-bottom:6px;
}

.our-price{
	font-size: 16px;
	margin-left: 7px;
}

.our-price,
thumb-price-value{
	display:block;
}

.thumb-price-value{
	font-size:22px;
	margin: 11px 0px 0px 7px;
}

.from-text{
	font-size:9px;
	margin: -14px 0px 0px 0px;
	display: block;
}

.price-con{
	margin: 12px 0;
	overflow: hidden;
}

.our-price-product,
.save-text-product{
	font-size:17px;
	text-align:left;
	margin:0px;
}

.price-con:nth-of-type(1) .our-price-product{
	padding-top: 5px;
	display: block;
}

.price-left{
	float:left;
	width:100px;
}

.price-right{
	float:left;
	width:250px;
}

.our-price{
	margin-top:6px;
}

.truck{
	margin-top:2px;
}

.shipping-product{
	color:black;
}

.stock-left{
	color:red;
	font-style:italic;
	font-size:18px;
}

.buy-con{
	text-align: center;
	border: 1px solid #D3D3D3;
	border-left: none;
	border-right: none;
	padding-top: 12px;
	margin-top: 16px;
}

.buy-form{
	margin:0 auto;
}

.in-stock,
.pre-order-date,
.sold-out{
	font-size:11px;
	line-height: 12px;
	display: block;
	margin-top: 6px;
}

.pre-order-date{
	color:orange;
}

.sold-out{
	color:red;
}

#jp_container_1 {
	width: 423px !important;
	margin: 0 auto;
	margin-top: 19px;
}

.jp-seek-bar{
	width:100% !important;
}

.jp-play-bar{
	width:0% !important;
}

.jp-volume-bar-value{
	width:80% !important;
}

h2{
	font-size:22.5px;
}

.category-menu{
	display:none;
}

.nav-list li > a{
	padding: 3px 15px;
}

.category-header{
	margin-left: 10px;
	margin-top: 10px;
	width: 142px;
	margin-bottom:9px;
}

.buying-guide-img{
	width:170px;
	margin-bottom:17px;
}

.thumbnail-list .btn,
.thumbnail-list .in-stock,
.thumbnail-list .pre-order-date,
.thumbnail-list .sold-out{
	float:right;
}

.thumbnail-list .in-stock{
	padding-top:6px;
	padding-right:10px;
}

#n_category hr{
	margin: 0;
}

.cat-description{
	line-height:13px;
}

.pagination{
	margin:0px;
}

#left-sidebar .icon-chevron-down{
	margin-left: 5px;
	margin-top: -1px;
}

#left-sidebar .thumbnail-box a{
	padding:0;
}

.thumbnail-box .price{
	color:gray;
}

.navbar{
	margin-bottom:0px;
}

#footer .h-menu-list img{
	width:40px;
}

#footer .h-menu-list li{
	margin-left:4px;
}

.product-badges{
	margin-right:3px;
	margin-top: -28px;
}

.productpreorder{
	color:#faa732;
	font-size: 15px;
	margin-top: 7px;
}

#_jstl__pricing_r .btn-danger{
	float: left;
	margin-right: 9px;
	margin-top: 5px;
}

.dont-pay{
	background: #000;
	width: 100%;
	padding: 5px 0px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}

.dont-pay-left, .retail-right {
	padding: 7px;
	display: inline-block;
	color: #FFF;
}

.dont-pay-left{
	background: #000;
	margin-left: -11px;
	padding-right: 22px;
	padding-left: 13px;
	font-size: 16px;
}

.retail-right{
	background:#C70A13;
	padding: 7px 14px 7px 9px;
	font-size: 20px;
	vertical-align: top;
}

#n_product .dont-pay {
	width: 146px;
}

/* Alliance styles
----------------------------------------------------------------------------------------------------*/

/* GENERAL STYLES */

h2 {
	line-height: 30px;
}
.page-header {
	position:relative;
}
.side-padding {
	margin: 0 15px;
}
.no-bullet {
	list-style:none;
	margin-left:0;
}
.basic-list li {
	margin-bottom: 10px;
}
a.btn-blue {
	background:#0088cc;
	border-radius:5px;
	text-align:center;
	padding:10px 30px;
	margin-bottom: 15px;
}

a.btn-blue {
	color:#fff;
	font-style:bold;
	font-size:16px;
	display: inline-block;
}

.underline-block {
	border-bottom: 1px solid #eee;
}

.content-block {
	/* 	outline: solid red 1px; */
	clear: both;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom: 15px;
}
.medwidth {
	width:300px;
	text-align: center;
}
.grey-block {
	background-color: #f3f2ed;
	text-align:center;
	padding: 12px 20px;
	margin-bottom:20px;
	border-radius: 5px;
}
.greylistitem {
	background-color: #f3f2ed;
}
.big-text {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.big-italic {
	font-style:italic;
	font-size:16px;
	text-align:center;
	padding:20px 10px;
}

.pagination-right {
	position:absolute;
	right:10px;
}

/* Set styling for viewing below 480px wide */
@media only screen
	and (max-width: 479px) {
	.side-padding {margin: 0 5px;}
}


/* ABOUT US styles */

.meet-the-team {
	margin-bottom: 50px;
}
.feature-img {
	float:right;
	padding: 0;
	/* 	outline: red solid 3px; */
	height: 260px;
}
.feature-img img {
	/* width:430px; */
}
.team {
	width:220px;
}
.quote {
	float:right;
	width: 200px;
	padding:15px;
	background:#faf9f6;
	margin: 0 0 20px 20px;
	font-size: 17px;
	font-style:italic;
	line-height: 26px;
}
.quote-src {
	font-size:13px;
	font-weight: bold;
}
.about-image, .blog-image-right {
	float:right;
	margin: 0 0 30px 30px;
	text-align: center;
}
.blog-image-left {
	float: left;
	margin: 0 30px 30px 0;
	text-align: center;
}
.about-image .cropped {
	/*position:relative;
	height:220px;
	width:220px;*/
	overflow:hidden;
}
img.QCinspected {
	position: absolute;
	top:-70px;
	left:-90px;
}
img.warehouse {
	/*position:absolute;
	height:220px;
	left:-130px*/
}
.image-note {
	font-size:12px;
	font-style:italic;
	padding: 8px 0;
}
.emblem-stack {
	text-align:center;
	margin-bottom:20px;
}
.emblem-stack li {
	display: inline;
	margin: 0 5px 15px;
}

/* Set styling for viewing below 480px wide */
@media only screen
	and (max-width: 480px) {
	.quote { float: none; width: auto; }
	.about-image, .blog-image-right, .blog-image-left { float:none; margin: 20px 0; }
	.about-image .cropped { margin:auto;}
	.emblem-stack li {display: list-item;}
}

@media only screen
	and (max-width: 620px) {
	.team {width:auto;}
	.feature-img { width:auto; height:auto; float:none; margin:auto; text-align: center; margin: 0; }
	.feature-img img { width:280px; }
}


/* BLOG styles */

.post-detail {
	font-family: georgia;
	font-style: italic;
}
.comments {
	display:inline-block;
	float: right;
}
.slash-video {
	width:300px;
	height:280px;
}
.jimi-hendrix {
	width:300px;
	height:auto;
}
/* Set styling for viewing below 480px wide */
@media only screen
	and (max-width: 479px) {
	.comments {float: none;}
	.blogimage-right {float:none; margin: 0 auto 20px auto; display: block;}}

/* Vanity styling for some images */
@media only screen
	and (max-width: 600px) {
	.slash-video {width:280px; height:260px;}
	.jimi-hendrix {width:280px;}
}




/* TRUST POLICY styles */

.trust-container {
	/* outline: 1px solid red; */
	clear: both;
	overflow:hidden;
	padding-bottom:30px;
	margin-bottom: 20px;
}

.copy {
	/* outline: 1px solid blue; */
	overflow:hidden;
}

.emblem {
	/* outline: 1px solid green; */
	width:200px;
	text-align:center;
	vertical-align:top;
	float:left;
}

.emblem h4 {
	color: #000;
	margin: 10px 20px;
}

ul.phonelist {
	list-style: none;
	margin-left: 0;
	position:relative;
}
.phonelist li:first-child {
	font-weight: bold;
}
ul.phonelist li .number {
	position:absolute;
	left:160px;
}

/* Set styling for viewing below 480px wide */
@media only screen
	and (max-width: 480px) {
	.emblem {float: none; width:250px; margin-bottom: 15px;}
}

@media only screen
	and (max-width: 515px) {
	ul.phonelist li .number {left:120px;}
}


/* TERMS styles */

.terms-list li {
	margin-bottom:10px;
}


/* SHIPPING styles*/

.shipping-container {
	overflow:hidden;
	position:relative;
	/* 	width: auto; */
	margin-bottom: 20px;
}
.shipping-container ul li {
	padding: 3px 10px;
	border-bottom: 1px dotted #e3e3e3;
}

li .days {
	position: absolute;
	right: 10px;
}



/* Set styling for viewing below 480px wide */
@media only screen
	and (max-width: 480px) {
	.emblem {float:none;}
	/* 	.shipping-container {width: auto;} */
}

#n_checkout .alert.alert-error {
	font-size: 20px;
	padding: 16px 38px 16px 18px;
	text-align: center;
	border: 1px solid #000;
	color: #F00;
}

.pre-order-msg{
	font-size: 10px;
	line-height: 12px;
	margin: 4px 0px 0px 0px;
}

.thumb_list .pre-order-date,
.thumb_list .sold-out{
	margin-right:10px;
}

.xmas-calc{
	margin-top: 47px;
}

.buying-header{
	margin-bottom: 27px;
	font-size: 29px;
	color: #000;
}

#accordion2 .accordion-heading .accordion-toggle{
	background: #0B81BD;
	color: #FFF;
	padding: 4px 8px;
	text-align: center;
}

#accordion2 > .accordion-group{
	margin: 20px 0 18px 0;
	width: 50%;
}

.stock-msg{
	margin-left: 5px;
	color: #C70A13;
}

.lightbox-offer .form-inline{
	position: absolute;
	margin-left: 263px;
	margin-top: -136px;
}

.lightbox-offer .input-tiny{
	padding: 11px 17px 11px 15px;
	width: 23px;
}

#video > img{
	margin-top: 20px;
}

/** Additional CSS **/
.newsletter_custombox{
	width:550px;
	background:#212121;
	position:relative;
}
.newsletter_icon{
	height:50px;
}
.newsletter_icon img{
	position:absolute;
	top:-1px;
	left:-11px;
}
.newsletter_txt{
	width:230px;
	color:#FFFFFF;
	font-size:13px;
	margin-top:3px;
}
.newsletter_custombox input::-webkit-input-placeholder {
  font-size:13px;
}

.newsletter_custombox input:-moz-placeholder { /* Firefox 18- */
   font-size:13px;
}

.newsletter_custombox input::-moz-placeholder {  /* Firefox 19+ */
   font-size:13px;
}

.newsletter_custombox input:-ms-input-placeholder {
  font-size:13px;
}
.newsletter_custombox input{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:solid 1px #cccccc;
	margin-left:10px;
	margin-top:5px;
	padding:5px 5px 5px 10px;
}
.newsletter_custombox .btn{
	background:url('/assets/images/BTN_newslettersubmit.png') no-repeat transparent;
	width:105px;
	height:38px;
	border:none;
	-webkit-border-radius: 0 0x 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	border-color: none;
	/* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	/* border: 1px  solid #cccccc; */
	-moz-border-radius: 0;
	/* border-radius: 4px; */
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
	/* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
	margin:3px 0 0 -20px;
	}

#left-sidebar .n-box.cat-nbox {
	padding-bottom: 0;
}

#eWAYBlock {
	margin-top: -9px;
}

.country{
	float: right;
	margin-right: 10px;
}

.country p,
.country a{
	display:inline-block;
	vertical-align: top;
}

.country a:nth-of-type(2){
	margin-left:5px;
}

.country p{
	padding-right:10px;
	color:white;
	font-weight: 500;
	font-size: 11px;
}

.main-image img{
	width:95%;
}

#n_checkout .validetta-bubble{
	padding: 8px 13px 7px;
	font-family: "Open Sans", "Helvetica Nueu", Arial !important;
	font-size: 13px !important;
	background-color: #C26460;
}

#n_checkout  .validetta-bubble:before{
	border-right: 5px solid #C26460;
}

#n_checkout .validetta-bubbleClose{
	display:none;
}

.released-text{
	font-size: 13px;
	display: block;
	margin-top: -1px;
	clear: both;
}

.corp-formwrap {
	height: 420px;
}
.pw-contact .form-control {
	margin-left: 0 !important;
}
