body { margin: 0; padding: 0; background: #fff; color: #585859; font-family: Arial, Tahoma, sans-serif; font-size: 12pt; -x-system-font: none; min-width: 920px; } 

body * { margin: 0; padding: 0; outline: none; }

#language { display: none !important; }

/******************************************************************************/
div.clear { clear: both; height: 1px; }
/******************************************************************************/

li.first { width: 52px; }
li.one { width: 55px; }


#wrap {
	width: 58em; /** на 900px **/
	margin: 0 auto;
	position: relative;
}

#language {
	float: left;
	width: 100%;
	margin: 12px 0 20px 0;
}

#language p {
	float: right;
	font-size: 0.8em;
}

#language span {
	background: transparent url("../images/language.gif") no-repeat 50% center;
	padding: 10px;
	margin: 0 15px;
	color: #fff;
	font-weight: bold;	
}

#language a {
	font-size: 1.2em;
	font-weight: bold;
	color: #506190;
	text-decoration: none;	
}


	
#header, #header-inter {
	float: left;
	width: 100%;
	background: transparent url("../images/header.jpg") no-repeat 15.6em 0;
	margin-top: 25px;
}

#header-inter { background: none !important; margin-top: 5px !important; }

#header a {
	outline: none;
	display: block;
	float: left;	
}

#header-inter a.logo-name {
	outline: none;
	display: block;
	float: left;
	color: #506190;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 8px;
}

#header-inter a.logo-name span {
	letter-spacing: normal;
	text-transform: uppercase;
	color: #585859;
	font-weight: normal;
	font-size: 0.6em;
	margin-left: -5px;	
}


#header img {
	border: none;
	width: 14em;
	height: 146px;
}

#titles {
	width: 28em;
	height: 136px;
	float: left;
	position: relative;
	margin-left: 16em;
	background: transparent url("../images/catchword.gif") no-repeat 0 0;	
}

#header-inter p.telephone {
	background: transparent url("../images/telephone.gif") no-repeat 0 center;
	color: #506190;
	position: static !important;
	float: right;
}

	p.telephone {
		background: transparent url("../images/telephone.gif") no-repeat 0 center;
		color: #506190;
		position: absolute;
		left: 27%;
		top: -22px;
		padding: 10px 10px 10px 30px;
			
	}
	
		p.telephone span {
			font-size: 1.3em;
			font-weight: bold;
		}
	
	p.catchword {
		margin: 45px 60px;
		font-size: 0.8em;
		border-left: 5px solid #506190;
		padding-left: 10px;
	}
	
	
	#registration {
		position: absolute;
		left: 18%;
		bottom: -5px;
	}
	
	#registration a {
		margin: 0 15px;
		font-size: 0.9em;
		color: #f5943e;		
	}
	
	a.avtorisate {
		color: #243359 !important;
		text-decoration: none;
		font-size: 0.8em !important;
		font-weight: bold;
		text-transform: uppercase;
		background: transparent url("../images/avtorization.gif") no-repeat right -12px;
		padding-right: 17px;
	}
	
	a.avtorisate-active {
		color: #243359 !important;
		text-decoration: none;
		font-size: 0.8em !important;
		font-weight: bold;
		text-transform: uppercase;
		background: transparent url("../images/avtorization.gif") no-repeat right 3px;
		padding-right: 17px;
	}
	
	a:hover.avtorisate { background: transparent url("../images/avtorization.gif") no-repeat right 3px !important; }

#search {
	margin: 0 0 10px 0;	
}

	#search-text {
		border: none;
		color: #6b86a6;
		background: transparent url("../images/search.png") no-repeat left center;
		padding: 9px;
		float: left;
		width: 380px;
	}
	
	#search-button {
		border: none;
		background: transparent url("../images/search.png") no-repeat right center;
		padding: 9px 15px;
		margin: -1px 0 0 0;
		cursor: pointer;
		outline: none;
		
	}

div#navigation {
	width: 100%;
	float: left;
	position: relative;
	/*background: #6b86a6;*/
	
}

#up-cat { position: relative; }

	div#navigation ul {
		float: left;
		width: 100%;
		/*background: transparent url("../images/planka.gif") no-repeat right 0;*/
	}

		div#navigation table { width: 100%; border-spacing: 0 !important; }
	
		div#navigation table td {
			border-right: 1px solid #fff;
			position: relative;
			text-align: center;
		}
		
					div#navigation table td ul li { background: none !important; }
		
		
		td.first a {
			background: #6b86a6 url("../images/planka.gif") no-repeat scroll right 0 !important;
			position: relative !important;			
		}

		div#navigation table { border-collapse: collapse; }
		
		
		div#navigation table td a {
			text-transform: uppercase;
			font-size:0.72em;
			text-decoration: none;
			color: #fff;							
			padding:0.8em 0;
			float: none !important;
			background: #6b86a6;
			display: block;
		}	
		
		
		div#navigation table td.one a {
		background: #6b86a6 url("../images/planka.gif") no-repeat left -30px;
		}
		
		div#navigation table td.first,	div#navigation table td.one {	width: 58px; }
		
			div#navigation table td.one a img {
				border:medium none;
				height:24px;
				left: 18px;
				position:absolute;
				top:0.4em;
				width:25px;
			}
		
		div#navigation table td a:hover, div#navigation table td a.active {
			background: #f5943e;
		}

		div#navigation table td.one a:hover, div#navigation table td.one a.active {
			background: #f5943e url("../images/planka.gif") no-repeat 0 -65px;			
		}
		
	#navigation table td ul.inter { display: none !important; }
	#navigation table td:hover ul.inter, #navigation table td.hover ul.inter { display: block !important; }
	#navigation table td ul.inter {
		background: #f9f9f9 !important;
		border: 1px solid #f5943e !important;
		width: 198px !important;
		top: 0 !important;
		left: 0px !important;
		position: absolute !important;
		padding: 10px 0;
	}
		#navigation table td ul.inter li {
			clear: both !important;
			list-style: none !important;			
			padding: 0 0 0 10px !important;
			margin: 5px 0 !important;
			display: block !important;
			float: left;
			width: 100%;
			border: none;
			text-align: left;
		}
		
		#navigation table td ul.inter li a {
			color: #6b86a6 !important;
			clear: both !important;
			padding: 0 0 0 15px !important;
			background: transparent url("../images/marker-circle.gif") no-repeat left 50% !important;
			text-transform: none !important;
		}
		
			#navigation table td ul.inter li a:hover {
				text-decoration: underline;
			}

		
#cataloge {
	float: right;
	position: relative;
	background: transparent url("../images/cataloge-h.png") no-repeat 0 0;
	width: 259px;	
	margin: 1.74em 0 0 1.74em;
}

	#cataloge div.bottom {
		width: 259px;
		background: transparent url("../images/cataloge-bottom.png") no-repeat 0 bottom;
		padding: 9px;
		margin: 0;
		height: 7px;
	}
		
		#cataloge ul { border-right: 1px solid #bbb; border-left: 1px solid #bbb; width: 255px; margin: 28px auto 0; }
		
		#cataloge ul li {
			background: transparent url("../images/rarr.gif") no-repeat left 3px;
			list-style: none;
			padding: 3px 10px 2px 22px;
			margin-left: 12px;
			line-height: 14px;
			font-size: 0.9em;
		}
		
		#cataloge h1 {
			position: absolute;
			color: #6b86a6;
			font-size: 16px;
			text-transform: uppercase;
			top: -5px;
			left: 92px;			
		}

	#cataloge ul li a {
		color: #585859;
		font-size: 0.8em;
		text-decoration: none;
	}
	
	#cataloge ul li a:hover {
		color: #6b86a6;
		text-decoration: underline;
	}
	
	#cataloge ul li.header {
		list-style: none !important;
		font-weight: bold;
		background: none !important;
		padding-left: 0;	
	}
	
	#cataloge ul li.header a {
	color: #10649F !important;
	text-decoration: underline !important;
	}
	
	#cataloge ul li.header a:hover {
		text-decoration: none !important;
	}
	
#footer {
	clear: both;
	margin: 28px 0;
	float: left;
	width: 100%;
	height: 33px;
	overflow: hidden;
	background: #6b86a6 url("../images/planka.gif") no-repeat left -100px;	
}

	#footer p {
		background: #6b86a6 url("../images/planka.gif") no-repeat right -130px;		
		padding: 9px 16px 9px 0;
		margin: 0 0 0 16px;
		text-align: center;
		font-size: 0.8em;
		color: #fff;
	}
	
		#footer p a {
			color: #6B86A6;
			text-decoration: none;
			background: transparent url("../images/mail.gif") no-repeat 0 0;
			padding: 0 0 0 80px;
			
		}
	
	
		
#content {
  float : left;
  width :  600px;
  margin : 28px 0 0 0;
}

#inner-content {
	margin : 28px 0 0 0;
	float: left;
	width: 100%;
	clear: both;
}

#inner-content td { font-size: 1em; }
#inner-content ul, #inner-content ul li ul { font-size: 1em; }
a.more { text-align: left; font-weight: bold; margin-bottom: 50px; margin-left: 10px;  }


#content a, #inner-content a { color: #10649f; }

#content p, #inner-content p {
	font-size: 0.8em;
	margin: 10px 0;
}

#content ul, #inner-content ul {
	margin-left: 40px;
}
	
	#content ul li, #inner-content ul li {
		font-size: 0.8em;
		list-style: none;		
		background: transparent url("../images/marker-circle.gif") no-repeat left 5px;
		padding-left: 15px;
		margin: 7px 0;
	}
	
	#inner-content ul ul li, #content ul ul li { font-size: 1em; }

#content h2, #inner-content h2 {
	margin-bottom: 19px;
	text-transform: uppercase;
	font-size: 1em;	
}

#content h3, #inner-content h3, #inner-content h4 {
	font-size:1em;
	text-align: left;
	margin-top: 20px;
} 


#news p {
	width: 24em;
	margin: 0 2.2em 2.2em 0;
	float: left;
	font-size: 0.7em;
}

#news p span {
	display: block;
	color: #d05904;
	font-weight: bold;
}

#news p.hr {
	border-top: 1px solid #d0d0d0;
	width: 100%;
	margin-top: 20px;
	padding: 10px 0;
}

#news p.hr a {
	float: right;
	font-weight: bold;
	font-size: 1.1em;
}

#news p.hr a.rss {
	float: left !important;
	background: transparent url(../images/rss.gif) no-repeat 0 0;
	text-indent: -2000px;
	display: block;
	width: 15px;
	height: 15px;
}


#inner-content img {
	border: none;
}

#inner-content .float-left

#inner-content .fleft {
	float: left;
	margin-right: 20px;
	width: 40%;
	
}

#inner-content .fright {
	float: right;
	width: 40%;
	clear: both;
}

.dilivery-item {
	float: left;
	width: 40%;
	margin: 0 80px 20px 0;	
}

div.dilivery-item-fleft {
	/*float: left;
	width: 40%;*/
	margin: 0 0 20px 0;
	text-align: justify;
	
}

div.dilivery-item-fright {
/*	float: right;
	width: 40%;
	clear: both;		*/
	margin: 0 0 20px 0;
	text-align: justify;
	
}


img.fleft {
	float: left;
	margin-right: 20px;
}

.fleft { float: left; }
.float-right-about, .float-right { float: right; }
.float-right-about { width: 341px; }
.float-left, .float-left-about { float: left; }
.float-left-about { width: 510px; }

#login-form-layer {
	display: none;
	position: absolute;
	top: 166px;
	left: 422px;
	width: 220px;
	background: #F9F9F9 none repeat scroll 0 0 !important;
	border: 1px solid #F5943E !important;
	padding: 10px;
	z-index: 100;
}

#login-form-layer p { clear: both; margin: 10px 0; float: left; width: 100%; }

#login-form-layer p label {
	float: left;
	font-size: 0.8em;	
}

#login-form-layer p input {
	float: right;
	border: 1px solid #bbbbbb;
	width: 150px;
	padding: 2px;
}

#login-form-layer p input#remember { float: left; width: 10px; margin-right: 10px !important; border: none !important; }

#login-form-layer p input.avtorisate-close { float: left !important; width: 68px !important; cursor: pointer; color: #D05904; font-weight: bold;  }

#login-form-layer p input#avtorisate-sumbit { width: 68px !important; cursor: pointer !important; color: #6B86A6 !important; font-weight: bold !important; }

button.page-button{
  background: none;
  border:none;
  cursor:pointer;
  text-decoration:underline;
  color:#10649F;
  margin-left:0.8em;
}

button.page-button:hover{
  color:#6B86A6;
}

#bread-crumbs { margin: 0 0 28px -10px; color: #F5943E; }

#bread-crumbs a {
	font-size: 0.8em;
	color: #10649F;
	padding: 0 10px 0 10px;
}

#bread-crumbs span {
	font-size: 0.8em;
	padding: 4px 0 0 10px;
	color: #585859;	
}

/*******************************************************************************/

#table-profiles {
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
}

#table-profiles td, #table-profiles th {
	border: 1px solid #bbbbbb;
}

#table-profiles th {
	background: #eee;
	font-weight: bold;
	color: #6b86a6;
	padding: 4px 0;
	vertical-align: middle;
}

#table-profiles td {
	padding: 2px 4px;
	text-align: left;
	vertical-align: middle;
	font-size: 0.8em;
}

#table-profiles td.td-first { text-align: center; }



#table-profiles td button {
	width: 16px;
	height: 16px;
	margin: 0 auto;
	display: block;
	border: none;
	cursor: pointer;
}

#btn-view { background: transparent url("../images/view16.gif") no-repeat 0 0; }
#btn-edit { background: transparent url("../images/edit16.gif") no-repeat 0 0; }
#btn-del { background: transparent url("../images/del16.gif") no-repeat 0 0; }

h5 { text-align: center; margin: 30px 0 10px 0; }
img.center { margin: 0 auto; display: block; }

a#nav-basket, a#nav-admin {
	position: relative;
	background: transparent url("../images/planka.gif") no-repeat scroll right 0;
	padding: 0.8em 2.2em !important;
}

a#nav-basket img {
	border: none;
	position: absolute;
	width: 23px;
	height: 16px;
	padding-left: 3px;	
}

a#nav-admin img {
	border: none;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 18px;	
}




div#navigation table td.first a:hover, div#navigation table td.first a.active {
background:#F5943E url("../images/planka.gif") no-repeat scroll right -166px !important;
}

button#add-to-basket-btn {
	background: url("../images/basket-put.gif") no-repeat scroll 0 0;
	padding-left: 33px;
	height: 32px;
	border: none;
	cursor: pointer;
	color: #6B86A6;
}

button#delete-btn {
	background: url("../images/delete.gif") no-repeat scroll 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border: none;
}

button#recalc-btn {
	background: url("../images/reload.png") no-repeat scroll 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border: none;
}


.dilivery-item {
	margin: 0 0 20px 0;
}

.dilivery-item p {	
	font-size: 1.4em !important;
	font-weight: bold;
}

.dilivery-item a:hover { text-decoration: none !important; }



#block-link-passive img {
	float: left;
	margin: 0 20px 20px 0;	
}

#content ul li p, #inner-content ul li p {
	font-size: 1em !important;
}

.quantity {
	width: 5em !important;
}

table.tablesorter thead tr .header {
	padding-right: 18px;
	font-size: 12px;
}

table.tablesorter {
	font-family: Arial, Myrad, sans-serif !important;
}

