/**** General ****/
* {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCBCB5;
	line-height: 18px;
	background: #D4B37D url(/template/images/bg.jpg);
}

a {
	color: #60441C;
	text-decoration: underline;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-size: 11px;
}

ul li {
	padding-left: 10px;
	background: url(/template/images/bullet.gif) no-repeat 0 8px;
}

ul li ul li {
	padding-left: 15px;
	background: url(/template/images/bullet-sub.gif) no-repeat 5px 7px;
}

input[type="text"],
textarea,
select {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.input,
.textarea {
	padding: 3px;
}

select {
	padding: 1px 0;
}

fieldset {
	border: 0;
}

/***/

.clear {
	clear: both;
	font-size: 1px;
}

.center {
	text-align: center;
}
/**** /General ****/



/**** Layout ****/
#header-line {
	height: 106px;
	background-image: url(/template/images/header-line.jpg);
}

#wrapper {
	position: relative;
	width: 850px;
	margin: -106px auto 0 auto;
	overflow: hidden; /* opera */
}
/**** /Layout ****/



/**** Header ****/
#header {
	position: relative;
	z-index: 3;
	height: 65px;
	margin: 40px 0 0 0;
}

/***/

#logo {
	position: absolute;
	left: 0;
	top: 14px;
	overflow: hidden;
	width: 151px;
	height: 36px;
	text-indent: -9999px;
	background-image: url(/template/images/logo.gif);
}

/***/

ul#general_menu {
	position: absolute;
	right: -15px;
	top: 30px;
}

ul#general_menu a:hover {
	text-decoration: underline;
}

ul#general_menu > li {
	float: left;
	position: relative;
	height: 35px;
	padding: 0 20px;
	background: url(/template/images/menu-separator.gif) no-repeat;
}

ul#general_menu > li:first-child {
	background: none;
}

ul#general_menu > li > ul {
	display: none;
	position: absolute;
	left: 10px;
	top: 28px;
	width: 164px;
	padding: 8px 0 0 0;
	background: url(/template/images/sub_menu.gif) no-repeat;
	opacity: .93;
}

ul#general_menu > li:hover > ul {
	display: block;
}

ul#general_menu > li > ul > li {
	background: none;
	padding-left: 0;
}

ul#general_menu > li > ul > li > a {
	display: block;
	height: 26px;
	margin: 0 0 1px 0;
	padding: 6px 0 0 14px;
	text-decoration: none;
}
/***/

#langs {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 10px;
}

#langs li {
	float: left;
	margin: 0 -10px 0 0;

	background: none;
	padding-left: 0;
}

#langs li a {
	float: left;
	margin: 0 0 0 10px;
	color: #77583F;
	text-decoration: underline;
}

#langs li a.active {
	text-decoration: none;
}

#langs li:after {
	content: "|";
	float: left;
	margin: 0 5px 0 7px;
	color: #A46F52;
}
/**** /Header ****/



/**** Main header ****/
#main-header {
	margin: 10px 0 5px 0;
	text-align: center;
}
/**** /Main header ****/



/**** Sidebar ****/
#sidebar {
	float: left;
	width: 210px;
	margin: -1px 7px 0 0;
}

/***/

.sidebar-box-header {
	height: 31px;
	margin: 10px 0 0 0;
	padding: 13px 0 0 17px;
	font-size: 14px;
	color: #41221C;
	background: url(/template/images/sidebar-box-header.gif);
}

.sidebar-box-header a {
	color: #41221C;
	text-decoration: none;
}

.sidebar-box-header:first-child {
	margin-top: 0;
}

.sidebar-box {
	clear: both;
	padding: 0 3px 10px 1px;
	background: url(/template/images/sidebar-box.gif) bottom;
}

.sidebar-box:after {
	clear: both;
	content: "";
	font-size: 1px;
	display: block;
}

.sidebar-box > ul {
	float: left;
	line-height: 11px;
	border-bottom: 1px solid #D6CBC5;
}

.sidebar-box > ul > li {
	clear: both;
	float: left;
	position: relative;
	z-index: 998;
	width: 206px;
	padding-left: 0;
	border-top: 1px solid #D6CBC5;
	border-bottom: 1px solid #F1EDEC;
	background-color: none;
}

.sidebar-box > ul > li > a {
	float: left;
	width: 196px;
	height: 19px;
	padding: 9px 0 2px 10px;
	text-decoration: none;
	background-color: #E9E3E1;
}

.sidebar-box > ul > li:first-child {
	border-top: none;
}

/***/

.sidebar-box ul.products-categories > li:hover {
	border-bottom: 1px solid #56372D;
}

.sidebar-box ul.products-categories > li:hover > a {
	color: #D8CAC1;
	background-color: #56372D;
}

.sidebar-box ul.products-categories > li > ul {
	display: none;
	position: absolute;
	left: 200px;
	top: 1px;
	padding: 0 0 0 6px;
	opacity: .93;
}

.sidebar-box ul.products-categories > li:hover > ul {
	display: block;
	top: 0;
}

.sidebar-box ul.products-categories > li > ul > li:first-child {
	border-top: none;
}

.sidebar-box ul.products-categories > li > ul > li {
	clear: both;
	float: left;
	width: 200px;
	padding-left: 0;
	border-top: 1px solid #634E4A;
	background-color: none;
}

.sidebar-box ul.products-categories > li > ul > li > a {
	float: left;
	width: 190px;
	height: 20px;
	padding: 9px 0 2px 10px;
	text-decoration: none;
	color: #D8CAC1;
	text-decoration: none;
	background-color: #4D2E28;
}

.sidebar-box ul.products-categories > li > ul > li > a:hover {
	text-decoration: underline;
}

/***/

#page-home .my_orders {
	min-height: 187px;
}

.my_orders > ul > li > a {
	width: 176px;
	padding-left: 30px;
}

/***/

#search {
	clear: both;
	position: relative;
	z-index: 999;
	height: 31px;
	padding: 6px 0 10px 0;
}

#search .text_field-size3 {
	position: absolute;
	left: 10px;
	top: 17px;
}

#search input[type="submit"] {
	position: absolute;
	right: 10px;
	top: 17px;
	padding: 21px 0 0 0;
	width: 21px;
	height: 21px;
	border: none;
	cursor: pointer;
	font-size: 1px;
	color: #DC7004;
	background: url(/template/images/button-search.gif);
}

#search-results {
	position: absolute;
	left: 10px;
	top: 38px;
	border: 1px solid #DCCFC7;
	border-bottom: none;
	color: #402D13;
	opacity: .95;
	background-color: #E9DFD9;
}

#search-results div {
	width: 147px;
	height: 14px;
	padding: 4px;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #DCCFC7;
}

#search-results div.hover {
	background-color: #D6C3B8;
}

#search-results span {
	font-weight: bold;
	background-color: #D5D5D5;
}

/***/

a.selected_products {
	background: url(/template/images/selected_products.gif) no-repeat 8px 10px;
}
a.selected_products:hover {
	text-decoration: underline;
}

a.redy_orders {
	background: url(/template/images/redy_orders.gif) no-repeat 6px 10px;
}
a.redy_orders:hover {
	text-decoration: underline;
}

a.profile_link {
	background: url(/template/images/users-profile.gif) no-repeat 9px 10px;
}
a.profile_link:hover {
	text-decoration: underline;
}

a.logout_link {
	background: url(/template/images/users-logout.gif) no-repeat 6px 10px;
}
a.logout_link:hover {
	text-decoration: underline;
}

a.login_link {
	background: url(/template/images/users-login.gif) no-repeat 6px 10px;
}
a.login_link:hover {
	text-decoration: underline;
}

a.registration_link {
	background: url(/template/images/users-registration.gif) no-repeat 6px 10px;
}
a.registration_link:hover {
	text-decoration: underline;
}

/***/

#nav_banner {
	display: block;
	margin: 10px 0 0 0;
}
/**** /Sidebar ****/



/**** Content ****/
#content {
	float: left;
	width: 630px;
}

/***/

.content_box {
	position: relative;
	margin: 13px 0 0 0;
	background-image: url(/template/images/content_box-body.jpg);
}

.content_box:first-child {
	margin-top: 0;
}

.content_box a {
	color: #CCBCB5;
}

.content_box:after {
	display: block;
	clear: both;
	content: "";
	height: 20px;
	background-image: url(..//template/images/content_box-footer.jpg);
}

.content_box .content_box-header {
	height: 30px;
	padding: 13px 0 0 20px;
	font-size: 14px;
	overflow: hidden;
	color: #EDEDED;
	background-image: url(/template/images/content_box-header.jpg);
}

/***/

.header_link {
	position: absolute;
	right: 10px;
	top: 14px;
	height: 19px;
	padding: 0 0 0 18px;
	color: #AD9A94;
	font-size: 10px;
	text-decoration: none;
	background: url(/template/images/header_link.gif) no-repeat;
}

.header_link span {
	float: left;
	height: 19px;
	padding: 0 5px 0 0;
	cursor: pointer;
	background: url(/template/images/header_link.gif) no-repeat right;
}

.header_link * {
}

.hseparator {
	height: 2px;
	font-size: 1px;
	clear: both;
	background: url(/template/images/content-separator-horizontal.gif) repeat-x bottom;
}

.text_box {
	padding: 10px 25px 0 20px;
}

.err {
	color: #EEA6A6;
	padding: 10px 0 0 0;
}

/***/

.list_table {
	margin: 5px 0 0 0;
	width: 100%;
	border-spacing: 1px;
	background-color: #5B351D;
}

.list_table th,
.list_table td {
	font-weight: normal;
	text-align: left;
	padding: 3px 7px;
	color: #E0E0E0;
}

.list_table .top {
	background-color: #4A2A1C;
}

.list_table .odd1 {
}

.list_table .odd2 {
	background-color: #78523A;
}

.list_table thead tr {
	background-color: #78523A;
}

.list_table thead tr td,
.list_table thead tr th {
	font-weight: bold;
}

.list_table tfoot tr {
	background-color: #4A2A1C;
}
/**** /Content ****/



/**** Footer ****/
#footer {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

/***/

#brands_slider {
	width: 850px;
	height: 92px;
	background-image: url(/template/images/brands_slider.gif);
}

#brands_slider .go_prev,
#brands_slider .go_next {
	float: left;
	width: 18px;
	height: 88px;
	cursor: pointer;
}

#brands_slider .container {
	position: relative;
	float: left;
	overflow: hidden;
	width: 811px;
	height: 88px;
}

#brands_slider .container .content {
	position: absolute;
}

#brands_slider .container .content li {
	float: left;
	position: relative;
	display: inline; /* IE6 */
	margin: 13px 23px 0 23px;

	background: none;
	padding-left: 0;
}

#brands_slider .container .content li img.over {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

/***/

#copyrights {
	float: left;
	margin: 5px 0 7px 0;
	color: #856449;
}

/*
#creator {
	float: right;
	overflow: hidden;
	width: 135px;
	height: 13px;
	margin: 5px 0 7px 0;
	text-indent: -9999px;
	background: url(/template/images/logo-studio.bg.gif);
}
*/

#creator {
	float: right;
	overflow: hidden;
	margin: 5px 0 7px 0;
	color: #5D4733;
	text-decoration: none;
}

#creator span {
	font-weight: bold;
}
/**** /Footer ****/


/**** Forms ****/
.site_form {
	position: relative;
	padding: 0 0 0 15px;
}

.site_form .commit {
	clear: both;
	padding: 15px 0 0 86px;
}

.site_form .commit a {
	margin: 0 0 0 10px;
}

.site_form dl.fields {
	clear: both;
	height: 20px;
	padding: 20px 0 0 0;
}

.site_form dl.fields dt {
	float: left;
	width: 85px;
}

.site_form dl.fields dd {
	float: left;
	display: inline;
	width: 197px;
	height: 18px;
	padding: 2px 0 0 5px;
	margin: 0 10px 0 0;
	background: url(/template/images/form-field.gif) no-repeat;
}

.site_form dl.fields dd input {
	border: none;
	width: 187px;
	height: 14px;
	background-color: #DFD2CA;
}


.site_form dl.text {
	clear: both;
	height: 100px;
	padding: 20px 0 0 0;
}

.site_form dl.text dt {
	float: left;
	width: 85px;
}

.site_form dl.text dd {
	float: left;
	display: inline;
	width: 496px;
	height: 100px;
	padding: 4px 0 0 5px;
	background: url(/template/images/form-text.gif) no-repeat;
}

.site_form dl.text dd textarea {
	border: none;
	width: 488px;
	height: 93px;
	overflow: auto;
	background-color: #DFD2CA;
}

/***/

.text_field-size3 {
	width: 157px;
	height: 21px;
	overflow: hidden;
	position: relative;
	background: url(/template/images/text_field-size3.gif);
}

.text_field-size3 input {
	position: absolute;
	left: 6px;
	top: 2px;
	border: none;
	width: 145px;
	height: 17px;
	padding: 0;
	font-size: 13px;
	color: #60441C;
	background-color: #E9DFD9;
}

.text_field-size2 {
	width: 125px;
	height: 20px;
	overflow: hidden;
	position: relative;
	background: url(/template/images/text_field-size2.gif);
}

.text_field-size2 input {
	position: absolute;
	left: 6px;
	top: 2px;
	border: none;
	width: 113px;
	height: 17px;
	padding: 0;
	font-size: 13px;
	color: #60441C;
	background-color: #E9DFD9;
}

/***/

.button,
.button-big,
.button-very_big,
.button-very_big-delete {
	float: left;
	width: 58px;
	height: 21px;
	padding: 1px 0 0 0;
	border: none;
	cursor: pointer;
	text-align: center;
	font-size: 10px;
	color: #F9DFC0;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(/template/images/button.gif) no-repeat;
}

#wrapper .button-big {
	width: 82px;
	color: #FEF3E7;
	background: url(/template/images/button-big.gif) no-repeat;
}

#wrapper .button-very_big {
	width: 145px;
	color: #FEF3E7;
	background: url(/template/images/button-very_big.gif) no-repeat;
}

#wrapper .button-very_big-delete {
	width: 145px;
	color: #FEF3E7;
	background: url(/template/images/button-very_big-delete.gif) no-repeat;
}

/***/

a.button-icon {
	float: left;
	width: 111px;
	height: 20px;
	padding: 1px 0 0 24px;
	color: #FEF3E7;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

a.button-icon.order {
	background-image: url(/template/images/button-icon-order.gif);
}

a.button-icon.leasing {
	background-image: url(/template/images/button-icon-leasing.gif);
}

a.button-icon.calculator {
	background-image: url(/template/images/button-icon-calculator.gif);
}

/***/

.table_form {
	margin: 0 0 0 10px;
	empty-cells: inherit;
}

.table_form th {
	text-align: left;
	font-weight: normal;
}

.table_form input[type="text"],
.table_form input[type="password"] {
	padding: 3px 4px;
	font-size: 11px;
	border: 1px solid #5B351D;
	background-color: #DFD2CA;
}

.table_form input[type="submit"] {
	margin: 15px 0 0 0;
}

.table_form th span {
	color: #EEA6A6;
}

.table_form tr.field_error input[type="text"],
.table_form tr.field_error input[type="password"] {
	background-color: #FFCCCC;
}

.profile_box .table_form th span {
	display: none;
}

/***/

.table_form input.bulstat {
	background-image: url(/template/images/bulstat-bg.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding-left: 20px;
	width: 226px;
}
/**** /Forms ****/



/**** Home ****/
#home-products .product {
	float: left;
	position: relative;
	width: 140px;
	height: 194px;
	margin: 7px 0 -5px 14px;
	display: inline;
	background: url(/template/images/home-product-container.gif) no-repeat right;
}

#home-products .product:first-child {
	width: 126px;
	margin-left: 20px;
}

#home-products .product h2 {
	position: absolute;
	right: 0;
	top: -1px;
	width: 116px;
	height: 16px;
	overflow: hidden;
}

#home-products .product a {
	position: absolute;
	right: 1px;
	top: 28px;
	width: 124px;
	height: 165px;
	background-color: #EAE3DF;
}

#home-products .product a img {
	width: 124px;
	height: 165px;
}

/***/

#login_box {
	height: 96px;
	margin: 14px 0 0 0;
	color: #785F5A;
	background: url(/template/images/login_box.gif);
}

#login_box h1 {
	padding: 12px 0 0 17px;
	font-size: 14px;
	color: #41221C;
}

#login_box fieldset {
	padding: 30px 0 0 17px;
}

#login_box label {
	float: left;
}

#login_box .text_field-size2 {
	float: left;
	margin: 0 15px 0 10px;
}

#login_box .button {
	float: left;
	margin: 0 10px 0 0;
}

#login_box ul {
	float: left;
	margin: -8px 0 0 10px;
	color: #A99285;
}

#login_box a {
	color: #A99285;
}
/**** /Home ****/



/**** Products ****/
.products {
	width: 627px;
	height: 280px;
	overflow: hidden;
	padding: 15px 0 0 0;
	margin: 0 0 10px 3px;
	background: url(/template/images/content-separator-horizontal.gif) repeat-x top;
}

.products:first-child {
	background: none;
}

.products .block {
	float: left;
	width: 130px;
	margin: 0 13px 0 0;
	padding: 0 0 0 13px;
	background: url(/template/images/content-separator-vertical.gif) repeat-y left top;
}

.products .block:first-child {
	background: none;
}

.products .block h2 {
	height: 13px;
	overflow: hidden;
	margin: 0 0 12px 0;
	padding: 0 0 0 10px;
	line-height: 11px;
	background: url(/template/images/content-bullet.gif) no-repeat 0 2px;
}

.products .block .border {
	position: relative;
	width: 130px;
	height: 170px;
	background-image: url(/template/images/product_border-130x-170.gif);
}

.products .block .border img {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 128px;
	height: 168px;
}

.products .block .price {
	margin: 10px 0 5px 0;
	font-weight: bold;
	line-height: 11px;
	height: 11px;
}

.products .block .summary {
	overflow: hidden;
	height: 57px;
	line-height: 14px;
}

/***/

.status-top {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 65px;
	height: 65px;
	text-indent: -9999px;
	background: url(/template/images/status-top-trans.png);
}

.status-promo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 65px;
	height: 65px;
	text-indent: -9999px;
	background: url(/template/images/status-promo-trans.png);
}

/***/

.promo_text {
	padding: 10px;
	margin: 0 0 10px 3px;
	background: url(/template/images/content-separator-horizontal.gif) repeat-x bottom;
}
/**** /Products ****/



/**** Products Details ****/
.product_details .column {
	position: relative;
	z-index: 1;
	float: left;
	width: 320px;
	padding: 20px 0 0 20px;
}

.product_details .column:first-child {
	width: 250px;
}

/***/

.product_details .image {
	position: relative;
	width: 250px;
	height: 380px;
	background-image: url(/template/images/product_border-250x380.gif);
}

.product_details .image img {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 248px;
	height: 378px;
}

/***/

.product_details .price {
	padding: 15px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}

/***/

.product_details .options {
	padding: 15px 0 0 0;
	font-weight: bold;
}

.product_details .options li {
	clear: both;
	padding: 0;
	background: none;
}

.product_details .options li a {
	margin: 0 0 10px 0;
}

/***/

.product_files {
	clear: both;
}

.product_files span {
	font-weight: bold;
}

.product_files ul {
	padding: 5px 0 0 0;
}

.product_files ul li {
	clear: both;
	padding: 3px 0 0 0;
	background: none;
}

/***/

.product_details dl.brands:after {
	clear: both;
	display: block;
	content: "";
}

.product_details dl.brands dt {
	float: left;
	clear: both;
	width: 80px;
	height: 23px;
	font-weight: bold;
}

.product_details dl.brands dd {
	float: left;
	height: 23px;
	width: 230px;
	color: #B6A195;
}

/***/

.product_details .text {
	clear: both;
	padding: 2px 0 0 0;
	color: #B6A195;
}

/***/

.product_details .characteristics {
	padding: 20px 0 0 0;
}
/**** /Products Details ****/



/**** About Us ****/
.clients {
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 0 0 10px;
	clear: both;
	width: 610px;
	background: url(/template/images/content-separator-horizontal.gif) repeat-x 0 20px;
}

.clients:first-child {
	background: none;
	padding-top: 20px;
}

.clients dl {
	float: left;
	width: 280px;
	position: relative;
	background: url(/template/images/content-separator-vertical.gif) repeat-y left top;
}

.clients dl:first-child {
	background: none;
}

.clients dl dt {
	padding: 0 0 0 30px;
	font-weight: bold;
	position: relative;
	background: url(/template/images/content-bullet.gif) no-repeat 17px 4px;
}

.clients dl dd {
	padding: 8px 0 0 30px;
	position: relative;
	background: url(/template/images/clients-bullet.gif) no-repeat 15px 17px;
}

.clients-spearato {
	padding: 20px 0 0 0;
}
/**** /About Us ****/



/**** Services ****/
#services {
	padding: 15px 20px 15px 15px;
	background: url(/template/images/content-separator-horizontal.gif) repeat-x top;
}

#services:first-child {
	background: none;
}

#services h2 {
	background: url(/template/images/content-bullet.gif) no-repeat 0 4px;
	padding: 0 0 5px 10px;
}
/**** /Services ****/



/**** News ****/
.news {
	clear: both;
	padding: 8px 25px 0 10px;
	margin: 10px 0 0 20px;
	background: url(/template/images/news-separator.gif) no-repeat;
}

.news:first-child {
	padding-top: 0;
	background-position: 0 -8px;
}

.news h2 {
	position: absolute;
	margin: 0 0 0 55px;
}

.news .date {
	position: relative;
	font-size: 10px;
	color: #A48C7B;
}

.news .text {
	height: 37px;
	overflow: hidden;
}

.news .more {
	color: #A48C7B;
	font-size: 10px;
}

/***/

body#page-news .news .text {
	margin: 3px 0;
}

/***/

.news.promo h2 {
	margin-left: 0;
}

.news.promo .text {
	padding-top: 17px;
}

.news.promo a {
	color: #E4AFAF;
}
/**** /News ****/



/**** Pager ****/
#pager {
	padding: 0 0 0 7px;
}

#pager li {
	float: left;
	position: relative;
	margin: 12px 0 -5px 8px;

	background: none;
	padding-left: 0;
}

#pager li a {
	float: left;
	width: 19px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	color: #AD9A94;
	background: url(/template/images/pager-box.gif) no-repeat center 1px;
}

#pager li a.active {
	cursor: default;
	color: #7B645C;
}

#pager li a.prev {
	width: 59px;
	font-size: 10px;
	text-align: left;
	padding-left: 17px;
	background-image: url(/template/images/pager-prev.gif);
}

#pager li a.next {
	width: 59px;
	font-size: 10px;
	text-align: right;
	padding-right: 17px;
	background-image: url(/template/images/pager-next.gif);
}

.pagging-separator {
	margin: 12px 0 0 0;
}
/**** /Pager ****/



/**** Contacts ****/
#map_container {
	position: relative;
	width: 509px;
	height: 326px;
	margin: 20px auto;
	padding: 0 0 20px 0;
	background: url(/template/images/content-separator-horizontal.gif) repeat-x bottom;
}

#map_container span {
	position: absolute;
	padding: 3px 5px 3px 10px;
	line-height: 10px;
	cursor: pointer;
	opacity: .9;
	color: #FFFFFF;
	font-weight: bold;
	background: url(/template/images/map-arrow.gif) no-repeat 0 1px;
}

#map_container span.central {
	color: #4C0000;
}

/***/

#contacts {
	overflow: hidden;
	position: relative;
	height: 130px;
}

#contacts .container {
	position: absolute;
	top: -130px;
	width: 100%;
}

/***/

.contact {
	clear: both;
	overflow: hidden;
	position: relative;
	height: 110px;
	padding: 0 0 20px 20px;
}

.contact dl dt {
	float: left;
	position: relative;
	clear: both;
	width: 80px;
	font-weight: bold;
}

.contact .map {
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: .7;
}

.contact .map img {
	border: 2px solid #5B351D;
}
/**** /Contacts ****/



/**** Orders ****/
.orders_list {
	padding: 20px 20px 0 20px;
}

.orders_list .delete {
	text-align: center;
}

.orders_list .delete a {
	color: #FCD2C4;
	text-decoration: none;
}

.orders_list .options li {
	clear: both;
	padding: 0;
	background: none;
}

.orders_list .options li a {
	margin: 10px 0 0 0;
}

/***/

.orders_finish_table {
	padding: 30px 15px 0 15px;
}

#order_finish ul.err {
	margin: 0 0 15px 20px;
}

/***/

.redy_orders {
	padding: 10px 15px 0 15px;
}

.redy_orders table {
	clear: both;
	margin: 10px 0 20px 0;
}

.redy_orders h2 {
	clear: both;
	float: left;
	text-decoration: underline;
	margin: 5px 0 0 2px;
	color: #EFEFEF;
	font-size: 13px;
	cursor: pointer;
}
/**** /Orders ****/



/**** Files ****/
.files {
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 0 0 10px;
	clear: both;
	width: 610px;
	background: url(/template/images/content-separator-horizontal.gif) repeat-x 0 20px;
}

.files:first-child {
	background: none;
	padding-top: 20px;
}

.files dl {
	float: left;
	width: 280px;
	position: relative;
	background: url(/template/images/content-separator-vertical.gif) repeat-y left top;
}

.files dl:first-child {
	background: none;
}

.files dl dt {
	padding: 0 0 0 30px;
	font-weight: bold;
	position: relative;
	background: url(/template/images/content-bullet.gif) no-repeat 17px 4px;
}

.files dl dd {
	clear: both;
	position: relative;
	padding: 8px 0 0 30px;
	width: 250px;
}

.files-spearato {
	padding: 20px 0 0 0;
}

/***/

.file {
	float: left;
	padding: 0 0 5px 24px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.file.private {
	background-image: url(/template/images/file-private.gif);
}

.file.public {
	background-image: url(/template/images/file-public.gif);
}
/**** /Files ****/



/**** Calculator ****/
table#calculator_products_list {
	margin: 10px 0 0 10px;
}

table#calculator_products_list tr td {
	padding: 5px 0 5px 5px;
	background: url(/template/images/content-separator-horizontal.gif) repeat-x bottom;
}

table#calculator_products_list tr.last td {
	padding-bottom: 0;
	background: none;
}

table#calculator_products_list tr td a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

/**/

select#calculator_products_list {
	margin: 15px 0 15px 15px;
	width: 600px;
}

/***/

table#calculator_articles {
	margin: 15px;
	width: 600px;
}

table#calculator_articles * {
	font-size: 10px;
}

table#calculator_articles thead th {
	text-align: center;
}

table#calculator_articles tbody * {
	white-space: nowrap;
}

table#calculator_articles .td_field {
	text-align: center;
}

table#calculator_articles .td_field input {
	width: 60px;
}

table#calculator_articles select {
	clear: both;
	width: 130px;
}

table#calculator_articles .price {
	font-weight: bold;
	text-align: right;
}
/**** /Calculator ****/



/**** xxx ****/
/**** /xxx ****/



/**** xxx ****/
/**** /xxx ****/