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

#SBZoomLink { clear: both; text-align: center; }

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

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

/* -- COLOR TWO -- */
table.SBTableBase th {
	background: #EEF1F3;
	color: #607284;
}

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

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

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

/* -- SUBMIT BUTTON -- */
.SBSubmitButton {
	border: 1px solid #002d62;
	color: #FFFFFF;
	background: #ff6b00;
	text-decoration: none;
}
.SBSubmitButton:hover {
	background: #154472;
	color: #FFFFFF;
}

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

/* -- PATH COLORS -- */
.SBPathCont {color: #002d62;}
.SBPathCont a {color: #006699;}
.SBPathCont a:hover {color: #003366;}

/* -- OTHERS -- */
.SBAlertHeader {color: #006699;}
.SBCheckSubtotal span {color: #ff6b00;}
.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 #EEF1F3;}
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 #000000;}



/* -------------------------------------------------------------------- +
| CATEGORY PAGE																			|
+ --------------------------------------------------------------------- */
.SBCategoryCont .SBListCont {padding-top: 15px;}
.SBCategoryItem {margin-bottom: 15px; height: 120px;}
.SBCategoryItem table {
	float: right;
	width: 450px;
}
.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: #002d62; 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;}

/* -------------------------------------------------------------------- +
| PRODUCT LISTING PAGE																	|
+ --------------------------------------------------------------------- */
.SBListCont {
	width: 730px;
	margin-left: -30px;
	}
.SBListItem {
/* 	padding-top: 20px;
	padding-right: 45px;
	margin-left: 50px;
	float: left;
	text-align:center;
	padding-bottom: 15px;
 */
	float: left; 	
 	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 	width: 222px;
 }
.SBListItemImg { display: block; width: 115px; margin: 0px auto; }
.SBListItemImg img { display: block; margin: auto;}
.SBListItemName { display: block; width: 115px; margin: 0px auto; text-align: center; }
.SBListItemPrice { display: block; width: 115px; color: #3ea4e6; font-weight: bold;  }
.SBListItemLink { display: block; width: 115px; margin: 0px auto; text-align: center; }

.SBPriceShipInfo {
	color: #555;
	width: 140px;
	text-align: center;
	margin: 0px auto;
}
.SBPriceShipInfo p {
	font-size: 11px !important;
	
	}
/* -------------------------------------------------------------------- +
| BREAD CRUMB PATH																		|
+ --------------------------------------------------------------------- */

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

/* -------------------------------------------------------------------- +
| PRODUCT DETAILS PAGE																	|
+ --------------------------------------------------------------------- */

#SBProductPhoto { }

.SBProductImg img {
	margin: 0px auto;
	text-align: center;
	}
.SBProductImg {
	margin: 0px auto;
	text-align: center;
	}

.SBProductImgCont {margin-bottom: 10px; width: 300px;}
.SBProductImgSale {
	position: absolute;
	margin-left: 431px;
	display: block;
}
/* 
.SBProductImgNav {margin-top: 20px; height: 22px; line-height: 22px;; text-align: center;}
.SBProductImgNav  a { text-decoration: none; }
.SBProductImgNav a:hover { background: none !important; }
.SBProductImgNav img {vertical-align: middle; margin: 0 4px;}
.SBProductImgNext {}
.SBProductImgPrev {}
 */

.SBProductImgNav {margin-top: 20px; text-align: center; clear:both;}
.SBProductImgNav  a {text-decoration: none;}
.SBProductImgNav img {vertical-align: middle; margin: 0 6px;}
.SBProductImgNext {}
.SBProductImgPrev { padding-right: 90px; }


#SBProductDesc {text-align:center; font-size: 11px;}
.SBProductCont {}
.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;
}
.SBProductCont .SBAddToCart {
	margin: 10px 0;
}
.SBProductUpsellCont {line-height: 10px; margin-top: 15px !important; }
.SBProductUpsellCont ul {margin-top: 0; padding-top: 5px !important; }
.SBProductUpsellCont li {
	font-weight: bold !important;
	font-size: 11px !important;
	list-style: none !important;
	background: url(/graphics/StoreBox/bulletDot_orange.gif) no-repeat 0px 7px !important;
}


.SBProductUpsellCont a {text-decoration: none;}
.SBProductUpsellBack {float:right;}
#SBProductDesc {height: 10px;}

#SBProductDescription {font-size: 11px !important; color: #383838; line-height: 13px; font-family: Verdana;}
	#SBProductDescription p {font-size: 10px !important; color: #383838; line-height: 13px; font-family: Verdana;}

#SBBuyPrice {color: #006699; font-weight: bold; font-size: 16px;}
#SBBuyPrice sup {vertical-align: 5px; font-size: 12px;}
#SBDetailsRightCol .SBOnSale {
	color: #ff0000;
	font-weight: bold;
	font-size: 17px;
}
#SBRegPrice {font-weight: bold; font-size: 11px; line-height: 20px; border-left: 1px solid black; border-right: 1px solid black;}
#SBDetailsLeftCol {float: left; width: 480px;}
#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;}

/* -------------------------------------------------------------------- +
| 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: 14px;
	padding: 5px 8px;
}
table.SBTableBase tr.SBColumnLarge th {
	text-align: left;
	font-size: 14px;
	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: #002d62;
		}
.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: auto; text-align: center;}
table.SBColumnSmall .SBDataQuantity .SBInputText {width: 35px;}
table.SBColumnSmall .SBDataPrice {width: 50px; text-align: right;}
table.SBColumnSmall .SBDataStatus {}
table.SBColumnSmall .SBDataCode {width: 130px;}
table.SBColumnSmall .SBDataName {width: 220px;}
table.SBColumnSmall .SBDataSelect {width: 60px; text-align: center;}
table.SBColumnSmall .SBDataEmpty{}
table.SBColumnSmall .SBDataNoPurchase{
	
}
.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, .SBShipOptions, .SBShipComments {margin-top: 25px;}

.SBCreditInfoCont table.SBTableBase tr th {
	width: 470px;
}
.SBCheckInfo {
	margin-bottom: 15px;
}
.SBCreditInfoCont {
	margin-top: 35px;
}
.SBCreditInfo .SBTableBase {
}
#SBCreditHidden .SBTableBase {margin-top: 15px;}


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


/* -------------------------------------------------------------------- +
| PAGE NAVIGATION																			|
+ --------------------------------------------------------------------- */
.SBPageNavCont { text-align: right; width: 90%; 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;}


/* ------------------------------------------------------------ +
|	CATEGORY NAVIGATION														| 
+------------------------------------------------------------- */


.SBJSMenuHead{
	margin-top: 2px;
	display: block;
}

/*
#SBJSMenu { background: #EEF1F3; width: 166px;}
	#SBJSMenu ul {
		background-color: #eee;
		list-style-type: none;
		padding: 3px 12px;
		margin: 2345px;
		}
		#SBJSMenu ul a:hover {
			text-decoration: underline;
			}
		#SBJSMenu li {
			padding: 0 10px;
			line-height: 15px;
			background: url(/graphics/bullet_categories.gif) no-repeat 0 5px;
			margin: 5px 0;
			}		
			#SBJSMenu ul li ul{
				padding: 0px !important;
				}
			#SBJSMenu ul li a {
				color: #069;
				text-decoration: none;
				font-weight: bold;
				}
			#SBJSMenu ul li a.SBCatCurrent {
				color: #069;
				font-weight: bold;
				}
			#SBJSMenu ul li ul {
				list-style-type: none;
				margin-left: 2px;
				padding: 4px 0;
				}
				#SBJSMenu ul li ul li a {
					font-weight: normal;
					list-style-type: none;
					color: #069;
					}
				#SBJSMenu ul li ul li a:hover {color: #036;}
#SBJSMenu ul, #SBJSMenu ol {
		padding-left: 0px;
		margin-left: 10px;
	}
		#SBJSMenu ul li {
			list-style: none;
			margin: 7px 0px 7px 0px;
		}
		#SBJSMenu ol li {
			list-style: none;
			font-size: 9px;
			margin: 5px 0px 5px 0px;
		}
*/

/* -------------------------------------------------------------------- +
| SHOPPING CART																			|
+ --------------------------------------------------------------------- */

/* -- CART EFFECTS -- */

/*#cartExpand, #cartExpand2 {}
#cartWrapper {
	z-index: 9999;
	display: none;
	position: absolute;
	margin: 60px 180px;
}*/


/* -- CART LAYOUT -- */
#SBJSCart form { margin: 0; }

#SBJSCart table {
	/*border: 1px solid #665a55;
	background: #dee3e9;*/
	}
	#SBJSCart table td, .inlineCartCont table th{
		/*font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #036;*/
		}
	#SBJSCart table td.cartName {
		/*text-align: left;
		padding: 5px 0 0 6px;
		font-weight: normal;
		background-color: #f6f7f9;
		border-bottom: 1px solid #dee3e9;
		border-left: 5px solid #dee3e9;
		border-right: 1px solid #dee3e9;*/
		width: 130px; 
		text-align: left; 
		}

	#SBJSCart table td.cartQty {
		/*text-align: right;	
		padding: 5px 5px 5px 0;
		background-color: #f6f7f9;
		border-bottom: 1px solid #dee3e9;
		border-right: 1px solid #dee3e9;*/
		 width: 35px; 
		 text-align: center;
		
		}

	#SBJSCart table tr td.cartEmpty { 
		text-align: center; 
		padding: 30px 0;
		font-size: 14px;
		}

	#SBJSCart table td.cartPrice {
		/*text-align: right;
		padding: 5px 12px 0 10px;
		background-color: #f6f7f9;
		border-bottom: 1px solid #dee3e9;
		border-right: 5px solid #dee3e9;*/
		padding-right: 10px; 
		width: 55px; 
		text-align: right; 
		}

	#SBJSCart table .subTotalRow td {
		/*padding: 4px 5px 8px 0;
		text-align: right;
		font-weight: bold;*/
		}
		#SBJSCart table .subTotalRow td span {	padding: 0 12px 0 30px; font-weight:bold;}
	#SBJSCart table .submitRow td {
		/*text-align: right;
		padding: 0 8px 4px 0;*/
		}
		#SBJSCart table .submitRow td a { margin: 0 0 0 2px; }
	#SBJSCart table .cartHead td {  border-bottom: 5px solid #dee3e9; }
	.cartHead img {
		/*display: block;*/
	}
#cartButtons a {
	/*display: block;
	float: left;*/
}
#cartButtons img {
	/*vertical-align: bottom;
	margin: 0 0 0 4px;*/
}
#cartButtons .cartCheckout {
	/*margin-left: 155px;*/
}

/* added by dustin temporarly */
.pc_quant, .pc_size {display:inline;}
.pc_quant { margin-left:55px; }
.pc_quantBox {text-align:left; }

/* -------------------------------------------------
 QUICK QUOTE FORM - 
 --------------------------------------------------*/
 
 .sizes {
 	color: #ff6b00;
 }

/* -------------------------------------------------
 MISC - Custom to install StoreBox						
 --------------------------------------------------*/
 
 .prodHeader {
 	margin: 5px;
 }
 
  /* -------------------------------------------------
  SHIPPING - REAL TIME OPTIONS
  ---------------------------------------------------*/
  .shippingTable {
  	margin: 10px 0px 0px 0px;
  	padding: 0px;
  	float: left;
  	width: 314px;
  }
  
  .shippingTable table {
  	margin: 0px;
  	padding: 0px;
  	width: 100%;
  	border: 1px solid #999999;
  }
  
  .shippingTable table tr {
  	
  }
  
  .shippingTable table tr th {
  	height: 30px;
  	background: #002D62;
  	padding-left: 5px;
  }
  
  .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
  ---------------------------------------------------*/
  
 .shipDetailsTbl {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	margin: 10px 0px 0px 5px;
 	padding: 0px;
 	border: 1px solid #999999;
 	border-collapse: collapse;
 }			
 
 .shipDetailsTbl th {
 	height: 30px;
 	font-weight: bold;
 	text-align: left;
 	color: #fff;
 	background: #002d62;
 	padding-left: 4px;
 }
 
 .shipDetailsTbl td {				
 	height: 30px;
 	font-weight: normal;
 	color: #003366;
 }
 
 .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;
}
 

