﻿.productList {width: 99%;}

html>body .productList 
{
	width: 100%;
	margin: 7px 0px;
}
.priceView{margin-bottom:20px;margin-top:20px;}
.productList li{margin: 10px 0px}
.productList div.content p{font-size:90%;color:Gray;}
.productList div.itemFooter{clear:left;width:100%}

.productList
{
	border: 1px solid #999900;
	background-color:#f3d363;
	float:left;
}

#productView{padding:10px;}


.productList div.content a
{
	font-family:Lucida Grande,Tahoma,Arial,sans-serif;
	font-weight:normal;
	font-size:13pt;
	margin:0px 0px 10px 0px;
	color:#b52;
	text-decoration:none;
	}

.productList div.content a:hover{text-decoration:underline;}

.productList .authorsInPrdList{
	font-size: 85%;
	color: Gray;
}


.productList div.img img
{
	max-width:85px;
	max-height:120px;
	margin: 5px 5px 9px 5px;
    height: expression( this.scrollHeight > 119 ? "120px" : "auto" ); /* sets max-height for IE */	
}
	/*background: white url(/Images/ImageShadow/shad_bottom.png) repeat-x bottom left;*/

.sortingBox
{
	float:left;
	margin-top: 10px;
	font-size:90%;
}

.productList .prdTitle
{
	margin: 0px 0px 15px;
}


/* ProductView Grid */
.pvGrid .productContent{padding:10px 10px 10px 8px;}
.pvGrid .grdTopPrdBg{display:none;}
.pvGrid .productItem .subInfo{display:none;}
.productList .pvGrid div.img{text-align:center; height:134px;}


.productList .pvGrid div.content .prdShrtDescr{	display: none;}

.productList .pvGrid .productItem
{
	background: #faee96 url(/images/gridView_prdBackground_bottom180.png) no-repeat scroll left bottom;
	padding: 0;
	width: 180px;
	float: left;
	position: relative;
	margin: 0 2px 4px 0;
	height:350px;
	
	 /* text-align: center;
	width: 160px;
	height: 275px;
	float: left;
	position: relative;
	border-bottom: 1px solid #fec;
	background: url(/Images/gvPrdItem.gif) no-repeat scroll 0%;
	padding: 10px 5px 5px;
	margin: 5px 5px 0px; */
}


.pvGrid hr
{
	display: none;
}

.productList .pvGrid .grdTopPrdBg
{
	height: 11px;
	background-image: url(/images/gridView_prdBackground_top180.png);
}

.productList .pvGrid .productItem .price
{
	text-align:center;
	width:180px;
	position: absolute;
	bottom: 2px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}


.productList .pvGrid div.content a
{
	font-size: 120%;
	border: none;
	display: block;
	height: 61px;
	overflow: hidden;
}

.productList .pvGrid div.content
{
	padding: 0;
}

.productList .pvGrid .authorsInPrdList{
	display: block;
	height: 27px;
	overflow: hidden;
}

.productList .pvGrid div.plAdv
{
	display:none;
}

.productList .pvGrid ul{list-style-type:none;margin:0;padding:0;}
.productList .pvGrid ul .propName
{
	float: left;
	width: 60px;
	text-align: right;
	margin: 0 10px 0 0;
	font-size: 7pt;
	clear: left;
	color: #c55c60;
}
.productList .pvGrid ul .propVals {}

.productList .pvGrid li{margin: 0 0 5px 0px;clear:right;max-height:45px;}
.productList .pvGrid .prdTitle{	display:none;}

.productList .pvGrid .ellipsis { overflow: hidden; text-overflow: ellipsis;  -o-text-overflow: ellipsis;
}


/* === ProductView Grid */



/* ProductView Text */
.productList .pvText div.content{margin: 0px 100px 0px 0px}

.productList .pvText div.img
{
	display:none;
}
.productList .pvText div.price
{
	float:right;
	width:150px;
	margin-left:-150px;
	text-align:right;
}

.productList .pvText ul{list-style-type:none;margin:0;padding:0;}
.productList .pvText ul .propName
{
	float: left;
	width: 90px;
	text-align: right;
	margin: 0 10px 0 0;
	color: #c55c60;
	font-size:7pt;
}
.productList .pvText ul .propVals {margin-left:95;}

/* === ProductView Text */


/* ProductView List */

.productItem
{
	background: url(/images/bg_ProdRightItem2.png) top right no-repeat;
	height:auto;
	border-left:1px solid #E4E4E4;
	margin-bottom:2px;
	}
.productContent
{
	padding:10px 10px 10px 15px;
}
	
.productItem .subInfo
{
	background:transparent url(/images/bg_ProdBottomLinks2.png) no-repeat scroll right bottom;
	height:27px;
}
	
.productList .pvList div.content{margin: 0px 100px 0px 120px}

.productList .pvList div.img{float:left;width:100px;}

.productList .pvList div.price
{
	float:right;
	width:150px;
	margin-left:-150px;
	text-align:right;
	
}

.boldPrice
{
	color:#CC3232;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
}

.productList .pvList ul{list-style-type:none;margin:0;padding:0;}
.productList .pvList ul .propName
{
	float: left;
	width: 90px;
	text-align: right;
	margin: 0 10px 0 0;
	color: #c55c60;
	font-size:7pt;
}
.productList .pvList ul .propVals {margin-left:95;}

.productList li{margin: 0 0 0px 70px;max-height:45px;font-size:8pt;}
/* === ProductView List */