﻿#tabs
{
    list-style: none;
	font: normal 12px arial, sans-serif;
    padding: 10px;
    text-align: center;
    margin-left: 300px;
}

#tabs li a
{
    vertical-align: middle;
    text-decoration: none;
	color:#000000;
}

#tabs li
{
	background: url(/applications/images/step_un.jpg) no-repeat; 
    padding-top: 5px;
	margin-right: 0px;
	float: left;
	width: 80px;
}

#tabs li.unavailable
{
	color: #666666;
	margin-right: 0px;

}

#tabs li.unavailable a
{
    cursor: default;
	margin-right: 0px;
}

#tabs li.unavailable a:hover
{
    color: #FFFFFF;
	cursor:pointer;
	margin-right: 0px;
}

#tabs li.current
{
    background: url(/applications/images/step_ac.jpg) no-repeat;
	margin-right: 0px;
	font-weight: bold;
	color: #FFFFFF;
}

#tabs li.current a
{
	color: #FFFFFF;
}



#continue
{
    cursor: pointer;
}

.topProduct
{
    margin-left: 5px;
}

.topProduct input
{
    display: none;
}

td.label
{
    width: 130px;
}

.mainEdit
{
    margin-left: 10px;
}
