#tabs-container {

	position: relative;
}

	#tabs-container h2 {
		
		color: #671c1c;
	    font-size: 16px;
	    font-weight: normal;
	    height: 25px;
	    padding: 0;
	    text-transform: uppercase;
		margin:0;
	}
	
	#tabs-container ul.buttons {
		
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: block;
		width: 590px;
		height:23px;
		background:url(../../../images/tabs/tab-menu-bg.png) repeat-x top left;
	}
	
		#tabs-container ul.buttons li.button {
			
			list-style: none;
			float: left;
			width: 118px;
			text-align: center;
			height:23px;
			padding:2px 0 0 0;
		}
		
		#tabs-container ul.buttons li.active {
		
			border-bottom: 1px #FFF solid;
			background:url(../../../images/tabs/tab-menu-active.png) repeat-x top left;
		}
		
		
			#tabs-container ul.buttons li.active a {
			
				color: #FFF!important;
				font-weight: bold;
			}
			
			#tabs-container ul.buttons li.button a {
				
				color: #00436F;
				text-decoration: none;
				text-align: center;
				margin: 2px 10px;
				width: 120px;
				font-size:11px;
			}
			
			#tabs-container ul.buttons li.button a:hover {
				text-decoration: underline;
			}
			
	#tabs-container div.tabs {
		
		border-top:none;
		position: relative;
		width: 598px;
	}
	
		#tabs-container div.tabs div {
			
			display: none;
			padding: 0px;
			min-height:200px;
		}
		
		#tabs-container div.active {
			
			display: block!important;
		}

/*------------  ITEMS LIST  -----------*/		

.items-list-header {
	
	display:block;
	color: #000000;
    font-size: 16px;
    font-weight: normal;
    height: 25px;
    padding: 16px 10px 10px;
    text-transform: uppercase;
}

.items-list-header-small {
	
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 0 10px;
}

ul#items-list {
	
	list-style-type:none;
	padding:10px 0 0 9px;
	width:700px;
}
	
	ul#items-list li.pink {
		background:#FAECDE;
	}

	ul#items-list li {
		
		list-style:none;
		display:block;
		padding:0 0 0 10px;
	}
	
		ul#items-list li a {
			
			color:#5E5852;
			line-height:20px;
			font-size:12px;
		}
		
		ul#items-list li a:hover {
			
			text-decoration:underline;
		}
/*------------  CLEARFIX  -----------*/

.clearfix:after {
    
    content: ".";   
    display: block; 
    clear: both;    
    visibility: hidden; 
    line-height: 0; 
    height: 0;
    
}

.clearfix {
    
    display: inline-block;
    
}

html[xmlns] .clearfix {
    
    display: block;
    
}

* html .clearfix {
    
    height: 1%;
    
}