* {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #FFFFFF;
}

body {
	margin: 0px;
	text-align : center;
	background-color : #7f7f7f;
}

img {
	border: 0px;
	margin : 0px;
}

td {
	vertical-align: top;
}

td.logos {
	background-color: #000000;
}

td.content {
	background-color: #7F7F7F;
	background-image : url('gfx/back_content.jpg');
	background-repeat : repeat-y;
	padding : 0px 70px 20px 65px;
}

td.searchform {
	background-color: #525252;
	background-image : url('gfx/back_searchform.jpg');
	background-repeat : repeat-y;
	text-align : right;
	padding : 25px;
	background-position : right;
}

td.searchleft {
	padding-top : 8px;
	text-align : right;
}

td.searchright {
	text-align: right;
}

.input,option {
	color: #000000;
}

td.product {
	padding-top : 5px;
	padding-bottom : 10px;
	border-bottom: 1px dotted #FFFFFF;
}

td.orderform {
	background-color: #686868;
	background-image : url('gfx/back_orderform.jpg');
	background-repeat : repeat-y;
	text-align : left;
	padding : 25px;
	background-position : left;
}

td.orderleft {
	padding-top : 8px;
	text-align : left;
}

td.orderright {
	text-align: left;
}

td.cartheader, td.blockheader {
	background-color: #ff991d;
	font-weight : bold;
	padding : 2px;
	padding-right : 10px;
}

td.cartrow {
	padding : 2px;
	padding-right : 10px;
	border-bottom : 1px solid Silver;
}

td.carttotal {
	padding : 2px;
	padding-right : 10px;
	padding-top : 10px;
	font-weight : bold;
}

td.block {
	padding: 5px;
	border : 1px solid silver;
}

td.blockcontent {
	border : 1px solid Silver;
}

td.formleft {
	padding-right: 20px;
	padding-top : 8px;
}

td.formright {
	padding-top: 5px;
}

td.tableleft {
	padding: 2px 15px 2px 0px;
}

td.tableright {
	padding: 2px;
	background-color : #777777;
	padding-right : 15px;
}

.input,.input_small {
	color: #000000;
	padding-left : 2px;
	width : 250px;
}

.input_small {
	width: 125px;
}

h2 {
	font-size: 12pt;
	font-weight : bold;
}

span.error {
	color: #ff0000;
	font-weight : bold;
}

td.shadowleft {
	background-image: url('gfx/back_left.jpg');
	background-position : right;
	background-repeat : repeat-y;
}

.link {

}

.link:hover {
	color : #ff991d;
}

div.menuleft {
	color: #dbdbdb;
}

.button {
	color: #000000;
}

.txtheader {
	font-weight: bold;
	font-style : italic;
	font-size : 10pt;
}

.price {
	color: #FF991D;
	font-size: 16pt;
	font-style: italic;
 }