/* 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: 616px;
	overflow:hidden;
	   /* border: 1px solid #C0C0C0; */
		padding-bottom:10px;
	background:url(../images/calulater_bkg.png) no-repeat;}
#myDiv {	box-shadow: inset -2px -3px 3px 0px rgba(50, 50, 50, 0.75);}

.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;
}
.changecalculator_icon{ background:url(../images/changecalculator_icon.png) no-repeat;height: 55px;
    position: absolute;
    right: 10px;
    top: -1px;
    width: 70px;
    z-index: 99999;}
.calculator_box h1{
    padding:0px 0px 0px 5px;
    text-align:left;
    font:700 19px/20px "PT Sans",sans-serif; width:100%;
	text-transform:uppercase;
	color:#000;
}
.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: 90px;
}

.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='#e75d0a', endColorstr='#d11d00',GradientType=0 ); /* IE6-9 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=##e28609,endColorstr=#d22001,grandientType=1);   
    border: 0px solid #ff520d; 
    border-radius: 5px 5px 5px 5px;
    padding: 2px 5px;
    cursor: pointer;
    width: auto;
    height: 31px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-transform:inherit;
	font-family:Arial, Helvetica, sans-serif; float:left;
}
.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);    	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.calculator .button{ padding: 2px 8px;}
}

.calculator .off-box .button,.calculator .increase-box .button{
    margin-left: 50px;
}
.calculator form{
    padding: 0px 10px 15px;
    
}
.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:url(../images/formtopbkg.png) 97% 0% no-repeat;
	overflow:hidden;
    margin: 0 auto 15px;
    position: relative;
    width: 618px;
	padding-top:15px
}
#msg,#saveMsg {
	color: red;
	font: bold 12px  verdana;
    padding: 12px;

}
#email {
	width: 237px;
	*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: 0px;
    text-align: center;
    width: 400px; top: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: none repeat scroll 0 0 #ec5b18;
    border-color: -moz-use-text-color -moz-use-text-color #C0392B;
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 6px;
    text-decoration: none;
    width: 70px;
}
.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;}
	
.calculateButtonpercent{
    bottom: 0;
    position:relative;
    right: 22px;
    text-align: center;
    width: 315px; 
}
.calculateButtonpercent 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(221, 62, 28);
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-color: -moz-use-text-color -moz-use-text-color #C0392B;
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 31px;
    margin: 6px;
    text-decoration: none;
    width:55px;
}
.calculateButtonpercent 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 changes*/
.Percent_Change{ float:left; width:100%; }
#myDiv {
	box-shadow: inset -2px -3px 3px 0px rgba(50, 50, 50, 0.75);
}

#myDiv1{
-webkit-box-shadow: 0px 3px 27px 0px rgba(255, 67, 193, 0.7);
-moz-box-shadow:    0px 3px 27px 0px rgba(255, 67, 193, 0.7);
box-shadow:         0px 3px 27px 0px rgba(255, 67, 193, 0.7);
}
#myDiv2{ overflow:hidden;
-moz-box-shadow: 0px 7px 5px #833d09;
-webkit-box-shadow: 0px 7px 5px#833d09;
box-shadow: 0px 7px 5px #833d09;
float:left;
width:274px;
}
.leftad{ float:left; width:300px; padding:10px;}
.rightcalculater{ background-color: #ffffff;
    float: left;

    min-height: 230px;
    position: relative;
    width: 274px; margin-left:2px;}
.rightcalculater ul{ margin:0px; padding:0px;}
.rightcalculater li{ float:right; margin-left:10px; width:135px; margin:7px 0px; text-align:right; height:20px;}
.rightcalculater li span{ text-align:right;}
.rightcalculater li input{ text-align:left; float:left;}

.percentagechange{ margin-top:0px;}
.percentagechange .nameblock{ width:100%; float:left; margin-top:13px;}
.percentagechange .name{ float:right;}
.percentagechange .inputbutton{ width:100px; float:right; line-height:12px;}

/* changed  */
 .mail
 {
  float:right;
 margin-left:-27px;
 margin-right:10px;
 }
 
 .print
 {
 float:right;
 margin-left:-4px;
 margin-right:16px;
 }