
body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	color: #000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:62.5%;
}

input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 111.1%;
}

#wrap {
	width:950px;
	margin:0 auto;
    border:2px solid #5252B2;
    border-top:0;
    font-size:1.2em;
    margin-bottom:30px;
}

#header img {
	display: block;
}

#mainbar {
	float: left;
	width: 100%;
	background: #ffffff url('/images/left_col_bg.jpg') repeat-y 0 0;
	color: #000000;
}

#left_col {
    float:left;
    width:172px;
    min-height:520px;
    background-color: #5252b2;
    color:#ffffff;
}
#left_col img {
	display: block;
	width: 172px;
}

#content {
	float: right;
	width: 754px;
    min-height: 500px;
    padding: 12px 12px 0 0;
}
#content .container {
	clear: left;
	float: left;
	width: 100%;
}
#content .container img.right {
	float: right;
}
#content .container img.leftt {
	float: left;
}
#content .container img.centre,
#content .container img.block {
	display: block;
}
#content .container img.centre {
	margin: 0 auto;
}
#content .textcentre {
	text-align: center;
}
#content .textright {
	text-align: right;
}
#content .textjustify {
	text-align: justify;
}

#content .msg {
	margin: 0 0 1.2em;
	padding: 5px;
	background-color: #d3d3f9;
	color: #000000;
	border: 1px solid #5252b2;
}
#content form.standard {
	float: right;
	margin: 0 0 0 1.2em;
}
#content form.standard th {
	text-align: left;
}
#content .required {
	background-color: #ffffff;
	color: #cc0000;
}

#formproductlist {
	clear: left;
	float: left;
	width: 100%;
}

#gallerylist {
	clear: left;
	float: left;
	width: 100%;
}
#gallerylist .row {
	clear: left;
	float: left;
	width: 100%;
	border-bottom: 10px solid #ffffff;
}
#gallerylist .item {
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
}
#gallerylist .first {
	margin: 0;
}
#gallerylist img {
	display: block;
	margin: 0 auto;
}


#basketlist{
	/*list-style:none;
	padding:0;
	*/
}
#basketlist li{
	padding:3px;
}
#basketlist li.currentorder{
	font-weight:bold;
}
#basketlist li span.variablevalue{
	
}
#basketlist li span.datetime{
	display:none;
}
#basketlist li span.productcount{
	margin:0 0 0 0.5em;
}
#basketlist li a.cancelorder{
	margin:0 0 0 0.5em;
	font-weight:normal;
}
li.important,p.important{
	font-weight:bold;
	color:#ff0000;
}

#form_order_for_select {
	clear: left;
	float: left;
	width: 100%;
}
#form_order_for_select label {
	display: block;
	margin: 0 0 0.4em;
}
#form_order_for_select select {
	display: block;
	width: 100%;
}

#basket_page_titles {
	float: left;
	width: 100%;
	margin: 0 0 0.67em;
	font-size: 200%;
	font-weight: bold;
}
#basket_page_titles .basket_step {
	float: left;
	margin: 0 1em 0 0;
	background-color: #ffffff;
	color: #c0c0c0;
}
#basket_page_titles .current_page {
	background-color: #ffffff;
	color: #000000;
}
#basket_default {
	margin: 0 0 1.2em;
}

#footer {
    padding:10px;
    margin-left:-2px;
    margin-right:-2px;
    clear:both;
    background-color:#5252B2;
    color:#FFF;
}

ul#left_nav {
    margin:0;
    padding:0;
    margin-top:30px;
    border-bottom:1px solid #FFF;
}

ul#left_nav li {
    list-style-type:none;
    border-top:1px solid #FFF;
}

ul#left_nav li a {
    display:block;
    padding:10px 5px;
    color:#FFF;
    text-decoration:none;
    font-size:1.2em;
}

ul#left_nav li a:hover {
    text-decoration:underline;
}

#footer_nav {
    float:right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_nav a {
    color: #ffffff;
}
#footer_nav li {
	float: left;
}

#account_panel {
    float:right;
    padding:5px;
    margin-top:-12px;
    margin-right:-12px;
    background-color:#D3D3F9;
    border:1px solid #5252B2;
    border-top:0;
    border-right:0;
}

#consolidated_orders_table {
    border-collapse:collapse;
    width:100%;
}

#consolidated_orders_table tr {
    
}

#consolidated_orders_table tr th {
    text-align:left;
    border-bottom:1px solid silver;
    padding:3px;
}

#consolidated_orders_table tr td {
    padding:3px;
}

.consolidated_head {
    border-bottom: 1px solid silver;
}

.checkout_table {
    border-collapse:collapse;
    width:100%;
}

.checkout_table tr th {
    border-bottom:1px solid silver;
    text-align:left;
}

.checkout_table tr th, .checkout_table tr td {
    padding:3px;
}

ul#account_menu {
    
}

ul#account_menu li {
    padding:3px;   
}

#basket {
    border-collapse:collapse;
    width:100%;
}

#basket tr th {
    border-bottom:1px solid silver;
    padding:3px;
    text-align:left;
}

#basket tr td {
    padding:3px;
}

#order_form_table,
#basket_default table {
    border-collapse:collapse;
    width:100%;
    margin-top:10px;
}

#order_form_table tr th,
#basket_default table tr th {
    border-bottom:1px solid silver;
    padding:3px;
    text-align:left;
}

#basket_default table tr.totals th {
	border: 0;
}

#order_form_table tr td,
#basket_default table tr td {
    padding:3px;
}

#basket_default table tr td textarea{
	width:20em;
	height:6em;
}

.customer_details {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 1.2em;
}
.customer_details table {
	margin: 0 0 1.2em;	
}
.customer_details th {
	width:160px;
	text-align:left;
	vertical-align:top;
}

#order_form_image {
    float:right;
}

#account_messages {
    padding:5px;
    border:1px solid #5252B2;
    background-color:#D3D3F9;
}



#email_update {
    padding:5px;
    border:1px solid #5252B2;
    background-color:#D3D3F9;
}
table.webwiz_table td {
	text-align:left;
	padding:5px;
}
table.webwiz_table th {
	text-align:left;
	padding:5px;
}
table.webwiz_table td.alignright {
	text-align: right;
}
table.webwiz_table th.alignright {
	text-align: right;
}



#order_form_table table.orderdetailstable{
	width:50%;
	margin:0 0 0 2em;
	font-size:80%;
}
#order_form_table table.orderdetailstable tr{
	height:12px;
}
#order_form_table table.orderdetailstable tr td{
	padding:0px;
}

tr.even input,tr.odd input{
	width:40px;
}
tr.even input.button,tr.odd input.button{
	width:auto;
}
#orderpages a {
	margin: 0 3px 0 3px;
}
#orderpages {
	padding: 5px 0 5px 0;
	margin: 0 auto;
	width: 100%;
	float: left;
	text-align: center;
}
a.whitelink {
    color: #ffffff;
}
