﻿body {
	background-color: #ededed;
	margin: 0;
	font-family: Arial;
	cursor: default;
	font-size: 12px;
	color: #000000;
	background-image: url('images/bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

p {
	margin: 0;
}

img {
	border: 0;
}

#core {
	margin: auto;
	width: 891px;
}

#contact {
	height: 31px;
	text-align: right;
	padding-top: 15px;
	font-size: 12px;
}

#contact span {
	padding-left: 12px;
	padding-right: 15px;
	border-left: 1px solid #81ad34;
	border-right: 1px solid #afd968;
	color: #FFFFFF;
	font-weight: bold;
}

#site {
	background-color: #ffffff;
	border-bottom: 1px solid #d5d5d5;
}

#header {
	border-bottom: 1px solid #e5e5e5;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 22px;
	padding-bottom: 15px;
	position: relative;
	height: 60px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 15px;
}

#menu {
	position: absolute;
	right: -15px;
	top: 32px;
	height: 43px;
}

#menu .item {
	float: left;
	position: relative;
	border-right: 1px solid #e9e9e9;
}

#menu .item span {
	position: absolute;
	top: 0px;
	left: -999em;
}

#menu .item .up {
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#left {
	width: 580px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	padding-bottom: 20px;
}

#left .refs {
	border-bottom: 1px solid #e5e5e5;
	margin-right: 0px;
	padding-bottom: 10px;
}

#left .refs .cell {
	float: left;
	width: 162px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#left .refs img {
	position: relative;
	top: -1px;
	margin-right: 5px;
}

.prices img {
	position: relative;
	top: 5px;
	margin-right: 5px;
}

#left .refs p,
.prices p {
	margin-top: 7px;
	margin-bottom: 7px;
}

#left .text {
	line-height: 1.5;
	color: #010100;
	margin-bottom: 15px;
	margin-right: 20px;
}

#left a {
	color: #7dac2b;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

#right {
	float: right;
	width: 291px;
	margin-top: 20px;
}

#calc {
	background-image: url('images/calc_bg.png');
	padding-top: 10px;
	padding-bottom: 12px;
	position: relative;
}

#calc .title {
	background-image: url('images/calc_title.png');
	background-repeat: no-repeat;
	width: 291px;
	height: 41px;
	position: relative;
	margin-bottom: 10px;
	padding-top: 7px;
}

#calc .title p {
	margin-left: 195px;
	margin-top: 1px;
}

#calc .title span {
	position: absolute;
	top: 0px;
	left: -999em;
}

#calc .title a {
	color: #737373;
	text-decoration: none;
	font-size: 11px;
}

#calc .sign {
	position: relative;
	padding-left: 20px;
}

#calc .sign span {
	position: absolute;
	top: 0px;
	left: -999em;
}

#calc .line {
	position: relative;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #b3e45e;
	width: 100%;
	height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#calc .cell {
	height: 31px;
}

#calc .more{
	padding-left: 20px;
	cursor: pointer;
}

#calc .select {
	height: 35px;
	margin-left: 10px;
	position: relative;
	color: #000000;
	font-weight: bold;
}

#calc .select img {
	cursor: pointer;
	position: relative;
	top: 3px;
	margin-left: 10px;
	margin-right: 5px;
}

#calc .cell .left {
	margin-left: 20px;
	width: 65px;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	padding-top: 10px;
	float: left;
}

#calc .cell .small {
	background-image: url('images/calc_input3.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 31px;
}

#calc .cell .big {
	background-image: url('images/calc_input.png');
	background-repeat: no-repeat;
	height: 31px;
}

.biginput {
	background-image: url('images/calc_input_big.jpg');
	background-repeat: no-repeat;
	height: 31px;
}

#calc .cell .select {
	background-image: url('images/calc_select.png');
	background-repeat: no-repeat;
	height: 31px;
	cursor: pointer;
	margin-left: 0px;
}

#calc .cell .select input {
	cursor: pointer;
}

#calc  .drop_from {
	position: absolute;
	top: 106px;
	left: 85px;
	width: 183px;
	height: 189px;
	background-image: url('images/calc_drop.png');
	background-repeat: no-repeat;
	padding: 1px;
	display: none;
}

#calc .drop_from .data {
	height: 189px;
}

#calc .drop_from .data .item {
	margin-left: 2px;
	width: 140px;
	padding: 7px;
	border-bottom: 1px solid #656565;
	border-top: 1px solid #333333;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

#calc  .drop_to {
	position: absolute;
	top: 391px;
	left: 85px;
	width: 183px;
	height: 189px;
	background-image: url('images/calc_drop.png');
	background-repeat: no-repeat;
	padding: 1px;
	display: none;
}

#calc .drop_to .data {
	height: 189px;
}

#calc .drop_to .data .item {
	margin-left: 2px;
	width: 140px;
	padding: 7px;
	border-bottom: 1px solid #656565;
	border-top: 1px solid #333333;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

#calc .cell .right input,
.biginput input {
	border: 0;
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
}

#calc .cell .small input {
	width: 55px;
}

#calc .cell .big input {
	width: 173px;
}

#calc .cell .right {
	float: left;
	width: 185px;
}

#left .left {
	float: left;
	width: 261px;
}

#left .right {
	float: right;
	width: 276px;
	margin-right: 20px;
}

#left .title, #login .title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

#left .left img, #left .right img {
	margin-right: 5px;
	float: left;
}

#left .left .qt2, #left .right .qt2 {
	float: right;
}

#left i {
	color: #909090;
}

#left i span {
	color: #a1cf52;
}

#left .title img, #login .title img {
	float: none;
}

#left .title span, #login .title span {
	position: absolute;
	top: 0px;
	left: -999em;
}

#left .icell {
	float: left;
	color: #606060;
	width: 140px;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #e5e5e5;
}

#left .data {
	margin-right: 20px;
}

#left .error {
	background-color: #fce5e5;
	border: 1px solid #ffcfcf;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #222222;
	font-size: 13px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#left .error p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.left .cell a {
	color: #606060;
	text-decoration: none;
}

#left .form {
	width: 266px;
}

#left .row {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	height: 31px;
	margin-bottom: 23px;
	position: relative;
}

#left .row span {
	position: relative;
	top: 7px;
}

#left .row input {
	background-color: transparent;
	border: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 8px;
}

#left .button img{
	float: right;
	cursor: pointer;
}

#left .big {
	background-image: url('images/reg_input1.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#left .big input {
	width: 180px;
}

#left .medium input {
	width: 150px;
}

#left .medium {
	background-image: url('images/reg_input3.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#left .small input {
	width: 27px;
	left: 64px;
}

#left .small {
	background-image: url('images/reg_input2.png');
	background-repeat: no-repeat;
	background-position: 64px;
}

#left .contact {
	float: left;
	width: 100px;
	height: 30px;
}

#left .contact p {
	margin-top: 3px;
	margin-bottom: 3px;
}

#left .cl {
	width: 350px;
}

#left #cont div {
    padding-right: 10px;
}


.clr {
	clear: both;
}

.end {
	height: 20px;
}

#footer {
	color: #7e7e7e;
	font-size: 9px;
	margin: 5px;
	margin-top: 18px;
}

#footer .cell {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #d1d1d1;
}

#footer a {
	color: #7e7e7e;
	text-decoration: none;
}

#footer img {
	float: left;
	margin-right: 5px;
}

#login {
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #e6e6e6;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
}

#login .left {
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 60px;
	padding-top: 9px;
	margin-top: 11px;
	margin-bottom: 11px;
}

#login .left a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#login .reg {
	width: 80px;
	padding: 0;
}

#login .right {
	float: right;
	margin-top: 11px;
	margin-bottom: 11px;
}

#login .right input,
.input_field {
	background-image: url('images/login_input.png');
	background-repeat: no-repeat;
	width: 160px;
	color: #000000;
	border: 0px;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 8px;
}

.input_field2 {
	background-color: #81C52B;
	width: 160px;
	color: #ffffff;
	border: 1px inset #619F02;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.input_field3 {
	background-color: #FFFFFF;
	width: 160px;
	color: #000000;
	border: 1px solid #E4E4E4;
	font-weight: bold;
	font-size: 12px;
	height: 26px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.input_field4 {
	background-color: #FFFFFF;
	width: 465px;
	color: #000000;
	border: 1px solid #E4E4E4;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#login form {
	margin-bottom: 25px;
}

#login a {
	color: #7dac2b;
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}


#right .phone {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#right .phone span {
	font-weight: bold;
	color: #96c93d;
	font-size: 12px;
}

.leftcalc {
	margin-bottom: 20px;
}

#left .leftcalc .title {
	border: 0;
	padding: 0;
	width: 100%;
	background-image: url('images/calc_bg2.png');
	background-color: #222222;
}

#left .order {
	width: 205px;
}

.order_left {
	width: 290px;
	float: left;
}

.order_right {
	width: 290px;
	float: right;
}


.pricelist_bg {
    width: 268px;
    height: 207px;
    background-image: url('images/arlista_bg.png');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
}

.pricelist_bg2 {
    width: 268px;
    height: 89px;
    background-image: url('images/arlista_bg2.png');
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
}

.pricelist_bg .gray {
    color: #A5A5A5;
}

.inweb {
    color: #7e7e7e;
    font-size: 9px;
    margin: 5px;
    margin-top: 18px;
}

.inweb a {
    color: #7e7e7e;
}


#right .link a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#right .link a:link {
	color: #000000;
	text-decoration: underline;
}

#right .link a:hover {
	text-decoration: underline;
}
