
div.productlist_wrap
{
	position: relative;
	border: none;
	width: 720px;
	height: 190px;
	overflow: hidden;
}
div.productlist_wrap div.productlist_item
{
	width: 70px;
	height: 185px;
	border-left: 9px solid #ffffff;
	border-right: 1px solid #ffffff;
	overflow: hidden;
	float: left;
}
div.pl_left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 190px;
	overflow: hidden;
	background-image: url('/Images/product-related-list-background-left-bar.gif');
}
div.pl_right
{
	position: absolute;
	top: 0;
	left: 690px; /* left => totalwidth - 30 */
	width: 30px;
	height: 190px;
	overflow: hidden;
	background-image: url('/Images/product-related-list-background-right-bar.gif');
}
div.pl_corner
{
	width: 30px;
	height: 15px;
	overflow: hidden;
	background-repeat: no-repeat;
}
div.pl_bar
{
	height: 160px; /* height => totalheight - 30 */
	background-repeat: repeat-y;
	overflow: hidden;
}
div.pl_content
{
	position: absolute;
	top: 0;
	left: 30px;
	width: 660px; /* width => totalwidth - 60 */
	height: 188px; /* height => totalheight - 2 */
	border-top: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;	
	overflow: hidden;
}
div.pl_left div.pl_left_top
{
	background-image: url('/Images/product-related-list-background-left-top.gif');
}
div.pl_left div.pl_left_bottom
{
	background-image: url('/Images/product-related-list-background-left-bottom.gif');
}
div.pl_right div.pl_right_top
{
	background-image: url('/Images/product-related-list-background-right-top.gif');
}
div.pl_right div.pl_right_bottom
{
	background-image: url('/Images/product-related-list-background-right-bottom.gif');
}
div.pl_bar a
{
	display: block;
	width: 30px;
	height: 160px; /* height => totalheight - 30 */
}
div.pl_bar a img
{
	margin-top: 65px; /* margin => (totalheight - 30) / 2 - 15 */
}
div.pl_img
{
	width: 70px;
	height: 130px;
	overflow: hidden;
	border-top: 2px solid white;
}
div.pl_text
{
	width: 70px;
	height: 38px;
	overflow: hidden;
}
div.productlist_wrap div.pl_content div.productlist_item div.pl_text h4
{
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	margin: 0;
	padding: 0;
	line-height: 12px;
}
div.productlist_wrap div.pl_content div.productlist_item div.pl_text h4.selected
{
	color: #cc0000;
}
div#pl_contentwrapper
{
	position: relative;
}
div#pl_content_proces
{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	width: 660px; /* width => totalwidth - 60 */
	height: 190px; /* height => totalheight - 30 */
	z-index: 1000;
	display: none;
}
div#pl_content_proces img#pl_preloader_img
{
	margin: 63px 0 0 298px; /* margin-top => (totalheight /2)-32, margin-left => (totalwidth /2)-32 */
}
div.productlist_paging
{
	border-top: 3px solid white;
	text-align: center;
}
div.productlist_paging a
{
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
div.productlist_paging a.selected
{
	color: #CC0000;
}
div.productlist_header h3
{
	font-size: 15px;
	font-weight: bold;
	color: #EB3338;
	margin: 0 0 3px 0;
	padding: 0;
}
div.productlist_header div
{
	float: right;
	font-size: 11px;
	color: #444444;
	border-right: 20px solid white;
}