.ClassPTab0
{
background-image: url("/store/images/detay_83-0.png");
width: 134px;
height: 36px;
cursor: pointer;
}

.ClassPTab0:hover
{
background-image: url("/store/images/detay_83-1.png");
}

.ClassPTab1
{
background-image: url("/store/images/detay_84-0.png");
width: 144px;
height: 36px;
cursor: pointer;
}
.ClassPTab1:hover
{
background-image: url("/store/images/detay_84-1.png");
}

.ClassPTab2
{
background-image: url("/store/images/detay_85-0.png");
width: 154px;
height: 36px;
cursor: pointer;
}
.ClassPTab2:hover
{
background-image: url("/store/images/detay_85-1.png");
}

.ClassPTab3
{
background-image: url("/store/images/detay_86-0.png");
width: 167px;
height: 36px;
cursor: pointer;
}
.ClassPTab3:hover
{
background-image: url("/store/images/detay_86-1.png");
}


.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab
{
	color: #003471;
/*	background-color: #fff;
	border: 1px solid #CCC;
	font-family: 'Trebuchet MS', Tahoma;
	font-size: 11px;
	cursor: pointer;
  	font-weight: bold;
  	text-align: right;
  	height: 32px;
	text-decoration: none;*/
/*	background-image: url(/skins/shared/images/tab_bg.gif);*/
}



.DefaultTab span {
color:#0355a1;
text-decoration:none;
padding: 0 7px 0 1px;
}

.DefaultTabHover 
{
  color:#888888; 
  background-color: #eef0c9;
  background-image: url(/skins/shared/images/tabover_bg.gif);
  border: 1px solid #d3e4f0;
  font-family: Tahoma; 
  font-size: 11px;
	text-decoration: none;

  cursor:pointer;
}

.SelectedTabItems
{
	color: #0e0e0e;
	background-color: #e80c00;
	font-family: Tahoma;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
background-image: url(/skins/shared/images/selected_tab_bg.gif);
text-decoration: none;
}

.SelectedTabItems a 
{
	text-decoration: none;
}
.SelectedTabItems span {
color:#FFF;
text-decoration:none;
padding: 0 7px 0 1px;
}


.MultiPage
{
  border: 1px solid #dadada;
  background: #fff url(/skins/shared/images/STabBg.gif) left bottom repeat-x;
  width:100%;
  position:relative;
  padding:25px 20px 40px 20px;
  top:-1px;
  left:0px;
  z-index:98;
}


