@charset "utf-8";
@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: 100%;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;background: #fff;}
#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: 20px; font-weight: normal; color: #720000; margin-bottom: 8px;}
h2{font-size: 18px; font-weight: normal; color: #720000}
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: #fff url(/content/172955/images/sitebg.jpg) 0 0 repeat-x;
	color: #000;
	font-family: verdana, arial, sans-serif;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#container{
	width: 960px; /* Page width */
	background: transparent; /* Site background image */
}

#bodyshell{float: left; width: 100%;}
#main{float: right; width: 100%; margin-left: -50em;}
#leftnav{width: 178px;padding:14px 0 0 7px;float: left; display: inline; position: relative;} /* Left nav width; Set to 0 for one column layout */
#content{margin-left: 200px;} /* Should match left nav width; Set to 0 for one column layout */
#content-pad{padding: 14px 16px 14px 0; width: auto; position: static;} /* Apply padding to main content body as necessary */
#footer{clear: both;}

/*
	Store styles
*/

/******* HEADER *******/
#header{
	height: 149px;
	position: relative;
}

.logo{
    left: 31px;
    position: absolute;
    top: 8px;
}

#headerlinks{
    position: absolute;
    right: 5px;
    top: 15px;
}

#headerlinks ul li a{
    border-left: 1px solid #C3C3C3;
    font-size: 11px;
    padding: 0 10px;
}

#headerlinks ul li:first-child a{border: none;}

#search {
	background:url("/content/172955/images/headerbg.jpg") no-repeat scroll 0 0 transparent;
	height:40px;
	position:absolute;
	top:121px;
	width:974px;
	margin-left: 7px;
}

#deals {
	bottom:3px;
	left:120px;
	position:absolute;
}

#deals ul li {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	list-style-type: none;
	display: inline;
}

.searcharea{
	padding: 5px;
}

.searcharea #search-box form *{vertical-align: middle;}

.searcharea #search-box{
	left:657px;
	position:relative;
	top:2px;
}

.searcharea #search-box form input.search-field{
    background: none;
    border: none;
    width: 255px;
}

.searcharea #search-box div.adv-search{
    position: absolute;
    left: 310px;
    width: 100px;
	padding-top: 4px;
}

.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{
	padding: 10px 0 0 150px;
	background:transparent url(/content/172955/images/shopbtn.jpg) 0 0 no-repeat;
    position: absolute;
	left:564px;
	top:90px;
	width:391px;
	height: 31px;
}

.shopbtn a{
	color: #fff;
}

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.checkout {
	background:url("/content/172955/images/viewcart.jpg") no-repeat scroll 0 0 transparent;
	bottom:13px;
	text-indent:999px;
	color:#848484;
	font-size:0;
	height:27px;
	position:absolute;
	right:154px;
	width:103px;
}

#ctl00_ctl00_cartLinks_cartLinks_checkout {
	background: url('/content/172955/images/viewcart.jpg') no-repeat;
	bottom:7px;
	left:95px;
	position:relative;
}

.headhtml{
    position: absolute;
    right: 16px;
    top: 50px;
    font-size: 11px;
}

.headhtml b{font-size: 1.3em;}

/******* LEFT NAV *******/
#navcontainer, .mailinglist{
    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/172955/images/leftnavli.gif") no-repeat scroll 0 0 transparent;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:5px 10px 5px 30px;
	height: 28px;
}

#navcontainer ul li ul {background: none; border: none}
#navcontainer ul li ul li a {background: none; border: none}

.mailinglist .newstext, .mailinglist .newsform, .mailinglist .newsprivacy{
    font-size: 11px;
    padding:1px 30px;
}

.mailinglist .newsform *{vertical-align: middle;}

.mailinglist .newsform input#newsletter-email{
    border: 1px solid #8E8E8E;
    padding: 2px;
    width: 230px;
}

#nl-form {margin: 5px 0 10px 0;}

.newsprivacy a {
	color: #DC4242;
	text-decoration: underline;
}

.badges{
    margin-bottom: 12px;
}

.badges img{
    margin: 4px 0;
}

/******* FOOTER *******/

#footer {
	background:none repeat scroll 0 0 #720000;
	color:#FFFFFF;
	font-size:11px;
	height:136px;
	padding:10px;
}

#footerlinks a {color: #fff; }

#footer p {
	margin-bottom: 6px;
}

#footerlinks {
	color: #fff;
	width: 550px;
}

#footerlinks ul li a{
    border-left: 1px solid #9c3e3e;
    font-size: 11px;
    padding: 0 7px;
}

#footerlinks ul li:first-child a{border: none;}

#footercontact {
	background: url('/content/172955/images/flogo.jpg') no-repeat;
	padding-left: 45px;
	padding-top: 5px;
	color: #fff;
	height: 57px;	
}

#footercontact p {
	margin: 0 0 1px 0;
}

#footer .mailinglist {
	bottom:117px;
	left:585px;
	position:relative;
	width:392px;
}

.credits{
    font-size: 10px;
    margin-top:10px;
	line-height: 150%;
	color: #dc4242;
	padding: 0 10px;
	width: 450px;
}

.credits a {
	color: #dc4242;
}

/**************/

.welcomeImage {
	background: url('/content/172955/images/welcome.jpg') no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	height:110px;
	padding-left:190px;
	padding-right:31px;
	padding-top:30px;
	width:550px;
	margin-top: 4px;
	float: left;
}

.pagebanner{
    background:#A7A7A7;
    color: #fff;
    margin: 12px 0;
    padding: 4px 10px;
}

.caption{
    font-size: 11px;
	color: #cccccc;
}

.caption p {margin-top: 10px;}

.featuredprod {
	background:url("/content/172955/images/featuredbg.jpg") no-repeat scroll 0 0 #E1E1E1;
	float:left;
	margin:5px 0;
	padding:0 0 10px 10px;
	width:751px;
}

.featuredprod img {
	background: #CCCCCC;
	float:left;
	height:176px;
	margin:8px;
	width:169px;
}

.breadcrumbs {
    font-size: 11px;
	margin-bottom: 12px;
	font-family: verdana;
	color: #720000;
}

.breadcrumbs .primary a {
	color: #720000;
}

.breadcrumbs .primary {
	color: #720000;
}

.breadcrumbs a{text-decoration: none;}

.sectioncontain {
    float: left;
    font-size: .9em;
    line-height: 1.3em;
    margin-bottom:15px;
}

.btn-main {
	display: none;
}

. pagerBottom {clear: both;}

.section-prod {}

.sectioncontain .image {
    float:left;
}

.sectioncontain .image img {
    padding:0 20px 10px 10px;
}

.itemcontain{
	border-top:3px solid #E02601;
	float:left;
	margin-bottom:12px;
	padding-top:10px;
	width:100%;   
}

.itemleft, .itemright{width:45%;}
.itemleft{text-align: center;}

table#product-info-table{
    background: #fff;

}

table#product-info-table th, table#product-info-table td{
	padding: 8px 0;
	font-size: 11px;
}

table#product-info-table th{
	font-size: 11px;
    font-weight: normal;
    width: 75px;
	color: #720000;
}

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;}

.option-name label {display:block; margin-top:2px; position:relative; top:0px;}

td label {display: none;}

table#product-info-table tr.rprice b, table#product-info-table tr.rprice {font-size: 11px}

table#product-info-table tr.rprice b, table#product-info-table tr.rprice {
	font-size: 12px;
	font-weight: bold;
	color: #e02601;
}

table#product-info-table tr .sprice  {font-weight: bold}

.relateditems{margin-bottom:12px;}
.relateditems a{font-size: 11px;font-weight:normal;}

.related-container {margin-top: 10px;}

/* .paging {clear: both; margin: 10px 0; font-weight: bold; color: #720000; text-align: center; background: #ccc;} */

.itemnum {color: #E02601; margin: 0;}


/******* SCEC OVERRIDES *******/

/*upsell*/
div.upsell-panel h2{display: none;}
div.upsell-panel div.product{width:235px; text-align: center; float: left}
div.upsell-panel div.product .product-details{width: 100%; float: left}
div.upsell-panel div.product .product-details a.btn-main {float: none; display:none;}

/*product display*/
div.result {float: left; text-align: center;}
div.product, div.result{padding:8px 0;float:left;text-align:center;width:235px;}
div.product .product-details a, div.result .details h3 a{font-size: 12px; color: #2C2C2C; display: block; margin: 5px 0;font-weight:normal !important;}
div.product .product-details .price span, .price, .price span{font-size: 11px;}
div.product .product-details .price span.reduced, .price span.reduced{color:#000; text-decoration: line-through;}
div.product .product-details .price span.sale, .sprice span.sale{color:#D22F17; font-weight:normal;}
div.result .amount .price span, div.product .product-details .price span{display:block;}
div.product .product-details a.btn-main{display:none;}
div.relateditems div.upsell-panel div.product .product-details .price span {font-size: 12px}
.sale {color: #d22f17}

td .price {font-size: 11px;}

/*paging*/
#page div.paging {background:#D1D1D1;border:1px solid #A7A7A7; padding: 3px; font-size: 11px; text-align: center;}
#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{display: none;}

/*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;}

/******* FEATURES *******/



/* Start Tabbed Info Styles */
div#tabs-nav-container {
	padding: 10px 0px;
	margin: auto;
	clear: both;
}

div#tabs-nav-container ul#tabs-nav {
	background:url('/content/172955/tabbedinfo/tabbedbg.jpg') no-repeat scroll left top transparent;
	clear:both;
	float:left;
	height:40px;
	list-style:none outside none;
	margin:0;
	padding:5px;
	width:760px;
}

div#tabs-nav-container ul#tabs-nav li {
	height:31px;
	padding:2px 0 0 11px;
	width:122px;
	list-style:none;
	margin: 0 2px 0 0;
	height: 28px;
	float: left;
	font-size:12px;
}

div#tabs-nav-container ul#tabs-nav li a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	float: left;
	height: 22px;
	text-align: center;
	padding-right:15px;
	padding-left:15px;
	padding-top: 6px;
	color: #fff;
	font-weight:bold;
	outline:none;
}

div#tabs-nav-container ul#tabs-nav li.active {
	background:url(/content/172955/tabbedinfo/tabactive.gif) no-repeat scroll 0 0 transparent;
	height:31px;
	padding:2px 0 0 11px;
	width:122px;
}

div#tabs-nav-container ul#tabs-nav li.active a {
	background-position: left 0;
	color: #000;
}

div#tabs-nav-container ul#tabs-nav li.tabhover a:hover {
	text-decoration: none;
}

div.tabscontain{
	float:left;
	width: 760px;
	background: url(/content/172955/tabbedinfo/tabbedtop.gif) no-repeat;
}

div.tabs {
	clear: both;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 16px;
	text-align: left;
	float:left;
	margin-bottom:10px;
	margin-top: -1px;
	background: url(/content/172955/tabbedinfo/tabbedbottom.gif) left bottom no-repeat;
	width: 736px;
}
/* End Tabbed Info Styles */



/* Product Scroller */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-tango .jcarousel-container {
    x-moz-border-radius: 10px;
    xbackground: #F0F6F9;
    xborder: 1px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    /*width: 425px;*/
    padding: 10px 40px;
	height:200px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    /*width:  420px;*/
    height: 200px;
	/*border-right:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;*/
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 209px;
    height: 200px;
	/*border-left:1px solid #DEDEDE;*/
	text-align:center;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    xmargin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 15px;
    width: 13px;
    height: 28px;
    cursor: pointer;
    background: transparent url(/content/172955/scroller/scroll-arrow-right.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    xbackground-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -13px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -13px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 15px;
    width: 13px;
    height: 28px;
    cursor: pointer;
    background: transparent url(/content/172955/scroller/scroll-arrow-left.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    xbackground-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -13px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -13px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/content/172955/scroller/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;

    cursor: pointer;
    background: transparent url(/content/172955/scroller/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


#scrollarea {
	width:840px; 
	background:#C5C5C5; 
	overflow:hidden;
}

#scrollarea #scrolltab {
	float:left; 
	width:300px; 
	color:#B6006E; 
	display:inline; 
	font-weight:bold; 
	background:#EFEFEF url(/content/172955/scroller/scroll-bar-topleft.jpg) no-repeat top left; 
	position:relative; 
	padding:8px 10px 3px; 
	text-transform:uppercase;
}

#scrollarea #scrolltabtoggle {
	position:absolute;
	top:0px; 
	right:0px; 
	width:75px; 
	height:24px; 
	background:url('hide.jpg') no-repeat 0px 0px;
}

#scrollarea #scrolltabtoggle.show {
	position:absolute; 
	top:0px; 
	right:0px; 
	width:75px; 
	height:24px; 
	background:url('hide.jpg') no-repeat 0px -24px;
}

#scrollarea #scrolltabtoggle a {
	display:block; 
	height:24px;
}

#scrollarea #scrollitems {
	clear:both; 
	height:170px; 
	width:840px; 
	background:url(/content/172955/scroller/scroll-area-bg.jpg) repeat-x top left; 
	border-bottom:2px solid #C5C5C5;
}



.jcarousel-item .image {
	height:100px; 
	overflow:hidden; 
	margin-bottom:8px;
}

.jcarousel-item .image a img {
	border:1px solid #C7C7C7;
}

.jcarousel-item .image a:hover img {
	border:1px solid #BD0F71;
}

.jcarousel-item .name {
	padding:0pt 5px;
}

.jcarousel-item .name a {
	font-size:10px; 
	color:#000;
}
.jcarousel-item .name a:hover {
	color:#B70068; 
	text-decoration:none;
}

.jcarousel-item .designer {
	font-size:10px; 
	color:#909090; 
	font-family:Arial, Helvetica, sans-serif; 
	padding-top:2px;
}


/*TESTIMONIALS*/

.testis
{
    margin-bottom:12px;
}

#testimonials{
	margin:0;
	padding:0 1px 1px;
	display:block;
	list-style:none;
	min-height: 90px;
}

#testimonials li{
	list-style: none;
	font-family: verdana;
	font-size:11px;
	color: #720000;
}

#testimonials .author {
	font-weight: bold;
	text-align: left;
	color: #720000;
}

#testimonials li div
{
    font-size: 11px;
    text-align: right;
    padding-top: 8px;
}

/* Start Expanding/Cascading Nav Styles #eNav = expanding, #cNav = cascading */
ul#eNav, ul#cNav{
	margin:0;
	display:block;
	width: 181px;
	padding: 0;
}

ul#eNav li ul, ul#cNav li ul{
	 display:none;
	list-style-type:none;
	margin:0;
	padding-bottom:15px;
	width: 181px;
	background: transparent url('/content/172955/images/casculbg.gif') left bottom no-repeat;
}


#leftnav ul li ul li{
} 

#leftnav ul li ul li a{
	color: #720000;
	width: 181px;
} 


ul#cNav li{position: relative;width: 181px; height: 30px}

ul#cNav li ul{position: absolute; top: 0; left: 181px;}

ul#eNav li ul li a:hover{
	text-decoration:underline;
}

ul#cNav li ul li:first-child {
	border-top: 1px #e1e1e1 solid;
};

/* End Expanding/Cascading Nav Styles */

/* FAQ */
.fanswer{display:none; font-size: 11px; padding: 3px 8px;}
.fquestion{display:block; font-size: 12px; font-weight:bold; text-decoration: underline; padding: 6px 0;}


/* FLYOUT ASSISTANT */
#main{overflow:hidden;position:relative;}
.sc-flyout-tip {background:url(/content/172955/flyout/quicktip.png) no-repeat 0 0; width:194px; height:52px; display:none; position:absolute; top:-50px; left:-195px;}
.sc-flyout-tip .tip {padding:8px 4px 0 4px; color:#000; font-size:12px; text-align:center;}
#sc-flyout {position:absolute; top:0; left:0; z-index:10; background:#fff; width:250px; min-height:140px; *height:150px; border:1px solid #676767; display:none;}
#sc-flyout-int {padding:2px;}
#sc-flyout-tab {background:url(/content/172955/flyout/sc-flyout-tab.png) no-repeat 0 bottom; display:block; height:140px; width:37px; position:absolute; top:-1px; left:0; cursor:pointer;}
#sc-flyout-tab.sc-flyout-tab-on {background-position:0 0;}
.sc-flyout-info {padding:2px 0 2px 3px; text-align:left;}
.sc-flyout-tab-btn {background:url(/content/172955/flyout/sc-flyout-deco.gif) no-repeat 0 bottom; display:block; height:18px; padding:0 0 0 25px; font-size:12px; cursor:pointer;}
.sc-flyout-tab-btn-on {background-position:0 top; color:#6B6451;}
.sc-flyout-tab-info {display:none; font-size:11px; padding:4px; background-color:#F0F0F0; margin:2px 1px 1px;}
.sc-flyout-tab-info ul.qa {margin:0; padding:0 0 0 5px;}
.sc-flyout-tab-info ul.qa li {list-style: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;}

/* 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/172955/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/172955/images/search.jpg) 0 0 no-repeat; border: none;}


/* ul#cNav{display: none;} */

div.upsell-panel div.product .product-thumb img{border:none !important;}

#simpleTextLink {display:block; padding:5px 0;}
.simpleTextMain{position:relative; display:inline; color: #000; font-family:Arial, Helvetica, sans-serif; font-size:12px; height:20px; width:100px; z-index:20;}
.simpleTextCont{display:none; position:absolute; left:80px; bottom:30px; width:417px; text-align:left;}
.simpleTextContTop { background:url(/content/172955/simpletext/scPopuptop.png) no-repeat 0 0; padding-top:7px;}
.simpleTextContMid {background:url(/content/172955/simpletext/scPopupmid.png) repeat-y 0 0; padding:5px;}
.simpleTextContBot {background:url(/content/172955/simpletext/scPopupbot.png) no-repeat 0 bottom;  padding-top:25px;}
a.scSimpleTextClose{position:absolute; top:10px; right:20px; display:block; background:#aaa url(/content/172955/simpletext/scSimpleTextClose.gif) no-repeat 0 0; height:20px; width:20px; color:#fff; font-weight:bold; text-decoration:none;}
.simpleTextContMid p {padding:10px 45px 10px 20px; margin:0; clear:both;}

/* sequence banner */
    .scSequenceBanner {width:800px; height:185px; overflow:hidden; position:relative; font-family:Arial, Helvetica, sans-serif; }
    .scSequenceBannerMain {position:relative;}
    .scSequenceBannerMain div {position:absolute; top:0; left:0;}
    .scSequenceButtons { height:25px; position:absolute; top: -10px; z-index:100;}
    a.scSButton {cursor:pointer; display:block; float:left; width:20px; padding:2px 0; background:#DE2602; color:#fff; text-align:center; font-size:12px; margin:0 2px 2px 0; border:1px solid #fff;}
    a.scSButton:hover {background:#000;}
    a.scSBon, a.scSBon:hover {background:#000;}
    .scSequencePause {position:absolute; width:72px; height:20px; z-index:100; background:url(/content/172955/sequencebanner/scSBPause.png) no-repeat 0 0;}


#bottomnav { padding: 15px; text-align: center; clear: both; }
#bottomnav .button {width: 291px; height: 27px; background: url("/content/172955/images/button.png") repeat scroll 0% 0% transparent; color: #FFF; padding: 9px 0px; font-size:22px; float:left; margin-right: 10px;}
