﻿/*Product Browser Generic*/
.product-browser {position:relative; padding:0; margin:0;}
.product-browser-bottom {clear:both; height:8px; padding:0; margin:0; border-left:solid 1px #ccc; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc;  display:none;}
.product-browser-title {height:40px; background-image:url(/sites/1000/images/website_images/v2/heading-background-tile.gif); background-repeat:repeat;  background-color:#c3c1c1;}
.product-browser-title h1.heading {float:left; font-size:20px; font-weight:normal; color:#1a1a1a; margin: 6px 0 0 10px; padding:0;}
.product-browser-title .displayType {float:right; width:165px; margin: 11px 10px 0 0; color:#1a1a1a; font-size:11px; font-weight:bold;}
.product-browser-title .displayType div {float:left; margin:0 0 0 11px;}
.product-browser-title .displayType div.title{margin-top:1px;}
.product-browser-title .displayType a {color:#fff; font-weight:normal;}
.product-browser-navigation, .product-browser-navigation-bottom { font-family: verdana, arial, helvetica; padding:5px 10px 5px 10px; margin-bottom:0px; margin-top:0px; }
.product-browser-navigation-bottom { background-color:#fff;padding:0; border-left:0px; border-right:0px;}
.product-browser-navigation .label {float:left; font-size:11px; color:#1A1A1A; margin-top:2px;}
.product-browser-navigation .ddlItems {float:left; font-size:11px; margin-right:4px; width:60px;}
.product-browser-navigation .ddlSort {float:left; font-size:11px;margin-right:4px; width:120px;}
.product-browser-navigation  .paging, .product-browser-navigation-bottom .paging {float:right; font-size:11px; margin-top:2px;}
.product-browser-navigation  .paging a, .product-browser-navigation-bottom .paging a {text-decoration:none;}

/*product browser list*/
.product-browser-list {margin:0px; padding:15px 0px 10px 0px;}
.product-browser-list .product-browser-item {border-bottom:solid 1px #eee; margin:0 12px 10px 12px; padding: 0 0 5px 0;}
.product-browser-list .product-image {float:left; width:90px; position:relative;}
.product-browser-list .product-image .on-special-image {width:50px; height:45px;}
.product-browser-list .product-image img.product-image {width:80px; height:80px; border:solid 1px #eee; display:block;}
.product-browser-list .product-details {float:left; width:550px;}
.product-browser-list .product-details h2 {padding:0; margin:0 0 5px 0; font-size:11px; }
.product-browser-list .product-details h2 a { text-decoration:none;}
.product-browser-list .product-details h2 a:hover { text-decoration:underline;}
.product-browser-list .product-details p {padding:0;margin:0 0 5px 0;}
.product-browser-list .product-info {font-family: Verdana, Arial, helvetica; }
.product-browser-list .product-info-price {float:left; font-weight: bold; line-height:20px; font-size:20px; color:#912C2C; margin-right:10px;}
.product-browser-list .product-info-RRP {float:left; font-weight: bold; line-height:15px; text-decoration:line-through; font-size:13px; color:#000; margin-right:10px;}
.product-browser-list .product-info-buynow{float:left;}
.product-browser-list .clear-product-browser {clear:both; line-height:10px; height:10px;}
