﻿
.productBlock{
	margin: 5px 3px 10px 3px;
	float: left; 
	width:620px;
	padding:5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	border-color:#333;
	border:1px solid #B9BABE;
	background-color:#fafafa;
}
.productBlock .title{
	display:block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:16px;
	font-weight:bold;
}
.productBlock .title a{
	text-decoration:none;	
	color:#000;
}
.productBlock .title a:hover{
	text-decoration:underline;	
}

.productBlock .imgHolder{
	border:1px solid #B9BABE;
	padding:3px;
	background-color:#fff;
	float:left;
	text-align:center;
	width:250px;
}
.productBlock a img{
	border:none;
}
.productBlock a{
color:#666;
text-decoration:none;
line-height:25px;
}
.productBlock a:hover{
color:#000;
}

.productBlock .info
{
	width:200px;
	margin:auto;
	text-align:center;
}
.productBlock .info .col1
{
	font-weight:bold;		
	text-align:right;
}
.productBlock .desc
{
	float:left;
	width:350px;	
}
.productBlock p
{
	margin:10px;
}
.productBlock .info p
{
	background:url('../images/buttonRight.gif') no-repeat right top;
	padding-right:8px;
	float:left;
}
.productBlock .info p a{
	display:block;
	background:url('../images/buttonLeft.gif') no-repeat left top;
	color:#fff;
	font-weight:bold;
	padding-left:8px;
	height:25px;
	line-height:25px;
}

.filterList ul
{
list-style-type:none;	
margin:5px auto;
padding:3px;
}
.filterList ul li p
{
	display:block;
	margin:12px 0px 0px 0px;
	padding:0;
	color:#456B8A;
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid #456B8A;
}
.filterList ul ul
{
	margin:3px 3px 3px 10px;
	padding:0;
	list-style-type:none;	
}
.filterList ul ul li
{
	margin:3px 0px;
}

.paginationLinks
{
	padding:10px;	
}
.paginationLinks .left
{
	float:left;	
}
.paginationLinks .right
{
	float:right;	
}
.yui-overlay 
{
	position:absolute;
	background:#F6F6F6; 
	border:1px solid #B9BABE;
}
.allFilterResults{
    width:170px;
    height:250px;
    overflow:auto;
    list-style-type:none;
    margin:0;
    padding:7px;
    border:2px solid #456B8A;
}