/* -------------------------------------------------------------------- +
|	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: #663366;}

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

/* -- COLOR TWO -- */
table.SBTableBase th {
	background: #ffffff; /*background color*/
	color: #663366;
}
table.SBTableBase td {
	background:#ffffff !important;
}

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

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

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

/* -- SUBMIT BUTTON -- */
.SBSubmitButton {
	border: 1px solid #666666;
	color: #FFFFFF;
	background: #663366;
	text-decoration: none;
}
.SBSubmitButton:hover {
	background: #663366;
	color: #FFFFFF;
}

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

/* -- PATH COLORS -- */
.SBPathCont {color: #663366;}
.SBPathCont a {color: #663366;}
.SBPathCont a:hover {color: #663366; text-decoration: underline}

/* -- OTHERS -- */
.SBAlertHeader {color: #663366;}
.SBCheckSubtotal span {color: #663366;}
.SBSuccessImage, .SBFailImage, .SBAlertImage {background-color: #ffffff;}
.SBFailHeader {color: #663366;}
.SBSuccessHeader {color: #663366;}
table tr.SBSubmitRow td {background: #cc99cc;}
.SBRequiredField {color: #cc99cc;}

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


/* -------------------------------------------------------------------- +
| CATEGORY PAGE																			|
+ --------------------------------------------------------------------- */
.SBCategoryCont {
	clear:both !important;
}
.SBCategoryCont .SBListCont {padding-top: 15px;}
/*.SBCategoryCont .SBListItem {width: 100px;}*/
.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: #663366; font-size: 18px;}
.SBCategoryItem table th a:hover {text-decoration: underline;}
.SBCategoryItem table td {
	font-size: 11px;
	padding: 5px;
}
.SBCategoryImg {
	float: left;
	width: 105px;
}
.SBCategoryImg img {display: block;}

#SBJSMenuContent {display:none;}

.clearBoth {clear: both;}

/* -------------------------------------------------------------------- +
| PRODUCT LISTING PAGE																	|
+ --------------------------------------------------------------------- */
.SBListCont { width:550px;}
.SBListItem {
	float: left;
	width: 127px;
	text-align: center;
	margin: 0 5px 0 0;
	padding-bottom: 15px;
}
.SBListItemImg {margin: 0 auto; text-align: center;}
.SBListItemImg img {display: block; text-align: center; margin: 0 auto;}
.SBListItemName {display: block;}
.SBListItemPrice {}

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

.SBPathCont {
	font-size: 10px;
	line-height: 18px;
	padding-bottom: 8px;
	margin-left: 20px;
	height: auto !important;
	text-transform:lowercase;
	
}
.SBPathCont a {text-decoration: underline; color: #663366; font-weight: normal;} 
.SBPathCont span {font-weight: normal;}
.productColmiddle .SBPathBack, .productColmiddleImg .SBPathBack {float: left; margin: 114px 0 0 -43px; }
.SBPathBack a {text-decoration: none;}

ul.SBPathCont {
	list-style: none !important;
	margin: 5px 0 0 0px;
	padding: 0;
	float: left;
	}
	.SBPathCont li {
		float: left;
		margin: 0;
		padding: 0 0 0 25px;
		background: url(../graphics/bg_breadcrumb_separator.gif) 9px 7px no-repeat;
		}
	.SBPathCont li.firstChild {
		background: none;
		padding: 0 0 0 10px;
		}
		.SBPathCont li a:hover {
			color: #663366;
			text-decoration: none;
		}
div.SBPathCont {
	position: absolute;
	margin-top: -41px;
}
#colMiddle.productColmiddle {
	margin-top: 0px;
}
#colMiddle .SBPathCont a, #colMiddle .SBPathCont span {
	padding: 0 2px 0 3px;
	line-height: 10px;
	height: 10px;
}
.productColmiddle .SBPathCont {
	margin-top: -114px;
	margin-bottom: 80px;
}
.productColmiddleImg .SBPathCont {
	margin: -115px 0 80px 42px;
	line-height: 17px;
	vertical-align: bottom;
}
/* -------------------------------------------------------------------- +
| PRODUCT DETAILS PAGE																	|
+ --------------------------------------------------------------------- */
#SBProductPhoto {width: 354px;}
.SBProductImgCont {margin-bottom: 10px; width: 300px;}
.SBProductImgSale {
	position: absolute;
	margin-left: 431px;
	display: block;
}
.SBProductImgNav {margin-top: 20px; text-align: center; clear:both;}
.SBProductImgNav  a {text-decoration: none;}
.SBProductImgNav img {vertical-align: middle; margin: 0 6px;}
.SBProductImgNext { height:10px;}
.SBProductImgPrev { height:10px;}
#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 {font-size: 11px; line-height: 13px; margin: 15px 0 0 0;}
.SBProductUpsellCont ul {}
.SBProductUpsellBack {float:right;}
#SBProductDesc {height: 10px;}
#SBProductDescription {font-size: 11px; line-height: 13px; color: #333; padding-right: 20px;}
#SBBuyPrice {color: #663366; font-weight: bold; font-size: 16px;}
#SBBuyPrice sup {vertical-align: 5px; font-size: 12px;}
#SBDetailsRightCol .SBOnSale {
	color: #6666666;
	font-weight: bold;
	font-size: 17px;
}
#SBRegPrice {font-weight: bold; font-size: 11px; line-height: 20px;}
#SBDetailsLeftCol {float: left; width: 354px;}
#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;}
#programForm {padding-bottom: 20px;}

/* -- 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: #663366;
		}
.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: 55px; text-align: center;}
table.SBColumnSmall .SBDataQuantity .SBInputText {width: 45px;}
table.SBColumnSmall .SBDataPrice {text-align: right; width:40px;}
table.SBColumnSmall .SBDataStatus {}
table.SBColumnSmall .SBDataCode {width: 120px;}
table.SBColumnSmall .SBDataName {width: 210px;}
table.SBColumnSmall .SBDataSelect {width: 70px; 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;}
#shippingMessage {
	width: 530px;
}
.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: 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;}


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


.SBJSMenuHead {	
	height: 37px;	
	margin: 0;
	padding: 0;
	border: none;
	}
	.SBJSMenuHead img {
		margin-bottom: -4px;
		position: relative;
		}

#SBJSMenu { background: #ffffff; width: 167px; border-bottom: 4px solid #ffffff; font-size: 10px;}
	#SBJSMenu ul {
		background-color: #ffffff;
		list-style-type: none;
		padding: 3px 12px 8px 0;
		margin: 0;
		}
		#SBJSMenu ul a:hover {
			text-decoration: underline;
			}
		#SBJSMenu li {
			padding: 0 6px;
			line-height: 12px;
			background: none;/*url(/graphics/bullet_categories.gif) no-repeat 0 5px;*/
			margin: 4px 0;
			}		
			#SBJSMenu ul li ul{
				padding: 0px !important;
				}
			#SBJSMenu ul li a {
				color: #666666;
				text-decoration: none;
				font-weight: bold;
				padding: 0 3px;
				}
			#SBJSMenu ul li a.SBCatCurrent {
				color: #666666;
				background: #ffffff;
				}
			#SBJSMenu ul li ul {
				list-style-type: none;
				margin-left: 4px;
				padding: 4px 0;
				}
				#SBJSMenu ul li ul li a {
					font-weight: normal;
					list-style-type: none;
					color: #666666;
					}
				#SBJSMenu ul li ul li { padding-top: 0px; padding-bottom: 0px; line-height: 11px; }
#SBJSMenu ul, #SBJSMenu ol {
		padding-left: 0px;
		margin-left: -10px;
	}
		#SBJSMenu ul li {
			list-style: none;
			margin: 6px 0px 5px 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, #colLeft #SBJSCart form{ margin: 0; }
 
#SBJSCart table, #colLeft #SBJSCart table{
	border: 1px solid #999999;
	background: #ffffff;
	}
	#SBJSCart table td, .inlineCartCont table th, #colLeft #SBJSCart table td, #colLeft #SBJSCart .inlineCartCont table th{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
		}
	#SBJSCart table td.cartName, #colLeft #SBJSCart table td.cartName {
		text-align: left;
		padding: 5px 0 0 6px;
		font-weight: normal;
		background-color: #f6f7f9;
		border-bottom: 1px solid #cc99cc;
		border-left: 5px solid #cccccc;
		border-right: 1px solid #cc99cc;
		}

	#SBJSCart table td.cartQty, #colLeft #SBJSCart table td.cartQty {
		text-align: right;	
		padding: 5px 5px 5px 0;
		background-color: #f6f7f9;
		border-bottom: 1px solid #cc99cc;
		border-right: 1px solid #cc99cc;
		}

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

	#SBJSCart table td.cartPrice, #colLeft #SBJSCart table td.cartPrice {
		text-align: right;
		padding: 5px 12px 0 10px;
		background-color: #f6f7f9;
		border-bottom: 1px solid #cc99cc;
		border-right: 5px solid #cccccc;
		}

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

/* -------------------------------------------------
 MISC - Custom to install StoreBox						
 --------------------------------------------------*/
 
 .prodHeader {
 	margin: 5px;
 }
 
 /* -----------------------------------------
 SEND TO A FRIEND 
 --------------------------------------------*/
 
#SBSendToAFriend {
	color:#666666;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:420px;
}
#SBSendToAFriend h4 {
	font-size:15px;
	color:#666666;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#SBSendToAFriend label {
	display:block;
	float:left;
	width:150px;
	padding-top:3px;
}
#SBSendToAFriend input {
	border:1px solid #666666;
	width:200px;
	font-size:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px;
	margin-bottom:3px;
	color:#666666;
}
#SBSendToAFriend textarea {
	padding:2px;
	border:1px solid #666666;
	width:250px;
	font-size:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
}
#SBSendToAFriend #btnSendToFriend {
	width:92px;
	border:none;
	border:1px solid #663366;
	background:#cc99cc;
	color:#fff;
	margin-left:150px;
	margin-top:10px;
}

#SBSendToAFriend #errorMessage {
	margin-left:150px;
}

#SBSendToAFriendLink {
	padding-top:10px;
}
