.widget.teaser {
	display:block;
	padding: 0px;
	margin:0;

}
.widget.teaser .product_list .title {
	font-size: 1.0em;
	font-weight: bold;
	color:#666;
}

.widget.teaser .product_preview {
	float: left;
	width: 145px; 
	background-color: #FFF;
	padding: 10px;
	margin: 5px;
	min-height: 110px;
	border:none;
}
.sidebar.left .teaser .product_preview {
	width:200px;
	text-align:center;
}

.widget.teaser .product_part_num {
	position: absolute;	
	margin-left: 80px;
	margin-top: -55px;
}
.widget.teaser .product_short_description {
	display: block;
	padding: 5px 0;
}
.widget.teaser .product_price {
	color: #f00;
	float: right;
}
.home #content .widget .product_preview {
	background-color:#FFFFFF;
	border:1px solid #E1E1E1;
	float:left;
	margin:5px;
	min-height:110px;
	padding:5px 15px;
	width:230px;
	text-align:center;
}
.home #content .widget.title { 	
	background:url(/images/hitchco/home_featured_bg.png) no-repeat;
	color:#FFFFFF;
	height:20px;
	margin:0 0 0 -40px;
	padding:13px 13px 13px 85px;
	font-size:17px;
	font-weight:normal;
}
.home #content { padding:0; margin:0; }

/* ------------------- 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: 0;
	background-color:#fff;
	margin:0;
	border:none;
	width:555px;
	float:left;
}
.columns_double_left .teaser .widget.product_image img { width:125px; height:125px; border:none; }


/* Hitch Co left sidebar teaser --------------------------------------------------------------*/

.sidebar.left .teaser .title {
	margin:22px 0 0 0;
	color:#FFF;
	font-size:1.2em;
}
.sidebar.left .teaser .product_list {
	background-color:#fff;
	border:none;
	display:block;
	float:none;
	margin:0;
	padding:0 10px;
	width:232px;
}

.sidebar.left .widget.product_preview { 
	text-align:center;
}
.sidebar.left .widget.product_image {
	padding:0;
	float:none;
}
.sidebar.left .widget.product_price {
	width:auto;
	float:none;
	font-size:1.3em;
	font-weight:bold;
}
.sidebar.left .widget.product_short_description {
	width:auto;
}




