@charset "utf-8";
/* CSS Document */

#site {
  width:1029px;
  margin: 15px auto 0px 15px;;
  position: relative;
}

#main {
  background: url(../img/content_bg.gif);
  /*background:transparent url(../img/content_bg.png);*/
  /*background-color:#999999;*/
  height:auto;
  width:1029px;
  float:left;
  position:relative;
}

#top {
  /*height:154px;
  height:154px;*/
  padding-bottom:6px;
}

#topSearchForm {
  right:17px;
  width:225px;
  position:absolute;
  top:27px;
}

#top_bg {
  background: url(../img/top_bg.jpg);
  height:74px; width:1029px;
  position: relative;
}

#metanavi {
  height:23px;
  text-align:right;
}

#content {
  margin: 0px 0px 0px 10px;
  padding-bottom:10px;
  padding-top:13px;
  position:relative;
  overflow:visible;
}

#right {
  float:right;
  left:-10px;
  position:relative;
  width:383px;
}

#left{
  float:left;
  position:relative;
  width:611px;
}

#mainnav_container {
  background: url(../img/mainnav_thinline.gif)  repeat-x;
  height:26px;
}
#subnav_container {
  background-color:#FFFFFF;
  margin: 0px 10px 0px 10px;
  padding:0px 23px 0 13px;
  height:25px;
}


/*SUBNAVIPANEL START*/
.subnavpanel_container_admin {
  margin:0px 10px 0px 10px;
  width:1009px;
  z-index:50;
  float:right;
}

.subnavpanel_container {
  margin:0px 10px 0px 10px;
  z-index:100;
  width:1009px;
  float:left;
  position:absolute;
  /*height:217px;*/
  display:none;
}

.subnavpanelFx {
  /*height:217px;*/
  width:1009px;
  float:left;
}

.subnavpanelContent {
  position:static;
  background-color:#FFFFFF;
  padding-top:6px;
  padding-bottom:6px;
  width:1009px;
  float:left;
  clear:left;
}

.subnavpanelContent a{
  color:#b1b1b1;
}

.subnavpanelContent li{
  color:#b1b1b1;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

.subnavpanelShadow {
  z-index:150;
  height:17px;
  float:left;
  width:1009px;
  background:transparent url(../img/dropdown_shadow.png) repeat-x;
}

.subnavpanelContent .area {
  padding-top:6px;
  padding-bottom:6px;
  padding-right:13px;
  width:305px;
}

.subnavpanelContent .area .content {
  color:#b1b1b1;
}

.subnavpanelContent .left {
  padding-left:23px;
}

.subnavpanelContent .right {
  float:right;
}

.subnavpanelContent .left,.center {
  float:left;
}

.subnavpanelContent .center,.right {
  border-left:1px solid #cecece;
  padding-left:13px;
}
/*SUBNAVIPANEL END*/


.mainnav li a{
  display:block;
  padding:5px 25px 4px 25px;
  position:relative;
}

/*
.community {

}
*/

/*CALCULATOR START*/
.calc {
  background-color:#3e3e3e;
  border:solid 0px #656f71;
  border-top-width:2px;
  border-bottom-width:2px;
  border-width:2px;
  margin-bottom:4px;
  padding:8px 0px 0px 0px;
  overflow:hidden;
}

.calc div.boxes {
  padding-top:10px;
}

.calc div.boxes div.box div.text {
  padding:6px;
}

.calc div.boxes div.box{
  margin-bottom:2px;
}

.calcResultsTable {
  border:0px;
  padding:0px;
  margin-top:10px;
  width:100%;
}

.calcResultsTable tr.row {
  border:0px;
  padding:0px;
  height:36px;
}

.calcResultsTable th {
  font-weight:normal;
  font-size:13px;
}

.calcResultsTable th a{
  color:#000000;
  cursor:pointer;
  text-decoration:underline;
}

.calcResultsTable th a:hover{
  color:#000000;
  cursor:pointer;
  text-decoration:underline;
}

.calcResultsTable tr.rowAlternating {
}

.calcResultsTable tr.rowHighlight {
  background-color: #eaf1f9 !important;
}

.calcResultsTable td.cell {
  padding:1px;
}

.calcResultsTable td.checkbox {
  width:80px;
  height:25px;
  text-align:center;
}

.calcResultsTable td.tdClassSortingHeader {
  padding-left:10px;
  padding-top:12px !important;
  padding-bottom:5px !important;
  font-weight:bold;
  font-size:14px;
}

.calcResultsTable td.cellAlternating {
}

.calcResultsTable td.cellRowAlternating {
  background-color:#efefef;
}

.calcResultsTable tr.rowHighlight td.cellRowAlternating {
  background-color:#dae1e9;
}

.calcResultsTable td.cellLast {
  background-color:#ffffff !important;
  padding-left:10px;
}

.calcResultsTable .headerSorting {
  float:left;
  margin-left:2px;
}

.calcResultsTable .headerSorting .up {
  margin-top:3px;
}

.calcResultsTable .headerSorting .down {
  margin-top:2px;
}

.calcResultsTable .headerText {
  float:left;
  font-weight:bold;
  font-size:14px;
}

.calcResultsTable .text {
  float:left;
}

.calcResultsTable .img {
  float:left;
  margin-left:5px;
}

.calcResultsTable .addinfostar {
  cursor:pointer;
}

.calcResultsTable .ratingimg {
  float:left;
  margin-right:2px;
}

.calcLegendTable .ratingimg {
  float:left;
  margin-right:2px;
}

.calcLegendTable .ratingdscr {
  float:left;
  margin-left:20px;
}

.calcResultsTable .rating {
  clear:left;
  float:left;
  width:200px;
}

.calcInfoTable {
  width:100%;
  border:0px solid transparent !important;
}

.calcInfoTable td,tr{
  border:0px solid transparent !important;
}

.calcInfoTable td.name{
  font-weight:bold;
}
/*CALCULATOR END*/

/*SIDEBAR START*/
#sidebar {
  width:191px;
  padding-left:10px;
  padding-top:150px;
  float:right;
  top:0px;
  left:1029px;
  position:absolute;
  display:none;
}

#sidebar .box{
  float:none;
}

#sidebar .title {
  margin:1px 6px 0px 6px;
  display:block;
  position:relative;
  top:0px;
}

#sidebar .tagCload {
  font-size:9px;
}

#sidebar .content {
  padding:6px;
  margin-bottom:18px;
  width:171px;
  float:left;
  border:1px solid #CCCCCC;
}

#sidebar .content a{
  text-decoration: none;
  font-size: 1em;
}


#sidebar .content a:hover{
  /*color: #656F71;*/
  text-decoration: underline;
}
/*SIDEBAR END*/



/*SITEMAP START*/
/*
.sitemap {

}

.sitemap li{
}
*/

.sitemap ul{
  list-style-type: none;
}

.sitemap .level-1{
  display:none;
}

.sitemap .level1{
  font-weight:bold;
  color:#466595;
  font-size:1.2em;
  padding-top:10px;
}

.sitemap .level2{
  padding-left:10px;
  font-weight:bold;
  font-size:1.1em;
  padding-top:5px;
}

.sitemap .level3{
  padding-left:20px;
}

.sitemap .level4{
  padding-left:30px;
}

/*SITEMAP NEND*/

.footer {
  width:1029px;
  float:left;
  position: relative;
}

.footerColWidth {
  width:420px;
}

/* Multibox */
.multibox_container {
  position:relative;
}
.multibox_magnifier {
  position:absolute;
  float:left;
  bottom:0px;
  right:0px;
  width:21px;
  height:21px;
  background:transparent url(../img/lightbox_magnifier.gif) no-repeat;
}


