@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}

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

img {
	border: 0px;
}

td {
	vertical-align: top;
	text-align: left;
}

td.content_right {
	background-image: url('gfx/back_right.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

div.content_left {
	padding: 20px;
	padding-right: 0px;
}

div.content_right {
	padding: 20px;
}

img.header {
	margin-bottom: 10px;
}

input.input,select.input {
	width: 250px;
}

a,.link {
	color: #d5701c;
}

td.submenu {
	padding-left: 48px;
	background-color: #ededed;
	background-image: url('gfx/back_submenu.jpg');
	background-position: right;
	background-repeat: repeat-y;
}

td.product_photo,td.product_desc,td.product_price {
	border: 1px solid #d5701c;
	padding: 10px;
}

td.product_photo {
	border-right: none;
}

td.product_desc {
	border-left: none;
	border-right: none;
}

td.product_price {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	border-left: none;
}

td.subcat {
	text-align: center;
	padding-bottom: 5px;
}

span.price {
	color: #d5701c;
	font-size: 12pt;
	font-weight: bold;
}

td.cart_header {
	padding: 5px;
	padding-right: 10px;
	background-color: #ededed;
	border-bottom: 1px solid #000000;
}

td.cart_row {
	padding: 2px;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ededed;
}

td.cart_total {
	font-weight: bold;
	padding: 10px;
	padding-left: 5px;
}

td.formleft {
	padding-top: 3px;
	padding-right: 15px;
}

td.left {
	padding-right: 10px;
}

td.footer {
	color: #666666;
	border-top: 1px solid #ededed;
	padding: 20px;
	font-size: 7pt;
}

a.footer {
	color: #666666;
	font-size: 7pt;
}

img.banner {
	border: 1px solid #ededed;
	margin-bottom: 10px;
}