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

#box_my_cart .padder {
	padding: 3px 10px 3px 10px;
}

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

#box_offers {
	width: 200px;
}

#box_offers .offer_itm {
	width: 200px;
	float: left;
	margin-bottom: 5px;
	background: #F0F0F0 url(../images_shop/bg_box_offers_itm.gif) no-repeat bottom left;
}

#box_offers .t_box {
	width: 130px;
	float: right;
}

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

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

#box_offers h3 {
	padding: 7px 5px 15px 10px;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	background: #FFFFFF url(../images_shop/h_box_offers.gif) no-repeat top left;
}
#box_offers a {
	color: #006AAE;
	font-weight: bold;
}
#box_offers a:visited {
	color: #006AAE;
	font-weight: bold;
}
#box_offers a:hover {
	color: #006AAE;
	font-weight: bold;
}


#box_bestsellers {
	width: 200px;
	margin-top: 5px;
	padding-bottom: 10px;
}

#box_bestsellers .bestseller_itm {
	width: 200px;
	float: left;
	margin-bottom: 5px;
	background: #F0F0F0 url(../images_shop/bg_box_bestsellers.gif) no-repeat bottom left;
}

#box_bestsellers .t_box {
	padding: 0px 10px 5px 10px;
}

#box_bestsellers .p_name {
	padding: 5px 0px 5px 0px;
}

#box_bestsellers .sep {
	padding: 0px 10px 0px 10px;
}

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

#box_bestsellers a {
	color: #006AAE;
}
#box_bestsellers a:visited {
	color: #006AAE;
}
#box_bestsellers a:hover {
	color: #006AAE;
}


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

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

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

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

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

#product_list li .d_img {
	width: 140px;
	float: left;
}
#product_list li .d_info {
	/* width: 190px; */
	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;
}

.cat_desc {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px dotted #F262AA;
	background:#F8F8F8;
	clear: left;
}

/* OFFERS LIST */
#offers_list {
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	border: none;
}
		
#offers_list li {
	width: 178px;
	height: 350px;
	float: left;
	list-style-type: none;
	background: #E4EDEC;
}

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

#offers_list li h2 a {
	color: #B70F63;
}

#offers_list li h2 a:visited {
	color: #B70F63;
}

#offers_list li h2 a:hover {
	color: #B70F63;
}

#offers_list li .d_img {
	text-align: center;
	height: 130px;
}
#offers_list li .d_info {
	padding: 0px 10px 0px 10px;
	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 {

}

#offers_list .d_even {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

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

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

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

/* CATEGORIES LIST */
.cat_list {
	list-style-type: none;
	margin: 10px 0px 0px 0px; 
	padding: 0px;
	border: none;
}
		
.cat_list li {
	list-style-type: none;
	clear: left;
}

.cat_list li h2 {
	font-size: 14px;
	line-height: 14px;
	color: #E0821B;
	border: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.cat_list li h2 a {
	color: #B70F63;
}

.cat_list li h2 a:visited {
	color: #B70F63;
}

.cat_list li h2 a:hover {
	color: #B70F63;
}

.cat_list li .d_img {
	float: left;
	width: 100px;
}
.cat_list li .d_info {
	padding: 0px 10px 0px 0px;
	float: left;
	width: 430px;
}
/*
.cat_list li .d_price {
	width: 190px;
	margin-left: 10px;
	float: left;
}
*/
.cat_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;
}

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

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

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

.cat_list li .prod_img {
	vertical-align: middle;
	text-align: center;
}

.cat_list .d_odd {
}

.cat_list .d_even {
}

.cat_list .d_odd .padder {
	padding: 10px 0px 10px 0px;
}

.cat_list .d_even .padder {
	padding: 10px 0px 10px 0px;
}

/* PRODUCT DESCRIPTION */
#product_desc {

}
#product_desc .d_img {
	width: 150px;
	float: left;
}
#product_desc .d_info {
	width: 380px;
	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;
}

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

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

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

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

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

.cat_title {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 10px 15px 10px;
	background: url(../images_shop/bg_cat_title.gif) repeat-x left bottom;
	clear: left;
}