/* CSS reset */
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,  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;
}
:focus {
	outline: 0;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	line-height: 1.5em;
	color: black;
	background: white;
	height: 100%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em
{
	font-style:italic;
}
/* layout style */
body
{
	background: #dae899 url('./img/body_top_bg.jpg') repeat-x;
}
#page
{
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
	margin: 0;
	position: relative;
	padding-bottom: 315px;
}

#top
{
	width: 1001px;
	height: 200px;
	margin: 0 auto;
	background: url('./img/page_top.jpg') no-repeat;
}
fieldset#login_top
{
	text-align: right;
	padding: 12px 25px 0 25px;
	font-size: 0.8em;
	color: #e4f1a9;
}

fieldset#login_top input
{
	font-size: 0.9em;
	color: #000;
}
fieldset#login_top input.btn_arrow
{
	margin-bottom: -3px;
}
#login_top a:link, #login_top a:visited
{
	color: #fff;
	text-decoration:none;
	font-weight: normal;
}
#login_top a:hover, #login_top a:active
{
	text-decoration:underline;
}

#top a#logo
{
	width:380px;
	height:134px;
	overflow:hidden;
	float:left;
	text-decoration:none;
	margin: 20px 0 18px 40px;
}
#top a#logo img
{
	border:none;
	background:none;
}
#top #motto
{
	width: 260px;
	height: 80px;
	display:inline;
	float:left;
	color: #46295d;
	text-align:right;
	margin: 30px 0 0 70px;
	overflow:hidden;
}
#top #cart_pannel
{
	float:right;
	display:inline;
	width: 170px;
	height: 80px;
	margin: 27px 45px 0 0;
	font-size: 0.8em;
	overflow:hidden;
	text-align: center;
}
#top #cart_pannel a:link, #top #cart_pannel a:visited
{
	color: #395308;
	font-weight:bold;
}
#top #cart_pannel a:hover, #top #cart_pannel a:active
{
	text-decoration:none;
}
	
#top a#cart_ico
{
	float:left;
	width:40px;
	height: 50px;
	oveflow:hidden;
	background: url('./img/cart.jpg') no-repeat;
	margin: 20px 10px 0 0;
}

fieldset#search
{
	float:left;
	clear:left;
	width: 200px;
	display:inline;
	margin: 0 0 0 20px;
}
fieldset#search input
{
	background: url('./img/search_input_bg.png') no-repeat;
	padding-left: 25px;
	width: 120px;
}
fieldset#search input.btn_arrow
{
	background:none;
	padding:0;
	margin-bottom:-1px;
	width:15px;
}

ul#top_menu
{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:751px;
	height: 30px;
	list-style:none;
	list-style-type:none;
	font-size:0.9em;
}
ul#top_menu a:link, ul#top_menu a:visited
{
	color: #395308;
	font-weight:bold;
	text-decoration: none;
}
ul#top_menu a:hover, ul#top_menu a:active
{
	text-decoration: underline;
}
ul#top_menu li
{
	float:left;
	height:16px;
	border-right: 1px solid #9ec00c;
	padding: 0 14px;
	background: none;
}
ul#top_menu li.last
{
	border:none;
}



#main
{
	width:954px;
	margin:0 auto;
	margin-top: 30px;
}
#pannel
{
	width:212px;
	float:left;
	overflow:hidden;
	background: #fff url('./img/pannel_bg.gif') repeat-y;
	font-size: 0.9em;
}
#pannel h2
{
	width:187px;
	height: 32px;
	background: url('./img/left_header.gif') no-repeat;
	margin: 1em 0;
	padding: 4px 0 0 25px;
	color: #fff;
	font-weight: normal;
}
#pannel h2.actual
{
	width:192px;
	padding-top:7px;
	margin-top: 0;
	background: url('./img/left_top.gif') no-repeat;
}
#pannel ul, #pannel p
{
	margin: 1em;
	margin-bottom:1.5em;
}
#pannel ul.menu_level_2{
	margin-top: 0em;
}
#pannel a
{
	font-weight:normal;
}
#pannel p.banner
{
	width:197px;
	margin:1em 7px;
}
#pannel a img
{
	border:none;
}
#pannel_bottom
{
	width: 212px;
	height:6px;
	background: url('./img/left_bottom.gif') no-repeat;
	overflow:hidden;
}
#write_to_us
{
	padding: 0 0 10px 10px;
}
#write_to_us input
{
	width:180px;
	border:1px solid #b6cb90;
}
#write_to_us textarea
{
	margin:3px 0;
	width:180px;
	border:1px solid #b6cb90;
}
#write_to_us #write_us_button
{
	background: url('./img/btn_111.gif') no-repeat;
	width:111px;
	height:21px;
	border:none;
	margin-left:70px;
	color:#fff;
	font-weight:bold;
}

#hp_top
{
	margin: 0 0 20px 0;
	display:inline;
	float:right;
	width:722px;
	height:192px;
	
}
#hp_top p
{
	margin:0;
	padding:0;
}
#hp_top #banner_main
{
	width:537px;
	height:192px;
	float:left;
	overflow:hidden;
}
#hp_top #banner_main img, #hp_top img
{
	border:none;
}
#hp_top #hp_top_pannel
{
	overflow:hidden;
	width: 144px;
	height:192px;
	float:left;
	background: url('./img/main_topright.jpg') no-repeat;
	padding: 0 20px;
	color:#fff;
}
#hp_top #hp_top_pannel h2
{
	margin:1em 0;
	font-weight:bold;
	color:#fff;
}
div#breadcrumbs
{
	float:right;
	width:720px;
	margin-top:-20px;
	font-size:0.7em;
}
div#breadcrumbs a
{
	color:#46295d;
}
.content
{
	float:right;
	display:inline;
	margin: 0 0 10px 0;
	width:721px;
	background: #fff url('./img/main_top.gif') no-repeat;
}
.content_bottom
{
	width:721px;
	height:7px;
	overflow:hidden;
	background: #fff url('./img/main_bottom.gif') no-repeat;
}
.hp h2
{
	margin: 0.5em 0 0.5em 10px;
	padding: 5px 0 0 10px;
	background: url('./img/main_header.gif') no-repeat;
	min-height:30px;
	font-weight:bold;
	color:#395308;
	font-size:1.1em;
}
.flower
{
	width:220px;
	margin: 20px 0 0 18px;
	float:left;
	display:inline;
	text-align: center;
	font-size: 0.9em;
	height: 370px;
	/*overflow:hidden;*/
}
.hp .flower
{
	height: 350px;
	margin-top:0px;
}
.flower .cat_flow_imgs
{
 	width:220px;
}
.flower .cat_flow_imgs
{
 	width:220px;
}
.flower .cat_flow_big_img
{
	width:156px;
	float:left;
}
.flower .cat_flow_big_img_center
{
	width:220px;
	text-align:center;
}
.flower .cat_flow_small_imgs
{
	width:63px;
	float:left;
}
.flower .detail img
{
	border:1px solid #cae472;
	padding: 1px;
	margin: 0 0 5px 0;
}
.flower .detail img:hover
{
	border:1px solid #3c1964;
}
.flower .cat_flow_small_imgs .no_border_bottom img
{
	border-bottom:none;
}
.flower .cat_flow_small_imgs .detail img
{
	width:50px;
	height:76px;
	float:left;
	margin:0;
	overflow:hidden;
}
#main .content .flower h3
{
	margin: 0 0 5px 0;
	height: 65px;
	font-weight:normal;
	overflow:hidden;
	verticat-align: baseline;
	background:none;
	margin-top:0px;
	padding-left:0px;
	display:table-cell;
	vertical-align:middle;
	horizontal-align:center;
	width:220px;
	font-family:"Tahoma", sans-serif;
}
#main .hp .flower h3
{
	width:220px;
	height: 65px;
	margin: 0 0 5px 0;
	font-weight:normal;
	overflow:hidden;
	verticat-align: baseline;
	background:none;
	margin-top:0px;
	padding-left:0px;
	display:table-cell;
	vertical-align:middle;
	horizontal-align:center;
	font-family:"Tahoma", sans-serif;
}
.hp .flower h3
{
	height:auto;
}

.flower .detail img:hover
{
	border:1px solid #3c1964;
}
.flower p
{
	margin:0;
	text-align:center;
	line-height:21px;
}
.flower input
{
	width:20px;
}
input.flower_count
{
	float:left;
	margin-left:120px;
}
.btn_63, .btn_63:link, .btn_63:visited
{
	float:right;
	width:63px !important;
	height:21px;
	text-align:center;
	overflow:hidden;
	background: url('./img/btn_63.gif') no-repeat !important;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	margin-left:10px;
	border:none!important;
}
.btn_63:hover, a.btn_63:hover
{
	text-decoration: underline;
}


#banner_line
{
	width:742px;
	height:83px;
	float:right;
	display:inline;
	
	margin: 0 0 20px 0;
}
#banner_line p
{
	margin:0
}
#banner_line a
{
	width:352px;
	height:83px;
	float:left;
	display:inline;
	margin-left:19px;
	overflow:hidden;
}
#banner_line a img
{
	border:none;
}
	

#bottom_container
{
	width: 100%;
	height:303px;
	position: absolute;
	overflow:hidden;
	bottom: 0;
	left: 0;
	background: url('./img/body_bottom_bg.jpg') repeat-x;
}
#bottom
{
	width: 970px;
	margin: 20px auto 0 auto;
	color: #fff;
	font-size: 0.9em;
}
.bottom_small
{
	width:189px;
	height:150px;
	background: url('./img/bottom_small_bg.jpg') no-repeat;
	margin:0 0 0 10px;
	padding: 8px 20px 0 10px;
	float:left;
	display:inline;
	overflow: hidden;
}
.bottom_big
{
	width:328px;
	height:150px;
	background: url('./img/bottom_big_bg.jpg') no-repeat;
	margin:0 0 0 12px;
	padding: 8px 20px 0 10px;
	float:left;
	display:inline;
	overflow: hidden;
}
.bottom_big p
{
	line-height:1.1em;
}
#bottom h2
{
	color: #c9da7a;
	font-weight:bold;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}
#bottom a:link
{
	color:#fff;
}
#bottom a{
	color:#fff;
}
#foot_upper
{
	text-align: center;
	font-size:0.9em;
	padding: 10px 20px;
	color:#c9da7a;
	background: url('./img/hr_bottom.gif') repeat-x center bottom;
}
#foot_upper img
{
	border:none;
}
#foot_lower
{
	text-align: center;
	font-size:0.85em;
	padding: 10px;
	color:#c9da7a;
}
	

/*** categories ***/
fieldset#cat_filter
{
	width: 721px;
	background: #a6bd46 url('./img/fieldset_bg.gif') no-repeat right 10px;
	margin: 0 0 20px 20px;
	float:right;
	display:inline;
	font-size: 0.9em;
	color: #fff;
	line-height:30px;
	
}
fieldset#cat_filter h1
{
	margin-bottom:0px;
}
fieldset .topbg, fieldset .bottombg
{
	width: 721px;
	height: 8px;
	overflow: hidden;
	background: #a6bd46 url('./img/fieldset_top.gif') no-repeat;
	margin: 0 0 0px 0;
}
fieldset .bottombg
{
	background: #a6bd46 url('./img/fieldset_bottom.gif') no-repeat;
	margin: 5px 0 0 0;
}
fieldset#cat_filter label, fieldset#cat_filter input, fieldset#cat_filter select
{
	float:left;
	width:150px;
	margin-bottom: 5px;
	line-height:20px;
}
fieldset .filter_column
{
	width:340px;
	margin: 0 0 0 20px;
	float:left;
	display:inline;
}
fieldset .sort .filter_column
{
	margin: 0;
	
}
fieldset .sort .second_column
{
	margin:0 0 0 20px;
	width:320px;
}
fieldset#cat_filter div.sort
{
	overflow:none;
	clear:both;
	background: url('./img/fieldset_hr.gif') repeat-x;
	margin: 0 20px;
	padding: 20px 0 0 0;
	clear:both;
}
input.small
{
	background:none !important;
}

fieldset#cat_filter input.checkbox
{
	float:none;
	width: auto;
	background:none;
	margin-left:10px;
	margin-right:5px;
}
fieldset.eshop_form input.checkbox
{
	width:15px;
}
a.desc_link
{
	float:right;
	width:111px;
	height:18px;
	overflow:hidden;
	font-weight:bold;
	background: url('./img/btn_111_viol.gif') no-repeat;
	text-align:center;
	padding-bottom: 2px;
	line-height:19px;
	margin: 0 20px 0 0;
	display:inline;
}
a.desc_link:link, a.desc_link:visited
{
	color:#fff;
}
a.desc_link:hover, a.desc_link:active
{
	color:#000;
}
.picts
{
	position:relative;
	height:26px;
	text-align:left;
	width:156px;
}
.picts img
{
	border:none;
}
#filters_switch_box
{
	padding-left:20px;
	width:300px;
	text-align:right;
	line-height:25px;
	display:block;
	float:right;
	padding-right:42px;
}
#filters_switch_box a
{
	color:#fff;
}

#flower_lines .dark_flow_row
{
	background:#f4faee;
}
#flower_lines tr td
{
	border:none;
	font-size:0.9em;
}
#flower_lines tr:hover
{
	background:#e5f2d8;
}
#main .content table#flower_lines tr td h3
{
	font-size:1em;
	font-weight:normal;
}
#flower_lines input.prod_count_input
{
	width:20px;
}

/**** MESSAGES ****/
ul.messages
{
	width:681px;
	float:right;
	border:2px solid #a6bd46;
	padding:15px 20px;
	margin-bottom:15px;
	background:#fff;
}
div.inner table td
{
	border:none;
}
/*** PHOTO GALLERY ***/
.photo_thumb
{
	width:110px;
	height:110px;
	border:5px solid #a6bd46;
	text-align:center;
	float:left;
	overflow:hidden;
	background:#a6bd46;
}
.photo_thumb img{
	height:110px;
	border:none;
}
#photo_collection
{
	text-align:center;
}
/*** affiliate ***/
#affiliate_login
{
	display:none;
}
.aff_tab_content
{
	padding:0 20px;
}
table.affiliate
{
	margin:15px 0;
	font-size:0.8em;
	line-height:1.1em;
}
table.affiliate th
{
	text-align:center;
	background:#4C077F;
}
table.affiliate th, table.affiliate td
{
	border:1px solid #9570B3;
}
table.affiliate td
{
	text-align:right;
	font-weight:bold;
}
table#prov_info_table
{
	font-size:0.8em;
	line-height:1.1em;
	width:70%;
	margin:10px 0;
}
table#prov_info_table td, table#prov_info_table th
{
border:1px solid #9570B3;
}
