/* 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: 932px;
	background:url(../images/homeformtopbkg.png) 2% 0% no-repeat; padding-top:22px;
}
.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: url(../images/block-bg.jpg) repeat scroll 0 0 #e9591d;/* none repeat scroll 0 0 #FFD387; */
    padding: 3px;
    text-align: center;
    font-size: 16px;
	float:none;
	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: 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 */
    border: 0px solid #ff520d; 
    border-radius: 5px 5px 5px 5px;
    padding: 2px 10px;
    cursor: pointer;
    width: auto;
    height: 30px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-transform:inherit; 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: 0px solid #40130d;}
.calculator .off-box .button,.calculator .increase-box .button{
    margin-left: 50px;
}
.calculator form{
    padding: 0px 15px 15px;
    background: none repeat scroll 0 0 #fff;
	margin:0 0px 0px 29px;
	overflow:hidden;
	-moz-box-shadow: 0px 7px 5px #833d09;
-webkit-box-shadow: 0px 7px 5px#833d09;
box-shadow: 0px 7px 5px #833d09;
min-height:245px;
}
.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 #fff;
}
.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/shadow.jpg) bottom no-repeat; padding-bottom:20px; /*none repeat scroll 0 0 #EEEEFF;*/
    /*border: 1px solid #C0C0C0;*/
    margin: 0 auto 15px;
    position: relative;
    width: 940px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#msg,#saveMsg {
	color: red;
	font: bold 12px  verdana;
}
#email {
	width: 130px;
	*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: 75px;
    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{
    bottom: 0;
    position: absolute;
    right: 30px;
    text-align: center;
    width: 180px;
	top:140px;
}
.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;
	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;}
	
.calculateButtonhome{
    bottom: 0;
    text-align: center;
    width: 165px;
	float:right;
	
}
.calculateButtonhome 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-color: -o-use-text-color -moz-use-text-color #C0392B;
    border-image: none;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 6px;
    text-decoration: none;
    width: 70px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.calculateButtonhome 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*/
.homecalutater{ 

/*background:#fff; */
background-image:url(../images/new_calulater_bkg.jpg);
overflow:hidden; /*border:solid #c0c0c0 1px; */}
.leftcalutater{ float:left; width:603px; position:relative;}
.leftcalutater p{ margin:10px 0px; color:#000000;}
.leftcalutater ul{ margin:0px; padding:0px; }
.leftcalutater li{ float:left; color:#000000; margin-bottom:7px; margin-top:7px;  text-align:right;}
.leftcalutater li input{ text-align:left; float:left;}
.homead{ float:right; padding:14px;}
.originalprice{ float:left; width:205px; float:left; }

.originalprice ul{ margin:0px; padding:0px; }
.originalprice li{ float:left; color:#000000; margin-bottom:7px; margin-top:7px; text-align:right; width:50%;}
.originalprice li span{ width:111px; float:left;}
.originalprice li input{ text-align:left; float:right; width:80px; height:25px;}
.Percentage_icon{ background:url(../images/Percentage_icon.png) no-repeat;    height: 70px;
    position: absolute;
    right: 355px;
    top: -3px;
    width: 75px;
    z-index: 99999;}
.calcutalebutton{ float:right;  margin-top:13px; }
.newprice{ float:right; width:215px;}
.newprice ul{ margin:0px; padding:0px; }
.newprice li{ float:left; color:#000000; margin-bottom:7px; margin-top:7px;  text-align:right; width:50%;}
.newprice li span{ width:120px; float:left;}
.newprice li input{ text-align:left; float:right; width:80px; height:25px;}