body {
	overflow-y: scroll;
	font-family: Arial;
	background: #6b6b6b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #707070;
}

.button {
	background: #FCFBF7;
    width: 100px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    color: #6b6b6b;
}

a.button {
    color: #6b6b6b;
	text-decoration: none;
}

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

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: #6b6b6b;
}

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

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

.oneColFixCtr #container {
	width: 767px; /* 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: #FBFBFB;
}

.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;
}

table td {
	vertical-align:top;
}

table h1 {
	font-size:4em;
	margin:0;
	padding:0;
}

.normalTable{
	margin: 0px 0px 1px 0px;
	padding: 0;
	background: #ffffff;
	display: block;
}

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

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

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

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

.colourPic a {
	color: #707070;
}

.itemInfo {
	margin-left: 50px;
    padding-right: 40px;
    text-align: justify;
	font-size: 0.8em;
    font-family: Arial;
    font-weight: normal;
    font-style: italic;
}

.itemName {
	color: #707070;
	background-color: inherit;
	font-size: 0.8em;
    font-family: Arial;
    font-weight: normal;
    font-style: italic;
}

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

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

.cart {
	background-color: #ffffff;
	color: #707070;
}

#cart {
}

#cartTable {
	border: 1px solid #999999;
	margin: 20px 60px 20px 60px;
	background: #666666;
	color: #E5E5E5;
}

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

#cartTable th {
	padding: 5px;
}

#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-family: Arial;
	font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
}

.shipOptions{
	font-family: Arial;
	font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
}

.grandTotal{
	font-family: Arial;
	font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
}


/* Form elements */

select.large {
	width: 100px;
	margin-top: 0px;
	margin-bottom: 3px;
}

input{
	border:1px solid #E5E5E5;
}

._radio{
	background: #C9CACC;
	margin-top: 0px;
	margin-right: 5px;
	border: 1px solid #E5E5E5;
}

.ddLabel{
	font-family: Arial;
	margin-right: 15px;
	float: left;	
	color: #707070;
	background-color: inherit;
	font-size: 0.8em;
}

select.qtySelect {
	width: 36px;
	margin-top:0px;
	margin-bottom:3px;
}

.itemButton {
	margin-bottom: 3px;
}


/* Collapsible panels */

.CollapsiblePanel {
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	
}

.firstCollapsiblePanel {
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	
}

.CollapsiblePanelTab {
	font-size: 1.2em;
    font-family: Garamond;
	font-weight: bold;
	font-style: normal;
	line-height:63px;
	background: #FCFBF7;
	margin: 0px;
	color: #6b6b6b;
	padding:5px 45px 5px 50px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

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

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background: #FCFBF7;
}

.CollapsiblePanelTabHover{
	background: #FCFBF7;
	color: #6b6b6b;
}

.CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background: #FCFBF7;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	
}


/* Sub collapsible panels */

.SubCollapsiblePanel {
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	
}

.SubCollapsiblePanelTab {
	font-size: 1.0em;
    font-family: Arial;
	font-weight: normal;
	font-style: normal;
	background: #ffffff;
	margin: 0px;
	color: #707070;    
	line-height: 54px;
	padding: 0px 45px 0px 50px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.SubCollapsiblePanelContent {
	margin: 0px 0px 0px px;
	padding: 0px 0px;
	background: #ffffff;
}

.SubCollapsiblePanelTab a {
	color: #707070;
	text-decoration: none;
}

.SubCollapsiblePanelOpen .SubCollapsiblePanelTab {
	background: #ffffff;
}

.SubCollapsiblePanelTabHover{
	background: #ffffff;
	color: #707070;
}

.SubCollapsiblePanelOpen .SubCollapsiblePanelTabHover {
	background: #ffffff;
}

.SubCollapsiblePanelFocused .SubCollapsiblePanelTab {
	
}