@charset "utf-8";
/*
	Solid Cactus shell framework v0.1


	Base styles - do not edit
*/
* {vertical-align: baseline;font-family: inherit;font-style: inherit;font-size: 12px;outline: 0;padding: 0;margin: 0;}
img, a{	border: 0;}
body{ /* Set font size to 12px in IE */text-align: center;font-size: 75%;}
html>body{ /* Set font size to 12px in everything else  */font-size: 12px;}
#container{text-align: left;margin: 0 auto;}
#main{float: right; width: 100%; margin-left: -50em;}
#leftnav{float: left; display: inline; position: relative;}
#content{width: auto; position: static;}
#footer{clear: both;}
.clear{clear: both;}
.clearer{clear: both; width: 100%; height: 0; font-size: 0; overflow: hidden;}
.float-left{float: left; display: inline;}
.float-right{float: right; display: inline;}
.infolinks, .infolinks ul{margin: 0; padding: 0; list-style: none;}
.infolinks li{list-style: none; display: inline;}
h1{font-size: 1.5em; font-weight: bold;}
h2{font-size: 1.4em; font-weight: bold;}
h3{font-size: 1.3em; font-weight: bold;}
h4{font-size: 1.25em; font-weight: bold;}
h5{font-size: 1.2em; font-weight: bold;}
h6{font-size: 1.1em; font-weight: bold;}
strong{font-weight: bold;}
em{font-style: italic;}
ul, ol, dl{list-style-position: outside; margin: 1em 1em 1em 2em;}
dl{margin-left: 1em;}
dd{margin-left: 2em;}
p{margin-bottom: 1em;}
blockquote{margin: 1em;}
form, fieldset{margin: 0; padding: 0; border: none;}

/*
	Page styles
*/

body{
	background: #571777 url(/content/176021/images/sitebg.jpg) 0 bottom repeat-x;
	color: #000;
	font-family: arial, sans-serif;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#container{
	width: 958px; /* Page width */
}

#bodyshell{float: left; width: 100%; background:#fff;}
#main{float: right; width: 100%; margin-left: -50em;}
#leftnav{width: 178px;padding:0 0 0 6px;float: left; display: inline; position: relative;} /* Left nav width; Set to 0 for one column layout */
#content{margin-left: 196px;} /* Should match left nav width; Set to 0 for one column layout */
#content-pad{padding: 0 18px 6px 0; width: auto; position: static;} /* Apply padding to main content body as necessary */
#footer{clear: both;}

/*
	Store styles
*/

/******* HEADER *******/
#header{
	background: url(/content/176021/images/headerbg.jpg);
	height: 172px;
	margin-top: 18px;
	position: relative;
}

.logo{
    left: 0;
    position: absolute;
    top: 0;
}

#headerlinks{
    position: absolute;
    right: 5px;
    top: 115px;
}

#headerlinks ul li a{
    border-left: 1px solid #C2C2C2;
    font-size: 16px;
    padding: 0 15px;
    color: #FFFFFF;
}

#headerlinks ul li:first-child a{border: none;}

.searcharea{
    right: 22px;
    position: absolute;
    top: 37px;
}

.searcharea #search-box form *{vertical-align: middle;}

.searcharea #search-box{position: relative; height: 19px; width: 224px;}

.searcharea #search-box form input.search-field{
    background: none;
    border: none;
    width: 202px;
    color: #4D493E;
    font-size: 11px;
}

.searcharea #search-box div.adv-search{
    position: absolute;
    top: -16px;
    right: -28px;
    width: 100px;
}

*:first-child+html .searcharea #search-box div.adv-search{
    top: -20px;
}

.searcharea #search-box div.adv-search a{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

.searcharea #search-box div.adv-search a:hover{
    text-decoration: none;
}

.shopbtn{
    position: absolute;
    right: 24px;
    top: 75px;
}

ul#cart-links, ul#cart-links li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}

ul#cart-links li a {
    display:block;
    float:left;
}

ul#cart-links li a.my-cart {
    margin: 0 6px 0 0;
    padding: 1px 0 0;
    text-align:left;
    font-size: 10px;
    width:166px;
    color: #4D493E;
    font-weight:bold;
}

ul#cart-links li a.checkout {
    background:transparent url(/content/176021/images/viewcart.jpg) 0 2px no-repeat;
    color:#F9F9F1;
    font-size:0;
    height:15px;
    width:84px;
    text-indent: -9999px;
}

.headhtml{
    position: absolute;
    right: 327px;
    top: 33px;
    color: #fff;
    font-size: 15px;
    width: 182px;
    padding: 10px;
    line-height: 20px;
    text-align: center;
}


/******* LEFT NAV *******/
#navcontainer, .mailinglist{
    background: url(/content/176021/images/leftnavbg.jpg) 0 0 repeat-y;
    margin-bottom:12px;
}
#navcontainer ul, #navcontainer ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
#navcontainer ul li{padding: 0 1px;}
#navcontainer ul li a{
    background: url(/content/176021/images/bullet.gif) 10px center no-repeat;
    border-bottom: 1px solid #FFFFFF;
    color: #3F3F3F;
    display: block;
    font-weight: bold;
    padding: 5px 10px 5px 25px;
}

#navcontainer ul li ul{display:none;}

.mailinglist .newstext, .mailinglist .newsform, .mailinglist .newsprivacy{
    font-size: 11px;
    padding: 3px 8px;
}

.mailinglist .newsform *{vertical-align: middle;}

.mailinglist .newsform input#newsletter-email{
    border: 1px solid #8E8E8E;
    padding: 1px 3px;
    width: 130px;
}

.mailinglist .newsprivacy{
    padding-top: 8px;
    text-align: center;
}

.badges{
    margin-bottom: 12px;
    text-align: center;
}

.badges img{
    margin: 4px;
}

/******* FOOTER *******/
#footer{
	background: url(/content/176021/images/bodybot.jpg) 0 0 no-repeat;
	padding: 32px 0 42px;
}

#footerlinks{
	text-align: center;
	background:  url(/content/176021/images/footerbg.jpg) 0 0 no-repeat;
	padding: 14px 0;
}

#footerlinks ul li a{
    border-left: 1px solid #FFFEFF;
    font-size: 11px;
    padding: 0 10px;
    color: #FFFEFF;
}

#footerlinks ul li:first-child a{border: none;}

.credits{
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
    color: #A093AD;
}

.credits a{
    color: #A093AD;
}
/**************/
.pagebanner{
    background:#AB86CB;
    color: #fff;
    font-size: 12px;
    margin: 12px 0;
    padding: 4px 10px;
}

.pagebanner h3{
    font-size: 12px;
}

.pagebanner.welcome{margin-top: 0;}

.welcome{}
.caption{
    font-size: 12px;
    line-height: 1.4em;
    padding: 0 10px;
}

#homefeatured{
    width: 100%;
    margin-bottom:12px;
}

.breadcrumbs{
    font-size: 11px;
}

.breadcrumbs a{text-decoration: underline;}
.breadcrumbs a:hover{text-decoration: none;}

.sectioncontain {
    float: left;
    font-size: .9em;
    line-height: 1.3em;
    margin-bottom:15px;
    width: 100%;
}

.sectioncontain .image {
    float:left;
}

.sectioncontain .image img {
    padding:0 20px 10px 10px;
}

.itemcontain{
    float: left;
    margin-bottom:12px;
    width: 100%;    
}

.itemleft, .itemright{width:45%;}
.itemright{padding-right: 15px;}
.itemleft{text-align: center;}

table#product-info-table{
    background: #fff;
}

table#product-info-table th, table#product-info-table td{
    border-bottom: 1px solid #DFD7E4;
    padding: 4px 8px;
    vertical-align:middle;
}

table#product-info-table th{
    font-weight: bold;
    width: 75px;
}

table#product-info-table tr.opts td .option{
    float: left;
    padding: 2px 0;
    width: 100%;
}

table#product-info-table tr.opts td .option .option-name{float:left; padding-right: 8px;}
table#product-info-table tr.opts td .option .option-choices{float: left;}

table#product-info-table tr.qty td label{display:none;}

table#product-info-table tr.addtocart th{
    background: #fff;
    border-bottom: none;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.relateditems{margin-bottom:12px;}
.relateditems a{font-size: 11px;font-weight:bold;}


/******* SCEC OVERRIDES *******/

/*upsell*/
div.upsell-panel h2{display: none;}
div.upsell-panel div.product{width:235px; text-align: center;}
div.upsell-panel div.product .product-details{width: 100%;}
div.upsell-panel div.product .product-details a.btn-main {float: none; display:none;}

/*product display*/
div.product, div.result{padding:8px 0;}
div.product .product-details a, div.result .details h3 a{font-size: 11px; color: #000; display: block; margin: 5px 0 !important;font-weight:bold;}
div.product .product-details .price span, .price, .price span{font-size: 11px !important;color:#6B6B6B;font-weight:normal;}
div.product .product-details .price span.reduced, .price span.reduced{color:#6B6B6B !important; text-decoration: line-through;}
div.product .product-details .price span.sale, .sprice span.sale, #page .price .sale, div.wrapper-main .upsell .product-details span.sale{color:#74418E; font-weight:bold;}
div.result .amount .price span, div.product .product-details .price span{display:block;}
div.product .product-details a.btn-main{display:none;}

/*paging*/
#page div.paging {background:#BE1D01;border:1px solid #8C8C8C; padding: 3px; font-size: 11px; text-align: center;color:#fff;}
#page div.paging a, #page div.paging a.disabled{color:#fff;}
#page div.results-grid, #page div.results-grid .results-row{width: 100%;}
#page div.results-grid .result{width:248px; max-width:248px; text-align:center;}
#page div.results-grid .result .thumbnail{margin: 0 !important; width: 100%;}
#page div.results-grid .details{text-align: center;}
#page div.results-grid .result .amount{text-align: center; padding: 0; width: 100%;}
#page .result h3 {margin: 0;}
#page .result .description{ font-size: 11px; margin: 0;}
#page .result .amount{padding: 0; text-align: center;}
#page .result .details{width: 510px;}

/*cart*/
div.wrapper-main input.button.clear-cart {display:none;}
div.wrapper-main .upsell table td{width: 245px;padding:8px 0;}
div.wrapper-main .upsell .product-thumb, div.wrapper-main .upsell .product-details{text-align: center;width:100%;}
div.wrapper-main .upsell .product-details a{font-size: 12px; margin:5px 0;}

/* Cart Fixes */
body div.wrapper-main form fieldset legend {font-size:15px;font-weight:bold;padding-bottom:15px; color:#000;text-decoration:none !important;}
body div.wrapper-main form fieldset legend:first-letter {text-decoration:none !important;}
div.wrapper-main form fieldset#comments p{float: left;}
/* Add to cart button in paging */
#page div.results-grid .btn-add-to-cart, #page .result .btn-add-to-cart{width:90px; height:20px; font-size:0; line-height: 0; color:#FEA11E; background: url(/content/176021/images/sm-atc.jpg) 0 0 no-repeat;border: none;}
/* Advanced Search button */
#advanced-search input.btn-adv-search{width:64px; height:25px; font-size:0; line-height: 0; color:#92C812; background: url(/content/176021/images/search.jpg) 0 0 no-repeat; border: none;}

/* SITE MAP */
.sitemap .pages_header, .category_header, .product_header{font-weight: bold; font-size: 14px; padding-bottom: 8px;}
.sitemap .pages{line-height: 12px;}
.sitemap .pages a, .sitemap .categories a, .sitemap .products a{display: block; padding:0 10px;}
