/** GENERAL LINKS **/
.orangeLink { color: #ff8400; font-size: 10px; font-family: Verdana; font-weight: bolder; text-decoration: none; }
.orangeLink:hover { text-decoration: underline; }
.footerLink { color: #34abb2; text-decoration: none; }
.footerLink:hover { text-decoration: underline; }
.headLink { color: #1e4280; text-decoration: none; }
.headLink:hover { text-decoration: underline; }
.speclnk, .msgbody a { color: #34abb2; text-decoration: none; text-transform: none; }
.speclnk:hover, .msgbody a:hover { text-decoration: underline; text-transform: none;}
.titlelnk { font-family: Verdana; color: #34abb2; font-weight: bold; text-decoration: none; text-transform: none; }
.titlelnk:hover { text-decoration: underline; text-transform: none;}
.speclnksel { color: #1e4280; text-decoration: none; text-transform: none; }
.speclnksel:hover { text-decoration: underline; text-transform: none;}

.title { color: #0A246A;  font-family: Verdana; font-weight: bold; font-size: 11px; text-decoration: none; text-transform: none; }
.titlelnk_n { color: #34abb2;  font-family: Verdana; font-weight: bold; font-size: 11px; text-decoration: none; text-transform: none; }
.titlelnk_n:hover { text-decoration: underline; text-transform: none;}
.subtitle { color: #666666; font-size: 11px; font-family: Verdana; }
.subtitlenorm { color: #0A246A; font-size: 11px; font-family: Verdana; }
.msgbody { color: #0A246A; font-size: 11px; font-family: Verdana; text-align: justify;}


/** MAIN MENU **/
.menuMain { width: 100%; height: 30px; background: url( '/images/small/main_menu_bcgr.gif' ) left bottom no-repeat #fff;  font-size: 11px;}
.menuMain .separator { float: left; width: 1px; height: 30px; background: url( '/images/small/main_menu_separator.gif' ) no-repeat 0 0; overflow: hidden; }
.menuMain .mainmenu, .mainmenuactive  { float: left; width: 85px; height: 30px; text-align: center; text-transform: uppercase; text-decoration: none; line-height: 27px; }
.menuMain .mainmenu { color: #fff;}
.menuMain .mainmenuactive { background-color: #34abb2; position: relative; height: 30px; color: #fff; }
.menuMain .DDover,
.menuMain .mainmenu:hover { background-color: #34abb2; color: #fff; }

.menuMain .languages { position: relative; float: right; margin-top: 3px; }
.menuMaindate { color: #7f6e66; font-size: 11px; }
.topright { float: right; width: 180px; height: 60px; border: 1px #f00 soid; padding-left: 10px; }

/** INTERNAL MENU **/
.internal_menu { background-color: #34abb2; padding: 5px; height: 16px; overflow: hidden; width: 962px; text-transform: uppercase; }
.internal_menu .menu_l2 { float: left; color: #fff; text-decoration: none; }
.internal_menu .menu_l2_active { float: left; padding: 1px 3px; background-color: #98d5d8; color: rgb(0, 0, 0); font-weight: normal; text-decoration: none; }
.internal_menu .menu_l2:hover { text-decoration:underline; }
.internal_menu .separator,
.pinternal_menu .separator { float: left; padding-left: 5px; padding-right: 5px; color: #ccc; }

.pinternal_menu { margin-top: 5px; }
.pinternal_menu .menu_l3 { float: left; color: #C4AA9D; text-decoration: none }
.pinternal_menu .menu_l3:hover { text-decoration: underline }
.pinternal_menu .menu_l3_active { float: left; color: #7D6C64; font-weight: bolder; text-decoration: none }
.pinternal_menu .separator { color: #ccc; }

/** PREVIEW MENU **/
.preview_menu {border-left: 2px #1e4280 solid; background-color: #DFE7F2; display:none; position:absolute; width: 1000px; z-index:500; background: url( '/images/small/internalmenubg.gif' ) repeat-y; }
.preview_menu .sinternal_menu .separator { width: 10px; color: #fff; margin-top: 3px; text-align: center; float: left; overflow: hidden; }
.preview_menu .sinternal_menu a { float: left; color: #fff; text-decoration: none; padding: 5px; }
.preview_menu .sinternal_menu a:hover { color: #fff; text-decoration: underline; }
.preview_menu .sinternal_menu { background: url( '/images/small/menubg.gif' ) left bottom no-repeat; }

.pinternal_menu .compare_form { width: 214px; float: right; }
.pinternal_menu .compare_form .editbox  {float: left; width: 130px; border: 1px #88a5d0 solid; font-size: 9px; }
.pinternal_menu .compare_form .submit { float:right; margin-top: 1px; }

/** FILTER TABS **/
/** PAGED CONTENT CLASS **/
.content .paged .header { height: 28px; }
.content .paged .header a { width: 133px; height: 28px; text-decoration: none; background: url('/images/small/tab.gif') no-repeat right top; display: block; float: left; line-height: 28px; text-align: center; color: #3978b7; font-weight: normal; font-size: 11px; font-family: Arial; margin-right: 1px; }
.content .paged .header a:hover { background: url('/images/small/tab_active.gif') no-repeat; text-decoration: underline;  }
.content .paged .header a.active { position: relative; z-index: 1; width: 133px; height: 29px; background: url('/images/small/tab_active.gif') no-repeat right top #fff; display: block; float: left; line-height: 28px; text-align: center; color: #3978b7; font-weight: normal; font-size: 11px; font-family: Arial; margin-right: 1px; }
.content .paged .header a.active:hover { text-decoration: none; }
.content .paged .body { border: 1px #1e4280 solid; }