/*
 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.5.1
 */
/*
 html{color:#000;background:#FFF;}
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
 code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
 table{border-collapse:collapse;border-spacing:0;}
 fieldset,img{border:0;}
 address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
 li{list-style:none;}
 caption,th{text-align:left;}
 h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
 q:before,q:after{content:'';}
 abbr,acronym {border:0;font-variant:normal;}
 sup {vertical-align:text-top;}
 sub {vertical-align:text-bottom;}
 input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
 input,textarea,select{*font-size:100%;}
 legend{color:#000;}
 */
body, input, textarea, select, option, legend, fieldset {
   /* font-family: Verdana;*/
    color:#333333;
    font-family:georgia,serif;

    line-height: 1.3em;
	/*
	font-family:verdana,Times New Roman,georgia,serif;
	font-weight:bold;*/
	/*font-family: arial;*/
	/*font-size: 80%;*/
}

html {height: 100%;}

body{
    /*height: 100%;*/
    /*background: #EEEFEC url(bg.png) repeat-x top;*/
	background: #F3F7FA url(bg_3000.png) no-repeat 35% 0;
	/*background: #F3F7FA url(body-bg.jpg);*/

	margin:0;
	padding:0;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#container {
    width: 95%;
    margin: 0 auto;
	max-width:1150px;
	min-width:800px;
	_width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? 
	(document.documentElement.clientWidth <860 ? "800px" : 
	(document.documentElement.clientWidth >1150 ? "1100px" : "95%")) : 
	(document.body.clientWidth < 860 ? "800px" : 
	(document.documentElement.clientWidth >1150 ? "1100px" : "95%")));
	clear:both;
	/*
	border: solid 1px red;
	
	background: #F3F7FA url(bg_blgr.png) repeat-x top;
	*/
	padding-bottom: 40px;
	min-height:500px;
	background: #F3F7FA url(bg_3000.png) no-repeat 35% 0;

/*
background: url(bg_left_corner.png) no-repeat top left;
    border: solid 1px silver;
*/
    /*background: #ffffff;*/
}

#footer {
  width: 100%;
  /*border: solid 1px silver;*/
  
  border-bottom: solid 0px #248305;

  height: 40px;
  font-size: 86%;
  color: #888888;
	clear:both;
	
	position: absolute;
  bottom: 0;
  background: url(grass.png) repeat-x bottom;
}

#footer div{
  padding-left:2%;
  padding-right:2%;
}

/*
/////////////////////////////////////////
*/

h1{
    color: #ffffff;
    font-size: 130%;
    font-weight: normal;
    font-family:georgia,serif;
    margin:0px;
    padding:4px 8px;
}

h2{
    margin:0px;
    color: #333333;
    font-size: 200%;
    font-weight: normal;
    /*font-family: "Trebuchet MS";*/
    font-family:georgia,serif;
}

h3{
    color: #DB5858;/* #279B00;*/
    font-size: 120%;
    font-weight: normal;
    /*font-family: "Trebuchet MS";*/
    font-family:georgia,serif;
}

h4{
	color: #000000;
    font-size: 110%;
    font-weight: normal;
    font-family:georgia,serif;
	margin:0px;
}

/*/////////////////////////////////////////*/

.doc_text{
  margin: 0px auto; width: 70%;
}

/*/////////////////////////////////////////*/

.mleft{
  /*
  font-weight: bold;
  font-size:0.7em;
  */
}


a:link, a:visited, a:active {
    color: #0099FF;
}

a:hover {
    color: #BE1F0C;
}

a.lnk:link, a.lnk:visited, a.lnk:active{
  color: #0099FF;
  text-decoration: none;
	display: inline-block;
  border-bottom: 1px solid #0099FF;
  line-height: 1.3em;
}

a.lnk:hover {
  color: #BE1F0C;
	display: inline-block;
  border-bottom: 1px solid #BE1F0C;
  line-height: 1.3em;
}

a.ajx:link, a.ajx:visited, a.ajx:active{
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #0099FF;
    line-height: 1.3em;
}

a.ajx:hover {
    border-bottom: 1px dashed #BE1F0C;
    line-height: 1.3em;
}

a.ajx_active:link, a.ajx_active:visited, a.ajx_active:active, a.ajx_active:hover {
    text-decoration: none;
    color: black;
    border: 0px none;
    line-height: 1.3em;
}

ul.menu li{
  margin-top: 5px;
/*  list-style-image: url(bullet.gif);
  background: url(bullet.gif) center left no-repeat;*/
  list-style: none;
/*  margin-left:-20px;*/
}

ul.menu a{
  margin-left:-20px;
  display: block;
  padding-left:20px;
  background: url(bullet.gif) center left no-repeat;
}

ul.menu ul{
  margin-top: 8px;
}

.ramka{
	border: solid 1px #81B9EB;
	/*margin: 0 auto;*/
	display: block;
	overflow:hidden;
}

a:hover .ramka{
	border: solid 1px #FE5500;
}

small {
    font-size: 70%;
	color:#777777;
}

.b{
	font-weight:bold;
}

img, object {
    display: block;
	border: 0px;
}

/*
/////////////////////////////////////////
*/

#project-list ul        { list-style: none; }
#project-list *					{ margin: 0; padding: 0; }

#project-list {
  background:transparent url(graypixel.gif) repeat-y scroll 15px 0;
  width:340px;
  }
#project-list li {
  font-size:16px;
  margin:15px 0 20px;
  padding:0 0 0 10px;
  }
#project-list li a, #project-list li b {
  background:white none repeat scroll 0 0;
  display:block;

  padding:3px;
  }
#project-list li ul li {
  background:transparent url(graypixel.gif) repeat-x scroll 0 8px;
  font-size:13px;
  margin:4px 0 4px 5px;
  padding:0 0 0 20px;
  }
#project-list li ul li a {
  padding:0 0 0 3px;
  }
#project-list li ul li ul {
  background:transparent url(graypixel.gif) repeat-y scroll 15px 0;
  margin-bottom:10px;
  }
#project-list li ul li ul li {
  margin-left:16px;
  padding-left:10px;
  }

/*
/////////////////////////////////////////
*/

#top {
    width: 100%;
    margin: 0 auto;
    /*
     border: solid 1px silver;
    */
	padding-top:13px;
}

#top_col1 {
    width: 29%;
    float: left;
	overflow:hidden;
	padding-bottom:15px;
	text-align: center;
}

#top_col1 #logo {
    width: 210px;
}

#logo img {
    margin: 0 auto;
    display: block;
    padding: 0px;
    clear: both;
}

#logo a {
    border:0px;
}

#logo h4 {
    margin-left: 35px;
}

#top_col2 {
  padding-top:3px;
    width: 69%;
    float: right;
    overflow:hidden;
}

/*
/////////////////////////////////////////
*/

#t_menu{
	border: 1px solid #5BA3E5;
	border-width: 1px 0 1px 1px;
	background: url(bg_mn.png) center center repeat-x;
}

#t_menu td{
	text-align: center;
	border-right: 1px solid #9BC6ED;
}

#t_menu a{
	color: white;
	text-decoration: none;
	
	display:inline-block;
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	white-space:nowrap;
}

#t_menu a:visited{
	color: white;
}

#t_menu a:hover, #t_menu .current{
	color: white;
	background: transparent url(bg_mn_a.png) center center repeat-x;
}

/*
/////////////////////////////////////////
*/

#l_menu{
	width:177px; 
	margin: 0 auto;
}

#l_menu a{
	margin-bottom:10px;
}

#l_menu .current{
	color: black;
	border-bottom: none;
}
/*
/////////////////////////////////////////
*/

#main {
	/*min-width:960px;*/
	clear: both;
    /*width: 90%;*/
    margin: 0 auto;
	overflow:hidden;
	/*padding-top:30px;*/
/*
    border: solid 1px silver;
*/
}

#main .col30{
    width: 29%;
    float: left;
	overflow:hidden;
	line-height: 1.4em;
}

#top_col1 .col30 #logo {
    width: 100%;
	margin: 0 auto;
}

#main .col60 {
    width: 69%;
    float: right;
	overflow:hidden;
}

#content {
	clear: both;
    width: 90%;
    margin: 0 auto;
	overflow:hidden;

	/*padding-top:30px;*/
/*
    border: solid 1px red;
*/
}

#main .col60 #content{
    width: 100%;
}

#content .col1{
	width: 44%;
  	float: left;
	overflow:hidden;
}

#content .col2{
	width: 54%;
  	float: left;
	overflow:hidden;
}



/*
    border: solid 1px silver;
*/


/*
/////////////////////////////////////////
*/

#intro{
	margin: 0 auto;
}


.add_btn{
  cursor:pointer;
  margin:0px;
  padding:0px;
}

.paging{
  width:96%;
	clear:both;
	text-align:right;
	height:35px;
	margin:0 auto;
	padding-bottom:5px;
}

.paging a,.paging a:visited{
	font-size: 140%;
	font-weight:bold;
	color:#478DCE;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	line-height:1em; 
	display: inline-block;
}

.paging a:hover{
	background:#ffffff;
}

.paging span{
  font-weight:bold;
	background: #478DCE;
	font-size: 140%;
	color:white;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	line-height:1em; 
	display: inline-block;
}

.paging img{
  display:inline-block;
  /*margin-bottom:1px;*/
}

#sorting
{
  float:left;
  font-size: 80%; 
  line-height:1em; 
  color:white; 
  margin-left: 2%;
}

#sorting a
{
  font-size: 100%;
  font-weight:normal;
  /*margin-top:4px;*/
  padding:2px;
	padding-left:8px;
	padding-right:8px;
}

/* */
#dicounts_link{
	float:left;
	padding-left:11%;
}

#dicounts_link a,#dicounts_link a:visited{
	font-size: 140%;
	color:red;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	font-size:1em; 
	font-weight: bold; 
	color: red; 
	line-height:2em; 
	cursor: pointer; 
	padding:4px;
	border-bottom: 1px dashed red;
}

.sorting{
	float:left;
	color: #333333;
	font-weight: normal;
	width:95%;
	clear:both;
	margin:0 auto;
	padding-left:5%;
	padding-bottom:10px;
	padding-top:15px;
	overflow:hidden;
	/*background-color: #6BACE7;*/
}

.sorting select, .sorting input{
	width:auto;
	font-style:italic;
	font-weight:normal;
	font-size: 100%;
	margin-top:0px;
	border: 1px solid #81B9EB;
	cursor: pointer;
}

.sorting div{
	float: left;
	padding-right: 1%;
}

div.cell{
    float: left;
    width: 33%;
    padding-top: 0px;
    /*padding-bottom: 10px;*/
    display: block;
	overflow:hidden;
	/*text-align:center;*/
}

div.item{
	width:175px;
/*	height:250px;*/
	height:265px;
	padding:5px;
	margin: 0 auto;
	display: block;
	overflow:hidden;
}

.zoom{
	width:175px;
	position:relative;
	display:block;
}

.zoom_ico {
  background:transparent url(magnifier.gif) no-repeat scroll right bottom;
  height:20px;
  left:150px;
  position:absolute;
/*  top:150px; 165px*/
	top:170px;
  width:20px;
  z-index:5000;
  /*display:none;*/
}

.number{
	/*
	position:absolute;
	top:155px;
	left:5px;
	*/
	white-space:nowrap;
	text-decoration:none;
}

.number span{
	font-size:60%;
}

div.cell img {
    /*float: left;
    padding-right: 10px;*/
	clear:both;
}

div.cell p{
	margin:0;
	padding:3px;
	text-align:left;
	width:175px;
	line-height:1.3em;
}

.price{
	color: #279B00;
	font-weight:bold;
	line-height:1.5em;
	display: inline-block;
}

.links{
	line-height:1.1em;
}

.flower_row {
  width:100%;
	clear:both;
}

/*
/////////////////////////////////////////
*/

#cart{
	/*font-size:80%;*/
}

#cart a{
	text-decoration:none;
}

#cart input{
	padding-bottom:3px;	
	margin-top:5px;
}
/*
/////////////////////////////////////////
*/

.prevnext{
	overflow:hidden;
	width:301px;
	margin-left:8px;
	padding-top:10px;
	padding-bottom:10px;
	height:35px;
}

.prevnext div{
	/*width:150px; */
	width:43px; 
	float:left;
	text-align:center;
}

.prevnext div img{
	margin: 0 auto;
}

.cur{
	
	border: solid 3px #81B9EB;/*#279B00;*/
}

.prevnext a,.prevnext a:link,.prevnext a:visited{
	color:white;
	text-decoration:none;
	line-height:1.2em;
	display: inline-block;
	font-size:140%;
}

.prevnext div a:hover{
	color:red;
	text-decoration:none;
}


/*
/////////////////////////////////////////
*/


#order_form{
	padding-top:10px;
	_padding-top:0px;
	min-width:420px;
}

.label{
	text-align:right;
	color:#777777;
}

.required{
	/*font-weight:bold;*/
	color:#000000;
}

input.text-input, textarea{
	width:95%;
	display:block;
	border: solid 1px silver;
	color:#000000;
	font-size:120%;
	font-style:italic;
	padding:5px;
}


select{
/*
display:block;
*/
	width:98%;
	border: solid 1px silver;
	color:#000000;
	font-size:120%;
	font-style:italic;
}

#order_form #submit_btn{
	width:55%;
	display:block;
	float:left;
	padding:3px;
	cursor:pointer;
	border: solid 1px silver;
}





/*
/////////////////////////////////////////
*/

.item_form input,.item_form textarea,.item_form select{
	border: solid 1px silver;
	font-size:100%;
	font-style:normal;
	padding:1px;
}

.item_form .w{ width: 90%;}

.item_form .n{
	width: 22%;
}

.siover{
	background: #ffbb99;
	cursor: pointer;
}

/*
///////////////////////////////////////// safari!
*/

.png {
    behavior: expression( (
    	function(e){
    		if(!e.rewritten){
				e.style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+e.src+'", sizingMethod="scale")';
				e.src='/templates/flower/pixel.gif';
				e.rewritten = true;
    		}
    	}
    )(this));
}
