﻿body, h1, h2, h3, h4, h5, h6, a, ol, ul, li, p, table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
html, body {
    margin: 0;
    padding: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #ffffff;
	background-image: url(../img/background.jpg);
	line-height: 20px;
}
img, a:focus {
	border: 0px;
	outline: 0px;
}
a {
	color: #0066c1;
}
h1, h2, h3, h4, h5, h6 {
	color: #dd4400;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h1 {
	font-size: 28px;
	line-height: 30px;
}
h2 {
	font-size: 24px;
	line-height: 26px;
}
h3 {
	font-size: 20px;
	line-height: 22px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
	font-weight: normal;
}
.coltext a img {
	width: 250px;
	height: 200px;

}
.pro1{
	overflow: hidden;
	text-decoration:underline;
	font-weight: bold;
	text-decoration: none;
}
.pro2 p {
	width: 300px;
	overflow: hidden;
}
button.button {
    display: block;
    background-image: linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -o-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -moz-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -webkit-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -ms-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.21, rgb(253,80,0)),
        color-stop(0.61, rgb(247,138,6))
    );
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 15px;
    border: 0;
    border-radius: 5px;
    height: 25px;
    margin: 0;
    padding: 0 10px;
}
button, input[type="button"], select:hover {
	cursor: pointer;
}
.clear {
	position: relative;
	width: 100%;
	height: 1px;
	clear: both;
}
input:focus {
	outline: none;
}
.site {
	width: 1000px;
    margin: 0 auto;
    overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.brdr {
	height: 1px;
	position: relative;
	overflow: hidden;
}
.brdr.dashed {
	background: url(../img/border-dashed.png) repeat-x;
	height:4px;
    margin: 5px 0;
}
.brdr.dashed .title {
	text-transform: uppercase;
}
.brdr.solid {
	background-color: #dadada;
}

header, section, footer {
	display: block;
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
header {
	height: 90px;
	background-color:#404040;
}
header a.logo {
	position: absolute;
	top:15px;
}
header .menu {
	position:absolute;
	height:31px;
	top:55px;
	left:450px;
}
header .menu ul {
	list-style: none;
}
header .menu ul li {
	display: inline-block;
	float: left;
	padding: 0 10px;
	height: 30px;
}
header .menu ul li.sep {
	width: 2px;
	background-image: url(../img/header-menu-border.png);
	padding: 0;
}
header .menu ul li a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
header .menu ul li a:hover {
	text-decoration: underline;
	color:#dd4400;
}
header .menu .icons {
	position: absolute;
	right: 7px;
	top: 7px;
}
header .menu .icons a {
	display: inline-block;
	float: left;
	margin-left: 6px;
}
header div.mail {
	position: absolute;
	left: 640px;
	font-size: 16px;
	height: 18px;
	line-height: 18px;	
	padding-top:20px;
}
header p.mailtel {
	text-decoration:underline;
	color: #fff;
	display: inline;
	padding-left: 30px;
}
header p.mailtel a {
	color: #fff;
}
section table.cart {
	position:relative;
	width:250px;
	left:480px;
	height:50px;
	display: inline;
}
section table.cart tr td.image img{
	width: 67px;
	height: 50px
}
section table.cart tr td {
	vertical-align: middle;
}
section  table.cart p {
	 display:inline;
	 color:#dd4400;
}
section .search {
	float:left;
	width:230px;
	height:40px;
	position: relative;
	padding-top:10px;
	padding-left:10px;
}
section .menu {
	margin-bottom: 20px;
}
section .menu ul {
	list-style: none;
}
section .menu ul li {
	margin-bottom: 6px;
	line-height: 18px;
}
section .menu ul li a {
	text-decoration: none;
	color: #dd4400;
	text-transform: uppercase;
	font-size: 18px;
	padding-left:5px;
}
section .menu ul li ul {
	margin: 5px 0 15px 0;
}
section .menu ul li ul li a {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	color: #454545;
	text-decoration: underline;
	padding-left:30px;
	background-image: url(../img/marker.jpg);
	background-position: 18px 6px;
	background-repeat: no-repeat;
	display: inline-block;
}
section .menu ul li ul li a:hover {
	color: #0066c1;
}
section .column .rek {
	margin-top:30px;
	margin-left:20px;
}
section .producers {
	float:right;
	margin-bottom: 20px;
	width:720px;
	line-height: 1.5;
	margin-right:10px;
}
section .producers p.title {
	font-size: 24px;
	text-transform: uppercase;
	color: #dd4400;
	text-align: left;
	margin-top:30px;
}
section .producers p{
	text-align: justify;
}
section .producers a {
	width: 100px;
	height: 40px;
	display: inline-block;
	float: left;
	margin-right:-10px;
}
section .producers img{
	width:80px;
	height:30px;
}
section .slider {
	width: 700px;
	height: 220px;
	position: relative;
    overflow: hidden;
}
section .slider img {
	position: absolute;
}
section .text {
	margin: 0 0 20px 0;
}
section .text p {
	margin: 0 0 20px 0;
}
section .catalog {
	width: 690px;
	margin: 0 0 20px -5px;
	padding-left:30px;
}
section .coltext {
	height:250px;
	padding:10px 0 0 20px;
    position: relative;
}
section .coltext .main {
	text-decoration:underline;
	font-weight: bold;
	margin-bottom:5px;
}
section  .coltext  a {
	float:left;
}

section .coltext .pro {
	width:300px;
}
section .coltext input {
	position:relative;
	left:50px;
	top:105px;
}
section  .coltext p {
	margin:0 0 10px 0;
}
section .news {
	width: 710px;
	position: relative;
	margin: 0 0 20px 0;
}
section .news .title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
}
section .news .title a {
	color: #dd4400;
	text-decoration: none;
	font-weight: bold;
}
section .news .block {
	width: 230px;
	margin: 0 5px 20px 5px;
	float: left;
}
section .news .block p.name {
	margin-bottom: 5px;
}
section .news .block p.name a {
	font-size: 14px;
}
section .news .block a.more {
	color: #777;
}
section .news .block a.more:hover {
	color: #333;
}
section .news .block p.date {
	font-size: 12px;
	color: #777;
}
section .news a.allmore {
	position: absolute;
	right: 0;
	bottom: -10px;
}
.column.center {
	width: 710px;
	margin: 0 0 0 20px;
	margin-bottom:20px;
}
.column.center a{

}
section .breadcrumbs {
	position:absolute;
	width:400px;
	display:inline;
	top:20px;
	left:280px;
}
section .breadcrumbs p, section .breadcrumbs img, section .breadcrumbs a {
	float: left;
	margin: 0 5px 0 0 !important;
}
section .breadcrumbs img {
	position: relative;
	top: 7px;
}
section .cities {
	margin-bottom: 10px;
}
section .cities a {
	display: inline-block;
	width: 236px;
	float: left;
	margin-bottom: 20px;
}
section .cities a.selected {
	color: #DD4400;
}
section .pagination {
	height: 50px;
	line-height: 50px;
}
section .pagination .inside {
	position:relative;
	left:250px;
}
section .pagination .inside a, section .pagination .inside p {
	float: left;
	margin-left: 5px;
}
section .pagination .inside a.gray {
	color: #454545;
}
section .text p.unelect {
	color: #777;
}
section .text table {
	margin-bottom: 20px;
}
section .product-image {
	margin: 0 0 20px 0;
}
section .product-image img {
	width: 220px;
}
section .quest {
	padding:10px 0 0 20px;
}
section .quest p {
	padding:0 0 10px 0;
}
section .quest .in {
	width:230px;
	margin-right:10px;
}
section .quest .cif {
	background-color:#f5f5f5;
	width:360px;
}
section .quest table {
    width: 590px;
}

section .quest table td {
    width: 300px;
}
section .quest table input[type=text] {
    width: 280px;
}
footer {
	height: 80px;
	background-color:#404040;
	color:#d8d8d8;
}
footer .menu {
	position:absolute;
	height:31px;
	top:10px;
	left:330px;
}
footer .menu ul {
	list-style: none;
}
footer .menu ul li {
	display: inline-block;
	float: left;
	padding: 0 5px;
	height: 30px;
}
footer .menu ul li.sep {
	position:relative;
	width: 2px;
	background-image: url(../img/bottom-menu-border.png);
	padding: 0;
	height:20px;
	top:5px;
}
footer .menu ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
footer .menu ul li a:hover {
	text-decoration: underline;
	color:#dd4400;
}
footer .menu .icons {
	position: absolute;
	right: 7px;
	top: 7px;
}
footer .menu .icons a {
	display: inline-block;
	float: left;
	margin-left: 6px;
}
footer .copyright {
	position: absolute;
	left: 0;
	top: 15px;
}
footer .tags {
	position: absolute;
	left: 0;
	top: 35px;
	color: #777;
}
footer .counters {
	position: absolute;
	right: 0;
	top: 12px;
}
footer .copy {
	position: relative;
	left:10px;
	top:40px;
	width:768px;
}
footer .itgrade {
	position: absolute;
	right: 10px;
	top:40px;
}
footer .itgrade img {
	position: absolute;
	left: -20px;
	top:2px;
}
footer .itgrade a {
	color: #d8d8d8;
}

.block {
    width: 300px;
    min-height:250px;
    margin: 0 5px 10px 5px;
    padding:10px;
    text-align: left;
    float: left;
    border:1px solid #cccccc;
}
.block .title {
    width: 300px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
}
.block .title a {
    color: rgba(0,0,0,1);
}
.block .title a:hover {
    color: rgba(0,0,0,.5);
}
.block .text {
    width: 300px;
    overflow: hidden;
    margin: 0;
}

.block .text p {
	margin: 0;
}

.block .image {
    float: left;
    width: 125px;
    height: 125px;
}
.block .articul {
    float: left;
    width: 175px;
    height: 20px;
    margin: 0 0 10px 0;
}
.block .articul p {
    float: left;
    font-weight: bold;
}
.price {
    float: left;
    height: 20px;
    text-align: left;
    overflow: hidden;
    font-size: 20px;
    color: #e3761d;
    font-weight: bold;
    margin: 0 30px 10px 0!important;
}
.block .buys {
    float: left;
    width: 175px;
    height: 25px;
}
a.buy{
	display: block;
    background-image: linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -o-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -moz-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -webkit-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -ms-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.21, rgb(253,80,0)),
        color-stop(0.61, rgb(247,138,6))
    );
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 15px;

    border-radius: 5px;
	width: 88px;
	height: 25px;
	margin: 0;
	padding: 0;
}
.block.b {
	min-height: 530px;
	overflow: hidden;
}
.item_b {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.block.b table {
    width: 300px;
}
.block.b table td, .block.b table th {
    vertical-align: top;
}

section h1 {
    margin: 5px 0;
    font-size:24px;
    text-transform: uppercase;
    color: #dd4400;
}

.centr {
    text-align: center;
}

a.arrow-left {
    display: block;
    position: absolute;
    top: 94px;
    left: 16px;
    outline: none;
    background: url("../img/arrow-left.png");
    width: 41px;
    height: 39px;
}

a.arrow-right {
    display: block;
    position: absolute;
    top: 94px;
    right: 16px;
    outline: none;
    background: url("../img/arrow-right.png");
    width: 41px;
    height: 39px;
}

.control {
    height: 220px;
}

.slider .inside {
    position: absolute;
    width: 656px;
    height: 200px;
    margin: 10px 22px;
}

