body {
	margin: 0px;
	}
#main {
	width:742px;
	margin-left:auto;
	margin-right:auto;
	padding: 15px;
	background: #fff;
	}
body, td, th, .normalFont {
	font: normal 12px Arial, sans-serif;
	color: #555;
	}
table {
	background: #fff;
	}
a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
table {
	border-spacing: 0;
	}
td {
	vertical-align: top;
	padding: 0;
	}
th {
	text-align: left;
	font-weight: bold;
	background-color: #DDD;
	}
img {
	border-width: 0;
	}
h1 {
	font-size: 22px;
	margin: 3;
	}
h2 {
	font-size: 14pt;
	padding: 2px 4px;
/*	border-top: 2px dotted #D1570a;*/
	border-bottom: 1px solid #D1570a;
	color: #da670a;
	margin-top: 15px;
	}
span.map_text {
	font-weight: bold;
	font-size: 13px;
	}

/* BARS */

table.bar_right, table.bar_left {
	margin-bottom: 3;
	}
table.bar_right a, table.bar_left a, #CUR_PAGE {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	padding: 0 6;
	}
table.bar_right a:hover, table.bar_left a:hover, #CUR_PAGE {
	background-color: #A1663A;
	text-decoration: none;
	}
table.bar_left td, table.bar_right td {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	}

/***********************
* IDS
***********************/

table#basket .cur_price {
	font-size: 12px;
	}
table#favorites {
	text-align: center;
	}
table#mission td {
	font-size: 12px;
	text-align: justify;
	padding: 2 10 2 10;
	}
table#mission h1 {
	margin-bottom: 6;
	font: bold 14px Arial, sans-serif;
	border-bottom: 1px dashed #555;
	padding-bottom: 3;
	}
table#purchase {
	border-spacing: 1px;
 }
table#purchase h1 {
	text-align: left;
	font-size: 17px;
	margin: 10 0 5 0;
	border-bottom: 2px dotted #555;
 }
table#purchase td, table#purchase th {
	padding: 1 3 1 3px;
 }

/***********************
* FRAMES
***********************/

td.thumb, td.thumb td {
	text-align: center;
	background: #fff;
 }
td.thumb h1 {
	font-size: 16px;
	margin: 0;
 }
td.item_basket h1 {
	font-size: 15px;
	margin: 0;
 }
td.item_basket .cur_price {
	border-top: 2px dotted #CCC;
 }
td.footer_basket {
	padding: 5 0 5 0;
 }
td.frame {
	text-align: center;
	vertical-align: middle;
 }

/***********************
* SPANS
***********************/

span.cur_price {
	color: #59488C;
	font: bold 17px Arial, sans-serif;
	}
span.prev_price {
	color: #990000;
	font: normal 13px Arial, sans-serif;
	text-decoration: line-through;
	}

/***********************
* ERRORS
***********************/

.error, .error td {
	color: #DD0000;
	}
div.error, div.ok {
	font-size: 11pt;
	}
.ok {
	color: #008800;
 }
div.info {
	border: 1px solid #CDA710;
	padding: 2 5 2 5;
	margin-bottom: 10;
	background-color: #FDFAEE;
 }
div.error {
/*	border: 1px solid #DD0000;*/
	padding: 2 5 2 5;
	margin-bottom: 10;
	background-color: #FFEEEE;
 }
div.ok {
	border: 1px solid #008800;
	padding: 2 5 2 5;
	margin-bottom: 10;
	background-color: #EEFFEE;
 }
.error input, .error textarea {
	border: 1px solid #DD0000;
 }

/***********************
* USER INPUT
***********************/

.input_long {
	width: 300;
 }
textarea {
	padding: 2;
 }
.disabled, .disabled label {
	color: #aaa;
 }

/***********************
* BASKET
***********************/

.basketCell {
	white-space: nowrap;
	vertical-align: middle;
	padding: 10px;
	}
.basketSubtotals td {
	font-size: 13pt;
	}
.basketSubtotals .tax {
	font-size: 11pt;
	color: #888;
	}
.basketSubtotals .total {
	font-size: 15pt;
	padding-top: 15px;
	}
.basketSubtotals .left {
	text-align: left;
	}
.basketSubtotals .right {
	text-align: right;
	}
