/* STORE */
.store_sale {
	font-size: inherit;
	color: #CC3300;
	font-weight: inherit;
	padding: inherit;
}

.store_save {
	color: #34332D;
}



/* STORE PRODUCT LIST store.list.tpl */
.store_list_name {
	font-size: 14px;
	color: #34332D;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
.store_list_name a:link, .store_list_name a:visited, .store_list_name a:active {
	color: #34332D;
	text-decoration: none;
}
.store_list_name a:hover {
	color: #666666;
	text-decoration: none;
}

.store_list_pid {
	font-size: 10px;
	color: #908582;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
}

.store_list_contributor {
	font-size: 7pt;
	color: #666666;
	font-style: italic;
	padding: 0px;
}
.store_list_contributor a:link, .store_list_contributor a:visited, .store_list_contributor a:active {
	color: #666666;
	text-decoration: none;
}
.store_list_contributor a:hover {
	color: #666666;
	text-decoration: none;
}

.store_list_price {
	font-size: 10pt;
	color: #7B7D74;
	font-weight: bold;
}

.store_list_description {
	font-size: 12px;
	color: #908582;
	padding: 5px 0px;
}

.store_list_details {
	font-size: 8pt;
	color: #333333;
}

.store_list_brand {
	font-size: 11px;
}

.store_list_brand a:link, .store_list_brand a:visited, .store_list_brand a:active {
	color: #908582;
}

.store_list_brand a:hover {
	color: #817572;
}


/* PRODUCT INFO IN DETAILS store.details.tpl */
.store_details_sale {
	text-align: right;
}
.store_details_sale_savings {
	color: #555;
	font-style: italic;
}

.store_details_name {
	font-size: 14px;
	color: #34332D;
	font-weight: bold;
	padding: 0px;
}
.store_details_name a:link, .store_details_name a:visited, .store_details_name a:active {
	color: #333333;
	text-decoration: none;
}
.store_details_name a:hover {
	color: #333333;
	text-decoration: underline;
}

.store_details_pid {
	font-size: 10px;
	color: #7B7D74;
	font-weight: bold;
	padding: 0px;
}

.store_details_contributor {
	font-size: 8pt;
	color: #7B7D74;
	font-style: italic;
}
.store_details_contributor a:link, .store_details_contributor a:visited, .store_details_contributor a:active {
	color: #7B7D74;
	text-decoration: none;
}
.store_details_contributor a:hover {
	color: #999999;
	text-decoration: none;
}
.store_details_price_container {
}
.store_details_price {
	font-size: 9pt;
	color: #7B7D74;
	font-weight: bold;
}
.store_details_price_sale {
	width: 200px;
	float: right;
	text-align: right;
}


.store_details_title {
	font-size: 9pt;
	color: #7B7D74;
	font-weight: bold;
	font-style: caps;
}

.store_details_text {
	font-size: 12px;
	color: #7B7D74;
	line-height: 1.3;
}
.store_details_text a:link, .store_details_text a:visited, .store_details_text a:active {
	color: #7B7D74;
	text-decoration: none;
	font-weight: normal;
}
.store_details_text a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.store_details_stats_title {
	font-size: 11px;
	color: #7B7D74;
	font-weight: bold;
}

.store_details_brand {
	font-size: 11px;
}

.store_details_brand a:link, .store_details_brand a:visited, .store_details_brand a:active {
	color: #7B7D74;
}

.store_details_brand a:hover {
	color: #666666;
}


/* BUNDLED ITEMS LIST IN DETAILS */
.store_details_list_name {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	font-style: caps;
	padding-bottom: 1px;
}
.store_details_list_name a:link, .store_details_list_name a:visited, .store_details_list_name a:active {
	color: #333333;
	text-decoration: none;
}
.store_details_list_name a:hover {
	color: #333333;
	text-decoration: underline;
}

.store_details_list_pid {
	font-size: 7pt;
	color: #999999;
	font-weight: bold;
	padding-bottom: 1px;
}

.store_details_list_contributor {
	font-size: 7pt;
	color: #999999;
	font-style: italic;
}
.store_details_list_contributor a:link, .store_details_list_contributor a:visited, .store_details_list_contributor a:active {
	color: #999999;
	text-decoration: none;
}
.store_details_list_contributor a:hover {
	color: #CCCCCC;
	text-decoration: none;
}



/* CART */
.store_cart_header {
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #DBDBD2;
}
.store_cart_title {
	padding: 0px 0px 6px 0px;
}
.store_cart_data {
	color: #666666;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px 0px;
}

.store_cart_row_separator {
	border-bottom: 1px solid #DBDBD2;
}

.store_cart_customer_fields
{
	background-color: #EEEEEE;
	padding: 10px;
}
.store_cart_customer_fields form_prompt
{
	color: #333333;
	font-weight: bold;
}
.store_cart_customer_fields form_comment
{
	color: #666666;
}

.store_cart_options {
	color: #666666;
}

.store_cart_total {
	color: #FF6600; 
	padding: 10px 2px 12px 2px;
}
.store_cart_total_line {
	border-top: 3px solid #50422B;
}
.store_cart_comment {
	font-size: inherit;
	color: #666666;
	font-weight: inherit;
	padding: inherit;
}




/* CHECKOUT CREDIT CARD FORM */
.store_checkout_form_prompt {
	font-weight: bold;
	color: #666666;
	padding: 1px 0px;
}

.store_checkout_form_prompt_title {
	font-weight: bold;
	color: #666666;
}

.store_checkout_form_header {
	color: #3F3D37; 
	font-size: 14px; 
	font-weight: bold; 
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9; 
	padding: 10px 0px 10px 15px;
	margin: 20px 0px 15px 0px;
	background: url('/custom_content/site/images/bullet2.gif') no-repeat 0% 50%;
}

.store_checkout_form_error {
	background-color: #CC3300; 
	color: #FFFFFF; 
	font-size: 13px; 
	font-weight: bold; 
	padding: 10px;
}


.store_checkout_alert {
	background-color: #737E90; 
	color: #FFFFFF; 
	font-size: 13px; 
	font-weight: bold; 
	padding: 5px;
}



.upgrade_title {
	font-size: 11px;
	font-weight: bold;
}
.upgrade_details {
	font-size: 11px;
}
.upgrade_details a:link, .upgrade_details a:visited, .upgrade_details a:hover, .upgrade_details a:active {
	font-weight: normal;
}



/* STORE REVIEWS */
.full_review {
	display: none;
}
