﻿/* =Product Displays
-----------------------------------------------------------------------------*/
#featuredproducts {
	clear: both;
	font: 1.1em/1.6 Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0 10px;
}
#featuredproducts h2 {
	font: normal 1.6em/1.6em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
	color: #000;
	text-transform: none;	

}

.featureddetails {
	height: 215px;
}



.outerbox {
	float: left;
	position: relative;
	margin: 0px 55px 15px 0px;
	width: 220px;
	min-height: 200px;
	border-bottom: 1px dashed #999999

}
.outerbox img {
	border: 0;
}
.outerbox .smallimage {
	overflow: hidden;
	text-align: left;
	padding: 4px;
}
.outerbox .smallimage img {
	border: solid 1px #717171;
}
.outerbox {
	font-size: 1.0em;
}

.outerbox .desc a{
	margin: 3px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	float:left;
	clear: left;
	color: #002f60;
	text-decoration: none;
}
.outerbox .desc a:hover{
	color: #000;
	text-decoration: underline;
}
.outerbox .cat{
	margin: 0 0 0px 0;
	padding: 0px;
	float:left;
	clear: both;
	color: #000;
	text-decoration:none;
	line-height: 18px;
}
.outerbox .cat a{
	margin: 0px;
	padding: 0px;
	float:left;
	clear: both;
	color: #000;
	text-decoration:none;
	font-size: 0.9em;
}
.outerbox .price {
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #B20909;
	font-weight: bold;
	font-size: 1.0em;
	width: 200px;
	margin-bottom: 10px;
}
.outerbox .ourprice {
	color: #000;

}

.outerbox .buttons {
	clear: both;
}

.outerbox .buy a{
	margin: 0px;
	padding: 0 2px;
	float:left;
	background-color: #e03288;
	color: #fff;
	text-decoration:none;
}

.outerbox .buy a:hover{
	background-color: #0b2d5d;
}

.specification {
	width: 150px;
	float: right;
	margin-right: 40px;
	font-size: 0.9em;
	margin-top: 40px;
}

#productdetails {
	clear: both;
	margin-top: -30px;
	background-color: #F5F5F5;
	border: 4px ridge #0052B5;
	padding: 10px;
}

#productdetails h1 {
	margin: 0;
}

.rrp {
	font-weight: bold;
	color: #ff0000;
	text-decoration: line-through;	
}

#detailimage {
	width: 150px;
	margin: 5px 10px 10px 0px;
	float: left;
	padding: 10px;
}

#detailimage p {
	color: #0b2d5d;
}
#featuretext {
	margin-top: 20px;
}


#detailimage .enlarge {
	padding-right: 13px;
}
#detaildesc {
	clear: both;
	font: 1.0em/1.6 Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}
#detaildesc h2 {
	font: 1.3em/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #F39241;
	border-top: dashed 1px #0b2d5d;
	border-bottom: dashed 1px #0b2d5d;
	padding: 2px 10px;
}
#detailprint {
	clear: both;
	float: right;
	font-size: 1.2em;
	padding: 0px 12px 0px 0px;
	margin: 10px 0px;
}
#detailprint a {
	color: #fff;
	padding: 5px;
	background-color: #06172C;
}
#detailprint a:hover {
	background-color: #B2BAC4;
	color: #000;
}
.price{
	margin: 0;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #720C26;
	text-align: center;
}

/* General Styling For Shop Elements */

#subnavsect h2 {
	padding: 3px;
}

#subnavsect ul {
	list-style: none;
	margin-top: 10px;
	margin-left: -40px;
	margin-top: 0px;
}

.cat-thumb {
	width: 275px;
	text-align: center;
	float: left;
	border-bottom: 1px dashed #000;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.cat-thumb-image {
	border: 0;
}

.cat-thumb-desc {
	clear: both;
	border-top: 1px dashed #000;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	background-color: #295175;
	color: #fff;
}

/* Basket Table Details */

/* =Tables
-----------------------------------------------------------------------------*/

#baskettable {
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
	font-size: 0.9em;
}
#baskettable td {
	margin: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #000;
}
#baskettable th {
	background-color: #25496C;
	color: #fff;
	font-weight: bold;
}
#baskettable td.subheadings {
	font-weight: bold;
}
#baskettable td.right {
	text-align: right;
}

#baskettable .quantity {
	font-size: 0.9em;
	width: 20px;
}

#baskettable .submit {
	font-size: 0.9em;
	width: 55px;
} 
