﻿.details strong
{
	font-weight: bold;
	padding-right: 5px;
}

.stock
{
	border: 1px solid #BDBEC1;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
	line-height: 24px;
}

.stock img
{
	border-left: 1px solid #BDBEC1;
	width: 24px;
	height: 24px;
}

.product-item
{
	border-bottom: 2px solid #BDBEC1;
	margin-bottom: 20px;
}

.product-item .right
{
	position: relative;
}

.product-item.child
{
	font-size: 90%;
}

.product-item.child .left p
{
	text-align: center;
}

.product-item.horizontal .right, .product-item.vertical .right
{
	min-height: 250px;
}

.product-item.vertical .left, .product-item.child .left
{
	width: 160px;
	float: left;
}
.product-item.vertical .right, .product-item.child .right
{
	margin-left: 170px;
}
.product-item .left .image
{
	max-height: 150px;
}

.product-item .details
{
	margin-bottom: 15px;
}
.product-item.horizontal .details
{
	margin-right: 170px;
}
.product-item .details div
{
	margin-bottom: 3px;
}

.product-item .links
{
	float: right;
	width: 160px;
	font-size: 85%;
}
.product-item .links a
{
	display: block;
	padding-left: 10px;
	text-decoration: none;
	margin-bottom: 10px;
}
.product-item .links a:hover
{
	text-decoration: underline;
}

.product-item .links a .link-arrow
{
	font-weight: bold;
	color: #BE1E2D;
	padding-right: 4px;
	float: left;
}

.product-item .exc-vat
{
	font-size: 140%;
	color: #BE1E2D;
}
.product-item .inc-vat
{
	color: #283991;
}

.product-item a.button
{
	text-transform: uppercase;
}

.product-item .info
{
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
}

.product-item .more
{
	margin-top: 15px;
	margin-bottom: 10px;
}

.dialog
{
	font-size: 90%;
}

.collection-depots td
{
	border-bottom: 1px solid #BE1E2D;
	padding-right: 10px;
}

.delivery-options td
{
	padding-right: 10px;
}

.domains
{
	width: 498px;   /* Needed for IE7 otherwise the images will all be in one stretched row. */
}

.domains img
{
	vertical-align: middle;
	margin: 6px;
}

.search
{
	background: #F6CCCC;
	border: 1px solid #FF3333;
}

.search table
{
	width: 100%;
}

.search h3
{
	font-size: 100%;
	margin: 0;
	padding: 0.5em;
}

.search .model, .search .spec
{
	background: #F89B9B url('Images/FadingPinkBar.png') repeat-y top left;
}
.search .model td, .search .spec td
{
	padding: 2px 0;
}

.search .heading
{
	width: 10%;
	font-weight: bold;
}
.search .spec .heading
{
	vertical-align: top;
}
.search .heading span
{
	padding: 2px 4px;
}

.search .dropdown
{
	/*width: 50%;*/
}

.search select
{
	width: 100%;
}

.search td.icon
{
	width: 1%;
	padding: 0 5px;
}

.search td div
{
	height: 4px;
}


.product-item.horizontal .right > h2
{
	margin-right: 170px;
}
