#catalogue {	
	position: relative;
	float: left;
	margin: 5px 0px 5px 0px;
	color: #516373;
	width: 230px;	
}

#catalogue ul
{
	margin: 0;
	padding: 0;
	border: none;
}


#catalogue li {
margin: 0;
border-bottom: 1px dotted #FAFAFA;
list-style-type: none;
list-style-image: url('');
}	

#catalogue li a {
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 25px;
	border-bottom: 1px dotted #FF9933;	
	background: url(../images/cat_group.gif) no-repeat 3px 0;
	position: relative;
	text-align: left;
	color: #990000;
	list-style-type: none;
	list-style-image: url('');
}	

#catalogue li a:hover {
	background: #FF9933;
	color: #fff;
}	


#cat_item {
	width: 95%;
	position: relative;
	float: left;
	margin: 10px 0 10px 0;
	padding: 10px;
	border-top: dotted 1px #999966;
	border-bottom: dotted 1px #999966;	
	background-color: #FFF;
}

/* groups */

#cat_item group {
	text-align: center;
	border-top: dotted 0px #999966;
	border-bottom: dotted 0px #999966;	
	margin: 20px 0 10px 0;		
}

/*#group {
}

#group a {
	font-weight: bold;
}*/

#group_count {
	font-weight: bold;
	color: lime;
}

#group_path {
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	position: relative;
	float: left;
}

#group_img {
	width: 100px;
	background: #FFF;
	border: solid 1px #D3D3D3;
	padding: 5px;
	position: relative;
	float: left;
}

#goods_descr {
	width: 565px;
	position: relative;
	float: left;	
	padding: 10px;
	border-bottom: dotted 1px #999966;	
	border-top: dotted 1px #999966;	
}

#group_descr {
	width: 480px;
	position: relative;
	float: left;	
	padding: 10px;
}

#group_groups {
	width: 100%;
	position: relative;
	float: right;	
	font-size: 0.9em;
	font-weight: bold;
}

#subgroup {
	font-weight: bold;
}

#subgroup a {
	font-weight: bold;
}

/* goods */

#cat_item goods {

}

#goods_img {
	background: #FFF;
	border: solid 1px #999966;
	padding: 10px;
	position: relative;
}

#goods_bdescr {
	width: 280px;
	position: relative;
	float: left;	
	padding: 10px;
	border-bottom: dotted 1px #999966;	
	border-top: dotted 1px #999966;	
}

#goods_name {
	font-size: 18px;
	width: 600;
	height: 20px;
	position: relative;
	float: right;	
	padding: 10px;
	margin: 5px;
	text-align: right;
	text-decoration: none;
	color: #9C0607;
}

#goods_basket {
	width: 100%;
	height: 20px;
	position: relative;
	float: right;	
	padding: 10px;
	text-align: center;
}

#goods_price {
	font-size: 18px;
	width: 100%;
	position: relative;
	float: left;	
	clear: left;
	color: #990000;
	vertical-align: middle;
}

#goods_price #goods_listprice {
	font-size: 12px;
	width: 100%;
	position: relative;
	float: left;	
	clear: left;
	color: #990000;
	vertical-align: middle;
}

#goods_price #goods_yousave {
	font-size: 12px;
	width: 100%;
	position: relative;
	float: left;	
	clear: left;
	color: #999966;
	vertical-align: middle;
}

#goods_price .currency {
	font-size: 13px;
	font-weight: bold;
	color: #999966;
	vertical-align: middle;
}

#cat_nav {
	width: 100%;
	position: relative;
	float: left;	
	margin: 10px 0 15px 0;
	color: #A9A9A9;
}

#cat_nav a {
	color: #999966;
}

#cat_item table {
	background: #fff;
	text-align: center;
}

#cat_item table tr, #cat_item table td, #cat_item table th {
	background: #fff;
	text-align: center;
}

#cat_item table th {

}




#goods_bdescr table {
	background: #fff;
}

#goods_bdescr table tr, #goods_bdescr table td {
	background: #FF9933;
	text-align: center;
}

#goods_bdescr table th {
	background: #999966;
	text-align: center;
	color: #fff;
}

#goods_descr table {
	background: #fff;
}

#goods_descr table tr, #goods_descr table td {
	background: #FF9933;
	text-align: center;
}

#goods_descr table th {
	background: #999966;
	text-align: center;
	color: #fff;
}



#goods_descr table.info {
	background: #fff;
}

#goods_descr table.info tr, #goods_descr table.info td {
	background: #FF9933;
	text-align: center;
}

#goods_descr table.info td.image {
	background: #fff;
	text-align: center;
}

#goods_descr table.info th {
	background: #9B0707;
	text-align: center;
	color: #fff;
}
