.widget.teaser {
	display:block;
	padding: 0px;
	margin:0;

}
.widget .product_list .title {
	font-size: 1.0em;
	font-weight: bold;
	color:#666;
}

.widget .product_preview {
	float: left;
	width: 145px;
	background-color: #999;
	padding: 10px;
	margin: 5px;
	min-height: 110px;
	border: 1px solid #888;
}
.widget .product_part_num {
	position: absolute;	
	margin-left: 80px;
	margin-top: -55px;
}
.widget .product_short_description {
	display: block;
	padding: 5px 0;
}
.widget .product_price {
	color: #f00;
	float: right;
}
/* ------------------- columns_double_left ------------------------ */

.columns_double_left .widget.teaser .title {
	margin:10px 0 0 10px;
	font-weight:bold;
	font-size:1.1em;
	color:#666;
}
.columns_double_left .teaser .product_list {
	
	display:block;
	padding: 20px;
	background-color:#F4F4F4;
	margin:10px;
	border: 1px dashed #999;
	width:535px;
	float:right;
}
.columns_double_left .teaser .widget.product_image img { width:125px; height:125px; border:none; }


/* ------------------- columns_double_right ------------------------ */

.columns_double_right .widget.teaser .title {
	margin:10px 0 0 10px;
	font-weight:bold;
	font-size:1.1em;
	color:#666;
}
.columns_double_right .teaser .product_list {
	
	display:block;
	padding: 20px;
	background-color:#F4F4F4;
	margin:10px;
	border: 1px dashed #999;
	width:535px;
	float:right;
}
.columns_double_right .teaser .widget.product_image img { width:125px; height:125px;border:none; }


/* ------------------- columns_triple ------------------------ */

.columns_triple .widget.teaser .title {
	margin:10px 0 0 10px;
	font-weight:bold;
	font-size:1.1em;
	color:#666;
}
.columns_triple .teaser .product_list {
	
	display:block;
	padding: 20px;
	background-color:#F4F4F4;
	margin:10px 5px 0 5px;
	border: 1px dashed #999;
	width:480px;
	float:right;
}

.columns_triple .teaser .widget.product_image img { width:125px; height:125px;border:none; }



