img {
	border: 0px;
}
body, p, div, table, tr, td, span {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2e1c0e;
	}
.store_header {
	background: #fff url('/images/store/s_titlebg.gif') repeat-x;
	font-size:18px;
	font-weight:bold;
	font-style: italic;
	height:30px;
	padding:4px 0 0 8px;
	}
.store_header_sm {	
	font-size:12px;
	color:#aba184;
	}
.s_ttl {
	font-size:17px;
	color:#58493e;	
	text-decoration: none;
	}
.s_subttl {
	font-size:10px;
	color:#58493e;
	font-weight:normal;
	}
.s_clothing_snippet {
	font-size:14px;
	color:#857f60;
	font-weight:bold;
	font-style: italic;
	}	
	
.s_price {
	font-size:14px;
	color:#857f60;
	font-weight:bold;
	}
.s_price_to {
		font-size:12px;
		color:#857f60;
		font-weight:normal;
}
.s_pg_ttl {
	font-size:20px;
	font-weight:bold;
	color:#796d65;
	padding:10px 0 8px 0;
	}
.s_pg_specs {
	padding: 10px 0 20px 40px;
	}
.board-sample {
	width:180px;
	height:250px;
	border: 1px solid #bfa894;
	padding:5px;	
	padding-bottom:10px;	
	}
.board-sample-dynamic {
	margin-top: 5px;
	width:190px;
	overflow: auto;
	border: 1px solid #bfa894;
	padding:1px;	
	text-align: center;	
	}	
.price {
	margin-top: 5px;
	width: 180px;
	height: 30px;
	border: 1px solid #bfa894;
	padding:5px;
	text-align: center;
	line-height: 30px;	
	font-weight: bold;
}
.wheel-sample {
	width:250px;
	height:250px;
	border: 1px solid #bfa894;
	padding:0px;	
	}
.boardttl {
	color:#9e938b;
	text-align:left;
	border: 1px solid #bfa894;
	padding: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F5F3EE;
	}
.wheelttl {
	width:160px;
	font-size:18px;
	font-weight:bold;
	color:#9e938b;
	float:right;
	text-align:left;
	}
.exception {
	font-size:12px;
	font-weight:normal;
	color:#9e938b;
	position:relative;
	top:-5px;
	}
	
.tinysquare_name {
	color: #5F4929;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}	

.tinysquare_holder {
	clear: both;
	position: relative;
	width: 200px;
	/*height: 25px;*/
	margin-top:4px;
	margin-bottom: 10px;
}

.tinysquares, .tinysquares_selected {
	/*width: 25px;*/
	height: 25px;
	cursor: pointer;
	margin-right: 3px;
}
.tinysquares {
	border: 1px solid #bfa894;
	margin: 2px;
	margin-right: 3px;
}
.tinysquares_selected {
	border: 3px solid #90A851;
}

.clear {
	display: block; clear: both;
}
.tinyspacer {
	border:none;
	width:7px;
	height:18px;
	margin-top:10px;
	}
.preload_img {
	width:1px;
	height:1px;
	border:none;
	visibility:hidden;
	}
.ll_lightbx {
	border: 1px solid #bfa894;
	}
	
	
#shopping_cart { width: 100%; border: thin solid #777777;  border-spacing: 0px;}
#shopping_cart td { padding: 5px;}
#shopping_cart th { background: #777777; font-weight: bold; color: #fff; text-align: left; padding: 5px;}
#shopping_cart .product_category td { font-weight: bold; background-color: #C2C2C2; }
#shopping_cart .product_listing td { }
#shopping_cart .product_details td { border-bottom: #C2C2C2 dashed thin; padding-left: 20px;}
#shopping_cart .subtotal td { text-align: right; }

.checkout, .checkout:visited {
	background: #35BB00;
	color: #fff;
	font-weight: bold;
	padding: 3px; margin: 2px;
	display: inline-block;
	margin-left: 45%;
}

h2 .cat {
	color: #777;
	font-size: 0.9em;
	font-style: italic;
}	

.option_price {
	font-weight: normal;
}

.price_X {
	padding: 10px;
	text-align: center;
}

.sum_item_total, .sum_item_total span  {
	color: #464119;
	font-weight: bold;
	font-size: 1.15em;
	margin-bottom: 10px;
}

#final_order_confirm {
	text-align: center;
	padding: 5px;
}
#final_order {
	margin: 10px;
	color: #625A33;
	font-weight: bold;
}
#final_order_price {
	display: inline-block;
	background-color: #625A33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	font-size: 120%;
	padding: 3px 10px;
	color: #fff;
}

#shipping_address {
	float: left;
	width: 40%;
}
#shipping_method {
	text-align: right;
	margin-left: 60%;
}
.summary_item {
	padding: 3px;
	background-color: #CAC4A0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	width: 100%;
}
.total_item {
	padding: 3px;
	position: relative;
	width: 100%;
}
.total_item .item_price, .summary_item .item_price {
	position: absolute;
	text-align: right;
	right: 0px;
	font-weight: bold;
	width: 100px;
}
.order_items {
	margin-left: 0px;
	padding-left: 0px;
}

#payment_warning h2 {
	background-color: #FFE2E2;
	border: 1px solid #A61B1B;
	color: #A61B1B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding: 5px;
}
#payment_warning .headline {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	background-color: #D1D1D1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}

#freeship_50 {
	background-color: #E0FFD8;
	text-align: center;
	font-weight: bold;
}
#freeship_50 td {
	border-top: 2px solid #9BB677;
	border-bottom: 2px solid #9BB677;
}

.board-sample-dynamic-a {
	padding-bottom: 10px;
}
.board-sample-dynamic-a img {
	border: none;
	max-width: 200px;
}