/*
Author: Kalla
Email: kalla.ad@gmail.com
*/

#inner_section {
	min-height: 400px;
}
#section_left {
	float: left; width: 230px;
}
#section_right {
	float: right; width: 730px; word-wrap: break-word;
}

#inner_section p {
	margin: 0 0 10px;
}

#section_left li {
	list-style: none; border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 5px;
}
#section_left li a {
	background: url(../images/arrow-list.html) no-repeat left center;
	color: #296907; display: block; padding: 5px 0 5px 20px;
}
#section_left ul ul {
	margin: 0 0 0 10px;
}

#section_right ul {
	margin: 0 0 10px 15px;
}
#section_right li {
	line-height: 22px;
}
#section_right img {
	margin: 0 10px 10px;
}

#section_right table, #section_right table th, #section_right table td {
	border: 1px solid #CCCCCC; border-collapse: collapse;
}
#section_right table th {
	background: #eeeeee;
}
#section_right table th, #section_right table td {
	padding: 5px;
}

#calculator table{ color:#fff;}
#calculator table th{border:0;}
#calculator table td{border:0;}
#calculator table tr{border-top:1px solid #8cc888;}
#calculator table input{border-radius: 5px; width: 150px; color:#333;}

#calculator {
	background: #51b04b;
	margin: 0 0 30px; padding:0px 0;
	border:1px solid #009900;
	border-radius: 5px;
}

.heading {
    font-size: 22px;
    color: #51b04b;
}
#calc_left {
	float: left; width: 460px;
}
#calc_right {
	float: right; width: 570px;
}
#calculator table .submit {background: #111;border: 0;color: #fff;padding: 6px 0;}


#contact_section_left {
	float: left; width: 400px;
}
#contact_section_right {
	float: right; width: 350px; word-wrap: break-word;
}





table.table.brd, table.table.brd th, table.table.brd td {
	border: 1px solid #CCCCCC; border-collapse: collapse;
}
table.table.cen th {
	background: #eeeeee;
}
table.table.cen, table.table.cen th, table.table.cen td {
	text-align: center;
}
table.table th, table.table td {
	padding: 5px;
}
table.table2 th, table.table2 td {
	padding: 3px 8px;
}

input.text, textarea.text {
	border: 1px solid #CCCCCC; padding: 5px; width: 300px;
}
input.small, textarea.small {
	width: 200px;
}
input.small2 {
	width: 245px;
}
textarea {
	height: 70px; resize: none;
}
select.text {
	border: 1px solid #CCCCCC; padding: 5px;
}

label.error{
	color: #990000; margin: 0 0 0 5px;
}
.error_display {
	color: #990000; margin: 0 0 10px;
}
.success {
	color: #006600; margin: 0 0 10px;
}

#enquiry {
	padding: 0 0 5px; background: #FFFFFF;
}
#enquiry h3 {
	margin: 0 0 10px; padding: 5px 5px 10px; background: #ff9900; color: #FFFFFF;
}

#pagination {
	margin: 20px 0 0; background: #CCCCCC; padding: 8px 5px;
}
#pagination #left {
	float: left;
}
#pagination #right {
	float: right;
}
#pagination #right a {
	display: inline; padding: 3px 7px; color: #333333;
	background: #FFFFFF; border: 1px solid #999999;
}

.search {
	margin: 0 0 20px;
}
.search a {
	color: #024378;
}
.extfile {
	height: 16px; margin: 0 0 8px;
}
.extfile img {
	float: left; margin: 0 5px 0 0;
}
.extfile a {
	color: #024378;
}

#charts, #yearly_values, #charts2, #emi_details, #yearly_values2 {
	display: none;
}

#sitemap li a {
	color: #000000;
}
.placeholder {
	color: #444444;
}



#cal_list {
	position: relative;
}
#cal_list a.viewall {
	color: #99CC00;
}

ul.nostyle {
	margin: 10px;
}
ul.nostyle li {
	list-style: circle; margin: 0 0 10px;
}
ul.nostyle li a {
	color: #000000;
}
@media (max-width:1200px){
#calc_right {
    float: right;
    width: 50%;
}

#calc_left {
    float: left;
    width: 47%;
}
input.small2 {
    width: 100%;
}

}
table.clc-tb {
    width: 47%;
    float: left;
    margin: 10px;
}



@media (max-width:993px){
#calc_right {
    width: 100%;
}

#calc_left {
 width: 100%;
}
table.clc-tb {
    width: 100%;}

}

@media (max-width:767px){

div#charts {
    display: none !important;
}


}

@media (max-width:690px){
table.table.btd.cen.yvc td {
    font-size: 10px;
    padding: 10px 0;
}
table.table.btd.cen.yvc th {
    font-size: 10px;
    padding: 10px 0;
}

}

@media (max-width:480px){
	table.table.cen, table.table.cen th, table.table.cen td {
    text-align: center;
    font-size: 12px;
}
div#calc_left table th {
    width: 100px;  font-size: 12px;
}
table.table.btd.cen.yvc th {
    font-size:9px;
    padding: 10px 0;
}
}