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


/* -- REG AND SALE PRICE STYLES -- */
#SBSalePrice {
	font-size:15px;
	color:red;
	padding-bottom:5px;
	font-weight:bold;
	}
#SBRegularPrice {
	text-decoration: line-through;
	font-weight:bold;
	color:#999;
	font-size:12px;
	}

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

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

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

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

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

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

#SBProcessPayment {
	background:url(../graphics/b_process_payment.gif) no-repeat;
	width:114px;
	height:23px;
	display:block;
	outline:none;
	border:none;
	text-indent: -9999px !important;
	text-decoration: none;
	text-align:left;
	float:left;
	margin-left:15px;
	margin-bottom:20px;
	}

/* -- SUBMIT BUTTON -- */
.SBSubmitButton {
	border: 1px solid #9e9e9e;
	color: #FFFFFF;
	background: #a8a8a8;
	text-decoration: none;
	line-height:20px;
	}
.SBSubmitButton:hover {
	background: #857b73;
	color: #FFFFFF;
	}
.SBAddOrderButton {
	background:url(../graphics/b_addToOrder.gif) no-repeat;
	width:90px;
	height:20px;
	display:block;
	text-indent: -9999px;
	outline:none;
	}
#categoryTitle {display:none;}
#categoryDesc {display:none;}


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

/* -- PATH COLORS -- */
.SBPathCont         {color: #9e9e9e;}
.SBPathCont a       {color: #a8a8a8;}
.SBPathCont a:hover {color: #003366;}

/* -- OTHERS -- */
.SBAlertHeader          {color: #a8a8a8;}
.SBCheckSubtotal span   {color: #a8a8a8;}
.SBSuccessImage, .SBAlertImage {background-color: #d8d9db;}
.SBFailImage {padding:5px 0 0 0;}
.SBSuccessImage img {
	width:35px;
	height:35px;
	}
.SBFailHeader           {color: #FF3300;}
.SBSuccessHeader        {color: #fff;}
table tr.SBSubmitRow td {background: #FFF;}
.SBRequiredField        {color: #acadb1;}

/* -- BORDERS -- */
.SBCategoryCont .SBListCont {border-top: 1px solid #b8b8b8;}
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     {}
table.SBThreeColVert td       {border-right: 1px solid #FFF;}
.SBAccountInfo table td,
.SBAccountRecent table td,
.SBAccountFreq table td       {border-right: 1px solid #FFF;}
.SBCartCont table             { margin-bottom:20px;}
.SBCheckSubtotal              {border-color: #000;}
.SBCheckShipmethod            {border-bottom: 1px dashed #000;}
.SBSuccess, .SBFail, .SBAlert {}
.SBAccountRecent h4           {color:#fff;}

/* -------------------------------------------------------------------- +
| CATEGORY PAGE																			|
+ --------------------------------------------------------------------- */
.SBCategoryCont .SBListCont {padding-top: 15px;}
.SBCategoryItem { clear:both; display:none;}
.SBCategoryItem table {
	float: right;
	width:590px;
	}
.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: #9e9e9e; font-size: 18px;}
.SBCategoryItem table th a:hover {text-decoration: underline;}
.SBCategoryItem table td {
	font-size: 11px;
	padding: 5px;
	}
.SBCategoryImg {
	float: left;
	width: 95px;
	height:110px;
	}
.SBCategoryImg img {display: block;}

#SBJSMenuContent {display:none;}

.clearBoth {clear: both;}

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

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

.SBPathCont {display:none;}
.SBPathCont a {text-decoration: underline;}
.SBPathCont span {font-weight: bold;}
.SBPathBack {float: right}
.SBPathBack a {text-decoration: none;}
.SBProductPath {
	font-size: 10pt;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial;
	line-height:20px;
	}

/* -------------------------------------------------------------------- +
| PRODUCT DETAILS PAGE																	|
+ --------------------------------------------------------------------- */
#SBProductPhoto {}
/*#SBProductTitle*/
#SBProductTitle {
	font-size: 10pt;
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
	font-family: arial;
	}
.SBProductImgCont {margin:0 10px 10px 0; text-align:center; float:left; }
.SBProductImgSale {
	position: absolute;
	margin-left: 431px;
	display: block;
	}
.SBProductImg {vertical-align: top;}
.SBProductImgNav {margin: 20px 0 10px 0; text-align: center; clear:both;}
.SBProductImgNav  a {text-decoration: none;}
.SBProductImgNav  a:hover {text-decoration: none;}
.SBProductImgNav img {vertical-align: middle; margin: 0 6px;}
.SBProductImgNext img {width: 20px; height: 19px;}
.SBProductImgPrev img {width: 20px; height: 19px;}
#SBProductImgFull img {height:21px; width:66px; margin:0 10px 0 10px;}
#SBProductDesc {text-align:center; font-size: 11px;}
.SBProductCont { margin-top:25px; }
.SBProductCont table tr th {}
.SBProductCont table tr th.SBColumnWhole {width: auto;}
.SBProductCont .SBInputText {width: 20px; border: solid 1px #d1d3d4;}
.SBProductCont table .SBSubmitButton {
	margin-left: 5px;
	vertical-align: middle;
	}
.SBProductCont .SBVariations {margin-top: 10px;}
.SBProductCont .SBAddToCart {
	margin: 10px 0;
	color:#999;
	font-size:10px;
	font-weight:bold;
	}
.SBProductUpsellCont {font-size: 11px; line-height: 13px; margin: 15px 0 0 0;}
.SBProductUpsellCont ul {}
.SBProductUpsellBack {float:right;}
#SBProductDesc {height: 10px;}
#SBProductDescription {}
#SBProductDescription p {
	padding:0;
	font-size: 12px;
	color: #999999;
	margin:15px 0 30px 0;
	font-family: Arial;
	line-height: 18px;
	}

#SBBuyPrice {font-weight: bold; font-size: 12px; color:#999;}
#SBDetailsRightCol .SBOnSale {
	color: #ff0000;
	font-weight: bold;
	font-size: 17px;
	}
#SBRegPrice {font-weight: bold; font-size: 11px; line-height: 20px;}
#SBDetailsLeftCol {float: left; width: 260px; padding-top:15px; position:relative; margin:0 0 30px 80px;}
#SBDetailsRightCol {width: 410px; float:left; margin-left:20px; margin-bottom:30px;}
#SBDetailsRightCol .SBAdditionalinfo {margin-top: 15px;}
#SBDetailsRightCol .SBAdditionalinfo a {font-weight: normal; text-decoration: underline; font-size: 11px;}
#SBDetailsRightCol .SBAdditionalinfo img {margin-top: 3px;}

#flashCont {
	clear:both;
	margin-top:20px;
	}

/* -------------------------------------------------------------------- +
| 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: 470px;}

table.SBTableBase th.SBColumnWhole {
	text-align: left;
	font-size: 14px;
	padding: 5px 8px 5px 2px;
	}
table.SBTableBase tr.SBColumnLarge th {
	text-align: left;
	font-size: 14px;
	width: 50%;
	padding: 6px 4px;
	vertical-align: top;
	background:#acadb1;
	color:#fff;
	}
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: 621px;}
table.SBThreeColVert .SBInputText, table.SBThreeColVert .SBInputSelect {width: 165px; margin-bottom:3px;}
table.SBThreeColVert th {background:none; color:#acadb1; text-align:left;}

/* -------------------------------------------------------------------- +
| FORM BUTTONS																				|
+ --------------------------------------------------------------------- */
.SBSubmitCont {
	margin: 20px 0 20px 0;
	text-align: right;
	}
table tr.SBSubmitRow td {
	text-align: right;
	padding: 8px 0;
	}
.SBSubmitButton {padding: 2px 6px;}
.SBSubmitButton:hover {text-decoration: none;}
#SBCreateAccountCont {width:465px;}
#SBSendPasswordCont {width:465px;}
#SBLoginCont {width:465px;}
#SBUpdateAccountCont {width:620px;}
#SBForgotPassCont {width:465px;}
#SBOrderAgainCont {width:620px;}

/* -------------------------------------------------------------------- +
| 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;
	margin-right:20px;
	}
.SBSearchResCont {
	float: left;
	width: 550px;
	}
.SBSearchResName {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	display: block;
	}
	.SBSearchResName a {
		text-decoration: none;
		font-size: 12px;
		color: #9e9e9e;
		}
.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: 465px;}
.SBAccountLogin table .SBInputText, .SBAccountChangepass table .SBInputText {width: 200px;}
.SBCartCont table.SBColumnSmall th {border-bottom: solid 2px #acadb1;}
.SBCartCont table.SBColumnSmall td {border-bottom: solid 1px #acadb1;}

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: 35px;}
table.SBColumnSmall .SBDataPrice {text-align: right;}
table.SBColumnSmall .SBDataStatus {}
table.SBColumnSmall .SBDataCode {width: 130px; }
table.SBColumnSmall .SBDataName {width: 300px;}
table.SBColumnSmall .SBDataSelect {width: 90px; 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: solid none;
	border-width: 2px;
	border-color: #acadb1;
	}
.SBCheckShipmethod {
	text-align: right;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	}
.SBShipComments .SBInputTextarea {
	width: 468px;
	height: 60px;
	}
.SBShipComments {display:none;}
.SBShipOptions {display:block;}
.SBShipCoupon, .SBShipOptions, .SBShipComments {margin-top: 25px;}
.SBCreditInfoCont table.SBTableBase tr th {
	width: 170px;
	background:none;
	color:#acadb1;
	text-align:left;
	}
.SBCheckInfo {
	margin-bottom: 15px;
	margin-top:15px;
	width:620px;
	}
.SBCreditInfoCont {
	margin-top: 35px;
	width:620px;
	}
.SBCreditInfo .SBTableBase {}
#SBCreditHidden .SBTableBase {margin-top: 15px;}

.shipDetailsTbl th {
	color: #fff;

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


/* -------------------------------------------------------------------- +
| PAGE NAVIGATION																			|
+ --------------------------------------------------------------------- */
.SBPageNavCont {text-align: right; width: 95%; margin: 5px 10px 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 table              {width:500px;}
.SBSuccess, .SBFail, .SBAlert {margin-bottom: 15px;}

.SBSuccessImage, .SBFailImage, .SBAlertImage {
	vertical-align: top;
	width: 35px;
	text-align: center;
	}
.SBSuccessHeader, .SBFailHeader, .SBAlertHeader {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 9px 5px 5px 5px;
	background:#d8d9db;
	}
.SBFailHeader {
	background:none;
	}
.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;
	height:22px;
	}
#SBJSMenu {
	background: #eee;
	margin-right:10px;
	}
	#SBJSMenu ul {
		list-style-type: none;
		padding: 3px 12px;
		margin: 0;
		}
		#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 #9e9fa3;
	background: #fff;
	}
	#SBJSCart table td, .inlineCartCont table th{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		}
	#SBJSCart table td.cartName {
		text-align: left;
		padding: 5px 0 5px 6px;
		font-weight: normal;
		width:240px;
		background-color: #d8d9db;
		border-bottom: 1px solid #fff;
		border-left: 5px solid #fff;
		border-right: 1px solid #fff;
		}
	#SBJSCart table td.cartQty {
		text-align: right;
		padding: 5px 5px 5px 0;
		background-color: #d8d9db;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		}
	#SBJSCart table 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: #d8d9db;
		border-bottom: 1px solid #fff;
		border-right: 5px solid #fff;
		}
	#SBJSCart table .subTotalRow td {
		padding: 4px 5px 8px 0;
		text-align: right;
		font-weight: bold;
		color:#636268;
		}
		#SBJSCart table .subTotalRow td span {	padding: 0 12px 0 30px; }
	#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 #fff; }
	#cartButtons a {
		display: block;
		float: left;
		}
	#cartButtons img           { margin: 0 0 0 4px; }
	#cartButtons .cartCheckout { margin-left: 115px; }
	.cartHead img              { display: block; }

/* -------------------------------------------------
 MISC - Custom to install StoreBox
 --------------------------------------------------*/

 .prodHeader {margin: 5px;}

 .SBEmptyCell {
	font-size: 11px !important; font-weight: normal;
 }
 .SBEmptyCell a {
	color: #fff;
 }
 .USOrderOnly {
 	display: block; font-size: 14px !important; font-weight: bold !important; line-height: 13px;
 }
/* -----------------------------------------
SEND TO A FRIEND
--------------------------------------------*/

#SBSendToAFriend {
	color:#666;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:420px;
	}
#SBSendToAFriend h4 {
	font-size:15px;
	color:#666;
	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 #999;
	width:200px;
	font-size:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px;
	margin-bottom:3px;
	color:#666;
	}
#SBSendToAFriend textarea {
	padding:2px;
	border:1px solid #999;
	width:250px;
	font-size:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	}
#SBSendToAFriend #btnSendToFriend {
	width:92px;
	border:none;
	border:1px solid #858585;
	background:#9e9e9e;
	color:#fff;
	margin-left:150px;
	margin-top:10px;
	text-transform:capitalize;
	}

#SBSendToAFriend #errorMessage { margin-left:150px;}
#SBSendToAFriendLink    { padding-top:10px; }
#shippingMain table th  {padding:5px;}
#shippingMain table td  {padding-left:5px;}
#shippingOptions .col1  { padding:5px 20px 0 0;}
#shippingOptions .col2  {padding-top:5px;}

#SBCheckoutMainCont {width:620px;}
.SBCartCont {width:620px;}
