#module_catalog .odd_row,#module_catalog .even_row{
	background:none;
	float:left;
	padding:5px 5px 0px 5px;
}
#module_catalog .webmin_paging_footer{
	clear:both;
}
#module_catalog .odd_row img,#module_catalog .even_row img{
	border:solid 1px #666666;
	float:none;
	margin:5px 0px 0px 0px;
}
#module_catalog img{
	border:solid 2px #666666;
	margin:0px;
	float:right;
}
#module_catalog_detail{
	float:left;
	width:380px;
}
#module_catalog_other_products{
	font-size:11px;
}
#module_catalog_other_products img{
	border:solid 1px #666666;
	float:none;
	margin:0px 9px 0px 0px;
}
.catalog_add_to_cart{
	background:url(../gfx/bg-button.gif) no-repeat;
	padding:4px 40px 4px 40px;
	font-weight:bold;
	text-transform:none;
}
.catalog_add_to_cart:hover{
	text-decoration:none;
}
.item_added{
	background:url(../gfx/button-ok.gif) no-repeat;
}
ul.catalog_shortlist{
	margin:0px 0px 0px 7px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
}
ul.catalog_shortlist a{
	display:block;
	background:url(../gfx/icon-arrow.gif) no-repeat 0px 5px;
	padding:2px 0px 2px 17px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
ul.catalog_shortlist a:hover{
	background:url(../gfx/icon-arrow_over.gif) no-repeat 0px 5px;
	color:#8e0075;
	text-decoration:none;
}
#catalog_small_cart{
	background:url(../gfx/icon-cart.gif) no-repeat 10px 0px;
	padding:4px 0px 4px 40px;
	width:230px;
}
#catalog_small_cart a{
	margin-left:10px;
}
.cart_header,.cart_footer{
	text-align:right;
	border-bottom:dotted 1px #cccccc;
}
#empty_cart,.remove_item{
	background:url(../gfx/icon-delete.gif) no-repeat center left;
	padding-left:13px;
	color:#bd0101;
}
.cart_quantity{
	font-size:14px;
}
.price_summ{
	background:#ededed;
	font-weight:bold;
}
#catalog_cart table{
	width:500px;
}
#catalog_product_buy input{
	border:solid 1px #ff01d3;
	width:22px;
}