.product {
	float: left;
	width: 95%;
	margin-left: 10px;
	font-size: 1.2em;
	border-bottom: 1px solid #B98010;
	background: #FAFAFA;
	padding: 2px;
}

.product:hover {
	background: #E4D3B0;
}

.product p {
	font-size: 1.2em;
	font-weight: normal;
}

.product img {
	border: 0px;
}

.rrp {
	text-decoration: line-through;
	color: #B6B6B6;
}
.proddetails h4 {
	font-size: 1.4em;
	margin: 0 10px 0 0;
}

.proddetails h4 a {
	text-decoration: none;
	color: #000;
}

.proddetails h4 a:hover {
	text-decoration: underline;
	color: #B98010;
}
.proddetails p {
	margin: 0px;
	padding: 0px;
}
.prodimage {
	float: left;
	padding: 4px;
	width: 170px;
}
.product p {
	margin-left: 0px;
}
.prodimage img {
	border: solid 1px #999;
	padding: 4px;
	background: #fff;
}
.proddetails {
	float: left;
	margin-right: 5px;
	margin-left: 15px;
	margin-top: 10px;
	width: 400px;
}
.prodpricedetails {
	padding-left: 7px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	width: 130px;
	margin-top: 20px;
	margin-left: 20px;
}

.buttons {
	clear: both;
	margin-left: 180px;
}
.prodmore {
	width: 40px;
	float: left;
	margin-top: 20px;
}


/* main details */

#productdetail {
	width: 95%;
}

#productdetailleft {
	float: left;
	width: 260px;
	margin-right: 10px;
}
#productdetailright {
	float: left;
	width: 500px;
}
#productdetail {
	font-size: 1.2em;
	border-bottom: 1px solid #B98010;
	background: #fafafa;
	padding: 6px;
	margin: 40px 20px 20px 0;
}


#productdetail p {
	font-size: 1.1em;
}

.detailimage {
	float: left;
	text-align: left;
	width: 270px;
}

.detailimage img {
 border: solid 1px #ccc;
}

.detailimage img:hover {
 border: solid 1px #000;
}

.imageborder {
	border: 2px solid #000;
}

.detailheader {
	margin-top: 0px;
}

.detailprices {
 color: #000;
 font-size: 1.2em;
}

.detailheader h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #B98010;
}



.detaildescription h4 {
	width: 98%;
	background: #D7DDDE;
	color: #000000;
	padding: 5px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.addbutton form {
	margin-top: -10px;
}

/* Category listing from day-spa-treatments.php */

.categorylist {
	width: 330px;
	float: left;
	margin: 4px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #B98010;
}

.categorylist h1 {
	background: #F4E9D3;
	text-align: left;
	font-size: 1.7em;
	font-weight: bold;
	padding: 3px;
	padding-top: 6px;
	margin-top: 10px;
	color: #000;
	border: 1px solid #B98010;
}

.categorylist h1 a {
	text-decoration: none;
	color: #000;
}

.categorylist h1 a:hover {
	text-decoration: underline;
	color: #000;
}

.categorylist p {
	font-size: 1.5em;
}

.categoryimage {
	text-align: center;
	padding: 10px;
	float: left;
	height: 160px;
	margin-top: -5px;
}

.categoryimage img {
	border: 2px solid #D7DDDE;
}

.categorylist li {
 	font-size: 1.0em;
	margin-left: 15px;
	list-style: none;
}

.categorylist p {
 	font-size: 1.3em;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
}

.categorymore {
	padding: 8px;
	height: 20px;
	clear: both;
	float: right;
	margin-top: 0px;
}

.categorymore img { 
	border: none;
}

.categoryprice {
	color: #4E6168;
	font-size: 1.2em;
	float: right;
	margin-right: 25px;
	margin-top: 17px;
}

.categoryprice_box {
	color: #4E6168;
	font-size: 1.2em;
	margin-top: 25px;
}

.categorycontent {
	height: 80px;
}


/* Short Basket Details */

#shopbasket {
	width: 370px;
	float: right;
	font-size: 0.8em;
	margin-top: -35px;
	text-align: right;
}

#shopbasket p {
	margin-right: 15px;
}

#shopbasket a {
	color: #000;
	text-decoration: none;
}

#shopbasket a:hover {
	color: #B98010;
	text-decoration: underline;
}


/* Breadcrumbs */

#breadcrumbs {
	color: #909090;
	font-size: 1.0em;
	border-bottom: 1px dashed #909090;
	margin-top: 10px;
	padding-bottom: 5px;
}

#breadcrumbs a {
	color: #909090;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #909090;
	text-decoration: underline;
}

#breadcrumbs .current-step {
	font-weight: bold;
	color: #B98010;
}

/* Main Basket Styles */

#baskettable {
	width: 675px;
	padding: 4px;
}


table {
  border-collapse: collapse;
  border: 1px solid #B98010;
}

caption {
  font-size: 1.4em;
  font-weight: bold;
  margin: 1em 0;
}

col {
  border-right: 1px solid #ccc;
}

col#ItemCol {
  border: none;
}

thead {
  background-color: #E4D3B0;
  border-top: 1px solid #B98010;
  border-bottom: 1px solid #B98010;
  height: 25px;
}

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: #F8F1E2;
}

#baskettable .rowbg_odd {
	background-color: #FDFDFE;
}

#PriceCol {
	width: 100px;
}

#QtyCol {
	width: 110px;
}

.basketright {
	text-align:right;
}


