@charset "utf-8";

dd {
	display:table-cell;
	vertical-align:top;	
  *float:left;
  margin:0px;	
}
#detailed-info{
	width: 848px;
}

#info{
	width:435px;
padding-top:10px;
}

#mainImg{
	width:245px;
	float:left;	
}

#mainImg img{
	border:2px solid #b4bac4;
}

#mainInfo{
	float:right;
	width:190px;
	line-height:18px;
}
 
#additionalInfoWrap {
	float:left;
	width:435px;
	padding-bottom:2px;
	background:url(../images/dotted.gif) repeat-x bottom left;
	margin:5px 0 0 0;
}
#additionalInfo{
	padding:2px 0 0 0;
	background:url(../images/dotted.gif) repeat-x top left;
}
#additionalInfo table{
	border-collapse:separate;
	border-spacing: 0px;
}
#additionalInfo table tr.odd td{
	background:#e9ebef;
	height:19px;
	padding:0 0 0 5px;
}
#additionalInfo table tr td{
	height:19px;
	padding:0 0 0 5px;
	vertical-align:middle;
}
#additionalInfo table  td.Col{
	width:245px;
}

#description{
	padding-left:5px;
	width:320px;
 
}

#description h2{
	background:url(../images/dotted.gif) repeat-x bottom left;
	margin-bottom:8px;
	padding-bottom:3px;
}

#photos{
 
	width:320px;
	margin:10px 0 0 0;
}

#photos .header{
	font-size:14px;
	background:url(../images/dotted.gif) repeat-x bottom;
	margin:0 0 1px 0 ;
	padding:0 0 5px 0;
}
#photos .photosContent{
	margin:0 0 0 2px;
}
#photos .photo{
	width:104px;
	float:left;
	margin:4px 4px 0 0;
}
#photos .photo img{
	border:2px solid #b4bac4;
}

#photos .photo a.zoom{
	height:20px;
	display:block;
	background:url(../images/zoom.gif) no-repeat left center;
	padding:4px 0 0 20px;
	color:#b80000;
}

 