/* CSS Document */


/* udaje k webu */

body, table, input, select, textarea {
	font-family: "Trebuchet MS";
	font-size: 13px;
	_font-size: 12px;
}

body {
	background-image: url(../web_img/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.collage {
	background-image: url(../web_img/collage.jpg);
	background-repeat: no-repeat;
	width: 584px;
	height: 240px;
	float: right;
	position: relative;
}

.main_box {
	text-align: left;
	width: 798px;
	position: relative;
	/*border: 1px solid #C6C6C6;
	background-color: #FFFFFF;
	*/
}

.logo {
	position: absolute;
}

.main_menu {
	margin-left: 214px;
	top: 0px;
	position: absolute;
	height: 52px;
}

.main_menu a:hover {
	color: #9D7500;
	text-decoration: none;
}

.main_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.main_menu .separator {
	float: left;
	margin-top: -9px;
}


.main_menu .item {
	background-image: url(../web_img/main_menu_bg.gif);
	background-repeat: repeat-x;
	width: 110px;
	float: left;
	height: 52px;
	font-size: 18px;
	font-weight: bold;
	_font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
}
.main_menu .item_green {
  background-image: url(../web_img/main_menu_green_bg.gif);
}

.smaler {
	font-size: 12px;
}

.left_menu {
	width: 189px;
	background-image: url(../web_img/left_menu_bg.gif);
	background-repeat: repeat-y;
	height: 220px;
}

.left_menu a {
	color: #FFFFFF;
}


.left_menu .top {
	height: 10px;	
	background-image: url(../web_img/left_menu_top.gif);
	background-repeat: no-repeat;
}

.bottom {
	height: 20px;	
	background-image: url(../web_img/left_menu_bottom.gif);
	background-repeat: no-repeat;
}

.left_menu .button {
	height: 32px;	
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	background-image: url(../web_img/left_menu_line.gif);
	background-repeat: no-repeat;
}

.left_menu .button .cyrcle {
	float: right;
	margin-right: 20px;
}



.left_menu .item {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	height: 78px;
	_height: 70px;
}

.search_box {
	width: 215px;
	position: absolute;
	top: 155px;
	left: 150px;
}

.search_box .item {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	height: 78px;
	_height: 70px;
}

.form_corner_left {
	float: left;
	background-image: url(../web_img/form_corner_left.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 25px;
}

.srch_butt {
	float: right;
	background-image: url(../web_img/search_butt_bg.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 21px;
	padding-left: 20px;
	padding-top: 2px;
	font-weight: bold;
	margin-right: 10px;
}

.form_corner_middle {
	float: left;
	background-color: #FFFFFF;
	height: 25px;
	width: 145px;
}

.form_corner_middle input {
	border: 0px;
	width: 99%;
}

.form_corner_right {
	float: left;
	background-image: url(../web_img/form_corner_right.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 25px;
}



.login_box {
	background-image: url(../web_img/login_bg.gif);
	background-repeat: no-repeat;
	width: 183px;
	height: 300px;
	padding-left: 15px;
	color: #FFFFFF;
}

.login_box h4 {
	font-size: 14px;
	font-weight: bold;
	color: #1D5100;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.login_box .register_butt {
	float: left;
	background-image: url(../web_img/register_butt_bg.gif);
	background-repeat: no-repeat;
	width: 76px;
	height: 22px;
	margin-right: 3px;
	padding-top: 2px;
	font-weight: bold;
}

.login_box .login_butt {
	float: left;
	background-image: url(../web_img/login_butt_bg.gif);
	background-repeat: no-repeat;
	width: 76px;
	height: 22px;
	padding-top: 2px;
	font-weight: bold;
}

.content {
	margin-right: 20px;
	_margin-left: 15px;
	width: 580px;
}

p {
	margin-top: 10px;
	text-indent: 30px;
	line-height: 20px;
}


h1 {
	background-image: url(../web_img/title_bg.gif);
	background-repeat: no-repeat;
	width: 587px;
	height: 31px;
	padding: 6px;
	padding-left: 40px;
	color: #E2A901;
	font-size: 20px;
	_font-size: 18px;
}



form {
	padding: 0px;
	margin: 0px;
}

.hand {
	cursor: pointer;
}

.product_list .item {
	background-image: url(../web_img/product_list_bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 178px;
	height: 174px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.product_list .name {
	text-align: center;
	font-weight: bold;
}

.product_list .name a {
	color: #96CE00;
}

.product_list .image {
	padding-top: 15px;
	padding-right: 5px;
	border: 0px;
	text-align: right;
	height: 110px;
}


.product_list .price {
	font-size: 14px;
	color: #FE5804;
	font-weight: bold;
	padding-left: 10px;
	line-height: 12px;
}

.product_list .basket {
	float: left;
}

.news_box {
	background-image: url(../web_img/news_bg.gif);
	background-repeat: no-repeat;
	width: 183px;
	font-size: 11px;
	color: #FFFFFF;
}
.news_box .bottom_bg {
  background-image: url(../web_img/news_bottom_bg.gif);
  background-repeat: no-repeat;
  width: 183px;
  height: 62px;
}

.news_box h4 {
	font-size: 14px;
	font-weight: bold;
	color: #1D5100;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-right: 30px;
	_padding-right: 20px;
	text-align: right;
}


.dph_price {
	font-size: 10px;
}

.foto {
	border: 2px solid #EEC100;
	margin-right: 15px;
	float: left;
}

.product_detail .price {
	margin-top: 10px;
	font-size: 18px;
	color: #FE5804;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 10px;
}


.product_detail .basket {
	float: right;
	cursor: pointer;
}

.bottom_box 
{
	padding: 18px;	
	background-image: url(../web_img/bottom_bg.gif);
	background-repeat: no-repeat;
	width: 799px;
	height: 56px;
	font-size: 14px;
	color: #80A200;
}

.bottom_box a
{
	color: #80A200;
}

.copy {
	font-size: 11px;
	float: right;
	color: #A4A4A4;
	padding-right: 30px;
	_padding-right: 0px;
}

.copy a {
	color: #FF7800;
}

.basket_tbl {
	width: 100%;
}

.basket_tbl th {
	background-color: #95CE00;
	color: #FFFFFF;
}

.basket_tbl .pcs {
	text-align: right;
	width: 30px;
	border: 1px solid black;
}

.basket_tbl .text {
	text-align: right;
}

.basket_tbl .price {
	text-align: right;
}

.note {
	font-weight: normal;
	font-size: 10px;
}





















.kolaz {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	position: relative;
}

.kolaz .part1 {
	position: absolute;
	left: 308px;
	top: 261px;
}

.kolaz .part2 {
	position: absolute;
	left: 0px;
	top: 0px;
}



.color_title {
	background-image: url(../web_img/bg_nadpis.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin-top: 3px;
	width: 523px;
	margin-bottom: 3px;
}


h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
	margin-bottom: 0px;
}

h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

.right_menu {
	float: right;
}

.right {
	float: right;
}



.banner_box_poptavka {
	background-image: url(../web_img/banner_online_poptavka.gif);
	background-repeat: repeat-x;
	width: 234px;
	height: 212px;
	font-size: 12px;
	position: relative;
}


.banner_box_poradenstvi {
	margin-top: 3px;
	background-image: url(../web_img/banner_poradenstvi.gif);
	background-repeat: repeat-x;
	width: 234px;
	height: 213px;
	font-size: 12px;
	position: relative;
}

input, select, radio, textarea {
	font-size: 12px;
}

input.text {
	border: 1px solid black;
	width: 150px;
}

textarea {
	width: 300px;
}

select {
	width: 150px;
}

input.submit {
	width: 200px;
	background-image: url(../web_img/bg_button.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #B3B3B3;
	height: 30px;
}



.line {
	background-image: url(../web_img/bg_line.gif);
	background-repeat: repeat-x;
}

.bottom_menu {
	text-align: center;
}

.bottom_menu .item {
	margin-right: 30px;
	float: left;
}

.form_tbl th {
	vertical-align: top;
	text-align: right;
	width: 150px;
}

.form_tbl td {
	vertical-align: top;
}


a {
	color: #FE5804;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.req {
	color: #FF0000;
}

.box_button {
	background-image: url(../web_img/bg_button.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #B3B3B3;
}

.box_button_green {
	background-image: url(../web_img/bg_button_green.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #B3B3B3;
}


.left_shop_menu {
	width: 215px;
	background-image: url(../web_img/bg_left_menu.gif);
	background-repeat: repeat-x;
	background-color: #40C67A;
	margin-top: 3px;
	padding-bottom: 10px;
}

.left_shop_menu .item {
	font-size: 13px;
	color: #FFFFFF;
	height: 18px;	
	margin-left: 15px;
	padding-top: 12px;
	padding-bottom: 4px;
	background-image: url(../web_img/menu_dots.gif);
	background-repeat: repeat-x;
	margin-right: 10px;
}

.left_shop_menu .subitem {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 33px;
	margin-right: 16px;
}

.left_shop_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.left_shop_menu a:hover {
	color: #EFC200;
}

.left_shop_menu .arrow {
	vertical-align: middle;
}





hr {
	border: 0px;
	border-bottom: 1px solid gray;
	width: 520px;
}

.banner_left_box_poptavka {
	margin-top: 3px;
	background-image: url(../web_img/banner_left_online_poptavka.gif);
	background-repeat: repeat-x;
	width: 215px;
	height: 212px;
	font-size: 11px;
	position: relative;
}


.banner_left_box_poradenstvi {
	margin-top: 3px;
	background-image: url(../web_img/banner_left_poradenstvi.gif);
	background-repeat: repeat-x;
	width: 215px;
	height: 212px;
	font-size: 12px;
	position: relative;
}

.nostrong {
	font-weight: normal;
}


.box_right_button {
	background-image: url(../web_img/bg_button.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #B3B3B3;
	float: right;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.hp_button_2 {
	margin-bottom: 3px;
	margin-left: 3px;
}

.hp_button_1 {
	margin-bottom: 3px;
}

.submenu {
	background-color: #444243; 
	position: absolute; 
	z-index: 10; 
	padding: 10px; 
	color: #FFFFFF; 
	top: 30px; 
	left: 80px;	
	display: none;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}


.clear {
	clear: both;
	padding-bottom: 5px;
}


.small_br {
	font-size: 3px;
}

.image {
	border: 2px solid #EEC100;
	margin-left: 10px;
}


.galerie { 
	float: left;
	border: 1px solid #F3F3F3;
	text-align: center;
	margin: 5px;
	padding: 3px;
	width: 160px;
	height: 170px;
}

.galerie .desc {
	font-size: 11px;
} 

.gal_img {border: 3px solid #DDF0F7; }



#right {
	float: right;
}

.arrows {
	color: #d80303;
	font-size: 18px;
	cursor: pointer;
}

.price-list {
  width: 100%;
}

.price-list th {
  background-color: #99cc00;
  padding-left: 5px;
}

.price-list td {
	font-weight: bold;
  padding-left: 5px;
  font-size: 11px;
}

.price-list .small {
  font-size: 11px;
}

.price-list .logo_gerards {
	position: absolute;
	margin-left: 50px;
}

.gray th {
  background-color: #b8b8b8;
}

.action-box {
	font-size: 16px;
}

.center {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


