/* CSS Document */
#productList {
	margin-bottom:20px;
	overflow:auto;
}
#productList h1 {
	font-size:20px;
	color:#060;
	padding:5px;
}
#productList .description {
	font-size:11px;
}
#products {
	width:708px;
	border-left:1px solid #DDD;
	border-top:1px solid #DDD;
	overflow:auto;
	
}
#products .productBox {
	width:164px;
	height:290px;
	float:left;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:6px;
}
#products .productBox .image {
	text-align:center;
	height:170px;
	width:140px;
	overflow:hidden;
	margin:0 auto;
}
#products .productBox .name {
	font-size:12px;
	height:30px;
	margin-top:5px;
	overflow:hidden;
}
#products .productBox .name a {
	text-decoration:none;
	color:#333;
}
#products .productBox .sale {
	font-size:14px;
	height:30px;
	margin-top:5px;
	overflow:hidden;
	font-weight:bold;
}
#products .productBox .list a {
color:#003333;
text-decoration:line-through;

}
#products .productBox .sale a {
	text-decoration:none;
	color:#FF0000;
}
#productList .productSorter { 
 	width:707px;
	background:url(../images/th-bg.gif) repeat-x;
	height:22px;
	text-align:right;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	padding-top:6px;
}
#productList .productSorter ul {
	display:inline;
	text-align: right;
}
#productList .productSorter li {
	list-style:none;
	display:inline;
	padding:0 10px;
	text-align:right;
}
#productList .productSorter a {
	color:#666;
}

.paginator {
	font-size:11px;
 	width:695px;
	background:url(../images/th-bg.gif) repeat-x;
	height:28px;
	text-align:right;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:0 6px;
}
.paginator a {
	color:#009900;
}
.paginator .productsShown {
	float:left;
	width:auto;
	padding-top:8px;
}
.paginator .pages {
 	float:left;
	width:auto;
	margin-left:100px;
	padding-top:8px;
}
.paginator .dropDown {
	float:right;
	width:auto;
	padding-top:4px;
}
.paginator .dropDown .selection{
	vertical-align:middle;
}
