@charset "UTF-8";
/* CSS Document */
#rightcolumn {
	height:auto !important;
}
#rightcolumn .product_wdgt{
	margin:5px 0 0 5px;
	width:365px;
	min-height:125px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #666;
	background-color: #fff;
	background-image: url(/images/prod_wdgt_bg.gif);
	background-position: left bottom;
}

#rightcolumn .product_wdgt_img_wrap{
	height:125px;
float:left;
width:91px;
border-right:1px solid #77c234;
background-color:#fff;
}

#rightcolumn .product_wdgt_det{
	width:260px;
	float:left;
	clear:right;
	margin-left:10px;
}
#rightcolumn .product_wdgt_det h2.product_wdgt_title{
	color:#222222;
float:left;
font-size:12px;
font-weight:bold;
margin:2px 0 5px;
width:98%;
	
}
	
#rightcolumn .product_wdgt_det div.product_wdgt_desc{
	color:#999999;
float:left;
font-size:11px;
margin-bottom:2px;
height:60px;
overflow:hidden;
width:98%;

	}
	#rightcolumn .truncate_less, #rightcolumn .truncate_more{
		bckground-color:transparent;
	}
#rightcolumn ul.product_wdgt_priceNav{
float:right;
margin:0;
padding:0;
width:270px;
display:inline;
	
}
#rightcolumn ul.product_wdgt_priceNav li{
	display:inline;
	height:21px;
	margin:0 0 3px 0;
	padding:0;
	float:left;
	}
	
	#rightcolumn .product_wdgt .price{
		color:#06C;
		font-size:12px;
		margin: 0 10px 0 0;
		width:115px;
		text-align:right;
		padding:5px 0 0 0;
	}
	#rightcolumn .product_wdgt .buy_btn{
		float:right;
		margin: 0 5px 0 0;
		border:1px solid #222;
	}
	#rightcolumn .product_wdgt .det_btn{
		border:1px solid #222;
	
		float:left;
	}
	#rightcolumn .product_wdgt span.finePrint{
		color:#222;
		font-size:9px;
		margin: 0;
	}
	#rightcolumn .product_wdgt a img{
		border:none;
	}
	#rightcolumn .product_wdgt a, #rightcolumn .product_wdgt a:visited{
		color:#06C;
	}
	#rightcolumn .product_wdgt img.zoomView {
	margin:5px 0 0 2px;
}