
/*----------------  PANELS --------------------------------*/
#panels {
	color: black;
	float: right;
	width: 948px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#left_panel {
	padding:  10px 10px 0 10px;
	min-height:691px;
	height:auto !important;
	height:691px;
	float:left;
	width:189px;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px; 
}


#mid_panel {
	padding-left: 60px;
	margin: 10px 0 0 0;
	min-height:691px;
	height:auto !important;
	height:691px;
	width: 619px;
	float: left;
}


#right_panel {
	padding: 20px 0 0 0; 
	min-height:691px;
	height:auto !important;
	height:691px;
	float: left;
	text-align: left;
	width: 259px;
	margin: 10px 0 0 10px;
	background: url(../img/interior_rightpanel_bg.jpg) top left no-repeat;
}

/*---------------- LEFT PANEL --------------------------------*/


	
	
	
/*---------------- MIDDLE PANEL --------------------------------*/

.midpanel_title {
	text-align: left;
	color: #fd6a2f;
	font: normal 18px Tahoma;
	margin: 30px 5px 0 0;
}

.midpanel_video {
	text-align: left;
	margin: 0 5px 0 10px;
}

.midpanel_text {
	text-align: left;
	line-height: 60px;
	color: #56636d;
	margin: 0 5px 0 10px;
	padding: 15px 0 10px 0;
	font: normal 12px Tahoma;
}


/* OFFER CENTER COLUMN*/
.formPod {
	margin: 0 auto;
	width: 433px;
	padding-bottom:40px;
}
.formPod .hd {
	height: 10px;
	font-size: 1px;
	background: url(../img/OfferFormBox_hd_bg.png) no-repeat top left;
	behavior: url(/layouts/css/iepngfix.htc);
}
.formPod .bd {
	background: url(../img/OfferFormBox_bd_bg.png) repeat-y top left;
	_background-image: none;
	_border-left: 1px solid #a9b4bb;
	_border-right: 1px solid #a9b4bb;
	padding: 10px 20px;
	font-size: 11px;
	color: #555555;
	text-align: left;
}
.formPod .ft {
	height: 20px;
	font-size: 1px;
	background: url(../img/OfferFormBox_ft_bg.png) no-repeat top left;
	behavior: url(/layouts/css/iepngfix.htc);
	float: left;
	width: 433px;
}


table.CenterOfferTable {
	border-collapse:collapse;
}
table.CenterOfferTable td {
	vertical-align: top;
	font-size: 11px;
	color: #555555;
	font-weight: bold;	
	text-align: left;
	padding:3px 0;
}
table.CenterOfferTable label {
	font-weight: bold;
	display: block;
	text-align: right;
	width: 83px;
}

table.CenterOfferTable .customerComment-field{
	width: 214px;
	height: 100px;
}

table.CenterOfferTable label.questionLabel{
	width: 100%;
	text-align:left;
}

table.CenterOfferTable select.questionSelect{
	width:220px;
}

table.CenterOfferTable input {
	width: 214px;
	background-color: transparent;
}
table.CenterOfferTable .norma1 {
	display: none;
}
table.CenterOfferTable .fieldErr {
	border: 1px solid #c10435 !important;
}
table.CenterOfferTable .fieldErrMsg {
	color: #c10435;
	font-size: 11px;
	/*white-space: nowrap;*/
}
table.CenterOfferTable .policy {
	text-align: right;
}

.CenterOfferBtn{
	display: block;
	cursor: hand;
	cursor: pointer;
	padding: 10px 0;
}

/*---------------- RIGHT PANEL --------------------------------*/
#rightpanel_top {
	margin-top: 25px;
	padding: 0 15px 0 15px; 
}
#rightpanel_bottom {
	padding: 0 15px 20px 15px; 
}

#rightpanel_sep {
	height: 1px;
	margin: 0 15px 10px 15px;
	background: url(../img/dots_h.gif) center left repeat-x;
}
table.offersTable {
	border-collapse: collapse;
}
table.offersTable td {
	padding: 3px 0;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
table.offersTable td label {
	text-align: right;
	padding-right: 0;
	display: block;
	width: 70px;
}

table.offersTable td label.questionLabel{
	position: relative;
	left: -60px;
	width: 220px;
	text-align:left;
}

table.offersTable td input{
	width: 143px;
}

table.offersTable .customerComment-field{
	width: 143px;
	height: 60px;
}

table.offersTable td select.questionSelect{
	width: 149px;
}

table.offersTable td.dotted {
	background: url(../img/dots_h.gif) center left repeat-x;
}


table.offersTable tr.norma1 {
padding: 0;
margin: 0;
visibility: hidden;
}

table.offersTable tr.norma1  td input{
padding: 0;
margin: 0;
height: 1px;
line-height: 1px;
}

table.offersTable tr.norma1  td.label{
padding: 0;
margin: 0;
height: 1px;
line-height: 1px;
}

.OfferBtn {
	margin: 5px auto;
	display: block;
	cursor: hand;
	cursor: pointer;
}
/*------------ LOGIN ------------------------*/
#signinContainer {
	margin-top: 10px;
	width: 400px;
	height: 300px;
}

#signinContainer tr td.fieldLabel {
	padding: 0 10px 0 0;
	text-align: right;
	align: left;
	width: 100px;
}

#signinContainer tr td {
	padding: 2px;
	text-align: left;
	align: left;
	width: 300px;
}

#signinContainer tr td input.text {
	width: 150px;
}

/*------------ SEARCH ------------------------*/

.search_form {
	text-align: left;
}

.search_form input{
	margin: 0;
	padding: 0;
	background-color: #dbe4f3;
	width: 180px;
}

#searchSubmit_img{
	margin: 0 0 0 5px;
	vertical-align: bottom;
	width: 48px;
}

#titleSearchResults{
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #2f7eb5;
}

.SearchPaging{
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: left;
	color: black;
}

.SearchPaging span{
	margin-left: 10px;
}
.SearchPaging a{
	color: black;
}

.searchResRank{
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.searchResDesc{
	padding: 0 0 0 30px;
}

.searchRes {
	margin: 5px 30px 5px 0;
	padding: 5px;
	border-bottom: 2px dotted gray;
	text-align: left;
	color: #666666;
	font-size: 11px;
}

.searchResHeader a {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.searchResFooter {
	margin: 15px 0 5px 0;
}

.searchResFooter a{
	color: #4962a4;
	font-size: 12px;
}

/*-------------------------------------------------------------------------*/


