/*  common styles */
body, html {
    margin: 0;
	padding: 0;
    height: 100%;
	text-align: left;
	background: #fff;
}
body, td, th, h1, h2, h3, h4, h5, input, select, textarea {
	color: #575757;
	font: normal 12px Tahoma;
}

.input {
	float: left;
	background: transparent url('/files/i/input/left.gif') no-repeat 0 0;
	margin: 4px 0 0 0;
}
.input div {
	height: 20px;
	margin: 0 0 0 4px;
	background: transparent url('/files/i/input/right.gif') no-repeat 100% 0;
}
 table, td, th {
  	border: none; 
  	border-collapse: collapse;
}
form, img, div, td, th {
    padding: 0;
    margin: 0;
    border: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	text-align: left;
}
h1 {
	font: normal 20px Tahoma;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #000;
}
h2 {
	color: #000;
	font: bold 12px Tahoma;
	margin: 0;
	padding: 13px 0 5px 0;
}
h3 {
	color: #000;
	font: normal 16px Tahoma;
	margin: 0;
	padding: 20px 0 17px 0;
}
h4 {
	font: bold 16px Tahoma;
	color: #000;
	padding: 10px 0 20px 0;
	margin: 0;
}
h5 {
	font: normal 16px Tahoma;
    color: #f58220;
	padding: 0 0 3px 0;
}
h6 {
	font: bold 12px Verdana;
    color: #000;
	padding: 0;
}
p {
	padding: 0;
    margin: 6px 0 6px 0;
	font-size: inherit;
	font-family: inherit;
}
img {
   behavior: url("pngbehavior.htc");
} 
.clear {
    clear: both;
	display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}
.br {
    clear: both;
    font-size: 1px;
    height: 24px;
    line-height: 1px;
    margin: 0;
}
.fix {
    height: 12px;
}
.fix2 {
    height: 4px;
}
.fix3 {
    height: 7px;
}
.hr {
    clear: both;
	display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
	background: transparent url('/files/i/hr.gif') repeat-x 0 0;
}
a {
	color: #0185c3;
/*	color: #063566;*/
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
ul {
    padding: 0;
    margin: 0 0 0 26px;
	list-style: none;
}
ul li {
    background: transparent url('') no-repeat 0 5px;
	padding: 0;
	margin: 0;
}
.error {
	text-align: left;
	font-size: 10px;
	color: #850600;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.error {
	color: #f30000;
}
.line {
	display: inline;
}
.bold {
	font-weight: bold;
}
.half {
	width: 50%;
	//width: 49%;
}
.black {
	color: #000 !important;
}
/*  /common styles  */
/*  main blocks */
#wrapper {
	padding: 0;
    min-height: 100%;
	min-width: 984px;	
	_width:expression(document.body.clientWidth > 984? "100%": "984px" );
}
* html #wrapper {
    height: 100%;
}
/*   head   */
#head {
	background: transparent url('/files/i/head.gif') repeat-x 0 0;
	padding: 0;
	height: 180px;
}
#logo {
	display: block;
	float: left;
	width: 500px;
	height: 149px;
	padding: 0;
	background: transparent url('/files/i/logo1.jpg') no-repeat 0 0;
}
#nav {
	width: 100%;
	padding: 0;
	margin: 0;
}
#nav td {
	padding: 0 0 0 0;
	text-align: center;
	font: bold 12px Tahoma;
	background: transparent url('/files/i/beam_vert.gif') no-repeat 100% 0;
	height: 31px;
	color: #fff;
}
#nav td a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/*   /head   */
.anonce {
	background: transparent url('/files/i/anonce.gif') repeat-x 0 0;
	height: 230px;
	width: 100%;
}
.anonce .inside {
	background: transparent url('/files/i/anonce_ins.gif') no-repeat 0 0;
	height: 184px;
	width: 465px;
	padding: 12px 68px 44px 17px;
	color: #575757;
}
.anonce .inside a, .anonce .inside h2 {
	color: #447699;
}
.anonce .inside h2 {
	padding: 0;
}
/*   content   */
#columns {
	width: 100%;
	background: transparent url('/files/i/columns.gif') repeat-x 0 0;
}
#columns td {
	vertical-align: top;
}
#column_left {
	width: 324px;
	padding: 49px 0 18px 0;
}
#column_left .inside {
	width: 324px;
	padding: 26px 0 0 0;
	background: transparent url('/files/i/column_left_top.gif') no-repeat 0 0;
}
#column_left .inside .ins {
	width: 324px;
	padding: 0 0 28px 0;
	background: transparent url('/files/i/column_left_bottom.gif') no-repeat 0 100%;
}
#column_left .inside .inser {
	width: 305px !important;
	margin: 0;
	padding: 6px 7px 30px 12px;
	background: transparent url('/files/i/column_left_center.gif') repeat-y 0 0;
	/*min-height: 500px;*/
}
#ex .inside .inser {
	//width:325px !important;
}
*html #column_left .inside .inser {
	width: 292px;
	padding-right:20px;
}
*html #ex .inside .inser {
	width: 325px;
}
.beam {
	background: transparent url('/files/i/beam.gif') repeat-x 0 0;
	width: auto;
	margin: 0 0 0 0;
	height: 1px;
	font-size: 0;
	line-height: 1;
	padding: 0 17px 0 0;
}
#column_left img {
	border: 2px solid #9b9b9b;
	margin: 0 0 0 -8px;
}
#column_right {
	padding: 17px 0 31px 39px;
	color: #575757;
}
#column_right p {
	color: #575757;
}
.title {
	height: 30px;
	padding: 0;
	margin: 2px 0 36px 0;
	background: transparent url('/files/i/title.gif') repeat-x 0 100%;
/*
	margin: 2px 0 6px 0;
	background: green;
*/
}
.title .title_left {
	height: 30px;
	height: 27px;
	background: transparent url('/files/i/title_left.gif') no-repeat 0 0;
	/*_background: transparent url('/files/i/title_left.gif') no-repeat 0 3px;*/
	padding: 3px 0 0 19px;
	color: #fff;
	font: normal 18px Tahoma;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
 .title .title_left  {background: transparent url('/files/i/title_left.gif') no-repeat 0 0px;}
}
.title .title_left div {
	font: bold 12px Tahoma;
	margin: 3px 0 0 0;
}
.title .title_left div a {
	color: #fff;
}
.titler {
	background: #e9e9e9;
	font-weight: bold;
	color: #000;
	height: 27px;
	padding: 10px 0 0 18px;
}
.titler a {
	color: #000;
	text-decoration: none;
}
.titler a:hover {
	text-decoration: underline;
}
.content {
	padding: 0 30px 0 19px;
}
.content p {
}
#column_right td {
	vertical-align: middle;
}
.content img {
	border: none;
	float: left;
	margin: 0 27px 0 0;
}
.else {
	background: #e9e9e9;
	padding: 24px 0 12px 0;
}
.else a {
	color: #447699;
}
.else  ul {
	padding: 0;
	margin: 0;
}
.else li  {
	display: block;
	margin: 0 0 0 12px;
	background: transparent url('/files/i/level1.gif') no-repeat 0 5px;
	padding: 0 0 9px 18px;
}
.shadow {
	background: transparent url('/files/i/shadow.gif') no-repeat 0 0;
	padding: 0 0 0 18px;
	height: 255px;
}
/*   /content  */

/* footer */
#footer {
    margin: 0;
	padding: 0;
	height: 65px;
	background: transparent url('/files/i/footer.gif') repeat-x 0 0;
	min-width: 984px;	
	_width:expression(document.body.clientWidth > 984? "100%": "984px" );
}
#footer p {
	font: normal 12px Tahoma;
	padding-top: 30px;
	padding-left: 30px;
	margin: 0;
}
/*  /footer */

.breadcrumbs {
	margin: 25px 0 5px 0;
}
.menu {
	padding: 0;
	margin: 19px 0 58px 19px;
}
.menu li {
	display: block;
	margin: 0 0 14px 0;
}
.vmiddle td {
	height: 100px;
	vertical-align: middle;
	padding: 0 14px 10px 14px;
	width: 29%;
}
.vmiddle td.for_im {
	width: 88px;
	padding: 0;
}
.vmiddle img {
	margin-bottom: 8px;
}
.choice {
	margin: 20px 0 0 0;
}
.choice td, .choice th {
	padding: 8px 6px;
	border: 1px solid #e9e9e9;
}
.choice th {
	color: #000;
	font-weight:bold;
	text-align: center;
}
.basket {
	position: relative;
	float: right;
	top: 40px;
	/*width: 240px;*/
	height: 84px;
	color: #fff;
	background: transparent url('/files/i/basket_title.jpg') no-repeat 0 0;
	padding: 31px 0 0 0;
}
.basket td {
	color: #fff;
	padding: 0 35px 2px 0;
}
.basket table {
	margin-bottom: 4px;
}
.basket a {
	color: #fff;
}
.cart {padding-right: 15px;}
.cart p span {
	color: #447699;
	font-weight: bold;
	font-size: 14px;
}
.cart table {
	width: 100%;
	margin-bottom: 8px;
}
.cart p {
	margin: 6px 7px 16px 7px;
}
.cart th {
	font-weight: bold;
	color: #000;
}
.cart th, .cart td {
	padding: 4px 7px 7px 7px;
}
.cart input {
	padding: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #c1c0c0;
	width: 31px;
	color: #447699;
	height: 15px;
	margin: 0;
}
input.delete {
	background: transparent url('/files/i/delete.gif') no-repeat 0 0;
	width: 10px;
	height: 10px;
	border: none;
	padding: 0;
	margin: 4px 0 0 0;
}
.grey td {
	background: #e9e9e9;
}
.message {
	width: 297px; position: absolute; top:500px; right:300px; float:right; background: #aa4f0d center top repeat-y; border:#700000 solid 2px;
	font: normal 12px Arial,Helvetica,sans-serif;
	text-align:center;
	padding: 0px 15px 15px;
	color: #f4f4f4;
	text-align:center;
}
.message .price, .message .quantity {font-size: 14px;}
.message-header h4 {text-align:center; color: #f4f4f4; font-size: 14px;}
.message a{color:#ffff00;}
.cat-child-1 {margin-left:15px;}
.cat-child-2 {margin-left:30px;}
.catalog-cat-childs {margin: 5px 10px;}
.form_order input, .form_order textarea {width: 450px;background: #fff; border: 1px solid #c1c0c0;}
.unik_td td, .unik_td th {border:1px solid #c1c0c0; height:25px;}
.unik_td th {text-align: center; font-weight:bold;}
#column_left p {color:#000000;}
.centeral {
width:100%;
}

.id_title, .id_img {
width:110px;
font-weight:600;
border-bottom:1px solid #ffd6b5;

padding:10px 23px;
}
.id_title{
background-color:#fcf5cf;
/*border-right:1px solid #ffd6b5;*/
}
.id_value {
/*border-bottom:1px solid #EBEBDE;*/
padding:10px 23px;
}
.item_data td {
vertical-align:top;
}
.item_data {
border-collapse:collapse;
width:100%;
}
.catalog-cat-title97 a, .catalog-cat-title98 a {font-weight:bold; color:red}
.maintext{padding:50px 10px 10px}
