/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; list-style: none; padding: 0; margin: 0;}
ul.dropdown li                      { float: left; font-size: 17px;}
ul.dropdown a:hover		            { text-decoration: none; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; color: #fff; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #4C7F0B;  position: relative;}
ul.dropdown .active                { background: #4C7F0B;  position: relative;}
ul.dropdown li.hover a              { color: #fff; position: relative;}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 362px; visibility: hidden; position: absolute; top: 100%; left: 0; margin: 0; padding: 0; list-style: none;}
ul.dropdown ul li 					{ font-weight: normal; background: #4C7F0B; color: #000; 
									  border-bottom: 1px solid #A3B38E; float: none; font-size: 13px !important;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding: 12px 4px 12px 8px !important; text-decoration: none;} 
ul.dropdown ul li a:hover {color: #F4F719;}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

.style_zag {
     color: #548D0C;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    padding-top: 10px;
}
.style_text {
font-size: 12px;
color:#666666;
}
.style_img {
padding: 3px;
border: 1px solid #cccccc;
}
#note {
text-align: center;
color: #006600;
margin: 0 0 5px 0;
}
.forma-style {
width: 100%;
max-width: 50%;
border: 1px solid #AAAAAA;
padding: 5px 10px;
margin: 5px auto;
display: table;
}
.forma-style-submit {
margin: 10px auto;
display: table;
}
.f-bg {
background: url(/images/f-bg.jpg) center center;
}
.f-bg a {
color: #000;
text-decoration: underline;
}
.f-bg a:hover {
color: #000;
text-decoration: none;
}
.wrapper-block-style {
	text-align: center;
	display: table-cell;
    width: 100%;
    padding: 20px 0 0 0;
}
.wrapper-block-style a {
	text-decoration: underline;
}
.wrapper-block-style a:hover {
	text-decoration: none;
}
.wrapper-block-style-price {
	width: 100%;
	color: #248d00;
	font-size: 16px;
}