html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #b7b7b7 url('/images/bg_site.png') scroll repeat-y top center;
	font-family: "tahoma";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body.cart {
	background-color: #000000;
	background-image: none;
	width: 405px;
}

div, form, table, td, p, h1, iframe {
	padding: 0;
	margin: 0;
	border: 0 none;
}

div#container {
	background: transparent url('/images/bg_content.png') scroll repeat-y top left;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
}

div#header {
	background: transparent url('/images/bg_header.png') scroll no-repeat top left;
	overflow: hidden;
	width: 800px;
	height: 59px;
}

div#header_admin {
	background: transparent url('/images/bg_header_admin.png') scroll no-repeat top left;
	overflow: hidden;
	width: 800px;
	height: 59px;
}

div#actual {
	background: transparent url('/images/bg_actual.png') scroll no-repeat top left;
	overflow: hidden;
	width: 800px;
	height: 114px;
}

table.tbl_actual {
	width: 140px;
	height: 113px;
	border: 0 none;
}

div#topmenu {
	background: transparent url('/images/bg_topmenu.png') scroll no-repeat top left;
	overflow: hidden;
	width: 800px;
	height: 28px;
}

div#content {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	width: 800px;
	/* padding: 0 0 32px 0; */
	padding: 0 0 102px 0;
}

div#footer {
	overflow: hidden;
	width: 800px;
	height: 91px;
	position: relative;
	padding: 11px 0 0 0;
	margin: -102px auto 0 auto; /* -32px auto 0 auto */
}

div#footer_admin {
	background: transparent url('/images/bg_footer.png') scroll no-repeat top left;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	width: 800px;
	height: 21px;
	position: relative;
	padding: 11px 0 0 0;
	margin: -32px auto 0 auto;
}

div#footer_info {
	background: transparent url('/images/bg_footer.png') scroll no-repeat top left;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	height: 19px;
	padding-top: 2px;
}

div#footer_menu {
	background-color: #000000;
	width: 750px;
	height: 50px;
	padding: 10px 25px;
}

div#footer_menu div.col {
	width: 150px;
	float: left;
}

div#footer_menu div.col  a {
	color: #f0f0f0;
	font-size: 10px;
	text-decoration: none;
}

div#footer_menu div.col  a:hover {
	text-decoration: underline;
}

div#footer a, div#footer_admin a {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

div#footer a:hover, div#footer_admin a:hover {
	text-decoration: underline;
}

div#actual_text {
	color: #ffffff;
	font-size: 12px;
	float: left;
	width: 435px;
	height: 48px;
	padding: 15px 0 10px 20px;
}

div#actual_picture {
	width: 140px;
	height: 113px;
	float: left;
}

div#actual_price {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	float: left;
	width: 155px;
	height: 28px;
	padding: 75px 30px 10px 0;
}

p.actual_description {
	padding: 10px 20px;
}

div#menu_bottom {
	background: transparent url('/images/bg_menu_bottom.png') scroll no-repeat bottom left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 151px;
	height: 114px;
	overflow: hidden;
	/*margin: 0 0 31px 0;*/
	margin: 0 0 91px 0;
}

div#alert {
	color: #000000;
	background-color: #efefef;
	position: absolute;
	text-align: center;
	display: none;
	z-index: 631;
	width: 400px;
	padding: 10px;
	border: 1px solid #000000;
}

td.menu {
	color: #ffffff;
	padding: 0 0 114px 0;
}

td.content {
	padding-bottom: 12px;
}

p.content {
	width: 648px;
	text-align: center;
}

a.menu, a.menu:link {
	color: #dd0a04;
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: -1.2px;
	display: block;
	overflow: hidden;
	width: 127px;
	padding: 5px 12px 5px 12px;
	border: 1px #363636;
	border-style: solid none none none;
}

a.menu:active, a.menu:hover {
	color: #ffffff;
}

a.menu_act, a.menu_act:link, a.menu_act:active, a.menu_act:hover {
	color: #ffffff;
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: -1.2px;
	display: block;
	overflow: hidden;
	width: 127px;
	padding: 5px 12px 5px 12px;
	border: 1px #363636;
	border-style: solid none none none;
}

a.submenu, a.submenu:link {
	color: #999999;
	background-color: #3f3f3f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0.6px;
	display: block;
	overflow: hidden;
	width: 115px;
	padding: 5px 12px 5px 16px;
	border: 1px #505050;
	border-style: solid none none none;
}

a.submenu:active, a.submenu:hover {
	color: #ffffff;
	background-color: #8a0c09;
}

div.submenu {
	width: 151px;
	display: none;
}

a.item, a.item:link {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

a.item:active, a.item:hover {
	color: #a20603;
}

a.item img, a.item:link img {
	border: 1px solid #000000;
}

a.item:active img, a.item:hover img {
	border: 1px solid #a20603;
}

a.smallitem, a.smallitem:link {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.smallitem:active, a.smallitem:hover {
	color: #a20603;
}

p.factory {
	background: transparent url('/images/bg_headerline.png') scroll no-repeat center top;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	width: 610px;
}

a.factory, a.factory:link {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none;
	padding: 0 5px;
}

a.factory:active, a.factory:hover {
	text-decoration: underline;
}

a.factory_bold, a.factory_bold:link {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	padding: 0 5px;
}

a.factory_bold:active, a.factory_bold:hover {
	text-decoration: underline;
}

h1 {
	background: transparent url('/images/bg_headerline.png') scroll no-repeat top left;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 16px;
}

input, select, textarea {
	color: #000000;
	background-color: #efefef;
	border: 1px solid #999999;
}

div#content p {
	padding: 0 5px;
}

div#content ol, ul {
	padding: 0;
	margin: 0 0 5px 20px;
}

input#search {
	width: 172px;
}

p.search_text {
	text-align: right;
	font-style: italic;
	margin-right: 32px;
}

a.thumb {
	padding: 0;
	margin: 4px 0 0 5px;
	border: 0 none;
}

div#id_thumb {
	background-color: #cccccc;
	position: absolute;
	z-index: 640;
	display: none;
	visibility: hidden;
	padding: 4px;
}

input.rightspan {
	margin: 0 16px 0 0;
}

input.quantity {
	width: 32px;
	text-align: center;
}

iframe#cart {
	color: #eeeeee;
	width: 410px;
	height: 24px;
	border: 0 none;
}

p.cart {
	color: #eeeeee;
	font-size: 10px;
	width: 390px;
	text-align: right;
	padding: 6px 0 0 0;
	margin: 0;
}

div.order_code {
	color: #222222;
	font-size: 10px;
	font-weight: normal;
	float: left;
}

div.newness {
	color: #000000;
	background-color: #f3f3f3;
	text-align: center;
	vertical-align: middle;
	width: 280px;
	display: inline-block;
	overflow: visible;
	padding: 8px;
	margin: 3px;
	border: 1px solid #dddddd;
}

div.text {
	text-align: left;
	padding: 0 15px;
}

font.red {
	color: #ff2222;
}

font.s14, td.s14 {
	font-size: 14px;
}

td.stamp {
	font-size: 14px;
}

td.stamp a, td.stamp a:link {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

td.stamp a:active, td.stamp a:hover {
	color: #a20603;
}

select.w155 {
	width: 155px;
}

option.bold {
	font-weight: bold;
}

input.noborder {
	border: 0 none;
}

p.center {
	text-align: center;
}

p.description {
	text-align: justify;
}

p.cart_process {
	width: 100%;
	text-align: center;
	padding: 32px;
}

.line1 {
	background-color: #f0f0f0;
}

.line2 {
	background-color: #fafafa;
}

table.cart {
	margin: 10px 0 0 4px;
}

table.cart td {
	padding: 2px 4px;
}

table.cart a, table.cart a:link {
	color: #000000;
	text-decoration: none;
}

td.cart_header {
	background-color: #c0c0c0;
}

input.login {
	width: 346px;
}

textarea.login {
	width: 346px;
	height: 64px;
}

p.deliver {
	width: 336px;
	text-align: justify;
	padding: 0;
}

p.warn {
	width: 600px;
	color: #ed231f;
	font-size: 10px;
	text-align: justify;
	padding: 10px;
	margin: 10px 0;
}

font.star {
	color: #ff2222;
	font-weight: bold;
	font-size: 8px;
}

div.order {
	width: 620px;
	display: none;
}

div.order td {
	background-color: #ebebeb;
	padding: 2px;
}

a.order, a.order:link, a.order:active, a.order:hover {
	color: #000000;
	background-color: #cccccc;
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 620px;
	padding: 2px;
	margin-top: 10px;
}

td.headerline {
	background-color: #acacac;
	padding: 2px;
}

td.cart_line1 {
	background-color: #f0f0f0;
	padding: 2px;
}

td.cart_line2 {
	background-color: #fafafa;
	padding: 2px;
}

a.partner, a.partner:link {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.partner:active, a.partner:hover {
	color: #ff2222;
}

td.partner {
	padding: 10px;
}

font.partner {
	font-size: 18px;
	font-weight: bolder;
}

a.knowledge, a.knowledge:link {
	color: #000000;
	text-decoration: none;
}

a.knowledge:active, a.knowledge:hover {
	color: #ff2222;
}

div#facebook {
	text-align: center;
	padding: 15px 0 0 0;
}

div#bankcard {
	text-align: center;
	padding: 10px 0 0 0;
}

div#bankcard img {
	clear: both;
	padding: 0;
	margin: 5px 0;
	border: 0 none;
}

p.offer {
	text-align: center;
	margin: 10px 40px;
}

div#contact_map {
	background: transparent url('/images/bg_map.png') scroll no-repeat left top;
	width: 580px;
	padding: 5px;
	margin: 0 auto;
}

div#contact_map iframe body {
	padding: 0;
	margin: 0;
	border: 0 none;
}

div#contact_map p {
	text-align: center;
	line-height: 32px;
}

div#contact_map a, div#contact_map a:link {
	color: #000000;
	text-decoration: none;
}

div#contact_map a:active, div#contact_map a:hover {
	color: #a20603;
}

.w420 { width: 420px; }
.h240 { height: 240px; }

