/*@import url(http://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic,latin);*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body{
	background: #000000;
	/* background: #000000 url(/tpl/img/bg.jpg) no-repeat left 20px fixed; */
	margin:0; padding:0; 
	font: normal 16px 'PT Sans', sans-serif;
	color:#00DDDD;
	line-height: 140%;
	}

div, p, h1, h2, h3, ul, li, a, form, input, label, img{
	margin:0; padding:0; border: none;
	}

h1{
font-size: 24px;
}

h1,h2,h3,h4,h5{
color: rgb(0, 221, 221);
line-height: 120%;
margin-bottom: 20px;
}
	
.spacer{
line-height:0; font-size:0; clear:both;
}

.silver{
color: silver;
}
	
a{
color: rgb(0, 221, 221);
}
/*-----------------------Header Start----------------------------------*/

.center{
text-align: center;
}

#headercenter{
	width: 1000px;
	margin: 0 auto;
}	
	
#logo{
	top: 10px;
	position: absolute;
	z-index: 2;
	}
	
#logo img{
width: 250px;
}	
	
section{
background: rgba(0, 0, 0, 0.95);
overflow: hidden;
margin:0 auto;
padding: 0 30px 10px 0;
width:1000px;
-moz-box-shadow: 0px 0px 25px black;
-webkit-box-shadow: 0px 0px 25px black;
box-shadow: 0px 0px 25px 15px black;
	}

header{
	border-bottom: 28px solid #1C1C1C;
	background: black url(img/header_bg.jpg) no-repeat center;
	margin-bottom: 20px;
	height:225px!important;
}

header>img{
	position:absolute; left:313px; top:101px;
	background:#000000 url(img/logo.png) no-repeat 0 0;
	color:#FFFFFF
	}
	
header h1{
	position:absolute; left:350px; top:0px;
	background:url(..img/logo.gif) no-repeat 0 0 #000000;;
	font:bold 20px/22px Arial, Helvetica, sans-serif;
	color:#333333; text-indent:-2000px; width:310px; height:161px;
	}	
	
header h2{
	position:absolute; left:347px; top:162px;
	background:url(img/title.jpg) no-repeat 0 0 #000000;;
	font:bold 20px/22px Arial, Helvetica, sans-serif;
	color:#333333; text-indent:-2000px; width:298px; height:26px;
	}

header h3{
	position:absolute; left:313px; top:230px;
	background:url(img/slogan.jpg) no-repeat 0 0 #000000;
	font:bold 20px/22px Arial, Helvetica, sans-serif;
	color:#333333; text-indent:-2000px; width:383px; height:26px;
	}


address{
display: block;
position: absolute;
top: 20px;
line-height: 120%;
}

address p{
margin-bottom: 2px;
}

#cart{
position: absolute;
top: 175px;
background: url(img/cart-img.png) no-repeat left;
height: 40px;
width: 230px;
text-align: right;
text-decoration: none;
color: #FC0A2C;
font-weight: bold;
text-shadow: 0px 0px 3px red;
}

#cart span{
color: gold;
font-size: 12px;
text-shadow: none;
}

menu>ul {
	position: absolute;
	width: 1000px;
	top: 220px;
	padding-top: 2px;
	list-style: none;
	margin-left: 43px;
}

	
menu>ul li{
float:left;
box-shadow: 0px 0px 5px black;
}

menu>ul li a{
display: block;
color: #AFD7D1;
text-decoration: none;
font: 16px Arial, Helvetica, sans-serif;
padding: 1px 21px;
-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
transition: all 0.3s ease-out;
}

menu>ul a:hover{
border-top: 0px;
background:#E01E1F;
}	

menu>ul a:hover{
color: white;
}

menu>ul ul{
display: none;
position: absolute;
list-style-type: none;
background: #1C1C1C;
z-index: 999;
box-shadow: 0px -5px 5px rgba(0,0,0,0.5) inset,  0px 5px 5px black;
}

menu>ul li:hover ul{
display: block;
}

menu>ul ul li{
clear: both;
z-index: 99;
box-shadow: none;
padding: 0 5px;
text-align: center;
}

menu>ul ul li a{
display: block;
width: 100px;
padding: 5px 10px;
}

menu>ul img{
margin: 0!important;
padding: 0!important;
position: relative!important;
}

.lang{
opacity: 0.8;
padding: 0 0 0 4px!important;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
}

.lang img{
width: 30px;
}

.lang a{
opacity: 0.8;
background: none!important;
padding: 1px!important;
float: left;
}

.lang a:hover{
opacity: 1;
}
/*------------------------------------------Header End----------------------------------*/

/*------------------------------------------Left Start----------------------------------*/

/* ------------------Menu katalog------------------- */
.title{
text-align: center;
font-size: 18px;
color: #00DDDD;
}

.title_bar, .title_bar a{
text-decoration: none;
font-size: 12px;
color: gray;
}

.title_bar a:hover{
color: yellow;
}

aside{
	position:relative;
	width:250px;
	padding:9px 0 0 0px;
	float:left;
}

nav{
padding-top: 10px;
margin-bottom: 15px;
background: rgb(28, 28, 28);
}

nav>ul {
font-weight: bold;
margin-top: 10px;
margin-left: 10px;

padding-left: 25px;
padding-bottom: 5px;

}

nav li {
margin-left: 5px;
padding: 0px;
position: relative;
}

nav>ul>li:first-of-type>a{
color: red;
text-transform: uppercase;
font-size: 20px;
}

nav a, #salute {
color: #9FFFFF;
text-decoration: none;
display: block;
margin: 0px;
padding: 3px 8px;
line-height: 120%;
}

nav a:hover, nav .act_link a , #salute:hover {
color: #FFFF00;
background-color: #333333;
margin-right: 5px;

}

nav li ul {
color: #FFFF00;
padding-left: 10px;
font-size: 13px;
}
/* ----------------End Menu katalog----------------- */

.box{
text-align: center;
background: #1C1C1C;
margin-bottom: 15px;
padding: 5px 5px 15px;
}

.box a{
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
}

.box a:hover{
color: white;
}

#saluteshop{
outline: none;
text-align: center;
text-decoration: none;
color: white;
}

a#saluteshop:hover{
text-shadow: 0px 0px 3px white;
}

#saluteshop img{
opacity: 0.8;
height: 120px;
padding: 5px 0 5px 0;
}

#saluteshop img:hover{
opacity: 1;
height: 130px;
padding: 0px;
}	

/*------------------------------------------Left End-------------------------------------*/

/*------------------------------------------Right Start----------------------------------*/

main{
float: right;
overflow: hidden;
width: 700px;
text-align: justify;
margin-top: 10px;
}

main p{
margin-bottom: 10px;
}
	
main h1{
	background:url(img/contact_line.gif) repeat-x 0 bottom; color:#FFFFFF;
	padding-bottom: 10px;
	}
main h2 span{
	font:normal 22px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF; padding:0 3px 0 0; 
	}
main p.lightGrey{
	color:#B2B2B2; padding: 15px 0 5px 0;
	}
li.lightGrey{
padding-left: 30px;
}

li.lightGrey:before{
content: " - ";
}	
main ul{
	margin:0; padding:8px 0 0 0; list-style:none;
	}
	
main ul li.no1{
	background:url(img/company_li_1.gif) no-repeat 0 0 #000000;
	text-transform:uppercase; padding:0 0 14px 35px;
	}
main ul li.no2{
	background:url(img/company_li_2.gif) no-repeat 0 0 #000000;
	text-transform:uppercase; padding:0 0 14px 35px;
	}
main ul li.no3{
	background:url(img/company_li_3.gif) no-repeat 0 0 #000000;
	text-transform:uppercase; padding:0 0 14px 35px;
	}
main ul li span{
	color:#B2B2B2; text-transform:lowercase; background-color:#000000;
	}

footer{
	background-color:#121212;
	color:silver;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	overflow: hidden;
	clear: both;
	}

/* category	 */
#category li{
float: left;
text-align: center;
width: 230px;
height: 190px;
}

#category li a{
text-decoration: none;
}

#category li img{
display: block;
width: 200px;
margin: 0 auto 10px;
-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
transition: all 0.3s ease-out;
}

#category li a:hover img{
width: 220px;
}
/* End category	 */

/* LINE */
.line{
display: block;
overflow: hidden;
margin-bottom: 10px;
padding: 10px;
font-size: 14px;
min-height: 80px;
position: relative;
text-align: left;
border: 1px solid #1C1C1C;
-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
transition: all 0.3s ease-out;

text-decoration: none;
-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
transition: all 0.3s ease-out;
}

.line:hover{
background: #1C1C1C;
border: 1px solid white;
color: white;
}

.line h3{
font-size: 26px;

}

.line img{
width: 150px;
float: left;
margin-right: 30px;
}

.line .soldout{
display: block;
bottom: 10px;
left: 35px;
opacity: 0.6;
font-size: 22px;
padding: 2px 20px;
position: absolute;
color: white;
background: red;
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-moz-box-shadow: 0px 0px 4px black;
-webkit-box-shadow: 0px 0px 4px black;
box-shadow: 0px 0px 4px black;
-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
transition: all 0.3s ease-out;
}

.line:hover .soldout{
opacity: 1;
}

.line .sale, .line .discount, .line .topsale,.line .newsale{
display: block;
top: -7px;
left: -2px;
position: absolute;
text-align: center;
width: 85px;
height: 75px;
margin-top: 10px;
line-height: 85px;
color: white;
font-size: 19px;
overflow: hidden;
text-transform: uppercase;
background: url('/tpl/img/sale2.png') no-repeat center;
-moz-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.line .sale{
color: black;
}
.line .topsale,.line .newsale{
font-size: 24px;
font-weight: bold;
background: url('/tpl/img/sale3.png') no-repeat center!important;
}

.line .newsale{
background: url('/tpl/img/sale2.png') no-repeat center!important;
}

.line .prod_box_cont{
color: silver;
}

.line .p-add a{
text-align: center;
right: 10px;
bottom: 10px;
}

.line .p-add a:hover{
color: white;
}
/* END LINE */

/* SEARCH */
#search-form{
margin-bottom: 10px;
}

#search-form input[type=search]{
border: 1px solid gray;
background: #1C1C1C;
padding: 5px;
width: 172px;
color: white;
}

#search-form input[type=submit],#searchpage input[type=submit]{
background: #1C1C1C;
color: white;
padding: 5px;
cursor: pointer;
}

#search-form input[type=submit]{
width: auto;
}

.search_input{
width: 230px;
background: none;
font-size: 16px;
}

#searchpage input[name=search]{
border: 1px solid gray;
background: #1C1C1C;
padding: 5px;
width: 580px;
color: white;
margin-bottom: 20px;
}
/* END SEARCH */

/* SLIDER */
.m-slider{
position: relative;
}

.navigation a{
display: block;
height: 45px;
text-indent: -9999px;
position: absolute;
top: 50%;
margin-top: -22px;
background: url(/tpl/js/carouFredSel/prev-horizontal.png) no-repeat -140px 0;
}

.m-slider:hover .navigation a{
background-position:-2px 0;
}

.navigation a:active{
margin-top: -20px;
}

.navigation .next{
right: 0;
background: url(/tpl/js/carouFredSel/next-horizontal.png) no-repeat -140px 0;
}

.pager{
text-align: center;
}

.pager a{
display: inline-block;
width: 0px;
height: 0px;
padding: 20px 0 0 20px ;
overflow: hidden;
margin: 0;
text-decoration: none;
background: url(/tpl/js/carouFredSel/controlls.gif) no-repeat center bottom;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
}

.pager a:hover,.pager .selected{
background-position: center top;
}
/* GRID */
.grid{
position: relative;
height: 300px;
background: black;
text-align: center;
border: 1px solid #494949;
float: left;
margin: 0 20px 10px 0;
text-align: center;
-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
transition: all 0.3s ease-out;
}

.grid:hover{
border: 1px solid red;
-moz-box-shadow: 0px 0px 10px black;
-webkit-box-shadow: 0px 0px 10px black;
box-shadow: 0px 0px 10px red;
}

.grid a{
text-decoration: none;
}

.grid h4{
font-weight: normal;
margin-top: 5px;
font-size: 1.1rem;
}

.grid:hover a{
color: white;
}

.grid img{
max-width: 148px;
max-height: 150px;
width: auto;
height: auto;
	margin:0 auto;
}

.grid .cost{
	position: absolute;
width: 100%;
display: block;
bottom: 35px;
	left: 0%;
text-align: center;
font-size: 16px;
color: #FE4420;
}

.grid .cost b{
font-size: 20px;
}

p.cost:first-letter{
margin: 0!important;
}

.grid .buy{
position: absolute;
display: block;
bottom: 3px;
text-align: center;
width: 100%;
	left: 0;
}

.grid a.buy{
text-transform: uppercase;
}

.grid .costtitle{
font-size: 12px;
}

.grid .soldout{
display: block;
bottom: 10px;
left: 35px;
opacity: 0.3;
padding: 2px 20px;
position: absolute;
color: white;
background: red;
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-moz-box-shadow: 0px 0px 4px black;
-webkit-box-shadow: 0px 0px 4px black;
box-shadow: 0px 0px 4px black;
-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
transition: all 0.3s ease-out;
}

.grid:hover .soldout{
opacity: 1;
}

.grid .green, .sale{
display: block;
top: -7px;
right: -15px;
position: absolute;
width: 85px;
height: 75px;
margin-top: 10px;
line-height: 85px;
color: white;
font-size: 19px;
overflow: hidden;
text-align: center;
text-transform: uppercase;
background: url('/tpl/img/sale.png') no-repeat center;
-moz-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.grid .sale{
color: black;
}
.grid .topsale,.grid .newsale{
font-size: 24px;
font-weight: bold;
background: url('/tpl/img/sale3.png') no-repeat center!important;
}

.grid .newsale{
background: url('/tpl/img/sale2.png') no-repeat center!important;
}

.grid .oldprise{
font-size: 12px;
text-decoration: line-through;
color: black;
}

.grid .buttons{
position: absolute;
display: block;
width: 140px;
right: 5px;
height: 23px;
bottom: 30px;
text-align: center;

}

.grid .buttons a{
position: absolute;
display: block;
width: 70px;
border-radius:3px;
opacity: 0.9;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
}

.grid .buttons a.details{
color: white;
background: rgb(145,183,29); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(145,183,29,1) 0%, rgba(115,136,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,183,29,1)), color-stop(100%,rgba(115,136,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(145,183,29,1) 0%,rgba(115,136,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(145,183,29,1) 0%,rgba(115,136,10,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(145,183,29,1) 0%,rgba(115,136,10,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(145,183,29,1) 0%,rgba(115,136,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91b71d', endColorstr='#73880a',GradientType=0 ); /* IE6-9 */


}

.grid .buttons a.tobuy{
color:#A1E519;
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}
.grid .buttons a:hover{
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
opacity: 1;
color: white;
}

.grid .tobuy{
right: 1px;
}

.grid-img-link{
display: block;
height: 155px;
}

.hidden-data-vocabulary{
position: absolute;
height: 1px;
overflow: hidden;
}

/* END GRID */
/* VIEW ITEM */
.title_bar{
width: 850px;
float: left;
font-size: 13px;
margin-bottom: 10px;
}

.title_bar a{
color: gray;

}

.item-cost-box{

color: #FFFF00;
font-family: Tahoma;
clear: both;
}

.item-cost{

font-size: 45px;
}

.price-marker{
display: inline-block;
margin-left: 10px;
text-align: right;
font-size: 13px;
color: silver;
}

.price-marker span{
color: #FFFF00;
font-size: 18px!important;
}

.item-description{
clear: both;
font-size: 14px;
padding: 10px 0;
}

.articul{
color: gray;
}

#item-big-img{
position: relative;
width: auto;
margin: 5px 0;
margin-right: 100px;
float: left;
}

#item-big-img img{
max-width: 400px;
border: 1px solid silver;
}

#addtocart .btn{
display: block!important;
padding: 3px 5px;
text-align: center;
margin-top: 20px;
width: 120px;
cursor: pointer;
text-transform: uppercase;
}
.clear{
border-bottom: 1px solid #494949;
clear: both;
overflow: hidden;
padding-top: 20px;
margin-bottom: 20px;
}

.same_bar, .title_name{
font-size: 24px;
color: #FFC300;
text-transform: uppercase;
margin-bottom: 10px;
clear: both;
display: block;
}

/* SMALL IMG */




#tags{
	color:#000000;
	font-size: 6px;
	}

#video a{
display: block;
background: black;
width: 310px;
margin: 10px;
padding: 10px;
float: left;
text-align: center;
box-shadow: 0px 0px 1px #B5FEFA;
-moz-box-shadow:  0px 0px 1px #B5FEFA;
-webkit-box-shadow:  0px 0px 1px #B5FEFA;
text-decoration: none;
-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
transition: all 0.3s ease-out;
}

#video a:hover{
box-shadow: 0px 0px 10px white;
-moz-box-shadow:  0px 0px 10px white;
-webkit-box-shadow:  0px 0px 10px white;
color: white;
}

#video a span{
height: 50px;
display: block;
}

#video img{
width: 300px;
}

#partners, .keys {
position: absolute;
right: 20000px;
bottom: 20000px;
}

/* news */
.mainbox{
clear: both;
overflow: hidden;
}

.mainbox a{
text-decoration: none;
}

.mainbox h2{
text-align: left;
margin-bottom: 4px;
width: 504px;
float: left;
font-size: 21px;
background: none!important;
width: auto!important;
}

.mainbox a:hover{
color: white;
text-shadow: 0px 0px 2px white;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
}

.mainbox img{
width: 120px;
margin: 5px 5px 0 0;
float: left;
border: 2px solid #1C1C1C;
}

.mainbox div.boxcontainer{
position: relative;
margin: 5px auto 0;
overflow: hidden;
min-height: 110px;
padding: 5px 10px 7px;
border: 1px solid #1C1C1C;
}

.mainbox .description{
overflow: hidden;
width: 100%;
}

/* --------end news--------- */

/* --------Gallery--------- */
#gallery{
overflow: hidden;
}

#gallery a{
display: block;
float: left;
width: 164px;
margin: 5px;
opacity: 0.8;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
}

#gallery a:hover{
opacity: 1;
}

#gallery img{
width: 164px;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
border-radius:8px;
}

#gallery img:hover{
box-shadow: 0px 0px 5px #00DDDD;
}


/* --------END Gallery--------- */
#box{
clear: both;
}

#box a{
display: block;
float: left;
width: 205px;
height: 200px;
text-align: center;
}

#box img{
width: 200px;
border: 1px solid wait;
border-radius: 8px;
}

#box img :hover{
border-radius: 5px;
}



/* CATALOG */
table {
width: 600px;
font:normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table a {
color:#64FFFF; text-decoration: none ;
}

table a:hover{
color:#FFFFFF;
text-decoration: underline ;
}
  
td {
vertical-align: top;
}

.thumbnail img{  
border-width: 0;    
position: absolute;
visibility: hidden;
left: 20%;
}   

.thumbnail:hover {
color: #64FFFF;
background-color: red;
}

.thumbnail:hover div{
background: url(images/loader.gif) no-repeat 50% 50% ; 
position: absolute;
left: 20%;
width: 300px;
height: 300px;
}

.thumbnail:hover img{   
visibility : visible ;
width: 300px;
}

table a img{
border-color: black;   
width: 25px;
}
table a:hover img{
border-color: #64FFFF; 
width: 25px;
}
/* END CATALOG */

/* PARTNERS */
#partn{
clear: both;
overflow: hidden;
}

#partn li{
float: left;
width: 180px;
height: 240px;
margin: 20px;
text-align: center;
}

#partn li a{
text-decoration: none;
color: white;
}

#partn img{
width: 180px;
height: 180px;
}

#at4-recommended-outer-container{
background: black;
}

.yashare-auto-init{
position: relative;
margin-bottom: 10px;
transform: scale(0.9, 0.9);
margin-left: -16px;
}

.b-share
{
  font-family: Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 86%;
  line-height: 1.4545em;
  font-size-adjust: none;
  font-stretch: normal;
  display: inline-block;
  padding-top: 1px;
  padding-right: 3px;
  padding-bottom: 1px;
  padding-left: 4px;
  vertical-align: middle;
}
/* cart 0.02 */
#cart_table{
width: 100%;
margin-bottom: 30px;
border-collapse: collapse;
}

#cart_table th{
padding: 8px;
}

#cart_table tr{
}

#cart_table td{
padding: 5px;
}

#cart_table td b{
font-weight: normal;
display: block;
color: white;
font-size: 16px;
}

#cart_table .img{
text-align: center;
}

#cart_table img{
width: 100px;
height: 100px;
border: 1px solid #979797;
background: white;
padding: 5px;
}

.del{
text-decoration: none!important;
}

.cart_cost{
font-size: 26px;
}

.all_cost{
font-size: 24px;
font-weight: normal;
color: gray;
}

.bask_cost{
font-size: 30px;
text-align: center;
font-family: 'Philosopher', sans-serif;
}

.quantity_input{
font-size: 26px;
color: gray;
border: 1px solid silver;
padding: 5px;
font-family: 'Philosopher', sans-serif;
}

.discr_cart{
width: 100%;
}

.discr_cart a{
color: #008080;
}

.quantity_input{
margin: 0 auto;
width: 60px;
text-align: center;
height: 25px;
}
/* END cart */


/* ORDER FORM */
#create_oder_form{
margin-top: 20px;
font-size: 18px;
color: black;
}

#create_oder_form fieldset{
padding: 20px 10px;
border: 1px solid #D0CFCF;
background: rgba(255, 255, 255,0.7);
}

#create_oder_form legend{
margin-left: 250px;
text-transform: uppercase;
text-align: center;
}

#create_oder_form table td:first-child{
width: 100px;
padding-right: 20px;
text-align: right;
vertical-align: top;
}

#create_oder_form label{
font-size: 15px;
}

#create_oder_form a{
text-decoration: none;
color: #3C3A3D;
}

#create_oder_form input, #create_oder_form textarea{
width: 470px;
font-size: 16px;
padding: 6px;
margin-bottom: 15px;
font-family: Arial;
border: 1px solid gray;
}

#create_oder_form .tdradio div{
width: 230px;
float: left;
}

#create_oder_form input[type='radio']{
width: 20px;
border: 1px solid red;
}

#create_oder_form .spradio{
margin: 0 10px 0 0px;
background: silver;
border: 1px solid gray;
padding-top: 2px;
}

#create_oder_form input[type='submit']{
font-weight: bold;
cursor: pointer;
margin-top: 10px;
width: 482px;
}

#order-done{
text-align: center;
}

#order-done h1{
margin-bottom: 20px;
}

#order-done table{
border: 3px solid gray;
margin: 20px auto;
text-align: left;
}

#order-done table td, #order-done table th{
padding: 10px;
border: 1px solid gray;
}

#order-done table a{
text-decoration: none;
color: gray;
}
/* END ORDER FORM */


.arrows {
    background: #02D1D1;
    color: white;
    display: block;
    font-size: 40px;
    height: 50px;
    line-height: 45px;
    opacity: 0.5;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 3px black;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
    z-index: 9999;
}
.arrows:hover {
    opacity: 1;
}
#up {
    bottom: 10px;
}

#cities{
color: gray;
text-align: justify;
font-size: 8px;
line-height: 110%;
padding: 10px;
}


/* COMMENTS */
.button{
	display: block;
	width: 200px;
	padding: 3px;
	background: #E01E1F;
	text-align: center;
	text-decoration: none;
	color: white;
	margin: 10px auto 3px;
	cursor: pointer;
}

#commentform{
	margin-bottom: 30px;
}

#commentform .label{
	text-align: right;
	padding-right: 10px;
}

#commentform input, #commentform textarea{
	display: block;
	margin: 0 auto 10px auto;
	width: 450px;
	padding: 5px;
}

#commentform input[name=phone]{
	display: none;
}

.sbutton{
	width: 250px;
	margin: 5px 0 5px 160px;
}

.commbox{
	overflow: hidden;
	margin-bottom: 30px;
}

.commbox .lcol{
	width: 150px;
	float: left;
}

.commbox .lcol h5{
	color: #00848B;
}

.commbox .lcol p{
	line-height:10px;
	font-size: 10px;
}

.commbox .rcol{
	overflow: hidden;
	padding-left: 7px;
	background: url('/modules/comments/tip.gif') no-repeat left 10px;
	margin-bottom: 10px;
}

.commbox .feedansw{
	width: 490px;
	padding-right: 7px;
	background: url('/modules/comments/tipr.gif') no-repeat right 10px;
	float: left;
}

.feedautor{
	overflow: hidden;
	padding: 10px 0 0 10px;
	line-height:14px;
	font-size: 10px;
}

.feedautor h5{
	font-size: 12px;
	color: #00848B;
}

.commbox .combody{
	overflow: hidden;
	background: white;
	min-height: 20px;
	padding: 10px;
	color: black;
}

.rcol .combody{
	box-shadow: -3px 0px 5px silver inset;
}

.feedansw .combody{
	box-shadow: 3px 0px 5px silver inset;
}
/* END COMMENTS */
