@CHARSET "ISO-8859-1";
div#filters{margin:10px;}
div#filters select,div#filters input,div.pages input{border:1px solid #999;font-size:8pt;margin-top:1px;margin-left:1px;}
div.pages{color:#333;font-size:11px;text-align:right;margin:10px;}
div.pages input{padding-left:1px;padding-right:1px;}
div.pages input.selected{font-weight:bold;}
div#filters select:hover,div#filters input:hover,div.pages input:hover{border:1px solid #555;}

/* product listing */
table#products {margin:0px 15px;border-spacing:0px;font-size:10pt;}
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:237px;}
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*/
div.popup{display:none;}
div#popupbox{background:#fff;border:1px dotted #000;width:772px;margin:0px auto;color:#000;padding:20px;}
div#popupbox div.imgcont{width:475px; padding: 0px 25px 0px 0px;margin-bottom:25px;border-right:1px solid #6e6e6e;float:left;}
div#popupbox table.popup_details{clear:both;}
div#popupbox table{font:11px Verdana, Arial, Sans Serif;}
div#popupbox table tr td{vertical-align:top;}
div#popupbox table.info{width:215px;float:right;}
div#popupbox table.info tr td{padding-bottom:10px;}
div#popupbox table tr td.title{font-weight:bold;}
div#popupbox table tr td.right{text-align:right;}
div#popupbox table.info tr.sellingprice td{font-weight:bold;color:#ff0000;}
div#popupbox h1{font-size:16pt;}
div#popupbox button.close{float:right;}
