/*
below ie6 specific css stuff
----------------------------
*/
body {
    /*fix ie5.5 centering*/
    text-align: center;
    /*ie 5.5 scrollbar fix*/
    overflow-y: scroll;
}
div.main {
    text-align: left;
}
/*ie 5.5 headmenu width fix*/
div.headmenu div.middle {
    width: 950px;
}

/*langsel fixes*/
div.headcontent div.langsel {
    margin-right: 8px;
}
div.langsel ul li {
    cursor: hand;
}
div.langsel ul li img {
    position: relative;
    z-index:1000;
    top: 9px;
    right: 5px;
    background: url('/img/button/arrow_down_6x3.jpg') no-repeat;
}
div.langsel ul li span {
    width: 143px;
}
div.langsel ul dd a, div.langsel ul dd a:visited {
    width: 172px;
}
div.roundbox_h div.middle {
    width: 133px;
    padding: 8px 5px;
}
div.contentbottom {
    margin-right: 2px;
}

div.loginbox div.whiteinput input {
    width: 168px !important;
    height: 25px !important;
}


span.button input {
    cursor: hand;
}
div.leftcol ul.leftnav {
    width: 166px !important;
}
div.leftcol ul.leftnav li a {
    padding: 0px !important;
    margin: 0px 0px 0px -5px !important;
}
div.leftcol ul.leftnav ul li {
    background-color: #FFFFFF !important;
    margin-bottom: 1px !important;
}
div.box div.top {
    margin-bottom: -10px;
}
div.box#bannersbox div.middle {
    width: 100%;
}
div.promomain div.left, div.promomain div.right {
    width: 50%;
}

div.select ul {
    height: auto;
    overflow: visible;
}
div.select ul li {
    height: 18px;
    cursor: hand;
}
div.select div.cornersbottom {
    margin-top: -1px;
}

div.tabpanel div.tabcontent div.cornersbottom div div {
    height: 4px;
}
div#promomain div.tabpanel div.tabcontent div.cornersbottom 
{
    width: 409px;
}
div.tabpanel ul img {
    top: -6px;
}
div.grayicos {
    width: 24%;
}
div.grayicos img 
{
    margin: 0px 10px 0px 20px !important;
}
div.grayicos img.first {
    border: none;
}

.myctopnav 
{
    left:0 !important;
}
.myctopnavright 
{
    padding:0 !important;
}
.myctopnavright td
{
    left:0 !important;
}
table.registration div.pwdstrength 
{
	margin-top: -10px;
}
table.registration div.pwdstrength div.text {
    overflow: visible;
    position: relative;
    margin-top: 3px;
}