@CHARSET "ISO-8859-1";

#content > div {
	margin: 15px;
}
div#header {
		margin: 0px;
		padding: 0px;
		
}

div#filters {
	border: 0px;
	background: url('/images/filterresults6.gif') no-repeat;
	width: 765px;
	height: 30px; 
	padding: 0px 0px 3px 12px;
	float: left; 
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}

div#filters select {
	margin-right: 10px;
	border: 1px solid #999;
	width: 110px;
	font-size: 8pt;

}

div#filters select option.title {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

div#filters input {
	border: 0px;
	background: url('/images/filter_btn.gif') no-repeat;
	background-color: #cc0000;
	width: 56px; 
	height: 23px;
	margin: 2px; 
	font: 8pt arial black, geneva, helvetica;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
}

div#filters select { 
	background-color: #f7ec92;
}

div#filters select:hover, div#filters select:focus, div#filters input:hover, div#filters input:focus {
	border-bottom: 1px solid #000;
}

table#products {
	margin: 10px 15px 0px 15px;
	border-spacing: 0px;
}

table#products td {
	border: 1px solid #fff;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	vertical-align: top;
	padding: 5px 10px 20px 10px;
	cursor: pointer;
	width: 180px;
}

table#products td:hover {
	background: #ccc;
	border: 1px solid #999;
}

table#products div.cart {
	padding-top: 10px;
	text-align: right;
}

table#products td div {
	clear: both;
}

table#products td div.image {
	text-align: center;
	min-height: 105px;
	height: auto !important;
	height: 105px;
}

table#products td div.details {
	min-height: 55px;
	height: auto !important;
	height: 55px;
}

div.listprice, div.sellprice {
	text-align: right;
}

div.sellprice {
	font-weight: bold;
	color: #ff0000;
}

span.value {
	float: right;
}

span.title {
	float: left;
}

.popup {
	display: none;
}

#popupbox {
	background: #fff;
	border: 1px dotted #000;
	width: 932px;
	margin: 0px auto;
	color: #000;
	padding: 10px;
	text-align: left;
}

#popupbox .imgcont {
	padding: 0px 25px 0px 0px;
	margin-bottom: 25px;
	border-right: 1px solid #6e6e6e;
	float: left;
}

.popup_cart {
	float: right;
	padding: 25px 0px 25px 0px;
}

.popup_cart .add {
	margin-top: 10px;
}

#popupbox .close {
	margin-bottom: 10px;
}

.info_row {
	padding-top: 15px;
	clear: both;
}

.popup_cart .value{
	width: 140px;
}

.popup_cart .value .quantity {
	margin: 0px;
	float: none;
}

.popup_cart .add {
	float: right;
}

.popup_details {
	clear: both;
}

.clear_cart {
	clear: both;
	height: 35px;
	float: right;
}

.clear_cart input {
	float: right;
	margin-left: 10px;
}

#popupbox h1 {
	background: url(/images/titlebar.gif) repeat-x ;
	width:920px;
	height: 28px;
	color: #333333;
	font: bold 12pt arial black, tahoma, verdana, arial;
	margin: 4px 0px 4px 0px;
	padding: 3px 0px 3px 20px;
	text-transform: uppercase;
	letter-spacing: -1px;

}

div.title{
	float: left;
	width: 100px;
	font-weight: bold;
}

div.value{
	float: left;
	width: 640px;
}

.info_sellprice {
	color: #ff0000;
	font-weight: bold;
}

.images {
	padding-top: 1px;
}

#details {
	border: 1px solid #999;
	padding: 15px;
}

#details p {
	margin-top: 0px;
}

.pages {
	text-align: right;
	font-weight: bold;
}

.pages form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.pages input {
	border: 1px solid #999;
	margin-left: 1px;
	margin-right: 1px;
}

.pages input.number {
	width: 20px;
	padding: 0px;
}

.pages input:enabled:hover {
	border: 1px solid #000;
}

.pages input.selected {
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
}

span.shipdiscount { font-weight: bold; }