div.productOverview {
	width:					550px;
	overflow:				auto;
}

div.productItem {
	float:					left;
	width:					263px;
	height:					241px;
	margin-bottom:			20px;
	overflow:				hidden;
	background:				url('/images/backgrounds/product_overview_bg.png') no-repeat;
}

div.first {
	margin-right:			20px;
}

div.productimg {
	width:					259px;
	overflow:				hidden;
}

div.productDetails div.thumb {
	float:					left;
	width:					75px;
	padding:				7px 0 7px 0;
	text-align:				center;
}

div.productDetails div.text {
	float:					left;
	width:					168px;
	padding:				10px 10px 10px 3px;
	color:					#573015;
}

div.productDetails h3 {
	background:				url('/images/backgrounds/product_overview_h3_underline.gif') left bottom no-repeat;
	padding-bottom:			4px;
}

div.productDetails h3 a {
	color:				#694b33;
    text-decoration:    none;
}

div.productDetails h3 a:hover {
    text-decoration:    underline;
}

a.moreinfo {	
	display:				block;
	padding:				0px 25px 7px 0px;
	background-image:		url('/images/backgrounds/infobttn_right.png');
	background-position:	right top;
	background-repeat:		no-repeat;
	font-size:				11px;
	line-height:			1.7em;
	color:					#fa7404;
	text-decoration:		none;
}

a.moreinfo:hover {
	text-decoration:		underline;
}

a.moreinfo span {
	display:				block;
	padding:				0px 30px 10px 8px;
	background:				url('/images/backgrounds/infobttn_left.gif') left top no-repeat;
	color:					#fa7404;
	line-height:			1.7em;
}

a.arrow {
	background:				url('/images/backgrounds/infobttn_right_arrow.png');
	background-position:	right top;
	background-repeat:		no-repeat;
}



/*---- product type overview ----*/
div#productVisual {
	margin-bottom:			20px;
}

div.productOverview div.productType {
	float:					left;
	width:					263px;
	height:					121px;
	margin-bottom:			20px;
	overflow:				hidden;
	background:				url('/images/backgrounds/producttype_overview_bg.png') no-repeat;
}





/*---- thickbox content styles ----*/

div.prodprop {
	margin-bottom:         20px;
}

table.tb_prodprop_tab {
	margin-top:				10px;
	font-size:				11px;
	color:					#694b33;
}

table.tb_prodprop_tab td {
	vertical-align:			top;
}

.tb_img_border {
	width:					260px;
	padding:				10px 0 15px 0;
	overflow:				hidden;
	text-align:				center;
	border:					1px solid #bfafa3;
}

.tb_introtext {
	width: 					280px;
	padding:				5px 45px 25px 25px;	
}

.tb_prodprop_tab table {
	margin-top:				15px;
}

.tb_prodproperties {
	/*height:					135px;*/
	padding:				0 15px 10px 15px;
	background:				#efe6df;
	overflow:				hidden;
}
.tb_prodproperties h3 {
	font-size:				11px;
}

.tb_prodproperties ul {
	margin: 				10px 0 0 0px;
	padding-bottom:         0;
	list-style:				none;
}

.tb_prodproperties ul li {
	padding-left:			15px;
	background:				url('/images/prodprop_listitem.gif') left 6px no-repeat;
}

h2.moreproducts {
    margin-bottom:          20px;
}