.title_box
{
	background:transparent url(../images/menu_title_bg.gif) no-repeat scroll center center;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:5px 0 0;
	text-align:center;
	width:196px;
}
ul.left_menu 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:196px;
}
ul.left_menu li 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}
ul.left_menu li ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:196px;
}
ul.left_menu li ul li.odd a
{/*url(../images/subgroup_arrow_odd.png) no-repeat */
	background:#DAD0D0 scroll 5px 5px;
	border-bottom:1px solid #FFFFFF;
	color:#504B4B;
	display:block;
	height:25px;
	line-height:25px;
	padding:0 0 0 35px;
	text-decoration:none;
	width:161px;
}
ul.left_menu li ul li.even a 
{/* url(../images/subgroup_arrow_even.png) no-repeat*/
	background:#EEE6E6 scroll 5px 5px;
	border-bottom:1px solid #FFFFFF;
	color:#504B4B;
	display:block;
	height:25px;
	line-height:25px;
	padding:0 0 0 35px;
	text-decoration:none;
	width:161px;
}



ul.left_menu li 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}
ul.left_menu li.odd a 
{/* url(../images/checked_odd.png) no-repeat*/
	background:#DAD0D0 scroll 5px 5px;
	border-bottom:1px solid #FFFFFF;
	color:#504B4B;
	display:block;
	height:25px;
	line-height:25px;
	padding:0 0 0 10px;
	text-decoration:none;
	width:186px;
}
ul.left_menu li.even a 
{/* url(../images/checked_even.png) no-repeat*/
	background:#EEE6E6 scroll 5px 5px;
	border-bottom:1px solid #FFFFFF;
	color:#504B4B;
	display:block;
	height:25px;
	line-height:25px;
	padding:0 0 0 10px;
	text-decoration:none;
	width:186px;
}


ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover
{/* url(../images/checked.png) no-repeat*/
	background:#7BBCC7 scroll 5px 5px;
	color:#FFFFFF;
}
ul.left_menu ul li.even a:hover, ul.left_menu ul li.odd a:hover  
{
	background:#7BBCC7 url(../images/subgroup_arrow.png) no-repeat scroll 5px 5px;
	color:#FFFFFF;
}




.border_box
{
	border:1px solid #6DA6B1;
	height:auto;
	text-align:center;
	width:194px;
}
.product_title
{
	color:#EA2222;
	font-weight:bold;
	padding:5px 0;
}
	.product_title a
	{
		color:#EA2222;
		font-weight:bold;
		padding:5px 0;
		text-decoration:none;
	}
.product_img
{
	padding:5px 0;
	position:relative;
	height:100px;
	overflow:none;
}
.prod_price
{
	padding:5px 0;
}
span.price
{
	color:#EA2222;
}

input.newsletter_input
{
	border:1px solid #DDD9D9;
	color:#999999;
	font-size:12px;
	height:16px;
	margin:10px 0 5px;
	padding:3px;
	width:160px;
}
	a.join
	{
		background:transparent url(../images/blue-add.png) no-repeat scroll left center;
		color:#1C4A52;
		display:block;
		margin:5px 0 5px 120px;
		padding:1px 0 1px 20px;
		text-decoration:none;
		width:44px;
	}




