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

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

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

/* -- ROW ODD -- */
table.SBTableBase td,
table.SBTableBase tr.SBRowOdd td,
#SBProductDesc {background: #0F0F0F;}

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

/* -- SUBMIT BUTTON -- */
.SBSubmitButton {
	color: #FFFFFF !important;
	background: #1FB25A;
	text-decoration: none;
}
.SBSubmitButton:hover {
	background: #4c4c4c;
	color: #FFFFFF;
}

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

/* -- PATH COLORS -- */
.SBPathCont {color: #999;}
.SBPathCont a {color: #1FB25A; padding: 0 1px;}
.SBPathCont a:hover {color: #fff; background: #1FB25A;}

/* -- OTHERS -- */
.SBAlertHeader {color: #1FB25A;}
.SBCheckSubtotal span {color: #1FB25A;}
.SBFailHeader {color: #FF3300;}
.SBSuccessHeader {color: #1FB25A;;}
table tr.SBSubmitRow td {background: #FFF;}
.SBRequiredField {color: #999;}

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

.SBFail, .SBAlert { border: 1px solid red; }
.SBSuccess { border: 1px solid #00AC32; }

/* -------------------------------------------------------------------- +
| CATEGORY PAGE																			|
+ --------------------------------------------------------------------- */
.SBCategoryCont .SBListCont {padding-top: 15px;}
.SBCategoryItem {clear:both; margin-bottom: 15px;}
.SBCategoryItem table {
	float: right;
	width:640px;
	margin-bottom: 10px;
}
 .SBCategoryItem table th {
	font-size: 16px;
	text-align: left;
	padding: 0 5px;
	width:330px;
}

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

#SBJSMenuContent {display:none;}

.clearBoth {clear: both;}

/* -------------------------------------------------------------------- +
| PRODUCT LISTING PAGE																	|
+ --------------------------------------------------------------------- */
.SBListCont {clear: both;}
.SBListItem {
	float: left;
	width: 115px;
	text-align: center;
	margin: 0 16px 0 0;
	padding-bottom: 15px;
}
.SBListItemImg {}
.SBListItemImg img {display: block; width:110px;}
.SBListItemName {display: block;}
.SBListItemName a {padding: 0 1px;}
.SBListItemName a:hover {background: #1FB25A; color: #fff;}
.SBListItemPrice {}

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

.SBPathCont {
	font-size: 11px;
	line-height: 18px;
	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 {
  border: 1px solid #1fb25a;
  }

#SBProductTitle {
	margin: 10px 0 5px 0;
  padding: 0;
	font-size: 18px;
	color:#fff;
}
.SBProductImg {
	width: 100%;
	margin: 0 auto;
}
.SBProductImgCont {margin-bottom: 5px; padding-top:10px; text-align:left; width: 200px; }

.SBProductImgSale {
	position: absolute;
	margin-left: 431px;
	display: block;
}
.SBProductImgNav {margin: 0; text-align: left; clear:both;}
.SBProductImgNav a {text-decoration: none; color: #999;}
.SBProductImgNav a:hover {background: none !important; color: #1FB25A;}
.SBProductImgNav img {vertical-align: middle; margin: 0 6px;}
.SBProductImgNext img {width: 20px; height: 19px;}
.SBProductImgPrev img {width: 20px; height: 19px;}
#SBProductDesc {text-align:center; font-size: 11px;}
.SBProductCont {
	padding: 10px;
	float: left;
	margin: 0;
	width: 145px;
}
.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;
  color: #fff !important;
}
.SBProductCont .SBVariations {
	margin-top: 10px;
}
.SBProductCont .SBAddToCart {
	margin: 10px 0;
}
.SBProductUpsellCont {font-size: 11px; line-height: 13px; margin: 15px 0 0 0;}
#colRight .SBProductUpsellCont ul { padding: 0; }
.SBProductUpsellBack {float:right;}
#SBProductDesc { height: 10px; background: none !important; }
#SBProductDescription {font-size: 11px; line-height: 13px; margin-top: 20px;}

#SBProductDescription strong {
	display:block;
	color:#fff;
}
#SBProductDescription p {
	padding: 7px 0;
	margin-top:5px;
}
#SBBuyPrice {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;}
#SBDetailsLeftCol {float: left; width: 550px;}
#SBDetailsRightCol {float: left; width: 255px; display: inline;}
#SBDetailsRightCol .SBAdditionalinfo {margin-top: 15px;}
#SBDetailsRightCol .SBAdditionalinfo a {font-weight: normal; text-decoration: underline; font-size: 11px;}
#SBDetailsRightCol .SBAdditionalinfo img {margin-top: 3px;}

#SBZoomLink img {
	width: 66px;
	height: 21px;
}

/* -------------------------------------------------------------------- +
| 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;
}
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 a:hover, table.SBColumnSmall a {
	background: none;
	color: #1FB25A;
}
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;
	margin-right: 20px;
	}
	.SBSearchResImg  img {
		width: 110px;
	}
.SBSearchResCont {
	float: left;
	width: 670px;
	}
.SBSearchResName {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	display: block;
	}
	.SBSearchResName a {
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		color: #1FB25A;
		padding: 0 1px;
		}
	.SBSearchResName a:hover {
		background: #1FB25A;
		color: #fff;
		font-weight: bold;
	}
.SBSearchResDesc {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px
}
.SBSearchResMore {
	font-size: 11px;
	text-decoration: none;
	}
	.SBSearchResMore img {
		margin: 0 4px 2px 4px;
		vertical-align: middle;
		}
	.SBSearchResMore:hover, .SBPageNavCont a:hover {
		background: #1FB25A;
    color: #fff !important
	}
/* -------------------------------------------------------------------- +
| ACCOUT PAGES																				|
| login - info - edit info - recent - frequently - 							|
+ --------------------------------------------------------------------- */

/* -- LOGIN -- */
.SBAccountLogin {width: 370px;}
.SBAccountLogin table .SBInputText, .SBAccountChangepass table .SBInputText {
	width: 200px;
}
  .SBAccountLogin .SBSmallTable th {
    width: 234px;    
    }
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: 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: center; width: 100%; margin: 0px 0 10px 0;}

.SBPageNavCont a:hover {
	background: #1FB25A;
  color: #fff !important;
}
.SBPageNavCont table { margin: 0 auto;}
.SBPageNavPrev, .SBPageNavNext {
	padding: 0 10px;
	vertical-align: top;
  }
  .SBPageNavCont table td, .SBPageNavCont table td a {
    font-size: 13px;
    font-weight: bold;
    }
.SBPageNavNum {text-align: center;}

/* --- 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: inline;
	}
 #SBJSMenu {
	margin:0 10px 0 0;
	width: 166px;
  min-height: 150px;
  height: auto !important;
  height: 150px;
	}
	#SBJSMenu ul {
		list-style-type: none;
		padding: 0;
		margin: 0 !important;
		}
		#SBJSMenu ul a:hover {
			color: #1FB25A;
			}
		#SBJSMenu li {
			padding: 5px 0;
			line-height: 15px;
      background: none;
      margin: 0 !important;
      border-bottom: 1px solid #999;
			}
			#SBJSMenu ul li ul {
				padding: 0px !important;
				}
			#SBJSMenu ul li a {
				color: #fff;
				text-decoration: none;
				padding: 0 1px;
        font-size: 12px;
        line-height: 1.3em;
        font-weight: bold;
				}
			#SBJSMenu ul li a.SBCatCurrent {
				color: #fff;
				font-weight: bold;
        color: #1FB25A;
				}
			#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: #1FB25A;
					}
				#SBJSMenu ul li ul li a:hover {color: #1FB25A;}
#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 0 0 305px;
  border: 1px solid #fff;
	}


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

 #SBJSCart table {
	background: #000;
  border-collapse: collapse;
	}
	#SBJSCart table td, .inlineCartCont table th{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #1FB25A;
		}
	#SBJSCart table td.cartName {
		text-align: left;
		padding: 5px 0 0 6px;
		font-weight: normal;
		background-color: #2f2f2f;
    border: 1px solid #000;
		}

	#SBJSCart table td.cartQty {
		text-align: right;
		padding: 5px 5px 5px 0;
		background-color: #2f2f2f;
    border: 1px solid #000;
		}

	#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: #2f2f2f;
    border: 1px solid #000;
		}

	#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; }
	#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-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 2px solid #000 !important;
    background: #1FB25A;
    }
	.cartHead img {
		display: block;
	}
 #cartButtons {
	width: 400px !important;
}
#cartButtons a {
	display: block;
	float: left;
	vertical-align: middle;
}
#cartButtons a:hover {
	background: none;
}
#cartButtons img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}
#cartButtons .cartCheckout {
	margin-left: 155px;
}

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

 .prodHeader {
 	margin: 5px;
 }
/* -----------------------------------------
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-top:5px;
	padding-right:20px;
}
#shippingOptions .col2 {
	padding-top:5px;
}
/* --- Shop Index --- */
.centered {
	text-align: center;
}

#packageProductOptions {
	clear: both;
}

#packageProductOptions .productOption {
	width: 31%;
	margin-right: 15px;
	float: left;
}
#packageProductOptions .productOption .name {
	font-weight: bold;
}
#packageProductOptions .productOption select {
	margin-bottom: 5px;
}
#packageProductOptions .productOption .optionRadio {
	margin-bottom: 5px;
	margin-left: 0;
	vertical-align: -10%;
}
#packageProductOptions .productOptionSpacer {
	clear: both;
	margin-bottom: 25px;
}

#content .holidayPackCont #SBDetailsLeftCol {
	width: 100%;
}
#content .holidayPackCont .SBProductImgCont {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
}
#content .holidayPackCont .SBProductImgCont #photos {
	padding: 7px 11px;
}
#content .holidayPackCont #SBProductDescription {
	float: right;
	width: 49%;
}
#content .holidayPackCont #SBProductDescription p {
	margin-top: 0;
}
#content .holidayPackCont .SBBackCont {
	clear: both;
}
#content .holidayPackCont #addToCart {
	clear: both;
}
#content .holidayPackCont .SBProductCont {
	margin: 5px 0;
	width: 280px;
}
#content .holidayPackCont .SBProductCont #productPrice {
	float: left;
	width: 125px;
}
#content .holidayPackCont .SBProductCont .SBAddToCart {
	float: left;
	width: 130px;
	margin-left: 20px;
	margin-top: 0px;
}
