/* //////////  LAYOUTS  ////////// */

div#main_column {

 float: right;

 clear: none;

}

div#navigation_column {

 float: right;

 clear: left;

}

/* //////////  TOP MAIN TABLE  ////////// */

table#esti_src {

 width: 640px;

 border: 2px solid #555; 

 margin: 1em auto;

}

table#esti_src td {

 padding: 0.5em;

 font-weight: bold;

 font-size: 18px;

}

/* //////////  TOP MAIN LIST (REASON)  ////////// */

ul#top_main_list {

 margin: 0.5em 1em 2em 2em;

 font-weight: bold;

 font-size: 21px;

 line-height: 150%;

}

ul#top_main_list li {

 list-style-image: url(/images/icons/icn_check_24x29.gif);

 margin: 0.7em;

}

div#main_column h2 {

 border: none;

 padding: 0;

}



/* //////////  SPECIAL OFFER BOX  ////////// */

div#top_specialoffer {

 border: 2px solid red;

 padding: 0;

}

div#top_specialoffer h2 {

 border: none;

 background: red;

 color: white;

 font-size: 18px;

 padding: 4px;

 font-weight: bold;

 margin: 0;

}

strong {

 font-size: larger;

 color: #C30000;

}

.bnr {

 text-align: center;

}

