/* CSS Document */

#content {
	padding-left:10px;
	padding-right:10px;
	position: relative;
	overflow:hidden;
}
	
ul, dl {
	margin-bottom: 10px;
}
ul li{
	background: url(../../images/catalogue/bullet.gif) 0 0.8em  no-repeat;
	list-style-type: none;
	padding:0 0 0 12px;
}

#categories, #brands, #subcategories, #carmodels, #cartypes, .attention {
	/* margin-bottom: 20px; 
	width: 480px;
	float: left;*/
}

#categories li, #brands li, #subcategories li, #carmodels li, #cartypes li, .attention li {
	float: left;
	display: inline;
	width: 90px;
	margin: 0 10px;
}

#categories li a, #brands li a, #subcategories li a, #carmodels li a, #cartypes li a {
	display: block;
	width: 90px;
	border-bottom: 1px solid #3a5760;
	color: #fff;
}

#categories li a:hover, #brands li a:hover, #subcategories li a:hover, #carmodels li a:hover, #cartypes li a:hover {
	  color:  #a12a28; 
	/* color: #25373d; */
	border-bottom: 1px solid #45626c;
	text-decoration: none;
}
/* ################################################################################################## */
#album-list li, #product-list li {
	position: relative;
	/* background: #43626c url(../../images/catalogue/arrow.gif) top right no-repeat; */
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	height: 75px;
}

#product-list li.promo {background: #52717b url(../i/layout/arrow-promo.gif) top right no-repeat;}	
#product-list li {
	background:none;
	width: 350px;
	float: left;
	display: inline;
	margin: 10px 7px;
	border:thin;
	border-color:#FFFFFF;
	border-style:dashed;
}

#product-list li li {
	background: url(../../images/catalogue/bullet.gif) 0em 0.8em  no-repeat;
	padding:0 0 0 12px;
	width: auto;
	float: none;
	display: block;
	margin: 0px;
	height: auto;
	border-style:none;
}

#product-list h2 {
	width: 230px;
	overflow: hidden;
}

#album-list .img, #product-list .img {
	position: absolute;
	width: 100px;
	height: 75px;
	line-height:75px;
	display: block;
	overflow: hidden;
	top: 5px;
	left: 5px;
	text-align: center;
	}
#album-list img, #product-list img{text-align:center;margin: 0 auto;}
#album-list img {height: 75px;}
#album-list span, #product-list span {color: #FF0000;}	
#album-list h2, #album-list p, #product-list ul, #product-list h2 {margin-left: 120px;margin-bottom: 0px;}

.mini {
	clear: both;
	position: relative;
	height: 20px;
	margin: 0 -20px;
	padding: 40px 0 0 0;
	}
	
img {
	border: none;
}
/* ######################################################################### */
.prod-img {
	/* float: left;
	display: inline; */
	margin: 0 20px 10px 0;
	width: 350px;
	overflow: hidden;
	text-align: center;
	position:relative;
}

.prod-specs {
	/* float: right; */
	/* display: inline; */
	/* overflow: hidden; */
	/* text-align: center; */
	/* position:relative; */
}

.prod-img img{
	width: 300px;
}
.detail dl, .prod-specs dl {
	/* background: #587078;
	border: 5px solid #43626c; */
	/* float: right;
	display: inline; */
}
.prod-specs dt {width: 100px;}
.prod-specs dd {width: 150px;}
.prod-specs dl {width: 250px;}

.detail dt, .prod-specs dt {
	/* color: #85d8ff;
	background: #587078; */
	border-top: 1px solid #43626c;
	float:left;
	display: inline;
	width: 150px;
	margin-bottom: 1px;
	text-indent: 5px;
	clear: both;
}
.detail dd, .prod-specs dd {
	float: left;
	display: inline;
	padding:0;
	/*border-top: 1px solid #43626c;
	 background: #587078; */
	margin-bottom: 1px;
	width: 350px;
	overflow: hidden;
}

.prod-vendor {
	/* background: #43626c; */
	padding: 0px;
	text-align: center;
	width: 160px;
	/*height: 60px; 
	line-height: 60px;*/
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 5px 0;
}
.prod-vendor img {
	float: left;
	width:150px;
}




