/* Classes for TAB Bar*/
#container
	{
		width: 500px;
		padding: 30px;
		border: 1px solid #ccc;
		background: #fff;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  		
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 11px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}
.tabDiv
{
	float:right;
	direction:rtl;
	text-align: right;
	

}	

/* Classes for Wizard Bar*/

.step_table_td_active
{
color:#FFFFFF;
vertical-align:top;
text-align:center;
font-weight:bold;
background-image:url(../images/step_bg.gif);
background-repeat:no-repeat;
background-position:center;
height:24px;
padding: 5px 3px;
text-decoration:none;
}

.step_sub_table_td_active
{
color:#000000;
text-align:center;
vertical-align:top;
font-weight:bold;
background-image:url(../images/sub_step_bg.gif);
background-repeat:no-repeat;
background-position:center;
height:24px;
padding: 5px 3px;
text-decoration:none;
}
.areaAddToCart
{
  text-align:left;
}

.alignClass
{
	text-align:right;
}

.errortable
{
	border-collapse: collapse;
	border:solid 1px #FF0000;
	background-color:#FFFFCC;
}

