#tabs, #tabs td, #tabs th, #tabs  a, #tabs a:visited{
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
	color: #666666;
}
#tabs a:link, #tabs a:visited, #tabs a:active {
	text-decoration: none;
}
#tabs a:hover {
	text-decoration: none;
	color: #FFA4DC;
}


#tabs .wearContainer ul {
	list-style-type: none;
	padding: 0;
	margin:0;
}
#tabs .wearContainer li { 
	float:right;
	margin-right:5px;
	margin-top:8px;
	width:105px;
}





/* ----------------------------------------- */



.TabbedPanels {
	margin: 0px;
	float: none;
	clear: none;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
}
.wearContainer {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEEAF6;
	border-right-color: #FEB4E7;
	border-bottom-color: #FEB4E7;
	border-left-color: #FEB4E7;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.TabbedPanelsTabGroup {
	text-align: center;
	float: right;
	margin: 0px;
	width: 100%;
	height: 30px;
	background-position: left bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEB4E7;
	border-right-color: #FEB4E7;
	border-bottom-color: #FEB4E7;
	border-left-color: #FEB4E7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.TabbedPanelsTab {
	list-style: none;
	cursor: pointer;
	height: 22px;
	width: 91px;
	background-image: url(tab1.jpg);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	color: #FEEAF6;
	margin: 0px;
	border: 0px none #FEEAF6;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: bottom;
}

.TabbedPanelsTabSelected {
	list-style: none;
	cursor: pointer;
	height: 22px;
	width: 91px;
	background-image: url(tab2.jpg);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #939393;
	margin: 0px;
	border: 0px none #FEEAF6;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: bottom;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	height: 19px;
}

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	width: 100%;
	background-repeat: no-repeat;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	background-color: #FEEAF6;
}

.TabbedPanelsContentVisible {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border: 0px none #FEEAF6;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border: 0px none #FFF;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}