/* -------------------------------------------------------------------- +
|	External Stylesheet for StoreBox													|
|	Client: TEMPLATE																		|
|	Author: DP																				|
|	Last Updated: Sept. 01 . 05
|	Last Updated: RS - Oct. 20 . 05
|
+ --------------------------------------------------------------------- +

+ --------------------------------------------------------------------- +
|	CONTENTS																					|
|	-COLORS																					|
|	-Category Page																			|
|	-Product Listing																		|
|	-Bread Crumb																			|
|	-Product Details																		|
|	-Tables and Variations																|
|	-Form Buttons																			|
|	-Input Elements																		|
|	-Account Pages																			|
|	-Checkout Pages																		|
+ --------------------------------------------------------------------- +

+ --------------------------------------------------------------------- +
|	BACKGROUNDS AND COLORS TO CHANGE													|
|	consult color_template.psd															|
+ -------------------------------------------------------------------- */


/* -- COLOR ONE BG -- */
table.SBTableBase th.SBColumnWhole, 
table.SBTableBase tr.SBColumnLarge th, 
table.SBColumnSmall tr th {background: #2f4626;}

/* -- COLOR ONE TEXT -- */
table.SBTableBase th.SBColumnWhole,
table.SBTableBase tr.SBColumnLarge th,
table.SBColumnSmall tr th {color: #FFFFFF;}

/* -- COLOR TWO -- */
table.SBTableBase th {
	background: #6a9c54;
	color: #FFFFFF;
}

/* -- ROW ODD -- */
table.SBTableBase td, 
table.SBTableBase tr.SBRowOdd td, 

#SBProductDesc, 
.SBCategoryItem table td {background: none;}

/* -- ROW EVEN -- */
table.SBTableBase tr.SBRowEven td {background: #cedac9;}

/* -- SUBMIT BUTTON -- */
.SBSubmitButton {
	border: 1px solid #025482;
	color: #FFFFFF;
	background: #6a9c54;
}
.SBSubmitButton:hover {
	background: #588245;
	color: #FFFFFF;
}

/* -- MESSAGE TEXT -- */
.SBSuccessMessage, .SBFailMessage, .SBAlertMessage {color: #025482;}

/* -- PATH COLORS -- */
.SBPathCont {
	color: #025482;
	margin:0 0 0 9px;
	padding:0;
	list-style:none;
}
.SBPathCont a {color: #025482;}
.SBPathCont a:hover {color: #025482;}

/* -- OTHERS -- */
.SBAlertHeader {color: #025482;}
.SBCheckSubtotal span {color: #025482;}
.SBSuccessImage, .SBFailImage, .SBAlertImage {background-color: #EEEEEE;}
.SBFailHeader {color: #FF3300;}
.SBSuccessHeader {color: #009900;}
table tr.SBSubmitRow td {background: #FFF;}
.SBRequiredField {color: #FFF;}

/* -- BORDERS -- */
.SBCategoryCont .SBListCont {border-top: 1px solid #025482;}
table.SBTableBase th {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
table.SBTableBase td {border-bottom: 1px solid #FFF;}
table.SBColumnSmall tr td {border-right: 1px solid #FFF;}
table.SBThreeColVert td {border-right: 1px solid #FFF;}
.SBAccountInfo table td, 
.SBAccountRecent table td, 
.SBAccountFreq table td {border-right: 1px solid #FFF;}
.SBCartCont table td {border-right: 1px solid #FFF;}
.SBCheckSubtotal {border-color: #000;}
.SBCheckShipmethod {border-bottom: 1px dashed #000;}
.SBSuccess, .SBFail, .SBAlert {border: 1px solid #000;}

h3 {
	margin: 0px 0px 8px 0px;
	font-size: 18px;
	padding-bottom:2px;
}


/* -------------------------------------------------------------------- +
| CATEGORY PAGE																			|
+ --------------------------------------------------------------------- */
.SBCategoryCont .SBListCont {padding-top: 15px;}
.SBCategoryItem {height: 120px;}
.SBCategoryItem table {
	float: right;
	width: 380px;
}
.SBCategoryItem table th {
	font-size: 16px;
	text-align: left;
	padding: 0 5px;
}

.SBCategoryItem table th img {margin: 0 5px;}
.SBCategoryItem table th a {text-decoration: none; color: #025482; font-size: 18px;}
.SBCategoryItem table th a:hover {text-decoration: underline;}
.SBCategoryItem table td {
	font-size: 11px;
	padding: 5px;
}
.SBCategoryImg {
	float: left;
	width: 95px;
}
.SBCategoryImg img {display: block;}

#SBJSMenuContent {display:none;}

.clearBoth {clear: both;}

#rightColumn h1{
	padding:8px;
}
#topLeft h1{
	padding:0px;
}
#rightColumn p{
	padding:8px;
}

/* -------------------------------------------------------------------- +
| PRODUCT LISTING PAGE																	|
+ --------------------------------------------------------------------- */
.SBListCont { padding-top:0px; }
.SBListItem {
	float: left;
	width: 68px;
	text-align: center;
	margin: 0;
	padding: 23px 23px 12px 23px;
}
.SBListItemImg { padding-bottom: 6px; }
.SBListItemImg img { display: block; margin: 0 auto; }
.SBListItemImg a { text-align: center; text-decoration: none; }
.SBListItemName {
	display: block;
}
.SBListItemName a { text-decoration: none; }
.SBListItemName a:hover { color: #D31E00; text-decoration: underline; }
.SBListItemPrice {}

/* -------------------------------------------------------------------- +
| BREAD CRUMB PATH																		|
+ --------------------------------------------------------------------- */

.SBPathCont {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 8px;
}
.SBPathCont a {text-decoration: underline;} 
.SBPathCont span {font-weight: bold;}
.SBPathBack {float: right}
.SBPathBack a {text-decoration: none;}


/* -------------------------------------------------------------------- +
| PRODUCT DETAILS PAGE																	|
+ --------------------------------------------------------------------- */
#SBProductPhoto {
	float:right; 
	clear:both; 
	margin-top:17px;
	display:block;
	padding-right:17px;
}
.SBProductImgCont {}
.SBProductImgSale {
	position: absolute;
	margin-left: 431px;
	display: block;
}
.SBProductImgNav {height: 22px; line-height: 22px; text-align: center;}
.SBProductImgNav img {vertical-align: middle; margin: 0 4px;}
.SBProductImgNext {}
.SBProductImgPrev {}
#SBProductDesc {text-align:center; font-size: 11px;}
.SBProductCont {font-size: 11px; line-height: 13px;}
.SBProductCont table tr th {width: 110px;}
.SBProductCont table tr th.SBColumnWhole {width: auto;}
.SBProductCont table .SBInputText {width: 40px;}
.SBProductCont table .SBSubmitButton {
	margin-left: 5px;
	vertical-align: middle;
}
.SBProductCont .SBVariations {
	margin-top: 10px;
}

.SBProductUpsellCont {font-size: 11px; line-height: 13px; margin: 15px 0 0 0;}
.SBProductUpsellCont ul {}
.SBProductUpsellBack {float:right;}
#SBProductDescription {font-size: 11px; line-height: 13px;}
#SBBuyPrice {color: #b97b37; font-weight: bold; font-size: 16px;}
#SBBuyPrice sup {vertical-align: 5px; font-size: 12px;}
#SBRegPrice {font-weight: bold; font-size: 11px; line-height: 20px;}
#SBDetailsLeftCol {float: left; width: 300px;}
#SBDetailsRightCol {float: right; width: 175px;}
#SBDetailsRightCol .SBAdditionalinfo {margin-top: 15px;}
#SBDetailsRightCol .SBAdditionalinfo a {font-weight: normal; text-decoration: underline; font-size: 11px;}
#SBDetailsRightCol .SBAdditionalinfo img {margin-top: 3px;}

/*-- Add to Cart --*/
.SBProductCont .SBAddToCart { margin-top: 10px; }
.SBProductCont .SBAddToCart table { margin:4px 0 0 8px;  }
.SBProductCont .SBAddToCart table td {font-size: 11px; line-height: 13px; padding: 0 0 4px 0;}

/* -- Product Variations -- */
.SBProductVariations { 
	margin:0 0 10px 3px;
	padding:0;
	list-style:none;
}
.SBProductVariations li { padding-left:24px; } 
.SBProductVariations h4 { margin:0; padding:0; font-size:11px; }
.SBProductVariations span { color:#6c2600; font-weight:bold; }
.SBProductVariations .SBProductHeader { padding-left:0 !important; }
.SBProductVariations .SBProductHeader h4 { display:inline; }
.SBProductVariations .SBInputRadio { vertical-align:middle; }
.SBVariationsHeader { margin-bottom:8px;   display:block; }

/* -------------------------------------------------------------------- +
| TABLE DEFAULTS & VARIATIONS															|
+ --------------------------------------------------------------------- */
/* -- DEFAULTS -- */

table.SBTableBase {
	border-collapse: collapse;
	width: 100%;
}
table.SBTableBase th {
	text-align: right;
	padding: 3px 5px 3px 15px;
	font-size: 11px;
	width: 100%;
}
table.SBTableBase td span {display: block;}
table.SBTableBase td {
	padding: 5px;
	font-size: 11px;
}

/* -- VARIATIONS -- */

table.SBSmallTable {width: 370px;}

table.SBTableBase th.SBColumnWhole {
	text-align: left;
	font-size: 16px;
	padding: 7px;
}
table.SBTableBase tr.SBColumnLarge th {
	text-align: left;
	font-size: 16px;
	width: 50%;
	padding: 6px 4px;
	vertical-align: top;
} 
table.SBTableBase tr.SBColumnLarge th span {
	font-size: 11px;
	font-weight: normal;
}

table.SBColumnSmall tr th {
	width: auto;
	text-align: left;
	padding: 6px 4px;
	white-space: nowrap;
}
table.SBThreeColVert {width: 100%;}
table.SBThreeColVert .SBInputText, table.SBThreeColVert .SBInputSelect {
	width: 165px;
}


/* -------------------------------------------------------------------- +
| FORM BUTTONS																				|
+ --------------------------------------------------------------------- */
.SBSubmitCont {
	margin-top: 10px;
	text-align: right;
}
table tr.SBSubmitRow td {
	text-align: right;
	padding: 8px 0;
}
.SBSubmitButton {padding: 2px 6px;}
.SBSubmitButton:hover {text-decoration: none;}


/* -------------------------------------------------------------------- +
| INPUT ELEMENTS																			|
+ --------------------------------------------------------------------- */
.SBInputText, .SBInputTextarea, .SBInputSelect {
	vertical-align: middle; font-size: 11px;
}
.SBInputRadio, .SBInputCheck {vertical-align: middle;}
.SBInputRequired {}

/* -------------------------------------------------------------------- +
| SEARCH FORM & RESULTS																	|
+ --------------------------------------------------------------------- */

/* -- FORM -- */
.SBSearchFormCont .SBSubmitCont {}
.SBSearchFormCont table th {width: 100px;}
.SBSearchFormCont .SBInputText {width: 300px;}

/* -- RESULTS -- */

.SBSearchRes {
	clear: both;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	display: block;
}

.SBSearchResImg {
	float: left;
	display: block;
	width: 110px;
}
.SBSearchResCont {
	float: left;
	width: 372px;
}
.SBSearchResName {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	display: block;
}
.SBSearchResName a {
	text-decoration: none;
	font-size: 12px;
	color: #025482;
}
.SBSearchResDesc {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px
}
.SBSearchResMore {
	font-size: 11px;
}
.SBSearchResMore img {
	margin: 0 4px;
	vertical-align: middle;
}


/* -------------------------------------------------------------------- +
| ACCOUT PAGES																				|
| login - info - edit info - recent - frequently - 							|
+ --------------------------------------------------------------------- */

/* -- LOGIN -- */
.SBAccountLogin {width: 370px;}
.SBAccountLogin table .SBInputText, .SBAccountChangepass table .SBInputText {
	width: 200px;
}
table.SBColumnSmall .SBDataDate {width: 100px;}
table.SBColumnSmall .SBDataOrderNumb {}
table.SBColumnSmall .SBDataBilling {}
table.SBColumnSmall .SBDataShipping {}
table.SBColumnSmall .SBDataQuantity {width: 42px; text-align: center; }
table.SBColumnSmall .SBDataQuantity .SBInputText {width: 35px;}
table.SBColumnSmall .SBDataPrice {}
table.SBColumnSmall .SBDataStatus {}
table.SBColumnSmall .SBDataCode {width: 100px;}
table.SBColumnSmall .SBDataName { width: 100px;}
table.SBColumnSmall .SBDataSelect {width: 56px; text-align: center;}
table.SBColumnSmall .SBDataEmpty{}
table.SBColumnSmall .SBDataNoPurchase{
	
}
.SBAccountInfo{ margin: 0 0 10px 0;}

.SBAccountRecent{ margin: 0 0 10px 0;}

.SBAccountChangepass {width: 370px;}
/* -------------------------------------------------------------------- +
| CHECKOUT PAGES																			|
| cart brief - shipping info - comments - etc.									|
+ --------------------------------------------------------------------- */

.SBCheckSubtotal {
	font-weight: bold;
	text-align: right;
	margin: 15px 0;
	padding: 10px 0;
	border-style: dashed none;
	border-width: 1px;
}

.SBCheckShipmethod {
	text-align: right;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}
.SBShipComments .SBInputTextarea {
	width: 468px;
	height: 60px;
}
.SBShipCoupon, .SBShipComments {margin-top: 10px;}

.SBCreditInfoCont table.SBTableBase tr th {
	width: 400px;
}

.SBCreditInfoCont img {
	display: inline !important;
}

.SBCheckInfo {
	margin-bottom: 15px;
}
.SBCreditInfoCont {
	margin-top: 35px;
}
.SBCreditInfo .SBTableBase {
}
#SBCreditHidden .SBTableBase {margin-top: 15px;}

.SBDetailsCont {
	border: 2px solid #cedac9;
	padding: 2px;
	margin: 5px 0 15px 0;
}

.SBHideLayer {display: none;}

/* -------------------------------------------------------------------- +
| REQUIRED FIELDS																			|
+ --------------------------------------------------------------------- */
.SBRequiredNote {margin-bottom: 8px;}
.SBRequiredField {padding-right: 3px;}


/* -------------------------------------------------------------------- +
| PAGE NAVIGATION																			|
+ --------------------------------------------------------------------- */
.SBPageNavCont {text-align: right; width: 100%; margin: 0px 0 10px 0;}
.SBPageNavCont table {float: right;}
.SBPageNavPrev, .SBPageNavNext {
	padding: 0 10px;
	vertical-align: top;
}
.SBPageNavNum {text-align: center;}


/* END NEW REVISIONS */
/* BEGIN SURVIVING ELEMENTS */

/* --- SUCCESS, FAIL, ALERT --- */
.SBSuccess, .SBFail, .SBAlert {margin-bottom: 15px;}

.SBSuccessImage, .SBFailImage, .SBAlertImage {
	vertical-align: top;
	width: 35px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.SBSuccessHeader, .SBFailHeader, .SBAlertHeader {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 9px 5px 5px 5px;
}
.SBSuccessHeader span, .SBFailHeader span, .SBAlertHeader span {font-size: 12px;}
.SBSuccessMessage, .SBFailMessage, .SBAlertMessage {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 5px;
}
.SBSuccessMessage ol, .SBFailMessage ol, .SBAlertMessage ol {margin-bottom: 5px;}
.SBSuccessMessage ol span, .SBFailMessage ol span, .SBAlertMessage ol span {font-weight: bold;}


 /* -------------------------------------------------
 SHIPPING - REAL TIME OPTIONS
 ---------------------------------------------------*/
.shippingTable {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	}

.shippingTable table {
 	margin: 0px;
 	padding: 0px;
 	border: 1px solid #999999;
	}
 
.shippingTable table tr { }
 
 .shippingTable table tr th {
 	height: 30px;
 	background: #2f4626;
 	padding-left: 5px;
	color: #fff;
 }
 
 .shippingTable table tr td.odd{
 	background: #CCCCCC;
 	color: #000000;
 }
 
 .shippingTable table tr td.even{
 	background: #FFFFFF;
 	color: #000000;
 }
 
 .shippingTable table tr td.col1{
	width: 182px;
 	border-right: 1px solid #999999;
 }
  
 .shippingTable table tr td.col2{
  	width: 126px;
 }
 
 .shippingTable table tr th.col1{
 	width: 182px;
 	border-right: 1px solid #999999;
 }
 
 .shippingTable table tr th.col2{
  	width: 126px;
  }
 

 /* -------------------------------------------------
 SHIPPING DETAILS
 ---------------------------------------------------*/
.SBTableBase {
	width: 100%;
	}

 #shippingMain {
 		padding: 0;
	}
 
.shipDetailsTbl {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0px 0px 0;
	padding: 0px;
	border: 1px solid #999999;
	width: 100%;
  border-collapse: collapse;
}			

.shipDetailsTbl th {
	height: 30px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	background: #2f4626;
	padding-left: 4px;
}

.shipDetailsTbl td {				
	height: 30px;
	font-weight: normal;
	color: #202F1A;
}

.shipDetailsTbl td.even {							
	padding: 2px 4px;
	background: #fff;
}

.shipDetailsTbl td.odd {							
	padding: 2px 4px;
	background: #ccc;
}

.shipDetailsTbl td.prodName {								
	font-weight: bold;
	height: 15px;
	line-height: 15px;
}

.shipDetailsTbl td.prodShip {						

}

.shipDetailsTbl td input {
	margin-left: 10px;
}

