body {
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  //background: url('../images/background.jpg') no-repeat fixed;
  background-size:cover;
  margin:0px;
}

h1 {
	color:#000000;
	font-size:16px;
}

.helpp {
	width:230px;
	height:401px;
	//border:1px solid #000000;
}
.helpp:hover {
	opacity: 0.75;
	//border:1px solid #e94329;
}

.exit {
  position:absolute;
  top:25px;
  right:20px;
  color:#000000;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  }

.exit A{
	text-decoration: none;
	color: #000000;
}

.exit A:hover {
	text-decoration: none;
	color: #000000;
}

.news {
	margin-top:0px;
	width:700px;
	float:left;
}
.info_news {
    margin-top:0px;
    margin-left:30px;
    width:290px;
    float:left;
}

.info_news td {
	border: 0px;
	font-size: 12px;
}

.info_news img {
    width :260px;
}

.info_news table {
    width : 100%;
}

#order_form {
    padding:10px;
	background:#FFFFFF;
}
#order_form_message {
	padding:10px;
	//background:#FFFFFF;
}
.order_small {
	font-size: 11px;
}

#menu
{
    font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
   // background-image:url('../images/bc_bg.png');
   // background-repeat:repeat-x;
    height:35px;
    line-height:35px;
    color:#000000;
    //border:solid 1px #398cfe;
    border-bottom: solid 1px #C0C0C0;
    border-top: solid 1px #C0C0C0;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
    background:#FFFFFF;
}
#menu li
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#menu a
{
    height:35px;
    display:block;
    //background-image:url('../images/bc_separator.png');
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#000000;
}
#menu a:hover
{
	text-decoration: underline;
}

#menu img
{
    border:none;
    margin: 8px 0px;
    vertical-align:middle;
    padding-right:5px;
}

#navigation {
margin-left:-40px;
color:#FFFFFF;
}
#navigation li
{
    list-style-type:none;
    float:left;
    margin-right:15px;
    color:#FFFFFF;
}
.login {
	width: 700px;
	height:450px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -350px;
}
#loginForm {
	width: 255px;
	padding: 15px 15px 0;
	margin: 0 auto 0;
	background: #e6e6e6;
  	border: 1px solid #c8c6c6;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	font: 14px/18px Arial, Tahoma, sans-serif;
	color: #444;
}
#loginForm .logo {	background: url(../images/new_logo.png) no-repeat;
	margin: 0 auto;
	width:255px;
	height:180px;
}
.field {
	margin: 0 0 18px;
}
.field label {
	display: block;
	margin: 0 0 11px;
}
.field .input {
  border-radius: 4px;
}
.field input {
  font: 12px Arial, Tahoma, sans-serif;
	color: #444;
	width: 225px;
	padding: 9px 13px;
  border: 1px solid #D2D9DC;
	border-radius: 3px;
	//box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 0 5px #F7F9FA;
	outline: none;
}
.field input:focus {
	border-color: #B7D4EA;
	//box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 4px #D0E6F6, 0 0 0 5px #F2F8FC;
}

#forgot {
	float: right;
  font-size: 11px;
	color: #ababab;
  text-decoration: none;
	margin: 0;
}
#forgot:hover {
	color: #444;
  text-decoration: underline;
}
.submit {
	text-align:right;
	padding-top:10px;
	height:50px;
}

.buttons {	width:100%;
	margin-top:20px;
	padding:5px;
}

.button {
	display:inline-block;
	padding:7px;
	border: 0px solid #FFFFFF;
	border-radius:5px;
	//font-weight:bold;
	font-size:12px;
	text-align:center;
	background:#009db1;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

.button:hover {	background:#FF8000;
}

.left_button {
    width:180px;
	padding:7px;
	border-radius:5px;
	//font-weight:bold;
	font-size:12px;
	text-align:center;
	background:#009db1;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
	display:block;
	border:1px solid #FFFFFF;
}

.left_button:hover {	background:#FF8000;
}

.left_button_red {
    width:180px;
	padding:7px;
	border-radius:5px;
	//font-weight:bold;
	font-size:12px;
	text-align:center;
	background:#FFFFFF;
	color:#009db1;
	cursor:pointer;
	text-decoration:none;
	display:block;
	border:1px solid #009db1;
}

.left_button_red:hover {
    background:#FF8000;
    color:#FFFFFF;
    border:1px solid #FFFFFF;
}

.button_red {
	display:inline-block;
	padding:7px;
	border: 0px solid #FFFFFF;
	border-radius:5px;
	//font-weight:bold;
	font-size:12px;
	text-align:center;
	background:#800000;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

.button_red:hover {
	background:#FF0000;
}

.label-alert {
	background-color: #f56b6b;
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 90%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
	text-decoration: none;
	margin-right: 5px;
}

#remember {
	display: block;
	margin: 5px 0 0;
	cursor: pointer;
}
#remember input {
	margin: 0 4px 0 0;
	vertical-align: middle;
}


.wrapper {
	width: 100%;
	min-width: 1000px;
	max-width:1400px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    top:0px;
	position:fixed;
	min-height: 70px;
	background: #e6e6e6;
	//background: url('../images/background.jpg') no-repeat fixed;
	z-index:9999;
	width:100%;
	left:0px;
	padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom:1px solid #c8c6c6;

}
.header_catalog {
    padding-top:5px;
    padding-left:20px;
    height: 20px;
	//background: #FFFFFF;
	z-index:900;
	width:100%;
}
.header_left {
	//margin-top:-20px;
	margin-left:-10px;
	position:fixed;
	//background: #FFFFFF;
	z-index:9999;
	width:290px;
	height:100%;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}
.header_group_info {
    border-radius:3px;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    background:#009db1;
    padding-bottom:5px;
    padding-top:5px;
    border-bottom: 1px dotted #C0C0C0;
    width:264px;
    padding-left:20px;
    margin-left:-8px;
    margin-top:-8px;
}
.header_group_info2 {
	border-radius:3px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background:#e6e6e6;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: 1px dotted #C0C0C0;
	width:264px;
	padding-left:20px;
	margin-left:-8px;
	margin-top:-8px;
}

.shefer {
	background:#FFFFFF;
	width:250px;
	height:380px;
	//border:1px solid #000000;
	margin-top:40px;
}

.slogan {
	width:100%;
    font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	text-shadow:
		-0   -2px 3px #004080,
		 0   -2px 3px #004080,
		-0    2px 3px #004080,
		 0    2px 3px #004080,
		-2px -0   3px #004080,
		 2px -0   3px #004080,
		-2px  0   3px #004080,
		 2px  0   3px #004080,
		-1px -2px 3px #004080,
		 1px -2px 3px #004080,
		-1px  2px 3px #004080,
		 1px  2px 3px #004080,
		-2px -1px 3px #004080,
		 2px -1px 3px #004080,
		-2px  1px 3px #004080,
		 2px  1px 3px #004080,
		-2px -2px 3px #004080,
		 2px -2px 3px #004080,
		-2px  2px 3px #004080,
		 2px  2px 3px #004080,
		-2px -2px 3px #004080,
		 2px -2px 3px #004080,
		-2px  2px 3px #004080,
		 2px  2px 3px #004080;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}

.content2 {
	margin-top:101px;
	width: 100%;
	position:fixed;
	overflow: auto;
	height:85%
}

.container {
	width: 100%;
	float: left;
	//overflow: hidden;
}
.content {
	margin-left:280px;
	margin-top:71px;
	padding: 10px;
	width:1100px;
	//background:#FFFFFF;
	//position:fixed;
	//overflow: auto;
}
.content_catalog {
	margin-top:71px;
	margin-left:360px;

}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	//position:fixed;
	margin-top:5px;
   	float:left;
	//width: 340px;
	//padding-top:10px;
	//padding-left:10px;
	padding:10px;
	//background: #FFFFFF;
	z-index:9000;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position:relative;

	background: #4C9ED9;
	padding:10px;
	color:#EEEEEE;
	position: absolute;
	height:20px;
	width:100%;
}

.error {
	text-align:center;
	color:#800000;
	font-weight:bold;
	font-size:16px;
}

.error-import {
	text-align:left;
	color: #ff0000;
	font-weight:normal;
	font-weight: 600;
	font-size:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.message {
	text-align:center;
	color:#FF8000;
	font-weight:bold;
	font-size:16px;

}

.logo {
	background: url(../images/logo.png) no-repeat;
	margin-top:15px;
    margin-left:55px;
	width:305px;
	height:50px;
	float:left;
}
.search {
    float:left;
    margin-left:10px;
    margin-top:20px;
}

.line2 {
    margin-top:70px;
	width:100%;
	height:1px;
	background:#FFFFFF;
	border-top:1px solid #c8c6c6;
}

.logout {
	float:right;
  	width:250px;
	height:100px;
	display:inline-block;
}


.forms {
	//width: 100%;
	//height: 100%;
	padding: 10px;
	background: #FEFEFE;
  	border: 1px solid #CAD8DE;
	border-radius: 4px;
	//box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	font-size: 11px;
	color: #444;
	//box-shadow: 2px 2px 2px 0px #4d4d4d;
    margin-top: 10px;
}

.forms .submit {
	overflow: hidden;
	margin: 30px -10px -10px;
	padding: 22px 24px;
	background: #F0F5F7;
	border-top: 1px solid #DDE0E8;
	border-radius: 0 0 4px 4px;
	box-shadow: inset 0 1px #FFF, inset -1px -1px #F7FAFB, inset 1px 0 #F7FAFB;
    font-size: 11px;
}


.link {
	//text-decoration:none;
	color:#000000;
	//color:#006CD9;
	font-weight:bold;
 	cursor:pointer;
}

.link2 {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
 	cursor:pointer;
}

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

.link2 {
	text-decoration:underline;
	color:#000000;
 	cursor:pointer;
}

.link2:hover {
	color:#000000;
}

.link3 {
	text-decoration:none;
	color:#000000;
 	cursor:pointer;
}

.link3:hover {
	color:#000000;
	text-decoration:underline;
}

.group_item {	width:150px;
	height:200px;
	float:left;
	margin:5px;
	padding: 10px;
	background: #FEFEFE;
  	border: 1px solid #CAD8DE;
	border-radius: 4px;
	//box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	font: 14px/18px Arial, Tahoma, sans-serif;
	color: #444;
	text-align:center;
	cursor:pointer;
	//box-shadow: 2px 2px 2px 0px #4d4d4d;
}

.group_item:hover{
	border: 1px solid #0080C0;
}


.group_image {
	width:140px;
	height:140px;
}

.group_image img {
    max-width: 100%;
    max-height: 100%;
}


.group_name {	text-align:center;
	//font-weight:bold;
	font-size:12px;
	color:#000000;
	height:50px;
	margin-top:5px;
	padding-top:10px;
	background:#FFFFFF;
   // text-shadow: 1px 1px 2px #666, -1px -1px 2px #FFF, 1px 1px #666, -1px -1px #FFF;
   //color:#ddcca3;


}

.title_left {
	margin:20px;
    text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#676767;
}


img {	border: 0px;
}

table {
border-collapse:collapse;
background:#FFFFFF;
}
th {	//background:#0091D7;
	background:#e6e6e6;
	color:#000000;
	font-weight:bold;
	height:35px;
	border:1px solid #c8c6c6;
}

td {
	border:1px solid #c8c6c6;
	padding:5px;
}

table a {
    color:#000000;
}

.subhead {
	font-weight:bold;	height:15px;
	padding-left:10px;
}



.description {	color:#616161;
	font-size:10px;
}

.quantity {
	text-align:center;
 	font: bold 13px Arial, Tahoma, sans-serif;
	color: #444;
	width: 20px;
	padding: 5px 10px;
	border: 1px solid #D2D9DC;
	border-radius: 3px;
	box-shadow: inset 2px 2px 3px #EBEBEB, 0 0 0 3px #F7F9FA;
	outline: none;
}
.quantity:focus {
	border-color: #B7D4EA;
	box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 4px #D0E6F6, 0 0 0 5px #F2F8FC;
}

.input {
	font: bold 13px Arial, Tahoma, sans-serif;
	color: #444;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #D2D9DC;
	border-radius: 3px;
	//box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 0 5px #F7F9FA;
	outline: none;
}
.input:focus {
	border-color: #B7D4EA;
	//box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 4px #D0E6F6, 0 0 0 5px #F2F8FC;
}


.left20 {
	margin-left:20px;
}
.right20 {
	margin-right:20px;
}

.width-50 {
	width:50px;
}
.width-100 {
	width:100px;
}
.width-200 {	width:200px;
}
.width-300 {
	width:300px;
}
.width-400 {
	width:400px;
}
.width-500 {
	width:500px;
}
.width-1000 {
	width:1000px;
}
.jq-selectbox.width-auto {
	width: auto;
}
.jq-selectbox.width-500 {
	width: 500px;
}


.total_pvm {	font-weight:bold;
	font-size:14px;
	color:#400000;
}

.line {	width:100%;
	border-top:1px solid #C0C0C0;
	margin-top:5px;
}

.order_small td {
	border:0px;
	padding:2px;
	font-size: 11px;
}

.order_guest td {
	border:0px;
}

.order_small_value {	text-align:right;
}

.order_small_total_value {	font-weight:bold;
	color:#004000;
	text-align:right;
}

.order_small_total {	font-weight:bold;
}

.title {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.title_files {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.title2 {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

.count {
	position:absolute;	background:#790000;
	color:#FFFFFF;
	border-radius:50px;
	text-align:center;
	padding:3px;
	min-width:15px;
	margin-top:-44px;
	margin-left:65px;
	border:2px solid #FFFFFF;
	//font-weight:bold;
}
.count:hover {
	background:#FF8000;
}

#popup-content{
	text-align:center;
	position:fixed;
    //margin:40px auto 0px auto;
    top:50%;
	left:50%;
    min-width:130px;
    min-height: 38px;
    padding:10px;
    color:#FFFFFF;
    font-weight:bold;
    background: #004080;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    z-index:9999;
}

.b_gray {	background:#F4F4F4;
}
.b_white {
	background:#FFFFFF;
}

.error {
	color:#800000;
	font-weight:bold;
	font-size:14px;
}

.sub2 {	max-height:260px;overflow:auto;overflow-x:hidden;width:275px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


.banner {	float:left;
	margin:1px;
	border:1px solid #808080;
}

.Mobile_Link {
	color:#000000;
	font-size:10px;
    float:left;
}
.Mobile_Link a {
    color:#000000;
}

.table_contact {
	margin-top:30px;
	margin-bottom:30px;
}
.table_contact td {
	border:0px;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	font-size:16px;
}


.description {	color:#616161;
	font-size:10px;
}

.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.3);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 800px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		border:2px solid #808080;
		background: #fff;
		//background: -moz-linear-gradient(#fff, #999);
		//background: -webkit-linear-gradient(#fff, #999);
		//background: -o-linear-gradient(#fff, #999);
	}

	.close {
		background: #800000;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #C10000; }

.banner_footer {
    display:block;
    //width:915px;
}
.banner_footer img {
    width:100%;
    padding-top:30px;
}

.pagination {
	margin: 20px;
	display: inline-block;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
}

.pagination a.active {
	background-color: #009db1;
	color: white;
	border: 1px solid #00707e;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.out_from_stock {
	height: 25px;
	margin-right: 10px;
}

.sticker {
	width: auto;
	background: #eea437;
	position: relative;
	top: -120px;
	//right: -13px;
	//border-radius: 50px 0 0 50px;
	color: #FFFFFF;
	font-weight: 600;
	z-index: 1000;
}