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

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

html {
    background: #32406F url(../../images/sitebg.jpg) 0 0 repeat-x;
}

body {
    background: url(../../images/bg.jpg) center 0 no-repeat;
    color: #fff;
    font-family: arial, sans-serif;
}

a {
    color: #2D2D2D;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    width: 960px;
 /* Page width */;
}

#bodyshell {
    float: left;
    width: 100%;
}

#main {
    float: right;
    width: 100%;
    margin-left: -50em;
}

#leftnav {
    width: 185px;
    padding: 0;
    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: 0 16px 14px 0;
    width: auto;
    position: static;
} /* Apply padding to main content body as necessary */
#footer {
    clear: both;
}

/*
	Store styles
*/

/******* HEADER *******/
#header {
    height: 190px;
    position: relative;
}

.logo {
    left: 0;
    position: absolute;
    top: 0;
}

#headerlinks {
    position: absolute;
    left: 9px;
    top: 125px;
}

#headerlinks ul li {
    float: left;
    display: block;
    background: url(../../images/navlinksep.jpg) 0 0 no-repeat;
    padding-left: 1px;
}

#headerlinks ul li:first-child {
    background: none;
}

#headerlinks ul li a {
    font-size: 12px;
    padding: 13px 12px 12px;
    color: #7C7C7C;
    display: block;
    float: left;
}

#headerlinks ul li a:hover {
    background: url(../../images/navlinkhover.jpg) 0 0 repeat-x;
    text-decoration: none;
    color: #393939;
}

.searcharea {
    right: 21px;
    position: absolute;
    top: 135px;
}

.searcharea #search-box form * {
    vertical-align: middle;
}

.searcharea #search-box {
    position: relative;
}

.searcharea #search-box form input.search-field {
    background: none;
    background: none;
    border: none;
    width: 265px;
}

.shopbtn {
    position: absolute;
    right: 18px;
    top: 10px;
}

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 22px 0 0;
    padding: 6px 0;
    text-align: right;
    width: 215px;
    color: #76B662;
    font-size: 11px;
}

ul#cart-links li a.checkout {
    background: transparent url(../../images/viewcart.jpg) 0 0 no-repeat;
    color: #31406F;
    font-size: 0;
    height: 24px;
    width: 167px;
    text-indent: -9999px;
}

.headhtml {
    position: absolute;
    right: 18px;
    top: 62px;
    color: #C9D0EE;
    font-size: 12px;
    text-align: right;
}

.headhtml b {
    font-size: 18px;
}

.freeship {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 68px;
    left: 459px;
}

.freeship span {
    display: block;
    font-size: 20px;
}

/******* LEFT NAV *******/
#navcontainer, .mailinglist {
    margin-bottom: 55px;
}

#navcontainer h2, .mailinglist h2 {
    margin: 0 0 12px;
    padding: 0 0 0 22px;
    color: #C9D0EE;
    font: bold 16px arial;
}

#navcontainer ul, #navcontainer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navcontainer ul li {
    padding: 1px 0 1px 9px;
    background: url(../../images/leftnavline.gif) 0 0 no-repeat;
}

#navcontainer ul li a {
    background: url(../../images/bullet.gif) 14px center no-repeat;
    xborder-top: 1px solid #C9D0EE;
    color: #C9D0EE;
    display: block;
    font-size: 12px;
    padding: 6px 10px 6px 33px;
}

#navcontainer ul li:first-child {
    background: none;
}

#navcontainer ul li a:hover {
    text-decoration: none;
    background-color: #273661;
    border-color: #273661;
}
/*
#navcontainer ul li:hover{background:#273661; background-image: none;}
*/

#navcontainer ul li ul {
    display: none;
}

.mailinglist .newstext, .mailinglist .newsform, .mailinglist .newsprivacy {
    font-size: 11px;
    color: #C9D0EE;
}

.mailinglist .newstext {
    padding: 0 0 14px 22px;
}

.mailinglist .newsform * {
    vertical-align: middle;
}

.mailinglist .newsform {
    background: url(../../images/mailingbg.jpg) 0 0 no-repeat;
    padding: 3px 0 3px 3px;
    margin: 0 0 0 22px;
}

.mailinglist .newsform input#newsletter-email {
    border: none;
    background: none;
    padding: 1px 3px;
    width: 125px;
    color: #333232;
}

.mailinglist .newsprivacy {
    padding: 14px 0 14px 22px;
    ;
    text-align: left;
}

.mailinglist .newsprivacy a {
    color: #C9D0EE;
}

.badges {
    margin-bottom: 12px;
    text-align: center;
}

.badges img {
    margin: 4px;
}

/******* FOOTER *******/
#footer {
    background: url(../../images/footerbg.jpg) 0 0 no-repeat;
}

#footerlinks {
    text-align: center;
    padding: 13px 0;
}

#footerlinks ul li a {
    border-left: 1px solid #CACACA;
    font-size: 12px;
    padding: 0 10px;
    color: #5B5B5B;
}

#footerlinks ul li:first-child a {
    border: none;
}

.credits {
    font-size: 10px;
    margin: 20px 0;
    text-align: center;
    color: #D5D3E0;
}

.credits a {
    color: #D5D3E0;
}

/**************/
.pagebanner {
    background: #E0E0E0;
    color: #2B2D44;
    margin: 0 0 12px 0;
    font: bold 15px arial;
    padding: 6px 10px;
}

.pagebanner.featured {
    margin: 0;
}

.caption {
    font-size: 12px;
    line-height: 1.4em;
    padding: 0 10px;
    color: #fff;
}

.welcomeImage {
    margin-bottom: 20px;
}

#homefeatured {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px 0;
}

.breadcrumbs {
    font-size: 11px;
    margin-bottom: 10px;
    color: #fff;
}

.breadcrumbs a {
    text-decoration: underline;
    color: #fff;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.sectioncontain {
    float: left;
    font-size: 1em;
    line-height: 1.3em;
    xmargin-bottom: 15px;
    width: 714px;
    padding: 15px 15px;
    color: #2C2C2C;
    background: #fff;
}

.sectioncontain .image {
    float: left;
}

.sectioncontain .image img {
    padding: 0 20px 10px 10px;
}

.itemcontain {
    float: left;
    margin-bottom: 12px;
    width: 100%;
    padding: 15px 0;
    color: #2C2C2C;
    background: #fff;
}

.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 #9AA2BA;
    padding: 4px 8px;
    vertical-align: middle;
}

table#product-info-table th {
    font-weight: bold;
    width: 75px;
    text-align: right;
    color: #2C2C2C;
}

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

*:first-child+html table#product-info-table tr.addtocart th {
    width: 100%;
}

.relateditems {
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
}

.relateditems a {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

div.description {
    color: #fff;
    padding: 0 10px;
    margin: 0 0 12px;
}

div.upsell-panel, div.upsell-panel div.group {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}

/******* Features *******/

/* 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;
    color: #fff;
}

/* Simple Text Popup */
#simpleTextLink {
    display: block;
    padding: 5px 0;
}

.simpleTextMain {
    position: relative;
    display: inline;
    height: 20px;
    width: 100px;
    z-index: 20;
}

.simpleTextCont {
    display: none;
    position: absolute;
    left: -120px;
    bottom: 30px;
    width: 417px;
    text-align: left;
}

.simpleTextContTop {
    background: url(../../simpletext/scPopuptop.png) no-repeat 0 0;
    padding-top: 7px;
}

.simpleTextContMid {
    background: url(../../simpletext/scPopupmid.png) repeat-y 0 0;
    padding: 5px;
}

.simpleTextContBot {
    background: url(../../simpletext/scPopupbot.png) no-repeat 0 bottom;
    padding-top: 25px;
}

a.scSimpleTextClose {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    background: #aaa url(../../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;
    color: #000;
}

/******* SCEC OVERRIDES *******/

/*upsell*/
div.upsell-panel h2 {
    display: none;
}

div.upsell-panel div.product {
    width: 230px;
    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: 12px;
    color: #2C2C2C;
    display: block;
    margin: 5px 0 !important;
    font-weight: bold;
}

div.product .product-details .price span, .price, .price span {
    font-size: 11px !important;
    font-weight: normal;
    color: #6B6B6B;
}

div.product .product-details .price span.reduced, .price span.reduced {
    color: #B2B2B2!important;
    text-decoration: line-through;
}

div.product .product-details .price span.sale, .sprice span.sale, #page .price .sale {
    color: #D22F17;
    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;
}

div.upsell-panel div.product .product-thumb img {
    border: none!important;
}

/*paging*/
#page div.paging {
    background: #C9D0EE;
    border: 1px solid #273661;
    padding: 3px;
    font-size: 11px;
    text-align: center;
    color: #000;
}

#page div.paging a, #paging div.paging a.diabled {
    color: #000;
}

#page div.results-grid, #page div.results-grid .results-row {
    width: 100%;
    background: #fff;
}

#page div.results-grid .result {
    width: 230px;
    max-width: 230px;
    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 .details {
    width: 500px;
}

#page .result .description {
    margin: 0;
    font-size: 11px;
    color: #2C2C2C;
    padding: 0;
}

#page .result .amount {
    padding: 0;
    text-align: center;
}

#page .results {
    background: #fff;
    padding-left: 10px;
}

#page .result .thumbnail {;
}

*:first-child+html #page .result .thumbnail {
    height: auto;
}

#page .result {
    min-height: auto;
}

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

/* Add to cart button in paging */
#page div.results-grid .btn-add-to-cart, #page .result .btn-add-to-cart {
    width: 100px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    color: #FEA11E;
    background: url(../../images/sm-atc.jpg) 0 0 no-repeat;
    border: none;
    text-indent: -9999px;
}

/* Advanced Search button */
#advanced-search input.btn-adv-search {
    width: 64px;
    height: 25px;
    font-size: 0;
    line-height: 0;
    color: #92C812;
    background: url(../../images/search.jpg) 0 0 no-repeat;
    border: none;
    text-indent: -9999px;
}

/* CTE Fixes */
#page.product-detail div.gallery, div.gallery {
    float: none !important;
    padding: 0 !important;
}

body #page.product-detail div.gallery .pretty_photo_image, body div.gallery .pretty_photo_image {
    text-align: center !important;
    padding: 0 !important;
}

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

div.wrapper-main {
    background: #fff;
    padding: 5px;
    color: #2C2C2C;
}

#page-content #subheader h2 {
    background: #E0E0E0;
    color: #2B2D44;
    margin: 0 0 12px 0;
    font: bold 15px arial;
    padding: 6px 10px;
}

.pagebanner h2 {
    font-size: 15px;
}

/* START SEQUENCE BANNER */
.scSequenceBanner {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.scSequenceBannerMain {
    position: relative;
}
.scSequenceBannerMain div {
    left: 0;
    position: absolute;
    top: 0;
	background: #FFFFFF;
}
.scSequenceButtons {
    height: 25px;
    position: absolute;
    z-index: 100;
}
a.scSButton {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    height: 16px;
    margin: 0 4px 0 0;
    padding: 0;
    text-align: center;
    width: 16px;
}
a.scSButton:hover {
    font-weight: bold;
}
a.scSBon, a.scSBon:hover {
    font-weight: bold;
}
.scSequencePause {
    height: 20px;
    position: absolute;
    width: 72px;
    z-index: 100;
}