@charset "utf-8";
/* CSS Document */

			#product_widget{
	position: relative;
	background-color: #eee;
	border: 1px solid #ccc;
	width:778px;
	height:95px;
	z-index:10;
	left:0px;
	top: 0px;
	margin-top:12px;
	margin-bottom:12px;
	cursor: pointer;
	float:left;

			}
			.widget_container{
	text-align: left;
	position: relative;
	font-family: "Calibri", "Arial", "Sans Serif";
	font-size: 20px;
	color: #323f67;
	z-index:2;
	font-weight: bold;
			}
			.widget_left{
	width: 132px;
	float: left;
	z-index:3;
	margin-left: 20px;
	margin-right: 20px;
			}

			.widget_image{
				width: 132px;
				height: 70px;
				margin-top: 12px;
				margin-bottom: 12px;
				margin-right: 0px;
				margin-left: 0px;
				z-index:4;
			}
			.widget_link {
	font-family: "verdana", "arial", "sans serif";
	font-weight: bold;
	font-size: 11px;
	color: #e44600;
	text-decoration: none;
			}

			.widget_right{
				padding-top: 20px;
				z-index:3;
			}
			.widget_right a:link { 
				color: #e44600;
				text-decoration: none;
			}
			.widget_right a:visited { 
				color: #e44600;
				text-decoration: none;
			}
			.widget_right a:hover { 
				color: #e44600;
				text-decoration: underline;
			}
			.widget_right a:active { 
				color: #e44600;
				text-decoration: none;
			}
			.widget_fade_top{
				position: absolute;
				top: 0;
				left: 0;
				z-index:5;
				width: 164px;
				height: 11px;
				background-image:url('../images/fade_top.png');
			}
			.widget_fade_bottom{
				position: absolute;
				bottom: 0;
				left: 0;
				z-index:5;
				width: 164px;
				height: 11px;
				background-image:url('../images/fade_bottom.png');
			}
