/*  hobo ninja stylesheet  */

@import url(https://fonts.googleapis.com/css?family=Dosis:800);

body {
	/*background-image: url(images/background2.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
	background-attachment: fixed;
	font: 12px Arial;
	color: #000;
	line-height: 1.4;
	text-align: center;
	padding: 0;
	margin: 0;
}

a {
	color: #0a81cc;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

h1 {
	font: normal 32px 'Dosis', sans-serif;
}

h2 {
	font: normal 25px 'Dosis', sans-serif;
}

h3 {
	font: normal 22px 'Dosis', sans-serif;
}

h4 {
	font: normal 18px 'Dosis', sans-serif;
}

h5 {
	font: normal 15px 'Dosis', sans-serif;
}

.container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#header {
	background: url(images/header.png) repeat-x;
	height: 160px;
	text-align: left;
}

#header .logo {
	background: url(images/logobg.png) no-repeat;
	width: 498px;
	height: 160px;
	float: left;
}

#header .account {
	height: 15px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 13px 15px 14px 4px;
}

#header .account a {
	color: #fff;
	text-decoration: underline;
}

#header .account a:hover {
	text-decoration: none;
}

#header .cart {
	background: url(images/black75.png);
	width: 110px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0 20px 8px 20px;
	float: right;
	cursor: default;
}

#header .cart .count {
	font-size: 11px;
}

#header .cart .total {
	font-size: 15px;
	color: #fff;
}

#header .cart a.checkout90 {
	margin: 4px auto 0 auto;
}

#header .social {
	width: 204px;
	height: 56px;
	margin: 10px 0 0 35px;
	float: left;
}

#header .social a.fb {
	background: url(images/icon_fb.png) 0px 0px no-repeat;
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 18px 0 0;
	float: left;
}

#header .social a.fb:hover {
	background-position: 0px -56px;
}

#header .social a.twitter {
	background: url(images/icon_twitter.png) 0px 0px no-repeat;
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 18px 0 0;
	float: left;
}

#header .social a.twitter:hover {
	background-position: 0px -56px;
}

#header .social a.youtube {
	background: url(images/icon_youtube.png) 0px 0px no-repeat;
	display: block;
	width: 56px;
	height: 56px;
	float: left;
}

#header .social a.youtube:hover {
	background-position: 0px -56px;
}

#header ul.nav {
	/* width: 389px; without blog */
	width: 454px; /* with blog */
	padding: 0;
	margin: 2px 0 0 0;
	list-style-type: none;
	float: right;
}

#header ul.nav li {
	float: left;
	list-style-type: none;
}

#header ul.nav li a {
	background: url(images/nav.png) no-repeat;
	display: block;
	height: 46px;
	text-indent: -9999px;
}

#header ul.nav li a.todays_deal {
	background-position: 0px 0px;
	width: 123px;
}

#header ul.nav li a.todays_deal:hover {
	background-position: 0px -46px;
}

#header ul.nav li a.about_us {
	background-position: -123px 0px;
	width: 97px;
}

#header ul.nav li a.about_us:hover {
	background-position: -123px -46px;
}

#header ul.nav li a.faq {
	background-position: -220px 0px;
	width: 56px;
}

#header ul.nav li a.faq:hover {
	background-position: -220px -46px;
}

#header ul.nav li a.contact_us {
	background-position: -276px 0px;
	width: 113px;
}

#header ul.nav li a.contact_us:hover {
	background-position: -276px -46px;
}

#header ul.nav li a.blog {
	background-position: -389px 0px;
	width: 65px;
}

#header ul.nav li a.blog:hover {
	background-position: -389px -46px;
}

#page {
	padding: 0 0 40px 0;
}

#page .title {
	display:none;
}

#page-item {
	background: url(images/item-bg.png) top center no-repeat;
	width: 100%;
	height: 488px;
	padding: 20px 0;
	margin: -4px auto 0 auto;
}

#page-item.tall {
	background-image: url(images/item-bg_tall.png);
	height: 540px;
}

#page-item .item-face {
	width: 650px;
	text-align: center;
	margin: 0;
	float: left;
}

#page-item .item-face a img {
	width: auto;
	height: 300px;
	border: 0;
}

#page-item .item-face h2 {
	width: 650px;
	max-height: 64px;
	padding: 0;
	margin: -1px 0 0 0;
	overflow: hidden;
}

#page-item .item-face h2 a {
	color: #000;
	text-decoration: none;
}

#page-item .item-side {
	width: 300px;
	margin: 0 0 0 50px;
	float: left;
}

#page-item .item-side .shirt-banner {
	height: 38px;
	margin: 0 0 10px 0;
}

#page-item .item-side .newsletter-box {
	margin: 20px 0;
}

#page-item .item-side .adspot {
	margin: 10px 0 0 0;
}

#page-item-info {
	background: url(images/shadsep.png) top center no-repeat;
	height: 250px;
	padding: 30px 0 0 0;
	margin: -20px 0 0 0;
}

#page-item-info .product-description {
	width: 370px;
	height: 250px;
	float: left;
}

#page-item-info .product-description h3 {
	padding: 0;
	margin: 0;
}

#page-item-info .product-description p {
	padding: 4px 0;
	margin: 0;
}

#page-item-info .product-description .scroll {
	height: 170px;
}

#page-item-info .product-description div.buy {
	margin-top: 6px;
}

#page-item-info .product-video {
	width: 250px;
	height: 250px;
	margin: 0 40px;
	float: left;
}

#page-item-info .product-video .video-title {
	font-size: 16px;
}

#page-item-info .product-video .video-container {
	width: 250px;
	height: 200px;
	margin: 10px 0 0 0;
}

#page-item-info .share-box {
	background: url(images/share.png) no-repeat;
	width: 300px;
	height: 250px;
	padding: 54px 0 0 0;
	float: left;
}

#page-item-info .share-box .facebook {
	height: 25px;
	margin: 6px 0;
}

#page-item-info .share-box .plusone {
	height: 24px;
	margin: 6px 0;
}

#page-item-info .share-box .twitter {
	width: 120px;
	height: 20px;
	margin: 6px 0;
	float: left;
}

#page-item-info .share-box .pinterest {
	width: 120px;
	height: 21px;
	margin: 6px 0;
	float: left;
}

#page-item-info .adspot {
	width: 300px;
	height: 250px;
	float: left;
}

.pagesep {
	background: url(images/shadsep.png) top center no-repeat;
	width: 1000px;
	height: 18px;
	margin: 30px auto 0 auto;
}

.tab-container {
	background: url(images/more-deals_bg.png) repeat-y #e5e5e5;
	width: 1000px;
	margin: 0 auto;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #c3c3c3;
}

ul#tab-nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#tab-nav li {
	width: 500px;
	height: 40px;
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}

ul#tab-nav li a {
	display: block;
	width: 500px;
	height: 40px;
	text-indent: -9999px;
}

ul#tab-nav li a.hobo-stuff {
	background: url(images/tab_hobo-stuff.png) 0px 0px no-repeat;
}

ul#tab-nav li.active a.hobo-stuff {
	background: url(images/tab_hobo-stuff.png) 0px -40px no-repeat;
}

ul#tab-nav li a.hobo-shirts {
	background: url(images/tab_hobo-shirts.png) 0px 0px no-repeat;
}

ul#tab-nav li.active a.hobo-shirts {
	background: url(images/tab_hobo-shirts.png) 0px -40px no-repeat;
}

#tabslider {
	overflow: hidden;
}

#tabslider .tabbed {
	float: left;
}

#more-deals {
	background: url(images/more-deals_tabbed.png) top center no-repeat;
	padding: 0 0 20px 0;
	/*padding: 40px 0 20px 0;*/
	margin: 36px 0 0 0;
}

#more-deals.page {
	background: none;
	padding-top: 20px;
	margin-top: 0;
}

#more-deals.page h1 {
	padding: 0;
	margin: 0;
}

#more-deals.page h1 .tag {
	font-size: 28px;
	color: #0a81cc;
}

#more-deals.page h1 a {
	font: normal 12px Arial;
	color: #cc0000;
}

#more-deals .single_shirt {
	background: url(images/more-deals_right.png) no-repeat #f5f5f5;
	padding: 10px;
	float: right;
}

#more-deals .single_hobo {
	background: url(images/more-deals_left.png) no-repeat #f5f5f5;
	padding: 10px;
	float: left;
}

#more-deals .single_shirt .single,
#more-deals .single_hobo .single {
	margin: 0 !important;
}

#more-deals .single {
	background: #f5f5f5;
	width: 478px;
	height: 295px;
	text-align: center;
	margin: 10px;
	border: 1px solid #b2b2b2;
	float: left;
}

#more-deals .single:hover {
	box-shadow: 0 0 12px rgba(0,0,0,.25);
}

#more-deals .single a img {
	height: 221px;
	padding: 0;
	margin: 0;
	border: 0;
}

#more-deals .single .aso {
	width: 103px;
	height: 0px;
	position: relative;
	top: -226px;
	left: -1px;
}

#more-deals .single .aso div {
	background: url(images/aso_ribbon.png) no-repeat;
	width: 103px;
	height: 53px;
}

#more-deals .single .aso div a {
	display: block;
	height: 53px;
}

#more-deals .single a.outsider {
	background: #fff;
	width: 478px;
	height: 221px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #b2b2b2;
}

#more-deals .single a.outsider img {
	width: auto;
	height: 221px;
	margin: 0 auto;
}

#more-deals .single .outsider_deal {
	width: 480px;
	height: 0px;
	position: relative;
	top: -223px;
	left: -1px;
}

#more-deals .single .outsider_deal div {
	background: url(images/outsider.png) no-repeat;
	width: 480px;
	height: 132px;
}

#more-deals .single .outsider_deal a {
	display: block;
	width: 464px;
	height: 120px;
	text-decoration: none;
	padding: 6px 10px 6px 6px;
}

#more-deals .single .outsider_deal a .help {
	background: url(images/outsider-help.png) no-repeat;
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

#more-deals .single .outsider_deal a .help:hover {
	overflow: visible;
}

#more-deals .single .outsider_deal a .help .bubble {
	background: url(images/outsider-bubble.png) no-repeat;
	width: 116px;
	height: auto;
	font-size: 11px;
	color: #fff;
	padding: 3px 5px 3px 10px;
	margin: -8px 0 0 19px;
	float: left;
}

#more-deals .single .outsider_deal a .from {
	background: none;
	font-size: 11px;
	color: #222;
	text-align: right;
	padding: 0;
	margin: -17px 0 0 0;
	float: right;
}

#more-deals .single .outsider_deal a .from span {
	border-bottom: 1px solid rgba(0,0,0,.15);
}

#more-deals .single h4 {
	width: 360px;
	padding: 0;
	margin: 0;
}

#more-deals .single h4 a {
	color: #000;
	text-decoration: none;
}

#more-deals .single .tags {
	background: #f5f5f5;
	font-size: 11px;
	padding: 4px 0 0 0;
}

#more-deals .single .tags a {
	color: #cc0000;
}

#more-deals .single .info {
	text-align: left;
	padding: 0 10px;
}

#more-deals .single div.buy {
	width: 85px;
	text-align: right;
	margin: 0;
}

#more-deals .single .price {
	font-size: 24px;
}

#more-deals .single a.buy,
#more-deals .single a.buy_aso,
#more-deals .single .buy_so,
#more-deals .single a.view-deal {
	text-align: left;
	margin: 1px 0 0 0;
	float: none;
}

#more-deals .single a.buy,
#more-deals .single a.buy_aso {
	background: url(images/buy_small.png) 0px 0px no-repeat;
	width: 85px;
	height: 30px;
}

#more-deals .single a.buy:hover,
#more-deals .single a.buy_aso:hover {
	background-position: 0px -30px;
}

#more-deals .single a.buy:active,
#more-deals .single a.buy:focus,
#more-deals .single a.buy_aso:active,
#more-deals .single a.buy_aso:focus {
	background-position: 0px -60px;
}

#more-deals .single .buy_so {
	background: url(images/sold-out_small.png) 0px 0px no-repeat;
	width: 85px;
	height: 30px;
}

#more-deals .single .buy_so:hover {
	background-position: 0px -30px;
}

#more-deals .single .buy_so:active,
#more-deals .single .buy_so:focus {
	background-position: 0px -60px;
}

#more-deals .single a.view-deal {
	background: url(images/view-deal_small.png) 0px 0px no-repeat;
	width: 85px;
	height: 30px;
}

#more-deals .single a.view-deal:hover {
	background-position: 0px -30px;
}

#more-deals .single a.view-deal:active,
#more-deals .single a.view-deal:focus {
	background-position: 0px -60px;
}

#ad_logos {
	text-align: center;
	/*
	padding-bottom: 200px;
	*/
}

#ad_logos .adspot {
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

#ad_logos .auth-logos {
	margin: 25px 0;
}

#ad_logos .auth-logos img {
	height: 60px;
	margin: 0 12px;
}

.header-link {
	background: url(images/header-link.jpg) 0px 0px no-repeat;
	display: block;
	width: 1000px;
	height: 80px;
	font-weight: bold;
	font-size: 18px;
	color: #171717;
	text-decoration: none;
	line-height: 1.1;
	text-align: center;
	margin: 0 0 20px 0;
}

.header-link:hover {
	background-position: 0px -80px;
}

.header-link img {
	width: 130px;
	height: 60px;
	padding: 0;
	margin: 2px 0 0 0;
	border: 1px solid #4b4b4b;
}

.header-link .price {
	font-weight: bold;
	font-size: 28px;
	color: #0a81cc;
	line-height: 1;
}

.header-link .shipping {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	line-height: 1;
}

.newsletter-box {
	background: url(images/newsletter.png) no-repeat;
	width: 300px;
	height: 110px;
}

.newsletter-box form {
	height: 24px;
	padding: 80px 0 0 0;
	margin: 0;
}

.newsletter-box form input {
	background: url(images/newsletter-form.png) no-repeat;
	height: 24px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

.newsletter-box form .newsletter-email {
	background-position: 0px 0px;
	width: 206px;
	font: 11px Arial;
	color: #444;
	padding: 0 10px;
	margin: 0 6px 0 0;
}

.newsletter-box form .newsletter-email:focus {
	background-position: 0px -24px;
	color: #000;
}

.newsletter-box form .newsletter-submit {
	background-position: -226px 0px;
	display: block;
	width: 38px;
	text-indent: -9999px;
	margin: 0 0 0 5px;
	cursor: pointer;
}

.newsletter-box form .newsletter-submit:hover {
	background-position: -226px -24px;
}

.newsletter-box form .newsletter-submit:focus {
	background-position: -226px -48px;
}

div.buy {
	height: 40px;
	font-weight: bold;
	font-size: 12px;
	float: right;
}

div.buy .retail {
	margin: 0 8px 0 0;
}

div.buy .price {
	font: normal 28px 'Dosis', sans-serif;
	color: #0a81cc;
}

div.buy .shipping {
	font-weight: normal;
	font-size: 11px;
	color: #555;
	text-align: right;
	margin: -4px 0 0 0;
}

div.buy a.buy,
div.buy a.buy_aso,
div.buy .buy_so,
div.buy a.view-deal {
	margin: 0 0 0 10px;
	float: right;
}

a.buy {
	background: url(images/buy.png) 0px 0px no-repeat;
	display: block;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
}

a.buy:hover {
	background-position: 0px -40px;
}

a.buy:active,
a.buy:focus {
	background-position: 0px -80px;
}

a.buy_aso {
	background: url(images/aso.png) 0px 0px no-repeat;
	display: block;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
}

a.buy_aso:hover {
	background-position: 0px -40px;
}

a.buy_aso:active,
a.buy_aso:focus {
	background-position: 0px -80px;
}

.buy_so {
	background: url(images/sold-out.png) 0px 0px no-repeat;
	display: block;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
	cursor: pointer;
}

.buy_so:hover {
	background-position: 0px -40px;
}

.buy_so:active,
.buy_so:focus {
	background-position: 0px -80px;
}

a.view-deal {
	background: url(images/view-deal.png) 0px 0px no-repeat;
	display: block;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
}

a.view-deal:hover {
	background-position: 0px -40px;
}

a.view-deal:active,
a.view-deal:focus {
	background-position: 0px -80px;
}

.checkout90 {
	background: url(images/checkout.png) 0px 0px no-repeat;
	display: block;
	width: 90px;
	height: 30px;
	text-indent: -9999px;
	text-decoration: none;
	cursor: pointer;
}

.checkout90:hover {
	background-position: 0 -30px;
}

.checkout90:active,
.checkout90:focus {
	background-position: 0 -60px;
}

.clear {
	clear: both;
}

.scroll-bar {
	background: #d4d4d4;
	width: 11px;
	border-radius: 4px;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,.3);
	overflow: hidden;
}

.scroll-drag {
	background: #cc0000;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,.5);
	border-radius: 4px;
	cursor: pointer;
}





#footer {
	background: url(images/footer.jpg);
	width: 100%;
	height: 200px;
	/*
	position: absolute;
	bottom: -40px;
	*/
	color: #fff;
}

#footer .container {
	padding: 10px 0 0 0;
}

#footer h4 {
	padding: 0 0 6px 0;
	margin: 0;
}

#footer a {
	background: url(images/black40.png);
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 7px 10px;
	margin: 3px 0;
}

#footer a:hover {
	background: url(images/black75.png);
}

#footer .about {
	font-size: 13px;
}

#footer .about img {
	margin: 0 10px 0 0;
	float: left;
}

#footer .copyright {
	font-size: 11px;
	margin: 25px 0 0 0;
}

#footer .copyright a {
	background: none;
	display: inline;
	color: #fff;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

#footer .copyright a:hover {
	text-decoration: none;
}


#item-slider {
	width: 650px;
	height: 300px;
	overflow: hidden;
}


#item-slider img {
	z-index: 100;
}

#item-slider #sliderControl {
	display: block;
	height: 22px;
	position: relative;
	top: -300px;
	margin: 12px 0 0 12px;
	float: left;
	overflow: visible;
	z-index: 102;
}

#item-slider #sliderControl span {
	background: url(images/slider-dot.png) no-repeat;
	display: block;
	width: 17px;
	height: 13px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}

#item-slider #sliderControl span:hover {
	text-decoration: underline;
}

#item-slider #sliderControl span.jFlowSelected {
	background: url(images/slider-dot-selected.png) no-repeat;
}

#item-slider ul,
#item-slider li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#item-slider li {
	width: 650px;
	height: 300px;
	overflow: hidden; 
}

#item-slider #prevBtn,
#item-slider #nextBtn {
	background: url(images/black40.png) !important;
	/*position: static !important;*/
	left: auto !important;
	top: auto !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	text-indent: 0 !important;
	padding: 5px 8px !important;
	margin: -350px 0 0 0 !important;
	float: left;
	z-index: 99;
	overflow: visible !important;
}

#item-slider #nextBtn {
	margin-left: 65px !important;
}

#item-slider #prevBtn a,
#item-slider #nextBtn a {
	background: none !important;
	display: inline !important;
	width: auto !important;
	height: auto !important;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

.faq-page h2 {
	padding: 0;
	margin: 0;
}

.faq-page h3 {
	font-size: 1.5em;
	color: #cc0000;
	padding: 0 0 6px 0;
	margin: 0;
}

.faq-page h4 {
	font-size: 1.3em;
	color: #333;
	padding: 0;
	margin: 10px 0 0 0;
}

.login_signup_form p {
	padding: 5px 0;
	margin: 0;
}

.login_signup_form input {
	background: #fff;
	width: 250px;
	font: 14px Arial;
	color: #a9a9a9;
	padding: 8px;
	border: 1px solid #bbb;
	border-radius: 2px;
	outline: 0;
}

.login_signup_form input:focus {
	color: #000;
	border-color: #0a81cc;
	border-radius: 3px;
	box-shadow: inset 0 0 4px rgba(0,0,0,.3);
}

.login_signup_form input.login-submit,
.login_signup_form input.reset-submit,
.login_signup_form input.signup-submit {
	background: url(images/login.png) 0px 0px no-repeat;
	display: block;
	width: 90px;
	height: 30px;
	text-indent: -9999px;
	margin: 0 18px 0 0;
	border: 0;
	float: right;
	cursor: pointer;
}

.login_signup_form input.login-submit:hover,
.login_signup_form input.reset-submit:hover,
.login_signup_form input.signup-submit:hover {
	background-position: 0px -30px;
}

.login_signup_form input.login-submit:focus,
.login_signup_form input.reset-submit:focus,
.login_signup_form input.signup-submit:focus {
	background-position: 0px -60px;
	box-shadow: none;
}

.login_signup_form input.reset-submit {
	background-image: url(images/reset-password.png);
}

.login_signup_form input.signup-submit {
	background-image: url(images/signup.png);
}

.other-logins {
	text-align: center;
	margin: 20px 0 0 0;
}

.other-logins a img {
	height: 20px;
	margin: 6px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.other-logins a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}










/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(images/cbox/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(images/cbox/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/cbox/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/cbox/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/cbox/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/cbox/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/cbox/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/cbox/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/cbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/cbox/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font:bold 14px Arial; color:#333333;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/cbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}




		
		
		
		
		
		
		
		
		
		
/* Begin ajax_cart */

.ajax_cart_container_overlay {
	 background-color: #000;
	 height: 100%;
	 width: 100%;
	 position: fixed;
	 left: 0px;
	 top: 0px;
	 z-index: 2999;
	 opacity: 0.3;
	 filter:alpha(opacity=30);
	 display:none;
 }
.ajax_cart_container {
		background:url(images/cartpop_bg.png);
		display: none;
		width:620px;
		height:375px;
		position:fixed;  
		left:50%;
		top:50%;
		padding:0 0 10px 0;
		margin:-180px 0 0 -250px;
		border:2px solid #fff;
		background-color:#ff944d;
		 z-index: 3000;
	}


.ajax_cart_error{
	font-size:16px;
	color:red;
	text-align:center;
}

.cart-table{
	align:center;
	width:100%;
	border:0;
}
.cart-table-header{
	font-weight:bold;
}
.cart-table tr{
}	
.cart-table td{
	align:center;
	padding:3px;
}	
fieldset {
	border: 1px solid #cacaca;

}

legend, .productschange {
	font-size: 13px;
	color: #777;
	font-weight: 900;
}

legend b, .productschange b {
	font-size: 15px;
	color: #cc0000;
}

legend a, .productschange a {
	color: #3081cc;
}

legend a:hover, .productschange a:hover {
	text-decoration: none;
}

fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}
	
 /* image replacement */
.graphic, #prevBtn, #nextBtn{
   margin:0;
   padding:0;
   display:block;
   overflow:hidden;
   text-indent:-8000px;
}
 /* image replacement */
#content{
	position:relative;
}
#slider{
	background:#fff;
	float:left;
	width:620px;
	height:120px;
	overflow: hidden;
}
#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
}	
#slider li{ 
	width:540px;
	height:120px;
	overflow:hidden;
}	

#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:110px;
	position:absolute;
	left:0px;
	top:50%;
	margin:2px 5px 5px 5px;
	border-style:hidden;
}	


#nextBtn{
	left:595px;
}	
													
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:110px;
	border-style:hidden;
	background:url(images/prevBtn.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/nextBtn.png) no-repeat 0 0;	
	}		
#description{
	padding:0px 5px 0px 10px;
}		
.total{
}
.total span{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	clear:both;
}
.cart_header{
	background:url(images/cartpop_gradtop.png) repeat-x;
	height:30px;
	font-weight: bold;
	font-size:18px;
	color: #8155a2;
	text-align:center;
	text-shadow: 0px 1px #fff;
	clear:both;
	padding: 15px 0 5px 0;
}
.cart_footer{
	background:url(images/cartpop_bg.png);
	clear:both;
	padding: 20px 0 0 0;
}
.options{
	clear:both;
	bottom:100px;
}

.autoship_history{
	display:none;
	color:gray;	
}
	
	
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .slider { height: 140px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.slider, .slider .panel { width: 540px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	#slider .arrows .slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 580px }
	#slider .arrows .slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { 
		display:block;
		width:20px;
		height:110px;
		border-style:hidden;
		margin: 0 8px;
	}
	.coda-nav-left a { background:url(images/prevBtn.png) no-repeat 0 0;	}
	.coda-nav-right a { background:url(images/nextBtn.png) no-repeat 0 0; margin-left: 15px}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	
	/* Preloader */
	.slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	#slider { clear: both; overflow: hidden }
	.slider { float: left; overflow: hidden; position: relative }
	.slider .panel { display: block; float: left }
	.slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
/* End ajax_cart */	
 
/* Login Box*/

.login_box_container_overlay {
	 background-color: #000;
	 height: 100%;
	 width: 100%;
	 position: fixed;
	 left: 0px;
	 top: 0px;
	 z-index: 2999;
	 opacity: 0.3;
	 filter:alpha(opacity=30);
	 display:none;
 }
 
.login_box_container {
	display: none;
	width:260px;
	height:190px;
	position:fixed;  
	left:50%;
	top:50%;
	padding:10px 10px 10px 10px;
	margin:-120px 0 0 -120px;
	border:2px solid #AE9E8B;
	background-color:#FFF;
	z-index: 3000;
}

#login_box{
	/*	height:98px; */
	height:90px; 
	width: 260px; 
	margin: 20px auto; 
	/*	padding-top:45px; */
	padding-top:90px; 
	text-align: center; 
	/*	background: url(images/nl_login_bg.jpg) no-repeat 0 0;*/
	background: url(images/returning_customers.png) no-repeat 0 0;

}

#forgot_password{
	/*	height:98px; */
	height:105px; 
	width: 260px; 
	color: #fff;
	font-size: 11px;
	margin: 20px auto; 
	/*	padding-top:45px; */
	padding-top:75px; 
	text-align: center; 
	/*	background: url(images/nl_login_bg.jpg) no-repeat 0 0;*/
	background: url(images/forgot_password.png) no-repeat 0 0;
}

#login_box .login_img{
	position:relative;
	float:right;
	right:20px;
	cursor:pointer;
}

#forgot_password .forgot_password_img{
	position:relative;
	float:right;
	right:20px;
	cursor:pointer;
}

#login_box input{
	border: 0px;
	/*background: url(images/nl_login_txt_bg.jpg) no-repeat 0 0;*/
	background: url(images/nl_login_txt_bg.png) no-repeat 0 0;
	width: 228px;
	height: 27px;
	padding: 2px 10px;
	padding: 0px 10px;
	margin: 0px 0px 0px 15px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#666;
	outline: 0;
}

#forgot_password input{
	border: 0px;
	/*background: url(images/nl_login_txt_bg.jpg) no-repeat 0 0;*/
	background: url(images/nl_login_txt_bg.png) no-repeat 0 0;
	width: 228px;
	height: 27px;
	padding: 2px 10px;
	padding: 0px 10px;
	margin: 0px 0px 5px 15px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#666;
	outline: 0;
}

a.login-box-link {
	font-weight:bold;
	font-size:11px;
	color:#666;
	margin: 8px 0 0 15px;
	float:left;
}

/* End Login Box*/

/* Upsell page*/
#def_upsell_wrp{
	width:682px;
	padding:10px;
	border: 2px dashed #3081cc;
}
#def_upsell_wrp input.textbox{
	width: 20px;
	text-align: right;
}
/* End upsell page*/

div#modal_wrp{
	position: fixed; z-index: 998; top: 0px; left: 0px; overflow: hidden; cursor: url("images/move_nodrop.cur"), auto;
	background-color: rgb(0, 0, 0); opacity: 0.5; font-size: 1px; display: block; width: 100%; height: 100%;
}
div#modal_content{
	position: fixed; display: inline; z-index: 999; left: 839px; top: 235px;
}
div#mdl_ic{
	display: block;
	border: 2px solid #3081cc;
	font-size:14px;
	font-weight: bold;
	font-family: Tahoma;
	color: #32466E;
	background-color:#fff;
	opacity: 1;
	padding: 10px;
	cursor: wait;
}

/* misc cart elements */

#cart-div {
	font-size: 14px;
	}
form#frm_cart {
	margin-top: 10px;
	}
.subtotal {
	font-weight: bold;
	color: #3081cc;
	}
.total {
	font-weight: bold;
	font-size: 24px;
	color: #3081cc;
	}
#sbdetails {
	font-size: 13px;
	}
a.finish_order {
	background: url(images/finish_order.png) no-repeat;
	display: block;
	width: 350px;
	height: 130px;
	margin: 0px 0 0 0;
	}
a.finish_order:hover {
	background-position: 0px -130px;
	}
a.finish_order:active, a.finish_order:focus {
	background-position: 0px -260px;
	outline: 0;
	}
a.finish_order_small {
	background: url(images/finish_order_small.png) no-repeat;
	display: block;
	width: 210px;
	height: 78px;
	margin: 10px 0 0 480px;
	}
a.finish_order_small:hover {
	background-position: 0px -78px;
	}
a.finish_order_small:active, a.finish_order_small:focus {
	background-position: 0px -156px;
	outline: 0;
	}
a.finish_order_small_button{
	display: block;
	width: 210px;
	height: 78px;
}
.products_head {
	background: #eeeeee;
	}
tr.products_head td {
	font: bold 12px Arial;
	text-align: center;
	padding: 6px;
	}
table.products {
	font-size: 13px;
	}
table.cart-table {
	font-size: 12px;
	}
img.product {
	width: 70px;
	margin-right: 10px;
	border: 0;
	float: left;
	}
a.upsell {
	font-size: 14px;
	color: #456e2c;
	text-decoration: none;
	cursor: pointer;
	}
a.upsell img {
	border: 20px solid #fff;
	}
a.upsell:hover img {
	width: 110px;
	border: none;
	}
.product_title {
	color: #456e2c;
	}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
	}
input#remove {
	background: url(images/remove.png) 0px 0px no-repeat;
	display: block;
	width: 43px;
	height: 14px;
	text-indent: -9999px;
	margin-top: 12px;
	border: none;
	cursor: pointer;
	}
input#remove:hover {
	background-position: 0px -14px;
	}
input#remove:focus {
	background-position: 0px -28px;
	}
span.editdetails {
	font-size: 13px;
	}
form#signupForm {
	margin-left: 0px;
	}
form#signupForm fieldset {
	margin: 5px 0;
	}

h2.giveaway_title{color:#f60; font-size:22px;}	
	
/*****  my account page  *****/

div#modal_wrp{
		position: absolute; z-index: 998; top: 0px; left: 0px; overflow: hidden; cursor: wait;
		background-color: rgb(0, 0, 0); opacity: 0.5; font-size: 1px; display: block; width: 100%; height: 100%;
}
div#modal_content{
	position: absolute; display: inline; z-index: 999; left: 0px; top: 100px;
}
div#mdl_ic{
	display: block;
	border: 1px solid #000;
	font-weight: bold;
	color: #000;
	background-color:#fff;
	opacity: 1;
	padding: 20px;
	cursor: normal;
}

.myaccount{
	background-color:rgb(255, 255, 255);
	font-size:12px;
}

.myaccount h3{
	color:#3a342c;
}

.myaccount hr{
	width: 100%;
	border: none; 
	height: 1px; 
	color: #444444; 
	background: #444444;
}

.myaccount a{
	color: #blue;
}

.myaccount_title{
	display:block;
	font: normal 25px 'Dosis', sans-serif;
}
.myaccount .past_orders{
	background-color: #ffffff;
}

.myaccount .past_orders th{
	background:#f5f5f5;
	font-weight:bold;
	color:#cc0000;
}
.myaccount .past_orders td{
	background-color: #ffffff; 
}
.myaccount .header1{
	font-weight: bold;
	font-size:13px;
}

.myaccount .header2{
	background:#f5f5f5;
	font-weight:bold;
	color:#cc0000;
}

.myaccount .show_history{
	float:right;
}

/*****  end my account page  *****/