@charset "utf-8";
/* CSS Document */

.columns_triple .teaser .product_list {
	
	display:block;
	padding: 0px;
	background:none;
	float:right;
	border:none;
	width:500px;
	margin-left:3px;
	margin-bottom:10px;
	
}
.home #content .widget.product_preview {
	display:block;
	padding:10px 15px;
	background-color:#FFF;
	float:left;
	border: 1px dashed #ccc;
	width:212px;
	height:170px;
	margin:0 2px 4px 3px;
}
.home #content .widget.product_preview img { border:none; }
.home #content .widget.product_price { font-weight:bold; }
.home #content .widget.product_short_description a { color:#069;font-weight:bold;font-size:0.9em; }

.home #content .widget.product_part_num {
	margin-left:10px;
	margin-top:0px;
}
.home #content .widget.product_part_num a { color:#666; }


.sidebar.right .widget.product_list {
	width:180px;
	margin:0 0 20px 8px;
	padding:0;
	border:none;
}
.sidebar.right .widget.product_list .title {
	display:none;
}
.home #content .teaser .title {
	font-weight:bold;
	color:#F00;
	text-transform:uppercase;
	margin-bottom:-20px;
	font-size:1.2em;
	
}
.sidebar.right .teaser .title { 
	margin:0;
	padding:12px 12px;
	}


