/* 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------------------*/
.calculator{
    width: 620px;
	  background-image:url(../images/calulater_bkg.png); min-height:330px;
}
.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;    
}
.increasecalculator_icon{ background:url(../images/Percent_increase.png) no-repeat;height: 55px;
    position: absolute;
    left: 235px;
    top: -1px;
    width: 70px;
    z-index: 99999;}
.calculator_box h1{
    padding:0px 0px 0px 0px;
    text-align:left;
    font:700 19px/20px "PT Sans",sans-serif; width:100%;
	text-transform:uppercase;
	color:#000;
	position:relative; top:-7px;
}
.Decreasecalculator_icon{ background:url(../images/Decreasecalculator_icon.png) no-repeat;height: 55px;
    position: absolute;
    left: 235px;
    top: -1px;
    width: 70px;
    z-index: 99999;}

.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: 25px;
    margin: 0 5px;
    width: 100px;
}
.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;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.calculator .button{ padding: 1px 13px;}
}
.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);   
   }
.calculator .off-box .button,.calculator .increase-box .button{
    margin-left: 50px;
}
.calculator form{
    padding: 6px 10px 15px 10px;
    background: none repeat scroll 0 0 #fff;
	margin-left:17px;
	margin-right:9px;
	margin-top:0px; 
	/* background-color: #ffffff;
    float: left;
    min-height: 230px;
    position: relative;
    width: 290px;*/
	position:relative;
	overflow:hidden;
}
.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: none repeat scroll 0 0 #3779CC;
    color: #FFFFFF;
    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 #D7D7D7;
}
.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{
    padding-left: 8px;
}
.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;
    background: none repeat scroll 0 0 #FF0000;
    border: 2px solid #000000;
}
.calculator input.new_qty_input{
    border-color: #FF0000;
}
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_box{
   /* background: none repeat scroll 0 0 #fff;*/
  /*  border: 1px solid #C0C0C0; */
  background:url(../images/formtopbkg.png) 5px 0 no-repeat;
  padding-top:15px;

    margin: 0 auto 15px;
    position: relative;
    width: 618px;
	overflow:hidden;
}
#msg,#saveMsg {
	color: red;
	font: bold 12px  verdana;
}
#email {
	width: 130px;
	*width: 115px;
	border:1px solid #f99b70;
}
#outBox {
    bottom: 0;
    position: absolute;
    right: 4px;
	display:none;
}
#outBox input, #outBox textarea {
	
}
#emailBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #f99b70;
    height: auto;
    padding-top: 15px;
    width: 260px;
}
.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{
 float:right;

    text-align: center;
    width: 255px;
}
.calculateButton a,.calculateButton_recipe a{
 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
   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 */
  
  
    border-radius: 5px;
  
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 31px;
    margin: 0px 5px ;
    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{
	text-align: center;
}
.calculateButton_recipe a{
	display: inline-block;
}
.print_box{
	display: none;
}
/* veerendra*/
.leftformss{ float:left; width:300px; position:relative; min-height:278px;}
.rightads{ float:right; padding:10px 15px 0px 0px;}

.myDiv2 {
-moz-box-shadow: 0px 7px 5px #833d09;
-webkit-box-shadow: 0px 7px 5px#833d09;
box-shadow: 0px 7px 5px #833d09;
  /*  -webkit-box-shadow: 0px -1px 25px 4px rgba(214, 0, 0, 0.87);
-moz-box-shadow:    0px -1px 25px 4px rgba(214, 0, 0, 0.87);
box-shadow:         0px -1px 25px 4px rgba(214, 0, 0, 0.87);*/
}
#fontimg 
{background-image:url(../images/formtopbkg.png);
margin-top:2px;
}