/*========= (c)2012 :: html & css & jquery coding :: ЯRIK - www.csska.com  =========*/

@import url('reset.css');

body {
	font-size:12px;
	line-height: 1.4em;
	font-family:Tahoma, Arial, sans-serif;
	color:#000;
	background:#fff;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.5em;
	margin:0.2em 0 0.6em;
	color:#1e1e21;
}

h1 {	font-size:24px;}
h2, .h2-size {	font-size:18px;}
h3 {	font-size:20px;}
h4 {	font-size:18px;}
h5 {	font-size:16px;}
h6 {	font-size:13px;}


a{
	color: #C9001E /*#D2002B */ /*#0068d7*/;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}



/* ---------------------- ----------------------------- ---------------------- */

#wrapper {
	width:1000px;
	margin:0 auto;
	padding:0 8px;
}


#top_menu_back {
    background: url("../images/top_menu.png") repeat-x scroll left top transparent;
    position:absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 37px;
}

#top_menu {

	width:1000px;
	height: 36px;
    overflow: visible;
    position: relative;
}

	#top_menu ul {
		float: left;
		height: 34px;
        overflow: hidden;
		padding-left: 20px;
		padding-top: 3px;
        margin-left: -24px;
    }

		#top_menu ul li {
			float:left;
			height:31px;
			background: url("../images/top_menu_li.png") repeat-x scroll left top transparent;
			border-top:1px solid #dedbd9;
			border-left:1px solid #dedbd9;
			border-right:1px solid #dedbd9;
			border-radius:5px 5px 0 0; 
			-webkit-border-radius:5px 5px 0 0; 
			-moz-border-radius:5px 5px 0 0;
			margin-left:2px;
			padding:0 21px;
			line-height:30px;
            z-index: 10;
        }

			#top_menu ul li.active {
				float:left;
				height:33px;
				box-shadow: 3px 0 8px #DDDDDD, -3px 0 8px #DDDDDD;
				position: relative;
				z-index:10;
			}

			#top_menu ul li a {
				color: #D2002B;
				font-size:15px;
				text-decoration:none;
				font-weight:bold;
			}
			
				#top_menu ul li a:hover {
					color:#5a900d;
				}
				
				#top_menu ul li.active a {
					color:#7dbe25;
				}


#header {
    width:1000px;
	height:120px;
	position:relative;
	color:#171716;
	font-size:12px;
}

	#logo {
		display:block;
		width:204px;
		height:95px;
		background: url("../images/logo.png") no-repeat scroll left top transparent;
		position:absolute;
		top:17px;
		left:17px;
		overflow:hidden;
		text-indent:-9999px;
	}
	
	#htel {
		position:absolute;
		left:239px;
		top:23px;
		height:80px;
		font-size:22px;
		text-align: right;
	}
		#htel .label-1 {
			font-size: 12px;
			padding: 4px 0 2px;
			font-family: Arial, serif;
		}
		
		#htel .label-2 {
			position: absolute;
			bottom: 0;
			right: 0;
			width: 100%;
			font-weight: bold;
			font-family: 'Helvetica', 'Myriad Pro', serif;
		}
			
		#htel .mask {
			position:absolute;
			left:0;
			right:0;
			top:0;
			bottom:0;
			background: url("../images/htel_mask.png") repeat-x scroll left bottom transparent;
		}

	#hmenu {
		position:absolute;
		top:23px;
		left:496px;
	}
	
		#hmenu ul {
			
		}
		
			#hmenu ul li {
				
			}
			
				#hmenu ul li a {
					font-size:13px;
					color:#d2002b;
					line-height: 1.3em;
                }
				
					#hmenu ul li a:hover,
					#hmenu ul li.active a {
						color:#7DBE25;
						text-decoration:none;
					}
	
	#hlogin {
		position:absolute;
		top:23px;
		left:633px;
		padding:0 0 0 21px;
		width:167px;
		background: url("../images/hlogin.png") no-repeat scroll 3px 1px transparent;
	}
	
		#hlogin a{
			float:right;
			color:#D2002B;
		}
		
	#hsearch {
		position:absolute;
		top: 75px;
		left:495px;
		width: 335px;
		height:33px;
        background-color: #F1F1F1;
        border-radius: 4px 0 0 4px;
    }
	
		#hsearch input[type=text] {
            background-color: #F1F1F1;
            border-radius: 4px 0 0 4px;
            height: 33px;
            position: absolute;
            width: 130px;
            font-size:14px;
            padding:0 0 0 14px;
		}
		
		#hsearch a {
			display:block;
			float:right;
			width:34px;
			height:32px;
			background: url("../images/hsearch_bt.png") no-repeat scroll left top transparent;
		}
		
			#hsearch a:hover {
				background-position:left bottom;
			}

	#hbasket {
		/*background: url("../images/hbasket.png") no-repeat scroll 3px 3px transparent;*/
		line-height: 1.5em;
		position: absolute;
		right: 0;
		/*text-align: right;*/
		top: 21px;
		width: 150px;
	}
	    #hbasket div.cart_img {
	        background: url("../images/hbasket.png") no-repeat 3px 3px scroll transparent;
	        height: 19px;
	        width: 19px;
	        float: left;
	    }
	    #hbasket div.cart_link {
	        float: left;
	        margin-left: 6px;   
	        text-decoration: underline;
	    }
	    #hbasket div.cart_link:hover {   
	        text-decoration:none;
	    }
	    #hbasket div.text {
	        clear: both;
	        margin-left: 25px;
	    }
		#hbasket a {
			/*color:#d2002b;*/
		}

#mainmenu {
    width:1000px;
    margin-top:3px;
	background: url("../images/mainmenu.png") repeat-x scroll left top transparent;
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	position:relative;
    z-index:10;
    margin-bottom: 20px;
}

	#mainmenu>ul {
		display: inline-block;
		height:44px;
		/* padding:0 15px; */
		margin-right: -2px;
	}
	
		#mainmenu>ul>li {
            display: inline-block;
			height:44px;
		}

			#mainmenu>ul>li.back {
				overflow: visible !important;
				position: absolute;
				z-index: 8;
				background: url("../images/mainmenu.png") repeat-x scroll left bottom transparent;
				padding-top:3px;
				margin-top:-3px;
				border-radius:5px 5px 0 0; 
				-webkit-border-radius:5px 5px 0 0; 
				-moz-border-radius:5px 5px 0 0;
				height: 47px;
			}
		
			#mainmenu>ul>li>a {
				display:block;
				height:44px;
				line-height:42px;
				color:#ffffff;
				font-size:15px;
				font-family:"Myriad Pro";
				text-decoration:none;
				/* padding:0 15px; */
				padding:0;
				position:relative;
				z-index:10;
				white-space:pre;
			}
			
				#mainmenu>ul>li>a:hover,
				#mainmenu>ul>li.active>a {
                    color: #f8ff2e;
					text-decoration:underline;
					text-shadow:0 1px 0 #5a8d15;
				}
				
				
				
			#mainmenu>ul>li>ul {
				position:absolute;
				left:0;
				top:44px;
				height:40px;
				padding: 0 10px;
				width:980px;
				/*display:none;*/
				background-color:#7dbe25;
				border-radius:5px; 
				-webkit-border-radius:5px; 
				-moz-border-radius:5px;
			}
			
				#mainmenu>ul>li.active>ul {
					display:block;
				}

				#mainmenu>ul>li>ul>li {
					float:left;
					height:40px;
					position:relative;
				}
				
					#mainmenu>ul>li>ul>li>a {
						display:block;
						float:left;
						height:40px;
						line-height:38px;
						color:#ffffff;
						font-size:15px;
						font-family:"Myriad Pro";
						text-decoration:none;
						padding:0 20px !important;
						position:relative;
					}
					
						#mainmenu>ul>li>ul>li.has_child>a {
							background: url("../images/mainmenu_arrow.png") no-repeat scroll right 19px transparent;
						}
						
						#mainmenu>ul>li>ul>li:hover>a,
						#mainmenu>ul>li>ul>li.active>a {
							color:#f8ff2e;
						}
						
						#mainmenu>ul>li>ul>li.has_child.active>a,
						#mainmenu>ul>li>ul>li.has_child:hover>a {
							background: url("../images/mainmenu_arrow.png") no-repeat scroll right -31px transparent;
							color:#f8ff2e;
						}
						
						
						#mainmenu>ul>li>ul>li>ul {
							position:absolute;
							top:40px;
							left:5px;
							border-radius: 0 0 5px 5px; 
							-webkit-border-radius: 0 0 5px 5px; 
							-moz-border-radius: 0 0 5px 5px;
							padding:0 14px 5px;
							background: #7dbe25;
							width:120px;
							display:none;
						}
						
							#mainmenu>ul>li>ul>li>ul>li {
								float:left;
								border-top:1px solid #a5de65;
								clear:both;
								padding: 6px 0;
								width:120px;
							}
							
								#mainmenu>ul>li>ul>li>ul>li:first-child {
									border-top:none;
								}
							
								#mainmenu>ul>li>ul>li>ul>li>a {
									color: #FFFFFF;
									float: left;
									font-size: 11px;
									line-height: 1em;
									padding: 0 3px;
									text-decoration: none;
								}
								
									#mainmenu>ul>li>ul>li>ul>li>a:hover,
									#mainmenu>ul>li>ul>li>ul>li.active>a {
										color:#ebf32d;
									}
					
					
					#mainmenu>ul>li>ul>li.right {
                        position: absolute;
                        right: 0;
					}
					
					#mainmenu>ul>li>ul>li.right span {
						float:left;
						color: #FFFFFF;
						display: block;
						font-family: "Myriad Pro";
						font-size: 15px;
						height: 40px;
						line-height: 38px;
						padding: 0 5px;
					}
					
					#mainmenu>ul>li>ul>li.right a {
						border-bottom: 1px dashed #FFFFFF;
						color: #FFFFFF !important;
						float: left;
						height: 15px;
						line-height: 14px;
						margin: 12px 5px;
                        padding: 0 !important;
					}
					
						#mainmenu>ul>li>ul>li.right a:hover,
						#mainmenu>ul>li>ul>li.right a.active {
							border-bottom: none;
							color: #f8ff2e !important;
						}
		

				
#mainmenu_sub {
	float:left;
	width:1000px;
	height:40px;
	background-color:#7dbe25;
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
}



#main {
    width:1000px;
	padding: 0 0 20px;
	position:relative;
    vertical-align: top;
    overflow: hidden;
}

	#main p {
		padding-bottom:15px;
	}


	#content {
        width: 728px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }
	
		#content.full_width {
			width:1000px;
		}
	
		#slider {
			float:left;
			width:728px;
			height:305px;
			position:relative;
			overflow:hidden;
			border-radius:5px; 
			-webkit-border-radius:5px; 
			-moz-border-radius:5px;
			margin-bottom:20px;
		}
		
			#slider .text {
				color: #3D4D53;
				font-size: 13px;
				height: 246px;
				width: 183px;
				left: 20px;
				top: 20px;
				padding: 10px;
				line-height: 1.6em;
				position: absolute;
			}
			
				#slider .button2 {
					position: absolute;
                    right: 90px;
                    top: 185px;
				}
			
			
		
	#right {
        width: 245px;
        display: inline-block;
        margin-left: 23px;
        margin-right: -20px;
    }
	
		#right .block{
			float:left;
            clear: both;
			width:245px;
			margin-bottom:17px;
			color:#393835;
			font-size:13px;
			display: inline-block;
		}
		
			#right .block.last{
				margin-bottom:0;
			}
		
			#right .block h3{
				color:#539f29;
				font-weight:bold;
				font-size:15px;
				margin:0 0 10px 0;
			}
			
			#right .block h6{
				color:#539f29;
				font-weight:normal;
				font-size:13px;
				margin:0;
				padding-bottom:0px;
			}
				
				#right .block h6 a{
					color:#539f29;
				}
				
			#right .block p{
				padding-bottom:10px;
			}
			#right .block p:last-child{
				padding-bottom:0px;
			}
			
			#right .block .readmore {
				clear: both;
				/*color: #0868D3;*/
				float: right;
				font-size: 11px;
				/*padding-left:15px;*/
			}
			
			#right .block .all {
				float:right;
				clear:both;
			}
			
			
		#right .block.bouquet {
			
		}
		
			#right .block.bouquet h3 {
				color: rgb(217, 31, 48);
				font-size: 40px;
				font-weight: lighter;
				font-family: "Corinthia";
				text-align:center;
				margin: 0;
                line-height: 35px;
                padding-top: 5px;
            }
			
			#right .block.bouquet h4 {
				color:#ce192a;
				font-size:15px;
				font-weight:bold;
				font-family:"Myriad Pro";
				text-align:center;
				margin:0;
			}
			
			#right .block.bouquet .bouquet_img {
				float:left;
				width:245px;
				margin:15px 0;
				text-align:center;
			}
			
			#right .block.bouquet .price {
				float:left;
				color:#c9001e;
				font-size:13px;
				font-family:"Myriad Pro";
				line-height:25px;
				font-weight:600;
			}
			
				#right .block.bouquet .price span {
					font-size:18px;
				}
				
			#right .block.bouquet .button2 {
				float:left;
				margin-left:24px;
			}
			
			
	
	
	
	
	
.sub_main {
	/*width:960px;*/
	float:left;
	clear:both;
	padding:5px 20px 15px;
	margin-top: 0px;
}

	.sub_main h1, .sub_main h5 {
		font-weight:bold;
		font-size:15px;
		color:#5a900d;
		margin:0 0 10px 0;
	}

	.sub_main h2, .sub_main h6 {
		font-weight:normal;
		font-size:13px;
		color:#5a900d;
		margin:0 0 15px 0;
	}
	
	.sub_main p {
		padding:0 0 15px 0;
	}




#footer {
	font-size:11px;
	overflow:hidden;
}

	#footer p a{
		color:#000;
	}

	#fline {
		float:left;
        height:1px;
		background-color:#cdd7bb;
        left: 0;
        position: absolute;
        right: 0;
    }
	
	#fmenu {
		padding: 0 0 16px;
		width:100%;
		clear:both;
        margin-top: 24px;
        overflow:hidden;
    }
	
		#fmenu ul {
			float:left;
		}
		
			#fmenu li {
				float:left;
				/* padding-left:66px; */
				/*padding-left: 205px;*/
                padding-left: 144px;
            }
			
				#fmenu li:first-child {
					padding-left:0 !important;
				}
				
				#fmenu li a{
					
				}
				
					#fmenu li.active a{
						text-decoration:none;
					}
		
	#footer p {
		padding-bottom:10px;
	}


.button2 {
	display:inline-block;
	width:122px;
	height:29px;
	background: url("../images/button2.png") no-repeat scroll left top transparent;
	color:#ffffff;
	font-size:14px;
	line-height:26px;
	font-family:"Myriad Pro";
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0 #8b0725;
}

	.button2:hover {
		margin-top:1px;
		margin-bottom:-1px;
	}

	.button2:active {
		line-height:28px;
		text-shadow:-1px -1px 0 #8b0725;
	}
	
	
.button3 {
	display:inline-block;
	height:19px;
	background: url("../images/button3.png") repeat-x scroll left top transparent;
	color:#ffffff;
	font-size:12px;
	line-height:18px;
	font-family:"Myriad Pro";
	text-decoration:none;
	text-shadow:0 1px 0 #009700;
	padding:0 6px;
	border:1px solid #00ae00;
	overflow:hidden;
	font-weight: 600;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
}

	.button3:hover {
		background-position:left bottom;
	}

	.button3:active {
		line-height:20px;
	}
	
.button4 {
	display:inline-block;
	height:34px;
	background: url("../images/button4.png") repeat-x scroll left top transparent;
	color:#fefefe;
	font-size:14px;
	line-height:32px;
	text-decoration:none;
	padding:0 20px;
	border:1px solid #8cd042;
	overflow:hidden;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
}

	.button4:hover {
		background-position:left bottom;
	}

	.button4:active {
        /*margin-top: 4px;*/
		line-height:36px;
	}
	
	
.button5 {
	display:inline-block;
	height:21px;
	background: url("../images/button5.png") repeat-x scroll left top transparent;
	color:#fefefe;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	padding:0 20px;
	border:1px solid #8cd041;
	overflow:hidden;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
}

	.button5:hover {
		background-position:left bottom;
	}

	.button5:active {
		line-height:22px;
	}
	
.button6 {
	display:inline-block;
	height:25px;
	background: url("../images/button6.png") repeat-x scroll left top transparent;
	color:#fefefe;
	font-size:12px;
	line-height:24px;
	text-decoration:none;
	padding:0 20px;
	border:1px solid #8cd041;
	overflow:hidden;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
}

	.button6:hover {
		background-position:left bottom;
	}

	.button6:active {
		line-height:26px;
	}
	
	p .button6 {
		margin: 0 0 -8px;
	}


h2.hearts {
	font-size:18px;
	font-weight:bold;
	color:#1e1e21;
	margin:0;
	background: url("../images/hearts.png") no-repeat scroll 10px top transparent;
	padding:0 0 5px 50px;
	clear: both;
	min-height:27px;
}

h1.hearts {
	font-size:18px;
	font-weight:bold;
	color:#1e1e21;
	margin:0 0 15px 0;
	background: url("../images/hearts.png") no-repeat scroll 0 top transparent;
	padding:0 0 5px 40px;
	clear: both;
	min-height:27px;
}

a.all {
	display:inline-block;
	padding-right:20px;
	background: url("../images/arrows.png") no-repeat scroll right top transparent;
	font-family:Arial;
	font-size:11px;
	line-height:14px;
}

.pl_50 {
	padding-left:50px;
}


a.readall {
	display:inline-block;
	padding-left:20px;
	background: url("../images/arrows.png") no-repeat scroll left top transparent;
	font-family:Arial;
	font-size:11px;
	line-height:14px;
	margin-bottom:5px;
}


img[align='left'] {
	margin:0 20px 20px 0;
}

img[align='right'] {
	margin:0 0 20px 20px;
}

#content ul {
	list-style: none outside none;
	margin-bottom:20px;
}

	#content ul li {
		padding-left:20px;
		background: url("../images/ul_li.png") no-repeat scroll 6px 4px transparent;
		margin-bottom:5px;
	}
	

#content ul.content_menu {
	list-style: none outside none;
	margin-bottom:20px;
	padding-left:40px;
	float:left;
	padding-right:60px;
}

	#content ul.content_menu li {
		background:none;
		padding:0 0 6px;
		margin:0;
	}
		#content ul.content_menu li a{
			font-size:14px;
			color:#5A900D;
			text-decoration:underline;
		}
			#content ul.content_menu li a:hover,
			#content ul.content_menu li.active a{
				text-decoration:none;
			}
	    /*
		#content ul.content_menu li a{
			font-size:14px;
			font-weight:bold;
			color:#5a900d;
			text-decoration:none;
		}
		
			#content ul.content_menu li a:hover,
			#content ul.content_menu li.active a{
				text-decoration:underline;
			}
        */
			
#content ul.list2 {
	padding-left:21px;
}

	#content ul.list2 li {
		padding-bottom:1px;
	}

		#content ul.list2 li a{
			/*color:#3f3f3f;*/
			color: #539F29;
		}
		
		#content ul.list2 li h4{
			color:#c9001e;
			font-weight:normal;
			font-size:12px;
			margin:20px 0 15px;
			line-height: 1.1em;
		}
			
			
#content h2.red {
	font-size: 18px;/*20px*/
	font-weight:normal;
	color:#d2002b;
}

#content h3.red {
	font-size:18px;
	font-weight: normal/*bold*/;
	color:#d2002b;
	clear: both;
	padding-top: 20px;
	margin: 0 0 0.6em 0;
}



.product_list {
	width:100%;
	float:left;
	clear:both;
	margin-bottom:20px;
}

	.product_list .item {
		float:left;
		width: 220px;
		font-size:12px;
		margin: 0 11px 20px;
        height: 370px;
        position: relative;
    }
	
		.product_list.wide_list .item {
			width:275px;
			margin: 0 29px 30px;
		}
	
		.product_list .item .item_img {
			float:left;
			width:220px;
			height:200px;
			margin-bottom:5px;
			overflow:hidden;
			text-align:center;
		}
		
			.product_list.wide_list .item .item_img {
				width:275px;
				height:235px;
			}
			.product_list.wide_list .item .item_img img {
				max-width:275px;
				max-height:235px;
			}
		
		.product_list .item h4, .product_list .item .oldh4 {
			font-weight:bold;
			font-size:18px;
			margin:0 0 5px 0;
		}
		
		.product_list .item h4 a, .product_list .item .oldh4 a{
			color:#ce192a;
		}
			
		.product_list .item .oldh4 {
			line-height: 1.5em;
			display: block;
		}
			
		.product_list .item p {
			padding:0 0 10px 0 !important;
			height: 40px;
			overflow: hidden;
		}
		
		.product_list .item .price {
			width:100%;
			float:left;
			text-align:right;
			color:#7dbe25;
			font-size:13px;
			font-family:"Myriad Pro";
			line-height:24px;
			font-weight: bold;
            bottom: 0;
            position: absolute;
        }
		
			.product_list .item .price span {
				font-size:24px;
			}

	.all_items {
		clear: both;
		/*float: left;*/
		padding: 0 0 14px;
		text-align: right;
		width: 100%;
		margin-top:-10px;
		/*border-bottom: 1px solid #CDD7BB;*/
	}
	
	.all_items_2 {
		clear: both;
		/* float: left; */
		padding: 0 0 14px;
		text-align: right;
		width: 100%;
		margin-top:-10px;
		border-bottom: 1px solid #CDD7BB;
		margin-bottom: 24px;
	}
	
		.all_items_2.last {
			border-bottom:none;
		}


.breadcrumbs {
	font-size:11px;
	color:#C9001E;
}

.sorting {
padding-bottom: 30px !important;
}

	.sorting a {
		padding-right: 20px;
        background-position: right center;
        margin-left: 10px;
    }

	a.up {
		display:inline-block;
		background: url("../images/arrows.png") no-repeat scroll right -84px transparent;
		font-family:Arial;
		font-size:11px;
		line-height:14px;
		font-weight: bold;
    }
	
	a.down {
		display:inline-block;
        background: url("../images/arrows.png") no-repeat scroll right -56px transparent;
		font-family:Arial;
		font-size:11px;
		line-height:14px;
		font-weight: bold;
	}


.pagination {
	width:100%;
    clear:both;
	margin-bottom:15px;
	text-align:right;
	clear:both;
    display: inline-block;
}

.pagination.top {
	margin-top: -46px;
}

	.pagination a.button3 {
		
	}
	
	.pagination a.page {
		display:inline-block;
		height:19px;
		background:#fff;
		color:#000000;
		font-size:12px;
		line-height:18px;
		font-family:"Myriad Pro";
		text-decoration:none;
		padding:0 6px;
		border:1px solid #c5dae6;
		overflow:hidden;
		font-weight: 600;
		border-radius:3px; 
		-webkit-border-radius:3px; 
		-moz-border-radius:3px;
	}
	
		.pagination a.page:hover {
			background-color:#b6c5ce;
			color:#ffffff;
		}
		
		.pagination a.page:active {
			line-height:20px;
		}
		
		
	
	.pagination span {
		display:inline-block;
		height:19px;
		background:#b6c5ce;
		color:#ffffff;
		font-size:12px;
		line-height:18px;
		font-family:"Myriad Pro";
		text-decoration:none;
		padding:0 6px;
		border:1px solid #c5dae6;
		overflow:hidden;
		font-weight: 600;
		border-radius:3px; 
		-webkit-border-radius:3px; 
		-moz-border-radius:3px;
	}
	
	.pagination span.middlepager {
		color:#000000;
		background-color: #ffffff;
	}




.carusel {
	width:1000px;
	float:left;
	background-color:#f1f1f1;
	position:relative;
	margin-bottom: 20px;
}

	#content .carusel ul {
		list-style: none outside none;
		margin-bottom: 0;
	}

		#content .carusel ul li {
			background:none;
			margin-bottom: 0;
			padding-left: 0;
		}


	.carusel .jcarousel-container {
		width:1000px;
		height:271px;
		margin:23px 0;
	}

		.carusel .jcarousel-clip {
			width:936px;
			height:271px;
			margin:0 32px;
		}
		
			.carusel .jcarousel-item {
				width:254px;
				height:253px;
				margin: 0 20px;
				overflow:hidden;
				padding:8px !important;
				background-color:#fff !important;
				border:1px solid #e1e1e1;
			}
			
				.carusel .jcarousel-item a {
					
				}
				
					.carusel .jcarousel-item a img {
						
					}
				

		.jcarousel-prev {
			display:block;
			width:14px;
			height:39px;
			background:transparent url(../images/carousel_bt.png) no-repeat scroll left 0;
			position:absolute;
			top:117px;
			left:20px;
			cursor:pointer;
		}
		
			.jcarousel-prev:hover {
				background-position:left -39px;
			}

		.jcarousel-next {
			display:block;
			width:14px;
			height:39px;
			background:transparent url(../images/carousel_bt.png) no-repeat scroll left -78px;
			position:absolute;
			top:117px;
			right:20px;
			cursor:pointer;
		}
		
			.jcarousel-next:hover {
				background-position:left -117px;
			}
		
		

		
		
#fancybox-outer {
    border: 1px solid #baceb0;
}

#fancybox-close {
	background:transparent url(../images/fancybox-close.png) no-repeat scroll left top !important;
	height: 38px;
	right: -20px;
	top: -18px;
	width: 36px;
}

	#fancybox-close:hover {
		opacity:0.9;
	}
		
#fancybox-title {
    background-color:#fff;
	text-align:left;
	padding-top:0;
	padding-bottom: 10px;
}

#fancybox-title-left {
    display: none;
}

#fancybox-title-right {
    display: none;
}

#fancybox-title-main, .fancybox-title-inside-wrap {
    background:none;
	font-size:10px;
    color: #3f3f3f;
    font-weight: normal;
    line-height:1.2em;
	height:auto !important;
}

#fancybox-left {
    left: -46px;
	visibility: visible !important;
}

#fancybox-right {
    right: -46px;
}


#fancybox-left-ico {
	width: 34px;
	height: 63px;
    margin-top: -31px;
	left:0;
	right:auto;
	background:transparent url(../images/fancybox_nav_bt.png) no-repeat scroll left top;
}

	#fancybox-left:hover #fancybox-left-ico {
		background-position:left bottom;
	}

#fancybox-right-ico {
	width: 34px;
	height: 63px;
    margin-top: -31px;
	left:auto;
	right:0;
	background:transparent url(../images/fancybox_nav_bt.png) no-repeat scroll right top;
}

	#fancybox-right:hover #fancybox-right-ico {
		background-position:right bottom;
	}



.full_item_left {
	width:620px;
	float:left;
	padding-bottom:20px;
}

	.full_item_left a.all{
		float:right;
	}
	
	.full_item_left h1{
		color:#d2002b;
		font-weight:normal;
		font-size:20px;
		margin-top:0;
	}
	
	.full_item_img {
		width:100%;
		padding:10px 0;
		position:relative;
		text-align:center;
	}
	
		.full_item_img_text {
			position:absolute;
			left:0;
			top:20px;
			font-size:12px;
			color:#3f3f3f;
			padding:4px 8px;
			border:1px solid #e2e2e2;
			white-space:pre;
			background-color: #FFFFFF;
		}
		
	.full_item_thumbs {
		width:100%;
		float:left;
		margin-bottom:16px;
	}
	
		.full_item_thumbs a {
			width:130px;
			height:130px;
			overflow:hidden;
			float:left;
			border:1px solid #e2e2e2;
			margin-left:17px;
			margin-bottom: 17px;
		}
		    .full_item_thumbs a img {
			    width:100%;
			    height:100%;
		    }
		    /*
			.full_item_thumbs a:first-child {
				margin-left:0px;
			}
			*/
			.full_item_thumbs a:hover {
				opacity:0.7;
			}
		
		.full_item_thumbs_sub {
			width:100%;
		}
		
			.full_item_thumbs_sub a {
				float:right
			}
		
.full_item_right {
	width:356px;
	float:right;
	padding-bottom:20px;
}

	.pad_top {
		padding-top: 40px;
	}

	.full_item_price_block {
		width:92%;
		/* опасне
		float:left;
		clear:both;
        */
		padding:10px 4% 1px;
		
	}
	
		.full_item_price_block.active {
			background-color:#efefef;
			margin-bottom:10px;
		}
		
		.full_item_right .product_type_image {
		    background-image: url(/images/information-icon.png);
		    width: 16px;
		    height: 16px;
		    margin-left: 10px;
		    float: right;
		}
		
		.full_item_price_block p, .full_item_price_block>div {
			padding-bottom:8px !important;
		}
		
		.full_item_price_block label {
			color:#7dbe23;
			font-size:16px;
			cursor:pointer;
		}
		
		.full_item_price_block_des {
			display:none;
		}
		
			.full_item_price_block.active .full_item_price_block_des {
				display:block;
			}

	.full_item_right a.button4{
		padding:0 34px;
	}
	
	
.flower_addition {
	width:1000px;
	float:left;
	margin:10px 0 15px;
}

	.flower_addition_control {
		width:180px;
		float:left;
		background-color: #7DBE25;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px;
	}
	
		.flower_addition_control a {
			display:block;
			width:180px;
			float:left;
			text-align:center;
			text-decoration:none;
			margin-bottom: 1px;
			color: white;
			border-top: 1px solid #A5DE65;
			padding: 2px 0px;
		}
		.flower_addition_control a:first-child {
			border-top: none;
		}
		.flower_addition_control a:hover {
			color: yellow;
		}
		
		.flower_addition_control a.button4 {
			padding: 0;
		}
		
			.flower_addition_control a.active {
				position:relative;
				z-index:10;
				color: yellow;
			}
			
			.flower_addition_control a img {
				display:block;
				clear:both;
				margin: 0px auto;
				padding-top: 10px;
			}
			
			.flower_addition_control a span {
				display:inline-block;
				color:#3f3f3f;
				font-size:12px;
				text-align:center;
				text-decoration:none;
				border-bottom:1px dashed #3f3f3f;
			}
			
				.flower_addition_control a.active span,
				.flower_addition_control a:hover span {
					border-bottom:none;
				}

	.flower_addition_items {
		width:810px;
		float:right;
		/*padding:15px 10px 10px;*/
	}

	.flower_addition_paginator a.page {
		margin-left: 5px;
	}
	.flower_addition_paginator a.page:first-child {
		margin-left: 0;
	}
	.flower_addition_paginator a.page.active {
		margin-left: 5px;
		color: white;
		background-color: #7DBE25;
	}
	
	
.flower_addition.page .flower_addition_items { width: 670px; }
	.flower_addition_items
	{
	    overflow-y: auto;
	}
	
		.flower_addition_items .item {
			width:160px;
			height:190px;
			float:left;
			margin: 0 20px 10px;
		}
		
			.flower_addition_items .item .item_img {
				width:160px;
				height:130px;
				float:left;
				overflow:hidden;
				text-align:center;
				margin-bottom:10px;
			}
			
			.flower_addition_items .item .item_img img {
				max-width:160px;
				max-height:130px;
			}
			
			
			.flower_addition_items .item .item_title {
				width:160px;
				float:left;
				text-align:center;
				color:#d2002b;
				font-size:12px;
				margin-bottom:4px;
			}
			
				.flower_addition_items .item .item_title a {
					color:#d2002b;
				}
			
			.flower_addition_items .item .item_price {
				width:160px;
				float:left;
				text-align:right;
				color: #7DBE25;
				font-family: "Myriad Pro";
				font-size: 13px;
				font-weight: bold;
				line-height: 24px;
			}
			
				.flower_addition_items .item .item_price b {
					font-size: 24px;
				}
			
		.flower_addition_items .pagination {
			margin:10px 0 0;
		}	
		
	
.fly_questions {
	display:block;
	width:105px;
	height:33px;
	background:transparent url(../images/fly_questions.png) no-repeat scroll left top;
	position:fixed;
	right: -105px;
	top: 265px;
}

	.fly_questions span {
		float:left;
		margin: 8px 0 0 13px;
		color:#fff;
		font-size:12px;
		border-bottom:1px dashed #fff;
	}

		.fly_questions:hover span {
			border-bottom:none;
		}
	
	
.fly_tip {
	display:none;
	position:absolute;
    right: 10px;
	width:264px;
	padding:20px 16px 15px;
	background-color:#efefef;
	box-shadow:0 5px 5px #949494;
	z-index:9999;
}


	.fly_tip .close {
		display:block;
		position:absolute;
		top:-5px;
		right:-5px;
		width:21px;
		height:21px;
		background:transparent url(../images/fly_tip_close_bt.png) no-repeat scroll left top;
		cursor:pointer;
	}

		.fly_tip .close:hover {
			opacity:0.7;
		}
		
	.fly_tip  p {
		padding-bottom:10px;
		font-size:12px;
		color:#3f3f3f;
	}
	
		.fly_tip  p a {
			color:#3f3f3f;
		}
	
	.fly_tip  h5 {
		color:#d2002b;
		font-weight:normal;
		font-size:14px;
		margin-top:-3px;
	}

#tip_questions {
	right:0 !important;
	left:auto !important;
}
	
	#tip_questions .close {
		top:5px;
		right:5px;
	}
	
	
	
	
#popup_flower_addition_items {
	display:none;
	position:absolute;
	top:10px;
	left:10px;
	width:306px;
	padding:22px 28px 15px;
	background-color:#efefef;
	box-shadow:0 5px 5px #949494;
	position:absolute;
	margin: -126px 0 0 -104px;
	z-index:999;
}
	
	#popup_flower_addition_items .close {
		display:block;
		position:absolute;
		top:5px;
		right:5px;
		width:21px;
		height:21px;
		background:transparent url(../images/fly_tip_close_bt.png) no-repeat scroll left top;
		cursor:pointer;
	}

		#popup_flower_addition_items .close:hover {
			opacity:0.7;
		}
		
	#popup_flower_addition_items .popup_flower_addition_items_img {
		width:100%;
		text-align:center;
		overflow:hidden;
		margin-bottom:10px;
	}

	#popup_flower_addition_items h5 {
		width:100%;
		color:#d2002b;
		font-size:18px;
		font-weight:normal;
		margin:0;
		line-height: 1em;
	}
	
	#popup_flower_addition_items p {
		padding-bottom:10px;
	}
	
		#popup_flower_addition_items p span.item_hint {
			color:#b9b8b8;
			font-size:11px;
		}
		#popup_flower_addition_items p span.item_description {
            height:50px;
		}
		
	#popup_flower_addition_items .price {
		color: #7DBE25;
		float:left;
		font-family: "Myriad Pro";
		font-size: 13px;
		font-weight: bold;
		line-height: 24px;
	}
	
		#popup_flower_addition_items .price b {
			font-size: 24px;
		}
		
	#popup_flower_addition_items .price2 {
		color: #7DBE25;
		float:left;
		font-size: 12px;
		font-weight: bold;
	}
		
	#popup_flower_addition_items .button5 {
		float:right;
		margin-top: 3px;
	}
	
	
#top_space {
    float: left;
    width: 1000px;
	height:30px;
}


#order_info_fly {
	float:left;
	padding:10px 20px;
	width:205px;
	background-color:#efefef;
	box-shadow:5px 5px 5px #989898;
	color:#3f3f3f;
	font-size:12px;
}


#order_info_fly.fixed {
	position:fixed;
	top:15px;
}

	#order_info_fly h5 {
		font-size:12px;
		color:#d2002b;
		font-weight:bold;
		margin:0 0 0;
		text-align:center;
	}

	#order_info_fly table {
		width:100%;
	}

		#order_info_fly table td {
			text-align:right;
			padding:5px 0 0;
			vertical-align: top;
		}

		#order_info_fly table td:first-child {
			text-align:left;
		}
		
		#order_info_fly table tr.title td {
			font-weight: bold;
			padding:15px 0 0;
		}
		
input[type="text"],
input[type='password'] {
	height:26px;
	line-height:26px;
	color:#3f3f3f;
	font-size:12px;
	font-family:Tahoma;
	background-color:#fff;
	border-top:1px solid #9e9e9e;
	border-left:1px solid #9e9e9e;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:0 6px;
	box-shadow:1px 1px 0 #e1e1e1 inset, -1px -1px 0 #e1e1e1;
}

select {
	background-color: #FFFFFF;
    border-color: #9E9E9E #E1E1E1 #E1E1E1 #9E9E9E;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 0 #E1E1E1 inset, -1px -1px 0 #E1E1E1;
    color: #3F3F3F;
    font-family: Tahoma;
    font-size: 12px;
    height: 20px;
    padding: 0 0 0 6px;
}

textarea {
	color:#3f3f3f;
	font-size:12px;
	font-family:Tahoma;
	background-color:#fff;
	border-top:1px solid #9e9e9e;
	border-left:1px solid #9e9e9e;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:6px;
	box-shadow:1px 1px 0 #e1e1e1 inset, -1px -1px 0 #e1e1e1;
}
		
		
.order_block 
{
    /*
	width:716px;
	padding:0 0 30px 12px;
	float:left;
    */
    clear:both;
    overflow: hidden;
}


table.basket {
	margin-bottom:30px;
	/*
	width:728px;
	margin-left:-12px;
    */
    width: 100%;
}

	.basket th {
		font-size:12px;
		color:#3f3f3f;
		font-weight:bold;
		text-align:center;
		background-color:#efefef;
		border-right:1px solid #fff;
		border-left:1px solid #fff;
		border-bottom:1px solid #d0ccc9;
		padding:5px 8px;
	}

		.basket th:first-child {
			text-align:left;
		}
		
	.basket td {
		font-size:12px;
		color:#3f3f3f;
		text-align:center;
		padding:5px 8px;
		border-bottom:1px solid #d0ccc9;
	}

		.basket td:first-child {
			text-align:left;
		}
		
		.basket td:first-child a {
			color:#3f3f3f;
		}
		
		.basket td img {
			width:40px;
			border:1px solid #e1e1e1;
		}
		
		.basket td input[type="text"] {
			width:28px;
			height:20px;
			line-height:20px;
			text-align:center;
		}
		
		.basket td .button3 {
			margin: 0 0 -5px;
		}
	
.form-reg-type label
{
    display: block;
    padding-bottom:15px;
}
.checkout {
	/*float:right;*/
	font-size:14px;
	/*margin-left: 10px;*/
	margin-top:55px;
}


.green_header {
	width:728px;
	height:36px;
	line-height:36px;
	background:transparent url(../images/green_header.jpg) no-repeat scroll left top;
	font-size:20px;
	color:#fefefe;
	text-indent:12px;
	margin:0 0 20px;
	float:left;
	clear:both;
}

.gray {
	color:#3f3f3f;
}

.dashed {
	text-decoration:none;
	border-bottom:1px dashed #3f3f3f;
}

.dashed:hover {
	text-decoration:none;
	border-bottom:1px dashed #fff;
}

.spacer30 {
	width:100%;
	float:left;
	clear:both;
	height:30px;
}

.shiping_rules {
	display:block;
	padding-left:30px;
	background:transparent url(../images/shiping_rules.png) no-repeat scroll left top;
}


.order_list {
	float:left;
	position:relative;
	padding-left:32px;
}

	.order_list .number {
		position:absolute;
		font-weight:bold;
		top:auto;
		left:0;
	}

	.order_list1 {
		width:322px;
		padding-bottom:30px;
	}
	
		.order_list1 select {
			margin-top: 4px;
			width: 318px;
		}
	
	.order_list2 {
		float: right;
		width: 305px;
		padding-bottom:30px;
	}
	
		.order_list2 select {
			margin-bottom: 4px;
			width: 304px;
		}
		
		.order_list2 input.hours {
			width: 22px;
		}
		
	.order_list3 {
		clear: both;
		width: 430px;
	}
	
		.order_list3 input {
			width: 73px;
		}
	
	
table.adress_table {
	/* width:100%; */
}

	table.adress_table td {
		padding:0 0 5px;
	}
	
		table.adress_table td input {
			width:193px;
			margin-left:6px;
		}
		
		table.adress_table td select {
			width:207px;
			height: 26px;
			margin-left:6px;
			padding: 3px 4px;
		}

.small {
	font-size:11px;
}

.fs20 {
	font-size:20px;
}


	.order_list4 {
		clear: both;
		width: 696px;
		/*padding-bottom:26px;*/
	}

.input1 {
	width:149px;
	margin:0 10px 0 5px;
}


table.orders_tels {
	
}

	table.orders_tels td {
		padding:0 10px 5px 0;
	}
	
		table.orders_tels td input {
			width:190px;
		}


textarea.order_comments {
	width:527px !important;
	height:104px;
}

.order_comments_counter {
	text-align:right;
	padding-right:165px;
	position:relative;
}

.order_comments_counter a.button6 {
	position:absolute;
	right:0;
	top:-12px;
}

.order_list4 select {
	width:200px;
	margin:5px 0 0 0;
}


.confirm_info {
	width:100%;
	background-color:#efefef;
	height:32px;
	line-height:32px;
	margin-bottom:20px;
}

	.confirm_info span {
		display:block;
		height:32px;
		line-height:32px;
		float:left;
	}

	.confirm_info .info {
		width:288px;
	}

	.confirm_info .date {
		width:178px;
	}

	.confirm_info .time {
		width:250px;
	}





.present_addition {
	width:728px;
	float:left;
	margin:0 0 15px -12px;
}

	.present_addition_control {
		width:93px;
		float:left;
		background:transparent url(../images/flower_addition_control.png) no-repeat scroll right bottom;
	}
	
		.present_addition_control a {
			display:block;
			width:93px;
			height:98px;
			float:left;
			text-align:center;
			text-decoration:none;
			line-height: 1em;
		}
		
			.present_addition_control a.active {
				position:relative;
				width:93px;
				padding-right:4px;
				margin-right:-4px;
				z-index:10;
				background:transparent url(../images/present_addition_control_active.png) no-repeat scroll left top;
			}
			
			.present_addition_control a img {
				display:block;
				clear:both;
				margin:0 auto;
				padding-top: 10px;
			}
			
			.present_addition_control a span {
				display:inline;
				color:#3f3f3f;
				font-size:12px;
				text-align:center;
				text-decoration:none;
				border-bottom:1px dashed #3f3f3f;
			}
			
				.present_addition_control a.active span,
				.present_addition_control a:hover span {
					border-bottom:none;
				}

	.present_addition_items {
		padding: 17px 67px 40px;
		width: 498px;
		float:left;
		border:1px solid #d0ccc9;
		border-radius:5px; 
		-webkit-border-radius:5px; 
		-moz-border-radius:5px;
		position:relative;
	}
	
		.button3.left {
			left: 39px;
			position: absolute;
			top: 72px;
		}
		
		.button3.right {
			right: 39px;
			position: absolute;
			top: 72px;
		}
	
		.present_addition_items .item {
			width:160px;
			height:190px;
			float:left;
			margin: 0 3px 10px;
		}
		
			.present_addition_items .item .item_img {
				width:160px;
				height:122px;
				float:left;
				overflow:hidden;
				text-align:center;
				margin-bottom:10px;
			}
			
			.present_addition_items .item .item_title {
				width:160px;
				float:left;
				text-align:center;
				color:#d2002b;
				font-size:12px;
				margin-bottom:4px;
			}
			
				.present_addition_items .item .item_title a {
					color:#d2002b;
				}
			
			.present_addition_items .item .item_price {
				width:160px;
				float:left;
				text-align:right;
				color: #7DBE25;
				font-family: "Myriad Pro";
				font-size: 13px;
				font-weight: bold;
				line-height: 24px;
			}
			
				.present_addition_items .item .item_price b {
					font-size: 24px;
				}
				
			.present_addition_items .item .item_checkbox {
				width:160px;
				float:left;
				text-align:center;
			}
			

#tip_similar_bouquets_search {
}
	
	.tip_similar_bouquets_search_toptext {
		padding-bottom:22px !important;
	}

		.tip_similar_bouquets_search_toptext img {
			float:left;
			width:40px;
			border:1px solid #e1e1e1;
			margin:0 10px 0 0;
		}
		
	#tip_similar_bouquets_search table {
		width:100%;
		margin-bottom:15px;
		color:#5A900D;
	}
	
		#tip_similar_bouquets_search table td {
			padding-bottom:15px;
		}
		
			#tip_similar_bouquets_search table td:first-child {
				padding-right:10px;
			}
			
			#tip_similar_bouquets_search table td select {
				width:414px;
			}
			
			#tip_similar_bouquets_search table td input {
				width:80px;
			}

	#tip_similar_bouquets_search .button5 {
		color:#fff;
		margin: 0 0 0 208px;
	}

#hsearch input[type="text"] {
    background: none repeat scroll 0 0 transparent;
    background-color: transparent;
    border: none;
    margin: 1px;
    color: black;
    font-size: 12px;
    padding: 0 0 0 10px;
    width: 174px;

}

#mainmenu > ul > li.selected > a,#mainmenu > ul > li.selected > a:hover { text-decoration: none; color: #f8ff2e; text-shadow:0 1px 0 #5a8d15; }

#mainmenu > ul > li > ul > li > a {
    padding: 0 14px !important;
    position: relative;

}


/* НИЖНЕЕ МЕНЮ */
#footer #fmenu a, #header #hmenu a
{
    color: #5A900D;
}


.mr-ph-txt {
	font-size: 14px;
    margin-left: 20px;
    font-weight: 600;
}

a.more-photos-image-link {
	text-decoration: none;
}


.list2.promo.black-title .faet-serv-block {
	width: calc(44% - 20px);
	padding: 10px;
	border-radius: 10px;
	border: 3px solid red;
	display: none;
	text-align: center;
	margin: 0 2.5%;
}
.list2.promo.black-title .faet-serv-block:nth-child(-n+2) {
	display: inline-block;
}

#hmenu ul li:nth-child(odd){
	display: none;
}

#right {display: none;}
#content, #slider, #banner_panel { width: 100%!important; }
#banner_panel > a {width: calc(50% - 16.5px); display: block;}
#banner_panel > a > img, #slider > a > img {width: 100%!important; height: auto!important;}
#header > a .logo-txt { 
	content: 'Флористическая служба';
    position: absolute;
    left: 18px;
    top: 85px;
    color: #000;
 }
 #header > a:hover .logo-txt { 
	opacity: .5;
 }
 
 
@media screen and (max-width: 650px) {
	.f-form-header {padding-right: 80px;}
	.f-buk-form { width: calc (100% - 80px); }
	.f-buk-form { background-position: -50px top; background-repeat: repeat-y; }
	.f-buk-form input { width: calc(100% - 30px)!important; margin-top: 30px!important;}
	.f-buk-form input:nth-child(2) {margin-left: 0!important;}
	.f-buk-form input.zaprosbtn{width: 100%!important;}
}
