
.button {
	background: #66267c;
    width: 150px;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    color: #fff;
}

a.button {
    color: #fff;
	font-family: Arial;
    font-size: 0.7em;
	text-decoration: none;
    padding-left: 10px;
}

.cartButton {
	background: #66267c;
    width: 150px;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    padding-right: 5px;
    color: #fff;
}

a.cartButton {
    color: #fff;
	font-family: Arial;
    font-size: 0.7em;
	text-decoration: none;
    padding-left: 10px;
}

#header{
	padding: 10px;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	color: #9F9F9F;
	background: #cef5ff;
}

input.disabled{
	color: #999999;
	border: 1px solid #F8F8F8;
	background-color: #F8F8F8;
}

input.required{
	border: 1px solid #999999;
	background-color: #EB154D;
	color: #ffffff;
}

div.required{
	border: 1px solid #999999;
	background-color: #EB154D;
	color: #ffffff;
}

select.required{
	border: 1px solid #999999;
	background-color: #EB154D;
	color: #ffffff;
}

input.readonly{
	font-family: Georgia, Vernada; 
	font-size: 1em; 
	color: #999999;
	border: 1px solid #F8F8F8;
	background-color: #F8F8F8;
}

input.name{
	font-family: Georgia, Vernada; 
	font-size: 1em; 
	color: #999999;
	border: 1px solid #999999;
}

#footer{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 0.6em;
	text-align: center;
	color: #9F9F9F;
	background: #cef5ff;
}

#footer a{
	text-decoration:none;
    color: #ffffff;
	/*color:#a3a3a3;*/
  	background-color: inherit;
}

#footer a:hover{
	text-decoration:none;
	color:#a3a3a3;
	background-color: inherit;
}

.oneColFixCtr #container {
	width: 900px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F8F8F8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #66267c;
}

.oneColFixCtr #textContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E5E5E5;
}

div.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

.normalTable{
	margin: 0px;
	padding: 0px;
}

.normalTable h1 {
	color: #a3a3a3;
	margin: 0px;
	padding: 0px;
	background:#EEEEEE;
}

.normalImg {
	border: 0px;
	margin-left: 0px;
	float:left;
}

.borderLeft {
	border-left: 1px #ebebeb solid;
}

.colourPic {
	text-align: right;
	margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
	font-size: 1em;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    background: #ebebeb}

.colourPic a {
	color: #a3a3a3;
}

.itemInfo {
	margin-left: 20px;
    text-align: justify;
	font-size: 1em;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
}

.itemName {
	background-color: inherit;
	color: #000;
	font-size: 0.8em;
    font-family: Arial;
	font-weight: bold;
}

.itemPrice {
	color: #000;
	font-size: 0.8em;
	background-color: inherit;
    font-family: Arial;
	font-weight: bold;
}

/* Shopping Cart */
.boldText {
	font: bolder 0.8em Arial, Helvetica, sans-serif;
}

.cart {
	background-color: #66267c;
	color: #fff;
}

#cartTable {
	background-color: #66267c;
	margin: 20px 60px 20px 60px;
}

#cartTable thead {
	color: #000;
	font: bolder 0.8em Arial, Helvetica, sans-serif;
	text-align: center;
}

#cartTable th {
	padding: 0px;
}

#cartTable td {
	vertical-align: top;
	padding: 5px;
}

.cartItem {
	width: auto;
	color: #575757;
	font-weight: bold;
	background: #e7e7e8;
	height: 75px;
	margin-top: 5px;
}

.removeItem {
	margin-top: 10px;
}

.shipLabel{
	font: bolder 0.8em Arial, Helvetica, sans-serif;
    color: #000;
}

.shipOptions{
	font: bolder 0.8em Arial, Helvetica, sans-serif;
}

.grandTotal{
	font: bolder 0.8em Arial, Helvetica, sans-serif;
}


/* Form elements */

select.large {
	width: 150px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0;
	font-size: 0.8em;
    background: #66267c;
	color: #fff;
    border: 1px solid #66267c;
}

select.cart {
	width: 150px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0;
	font-size: 0.8em;
    background: #cf006d;
	color: #fff;
    border: 1px solid #cf006d;
}

select.qtySelect {
	width: 74px;
	margin-top:0px;
	margin-bottom:3px;
	padding: 0;
	font-size:0.8em;
    background: #66267c;
	color: #fff;
    border: 1px solid #66267c;
}

select.cartQty {
	width: 74px;
	margin-top:0px;
	margin-bottom:3px;
	padding: 0;
	font-size:0.8em;
    background: #cf006d;
	color: #fff;
    border: 1px solid #cf006d;
}

input{
	border:1px solid #E5E5E5;
}

._radio{
	margin-top: 0px;
	margin-right: 5px;
    border: 1px solid #66267c;
}

.ddLabel{
	font-family: Arial;
    font-weight: bold;
	margin-right: 15px;
	float: left;	
	color: #000;
	font-size: 0.7em;
    background-color: inherit;
}

.itemButton {
	margin-bottom: 3px;
}