﻿
div.product h1 b {
	color: #444444;
}

div.product div.details {
	width: 141px;
	float: left;
	margin: 0 20px 10px 0;
	background: #f2f2f2; /* url(../images/product_bg.gif) repeat-x left top;*/
	padding: 4px;
	border: solid 1px #c59595;
}

div.product input.buy {
	width: 141px;
	height: 33px;
	margin: 0;
	background: url(../images/button_buy.gif) no-repeat left top;
	border: none;
	overflow: hidden;
	padding-top: 33px;
	cursor: pointer;
	margin-top: 4px;
	font-size: 1px;
}

div.product div.offerDetails {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.product div.offerDetails p {
	margin: -4px 0 0 0;
	text-align: center;
	color: Red;
	font-weight: bold;
}

div.product input.buy:hover {
	background: url(../images/button_buy_hover.gif) no-repeat left top;
}

div.product div.details div.image {
	background-color: White;
	border: solid 1px #eacece;
	margin-bottom: 4px;
	text-align: center;
}

div.product div.details div.image img {
	display: block;
}

div.product div.details div.expandable {
	/*padding-bottom: 16px;*/
	text-align: left!important;
}

div.product div.details div.smallimage {
	padding-bottom: 16px;
}

div.product div.categories {
	clear: left;
	padding-top: 0!important;
}

div.product div.categories h3 {
	margin-top: 0;
}

div.product div.relatedProducts h3 {
	margin-top: 30px;
}

div.product div.categories li {
	padding-left: 2px;
	margin-left: 18px;
	font-size: 90%;
}

div.product div.relatedProducts div.mid div a {
	display: block;
	padding-right: 8px;
	text-align: center;
}

div.product div.relatedProducts div.mid div a + a{
	padding-top: 8px;
}

div.expandimage {
	position: absolute;
	z-index: 100;
	width: 102px;
	height: 22px;
	margin-left: 20px;
	margin-top: -12px;
	background: transparent url(../images/expandimage.png) no-repeat left top;
	_background: transparent url(../images/expandimage.gif) no-repeat left top;
	cursor: pointer;
}

div.product div.details div.smallimage div.expandimage {
	margin-top: 4px!important;
}

div.product div.details tr.price td {
	font-size: 110%;
	color: Black;
	font-weight: normal;
	padding: 6px 0;
	vertical-align: top;
}

div.product div.details tr.priceExVat td 
{
    font-size: 120%;
	color: Black;
	font-weight: bold;
	padding: 6px 0;
	vertical-align: top;
}

div.product div.details tr.price td small {	
	font-weight: normal;
	font-size: 80%;
}

div.product div.details tr.price td.offer {
	color: #ff0000;
	font-size: 140%;
}

div.product div.details tr.pricerrp td {
	font-size: 90%;
	font-weight: normal;
	color: #555555;
	padding: 0 0 4px 0;
}

div.product div.details tr.value td {
	font-size: 90%;
	color: #555555;
	padding: 0 0 4px 0;
}

div.product div.details tr.quantity td {
	padding: 4px 0 4px 0;
	color: #555555;
	font-size: 90%;
}

div.product div.details tr.quantity td select {
	width: 60px;
	color: #555555;
	font-size: 90%;
}

div.product div.details tr td + td {
	text-align: right;
}

div.product div.details td hr {
	height: 1px;
	color: #c59595;
	border: none;
	border-bottom: solid 1px #c59595;
}

div.largeProductImage {
	position: absolute;
	padding: 4px;
	background-color: #eeeeee;
	border: solid 1px red;
	z-index: 200;
}

div.largeProductImage img {
	border: solid 1px #eacece;
}

div.largeProductImage p {
	text-align: center;
	font-size: 80%;
	text-decoration: underline;
	cursor: pointer;
	margin: 0;
}

div.product div.description {
	margin-left: 170px;
}

div.product div.description div.section {
	float: none!important;
	width: auto!important;
	clear: none!important;
}

div.product div.description ul {
	margin-left: 0px;
}

img.headerImage {
	margin-top: -6px;
	margin-bottom: 6px;
}

div.catListing p {
	
}

div.catListing div.mid .text {
	display:block;
	margin-right: 6px;
	margin-left: 65px;
}

div.catListing div.mid .textni {
	display: block;
	text-align: center;
	margin-right: 6px;
}

div.catListing div.mid p {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 0;
}

div.catListing div.mid div img {
	float: left;
}

table.productListing {
	width: 509px;
	margin-bottom: 8px;
	border-bottom: solid 2px #888888;
}

table.productListing input {
	width: 46px;
	height: 24px;
	margin: 0;
	background: url(../images/button_buy_small.gif) no-repeat left top;
	border: none;
	overflow: hidden;
	line-height: 100px;
	cursor: pointer;
	margin-top: 0;
	padding-top: 24px;
	font-size: 1px;
}

table.productListing td.info {
	font-size: 80%;
	text-align: center;
	padding: 0 8px 0 4px;
}

table.productListing td.price {
	font-weight: bold;
	padding: 0 8px 0 4px;
}

table.productListing td.specialoffer {
	color: Red!important;
}

table.productListing input:hover {
	background: url(../images/button_buy_small_hover.gif) no-repeat left top;
}

div.wide table.productListing {
	width: 730px;
}

table.productListing th {
	background-color: #bfbfbe;
	color: White;
	text-align: left;
	padding: 2px 0;
}

table.productListing th.ascending, table.basketTable th.ascending {
	background: #bfbfbe url(../images/sort_asc.gif) no-repeat left 3px;
	padding-left: 15px;
}

table.productListing th.descending, table.basketTable th.descending {
	background: #bfbfbe url(../images/sort_desc.gif) no-repeat left 5px;
	padding-left: 15px;
}

table.productListing th a {
	color: White;
}

table.productListing td {
	padding: 4px 4px 4px 0;
	border-bottom: solid 1px #eeeeee;
}

table.productListing td.name a {
	color: #444444;
	text-decoration: none;
}

table.productListing td.name a strong {
	color: Red;
}

table.productListing td.name a:hover {
	text-decoration: underline;
}

table.productListing td.image {
	width: 50px;
	vertical-align: top;
}

table.productListing td.image img {
	width: 40px;
	height: 30px;
}

div.pageselector a.current {
	font-weight: bold;
	color: Black;
	padding: 0 3px;
}

div.pageselector a.disable {
	color: #bbbbbb;
}

img.thumbPopup {
	width: 82px;
	height: 62px;
	display: block;
	position: absolute;
	z-index: 600;
	border: solid 1px black;
}

span.headerlink {
	cursor: pointer;
	text-decoration: underline;
}

tr.discontinued td {
	text-align: center;
	letter-spacing: 1px;
	font-family: Courier New, Courier, Arial;
	font-style: italic;
	font-size: 110%;
	font-weight: bold;
}


div.specialOffers h2 
{
    background-color: Red;
    color: White;
    margin: 0 8px 8px 0;
    padding: 1px 4px;
}

div.specialOffers h3 
{
    padding: 0;
}

div.specialOffers div div div div 
{
    clear: both;
}

div.specialOffers a.image
{
    float: left;
    margin-right: 10px;
}

div.specialOffers div div div div a 
{
    color: Black!important;
}

div.specialOffers p.pricebox 
{
    float: right;
    padding: 2px 4px;
    margin: 0 8px 0 8px;
    text-align: right;
    width: 80px;
    color: Black;
}

div.specialOffers p.pricebox span 
{
    font-size: 150%;
    display: block;
    font-weight: bold;
    padding-bottom: 4px;
}

div.specialOffers div div div div 
{
    border-bottom: solid 1px #70c27a;
    width: 490px;
    clear: both;
    float: left;
}

div.specialOffers div div div div.last 
{
    border-bottom: none;
}