.search_button {
    background: url(../images/searchbutton.gif) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    padding:4px 13px;
}

a.search_button:hover {
    color:#000000;
}
.signup_button {
    background: url(../images/signup.gif) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    height:34px;
    padding-left:10px;
}

.signup_button a:hover {
    color:#000000;
}

.signup_image {
    background: url(../images/login1.gif) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight:bold;
    height:35px;
    padding-left:10px;
}

.login_button {
    background: url(../images/loginbutton.jpg) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    height:22px;
    width:50px;
}

.buy_home_button{
    background: url(../images/buybutton.gif) no-repeat 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    width:45px;
    height:23px;
    padding:6px;
}

.go_button{
    background: url(../images/gouserbut.gif) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    padding: 3px;
    color:#000000;
}

a.go_button:hover{
    color:#000000;
}

.tabs_div{
	
}

/* style for new tab structure */

.tabhead{
	width:99%;
	background-image:url(../images/grey_border.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.tabhead td{
	
}

.tabhead td a:link,
.tabhead td a:visited,
.tabhead td a:active{
background-image:url(../images/shade_bg.jpg);
background-repeat:repeat-x;
background-position:bottom;
width:90px;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
text-decoration:none;
border: 2px solid #E3E3E3;
padding: 10px 5px 10px 5px;
color:#666666!important;
text-align:center;
}
.tabhead td a:hover{
background-color:#FFFFFF;
background-image:none;
color:#000000!important;
border-bottom: 2px solid #FFFFFF!important;
}

.tabhead td a.selected{
width:90px;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
text-decoration:none;
border-left: 2px solid #E3E3E3;
border-right: 2px solid #E3E3E3;
border-top: 2px solid #E3E3E3;
border-bottom: 2px solid #FFFFFF;
padding: 10px 5px 10px 5px;
color:#000000!important;
text-align:center;
background-image:none!important;
}

/*---------------------*/

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
clear:both;
}

.shadetabs li{
float:left;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 10px 10px 10px;
margin-right: 3px;
/* background-color:#EAEAEA; */
background-color:#E3E3E3;
border: 2px solid #E3E3E3;	
color: #666666!important;
top:1px;
background-image:url(../images/shade_bg.jpg);
background-repeat:repeat-x;
background-position:top;
width:80px!important;
height: 40px!important;
display:block;
text-align: center;
}


.shadetabs li a:hover{
text-decoration: none;
color: #000000!important;
background-color:#FFFFFF;
background-image:none;
border-bottom:2px solid #FFFFFF;	
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-color:#FFFFFF;
color:#000000!important;
top: 1px;
background-image:none;
width:80px!important;
text-align: center;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontent{
display:none;
}

.tabcontainer{
	border : 2px solid #E3E3E3;
	/*border-left: 2px solid #E3E3E3;
	border-right: 2px solid #E3E3E3;*/
	margin-right: 5px; 
	margin-top:8px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
        clear:both;
}


.comm_tbl{
	width:100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	
}
.comm_tbl td{
	padding:5px;
	color:#7E7E7E;
	border-bottom:#EAEAEA solid 1px;
}
.comm_tbl td a:link,
.comm_tbl td a:visited,
.comm_tbl td a:active
{	
	color:#7E7E7E;
	text-decoration:none;
}
.comm_tbl td a:hover
{	
	color:#FFFFFF;
	background-color:#000000;
}
.comm_tbl th{
	padding:5px;
	color:#000000;
	background-color:#EAEAEA;
	font-weight:bold;	
}
.btm_link_container{
	clear:both;
	padding:10px;
}
.btm_link_container a:link,
.btm_link_container a:visited,
.btm_link_container a:active
{
	text-decoration:none;
	padding:3px 5px 3px 5px;	
	color:#000000;
	font-weight:bold;
}
.btm_link_container a:hover
{
	background-color:#CCCCCC;
	}