#box_my_cart {
	width: 180px;
	margin: 0px 0px 10px 0px;
	background: #FFCC33 url(../images_shop/bg_box_my_cart.gif) no-repeat bottom left;
}

#box_my_cart div {
	padding: 3px 10px 3px 10px;
}

#box_my_cart h3 {
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	background: #FFFFFF url(../images_shop/h_box_my_cart.gif) no-repeat top left;
	border-bottom: 1px solid #FFFFFF;
}
#box_my_cart a {
	color: #333333;
}
#box_my_cart a:visited {
	color: #333333;
}
#box_my_cart a:hover {
	color: #333333;
}

#box_offers {
	width: 180px;
	background: #F0F3CD url(../images_shop/bg_box_offers.gif) no-repeat top left;
}

#box_offers div {
	padding: 0px 10px 0px 10px;
}

#box_offers div .p_name {
	padding: 5px 10px 5px 10px;
}

#box_offers img {
	margin: 0px 10px 0px 10px;
	border: 1px solid #000000;
}

#box_offers h3 {
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	background: #FFFFFF url(../images_shop/h_box_offers.gif) no-repeat top left;
	border-bottom: 1px solid #FFFFFF;
}
#box_offers a {
	color: #5A7B0D;
}
#box_offers a:visited {
	color: #5A7B0D;
}
#box_offers a:hover {
	color: #5A7B0D;
}


#box_bestsellers {
	width: 180px;
	background: #FFEFE5 url(../images_shop/bg_box_bestsellers.gif) no-repeat top left;
}

#box_bestsellers div {
	padding: 0px 10px 0px 10px;
}

#box_bestsellers div .p_name {
	padding: 5px 10px 5px 10px;
}

#box_bestsellers .sep {
	padding: 0px;
	height: 1px;
	background: url(../images_shop/sep_box.gif) no-repeat center center;
}

#box_bestsellers h3 {
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	background: #FFFFFF url(../images_shop/h_box_bestsellers.gif) no-repeat top left;
	border-bottom: 1px solid #FFFFFF;
}

#box_bestsellers a {
	color: #993F02;
}
#box_bestsellers a:visited {
	color: #993F02;
}
#box_bestsellers a:hover {
	color: #993F02;
}


/* PRODUCTS LIST */
#product_list {
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
	border: none;
}
		
#product_list li {
	width: 510px;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	border-bottom: 1px dotted #999999;
}

#product_list li h2 {
	font-size: 12px;
	color:#E0821B;
	border: none;
	margin-bottom: 10px;
	padding: 0px;
}

#product_list li h2 a {
	color: #E0821B;
}

#product_list li h2 a:visited {
	color: #E0821B;
}

#product_list li h2 a:hover {
	color: #E0821B;
}

#product_list li .d_img {
	width: 90px;
	float: left;
}
#product_list li .d_info {
	width: 210px;
	margin-left: 10px;
	float: left;
}
#product_list li .d_price {
	width: 180px;
	margin-left: 20px;
	float: left;
	text-align: right;
}

#product_list li .prod_img {
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
}


/* OFFERS LIST */
#offers_list {
	list-style-type: none;
	margin: 10px 0px 0px 0px; 
	padding: 0px;
	border: none;
}
		
#offers_list li {
	width: 250px;
	height: 175px;
	float: left;
	list-style-type: none;
}

#offers_list li h2 {
	font-size: 12px;
	color:#E0821B;
	border: none;
	margin-bottom: 10px;
	padding: 0px;
}

#offers_list li a {
	color: #E0821B;
}

#offers_list li a:visited {
	color: #E0821B;
}

#offers_list li a:hover {
	color: #E0821B;
}

#offers_list li .d_img {
	width: 90px;
	float: left;
}
#offers_list li .d_info {
	padding: 0px 10px 0px 10px;
	width: 130px;
	float: left;
}
/*
#offers_list li .d_price {
	width: 190px;
	margin-left: 10px;
	float: left;
}
*/
#offers_list li .btn_add_to_cart {
	width: 100px;
	height: 25px;
	background: url(../images_shop/bg_btn_add_to_cart.gif) no-repeat left top;
	vertical-align: middle;
}

#offers_list li .btn_add_to_cart a {
	padding-left: 30px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#offers_list li .btn_add_to_cart a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#offers_list li .btn_add_to_cart a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#offers_list li .prod_img {
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
}

#offers_list .d_odd {
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
}

#offers_list .d_even {
	border-bottom: 1px dotted #999999;
}

#offers_list .d_odd .padder {
	padding: 10px 0px 0px 10px;
}

#offers_list .d_even .padder {
	padding: 10px 10px 0px 0px;
}

.old_price {
	color: #C14F02;
	text-decoration: line-through;
}


/* PRODUCT DESCRIPTION */
#product_desc {

}
#product_desc .d_img {
	width: 90px;
	float: left;
}
#product_desc .d_info {
	width: 390px;
	margin-left: 10px;
	float: left;
}
#product_desc .prod_img {
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
}

/* COMMON */
.fld_q {
	border-color: #000000;
	border-width: 1px;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFFFFF;
	color: #000000;
	width: 25px;
	height: 18px;
	padding: 0px 0px 0px 5px;
	margin: 0px 5px 0px 0px;
}


.btn_add_to_cart {
	width: 100px;
	height: 25px;
	background: url(../images_shop/bg_btn_add_to_cart.gif) no-repeat left top;
	vertical-align: middle;
	text-align: left;
}

.btn_add_to_cart a {
	padding-left: 30px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.btn_add_to_cart a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.btn_add_to_cart a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.area_1 {
	width: 100%;
	height: 100px;
	border: 1px solid #000000;
}