/* STORE */
.store_sale {
	font-size: inherit;
	color: #FF9900;
	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 {
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
}

.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 {
	font-size: 10pt;
	color: #7B7D74;
	font-weight: bold;
}

.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 {
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #DBDBD2;
}
.store_cart_title {
	padding: 3px 0px 6px 0px;
}
.store_cart_data {
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #D9D9D9; 
	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 {
	background-color: #EEEEEE; 
	color: #666666;
}

.store_cart_total {
	background-color: #FFFFFF; 
	color: #333333; 
	padding: 10px 2px 2px 2px;
}

.store_cart_comment {
	font-size: inherit;
	color: #666666;
	font-weight: inherit;
	padding: inherit;
}





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

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

.store_checkout_form_header {
	color: #333333; 
	font-size: 13px; 
	font-weight: bold; 
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9; 
	padding: 10px 0px;
	margin: 30px 0px 15px 0px;
}

.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;
}

