/*
 * NETO STYLE OVERRIDE
 * 
 * These styles build upon Bootstrap
 * v2.2.1 
 * gridColumns : 24
 * gridColumnWidth : 30px
 * gridGutterWidth : 10px
 */
body {font-family: 'Source Sans Pro', helvetica, arial, sans-serif; background:#EFEFEF; font-size:15px; color:#555555;}
a, a:hover {color:#45C0EF;}
#primetop a {float:right; margin-left:10px; background:#45C0EF; border-bottom-left-radius:5px; border-bottom-right-radius:5px; padding:5px 20px; color:#FFF; }
.container-header .nav li a {font-size:16px;}
.navbar .brand {padding:13px 20px 10px;}
.navbar-inner {
  background: #45C0EF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding:0px 0px 47px 0px;
  border:none;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {box-shadow:none;}
  
.primeimage {margin-top:0px; margin-left:-23px; margin-bottom:-15px;}
.ourbrands img {margin-right:35px; margin-left:35px; height:30px;}
.ourbrands {margin-right:-10px; margin-bottom:43px;}

.navbar .nav {
position: relative;
left: 0;
display: block;
float: right;
margin: 17px 0px 0 0;
}

.navbar .nav > li > a {
  text-shadow: none;
  font-weight: bold;
  line-height: 19px;
  color:#FFF;
  font-size: 16px;}
 

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.dropdown-menu {
  font-size: 14px;
  background: white;
}

.thin {font-weight:200;}

.feature-promo h1 {	
    font-size: 60px;
    color: #FFF;
    margin-top: 50px;
    text-align: left;
	font-weight:normal;
}
h3 {font-size:20px;}
.contentSection .left {
	 float: left;
  width:320px;
  margin-right: 60px;
  }
.contentSection .right {
  float: left;
  width: 320px;
}
.feature-promo {
background-color:#45C0EF;
height:230px;}

#whiteframe .nav.nav-tabs.nav-stacked {margin-top:10px;}
/*Sidebar*/

#left-sidebar a {
	-webkit-transition: .1s linear; 
    -moz-transition: .1s linear; 
    -o-transition: .1s linear; 
}

#left-sidebar .side-menu-active a:hover {
	background-color: #45c0ef;
}



.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a{text-decoration:none;color:#ffffff;background-color:#45C0EF;background-image:-moz-linear-gradient(top, #45C0EF, #45C0EF);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#45C0EF), to(#45C0EF));background-image:-webkit-linear-gradient(top, #45C0EF, #45C0EF);background-image:-o-linear-gradient(top, #45C0EF, #45C0EF);background-image:linear-gradient(to bottom, #45C0EF, #45C0EF);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45C0EFc', endColorstr='#45C0EF', GradientType=0);}
.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#555555;text-decoration:none;outline:0;background-color:#45C0EF;background-image:-moz-linear-gradient(top, #45C0EF, #45C0EF);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#45C0EF), to(#45C0EF));background-image:-webkit-linear-gradient(top, #45C0EF, #45C0EF);background-image:-o-linear-gradient(top, #45C0EF, #45C0EF);background-image:linear-gradient(to bottom, #45C0EF, #45C0EF);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45C0EF', endColorstr='#45C0EF', GradientType=0);}

.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #41b7d8;
}

.nav .dropdown-toggle .caret {
margin-top: 6px;
border-top-color: #FFF;
border-bottom-color: #333;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>li.dropdown.open.active>a:hover {
color: #ffffff;
background-color: rgba(36, 145, 187, 0.43);
border-color: #999999;
}


.navbar .btn-navbar {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #555555));
  background-image: -webkit-linear-gradient(#333333, #555555);
  background-image: -moz-linear-gradient(#333333, #555555);
  background-image: -o-linear-gradient(#333333, #555555);
  background-image: linear-gradient(#333333, #555555);
  background-color: #555555; }
  .navbar .btn-navbar:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
    border-color: #040404 #040404 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #040404;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.navbar .btn-navbar:hover:hover, .navbar .btn-navbar:hover:active, .navbar .btn-navbar:hover.active, .navbar .btn-navbar:hover.disabled, .navbar .btn-navbar:hover[disabled] {
      color: white;
      background-color: #040404;
      *background-color: black; }
.navbar .btn-navbar:hover:active, .navbar .btn-navbar:hover.active {
	background-color: black \9; }

.navbar .nav.pull-right {
	margin-right:-21px; margin-top:17px;
	margin-left: 0px; }
  

label.error {
position: absolute;
min-width: 180px;
margin-top: -69px;
padding: 4px;
font-size: 14px;
text-align: left;
color: white;
background:#FF3E9E;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.signup {width:195px; float:left; margin-right:10px;}
.signup input {width:185px;}

.popup-header {
	background:#45C0EF;
	color:#FFF;
	font-weight:bold;
	font-size:24px;
	padding:15px;
	margin:0px 0px 10px 0px;
	}

.home-promo {
background-image: url(/assets/themes/default/img/postbox.jpg);
background-position: center bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color:#333;
height:585px;
background:#45C0EF;}

.darkbar {background:none; width:100%; padding-top:15px; padding-bottom:15px;}
.design-promo {
background-image: url(/assets/design-bg.jpg);
background-position: center bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color:#FFF; height:420px;}


.home-hero-banner {background:url(/assets/imac_logos.png) no-repeat; margin-top:-380px; margin-right:-100px; width:660px; height:412px;}

.design-hero-banner {background:url(/assets/themes/v4/img/thumbs/design_header.png) no-repeat; margin-top:-390px; width:960px; height:412px;}


.btn-primary {
  background: rgb(128, 209, 4);
  color: #FFF !important;
  font-weight:bold;
  border-color:rgb(128, 209, 4);
  -webkit-font-smoothing: antialiased;
  text-shadow:none;
}

.btn-primary:active {
  background: rgb(132, 218, 0);
  color: #FFF !important;
  font-weight:bold;
  border-color:rgb(128, 209, 4);
  -webkit-font-smoothing: antialiased;
  text-shadow:none;
}

.btn-primary:hover {background:rgb(123, 199, 6);}


.btn-success {
	background-color: #88E000;
	background-image: -moz-linear-gradient(top, #88E000, #6CC400);
	background-image: -ms-linear-gradient(top, #88E000, #6CC400);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#88E000), to(#6CC400));
	background-image: -webkit-linear-gradient(top, #88E000, #6CC400);
	background-image: -o-linear-gradient(top, #88E000, #6CC400);
	background-image: linear-gradient(top, #88E000, #6CC400);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88E000', endColorstr='#6CC400', GradientType=0);
	border-color: #88E000 #6CC400 #6CC400;
	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);
	font-weight:bold;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #6CC400;
}
.btn-success:active,
.btn-success.active {
  background-color: #6CC400 \9;
}

.label-success {
background-color: #6CC400;
}
.label-success:hover {
background-color: #6CC400;
}

.btn {padding:7px 15px 7px 15px;}

.btn-grey {border:1px solid #A4A4A4;}

.navbar .btn{
margin-top: 0px;
}

.btn-header {margin-left:10px;}

.btn-small {
padding: 3px 9px 3px 9px;
}

.btn-mini {
padding: 2px 5px 1px 5px;
}

#ebayred a.btn {background:#e73039;}
#ebayred a.btn:hover {background:#c9161f;}
#ebayblue a.btn {background:#3167b1;}
#ebayblue a.btn:hover {background:#20539a;}
#ebaygreen a.btn {background:#45C0EF;}
#ebaygreen a.btn:hover {background:#73a62f;}

h3.home {
font-size: 15px;
font-weight: bold;
color: black;
margin-bottom: 5px;
}

.home-features-bg {
background:url(/assets/home-features.png) no-repeat; padding-top:20px; 
height:190px;
}

.home-features {
float: left;
width: 300px;
margin-left: 15px;
margin-right: 25px;
margin-bottom: 0px;
}

.home-features-lt {
float: left;
width: 270px;
margin-left: 15px;
margin-right: 20px;
margin-bottom: 0px;
}

.home-features-rt {
float: left;
width: 255px;
margin-left: 20px;
margin-right:20px;
margin-bottom: 0px;
}

h1.design {color:#FFF; font-size:33px; font-weight:normal; margin-top:75px; line-height:37px; margin-bottom:20px; text-align:left;}
h1.large-title {font-weight:bold; font-size:50px; margin-bottom:10px; color:#45C0EF; margin:20px 0px 20px 0px; line-height: 60px; text-transform: uppercase;}
h1.title {font-weight:normal; font-size:35px; text-align:center; margin-bottom:0px; }
h2.title {font-weight:normal; font-size:22px; text-align:center; color:#999; margin-top:5px; margin-bottom:25px; line-height: 30px; }
h3 {font-weight:normal; font-size:18px;}

h1.home {font-size:42px; color:#FFF; text-align:center; font-weight:normal; margin-bottom:10px; font-weight:bold;}
.clients-header {color:#FFF; text-align:center; font-size:22px; margin-bottom:30px;}
.home-design-header {font-size:30px; color:#00BFFF; font-weight:normal; margin-bottom:15px; line-height:34px; margin-top:40px;}
.home-design-subheader {color:#939393; font-size:20px; margin-bottom:10px; line-height:26px;}
.home-sub-text {color:rgb(238, 238, 238); font-size:30px; font-weight:200; text-align:center; margin-bottom:-10px; line-height:46px;}
.home-sub-text a {color:#FFF;}
.web-design {background: url(/assets/themes/default/img/screen_design.png) right no-repeat; height:500px;
}
#whiteframe {margin-top:-75px; z-index:0; border-top-left-radius:10px; border-top-right-radius:10px; background:#FFF; padding-top:15px; margin-left:-15px; padding-left:15px; margin-right:-15px; padding-right:15px; padding-bottom:20px;}
#n_home #whiteframe {padding-top:80px;}
#n_home #whiteframe .span6 h3 {font-weight:bold; padding-left:10px;}
#n_home #whiteframe .span6 p {text-align:justify; padding-left:10px; padding-right:10px; height:80px;}
#n_home #whiteframe .span6 img { width:202px; margin-left:10px; margin-bottom:15px;}
#n_home #whiteframe .span6 .btn-block {margin-left:10px; margin-right:10px; width:204px;}
#n_home #whiteframe hr {margin:0px; margin-top:-10px;}
#n_home .btn-huge {font-size:48px; padding:20px 35px 30px; text-transform:none; height:40px; line-height:37px; margin-bottom:-940px;}
.btn-huge {font-size:22px; padding:3px 35px; text-transform:uppercase; height:40px; line-height:37px; margin-top:-45px; margin-bottom:0px; }
.brand a img {margin-top:-10px;}
#fixedheight440 {height:440px;}
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}


/* Global Styles
----------------------------------------------------------------------------------------------------*/


.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:8px 0;	
}

.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 { margin-bottom:0px;}

.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-container {background:#45C0EF; padding-top:25px;}

.header-search,
#header-cart {
	margin-top:15px;
}

#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;
}

/* 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 0px;
	margin:0px 0 0px 0px;
	width:100%;
	clear:left;
	color:#666; 
	background: url(../img/blackorchid.png) repeat;
	border-top:1px solid #000;
	box-shadow:inset 0px 1px 0px #555;
}
#footer a {color:#FFF;}
#footer .payment {
	margin-left:-10px;
}

#footer .payment li {
	float:left;
	margin-right:5px
}

#footer .copyright {
	width:100%;
	border-top:1px solid #000;
	background: rgba(255,255,255,0.03);
	box-shadow:inset 0px 10px 0px rgba(0,0,0,0.5);
	padding:30px 0px 15px;
}

#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 li {
	width:180px;
}

.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:202px;
}

.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;
	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:175px;}

.caption .title {
	height:2.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;
}

.prime .moreinfo {
	position:absolute;
	display:block;
	font-size:12px;
	background: url(/assets/themes/v6/img/arrow_dn.png) no-repeat;
	height:70px;
	width:70px;
	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;	
}

.prime:hover .moreinfo {
	bottom:50%;
	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;
}

.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;
}

._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;}

#geo_map { width:300px; height:200px; }

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;
}

._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;}

/* dropdown-cart image size IE fix */
#neto-dropdown .left img{
	width:50px;
	height:50px;
}


/* Home Page */

h3.ribbon {
background-image: url("/assets/blue_ribbon.png");
background-size: 520px 45px;
color: #fff;
display: block;
height: 42px;
margin: 0px auto 0px auto;
position: relative;
text-transform: uppercase;
width: 520px;
text-align:center;
padding-top:3px;
}

h3.home-1 {text-align:center; font-size:30px; margin-top:40px;}
h4.home-1 {text-align:center; font-size:20px; color:#999; font-weight:normal; line-height:25px;}

h3.home-2 {text-align:center; font-size:30px; margin-top:40px; margin-bottom:40px;}
h4.home-2 {font-size:30px; font-weight:normal; line-height:35px;}

h3.home-3 {font-size:30px; margin-top:40px; line-height:35px;}
h4.home-3 {font-size:20px; font-weight:normal; color:#999; line-height:25px; margin-bottom:20px;}

.light-blue {background: #f2f7fa;
border-top: 1px solid #d9dee1;
border-bottom: 1px solid #d9dee1; padding-top:20px;}

.btn {background-image:none;}

.btn-features {margin-bottom:40px; background:#45C0EF; color:#FFF; text-shadow:none; padding:15px;}

.btn-features:hover {margin-bottom:40px; background:rgb(46, 181, 233); color:#FFF; text-shadow:none;}

.btn-demo {margin-bottom:40px;  text-shadow:none; padding:15px;}

.btn-demo:hover {margin-bottom:40px; text-shadow:none;}

.btn-trial {margin-bottom:40px; background:rgb(132, 218, 0); color:#FFF;  text-shadow:none; padding:15px;}

.btn-trial:hover {margin-bottom:40px; background:rgb(123, 199, 6); color:#FFF; text-shadow:none;}

.home-feature {font-weight:normal; font-size:20px; margin-bottom:40px;}

.medium {font-size:14px;}

.white_ticks {
list-style: none;
margin: 15px 0px 25px;
padding: 0px;
}

.white_ticks li {
background: url(/assets/template/images/ok-green.png) no-repeat;
font-size: 15px;
padding-left: 30px;
padding-top: 3px;
margin-left: 0px;
margin-top: 6px;
margin-bottom: 10px;
height: 20px;
}

.shipping_man {margin-top:70px;}

.testimonial { width:450px; height:300px; background:url(/assets/themes/v6/img/testimonial_bg.png) no-repeat; float:left; margin-left:10px;margin-right:10px; margin-bottom:40px;}

.testimonial-body {height:150px; font-size:20px; padding:40px; line-height:23px;}

.test-margin {margin:10px 10px 0px 20px;}

.section-arrow {
background-image: url("/assets/themes/v6/img/arrow.png");
cursor: pointer;
display: block;
height: 33px;
margin: 0 auto;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 72px;
vertical-align:baseline;
}

.section-arrow-rt {
background-image: url("/assets/themes/v6/img/arrow.png");
cursor: pointer;
height: 33px;
margin-right:-160px;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 72px;
vertical-align:baseline;
float:right;
margin-top:-5px;
}

.nav-pills > li {
margin-top:18px;
}

.nav-pills > li > a {
color: #ffffff;
font-size:18px;
}

.nav-pills > li > a:hover{
color: #ffffff;
background-color: rgba(36, 145, 187, 0.43);
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
color: #ffffff;
background-color: rgba(36, 145, 187, 0.43);
font-size:16px;
}	

.body-content {font-size:15px; padding-top:30px;}

.stripe_bg {
background: url(/assets/themes/v4/img/stripe_bg.png);
height: 10px;
margin: 20px 0px;
}


.our-work {
font-size: 22px;
line-height: 35px;
padding: 10px 0px;
color:#555555;
}

.content-body {
font-size: 18px;
line-height: 25px;
padding: 10px 0px;
}

.content-vision {
font-size: 25px;
line-height: 30px;
padding: 10px 0px;
}

.yestick {
list-style-type: none;
margin: 20px 0px 0px;
padding: 0px;
}


.notick {
list-style-type: none;
margin: 20px 0px 0px;
padding: 0px;
}

.yestick li {
padding-left: 30px;
background: url(/assets/yestick.png) 5px 4px no-repeat;
margin-bottom: 5px;
font-size: 13px;
}

.notick li {
padding-left: 30px;
background: url(/assets/themes/default/img/notick.png) 5px 0px no-repeat;
margin-bottom: 5px;
font-size: 13px;
}

/* Navigation - left */

.nav-tabs.nav-stacked > li > a {
	font-size:15px;	
	font-weight:bold;
}

li.n1107 a {
	background: url(/assets/themes/default/img/icons/faq_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
	padding-bottom: 10px;
}

li.n1107_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/faq_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1101 a {
	background: url(/assets/themes/default/img/icons/star_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1101_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/star_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1117 a {
	background: url(/assets/themes/default/img/icons/checklist_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
	padding-bottom: 10px;
}

li.n1117_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/checklist_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1105 a {
	background: url(/assets/themes/default/img/icons/security_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1105_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/security_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1108 a {
	background: url(/assets/themes/default/img/icons/integration_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1108_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/integration_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1102 a {
	background: url(/assets/themes/default/img/icons/marketing_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1102_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/marketing_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1116 a {
	background: url(/assets/themes/default/img/icons/cart_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1116_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/cart_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1103 a {
	background: url(/assets/themes/default/img/icons/folder_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1103_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/folder_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1125 a {
	background: url(/assets/themes/default/img/icons/report_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1125_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/report_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1107 a {
	background: url(/assets/themes/default/img/icons/faq_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1107_active a {
	background: #45c0ef url(/assets/themes/default/img/icons/faq_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1118 a {
	background: url(/assets/themes/default/img/icons/ebay_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1118_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/ebay_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1119 a {
	background: url(/assets/themes/default/img/icons/facebook_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1119_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/facebook_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1120 a {
	background: url(/assets/themes/default/img/icons/shipping_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1120_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/shipping_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1121 a {
	background: url(/assets/themes/default/img/icons/search_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1121_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/search_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1122 a {
	background: url(/assets/themes/default/img/icons/design_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1122_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/design_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1123 a {
	background: url(/assets/themes/default/img/icons/money_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1123_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/money_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1124 a {
	background: url(/assets/themes/default/img/icons/config_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1124_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/config_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

li.n1126 a {
	background: url(/assets/themes/default/img/icons/iphone_blue.png) no-repeat 2px;
	padding-left: 46px;
	color:#45c0ef;
	padding-top: 10px;
padding-bottom: 10px;
}

li.n1126_active a {

	background: #45c0ef url(/assets/themes/default/img/icons/iphone_blue_white.png) no-repeat 2px;
	padding-left: 46px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.menu-users a {
	background: url(http://www.neto.com.au/assets/themes/default/img/icons/users_blue.png) 1px 50% no-repeat white;
	padding-left: 46px !important;
	color: #45C0EF;
	padding-top: 14px !important;
}

/*animation*/

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.nav-tabs.nav-stacked > li > a {
border:none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.nav-tabs.nav-stacked {
box-shadow: 30px -22px 29px -42px black; -webkit-box-shadow: 30px -22px 29px -42px black; -moz-box-shadow: 30px -22px 29px -42px black;
}

.nav-stacked > li { margin-top:5px; border-bottom:1px solid #F0F0F0; margin-right:10px;}

.side-menu-active a:hover {
background-color:none;
}

.header-trial {float:right; margin-top:50px;}



.pricing-header {
background: #45C0EF;
}
.table-bordered th, .table-bordered td {text-align:center; vertical-align:middle;}

.price {font-weight:bold; font-size:20px;}

.price-header {
background-color: #45C0EF;
height: 215px;
}
#sub-menu {
margin-top: -15px;
z-index: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-left: -15px;
margin-right: -15px;
background-color: #fafafa;
background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat: repeat-x;
border-bottom: 1px solid #d4d4d4;
text-align:center;

}	
#sub-menu a {
color: #666;
font-size:18px;
padding: 15px 20px 15px 20px;
vertical-align:bottom;
}


#sub-menu a:hover {
color: #666;
font-size:18px;
text-decoration:none;
padding: 15px 20px 15px 20px;
background:#EAEAEA;
}


#sub-menu ul {
	list-style:none;
	margin:0px;
}
#sub-menu li {
	left: 0;
	display: block;
    display:inline; 
	line-height:53px;
	padding:0px;
}

.sticky{height: 54px;}	 

h3.content {font-size:35px; font-weight:200; margin:15px 0px 5px;}

#body-padding {padding:0px 20px;}

#toTop {
		width:100px;
        border:1px solid #ccc;
        background:#f7f7f7;
        text-align:center;
        padding:5px;
        position:fixed; 
        bottom:10px; 
        right:10px;
        cursor:pointer;
        display:none;
        color:#666;
        font-size:13px;
}

#sub-menu.affix {
position: fixed;
top: 0;
margin-top: 0 !important;
width: 980px;
}


.icon-primary-medium {font-size:25px; color:#45C0EF }

.icon-medium {font-size:28px;}

.block-blue {background:#45C0EF; width:165px; font-size:60px; text-align:right; color:#FFF; padding-top:60px; padding-bottom:10px; padding-right:5px;}
.block-green {background:#90DD1B; width:165px; font-size:60px; text-align:right; color:#FFF; padding-top:60px; padding-bottom:10px; padding-right:5px;}
.block-purple {background:#C39; width:165px; font-size:60px; text-align:right; color:#FFF; padding-top:60px; padding-bottom:10px; padding-right:5px;}
.block-yellow {background:#FC0; width:165px; font-size:60px; text-align:right; color:#FFF; padding-top:60px; padding-bottom:10px; padding-right:5px;}
.block-magenta {background:#FD3568; width:165px; font-size:60px; text-align:right; color:#FFF; padding-top:60px; padding-bottom:10px; padding-right:5px;}
.block-orange {background:#F60; width:165px; font-size:60px; text-align:right; color:#FFF; padding-top:60px; padding-bottom:10px; padding-right:5px;}

.sub-brand {font-size:33px; font-weight:normal; color:#FFF; padding-top:25px; margin-left:-12px;}
.logo {margin-top:-5px;}


.table-neto-header {
	background: #45C0EF;
	color: white;
	font-size:18px;
}

.table-neto {
	background: #72CEF3;
	color: white;
	border-top: solid 2px #2CB6ED;
}

.table-type {
	background: #04232F;
	color: white;
	border-top: solid 2px black;
}

.table-other-header {
	background: #F2F2F2;
	font-size: 18px;
}

.table-other {
	background: #fefefe;
	border-top: solid 2px #E6E6E6;
}

.phone {font-size:30px; font-weight:bold; color:#FFF;}

.integration {
float: left;
margin-left: 26px;
width: 190px;
height: 230px;
margin-bottom: 20px;
}

.nav-tabs>li>a, .nav-pills>li>a {
padding-right: 8px;
margin-right: 2px;
}