body {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

p, h1, h2, h3, a, li, td, input, select, label, textarea, span, div {
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

p.c {
	text-align: center;
}

p.l {
	text-align: left;
}

p.r {
	text-align: right;
}

p.p {
	text-indent: 40px;
	text-align: justify;
}

div.outer {
	margin: auto;
	width: 980px;
}

h1 {
	margin: 10px 0px 5px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	margin: 10px 0px 5px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

a {
	color: #28aa00;
}

img {
	border: none;
}

img.product {
	border: 1px solid #cccccc;
}

table {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

div.header_white, div.header_green {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 7px;
}
div.header_black {
	font-size: 11px;
	color: #000000;
}
div.header_white a, div.header_green a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
div.header_green, div.header_green a {
	color: #009900;
}

.menu_item {
	 background-image: url('/images/design/border.gif');
	 background-position: right;
	 background-repeat: no-repeat;
}

.menu_item a {
	color: #000000;
	text-decoration: none;
}

.menu_item a:hover {
	text-decoration: underline;
}

.menu_group {
	color: #ffffff;
	padding: 5px 5px 5px 10px;
}

.menu_group a {
	font-weight: bold;
}

.menu_category {
	padding: 2px 5px 2px 20px;
}

.menu_category a {
	color: #000000;
	text-decoration: none;
}

.menu_category a:hover {
	text-decoration: underline;
}

.tren_title {
	text-indent: 40px;
	font-weight: bold;
}

.tren_image {
	text-align: center;
}

.tren_image img {
	border: 1px solid #cccccc;
}

.tren_price {
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
}

.tren_old_price {
	text-decoration: line-through;
}

.tren_new_price {
	color: #ff6c00;
}

body.price {
	background-color: #ffffff;
	padding: 10px;
	margin: 0px;
}

ul, ol {
	text-align: left;
}

div.separator {
	overflow: hidden;

	height: 1px;
	margin: 10px 5% 10px 5%;

	border-bottom: 1px solid #cccccc;
}

input.text, input.order {
	margin: 0px; padding: 2px;
	border: 1px solid #cccccc;
}

input.button {
	color: #000000;
	width: 120px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: #dddddd;
}

input.basket {
	border: none;
	text-align: right;
	width: 100%;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	background-color: #ffffff;
}

input.preview {
	width: 100%;
	border: none;
	margin: 0px;
	background-color: #ffffff;
}

textarea {
	margin: 0px; padding: 2px;
	border: 1px solid #cccccc;
}

span.require {
	color: #ff6666;
}

.setlinks, .setlinks a {
	font-size: 10px;
	text-align: center;
}