/*  isTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
	width:580px;
	height:408px;
	margin:0;
	background-image: url(../images/tabs-background-img_03.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:#f0eee1;
}
.usual li {
	float:left;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.usual ul {
	margin:0 0 0 2px;
	padding:0;
}
.usual a {
	display:block;
	width:165px;
	height:23px;
	line-height:23px;
	overflow:hidden;
	text-decoration:none!important;
	text-align:center;
	color:#fff;
	font-weight: bold;
	background-image: url("../images/tab-no-active_07.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.usual ul a.selected {
	color:#a92323;
	background-image:url("../images/tab-active_03.png");
	cursor:default;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.usual div {
	margin:0;
	padding:0;
	width:580px;
	height:210px;
	clear:left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	top:-1px;
}
#tab1 p {
	margin:0;
	margin-top:24px;
	line-height: 24px;
}
#tab1 a {
	background:none;
	font-size: 12px;
	color: #990000;
	display:inline;
}
#tab2 a {
	background:none;
	font-size: 12px;
	color: #990000;
	display:inline;
}

#tab3 a {
	background:none;
	font-size: 12px;
	color: #990000;
	display:inline;
}

#tab1 em {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
#tab2 em {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
#tab3 em {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

#tab2 table {

	background-repeat: no-repeat;
	background-position: 5px 0px;
}

#tab2 p {
	margin:0;
	margin-top:24px;
	line-height: 24px;
}

#tab3 table {
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

#tab3 p {
	margin:0;
	margin-top:24px;
	line-height: 24px;
}