.shop ul { font-weight:bold; padding-left:25px; }

.shop ul ul { font-weight:normal; padding-left:25px; }

.shop li {
	list-style:none;
}

.shop div.price {
	background:#aa0000;
	color:#cdcdcd;
	font-weight:bold;
	padding:4px;
	margin-top:4px;
}

.shop #categories {
	padding-top:15px;
}

.pricebox {
	color:#aa0000;
	font-weight:bold;
	font-size:16px;
	padding:5px 7px;
	height:38px;
	margin:10px 0 0 88px;
}


.product
{
	float:left;
	width:185px;
	margin:15px 5px;
	height:220px;
	/*border:1px solid #cdcdcd;*/
}

.product .image {
	width:98%;
	height:100px;
	overflow:hidden;
	text-align:center;
	/*border-bottom:1px solid #cdcdcd;*/
	border:1px solid #cdcdcd;
}


.product .description {
	/*background: #efefef url(/image/bg_float_gray_01.jpg) top left repeat-x;*/
	padding:3px;
	height:98px;
}

.product .description .product_price {
	color: #990000;
	font-size:20px;
	font-weight:bold;
	float:left;
	padding:20px 0 0 2px;
}

.product .description .product_more {
	padding-top:20px;
	float:right;
}

.product_row {
	clear:left;
}

#product_single .prod_img {
	float:left;
	width:250px;
}

#product_single .prod_desc {
	float:right;
	width:300px;
}

#product_single .big_product {
	width:98%;
	border:1px solid #cdcdcd;
	background: #fff;
	padding:5px;
	overflow:hidden;
	text-align:center;
}

#product_single .big_product div {
	position:relative;
	z-index:99;
	top:-15px;
	left:115px;
	width:100%;
}

input.button { 
	font-size:14px;
	font-weight:bold;
	width:175px;
}

.shop .strip_of_thumbnails { padding:15px 0 0 0;}

.shop .product_small { 
float:left;
width:50px;
margin:4px 4px;
height:50px;
border:1px solid #cdcdcd;
overflow:hidden;
}

.shop .product_small img { overflow:hidden; } 
