.product {
	float: left;
	width: 750px;
	font-size: 1.0em;
	border-bottom: 1px solid #84A2AD;
	background: #E3ECF5;
	padding: 2px;
	margin-bottom: 2px;
	padding-bottom: 10px;
}

.product-cp {
	float: left;
	width: 670px;
	font-size: 1.0em;
	border-bottom: 1px solid #84A2AD;
	padding: 2px;
	margin-bottom: 2px;
	padding-bottom: 10px;
}

.product img {
	border: 0px;
}

.rrp {
	text-decoration: line-through;
	color: #B6B6B6;
}
.prodimage {
	float: left;
	width: 210px;
	padding: 4px;
}

.prodimage img {
	border: 2px solid #D7DDDE;
}

.proddetails {
	float: left;
	margin-right: 5px;
	margin-top: 20px;
	width: 265px;
}

.proddetails h4 {
	font-size: 1.4em;
}

.proddetails h4 a {
	color: #295175;
	text-decoration: none;
}

.proddetails h4 a:hover {
	text-decoration: underline;
}


.prodpricedetails {
	padding-left: 7px;
	font-size: 1.1em;
	margin-top: 20px;
	font-weight: bold;
	float: left;
	width: 230px;
}
.prodmore {
	float: left;
	margin-top: 20px;
}

.prodmore {
	width: 185px;
	text-align: center;
	border: 1px solid #295175;
	background-color: #badafa;
	color: #295175;
	height: 1.4em;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
}

.prodmore a {
	color: #295175;
	text-decoration: none;
}

.prodmore a:hover {
	color: #fff;
	text-decoration: underline;
}

.priceamount {
	width: 185px;
	text-align: center;
	border: 1px solid #295175;
	background-color: #fff;
	color: #295175;
	height: 1.4em;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
}


/* main details */
#productdetail {
	width: 700px;
	font-size: 1.0em;
	border-bottom: 1px solid #84A2AD;
	background: #fff;
	padding: 2px;
}

#productdetail h1 {
	width: 98%;
}

#productdetail h4 {
	width: 98%;
	background: #D7DDDE;
	color: #000000;
	padding: 5px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#productdetail p {
	
}

.imageborder {
	border: 2px solid #D7DDDE;
}

.detailimage {
	float: right;
	width: 420px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
}

.detailimage img {
 border: 0px;
}


.detailprices {
	clear: both;
	width: 650px;
	margin-bottom: 15px;
}

.pricestext {
	line-height: 23px;
	padding-top: 7px;
}

.optionheader {
	margin-top: 10px;
	clear: both;
}

.optionimage {
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.fullpricetext {
	width: 155px;
	text-align: center;
	border: 1px solid #295175;
	background-color: #fff;
	color: #9D2727;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
}

.selectboxes {
	font-size: 0.9em;
}

.selectlabels {
	float: left;
	width: 100px;
}

.detaildelivery {
	width: 150px;
	float: right;
	text-align: left;
	margin-top: -12px;
}

.detaildelivery p {
	line-height: 20px;
}

.detailheader h1 {
	font-size: 1.3em;
	font-weight: bold;
}

.detaildescription {
	margin-top: 14px;
	width: 250px;
}

.detaildescription h4 {
	width: 98%;
	background: #D7DDDE;
	color: #000000;
	padding: 5px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.detaildescription p, ul, li {
	font-size: 1.1em;
}

.detaildescription ul {
	margin-left: 20px;
}

/* Basket Styling */

/* additional div styling */

#baskettable {
	width: 650px;
	padding: 4px;
	font-size: 1.1em;
}


#baskettable {
  border-collapse: collapse;
  border: 1px solid #666;
}

caption {
  font-size: 1.3em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#ItemCol {
  border: none;
}

thead {
  background-color: #295175;
  color: #fff;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  height: 40px;
}

th {
  font-weight: normal;
  text-align: left;
}

#baskettable th, td {
  padding: 0.1em 1em;
}

#baskettable input.submit {
	font-size: 1.0em;
}

#baskettable .rowbg {
	background-color: #fff;
}

#baskettable .rowbg_odd {
	background-color: #BADAFA;
}

#PriceCol {
	width: 100px;
}

#QtyCol {
	width: 110px;
}

.basketright {
	text-align:right;
}

/* Additional Subcategory styling results */

.subcat {
	width: 400px;
	clear: both;
	border: 1px solid #1a3f64;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.subcat_desc {
	padding: 4px;
}

.subcat h3 {
	background-color: #BADAFA;
	padding: 4px;
}

.subcat h3 a {
	color: #1A3F64;
	text-decoration: none;
}

.subcat_image {
	float: right;
	width: 120px;
	overflow: hidden;
}

.subcat h3 a:hover {
	text-decoration: underline;
}