/* -------------------------------------------------------------------- +
|	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															|
+ -------------------------------------------------------------------- */

/* #shopContent a {
			color: #760000;
			font-weight: bold;
			text-decoration: none;
			}
			#shopContent a:hover {
				color: #760000;
				font-weight: bold;
				text-decoration: underline;
				} */

#credentialsImg { background: url(/account/credentials.gif); }
#logoutButton {
	position: absolute;
	top: 100px;
	right: 25px;
	}
				
/* -- COLOR ONE BG -- */
table.SBTableBase th.SBColumnWhole,
table.SBTableBase tr.SBColumnLarge th,
table.SBColumnSmall tr th {background: #f2f0e2;}

/* -- COLOR ONE TEXT -- */
table.SBTableBase th.SBColumnWhole,
table.SBTableBase tr.SBColumnLarge th,
table.SBColumnSmall tr th {color: #514d40;}

/* -- COLOR TWO -- */
table.SBTableBase th {
	background: #f2f0e2;
	color: #514d40;
	}

/* -- ROW ODD -- */
table.SBTableBase td,
table.SBTableBase tr.SBRowOdd td,

#SBProductDesc,
.SBCategoryItem table td {background: none;}
.SBCategoryItem {clear:both;}

/* -- ROW EVEN -- */
table.SBTableBase tr.SBRowEven td {background: #f5f5f1;}

/* -- SUBMIT BUTTON -- */
.SBSubmitButton {
	border: 1px solid #989381;
	color: #fff;
	background: #730000;
	text-decoration: none;
	}
.SBSubmitButton:hover {
	background: #843d3d;
	color: #FFFFFF;
	}

/* -- MESSAGE TEXT -- */
.SBSuccessMessage, .SBFailMessage, .SBAlertMessage {color: #8c8673;}


/* -- PATH COLORS -- */

/* -- OTHERS -- */
.SBAlertHeader {color: #a7a292;}
.SBCheckSubtotal span {color: #a7a292;}
.SBSuccessImage, .SBFailImage, .SBAlertImage {background-color: #EEEEEE;}
.SBFailHeader {color: #FF3300;}
.SBSuccessHeader {color: #009900;}
table tr.SBSubmitRow td { background: #FFF; }
.SBRequiredField {color: #ca0000;}

/* -- BORDERS -- */
.SBCategoryCont .SBListCont {border-top: 1px solid #e7dfba;}
table.SBTableBase th {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
table.SBTableBase td { border: none; background: #fcfbf3;}
table.SBColumnSmall tr td {border-right: 1px solid #FFF;}
table.SBThreeColVert td {border-right: 1px solid #FFF;background: #fcfbf3;}
.SBAccountInfo table td,
.SBAccountRecent table td,
.SBAccountFreq table td {border-right: 1px solid #FFF;}
.SBCartCont table td {
	border-right: 1px solid #FFF;
	background: #fcfbf3;
}
.SBCheckSubtotal {border-color: #000;}
.SBCheckShipmethod {border-bottom: 1px dashed #000;}

.SBSuccess table, .SBFail table, .SBAlert { border-collapse: separate; }



/* -------------------------------------------------------------------- +
| CATEGORY PAGE																			|
+ --------------------------------------------------------------------- */
#SBCategoryCont {
	width: 703px;
	}
	#SBCategoryContTop {}
		#SBCategoryContTop .SBListCont {}
.SBCategoryCont .SBListCont {padding-top: 15px;}
.SBCategoryCont { }
.SBCategoryItem {
	float: left;
	margin-bottom: 15px;
	width: 530px;
	}
.SBCategoryItem table {
	float: right;
	width: 410px;
}
.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: #730000; 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 {clear:both;}
.SBListCont a {
	color: #730000;
	text-decoration: none;
	font-weight: bold;
	}
	.SBListCont a:hover {
		text-decoration: underline;
		}
	.SBListCont a:visited {
		color: #a77c7c;
		}
.SBListItemRow {
  clear: both;
  width: 611px;
  overflow: hidden;
  background: url(/graphics/bg_storebox_item_row.jpg) top left no-repeat;
  }
  .SBListItemRowInside {
    margin: 17px 0 0 0;
    padding: 0 0 0 19px;
    width: 680px;
    background: url(/graphics/bg_storebox_item_row.jpg) bottom left no-repeat;
    }              
.SBListItem {
	float: left;
	width: 105px;
	text-align: center;
	margin: 0 12px 0 0;
	padding-bottom: 15px;
	}
	.SBListItem.noMargin {
		margin-right: 0;
		}
.SBListItemImg {}
.SBListItemImg img {display: block; }
.SBListItemName { display: block; }
.SBListItemPrice {}

/* -------------------------------------------------------------------- +
| BREAD CRUMB PATH																		|
+ --------------------------------------------------------------------- */

.SBPathCont {
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 8px;
	position: absolute;
	top: 10px;
	left: 50px;
}


.SBSearchCont, .SBAddToCartCont {
	padding-top:10px;
	text-align: right;
}
#SBPathBackCont {
	float: right;
	margin-top: 4px;
}

.SBPathBack {}
.SBPathBack a {
	text-decoration: none;
	color: #730000;
	font-weight: bold;
}
.SBPathBack a:hover {
	text-decoration: underline;
	color: #730000;
	font-weight: bold;
}

/* --- PRODUCT DETAILS --- */

#productDetailsContainer {
	text-align: left;
}
#productMedia {
	width: 100%;
	float: left;
	padding: 0 10px 10px 0;
}
#productMediaNav {
}
#navPad {
	width: 342px;
	height: 50px;
	background: url(/graphics/bg_navpad.png) no-repeat;
	position: relative;
}
#productMediaNav a {
	background: #ebe8d0;
	color: #686354;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	margin: 0 2px 0 0;
	text-decoration: none;
}
#productMediaNav a:hover, #productMediaNav .active {
	color: #fff;
	background: #282828;
	text-decoration: none;
	display: block;
}
  #productMediaNav a#ProductVideoGenericTab {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 109px;
  	height: 44px;
  	background: url(/graphics/bg_video_tab.png) no-repeat 50% 50%;
  	}
  #productMediaNav a#ProductVideo360Tab {
  	position: absolute;
  	top: 0;
  	left: 111px;
  	width: 130px;
  	height: 44px;
  	background: url(/graphics/bg_360_tab.png) no-repeat 50% 50%;
  	}
  #productMediaNav a#ProductVideoYoutubeTab {
  	position: absolute;
  	top: 0;
  	left: 244px;
  	width: 98px;
  	height: 44px;
  	background: url(/graphics/bg_youtube_tab.png) no-repeat 50% 50%;
  	}
#productMediaBreak {
	border-bottom: 1px solid #D2D2D2;
}
#mediaContent {
	border-top: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	clear: both;
	padding: 10px;
  position: relative;
	float: left;
	width: 342px;
	border: none;
	background-color: #fff;
	padding: 4px;
  margin: 0 0 22px 0;
}
#mediaContentShadow {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 350px;
  height: 21px;
  background: url(../sites/all/themes/cpgear/graphics/sb_media_content_shadow.jpg) no-repeat;
  }
  #mediaContent #ProductPhotos {
    width: 342px;
    height: 279px;
    overflow: hidden;
    }
#hiddenMedia {
	display: none;
}

#productOptions {
	float: left;
	font: 10px "Tahoma", Verdana Geneva Arial Helvetica sans-serif;
	padding-top: 30px;
	color: #282828;
}
#productOptions h2 {
	font: bold 11px "Tahoma", Verdana Geneva Arial Helvetica sans-serif;
	color: #282828;
	padding: 0 0 5px 0;
}
#productOptions .inputDropDown {
	font: 11px "Tahoma", Verdana Geneva Arial Helvetica sans-serif;
	width: 200px;
}
#productOptions .inputTextField {
	font: 11px "Tahoma", Verdana Geneva Arial Helvetica sans-serif;
	padding: 3px;
	width: 190px;
}
#productOptions ul {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
}
#productOptions ul li {
	background: none;
	padding: 0 0 7px 0;
	margin: 0;
}
#productDescription {
	margin-top: 15px;
	clear: both;
}
#productDescription h2 {
	background: #f2f0e2;
	color: #514d40;
	font-size: 16px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
}
#productDescription p {
	margin-bottom: 5px;
	border: 1px solid #d2d2d2;
	padding: 10px;
	font-size: 12px;
}
#videoLink {
  background:url(/graphics/icon_video.jpg) no-repeat left;
  display:block;
  padding-left: 40px;
  height: 38px;
  line-height: 38px;
	}

/* -------------------------------------------------------------------- +
| PRODUCT DETAILS PAGE																	|
+ --------------------------------------------------------------------- */
.SBAddToCart table td {
	border: none;
	background: none;
	}
.productsDetailCont {
	background: #fff;
	padding: 10px;
	width: 692px !important;
	background: none;
	}
#SBProductPhoto {
  margin-top: 55px;
  max-height: 200px;
  }
/*#SBProductTitle*/
#SBProductTitle {
	background: #f2f0e2;
	margin-bottom: 5px;
	padding: 7px 5px 7px 10px;
	color: #514d40 !important;
	}
	#SBProductTitle h3 {
		font-size: 14px;
		color: #514d40;
		}
.SBProductImgCont {  
	text-align: center;
	border: 1px solid #d2d2d2;
	background: #fff;
  position: relative;
	background: url(/graphics/bg_product_img.png) no-repeat;
	border: none;
	width: 342px;
	height: 279px;
	position: relative;
}
.SBProductImgSale {
	position: absolute;
	margin-left: 431px;
	display: block;
}
.SBProductImgNav {	
	text-align: center;
	clear:both;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
}
.SBProductImgNav  a {text-decoration: none;}
.SBProductImgNav  a:hover {text-decoration: none;}
.SBProductImgNav img {vertical-align: middle; margin: 0; }
.SBProductImgNext img {width: 20px; height: 19px;}
.SBProductImgPrev img {width: 20px; height: 19px;}
#SBProductImgFull img {height:64px; width:64px; margin:0;}
#SBProductDesc {text-align:center; font-size: 11px;}

.SBProductCont {
	/* background: url(/graphics/StoreBox/bg_product_cont.gif) repeat-x #e7e5d8; */
	padding: 9px 0 0 9px;
	font-size: 12px;
}
.SBProductCont table tr th {width: 110px;}
.SBProductCont table tr th.SBColumnWhole {width: auto;}
.SBProductCont table .SBInputText {width: 40px;}
.SBProductCont .SBSelectList {
	font-size: 10px;
	width: auto;
}
.SBProductCont table .SBSubmitButton {
	margin-left: 5px;
	vertical-align: middle;
}
.SBProductCont .SBProductVariations {margin-bottom: 10px;}

#SBDetailsRightCol .SBAddToCart {
	padding-left: 9px;
	padding-bottom: 10px;
}
#SBDetailsRightCol .SBAddToCart table td {
	padding: 1px;
}
#SBDetailsRightCol .SBAddToCart input {
	width: 25px;
	margin-right: 5px;
}

#SBDetailsRightCol .SBAddToCart #SBSendToAFriendLink {
	padding-top: 10px;
}
#SBDetailsRightCol .SBAddToCart #SBSendToAFriendLink a {
	color: #730000;
	text-decoration: none;
	font-weight: bold;
}
#SBDetailsRightCol .SBAddToCart #SBSendToAFriendLink a:hover {
	text-decoration: underline;
}
#SBDetailsRightCol .SBAddToCart #SBSendToAFriendLink a:visited {
	color: #a77c7c;
}

.SBProductUpsellCont {
	font-size: 11px;
	line-height: 13px;
	margin: 10px 0;
	clear: both;
}

.SBProductUpsellCont a {
	color: #730000;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
.SBProductUpsellCont a:hover {
	text-decoration: underline;
}
.SBProductUpsellCont a:visited {
	color: #a77c7c;
}
.SBProductUpsellCont ul {}
.SBProductUpsellBack {float:right;}
#SBProductDesc {line-height: 16px;}
#SBProductDescription {font-size: 11px; line-height: 13px;}
#SBProductDescription strong {
	display: block;
	padding: 7px 11px;
	background: #f2f0e2;
	color: #514d40;
	}
#SBProductDescription p {
	border:1px solid #d2d2d2;
	padding: 7px 11px;
	margin-top:5px;
	}
#SBBuyPrice {font-weight: bold; font-size: 17px;}
#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;
	display: block;
	height: 20px;
}
#SBDetailsLeftCol {
	float: left;
	width: 520px;
}
#SBDetailsRightCol {
	padding: 0;
	margin: 0;
	background: url(/graphics/StoreBox/bg_product_cont.gif) repeat-x #e7e5d8;
}
#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 a {color: #6f6a5b; text-decoration: underline;}
table.SBTableBase a:hover {color: #23211d; text-decoration: underline;}
table.SBTableBase th {
	text-align: right;
	padding: 3px 5px 3px 15px;
	font-size: 11px;
	width: 100%;
}

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;
}
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 !important;
	margin-left: 5px;
}
table.SBThreeColVert span {
	margin-left: 5px;
}


.SBubmitButton {color: #730000; text-decoration: none; font-weight: bold;}
.SBubmitButton:hover {color: #730000; text-decoration: underline; font-weight: bold;}


/* -------------------------------------------------------------------- +
| FORM BUTTONS																				|
+ --------------------------------------------------------------------- */
.SBSubmitCont, .SBSearchFormCont  {
	margin: 10px 0px 0 0;
	text-align: right;
	}
table tr.SBSubmitRow td {
	text-align: right;
	padding: 8px 0;
	}
.SBSubmitButton {padding: 2px 6px 3px 6px;}
.SBSubmitButton:hover {text-decoration: none;}
.SBSearchCont {margin-right: 5px;}
.SBSearchFormCont {width: 435px;}
#SBSendPasswordCont, #SBLoginCont {width:465px; padding-bottom:20px;}




/* -------------------------------------------------------------------- +
| 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: 580px;
	}
	.SBSearchResCont img {float:none;}
.SBSearchResName {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	display: block;
	}
	.SBSearchResName a {
		text-decoration: none;
		font-size: 12px;
		color: #8c8673;
		}
.SBSearchResDesc {
	margin: 0;
	padding: 5px 0 5px 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: 470px;}
.SBAccountLogin table .SBInputText, .SBAccountChangepass table .SBInputText {width: 200px;}
table.SBColumnSmall .SBDataDate {width: 100px;}
table.SBColumnSmall .SBDataOrderNumb {}
table.SBColumnSmall .SBDataOrder a {color: #730000; text-decoration: none; font-weight: bold;}
table.SBColumnSmall .SBDataOrder a:hover {color: #730000; text-decoration: underline; font-weight: bold;}
table.SBColumnSmall .SBDataBilling {}
table.SBColumnSmall .SBDataShipping {}
table.SBColumnSmall .SBDataQuantity {width: 55px; text-align: left;}
table.SBColumnSmall .SBDataQuantity .SBInputText {width: 35px;}
table.SBColumnSmall .SBDataPrice {text-align: left;}
table.SBColumnSmall .SBDataStatus {}
table.SBColumnSmall .SBDataCode {width: 130px;}
table.SBColumnSmall .SBDataName {width: 220px;}
table.SBColumnSmall .SBDataName a {color: #730000; text-decoration: none; font-weight: bold;}
table.SBColumnSmall .SBDataName a:hover {color: #730000; text-decoration: underline; font-weight: bold;}
table.SBColumnSmall .SBDataSelect {width: 60px; text-align: left;}
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: 568px;
	height: 60px;
}
.SBShipCoupon, .SBShipOptions, .SBShipComments {margin-top: 25px;}
.SBCreditInfoCont table.SBTableBase tr th {width: 470px;}
.SBCheckInfo {margin-bottom: 15px;}
.SBCreditInfoCont {margin-top: 35px;}
.SBCreditInfoCont .SBTableBase tbody tr td{
	padding-left: 10px !important;
}
.SBCreditInfo .SBTableBase {}
#SBCreditHidden .SBTableBase {margin-top: 15px;}
#SBCheckoutMainCont h3 {
	color: #730000;
	}

/* -------------------------------------------------------------------- +
| REQUIRED FIELDS																			|
+ --------------------------------------------------------------------- */
.SBRequiredNote {margin-bottom: 8px; color: #ca0000;}
.SBRequiredField {padding-right: 3px;}
.requiredField {color: #ca0000;}

/* -------------------------------------------------------------------- +
| PAGE NAVIGATION																			|
+ --------------------------------------------------------------------- */
.SBPageNavCont {
	text-align: left;
	width: 100%;
	margin: 5px 0 0 0;
	}
	.SBPageNavCont a {
		color: #875757;
		text-decoration: none;
		}
		.SBPageNavCont a:hover {
			color: #875757;
			text-decoration: underline;
			}
	.SBPageNavCont span {
		color: #730000;
		font-weight: bold;
		}
.SBPageNavCont table {
	margin-bottom: 0;
	}
.SBPageNavCont table td {
	background: none;
	border: none;
	}
.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;}

/* -------------------------------------------------------------------- +
| SHOPPING CART																			|
+ --------------------------------------------------------------------- */

/* -- CART EFFECTS -- */

#cartExpand, #cartExpand2 {}
#cartWrapper {
	z-index: 9999;
	display: none;
	position: absolute;
	top: 150px;
	left: 150px;
	width: 610px;
}


/* -- CART LAYOUT -- */
#SBJSCart form { margin: 0; }

#SBJSCart table {
	border: 1px solid #665a55;
	background: #d8d2bf;
}
	#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 5px 0 6px;
		font-weight: normal;
		background-color: #f6f1e7;
		border-bottom: 1px solid #d8d2bf;
		border-left: 1px solid #d8d2bf;
		border-right: 1px solid #d8d2bf;
		color: #3c3828;
		}

	#SBJSCart table td.cartQty {
		text-align: right;
		padding: 5px 5px 5px 5px;
		background-color: #f6f1e7;
		border-bottom: 1px solid #d8d2bf;
		border-right: 1px solid #d8d2bf;
		color: #3c3828;
		}

	#SBJSCart table td.cartEmpty {
		text-align: center;
		padding: 30px 0;
		font-size: 14px;
		color: #3c3828;
		}

	#SBJSCart table td.cartPrice {
		text-align: right;
		padding: 5px 12px 0 10px;
		background-color: #f6f1e7;
		border-bottom: 1px solid #d8d2bf;
		border-right: 1px solid #d8d2bf;
		color: #3c3828;
		}

	#SBJSCart table .subTotalRow td {
		padding: 4px 5px 8px 0;
		text-align: right;
		font-weight: bold;
		color: #3c3828;
		}
		#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 #d8d2bf; background: #7d7764; position: relative; }
	.cartHead img {display: block;}
.cartClose {
	position: absolute;
	top: 2px;
	right: 0;
	}
#cartButtons a {
	display: block;
	float: left;
}
#cartButtons img {
	vertical-align: bottom;
	margin: 0 0 0 4px;
}
#cartButtons .cartCheckout {position: absolute; bottom: 13px; right: 0; padding: 0 6px 5px 0;}

/* -------------------------------------------------
 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 #closeWindow a {
	text-decoration: none;
	color: #730000;
	font-weight: bold;
}
#SBSendToAFriend #closeWindow a:hover {
	text-decoration: underline;
	color: #730000;
	font-weight: bold;
}

#SBSendToAFriend #errorMessage {
	margin-left:150px;
}
#SBSendToAFriendLink {
	padding-top:10px;
}

#shippingMain table th {
	font-weight: bold;
	padding: 5px 30px 5px 0;
	background: #FCFBF3;
}
#shippingMain table td {
	padding-left: 5px;
}
#shippingMain table  {
	width: 100%;
}
#shippingMain table .prodShip {
	padding: 3px 0 0 10px;
}
#shippingMain table .prodShip input {
	vertical-align: -10%;
}
#shipOptionsCustom113 {padding-top:10px;}

#shippingOptions {
	margin-top: 10px;
}
#shippingOptions col1 {
	width: 60%;
}
#shippingOptions col2 {
	width: 40%;
}

.SBShipOptions .nameTapeDisclaimer {
	color: #514D40;
	font-weight: bold;
	font-size: 15px;
}
.SBShipOptions #nameTapeDisclaimer {
	color: #514D40;
	font-weight: bold;
	margin-top: 5px;
}

.SBCartCont .nameTapeDisclaimer {
	color: #3C3828;
	font-weight: bold;
	font-size: 14px;
	display: inline !important;
}
.SBCartCont #nameTapeDisclaimer {
	color: #3C3828;
	font-weight: bold;
	margin-top: 5px;
}


/* -- BUTTONS -- */

#SBButtonAddToCart {
	float:right;
	margin-top:10px;
}
#SBCreateAccountCont {width:465px;}


/*--- Badge Variations -- */
.badgeVariations {
	border: 1px solid #D2D2D2;
	width: auto !important;
	width: 600px;
}

#addBadge {
	padding: 0;
	margin: 0;
	border: 0;
	width: 15px;
}
.badgeOptions {
	margin: 10px 10px 4px 10px !important;
	width: 670px;
	text-align: left;
}

.badgeOptions .col1 {
	width: 55%;
}
.badgeOptions .col2 {
	width: 45%;
}
.badgeOptions th {
	font-size: 14px;
}
.badgeOptions td {
	padding-bottom: 10px;
}

.badgeOptions select {
	font-size: 10px;
	width: 210px;
}

.badgeOptions .selectCol1 {
	width: 270px;
}

.badgeOptions #addFlash {
	padding-bottom: 10px;
}

#flashOptions {

}

#nameTapeOptions {
	margin-top: 10px;
}

#sewNameTape {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}
#sewNameTape span {
	font-weight: normal;
	font-size: 11px;
}

#sewNameTape input {
	vertical-align: -5%;
}

.sewOnFlashText {
    padding-left: 90px;    
}

#badgeTextCont {
  padding: 0 0 0 10px;
}

#badgeTextCont #multipleTextTable {
	width: 100%;
  margin: 0 0 0 -15px;
  }
  #badgeTextCont #multipleTextTable td {
  	width: 33%;
  	padding-top: 8px;
    background: none;
    border: none;
    padding: 0 0 10px 0;
  }
  #badgeTextCont #multipleTextTable td input{
  	margin: 0;
  }

#singleBadgeText {
	padding: 10px 0 0 10px;
}
#singleBadgeText div {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#singleBadgeText .embroideredTextField {
	margin-bottom: 5px;
  width: 288px;
}

#singleBadgeText #maxCharacters {
	font-size: 11px;
	margin-left: 5px;
}

/*--- Volume Pricing ---*/

#shopContentTextPad  #volumePriceCont {
	margin-bottom: 10px;
}

#shopContentTextPad  #volumePriceCont ul {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 11px;
}
#shopContentTextPad  #bulkPriceCont {
	margin-bottom: 10px;
}

#shopContentTextPad  #bulkPriceCont ul {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 11px;
}

#sewingCTA a {
	color: #514D40;
	font-weight: bold;
	font-size: 14px;
}

#SBCheckoutMainCont #productDetails span, .SBCartCont #productDetails span {
	font-size: 10px;
	font-weight: bold;
}

#SBCheckoutMainCont #productDetails ul, .SBCartCont #productDetails ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding:0 0 0 10px;
}

#SBCheckoutMainCont #productDetails ul li, .SBCartCont #productDetails ul li {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#SBCheckoutMainCont #productDetails td {
	vertical-align: top;
}

/* Checkout - Table Styling - Shop Specific */

#shopContent th.SBDataPrice {
	width: 60px !important;
	}
#shopContent th.SBDataCode {
	width: 30px !important;
	}
#shopContent table.SBColumnSmall .SBDataName {
	width: 620px !important;
	}

.SBShipInfo table.SBTableBase th {
	width: 300px !important;
	vertical-align: top;
}
.SBShipInfo table.SBTableBase #billTo {
	width: 188px !important;
}
.SBShipInfo table.SBTableBase #shipTo {
	width: 526px !important;
}

/** -- Colour Swatch link -- **/

#colourSwatchCont {
	margin-bottom: 5px;
}

#colourSwatchCont a {
	color: #730000;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
#colourSwatchCont a:hover {
	text-decoration: underline;
}

#customTextContainer {
    padding-left: 15px;
    padding-bottom: 15px;

}
#customTextLabel {
    font-size: 14px;
    font-weight: bold;
}

/* --------------------------------------------
|  View Cart 2.0
--------------------------------------------- */

#viewCartContent {
	width: 878px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	background: #FFF url(graphics/bg_shop_top_banner.jpg) no-repeat top;
	border: 4px #7d7764 solid;
	border-bottom: none;
	font: 11px/16px "Tahoma", Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #737372;
}
#viewCartContentTextPad {
	width: 838px;
	height: auto;
	padding: 49px 0 0 20px;
	text-align: left;
}
.viewCartNav {
	clear: both;
	height: 28px;
	text-align: right;
	margin: 10px 0 10px 0;
}
.viewCartNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.viewCartNav ul li {
	float: right;
	margin-left: 10px;
	background: none;
}
.viewCartItem {
	margin-top: 10px;
}
.itemImage {
	float: left;
	margin-right: 10px;
}
.itemImage img {
	border: 1px solid #d4d0b7;
	display: block;
	width: 100px;
}
.itemDetails {
	float: left;
	width: 726px;
	color: #000;
	}
.itemDetails .padding { margin: 0 0 16px 0; }
.itemDetails h2 {
	font-size: 15px;
	line-height: 18px;
	}
.itemInfo {
	position: relative;
	float: left;
	width: 770px;
	height: auto !important;
	height: 73px;
	min-height: 73px;
	border: 1px solid #d4d0b7;
	background: #f2f0e2;
}
.itemInfo .itemDetails {
	float: left;
	padding: 21px 0 0 8px;
	margin: 0;
	width: 390px;
}
.itemPrice {
	position: absolute;
	top: 23px;
	left: 420px;
	width: 125px;
	font-size: 16px;
	}
.itemPriceCont {
	position: relative;
	text-align: center;
}
.itemPriceCont .itemValueTitle {
	font: Verdana Geneva Arial Helvetica sans-serif;
	font-weight: bold;
	color: #990000;
	margin: 0;
	padding: 0;
	}
.itemValue {
	padding: 0 0 0 2px;
	font-weight: bold;
}
.itemQuantity {
	position: absolute;
	top: 19px;
	left: 550px;
	}
	.itemQuantity h3 {
		font-size: 16px;
		}
.itemQuantCont {
	position: relative;
}
.inputItemQuant {
	position: absolute;
	top: 0;
	left: 68px;
	display: block;
	font: Verdana Geneva Arial Helvetica sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #514d40;
	text-align: center;
	width: 30px;
}
.itemSelect {
	position: absolute;
	top: 19px;
	left: 675px;
	}
	.itemSelect h3 { font-size: 16px; }
	.itemSelectCont {
		position: relative;
		}
	.inputItemSelect {
		position: absolute;
		top: 3px;
		left: 48px;
		display: block;
		border: none;
		font: Verdana Geneva Arial Helvetica sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #514d40;
		text-align: center;
	}
.addBox {
	position: relative;
	clear: both;
	width: 724px;
	border: 1px solid #d4d0b7;
	border-top: none;
	background: #f2f0e2;
	}
	.addBox .padding {
		padding: 21px 0 11px 8px;
		margin: 0;
		}
.itemNameTape {
	float: left;
	width: 228px;
	display: inline;
	margin: 0 10px 10px 0;
	}
	.itemNameTape .imageNameTape {
		float: left;
	}
	.itemNameTape .imageNameTape img {
		border: 1px solid #d4d0b7;
		display: block;
		width: 90px;
	}
.detailsNameTape {
	float: left;
	margin: 0 0 0 7px;
	width: 129px;
	}
	.detailsNameTape .nameTapeDropDown {
		width: 60px;
		height: 18px;
		border: 1px solid #a19f91;
		margin: 7px 0 0 0;
		color: #3c3828;
		font: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		padding: 1px 0 0 3px;
		}
.nameTapeRow {
	clear: both;
}

.subtotalCont {
	clear: both;
	border: 1px solid #d4d0b7;
	background: #f2f0e2;
	width: 764px;
	float: right;
	margin: 10px 12px 20px 0;
	padding: 5px 3px;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	}

/* -- View Cart Nav Buttons -- */
#siteContent .viewCartNav ul li {
	background: none;
	padding: 0 10px 0 0;
	margin: 0;
	}
.bUpdateQuantity {
	width: 148px;
	height: 28px;
	display: block;
	background: url(/graphics/b_update_quantity.gif) no-repeat;
}
.bUpdateQuantity:hover {
	background: url(/graphics/b_update_quantity.gif) 0 -28px no-repeat;
}
.bRemoveSelected {
	width: 150px;
	height: 28px;
	display: block;
	background: url(/graphics/b_remove_selected.gif) no-repeat;
}
.bRemoveSelected:hover {
	background: url(/graphics/b_remove_selected.gif) 0 -28px no-repeat;
}
.bContinueShopping {
	width: 165px;
	height: 28px;
	display: block;
	background: url(/graphics/b_continue_shopping.gif) no-repeat;
	}
.bContinueShopping:hover {
	background: url(/graphics/b_continue_shopping.gif) 0 -28px no-repeat;
}
.bCheckout {
	width: 101px;
	height: 28px;
	display: block;
	background: url(/graphics/b_checkout.gif) no-repeat;
}
.bCheckout:hover {
	background: url(/graphics/b_checkout.gif) 0 -28px no-repeat;
}

/* --------------------------------------------
| > Wish List        
 -------------------------------------------- */
 
.SBWishListItem {
  padding-bottom: 10px;
  } 
  .SBWishListItem .itemDetails { 
    width: 754px !important;
    padding: 8px 0 0 8px !important;
    }
    .SBWishListItem .itemDetails .itemPriceCont {
      text-align: left;
      }
  .SBWishListItem .itemInfo {
    width: 780px !important;
    }    
    .SBWishListItem .itemRemoveCont {
      float: left;
      padding: 7px 15px 0 0;
      }
    .SBWishListItem .itemBuyNowCont {
      float: left;
      padding: 7px 0 0 0;
      }
      .quantityCont {
        float: left;
        }
      .SBWishListItem .itemBuyNowCont input {
        }
      .SBWishListItem .itemBuyNowCont .SBSubmitButton {
        margin: 0 0 0 7px;
        }
    
/* error and success messages */  
.SBWishListsuccess {
  color: #fff;
  background: #4fb651;
  border: solid 1px #3fa141;
  padding: 5px !important;
  margin: 0 0 10px 0;
  }
  .SBWishListsuccess  a, .SBWishListerror a {
	text-decoration: underline;
	color: #000;
 	}
  
.SBWishListerror {
  padding: 5px !important;
  color: #fff;
  background-color: #ff0000;
  margin: 0 0 10px 0;
  }
