@charset "utf-8";
/* CSS Document */

#hit_sale_header {
	width: 510px; 
	height: 11px; 
	background: url(../images/hit_sale_header_bg.png);
	text-align: right;
	padding: 10px 0 0 0;
}

a.previous {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #949494; 
}

a.previous:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7e050a;
	text-decoration: none;
}

.hit_sale_image {
	border: 2px solid #ffc30c;
	clear: both;
}

.price_red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 23px;
	color: #cc0000;
}

.price_red_small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #cc0000;
}

.price_green {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 23px;
	color: #1c6f22;
}

.price_green_small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #1c6f22;
}

.main_image_container {
	width: 212px; 
	overflow: hidden; 
	float: left; 
	margin: 0 25px 10px 0;
}

.main_image {
	width: 212px; 
	overflow: hidden;
}

.main_details_container {
	width: 212px; 
	height: 34px; 
	background: url(../images/details_hit_sale.png); 
	clear: both; 
	margin-left: -1px;
}

.details_container {
	width: 212px; 
	height: 34px; 
	background: url(../images/details_sale.png); 
	clear: both; 
	margin-left: -1px;
	margin-bottom: 10px;
}

.price_container {
	width: 95px; 
	height: 60px; 
	background: url(../images/price_cart_normal.png); 
	background-position: right bottom; 
	background-repeat: no-repeat; 
	float: left; 
	margin: 15px 25px 0 0;
}

.price_container_opt {
	width: 95px; 
	height: 60px; 
	background: url(../images/price_cart_opt.png); 
	background-position: left bottom; 
	background-repeat: no-repeat; 
	float: left; 
	margin: 15px 20px 0 0;
}

.details_red_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}

.details_red_price_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #cc0000;
}

.details_green_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1c6f22;
}

.details_green_price_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #1c6f22;
}

.small_price_normal {
	width: 61px; 
	height: 52px; 
	float: left; 
	background: url(../images/small_price_cart_normal.png); 
	margin-right: 14px;
}

.small_price_opt {
	width: 61px; 
	height: 52px; 
	float: left; 
	background: url(../images/small_price_cart_opt.png); 
	margin-right: 14px; 
	text-align: right;
}

.small_price_opt_ {
	width: 61px; 
	height: 52px; 
	float: left; 
	background: url(../images/small_price_cart_opt_green.png); 
	text-align: right;
}

.up_description {
	width: 235px; 
	overflow: hidden; 
	float: left;
	margin-bottom: 10px;
}

.details_response {
	width: 150px; 
	float: left; 
	overflow: hidden; 
	text-align: left; 
}

.down_description {
	width: 295px; 
	overflow: hidden; 
	float: left; 
	margin: 0 0 0 10px; 
	border-top: 1px solid #d5d5d5; 
	border-left: 1px solid #d5d5d5; 
	padding: 15px 0 0 15px;
}

.down_description_left {
	float: left; 
	margin-right: 20px; 
	font-weight: bold;
}

.down_description_right {
	width: 190px; 
	float: left; 
	overflow: hidden;
}