﻿html>body .productList 
{
	width: 100%;
	margin: 20px 0px;
}
.productList li{margin: 10px 0px}
.productList div.content p{font-size:90%;color:Gray;}
.productList div.itemFooter{clear:left;width:100%}

.productList div.content a
{
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight:normal;
	letter-spacing:.005em;
	font-size:1.55em;
	margin:0px 0px 10px 0px;
	padding-bottom:.2em;
	border-bottom:1px solid #fec;
	color:#b52;
	}



.productList .authorsInPrdList{
	font-size: 85%;
	color: Gray;
}


.productList div.img img
{
	width:85px;
	border:none;  
	padding: 5px 5px 9px 5px;
	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 */
.productList .pvGrid div.img
{
	width:150px; text-align:center;
	margin-left: 24px;
}


.productList .pvGrid div.content .prdShrtDescr
{
	display: none;
}

.productList .pvGrid .productItem
{
	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 .productItem .price
{
	position: absolute;
	bottom: 2px;
	float: left;
	width: 150px;
	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
{
	width: 150px;
}

.productList .pvGrid .authorsInPrdList{
	display: block;
	height: 27px;
	overflow: hidden;
}

.productList .pvGrid div.plAdv
{
	display:none;
}

/* === 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;
	
}
/* === ProductView Text */


/* ProductView List */
.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;
	
}
/* === ProductView List */