/********************************
 * Customisation
 ********************************/
.customisationForm {
	width: 400px;
	border: 1px solid #e0c6e2;
	background-color: #fdf5fb;
	padding: 10px;
}

/********************************
 * Basket
 ********************************/
.basket {
	border-collapse: collapse;
	width:800px;
	margin:0 auto 0 auto;
}

.basket td {
	padding: 10px;
	border: 1px solid #ccc;
}

.basket th {
	padding: 10px;
	background-color: #A46794;
	color: #fff ;
}

.basket .total {
	text-align: right;
	font-weight: bold;
}

.basket .noborder {
	border: none;	
}

/********************************
 *  Category
 ********************************/
.productListHeading {
	font-size: 19px;
	background: #946187;
	color: #fff;
	padding: 7px 5px 7px 10px;
	margin-bottom: 10px
}

.categoryHeading {
	font-size: 19px;
	background: #946187;
	color: #fff;
	padding: 7px 5px 7px 10px;
	margin-bottom: 10px
}

.category {
	float: left;
	border: 1px solid #e0c6e2;
	background-color: #fdf5fb;
	padding: 10px;
	margin: 10px 5px 0 5px;
	font: normal 13px "Times", serif;
}

.category img {
	padding: 5px;
	border: 1px solid #d0b4c9;
}

.category h1 {
	font-size: 17px;
	text-align: center;
}

.categoryContainer {
	width: 625px;
	margin: 0 auto 0 auto;
}

.box {
	border: 1px solid #e0c6e2;
	background-color: #fdf5fb;
	width: 170px;
	height: 170px;
	margin-bottom: 10px;
}

/********************************
 * Checkout
 ********************************/
.customerDetails {
	border: 1px solid #D195C6;
	background-color: #F7EEF5;
	width: 390px;
	padding: 10px;
}

.customerDetails table td {
	padding: 5px;
}

.customerDetails input {
	border: 1px solid #ccc;
}

.payment {
	background: #D6E0B3;
	border: 1px solid #909F59;
	padding: 2px 15px 2px 15px;
	margin: 0 0 0 20px;
	font-size: 15px;
}

.continue {
	float: left;
}

.next {
	float: right;
	margin-left: 10px;
}

.previous {
	float: right;
}

/******************************
 * Product
 ******************************/
.product {

	border: 1px solid #e0c6e2;
	background-color: #fdf5fb;
	color: #694c62;
	margin: 0 0 10px 0;
}

.product img {
	border: 1px solid #BC93B1;
	padding: 5px;
}

.product h1 {
	color: #694c62;
	font-size: 22px;
	margin: 5px 0 15px 0;
}

.product .summary {
	line-height: 200px;
}

.product input {
	border: 1px solid #BC93B1;
	background: #E2D0DD;
	padding: 3px 5px 3px 5px;
	_padding: 0;
	color: #533d4d;
}

.price {
	font-size: larger;
}

.salePrice {
	color: #d60c9f;
}

.oldPrice {
	text-decoration: line-through;
}

.product .price {
	margin-right: 20px;
}

/************************************
 * Product details
 ***********************************/
.productdetails {
	border: 1px solid #e0c6e2;
	background-color: #fdf5fb;
	color: #694c62;
	text-align: left;
	margin: 0 auto 20px auto;
	width: 930px;
}

.productdetails table {
	line-height: 20px;
}

.productdetails .productimg {
	border: 1px solid #BC93B1;
	padding: 5px;
	margin: 0 0 10px 0;
	background: #fff;
}

.productdetails .dropdown {
	width: 200px;
}

.productdetails .textbox {
	border: 1px solid #e0c6e2;
	width: 370px;
	height: 200px;
	margin-top: 20px;
}

.productdetails .inputbox {
	border: 1px solid #D195C6;
	width: 45px;
	margin-left: 5px;
}

.productdetails .button {
	background: #E2D0DD;
	margin-left: 10px;
	color: #533d4d;
}

/************************************
 * Related Product
 ***********************************/
.relatedProduct {
	float: left;
	text-align: center;
	border: 1px solid #BC93B1;
	background-color: #fdf5fb;
	padding: 5px 5px 0 5px;
	margin: 0 10px 20px 0;
}

/*********************************
	Orders
**********************************/
.orderList a {
	text-decoration: underline;
}

.orderList th {
	padding: 10px;
	background: #946187;
	color: #FFF;
}

.orderList td {
	padding: 10px;
	border: 1px solid #ccc;
}

/*********************************
	Call To Actions
**********************************/
.cta {
	border: 1px solid #DFC1D8;
	margin-bottom: 10px;
	background:#FEF4FC;
}

.cta .content {
	padding: 5px 11px 10px 11px
}

.callToAction {

}

.callToAction td {
	text-align: center;
	line-height: 1.5em;
}

.callToAction h1 {
	background: #E2D0DE;
	margin: 0 0 10px 0;
	font-size: 16px;
	padding: 5px 0 5px 0;
	color: #694c62
}