/* `Tabbed Links
----------------------------------------------------------------------------------------------------*/
.tabs {
	overflow: hidden;
	padding:0;
	margin:0;
}

.tabs li,
.tabs a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.tabs li {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 1px 1px 0;
	text-align: center;
	/*width: 120px;*/
}

.tab-yellow {
	background-image:url(_common/t-yellow.gif);
	border: 1px solid #eee;
	border-bottom-width: 0;
	color:#300!important;
	display: block;
	padding:5px 10px;
	text-decoration: none;	
}
.tab-yellow:hover {
		background-image:url(_common/t-yellow-hover.gif);
		color:#FFF;
}

.tab-orange {
	background-image:url(_common/t-orange.gif);
	border: 1px solid #eee;
	border-bottom-width: 0;
	color:#300!important;
	display: block;
	padding:5px 10px;
	text-decoration: none;
}

.tab-orange:hover {
	background-image:url(_common/t-orange-hover.gif);
}

.tab-blue {
	background-image:url(_common/t-blue.gif);
	border: 1px solid #eee;
	border-bottom-width: 0;
	color:#300!important;
	display: block;
	padding:5px 10px;
	text-decoration: none;
}

.tab-blue:hover {
	background-image:url(_common/t-blue-hover.gif);
}

/*.tabs a {
	border: 1px solid #eee;
	border-bottom-width: 0;
	color: #999;
	display: block;
	padding:5px 10px;
	text-decoration: none;
}
*/
.tabs a.current {
	background: #fff url(../_common/gradient.gif) repeat-x;
	color: #000;
}

/*.tabs a:hover {
	background: #666;
	border-color: #666;
	color: #fff;
}*/

/* For IE6. */
* html .tabs a {
	height: 1%;
}

/* `Content Area
----------------------------------------------------------------------------------------------------*/

.tab_content_wrap {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
/*	margin: 0 0 20px;
	padding: 10px 20px 5px;*/
	width: 690px;
}

.tab_content h1 {
padding: 10px 5px 0 20px;
}

.tab_content p {
padding: 10px 20px 5px;
}
	


