/* Product Detail */
#product_detail {
	width: 580px;
}
#pd_image {

}
#pd_title {
	padding: 26px 0 20px 20px;
}
#pd_title h2 {
	font-weight: bold;
}
#pd_details {
	float: left;
	padding: 0 40px 0 0;
	width: 282px;
	background-image: url('../images/product-detail-bg.gif');
	background-repeat: repeat-y;
	background-position: top right;
}
#pd_images {
	margin-left: 350px;
}
#pd_images span.pd_images_caption {
	font-style: italic;
	color: #6c6654;
}
#pd_images span.pd_title {
	padding-left: 25px;
}
#pd_images div.pd_additional_image {
	padding-top: 12px;
	height: 114px;
}
#pd_images div.pdam_image {
	float: left;
	background-image: url('../images/product-detail-thumb-bg.gif');
	background-repeat: no-repeat;
	width: 122px;
	height: 114px;
}
#pd_images div.pdam_image a {
	display: block;
	width: 76px;
	height: 76px;
	margin: 20px 0 0 25px;
}
#pd_images div.pdam_caption {
	padding-top: 47px;
	margin-left: 121px;
}
#pd_bottom { clear: left; }

#product_types, div.prod_desc { 
	padding: 0 0 18px 20px;
}

div.pt_label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3.2px;
}
div.pt_attr {
	clear: left;
}
div.attr1 div.pt_label, div.attr2 div.pt_label, div.attr3 div.pt_label {
	color: #619a9e;
	display: inline;
}
div.attr1 div.pt_value, div.attr2 div.pt_value, div.attr3 div.pt_value {
	display: inline;
}
div.attr1, div.attr2, div.attr3 {
	padding-bottom: 18px;
}
div.attr4, div.attr5, div.attr6 {
	height: 18px;
}
div.attr4 div.pt_label, div.attr5 div.pt_label, div.attr6 div.pt_label {
	color: #614b33;
	width: 69px;
	float: left;
}
div.attr4 div.pt_value, div.attr5 div.pt_value, div.attr6 div.pt_value {
	float: left;
	width: 190px;
}

#add_to_cart { }
#add_to_cart label {
	clear: left;
	display: block;
	float: left;
	width: 50px;
	margin-left: 20px;
	color: #6c6654;
	padding-top: 3px;
}
#product_id_field, input.input_quantity {
	background-color: White;
	border: solid 1px #f4ed86;
	padding: 2px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
}
#add_to_cart div.atc_buttons {
	background-image: url('../images/cart.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 0 0 80px;
	height: 36px;
	clear: left;
}
#add_to_cart div.atc_buttons span.divider {
	color: #288014;
	font-size: 12px;
}
#add_to_cart input.atc_button {
	background-color: White;
	background-image: none;
	border: none;
	color: #288014;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Category */
#product_list {
	border-collapse: collapse;
	width: 580px;
	margin: 0;
	padding: 0;
}
#product_list td { padding: 0 0 11px 0; }
#product_list td.cell0, #product_list td.cell1 { padding-right: 11px; }
#product_list td.cell2 { float: right; }



/* Featured Products */
table.featured_products {
	border-collapse: collapse;
	width: 580px;
	margin: 0;
	padding: 0;
}
table.featured_products td { padding: 12px 0 0 0; }
table.featured_products td.cell0, table.featured_products td.cell1 { padding-right: 11px; }
table.featured_products td.cell2 { float: right; }


/* Product Snapshot */
div.product_small_window {
	background-image: url('../images/product-bg.gif');
	background-repeat: no-repeat;
	width: 186px;
	height: 170px;
}
div.psw_image {
	padding-top: 6px;
	text-align: center;
}
div.psw_label {
	text-align: right;
	padding-right: 6px;
	font-size: 12px;
}
span.psw_dollarsign {
	color: #ce8b00;
	font-weight: bold;
}
span.psw_price {
	color: #3e2a10;
	font-weight: bold;
	padding-right: 8px;
}
span.psw_name a {
	color: #6c6654;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}