@charset "UTF-8";
/* CSS Document */

/* =TAB BOX
-------------------- */
#tabwrap {
		
}
	* {	margin: 0; padding: 0;}
	
	.tabbed-box p { 	font-size: 1.2em;
	margin: 1em 0;
	color: #fff; }
	
	.tabbed-box {

	font-size: 11px;
	width: 264px;
	/*border: 1px solid #f5f3e1;*/
	margin: 0;
	padding: 0;
	background-color: #1a5772;
	/*background-image: url(../_images/tabbed-tab-bg_active.gif);
	background-repeat: repeat-x;*/
}
	.tabbed-box .tabs li {
		list-style: none;
		float: left; }
	.tabbed-box .tabs li a {
		display: block;
		width: 65px;
		padding: 5px 0;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #666;
		background: #cfbe4b url(tabbed-tab-bg.gif) repeat-x bottom; 
		border-left: 1px solid #f5f3e1;
		}
	.tabbed-box .tabs li:first-child a {
		border-left: none; }
	.tabbed-box .tabs li a:hover {
		color: #1a5772; }
	.tabbed-box .tabs li a:focus {
		outline: none; }
	.tabbed-box .tabs li a.active {
		background: #1a5772;
		color: #fff;
		border-bottom: 1px solid #1a5772; }
	.tabbed-content {
		padding: 3em 1em 1em 1em;
		display: none; }

.tabbed-content a:link {color: #ffffff !important;
border-bottom: none !important;}  
.tabbed-content a:hover { color: #cfbe4b;} 


