@import url(/cms.css);
body {
	background-color: #ffffff;
	margin: 0;

}

.pd_normal {
	font-family: Verdana;
	color: #000000;
	font-size:10pt;
	vertical-align:top;
}


.pd_thead, th {
	color: #FFFFFF;
	border-style: solid;
	border-width: 0;
	font-weight: normal;
	background-color: #808EA7;
	font-family:Verdana;
	font-size:10pt;
	text-align: left;
	padding: 0 4px;
}


label, .pd_normal_blue {
	font-family: Verdana;
	color: #808EA7;
	font-size:10pt;
}

/* Styles for admin import table */
#imports, #imports td {
	font-family: Verdana;
	color: #808EA7;
	font-size:10pt;
	font-weight: normal;
	border: 1px #808EA7 solid;
	white-space: nowrap;
	border-collapse: collapse;
}

#imports th {
	font-family: Verdana;
	color: #ffffff;
	background: #808EA7;
	font-size:10pt;
	font-weight: bold;
	white-space: nowrap;
 	border-collapse: collapse;
}

/* Style for missing fields */
.field_error {
	font-family: Verdana;
	color: #DF1360;
	font-size:10pt;
	font-weight: bold;
}

a {
	font-family: Verdana;
	font-size:10pt;
	color: #0000CC
}


.currency td {
	font-size: 10pt;
	font-family: Verdana;
	text-align: center;
	color: #DF1360;
	text-decoration: none;
}

.currency td a {
	color: #0000cc;
	font-size: 10pt;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
}


a:link.currsym, a:visited.currsym,a:active.currsym,#selcur {
	font-size:14pt;
}

/* The odd pinky coloured heading for delivery, in the middle of the checkout page */
.pd_verypink {
	color: #DF1360;
	font-family: Verdana;
	font-size:10pt;
	vertical-align:top;
	font-weight: bold;
	border: 1px #DF1360 solid;
}

/* Styles for indicating compulsory fields */
.compulsory {
	color: #DF1360;	
	visibility: visible;
	font-weight:normal;
}
.optional {
	visibility: hidden;
	color: #DF1360;	
	font-weight:normal;
}

/* Suggestions */
div.suggestions {
	font-family: Verdana;
	color: #df1360;
	margin: 0;
	font-size: 8pt;
	font-weight: bold;
}
table.noresults div.suggestions {
	margin: 1em 0;	
}
div.suggestions a {
	font-style: italic;
}

/* Checkout Table */
#checkoutTable {
	border-collapse: collapse;
	border: 0;
	width: 960px;
	padding: 2px;
}

/* Delivery stuff */
#deliveryCountryEdit, #shippingSpeedEdit, #deliveryCancelLink {
	display: none;	
}
tr.delivery {
	display: none;
}

/* More admin stuff */
div.admin {
	width: 960px;
	border: 1px #808ea7	solid;
	color: #808EA7;
	font-size:10pt;
	font-family: Verdana;
	margin: 0 auto;
	text-align: left;
}
div.admin div.navigation {
	background-color: #808ea7;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 3px;
}
div.admin div.navigation a {
	font-weight: normal;
	color: #ffffff;
}
div.admin div.content {
	padding: 3px;
}
div.admin table {
	border: 1px #808ea7 solid;
	border-collapse: collapse;
	margin: 1em auto;
}
div.admin table th {
	font-weight: bold;
	padding: 4px;
	vertical-align: top;
}
div.admin table th em {
	font-weight: normal;
	display: block;	
}
div.admin table td {
	padding: 4px;
	vertical-align: top;
}
div.admin input.textbox {
	color: #808EA7;
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #808EA7;
	width: 780px;
}
div.admin input.button {
	font-size: 8pt;
	font-family: Verdana	
}
div.admin textarea {
	width: 780px;
	height: 480px;
	font-family: Verdana;
/*	border: 1px solid #808EA7;*/
	font-size: 8pt;	
}

#main {
	width: 960px;	
}

/* Reset XINHA styles */
div.admin table.htmlarea, div.admin table.htmlarea table {
	border: 0;
}
div.admin table.htmlarea td {
	padding: 0;
}
