
@import "basicpage.css";

body, p, h1, h2, h3, tr, td, div, ol, ul, dl, input {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
  color: #000000;
  background-color: #FFFFFF;
  font-size: 10pt;
  margin: 8px;
}
p {
  font-size: 12pt;
}
.nobr {
  white-space: nowrap;
}
td {
  font-size: 10pt;
}


/* Customer Registration Links */
a.reglink:link, a.tf_popup:link, a.wishlist_link:link { 
  text-decoration: underline;
  color: #FFFFFF;
}
a.reglink:visited, a.tf_popup:visited,
a.wishlist_link:visited { 
  text-decoration: underline;
  color: #FFFFFF;
}
a.reglink:hover, a.tf_popup:hover, a.wishlist_link:hover { 
  text-decoration: underline;
  color: #FFFFFF;
}
a.reglink:active, a.tf_popup:active, a.wishlist_link:active
{ 
  text-decoration: underline;
  color: #FFFFFF;
}

/********************/
/***  Page Links  ***/
/********************/
a.link:link { 
  text-decoration: none;
  color: black;
}
a.link:visited { 
  text-decoration: none;
  color: black;
}
a.link:hover { 
  text-decoration: underline;
  color: black;
}
a.link:active { 
  text-decoration: underline;
  color: #0000FF;
}

a.selected_link:link { 
  text-decoration: none;
  color: #FFFFFF;
}
a.selected_link:visited { 
  text-decoration: none;
  color: #FFFFFF;
}
a.selected_link:hover { 
  text-decoration: underline;
  color: #FFFFFF;
}
a.selected_link:active { 
  text-decoration: underline;
  color: #0000FF;
}

/******************************/
/***  Gift Certificate Link ***/
/******************************/
a.giftcertlink:link { 
  text-decoration: none;
  color: black;
}
a.giftcertlink:visited { 
  text-decoration: none;
  color: black;
}
a.giftcertlink:hover { 
  text-decoration: underline;
  color: black;
}
a.giftcertlink:active { 
  text-decoration: underline;
  color: #0000FF;
}
 a.fb_share, a.twtr_share {padding: 0px 4px 0px 0px;}
 span.pin-it-button {display: inline-block; width: 45px;
overflow: hidden;}
 div.fb_share {display: inline-block; width: 55px;
overflow: hidden;}
 div.twtr_share {display: inline-block; width: 88px;
overflow: hidden;}
 div#plusone {display: inline-block; width: 75px; overflow:
hidden;}
 img.social_follow {float: right; padding: 0px 2px; border:
0px;}

 .reviews-brief {font-size: 90%; white-space: nowrap;
display: block;}
 .reviews-brief div.reviews_stars {height: 20px;
max-height: 20px; overflow: hidden; padding: 2px 0px;}
 .reviews-brief span.reviews_stars_text, .reviews-brief
span.review_product_name, .reviews-brief
span.review_microdata_count, span.review_microdata_wrapper
span.review_product_name, span.review_microdata_wrapper
span.review_microdata_count, div.review
span.review_product_name {display: none;}
 .reviews-brief a, div#reviews-more a {text-decoration:
underline;}
 .pcs_table_content span.reviews-brief, .gcs_product_table
span.reviews-brief, td.center span.reviews-brief {width:
80px; margin: 0px auto;}

 #ss_mb {
	margin: 0px auto;
	text-align: center;
 }
a.fb_follow, a.twtr_follow {
  position: relative;
  top: -1px;
  height: 22px;
  width: 32px;
  display: block;
  float: right;
}
a.fb_share, a.twtr_share {
  display: block;
  float: right;
}
/*******************/
/***  Products   ***/
/*******************/

/*************************************/
/*** Product and Subproduct Layout ***/
/*************************************/
table.Products {
  border: 0pt;
  text-align: center;
  margin: 3pt;
}

table.Product {
  border: 0pt;
  text-align: left;
}

td.ProductGraphicLeft {
  border: 0pt;
  text-align: left;
}

td.ProductText {
  border: 0pt;
  text-align: left;
}

td.ProductGraphicRight {
  text-align: right;
}

span.ProductName {
  margin-bottom: 4px;
  display: inline;
}

span.ProductDescription {
  margin-bottom: 4px;
  display: block;
}

span.ProductPriceContainer {
  display: block;
}

span.VariableProductPrice, span.VariableProductSKU,
span.VariableProductName {
  display: block;
  margin-top: 4px;
}

div.Subproduct {
  margin-bottom: 4px;
}

span.SubproductName {
  margin-right: 4px;
  font-weight: bold;
/*  display: inline; */
}

span.SubproductPriceContainer {
  display: inline;
}

span.ProductPrice, span.SubproductPrice {
  display: inline;
}

span.ProductAltPrice, span.ProductAltPrice {
  display: inline;
}

span.ProductSalePriceContainer,
span.SubproductSalePriceContainer {
  display: inline;
}

span.ProductSaleRegularPrice,
span.SubproductSaleRegularPrice {
  display: inline;
  text-decoration: line-through;
}

span.ProductSaleAmount, span.SubproductSaleAmount {
  display: inline;
}

span.ProductAltSalePriceContainer {
  display: block;
}

span.SubproductAltSalePriceContainer {
  display: inline;
  margin-left: 10px;
}

span.ProductAltSaleRegularPrice,
span.SubproductAltSaleRegularPrice {
  display: inline;
  text-decoration: line-through;
}

span.ProductAltSaleAmount, span.SubproductAltSaleAmount {
  display: inline;
}

span.OnSaleText {
  color: red;
  font-weight: bold;
}

span.ProductSKU {
  margin-left: 0px;
  display: block;
}

table.qp_header {
}

/**************************/
/*** Add to Cart Button ***/
/**************************/
div.AddToCartButton {
  margin-top: 6px;
}

input.add { 
  font-size: 9pt;
  color: #000000;
  background-color: #FFFFFF;
  border-width: 0px;
  border-style: none;
  vertical-align: middle;
  text-decoration: underline;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}



/***********************/
/***  Product Links  ***/
/***********************/
a:link { 
  color: #000000;
}
a:visited { 
  color: #800080;
}
a:hover { 
  color: #000000;
}
a:active { 
  color: #0000FF;
}
 table.gcs_table {
	width: 100%;
	margin: 10px auto;
}
 table.gcs_table td {
	width: 33%;
	text-align: center;
}
 td#gcs_page, td#gcs_mi {
	padding: 8px;
	font-size: 1.5em;
	background-color: #99CCFF;
}
/*************************/
/***  View Cart Links  ***/
/*************************/
a.viewcart:link { 
  text-decoration: none;
  color: black;
}
a.viewcart:visited { 
  text-decoration: none;
  color: black;
}
a.viewcart:hover { 
  text-decoration: underline;
  color: black;
}
a.viewcart:active { 
  text-decoration: underline;
  color: #0000FF;
}

/***********************/
/***  Headings       ***/
/***********************/
h1 {
  font-size: 18pt;
  margin-top: 10px;
  margin-bottom: 0pt;
}

h2 {
  font-size: 18pt;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0pt;
}

h3 {
  font-size: 14pt;
  margin-top: 8px;
  margin-bottom: 0pt;
}


/**************/
/*** Search ***/
/**************/
td.search {
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: bold;
}

/**************/
/***  Tabs  ***/
/**************/
td.tab, td.tabselected {
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

td.tabselected {
  background-image:
url(http://www.sca-recovery.org/literature/media/themesmedia/tab_blue_selected_middle.gif);
}

/****************/
/***  Footer  ***/
/****************/
div.footer {
  margin-top: 50px;
  width: 470px;
}

p.Space {
  font-size: 6pt;
  margin-left: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
}

/*****************************/
/*** Multi Page Navigation ***/
/*****************************/
span.currentpage, span.prevnext {
  padding-left: 1pt;
  padding-right: 1pt;
}

/*************************/
/***  Font Formatting  ***/
/*************************/
small, Small {
  font-size: smaller;
}

Big {
  font-size: larger;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

tt {
  font-family: monospace;
}

/**********************/
/*** Search Results ***/
/**********************/
td.search_table {
  background-color: #0000FF;
  color: #FFFFFF;
}


 #image1, #image2, #textA, #textB {
  text-align: center;
  vertical-align: top;
  padding: 5px;
  width: 25%;
}
/**********************/
/***   Navigation   ***/
/**********************/
 #footer_pagelinks {
  padding: 0px;
  min-height: 120px;
 }
 div.footer_pagelinks {
  width: 200px;
  height: 100px;
  float: left;
  clear: none;
  margin: 10px 0px;
  padding: 0px;
 }
 div.footer_pagelinks a, div.footer_pagelinks span {
  display: block;
  padding: 2px 10px;
  text-align: left;
  text-decoration: none;
 }
 div.footer_pagelinks .footer_pagetitle {
  font-weight: bold;
 }
 div.left_pagelinks a, div.left_pagelinks span,
div.right_pagelinks a, div.right_pagelinks span {
  display: block;
  padding: 2px 0px;
  text-align: left;
  text-decoration: none;
 }
 .left_pagetitle, .right_pagetitle {
  font-weight: bold;
 }
 div.left_pagelinks, div.right_pagelinks {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  width: 160px;
 }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

.suckertreemenu ul li{
  position: relative;
  display: inline;
  float: left;
}

.suckertreemenu ul li a{
  display: block;
  width: 120px;
  line-height: 20px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: black;
  font-weight: bold;
  white-space: nowrap;
  background-image:
url(http://www.sca-recovery.org/literature/ss_images/en-US/backgrounds/tab_blue_nav.gif);
}
.suckertreemenu ul li a:visited, .tab a.giftcertlink, .tab
a.giftcertlink:visited, .tab a.giftcertlink:hover {
  color: black;
}
.suckertreemenu ul li ul li a:visited {
  background-color: #99CCFF;
}

.suckertreemenu ul li ul{
  left: 0;
  position: absolute;
  top: 1em;
  display: block;
  visibility: hidden;
}

.suckertreemenu ul li ul li{
  display: list-item;
  float: none;
}

.suckertreemenu ul li ul li ul{ 
  left: 115px;
  top: 0;
}

.suckertreemenu ul li ul li a{
  display: block;
  width: 116px;
  color: #000000;
  text-decoration: none;
  padding: 0px;
  background-image: none;
  background-color: #99CCFF;
  border-top: 1px solid #0000FF;
  border-left: 2px solid #0000FF;
  border-right: 2px solid #0000FF;
  border-bottom: 1px solid #0000FF;
  font-size: 90%;
}

.suckertreemenu ul li a:hover {
  text-decoration: underline;
}

.suckertreemenu ul li ul li a:hover{
  background-color: #0000FF;
  color: #FFFFFF;
}

* html p#iepara{
  padding-top: 1em;
}
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

div#store {
  display:none;
}
div#top {
  display:none;
}
div#topnav_inner {
  display:none;
}

div#extra_links {
  display:none;
}

div#text3 {
  display:none;
}

td.pr_img { 
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #0000EE; 
  padding-top: 3px;
  padding-bottom: 8px;
}

td.product { 
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #0000EE; 
  padding-top: 3px;
  padding-bottom: 8px;
  text-align: left;
}

td.ship {
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: #FFFFFF;
} 

span.prod_name_Bold_Normal {
  font-weight: bold;
  text-align: left;
}

span.prod_price_Bold_Normal {
  font-weight: bold;
  text-align: left;
}
  
p.prod_desc_Plain_Normal {
  text-align: left;
}

span.prod_sku_Plain_Small {
  display:none;
}

table.cart {
  width: 100%;
}

td.totals_txt {
  text-align: right;
  width: 491px;
}

td.totals_all_txt {
  text-align: right;
  width: 491px;
  font-weight: bold;
}


td.totals {
  text-align: right;
  width: 52px;
}
td.totals_all {
  text-align: right;
  width: 52px;
  font-weight: bold;
}

td.cart_price
{
  text-align: right;
}
th.cart_price
{
  text-align: right;
}

td.cart_total
{
  text-align: right;
}
th.cart_total
{
  text-align: right;
}

td.cart_delete {
  padding-top: 20px;
}

