/* CSS Document */
* {
	margin:0;
	padding:0;
}
html{ margin:0; padding:0;}
body{	
	font-family: arial;
    font-size: 14px;
	margin:0;
	padding:0;	
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,p,table,th,td{margin:0;padding:0;}
h1,h2,h4,h5,h6{font-size:100%;}
ul,li{list-style-type:none;}
img,fieldset {border:0 none;}
.clr{ clear:both;}
/*---------------------Percent------------------*/
.Recipe{ float:left; margin-bottom:0px; padding-left:35px; padding-top:5px;}
.Recipe_calculator_icon{ float:right;}
.Recipe_calculator_iconright{ float:right; position:relative; margin:-11px 45px 0 0; line-height:50px; /*text-indent: -9999px;*/  width:43px;}
.Recipe_calculator_iconright a{ width:40px; height:48px; display:block;}
.calculator{
    width: 566px;
	padding-top:30px;
}
.bkgd{ background:url(../images/Recipe_calulater_bkg.jpg) repeat-y; margin-top:7px; padding-bottom:20px;}
.Recipe_calculator{ width:100%; padding:10px 0px;background:url(../images/Recipe_calculator.png) 5px 0px no-repeat;height: 34px; z-index:9; position:relative;}
.Recipe_calculator_icon{ background:url(../images/Decreasecalculator_icon.png) no-repeat;height: 100px;
    position: absolute;
    right: -3px;
    width: 70px;
    z-index: 99999;}
.calculator .top_text{
    background: none repeat scroll 0 0 #A10000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px;
    text-align: center;
}
.calculator h1{
    background: none repeat scroll 0 0 #FFD387;
    padding: 3px;
    text-align: center;
    font-size: 16px;
	width:99%; color:#333333;
}
.calculator td{
    padding: 5px;
}
.Calculate-box p{
    line-height: 20px;
    padding: 6px;
    text-align: center;
}
.calculator input{
    border-color: #f99b70 #f99b70 #f99b70 #f99b70;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    height: 20px;
    margin: 0 5px;
    width: 80px;
}
.calculator .button{
background: rgb(234,131,28); /* Old browsers */
background: -moz-linear-gradient(top, rgba(234,131,28,1) 1%, rgba(209,29,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(234,131,28,1)), color-stop(100%,rgba(209,29,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea831c', endColorstr='#d11d00',GradientType=0 ); /* IE6-9 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e28609,endColorstr=#d22001,grandientType=1);   
   /* border: 1px solid #ff520d;*/
    border-radius: 5px 5px 5px 5px;
    padding: 2px 10px;
    cursor: pointer;
    width: auto;
    height: 32px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-transform:inherit;
	border:none; margin-left:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.calculator .button:hover{ background:-moz-linear-gradient(top, #4f1104,#40130d);
background:-webkit-gradient(linear, 0 0, 0 100%, from(#4f1104), to(#40130d));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f1104,endColorstr=#40130d,grandientType=1);   
    border: 1px solid #40130d;}

.calculator .off-box .button,.calculator .increase-box .button{
    margin-left: 50px;
}
.calculator form{
    padding: 0px 0px 15px;
    background: none repeat scroll 0 0 #fff;
}
.Calculate-box form p span{
    display: inline-block;
    margin-left: -60px;
    padding-right: 10px;
    text-align: right;
    width: 210px;
}
.Calculate-box form p span.seemore{
    background: url("../images/arrow.png") no-repeat scroll 100% 6px transparent;
    padding-right: 20px;
}
.increase-box form p span{
    margin-left: 0;
}
.increase-box form font.red{
    color: #FF0000;
    font-weight: bold;
}
.increase-box form font.black{
    font-weight: bold;
}
.increase-box form em{
    display: inline-block;
    width: 60px;
}
#recipesForm p{
    padding: 0 0 5px;
}
/*--------------------recipe_content-----------------*/
.recipe_content{
    background: none repeat scroll 0 0 #EEEEFF;
}
.recipe_content table{
    width: 100%;
    border-collapse: collapse;
}
.recipe_content td{
   /* border: 1px solid #FFFFFF;*/
}
.recipe_box1 input{
    width: 300px;
}
.recipe_box2 th,.recipe_box3 th{
    background:#e4e4e4; /*none repeat scroll 0 0 #3779CC;*/
    color: #db520c;
    height: 25px;
	line-height:25px;
}
.toptitle td{
    text-align: center;
}
.recipe_box2 select{
    margin-left: 5px;
    width: 83px;
}
.recipe_box3 select.select_box1{
    width: 60px;
}
.recipe_box3 select.select_box2{
    width: 110px;
}
.recipe_box3 input.inputtext{
    width: 220px;
}
.recipe_box3 tr.toptitle{
    background: none repeat scroll 0 0 #e4e4e4;
	border-top:solid #fff 1px;
	font-weight:bold;
}
.seemore{
    cursor: pointer;
}
.moreinfo{
	display: none;
}
.recipe_result{
    padding: 15px;
	display: none;
}
/*-----------------radio------------------*/
.calculator input#divide_r,.calculator input#number_r{
    vertical-align: -5px;
    width: auto;
}
.divide_div,.number_div{
    padding: 5px 0 0 23px;
}
.divide_div,.number_div span{ float:left;}
.divide_div{
    padding-left: 8px;
}
.divide_div span{
 float:left;
}
.calculator .divide_div input{
    margin-left: 20px;
    vertical-align: -5px;
    width: auto;
    border: medium none;
}
.calculator .number_div input[type="radio"]{
    border: medium none;
}
.toptitle td.new_qty{
   /* color: #FFFFFF;
	color:#FF0000;
    border: 2px solid #000000;*/
}
.calculator input.new_qty_input{
    border-color: #999;
	color: #aaa;
}
p.round_text{
    /*float: right;*/
    padding: 4px 0 0;
    width: 364px;
    *width: 350px;
}
p.round_text input[type="checkbox"]{
    margin: 0 5px;
    vertical-align: middle;
    width: auto;
	border:none;
}
/*--------email----------------*/
.calculator_boxrecipe{
    background: none repeat scroll 0 0 #fff;
   
    margin: 0 auto 15px;
    position: relative;
    width: 618px;
	margin-top:20px;
}
.calculator_boxrecipe{
    background: none repeat scroll 0 0 #fff;
box-shadow:0 7px 5px #833d09;
    margin: 0 auto 15px;
    position: relative;
    width: 566px;
	margin-top:-35px;
	z-index:0;
}
#msg,#saveMsg {
	color: red;
	font: bold 12px  verdana;
}
#email {
	width: 246px;
	*width: 115px;
	border:1px solid #f99b70;
}
#outBox {
    bottom: 0;
    position: absolute;
    right: 0;
	display:none;
}
#outBox input, #outBox textarea {
	
}
#emailBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #f99b70;
    height: auto;
    padding-top: 15px;
    width: auto;
}
.emailButtons {
    font-size: 12px;
    padding: 8px;
    text-align: center;
}
.emailButtons input{
	border-color: -moz-use-text-color -moz-use-text-color #e85718;
	background: none repeat scroll 0 0 #ff520d;
	color: #fff;
	cursor: pointer;
	border:solid #ff520d 1px;
}
.emailButtons input:hover{  background: -moz-linear-gradient(center top , #4f1104, #40130d) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #40130d;} 
.calculateButton{
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 80px;
}
.calculateButton a,.calculateButton_recipe a{
background: rgb(234,131,28); /* Old browsers */
background: -moz-linear-gradient(top, rgba(234,131,28,1) 1%, rgba(209,29,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(234,131,28,1)), color-stop(100%,rgba(209,29,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea831c', endColorstr='#d11d00',GradientType=0 ); /* IE6-9 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e28609,endColorstr=#d22001,grandientType=1);   
   /* border: 1px solid #ff520d;*/
    border-radius: 5px 5px 5px 5px;
    padding: 1px 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
    width: 70px;
	float:left;
}
.calculateButton a:hover,.calculateButton_recipe a:hover{     background: none repeat scroll 0 0 #3f140b;
    border-color: -moz-use-text-color -moz-use-text-color #3f140b;}
.calculateButton_recipe .button{ background: rgb(234,131,28); /* Old browsers */
background: -moz-linear-gradient(top, rgba(234,131,28,1) 1%, rgba(209,29,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(234,131,28,1)), color-stop(100%,rgba(209,29,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(234,131,28,1) 1%,rgba(209,29,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea831c', endColorstr='#d11d00',GradientType=0 ); /* IE6-9 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e28609,endColorstr=#d22001,grandientType=1);   
   /* border: 1px solid #ff520d;*/
    border-radius: 5px 5px 5px 5px;
    padding: 2px 10px;
    cursor: pointer;
    width: auto;
    height: 32px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-transform:inherit;
	border:none; margin-left:3px; margin-right:8px;
	font-family:Arial, Helvetica, sans-serif; float:left;}
.calculateButton_recipe .button:hover{  background: none repeat scroll 0 0 #3f140b;
    border-color: -moz-use-text-color -moz-use-text-color #3f140b;  border:none;}
.calculateButton_recipe{
padding-left:10px;
	
}
.calculateButton_recipe a{
	display: inline-block;
	text-align:center;
}
.print_box{
	display: none;
}


@media only screen and (max-width:1200px) {
.calculator .inut input{ width:30%;}
.recipe_box3 select.select_box2{ width:80%;}
.calculator input{ width:80%;}
.recipe_box3 input.inputtext{ width:80%;}

}