/* CSS Document */

ul {
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
}

ul.productInfoBox {
display:block;
width:590px !important;
}

ul.productInfoBox li { list-style-type:none; }

li.productInfoItem {
	background-image:url(../images/layout/promo_box_whole_body.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	margin:5px 0px 5px 0px;
	padding:0pt;
	width:295px;	
}

.productInfoTop {
	padding: 7px 15px 10px 10px;
}

.productInfoName {
	font-size:12px;
	font-weight:bold;
	background:transparent url(../images/layout/line2.gif) repeat-x scroll left bottom;
	width:100%;
	height:37px;	
	overflow: hidden;
	vertical-align:middle;
}

.productInfoName a:link,
.productInfoName a:active,
.productInfoName a:visited,
.productInfoName a:hover {
	text-decoration: none;
	color: #72706F	;
}

.productInfoBoxLeft {
	width:165px;
	margin:0;
	border:0;
	height:170px;

}

.productInfoBoxRight {
	font-size:11px;
	width:120px;
	margin:0;
	float:right;
	overflow:hidden;	
	padding:10px 0 10px 0;
	border:0;
}

.productInfoBoxLogo {
	font-size:11px;
	height:60px;
	padding:0px 0px 0px 15px;
}

.productInfoBoxDescription{
	font-size:11px;
	color: #72706F;
	padding:0px 0px 0px 15px;
	overflow:auto;
	height:100px; 
}



.productInfoBottom {
	background-position:left bottom;
	background-repeat:no-repeat;
	width:295px;
	height:30px;
	padding-left:20px;
	sdisplay:inline;
	sfloat:left;
	clear:both;
}
.productInfoBottom h3 {color: #FF9933 }
.productInfoBottom h3 {font-size:16px;}

.pNormal {
	background-image:url(../images/layout/promo_box_bottom_normal.gif);
}
.pNews {
	background-image:url(../images/layout/promo_box_bottom_news.gif);
}
.pPromo {
	background-image:url(../images/layout/promo_box_bottom_promo.gif);
}
.pReco {
	background-image:url(../images/layout/promo_box_bottom_recommend.gif);
}