.TabbedPanels h1, .TabbedPanels h2, .TabbedPanels h3, .TabbedPanels h4 {color:#333;}
.TabbedPanels {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 1px 0px;
	font: bold 0.9em sans-serif;
	background: #D8313A url(images/submit_on.jpg);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#fff;
}

.TabbedPanelsTabHover {
	background: #ddd url(images/nav_bg.jpg);
}

.TabbedPanelsTabSelected {
	background: #ddd url(images/nav_bg.jpg);
	color: #fff;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #931111;
	border-right: solid 1px #ccc;
	background: #fff;
}

.TabbedPanelsContent {
	padding: 10px;
	color:#333;
}

.TabbedPanelsContent h3 {
	color:#333;
	font-weight:bold;
}
.TabbedPanelsContentVisible {
}

#tabbedpanelshp{

}
	
#tabbedpanelshp .TabbedPanelsContentGroup{
	clear: both;
	border-left: solid 1px #dbcaaf;
	border-bottom: solid 1px #dbcaaf;
	border-top:  solid 1px #dbcaaf;
	border-right:  solid 1px #dbcaaf;
	background: #fff url(images/tabbedpannel_bg.jpg) no-repeat top left;
	height: 320px;
	overflow:hidden;
}

#tabbedpanelshp .TabbedPanelsContent {
	padding: 10px;
	color:#333;
}

.listingdetail .TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #990033;
	border-right: solid 1px #ccc;
	background: #fff;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

#tabs {
float:left;
width:100%;
font-size:86%;
line-height:normal;
border-bottom: 2px solid #000;
margin-bottom: 10px;
}

#tabs ul {
margin:0;
padding:10px 10px 0 0;
list-style:none;
}

#tabs li {
float:left;
display:inline;
margin:0;
padding:0;
}

#tabs a {
float:left;
background:url("images/tab_left.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}

#tabs a span {
float:left;
display:block;
background:url("images/tab_right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#fff;
}

#tabs a.current {
color: #fff;
text-decoration:underline;
}

#tabs a.current span {
color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
color:#fff;
}

#tabs a:hover {
background-position:0% -42px;
}

#tabs a:hover span {
background-position:100% -42px;
}

#tabs li.itm_label {
padding-right: 10px;
}