.clicktabs{
width:auto;
line-height:normal;
padding:0;
width:755px;
border:0;
}


#tablist{
list-style-type: none;
margin:0px;
padding:0px;
list-style-image:none;
margin-top:3px;
}

#tablist li.tablst{
display:inline;
width:auto;
margin:0;
padding:0;
background:#fff;
}

#tablist li.tablst a{
float:left;
background:#272727 url(../img/front/tab-left.gif) no-repeat left top;
margin:0;
font-size:12px;

margin-right:1px; /*spacing between each tab*/
padding:0 0 0 5px;
color:#fff;
text-decoration:none;
white-space:nowrap;
margin-bottom:2px;
}

#tablist li.tablst a span{
float:left;
display:block;
background:#272727 url(../img/front/tab-right.gif) no-repeat right top;
padding: 6px 10px 4px 5px;
font-weight:bold;
color:#212325;
text-decoration:none;
color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tablist li.tablst a span {float:none;}
/* End IE5-Mac hack */

#tablist li.tablst a:hover span {
color: #06589D;
text-decoration:none;
}

#tablist li.tablst a.current{ /*Selected Tab style*/
background:#062E56;
background-position:0 -25px; /*Shift background image up to start of 2nd tab image*/
}

#tablist li.tablst a.current span{ /*Selected Tab style*/
background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
color: #fff;
background:#062E56;
}

#tablist li.tablst a:hover{ /*onMouseover style*/
background-position:0% 0; /*Shift background image up to start of 2nd tab image*/
}

#tablist li.tablst a:hover span{ /*onMouseover style*/
background-position:100% 0; /*Shift background image up to start of 2nd tab image*/
text-decoration:underline;
}

#tabcontentcontainer{
margin:0;
clear: left;
width:auto; /*width of 2nd level sub menus*/
height:auto; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/

}

.tabcontent1{
color:#fff;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border:1px solid #0B0B0B;
background:#1E1E1E;
width:100%;
}

.form {float:left; width:670px; padding:10px 0px 0px 10px;}
.form label{width:130px !important; font-size:12px; float:left}
.form input{width:200px; border:1px solid #fff; font-family:Arial, Helvetica, sans-serif; color:#555555; font-size:12px; height:18px;}

.main-btn{width:auto; text-align:right; margin:10px 6px 0px 0px; float:left} 
.btn{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; color:#fff; height:25px;  margin:0px; padding:0px; border:0px; background:none; overflow:visible; cursor:pointer;}

.btn span.left{background:url(../img/front/btn-left.png) no-repeat top left;  height:25px; padding-left:4px; float:left; cursor:pointer}
.btn span.right{background:url(../img/front/btn-right.png) no-repeat top right; height:18px; padding:5px 10px 5px 7px; float:left; cursor:pointer;}

