/*tabbing*/
.shadetabs
{
	padding:0;
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	list-style-type:none;
	text-align:left; /*set to left, center, or right to align the menu as desired*/
	float:left;
}

.shadetabs li
{
	display:block;
	float:left;
	margin:0;
	margin-right:1px;
}

.shadetabs li a
{
	text-decoration:none;
	color:#474747;
	background:url(../images/left-normal.gif) left top no-repeat;
	display:block;
	float:left;
	padding-left:6px;
}

.shadetabs li a span
{
	background:url(../images/right-normal.gif) right top no-repeat;
	color:#474747;
	display:block;
	float:left;
	padding:5px 12px 3px 6px;
	cursor:pointer;
}

.shadetabs li a:visited
{
	color:#2d2b2b;
}

.shadetabs li a:hover
{
	background:url(../images/left-active.gif) left top no-repeat;
	color: #fff;
}

.shadetabs li a:hover span
{
	background:url(../images/right-active.gif) right top no-repeat;
	color:#fff;
	display:block;
	float:left;
	padding:4px 12px 4px 6px;
}


.shadetabs li.selected
{
	position: relative;
}

.shadetabs li.selected a
{
	/*selected main tab style */
	background:url(../images/left-active.gif) left top no-repeat;
	border-bottom-color: white;
}

.shadetabs li.selected a span
{
	/*selected main tab style */
	background:url(../images/right-active.gif) right top no-repeat;
	border-bottom-color: white;
	color:#fff;
	padding:4px 12px 4px 6px;

}


.shadetabs li.selected a:hover
{
	/*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle
{
	/*style of tab content oontainer*/
	float:left;
	clear:left;
	width:780px;
	padding-bottom:20px;
}

.tabcontent{
	display:none;

}

@media print {
.tabcontent {
	display:block!important;
}
}

.tabbing-main-div
{
	float:left;
	width:780px;
	text-align:left;
}

.tab-content-top-corners
{
	float:left;
	width:780px;
	height:8px;
	background:url(../images/border-top.gif) repeat-x;
	border-left:1px solid #ededed;
}

.tab-content-bottom-corners
{
	float:left;
	width:780px;
	height:8px;
	background:url(../images/border-top.gif) 0px 7px repeat-x;
}

.float-right
{
	float:right;
}

.float-left
{
	float:left;
}

.tabbing-content-main
{
	float:left;
	width:780px;
	
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
}


/* these classes made by bindi on 12th May 08 */
.item-desc { float:right; width:780px; padding:30px 0px 0px 0px; }
			.item-tab-description {float:left; padding-left:15px;}
			.item-tab-description ul { margin:0px; padding:5px;}
			.item-tab-description ul li { list-style:none;background:url(../images/item-desc-bullet.gif) left no-repeat;  padding-left:10px; text-align:left; line-height:18px; color:#6c6c6c; }
			.item-tab-description ul li a { color:#6c6c6c; text-decoration:underline; }