.header {
	overflow: hidden;
	position: fixed;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #d3d3d3;
	background: white;
	list-style: none;
	text-align: center;
	top: 0;
	z-index: 1030;
	white-space: nowrap; 
	min-width: 1298px;
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	display: block;
	clear: both;
	margin: 2px 7px 5px 7px;
}

.imgheader {
	display: block;
	vertical-align: top;
	margin-top: -5px;
	
}
.textlogo {
	display: inline-block;
	color: #505050;
	font-size: 42px;
	vertical-align: top;
	margin-top: 5px;
	letter-spacing: 1px;
}

#main {	
	margin: auto;
	margin-top: 78px;
	padding: 0px;
	/*height: 220px;*/
	border-radius: 15px;
	/*text-align: center;*/
	min-width: 1327px;
	max-width: 1327px;
}

div.buttons div, .cntitem {
	display: inline-block;
	float: right;
	width: 36px;
	height: 36px;
	font-size: 28px;
	padding: 5px;	
}

.cntitem {
	width: 48px;
	height: 36px;
	text-align: center;
	border: 0px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-radius: 0px;	
	margin: 10px 0px 0px 0px;
}

.adminitem {

	text-align: center;
	border: 0px;
	border: 1px solid #d3d3d3;
	border-radius: 10px;	
	margin: 10px 14px 0px 0px;
	
	display: inline-block;
	float: right;
	width: 36px;
	height: 36px;
	font-size: 28px;
	padding: 5px;
}

div.btn-minus {
	border: 1px solid #d3d3d3;
	border-right: 0px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	cursor: pointer;
	text-align: center;	
	margin: 0px;
	margin: 10px 0px 0px 0px;
}
div.btn-minus:hover {
	background-color: #d3d3d3;
}

div.btn-plus {
	border: 1px solid #d3d3d3;
	border-left: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
	text-align: center;	
	margin: 10px 15px 0px 0px;
}

div.btn-plus:hover {
	background-color: #d3d3d3;
}

div.item {
	display: block;
	height: auto;
	min-height: 80px;
	border-radius: 10px;
	border: 1px solid #d3d3d3;
	margin-bottom: 5px;
	padding: 0px;
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	white-space: nowrap; 
}


div.image {
	margin: 5px;
}

div.image img {
	cursor: pointer;
	text-align: left;
	float: left;
	width: 65px;
	max-height: 65px;
}

div.desc {    
	text-align: left;
	float: left;
	white-space: normal; 
	width: 500px;	
	font-size: 14px;
	margin: 5px;
}

div.description {    
	font-size: 16px;
	margin: 5px;
}

div.prise {
	float: right;
	width: 100px;
	padding-left: 10px;
	font-size: 25px;
	text-align: right;
	margin: 7px;	
}

div.callmanager {
	float: right;
	width: 100px;
	padding-left: 10px;
	font-size: 18px;
	text-align: right;
	margin: 7px;
}

span.rur {
	font-family: "Rouble";
	text-transform: uppercase;
}
span.rur span { 
	position: absolute; 
	overflow: hidden;
	width: .4em; 
	height: 1em; 
	margin: .4ex 0 0 -.55em;
}
span.rur span:before { 
	content: '\2013';
}
div.cnt {
	display: block;
	text-align: left;
	float: right;
	margin: 5px;

	width: 150px;	
	font-size: 16px;
}

div.butbascet {
	display: block;	
	float: right;
	margin: 5px;
	padding: 5px;

}

div.butbascet img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

span.statusyes {
	cursor: help;
	color: green;
	font-weight: bold;
	font-size: 14px;
}
span.statusno {
	cursor: default;
	color: #FF5500;
	font-weight: bold;
	font-size: 14px;
}


.catalog {
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;  
}

.catalog img {
	float: left; 
	padding: 10px 0px 0px 0px; 
	cursor: pointer;
}

.catalog li:first-child
{
	display: block;
	background: #ffffff;
	text-align: left;
	font-weight: bold;
	color: #505050;
	padding-top: 5px;
	cursor: default;
	line-height: 30px;
	border: 1px solid #d3d3d3;
}

.catalog li:first-child a
{
	color: #0070a8;
}

.catalog li:first-child:hover
{
	background: #d3d3d3 right 10px no-repeat;	
	
	
}
	
.catalog li
{
	display: none;
	margin-bottom: -1px;
	padding: 0px 0px 0px 5px;
	position: static;
	text-align: left;
	/*border-top: 1px solid #d3d3d3;
	border-left: 2px solid #d3d3d3;*/
	line-height: 30px;
	font-weight: bold;
	background: url(images/arrow_blue.png) right 8px no-repeat;
}
	
.catalog li a
{
	display: block;
	color: #515151;
	font-weight: bold;
}



.catalog li:hover
{
	border-left: 2px solid red;

	background: #e3e3e3 url(images/arrow_red.png) right 8px no-repeat;
}




main
{
	display: block;
	clear: both;
	width: 100%;
	margin-top: +75px;
}

nav
{
	display: block;
	width: 320px;
	float: left;
	overflow: hidden;
	padding: 5px 5px 0 5px;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

article
{
	display: block;
	width: auto;
	float: none;
	margin-top: +100px;
	overflow: hidden;
	padding: 10px 11px 5px 0px;
	margin: 0px;
	vertical-align: top;
}

#bascetcount {
	display: inline-block;
	border-radius: 6px;
	color: white;	
	float: right;
	font-size: 16px;
	margin-top: 3px;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
	width: 20px;
	height: 20px;
	background-color: orangered;
	
}

#bascet {
	display: inline-block;
	color: #515151;
	font-size: 22px;
	margin-top: 4px;
	height: 37px;
	margin-left: 20px;
}

.nav-left {
	float: left;
	height: 60px;
}

.nav-right {
	display: block;	
	float: left;
	min-width: 160px;
	width: auto;	

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	margin-top: 10px;
	margin-left: 20px;
	vertical-align: middle;	
	background: url("images/all/bascet.png") 5px 0px no-repeat;
	padding-top: 4px;
	padding-left: 20px;
}
.nav-right a {
	color: #515151;	
}

.catalogdate {
	float: right;
	display: block;
	height: 45px;
	vertical-align: middle;
	margin-right: 120px;
	padding-top: 15px;
	font-size: 14px;
	margin-top: 0px;
	color: #515151;
}

.nav-right img {
	margin-bottom: -9px;
}

p {
	padding-bottom: 5px;
	margin: 5px;
	text-align: left;
}
a {
	color: #0070a8;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #d10200;
}
img {
	border: 0;
	padding: 1px;
	margin: 0 5px 0 0;
}

.service td {
	font-size: 14px;
}
.warning div {
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	font-size: 14px;	
	background: url(images/warnings_icon.gif) 10px center no-repeat;
	padding: 10px 0px 5px 50px;
	color: #f94614;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	list-style: none;
	border: 1px solid #d3d3d3;
	height: 25px;
}

.info div {
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	font-size: 14px;	
	background: url(images/info_icon.gif) 10px center no-repeat;
	padding: 10px 0px 5px 50px;
	color: #9d8770;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 7px 0px 5px 0px;
	list-style: none;
	border: 1px solid #d3d3d3;
	height: 25px;
}

.bodyline {
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	font-size: 14px;	
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 7px 0px 5px 0px;
	list-style: none;
	border: 1px solid #d3d3d3;	
}

.caption {
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	border: 1px solid #d3d3d3;
	
	display: block;
	/*height: 250px;*/
}

.contact {
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	margin: 7px 0 5px 0;
	list-style: none;
	border: 1px solid #d3d3d3;
	
	display: block;
	min-height: 155px;
	text-align: center;
	
}

.contact table td{
	padding: 5px;
	font-size: 16px;
	color: #505050;
	
}
.contact input{
	width: 300px;
	font-size: 16px;
}
textarea {
	font-size: 16px;
	width: 300px;
	height: 90px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	color: #272727;
	padding: 0;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 5px;
}
h2 {
	font-size: 18px;
	color: #476676;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 0 5px 0 5px;
	padding: 0 0 5px 0;
}
h3 {
	font-size: 14px;
	color: #476676;
	text-decoration: none;
	margin: 5px;
	text-align: center;
	padding: 5px;
}
h4 {
	font-size: 14px;
	color: #476676;
	text-decoration: none;
	text-align: center;
	margin: 5px;
	padding: 0;
}
h5 {
	font-size: 10px;
	color: #476676;
	text-decoration: none;
	margin: 5px;
	text-align: center;
	padding: 2px;
}
h6 {
	font-size: 16px;
	color: #FF5500;
	text-decoration: none;
	margin: 10px 5px 5px 5px;
	text-align: center;
	padding: 2px;
}

font, p, td {
	color: #000000;
	font-size: 11px;
}
th {
	color: #505050;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}

body {
	background: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: white;
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

form {
	margin: 0px;
}

input {
	position: relative;
	overflow: hidden;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 2px;
}

.prim {
	float: left;
	padding: 5px 5px 5px 5px;
	color: #9E9E9E;
	font-size: 10px;
}
.button {
	clear: both;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

div.link a:hover {
	border: #2666B9 solid 1px;
	background: url(images/pagelink.png) left -40px repeat-x #83D5FC;
	color: #FFFFFF;
}

div.pagelink {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	display: block;
	
	text-align: center;
	border-radius: 10px;
	border: 1px solid #d3d3d3;
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
}
div.pagelink h4 {
	color: #959595;
	padding: 3px 0 6px 0;
	font-size: 1em;
}
div.pagelink span {
	background: #FFFFFF;
	/*border: #EEEEEE solid 1px;*/
	padding: 7px 8px;
}
div.pagelink span.plink_a_over {
	cursor: pointer;
	/*border: #2666B9 solid 1px;*/
	/*background: url(images/pagelink.png) left -40px repeat-x #83D5FC;*/
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 8px;
}
div.pagelink span.plink_a_out {
	cursor: pointer;
	/*border: #EEEEEE solid 1px;*/
	
	/*background: url(images/pagelink.png) left top repeat-x #FDFDFD;*/
	font-weight: bold;
}
div.pagelink a {
	display: inline-block;
	/*border: #EEEEEE solid 1px;*/
	border-radius: 5px;
	padding: 5px;
	margin: 2px;
	/*background: url(images/pagelink.png) left top repeat-x #FDFDFD;*/
	font-weight: bold;
	color: #515151;
}
div.pagelink a:hover {
	/*background: url(images/pagelink.png) left -40px repeat-x #83D5FC;*/
	/*background: lightblue;*/
	/*border: #2666B9 solid 1px;*/
	color: #FF5500;
	font-weight: bold;
}
.b-left-menu {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	margin: 5px 0px 5px 2px;
	list-style: none;
	border: 1px solid #d3d3d3;

	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;

}
.b-center-menu {
	border-radius: 10px;
	padding: 5px;
	margin: 90px 10px 0px 7px;
	border: 1px solid #d3d3d3;
	color: orangered;
	text-align: center;
}

section {
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	list-style: none;
	border: 1px solid #d3d3d3;
	text-align: left;
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	font-size: inherit;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
.menu {
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	list-style: none;
	border: 1px solid #d3d3d3;

	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;

	margin: 5px 5px 5px 0;
	padding: 5px;
}

.menu {
	text-align: left;
}

.menu a {
	font-size: 16px;
	padding: 5px;
	color: #515151;    
	font-weight: 600;
}

.menu a:hover {
	font-size: 16px;
	font-weight: 600;
}

li {
	margin: 5px 0; 
	padding: 0px 0 0px 14px;
	list-style-type: none;
	background: url(../../images/all/arrow.png) left 5px no-repeat;
}


.searchbox {
	height: 35px;
	font-size: 15px;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	line-height: 1.3;
	color: #515151;
	width: 300px;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 50px;
}

footer {
	clear: both;
	overflow: hidden;
	color: grey;
	padding: 5px;
	background: white;
	text-align: center;
	white-space: nowrap; 
	min-width: 1298px;
	display: block;
	margin: 2px 7px 5px 7px;
}

footer ul {
	padding: 0px;
}

footer li {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	background: none;
	padding: 0px;
}

div.sharelink {
	text-align: right;
}
div.sharelink li {
	background: none;
	padding: 0px;	
}
.ps {
	font-size: 10px;
	color: grey;
}

.lo_main {
	width: 100%;
	text-align: center;
}
.lo_hello {
	text-align: center;
	font-size: 16px;
}

.lo_prog {
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
}

ul.lo_prog {
	display: block;
	list-style: none;
	padding: 3px;
	margin-top: 0px;
}

.lo_prog li {
	padding: 3px;
	background: none;	
}

.lo_prog li:hover {
	background: #f6f6f6;
}

.lo_footer {
	width: 400px;
	text-align: center;
	margin: auto;
}
.lo_button {
	clear: both;
	padding: 5px;
	text-align: center;
	width: 200px;
	border-radius: 5px;
	border: 1px solid #bbb;
	cursor: pointer;
}
.lo_input {
	display: block;
	width: 300px;
	clear: both;
	margin: 3px;
	text-align: center;
	font-size: 20px;
	color: #505050
}
.lo_promo {
	width: 198px; 
	height:281px;
	border-radius: 10px;
	animation: ambilight 10s infinite ease-in-out;
}
@keyframes ambilight {
	0% {box-shadow: 0 0 40px white;}
	20% {box-shadow: 0 0 40px red;}
	40% {box-shadow: 0 0 40px green;}
	60% {box-shadow: 0 0 40px yellow;}
	80% {box-shadow: 0 0 40px blue;}
	100% {box-shadow: 0 0 40px white;}
}