body {
	font: 1.2em verdana, arial, helvetica, sans-serif;
	color: #FFF;
	background-color: #EFEFE0;
/*	background-image: url("../images/background6.jpg");  */
	width: 800px;
	margin: 1%;
	
}


table.catalog_entry0 {
	border: 1px solid #000;
	background-color: #444;
	width: 100%;
	padding-bottom: 10px;
}
	table.catalog_entry0 td { 
		vertical-align: top;
	}
table.catalog_entry1 {
	border: 1px solid #000;
	background-color: #555;
	width: 100%;
	padding-bottom: 10px;	
}
	table.catalog_entry1 td { 
		vertical-align: top;
	}
	
	
td.product_image {
	padding: 5px;
}	
	img.img {
		border: 2px solid black;
	}
	
td.product_name {
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
	padding-right: 10%;
	border-bottom: 2px solid #FFF;
}

td.product_description {
	padding-right: 10%;
	padding-left: 2%;
}

table.subcatalog_entry {
	padding-top: 10px;
	margin-left: auto;
	margin-right: 100px;
	font-size: 0.9em;
}
	table.subcatalog_entry td {
		padding: 10px;
		border: 1px dotted #666;
	}

td.price_comment {
	text-align: right;
}

td.price_price {
	vertical-align: bottom;
}

td.price_type {
	vertical-align: bottom;
}

table.bigtable  {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
}

table.bigtable td {
	padding: 10px;
	border: 1px solid #ccc;
}

td.bigleft {
	
}

td.bigright {
	text-align: right;
}

div.summary {
	position: static;
	left: 30%;
	font: 1.3em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

td.pbright {
	text-align: right;
	font-size: 0.8em;
	padding-right: 10%;
}

table.pbprices {
	line-height: 200%;
}

table#index_main {
	position: relative;
	top: 20px;
	width: 500px;
	margin-left: 0;
	margin-right: auto;
}

td#main_logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
	border-bottom: 1px solid #444;
	background-image: url("../images/background7.jpg");
}

td#footer {
	position: relative;
	margin: 0px;
	width: 100%;
	background-color: #CCC;
	border-top: 1px solid #444;
	color: #444;
	padding: 5px;
	font-size: 0.7em;
	text-align: right;
}


table#main {
	position: relative;
	width: 100%;
	border: 1px solid #444;
	background-color: #333 ;
}

td.body {
	background-color: #000;
	padding: 2%;
}

td.cbody {
	background-color: #2d73b9;
	background-image: url("../images/cbodybg.jpg");
}

td#leftm {
	padding: 2%;
	width: 20%;
	background-color: #444;
	border-right: 1px solid #444;
	vertical-align: top;
}

table#categories td {
	vertical-align: top;
	padding: 1%;
}

a {
	color: #F1A629;
}

div#valid1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align:left;
}


div#valid1  span#valid {
	position: absolute;
	top: 2px;
	left: 2px;
}

div#valid1  span#validtext {
	position: absolute;
	top: 2px;
	right:  2px;
}

td.cbody > div.youarehere {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #00f;
	border-bottom: 1px solid white;	
}


div#orderform {
	text-align: right;
}