@charset "windows-1251";
/* CSS Document */

.logo
{
	position:absolute;
	width:331px;
	height:169px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	top:0px;
	right:0px;
}

/*------------------------------------*\
	СБРОС
\*------------------------------------*/ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}





/*------------------------------------*\
	ОСНОВНЫЕ ПРАВИЛА
\*------------------------------------*/

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:21px;
	color:#333;
	width:960px;
	margin:0 auto;
	padding:10px;
	background-image:url(images/logo2.png);
	background-repeat:repeat;
}





/*------------------------------------*\
	НАВИГАЦИЯ
\*------------------------------------*/
#nav{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:10px;
	margin-left:18px;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	display:block;
}
#nav li a{
	display:block;
	padding:5px;
	color:#fff;
	background:#59AC26;
	text-decoration:none;
	
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); /* Тень текста, чтобы приподнять его на немного */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#nav li a:hover{
	color:#fff;
	background:#59AC26;
	background:rgba(89,172,38,0.75); /* Выглядит полупрозрачным */
	text-decoration:underline;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устнавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
		
}
#nav ul li{
	padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	float:none;
	background:url(dot.gif);
}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
	z-index:999;
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	background:#59AC26;
	background:rgba(89,172,38,0.75); /* Выглядит полупрозрачным */
	text-decoration:underline;
	color:#FFF;
}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background:#000;
	background:rgba(0,0,0,0.75); /* Будет полупрозрачным */
	text-decoration:underline;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}

.maintablesite
{
	width:800px;
}

.tablemenu
{
	position:absolute;
	margin:0 auto;
	top:250px;
}

.slogan
{
	height:200px;
}

.text
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:14px;
	color:#111;
	margin:15px;
	padding-top:10px;
	line-height:23px;
}

.footer
{
	padding-top:50px;
	font-size:13px;
}

.langs
{
	position:absolute;
	top:15px;
	left:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#59AC26;
}

.langs a
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#59AC26;
}

.langs a:hover
{
	text-decoration:none;
}

h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:35px;
	color:#000;
	line-height:35px;
	padding-top:15px;
	padding-bottom:20px;
}

.news h3
{
	font-size:20px;
	text-transform:uppercase;
}

.news a
{
	color:#000;
	text-decoration:none;
}

.news a:hover
{
	text-decoration:underline;
}

.detal a
{
	text-decoration:underline;
}

.detal a:hover
{
	text-decoration:none;
}

.pstrnav {
	padding: 0px 10px 20px 15px;
	color:#59AC26;
	text-align:center;
}

.pstrnav a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:18px; 
	color:#000;
	text-decoration:none;
}

.pstrnav a:hover
{
	color:#666;
	text-decoration:underline;
}

.imagegallery p
{
	padding-bottom:25px;
}

/* Горизонтальное меню категорий */

div.sc_menu {
	position: relative;
	height: 30px;
	width: 800px;
	overflow: auto;
	padding-top:10px;
}
ul.sc_menu {
	display: block;
	height: 110px;
	width: 2500px;	
	padding: 0; 
	margin: 0 auto;	
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:21px;
	color:#59AC26;
	letter-spacing: -1pt;
	
}

.sc_menu a:hover {
	color:#000;
	text-decoration:underline;
}

/* Конец горизонтального меню категорий */

.webshop h3
{
	font-size:20px;
	text-transform:uppercase;
	padding-left:20px;
}

.webshop a
{
	color:#000;
	text-decoration:none;
}

.webshop a:hover
{
	text-decoration:underline;
}

.webshop p
{
	margin-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.webshop img
{
	border:10px solid #FFF;
	    -webkit-box-shadow: 0px 0px 10px #222;
    -moz-box-shadow: 0px 0px 10px #222;
    box-shadow: 0px 0px 10px #222;
}

.imgwebshopsmall
{
	padding-left:25px;
}

.imgwebshopsmall img
{
	margin-left:15px;
		border:10px solid #FFF;
	    -webkit-box-shadow: 0px 0px 2px #222;
    -moz-box-shadow: 0px 0px 2px #222;
    box-shadow: 0px 0px 2px #222;
}

.valuaselect
{
	padding-top:10px;
}

.valuaselect a
{
	font-weight:bold;
	color:#59AC26;
	margin-left:5px;
}

.valuaselect a:hover
{
	color:#000;
	text-decoration:none;
}

#myshoppingcart2
{
	position:fixed;
	width:64px;
	height:100%;
	top:50%;
	left:15px;
}

.shoppingcart h3
{
	font-size:20px;
	text-transform:uppercase;
	padding-top:8px;
	padding-bottom:8px;
}

.shoppingcart a
{
	color:#000;
	text-decoration:none;
}

.shoppingcart a:hover
{
	color:#333;
	text-decoration:underline;
}

.shoppingcart .zagshopcart h3
{
	font-size:18px;
}

.payorclear a
{
	color:#333;
	text-decoration:none;
}

.payorclear a:hover
{
	color:#000;
	text-decoration:underline;
}


.payimg
{
	padding-left:17px;
}

.createorder h3
{
	font-size:25px;
	text-transform:uppercase;
}

.maxinfopole
{
	display:none;
	background-color:#FFF;
	border: 2px solid #000;
	width:400px;
	height:400px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-200px 0 0 -200px;
	color:#000;
	padding:10px 15px;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	z-index:999999;
}

.maxinfopole .close {
display:block;
position:absolute;
top:-10px;
right:-10px;
width:24px;
height:24px;
text-indent:-9999px;
outline:none;
background:url(images/closeshop.png) no-repeat;
}

.maxinfopole img
{
    border:10px solid #FFF;
	-webkit-box-shadow: 0px 0px 2px #222;
    -moz-box-shadow: 0px 0px 2px #222;
    box-shadow: 0px 0px 2px #222;
}

.maxinfopole h3
{
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
}

#countersc
{
	position:fixed;
	left:7px;
	bottom:7px;
}

/* ОФОРМЛЕНИЕ ЗАКАЗА */

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border : none; } 
input[type="submit"]:focus, input[type="button"]:focus { outline : none; }

.clear { clear: both; }

#container {
    background: url('../images/container.png') no-repeat;
    width: 754px;
    height: 370px;
    margin: 20px auto;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
    #container #first_step, #second_step, #third_step, #fourth_step { display: none; }
    #container #first_step { display: block; }

    #container .form { margin: 66px 72px 0 72px; }
    
    #container h1, #container h2 {
		
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 24px;
        text-shadow: 1px 1px 2px #222;
		padding:0px;
    }
        #container h1 span { color: #0C3; }
        
    #container h2 {
        color: #888;
        font-size: 20px;
        text-align: left;
        text-shadow: none;
    }
    
    #container table {
        margin: 20px 40px;
        font-size: 14px;
        font-weight: bold;
    }
        #container table td {
            padding: 5px 10px;
        }
            #container table td:nth-child(2) {
                color: #15AC3A;
            }   
        
    #container input, #container select {
        background: url('../images/input.png') no-repeat;
        color: #888;
        border: 1px solid #ccc;
        font-family: Cantarell, Verdana, sans-serif;
        font-weight: bold;
        font-size: 15px;
        width: 300px;
        height: 35px;
        padding: 0 25px;
        margin: 20px 0;
        float: left;
        
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
	
	    #container textarea {
        color: #888;
        border: 1px solid #ccc;
        font-family: Cantarell, Verdana, sans-serif;
        font-weight: bold;
        font-size: 15px;
        width: 300px;
        height: 110px;
        padding: 0 25px;
        margin: 20px 0;
        float: left;
        
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }
        #container input.submit {
            background: url('../images/button.png') no-repeat;
            border: none;
            cursor: pointer;
            width: 64px;
            height: 64px;
            position: relative;
            bottom: 35px;
            left: 655px;
        }
            #container input.submit:focus { border: none; }
        
        #container input.send{ background: url('../images/send.png') no-repeat; }
            
        #container input.error { border: 1px solid red; }
        #container input.valid { border: 1px solid #1FFF00; }
        
        #container input:focus, #container select:focus {
            border: 1px solid #15AC3A;
            color: #15AC3A;
        }

    #container select { padding: 5px 0 5px 25px; }
        #container option { padding: 0 15px; }

    #container label {
        color: #666;
        font-size: 16px;
		text-transform:uppercase;
        font-weight: bold;
        line-height: 14px;
        float: right;
        margin: 23px -25px;
        width: 270px;
    }
    

#progress_bar {
    background: url('../images/progress_bar.png') no-repeat;
    width: 339px;
    height: 24px;
    margin: 0 auto;
    position: relative;
}

#progress {
    background: url('../images/progress.png') repeat-x;
    width: 0px;
    height: 23px;
    
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#progress_text {
    position: relative;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px #222;
    width: 339px;
    height: 24px;
    top: -23px;
    left: 0;
}

#mainpageiconnew
{
	position:absolute;
	width:100px;
	height:100px;
	margin-left:158px;
	z-index:999999;
}

#mainpageiconnew img
{ 
-webkit-filter: drop-shadow(1px 1px 15px rgba(132,178,79,1));
}

#mainpageiconhit
{
	position:absolute;
	width:100px;
	height:100px;
	margin-left:158px;
	z-index:999999;
}

#mainpageiconhit img
{ 
-webkit-filter: drop-shadow(1px 1px 15px rgba(247,180,13,1));
}

#mainpageiconbest
{
	position:absolute;
	width:100px;
	height:100px;
	margin-left:158px;
	z-index:999999;
}

#mainpageiconbest img
{ 
-webkit-filter: drop-shadow(1px 1px 15px rgba(225,104,33,1));
}

.bannermain img:hover
{
	opacity:0.9;
}