﻿html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background: #f4f6f1 url('../image/main-bg.gif');
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
.row-1{ width:980px; margin:0 auto;}

h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {text-decoration: none;}
a img {border: none;}
ul{ list-style:none; margin:0; padding:0;}

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #00e4ffCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #00e4ffCCC;
	padding: 2px;
}
label {cursor: pointer;}
.wrapper {
	width:100%;
	overflow:hidden;
}
#wrap{ z-index:10!important;}
.extra-wrap{ overflow:hidden;}
.fleft { float:left;}
.spacing { margin-right:20px;} 
/* layout */
#container {
	width: 980px;
	margin:15px auto 0 auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 200px;
	margin: 10px;
}
#column-right {
	float: right;
	width: 180px;
	margin: 10px;
}
#content {
	min-height: 400px;
	padding: 10px 15px;
	margin-bottom: 25px;
	background:none;	
}
#mainsite-head{
	margin:0;
	padding:0;
	background: url('../image/bg-conteiner-head.png') no-repeat;
}
#mainsite{
	margin:0;
	min-height: 450px;
	padding:0;
	background: url('../image/bg-conteiner.png') repeat-y;
}
#mainsite-foot{
	margin:0;
	padding:0;
	background: url('../image/bg-conteiner-foot.png') no-repeat;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 215px;
}
#column-right + #content {margin-right: 195px;}
/* header */
#header {
	height:128px;
	margin-bottom: 10px;
	border-bottom:1px solid #CDCBC4;
	position: relative;
	z-index: 1;
}
#header #logo {
	position: absolute;
	top:5px;
	left:10px;
}
#language {
	position: absolute;
	top: 15px;
	left: 450px;
	width: 75px;
	color: #000;
	line-height: 17px;
}
#language img {cursor: pointer;}

/***************header-kontact *******************************************/
.cart_inner{
	min-height:45px;
	background:url('../image/tail-cart.gif') 0 0px repeat-x #882e19;
	border-radius:3px;
}
#header #kontact .heading span {
	padding:0px 20px 6px 0;
	color: #fff;
	text-decoration: none;
	font-size:12px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	margin-top:-2px;
}
#header #kontact .heading span strong {
	color:#e8bb88;
	font-weight:normal;
}
#header #kontact .cart .image {width: 1px; padding-left:8px;}
#header #kontact .cart .image img {text-align: left;}

#header #kontact .heading h4 {
	color: #ffffff;
	font-size:12px;
	font-weight:normal;
	margin-top: 0px;
	padding-top:5px;
	margin-bottom:0px;
	padding-right:10px;
	line-height:17px;
	font-family: 'Vidaloka', serif;
	text-transform:uppercase;
}
#header #kontact .heading {
	padding:2px 0 2px 53px;
	position: relative; 
	z-index: 1;
	background:url('../image/item-cart.png') 7px 10px no-repeat;
	overflow:hidden;
}

#header #kontact { 
	position:absolute; 
	right:12px; 
	top:30px;
	width:220px;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
/* ---- */
.breadcrumb a.last{ font-weight:bold;}
.breadcrumb a{ font-size:12px; color:#191919; text-decoration:none;}
.breadcrumb {
	background: url('../image/box-heading.jpg') left top repeat-x #D6D3CC;
	color:#000;
	padding:5px 5px 6px 10px;
	border-radius:3px;
	font-size:12px;
	border-bottom:1px solid #A8A6A1;
	margin-bottom:10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #554400;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	border:hidden;
	width: 100%;
}
table.list td {
	/*border-right: 1px solid #554400;
	border-bottom: 1px solid #554400;*/
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	color: #554400;
	font-weight: bold;
	text-align: left;
	padding: 0 5px;
}
table.list .left a {
	text-decoration: none;
}
table.list .right {
	text-align: right;
	padding: 0 5px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}

/* button */
a.button-return-left,
a.button-return-right,
a.button-order-right,
a.button-cont-right,
a.button-back-left,
a.button-inf-left {
	display: inline-block;
	text-decoration: none;
	cursor: pointer; font-weight:bold; padding-right:8px;
}
a.button-order-right { padding:0;}
a.button-return-left:hover span,
a.button-return-right:hover span,
a.button-order-right:hover span,
a.button-cont-right:hover span,
a.button-back-left:hover span,
a.button-inf-left:hover span { color:#9f361e;}
a.button-return-left span,
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span,
a.button-back-left span,
a.button-inf-left span {
	color: #35230f; 
	line-height:1.2em;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;	
}
a.button-return-left span,
a.button-back-left span,
a.button-return-right span,
a.button-cont-right span, 
a.button-inf-left span {
	padding:5px 14px 5px 0px;
	background: url('../image/marker-button-right.png') right 8px no-repeat;	
}

.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #554400;	
}
.htabs a {
	border-top: 1px solid #554400;
	border-left: 1px solid #554400;
	border-right: 1px solid #554400; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border: 1px solid #554400;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.info-page{ border-bottom:1px solid #CDCBC4; padding-bottom:20px; padding-top:16px; padding-left:14px;}
.info-page h3{ font-size:15px; font-weight:600;font-family: 'Open Sans', sans-serif;color:#191919; margin:0; padding-bottom:13px;}
.info-page p{ font-size:12px; color:#737373; line-height:17px; margin-bottom:12px;}
.info-page ul li{ font-weight:bold; color:#626060; font-size:12px; margin-bottom:4px;background:url('../image/marker-about.png') 0px 3px no-repeat; padding-left:16px;}
/* box */
.box {
	margin-bottom:10px;
}
.box .box-content.inform {
    padding:0px 0 0;
}
.box .box-heading {
	padding:8px 0px 7px 12px;
	font-family: 'Vidaloka', serif;
	font-size:19px;
	font-weight:normal;
	line-height:23px;
	color:#323232;
	border-radius:2px;
	background:url(../image/box-heading.jpg) repeat-x #d6d3cc;
	border-bottom:1px solid #a8a6a1;
	text-transform:uppercase;
	margin-bottom:10px;
}
.box .box-content {
	padding:0px 6px 0px 13px;
	border:1px solid #cdcbc4;
	background:url(../image/box-bg.png);
	border-radius:3px;
}

.box .box-nav2 .box-heading {
	background:url(../image/cat-heading.jpg) repeat-x #576a54;
	border-bottom:1px solid #2b3429;
	color:#FFF;
}
.box .special-heading {
	background:url(../image/spec-heading.jpg) repeat-x #ffb002;
	border-bottom:1px solid #e59d01;
	color:#FFF;	
}
.box-container {
	background:url(../image/box-bg.png);
	border:1px solid #CDCBC4;
	border-radius:3px;
	padding:10px;
}
/* box-category-home*/
.box .box-content-category-home {
	overflow: auto;
	padding:10px 20px 10px 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #CDCBC4;
	border-top:1px solid #CDCBC4;
	background:url('../image/box-bg.png');
}
.box-content-category-home img {
	float:left;
}
.box-content-category-home a {
	text-decoration:none;
}
.box-content-category-home h2 {
	color:#D45F00;
}	
.box-category-home > div {
	width: 190px;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 0px;	
}
/* box products */
.box-product {
	overflow: auto;
	margin:0 auto 0 auto;
}
.box-product > div {
	width:auto;
	display: inline-block;
	vertical-align: top;
	text-align:center;
	margin:10px auto 10px auto;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #554400;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}

.content ul { list-style:none; margin:0; padding:0;}
.content ul li a{ text-decoration:none; color:#35230f; font-size:14px; line-height:normal;}
.content ul li a:hover { color:#9f361e;}
.content ul li:first-child{ border:none; }
.content ul li{ background:url(../image/marker-manuf.png)  left 8px no-repeat; padding-left:22px;color:#191919;padding-bottom:4px; padding-top:4px;}
/* ******************** category *******************************************/
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li > a:hover{ color:#9f361e; background-position:1px 4px;}
.box-category > ul > li > a {
	text-decoration: none; 
	display:block;
	padding:0 0 0 20px;
	color: #35230f;
	font-size:14px;
	font-family:"Times New Roman", Times, serif; 
	background:url(../image/marker-1.png) 1px -66px no-repeat;
}
.box-category > ul > li{
	background:url(../image/line-5.png) 0 bottom repeat-x;
	position:relative;
	font-size:14px;
	line-height:18px;
	padding:2px 0 6px 0px;
}
.box-category > ul > li strong { display:none;}
.box-category > ul > li:first-child{ padding-top:2px;}
.box-category > ul > li.last{ border:none;}
.box-category > ul > li ul { padding-bottom:5px; padding-left:20px; display:none; margin-top:2px; padding-top:3px;}
.box-category > ul > li.active ul { display:block;}
.box-category > ul > li  span{background:url(../image/nolines_minus.png) 0px 0px no-repeat; width:5px; height:5px; float:right; margin-right:0px; margin-top:6px; }
.box-category > ul > li  span:hover{ cursor:pointer;}
.box-category > ul > li a.active {
	font-weight:normal; color:#9f361e;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding:3px 5px 0px 0px;
}
.box-category > ul > li ul > li > a:hover{ color:#9f361e;}
.box-category > ul > li ul > li > a {
	text-decoration: none; font-size:12px!important;
	display: block;
	color:#626060;
}
.box-category > ul > li ul > li > a.active {
	font-weight:normal; color:#9f361e;
}
.box-category > ul > li.last{ background:none;}
.act-cat{ position:absolute; top:2px; right:4px;}
.box.category .box-heading {
    background: url("../image/box-heading.jpg") repeat-x scroll 0 0 #882e19;
    border-bottom: 1px solid #43170c;
}
.box-category {
	padding:4px 0 4px 0;	
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/*********************************leftinfo*************************/
#column-left .info , #column-right .info {padding:0;}
#column-left .info li, #column-right .info li {
	background: url("../image/line-5.png") repeat-x scroll 0 bottom transparent;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 0 6px 0;
    position: relative;
}
#column-left .info li.last, #column-right .info li.last { background:none;}
#column-left .info li a, #column-right .info li a {
	background: url("../image/marker-1.png") no-repeat scroll 1px -66px transparent;
    color: #35230F;
    display: block;
    font-family: "Times New Roman",Times,serif;
    font-size: 14px;
    padding: 0 0 0 20px;
    text-decoration: none;
}
#column-left .info li a:hover, #column-right .info li a:hover {
	color:#9f361e; background-position:1px 4px;
}
.info-list { padding:8px 0 6px 0;}
/* category */
.category-info {
	overflow: auto;
	padding:20px 20px 0 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #CDCBC4;
	border-top:1px solid #CDCBC4;
	background:url('../image/box-bg.png');
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	display:none;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-list > div {
	overflow: auto;
	padding:4px;
	margin-bottom: 15px;
	border:#b6b5b5 1px solid;
	background:#c5c5c5 url('../image/product-list-bg.jpg') repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;

}
.product-list .name .company {
	margin-left: 10px;
	margin-right:10px;
	font-weight:bold;
	color:#7F1F00;
}
.product-list .name img {
	float:left;
}
.product-list .name a {
	color: #554400;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .description > span{
	padding-left:35px;
	font-style:italic;
}
.product-list .price {
	float: right;
	/*height: 50px;*/
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}

.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#autor{
	margin:0;
	position: fixed;
	bottom:0px;
	left:0px;
	clear:both;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	z-index:0;

}
#autor p{
	margin:0;
	padding:0;
}
#autor a{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	text-decoration:none;			
}
#autor a:hover{
	color:#fff;				
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #554400;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}

.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}

/* Product */
.product-info {
	padding:10px;
	background:url('../image/box-bg.png');
	border:1px solid #CDCBC4;
	border-radius:3px;
	margin-bottom:10px;
}
.product-info .wrapper .left {
	float: left;
	margin-right: 15px;
	border:1px solid #CDCBC4;
	border-radius:3px;
	padding:6px 6px 0px 6px;
	margin-left:1px;
	background:url('../image/tail-product-image.gif') 0px bottom repeat-x #FFF;
}
.product-info .indent-bot { margin-bottom:20px;}
.product-info > .left + .right  h1{ padding-left:0;}
.product-info > .left + .right {
	margin-left:370px;
}
.mb-1 { margin-bottom:-1px;}
#image{ z-index:0; float:left;}
.product-info .image {
	border: 1px solid #CDCBC4;
	float: left;
	width:260px;
	height:280px;
	margin-bottom:7px;
	text-align: center;
}
.product-info .image-gal {
	border: 1px solid #CDCBC4;
	float: left;
	/*width:260px;
	height:388px;*/
	margin-bottom:7px;
	text-align: center;
}
.product-info .image-additional {
	width:270px;
	margin-left: -9px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional-gal {
	margin-left: 5px;
	clear: both;
	overflow: hidden;
}
#cloud-zoom-big{ margin-top:3px;}
.product-info .image-additional img {
	border: 1px solid #CDCBC4;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
}
.product-info .description {
	border-top: 1px solid #CDCBC4;
	border-bottom: 1px solid #dfe1e4;
	padding:15px 5px 10px 0px;
	line-height: 20px;
color: #A4381F; font-weight:bold;
}
.product-info .description strong{ color:#f65423; font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif}
.product-info .description span {
	color: #191919; font-weight:bold;
}
.product-info .description a:hover{ color:#A4381F;}
.product-info .description a {
	color: #35230F; font-weight:bold;
	text-decoration: none;
}
.product-info .price {
	background:url('../image/tail-price.gif') 0px bottom repeat-x #FFF;
	border-bottom: 1px solid #dfe1e4;
	padding:12px 5px 10px 18px;
	font-size:22px;
	font-weight:bold;
	color:#303030;
}

.product-info h1 { padding-left:0; line-height:25px;}

.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}

.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}

.return-captcha {
	float: right;
	width: 49%;
}


.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	/*background: #FFFFFF url('../image/footer.png') repeat-x;*/
	height: 35px;
	padding-top: 20px;
	border-top:2px solid #CDCBC4;
	text-align: center;
	font-size: 11px;
	position: relative;
	margin-top: -18px;
	clear: both;
}
.footer{
	margin:0 auto 0 auto;
	padding:0;
}
#footer .footer h5 {
	color: #7F1F00;
	font-size: 16px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 8px;
	inner-text-shadow:2px 2px 5px #000, 0 0 0 #000, 2px 2px 5px #000;  	
	-moz-text-shadow:2px 2px 5px #ccc, 0 0 0 #333, 2px 2px 5px #ccc;
  	-webkit-text-shadow:2px 2px 5px #ccc, 0 0 0 #333, 2px 2px 5px #ccc;
	/*filter: progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offX=3, offY=3, positive=true);*/
}
#footer .footer .column {
	float: left;
	width: 25%;
	min-height:85px;
}
#footer .footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .footer .column ul li {
	margin-bottom: 3px;
}
#footer .footer .column a {
	text-decoration: none;
	color: #2A5F00;
}
#footer .footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 2px;
	text-align: right;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 2px;
}
