h1 
{
   font-size: 16px;  
   font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2 
{
   font-size: 14px;  
   font-weight: bold;
 	padding-top: 0px;
	padding-bottom: 0px;
}

h3 
{
   font-size: 12px;  
   font-weight: bold;
 	padding-top: 0px;
	padding-bottom: 0px;
}

div.PageLinkWrapper a.PageLink 
{
    padding: 4px 6px;
    font-size: 14px;
}

div.PageMenuWrapper div.SubLinkWrapper a 
{
    border: 1px solid #FFF;
    border-top: 0;
    padding: 4px 10px 6px;
    text-decoration: none;
    font-size: 12px;
}

span.LinkText 
{
    font-weight: bold;
}

div.MainCatWrapper 
{
font-size: 14px;
font-weight: bold;
color: #24225C;
}





div#weoffer {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 180px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0px;
}

div#weoffer h3 {
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  padding-bottom: 2px;
  margin-left: 9px;
  border-bottom: 1px #ccc solid;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div#weoffer h3 img {
  width: 19px;
  height: 26px;
  position: relative;
  top: 8px;
  margin-right: 5px;
}

div#weoffer div {
  width: 170px;
  background-color: #fff;
  padding: 5px;
  padding-bottom: 0px;
  padding-left: 15px;
  margin: 0px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

div#weoffer a {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}


/* Common */
.fixed-tab-pane {
      	width: 176px;
      	background: url(/pub_docs/files/tabs/tab3.jpg) no-repeat;
      	height: 11px;
      	text-align: center;
      	font-family: Verdana, Helvetica, Arial;
      	font-size: 10px;
      	display: inline;
      	float: left;
      	padding: 3px 0;
      	font-weight: bold;
      	color: #fff;
      }
      
      .fixed-selected-tab-pane {
        width: 176px;
      	background: url(/pub_docs/files/tabs/tab3_dark.jpg) no-repeat;
      	height: 11px;
      	text-align: center;
      	font-family: Verdana, Helvetica, Arial;
      	font-size: 10px;
      	display: inline;
      	float: left;
      	padding: 3px 0;
      	font-weight: bold;
      	color: #fff;
      }

      .fixed-selected-tab-pane a {
      	color: #fff;
      	text-decoration: none;
      }
      
      .fixed-selected-tab-pane a:hover {
      	color: #E83E41;
      	text-decoration: none;
      }

      .fixed-tab-pane a {
      	color: #fff;
      	text-decoration: none;
      }
      
      .fixed-tab-pane a:hover {
      	color: #E83E41;
      	text-decoration: none;
}



.dynamic-tab-pane-control {
	width: 530px;
}

.dynamic-tab-pane-control .tab {
	height: 11px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	display: inline;
	float: left;
	padding: 3px 0;
}
.dynamic-tab-pane-control .tab.selected {
}

.dynamic-tab-pane-control .tab a {
	color: white;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	text-decoration: none;
}
.dynamic-tab-pane-control .tab:hover a,
.dynamic-tab-pane-control .tab a:hover {
	color: #ef3e42;
}
.dynamic-tab-pane-control .tab.selected a {
	font-weight: bold;
}

.dynamic-tab-pane-control .tab-page {
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	padding: 0 5px;
	clear: both;
}

/* 3 tabs */
.dynamic-tab-pane-control.tab-pane-3 .tab {
	width: 176px;
	background: url(/pub_docs/files/tabs/tab3.jpg) no-repeat;
}
.dynamic-tab-pane-control.tab-pane-3 .tab.selected {
	background: url(/pub_docs/files/tabs/tab3_dark.jpg) no-repeat;
}

/* 4 tabs */
.dynamic-tab-pane-control.tab-pane-4 .tab {
	width: 132px;
	background: url(/pub_docs/files/tabs/tab4.jpg) no-repeat;
}
.dynamic-tab-pane-control.tab-pane-4 .tab.selected {
	background: url(/pub_docs/files/tabs/tab4_dark.jpg) no-repeat;
}

/* 5 tabs */
.dynamic-tab-pane-control.tab-pane-5 .tab {
	width: 106px;
	background: url(/pub_docs/files/tabs/tab5.jpg) no-repeat;
}
.dynamic-tab-pane-control.tab-pane-5 .tab.selected {
	background: url(/pub_docs/files/tabs/tab5_dark.jpg) no-repeat;
}

/* List Menu */
.dynamic-tab-pane-control.tab-pane-list {
}
.dynamic-tab-pane-control.tab-pane-list .tab {
	display: block;
	float: none;
	text-align: left;
	padding: 3px 10px;
	width: 175px;
	background: none;
}
.dynamic-tab-pane-control.tab-pane-list .tab.selected {
	background: none;
}
.dynamic-tab-pane-control.tab-pane-list .tab a {
	color: black;
}
.dynamic-tab-pane-control.tab-pane-list .tab:hover a,
.dynamic-tab-pane-control.tab-pane-list .tab a:hover {
	color: 0xE83E41;
}
.dynamic-tab-pane-control.tab-pane-list .tab.selected a {
	color: 0x394A91;
}
.dynamic-tab-pane-control.tab-pane-list .tab-row {
	width: 200px;
	float: left;
	clear: none;
	display: inline;
}
.dynamic-tab-pane-control.tab-pane-list .tab-page {
	width: 310px;
	float: right;
	clear: none;
	display: inline;
}
.newslettertext {
  position: realtive;
  bottom: 20px;
}

#ctl00_smp{
 display:none;
}




#slider590 {
   width: 590px; /* important to be same as image width */
   height: 390px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#slider590Content {
   width: 590px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   padding: 0px;
}

.slider590Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider590Image span {
   position: absolute; /* important */
   font: 16px/18px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
}

.slider590Image span.top {
        width: 560px;
	top: 0;
	left: 0;
}
.slider590Image span.bottom {
        width: 560px;
	bottom: 15px;
        left: 0;
}
.slider590Image span.left {
	top: 0;
        left: 0;
	width: 110px !important;
	height: 373px;
}
.slider590Image span.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 373px;
}

.clear {
   clear: both;
} 

