#shop h2.flat{
	display:inline;
	color:white;
}

#shop ul { font-weight:bold; padding-left:25px; }

#shop ul ul { font-weight:normal; padding-left:25px; }

#shop li {
	list-style:none;
}
#shop h2 {
	color:#aa0000;
	padding:5px 0;
	margin:0;
}

#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:160px;
	margin:4px 4px;
	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:255px;
}

#product_single .prod_desc {
	float:right;
	width:250px;
}

#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%;
}

#shop table {
	width:100%;
	
}

#shop tr.row1{
	background:#cdcdcd;
}

#shop tr.row1_1{
	background:#ffffff;
	text-align:center;
}

#shop tr.row2{
	background:#efefef;
}

#shop tr.row2_2{
	background:#efefef;
	text-align:center;
}


#shop th{
	text-align:center;
	color:white;
	background:#aa0000 url(/image/gradient_red_20.jpg) top left repeat-x;
}

#shop th a {
	text-decoration:none;
	color:white;
}


#shop td{	
	padding:3px;
}

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; } 