html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small, strike, strong, sub, sup, tt, var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	text-decoration:none;
	}
:focus {outline: 0;}
ol,ul {list-style:none;text-align:left;}
table {border-collapse:separate;border-spacing:0;}
caption,th,td,tr {text-align:left;vertical-align:top;font-weight:normal;}
strong {font-weight:bold;}
input,select,button {vertical-align:middle;}
textarea {vertical-align:top;}
input,button {overflow:visible;}
optgroup {color:black;background:#fff;font-style:normal;}
optgroup option {padding-left:22px;}
blockquote,q {quotes:'\00AB' '\00BB' '\201E' '\201C';}
blockquote:before,q:before {content:'\00AB';}
blockquote:after,q:after {content:'\00BB';}
q q:before {content:'\201E';}
q q:after {content:'\201C';}
sub,sup {position:relative;font-size:11px;}
sub {top:5px;}
sup {top:-5px;}
small {font-size:90%;}
a,button {cursor:pointer;}
a:link,a:visited,a:active {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
html,body {
	position:relative;
	width:100%;
	color:#3a3a3a;
	background:#fff url(img/v_bg_body.jpg) repeat-x left top;
	text-align:center;
	font:normal normal 12px arial,tahoma,sans-serif;
	line-height:140%;
	}
p {
	padding:10px 2px 2px 2px;
	text-align:left;
	line-height:140%;
	}
li {
	list-style:disc;
	list-style-position:inside;
	line-height:150%;
	padding:8px 2px 0px 2px;
	text-align:left;
	}

a {
	color:#0179d0;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
img,a img {
	border:0;
	text-decoration:none;
	}
h1 {
	color:#0179d0;
	font:normal normal 18px arial,tahoma,sans-serif;
	padding:10px 2px 6px 2px;
	}
h2 {
	color:#0179d0;
	font:normal bold 16px arial,tahoma,sans-serif;
	padding:10px 2px 5px 2px;
	}
h3 {
	color:#0179d0;
	font:normal bold 14px arial,tahoma,sans-serif;
	padding:10px 2px 4px 2px;
	}
h4 {
	color:#0179d0;
	font:normal bold 12px arial,tahoma,sans-serif;
	padding:10px 2px 3px 2px;
	}
#v_all {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:left;
	background:transparent url(img/v_bg_all.jpg) no-repeat center top;
	}
#v_top {
	position:relative;
	width:900px;
	height:250px;
	background:transparent;
	overflow:hidden;
	}
#v_top_logo {
        position:absolute;
        left:26px;
        top:46px;
        width:240px;
        height:120px;
        background:transparent url(img/v_bg_logo2.jpg) no-repeat center top;
        text-indent:-9999px;
        }
#v_top_logo a {
        position:absolute;
        display:block;
        left:0px;
        top:0px;
        width:240px;
        height:120px;
        text-decoration:none;
        }
#v_top_slogan {
	position:absolute;
	left:503px;
	top:101px;
	width:349px;
	height:90px;
	background:transparent url(img/v_bg_slogan.jpg) no-repeat center top;
	text-indent:-9999px;
	}
#top_nav{
  background: url("img/menu_link_a.gif") repeat-x scroll 0 -24px transparent;
  position:static;
  line-height: 24px;
  height:24px;
  margin-top: 12px;
  width: 900px;
  text-align: center;
}

#content .pic img
{
max-width: 330px;
}

#top_nav *{
  position:static;
  
}
	
#top_nav a {
    background: url("img/menu_link_a.gif") repeat-x scroll 0 -24px transparent;
    border-right: 1px solid #CED8DD;
    color: #555555;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 13.7px;
    text-decoration: none;
}
#top_nav a:hover {
    background: url("img/menu_link_a.gif") repeat-x scroll 0 0 transparent;
    border-right: 1px solid #CED8DD;
    color: #555555;
    font-weight: bold;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 13.7px;
    text-decoration: none;
}	
	
#v_wrapper {
  margin-top: 0px;
	width:100%;
	}
#v_navigation {
	width:210px;
	padding: 0px 0px 3px 0px;
	float:left;
	}
#v_navigation ul {
	background:#fff url(img/v_bg_nav_ul.jpg) repeat-y left top;
	padding:0px 0px 3px 0px;
	
	}
#v_navigation ul li {
	padding:3px 0px 3px 20px;
	background:transparent url(img/v_bg_nav_ul_li.jpg) no-repeat 20px bottom;
	list-style: none;
	}
#v_navigation ul li li{
  font-size: 90%;
  padding: 0px 0px 0px 20px;
  background:transparent url(img/v_bg_nav_ul_li.jpg) no-repeat 20px top;
  list-style: disc;
  list-style-position: inside;
  }	
#v_navigation ul li ul{
	padding:3px 0px 3px 0px;
	background:transparent ;
	}  	
#v_navigation ul li.active > a {
  color: green;
  font-weight: bold;
	}	
#v_navigation ul li.active ul
  {
  display: block;
  }	
#v_navigation ul li a {
	color:#3a3a3a;
	text-decoration:none;
	}
#v_body_01 a#v_nav_01,
#v_body_02 a#v_nav_02,
#v_body_03 a#v_nav_03,
#v_body_04 a#v_nav_04,
#v_body_05 a#v_nav_05,
#v_body_06 a#v_nav_06,
#v_body_07 a#v_nav_07,
#v_body_08 a#v_nav_08,
#v_body_09 a#v_nav_09,
#v_body_10 a#v_nav_10,
#v_body_11 a#v_nav_11,
#v_body_12 a#v_nav_12,
#v_body_13 a#v_nav_13,
#v_body_14 a#v_nav_14,
#v_body_15 a#v_nav_15,
#v_body_16 a#v_nav_16,
#v_body_17 a#v_nav_17,
#v_body_17 a#v_nav_18
	{
	color:#0179d0;
#v_extra {float:left;clear:left;width:256px;}
	}
#v_navigation ul li a:hover {
	color:#f00;
	text-decoration:none;
	}
#v_extra {float:left;clear:left;width:210px;}
#v_content {
	width:674px;
	float:right;
	}
#v_bottom {
	position:relative;
	width:900px;
	height:240px;
	text-align:center;
	background:transparent url(img/v_bg_bottom.jpg) no-repeat center bottom;
	overflow:hidden;
	clear:both;
	}
#v_counters {
	width:900px;
	clear:both;
	text-align:center;
	padding:50px 0 10px 0;
	}
#v_bottom_copyright {
	position:absolute;
	left:0px;
	bottom:3px;
	width:900px;
	height:30px;
	text-align:center;
	}
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.red {color:#f00;}
.white {color:#fff;}
.cpointer {cursor:pointer;}

.price {
    color: #696969;
    font-size: 20px;
}
a.product_name {
    color: #0089C0;
    font-weight: bold;
}
td.setka {
    background-color: #D6D6D6;
    height: 1px;
}

#content .pic
{
width: 50%;
margin-top: 20px;
}

#content .p_content
{
width: 40%;
float: right;
margin-top: 20px;
margin-right: 20px;
}

#content th
{
text-align:center;
border-bottom: 1px dashed #D3D3D3;
}

#content table
{
    
    background-color: White;
    border: 1px dashed #D3D3D3;
    margin-top: 10px;
    padding: 5px;
}

#content .sort_name {
    background-color: #F0F1F1;
}
.pricelist, .pricelist td{
border: 1px solid #d2d2d2;
}

.bgprice {
    background-color: #F0F0F0;
      
}

