/**
* eDirectory - Advertise Page
*
* @package			layout
* @filesource		advertise.css
* @author			Arca Solutions
* @copyright		Copyright (c) 2009, Arca Solutions Inc.
* @version			eDirectory 9.1
* @since			October, 10, 2011
*			
*/

/** Tab navigation */

.tabs
{ border-bottom:1px solid #E3E3E3; }

	.tabs li
	{ background:#EEE; border-top:2px solid #E6E6E6; }
	
		.tabs li a:link, .tabs li a:visited, .tabs li a:active
		{ color:#888; }
		
		.tabs li.active
		{ background:#3D6F88; border-top:2px solid #D4CCBF; }
		
			.tabs li.active a:link, .tabs li.active a:visited, .tabs li.active a:active
			{ color:#FFF; }

/** Level > misc */

	.level h2.level-name
	{ border-bottom-color:#648094; color:#081C2A; }
	
	.level .price
	{ color:#081C2A; }
	
/** Level > summary */
		
	.level-summary .summary .image img
	{ border:3px solid #D0D5D8; }

/** Level > detail */
	
	.level-detail .detail
	{ background:#FDFDFD; }
		
/** Level > detail > Deals differences */

.level-detail .deal .deal-tag .price
{ color:#FFF; }
		
/** Level > level preview */

.level-preview
{ background:#FFF; }
		
/** Level > level banner */

.level-banner
{ background:#F1F1F1; }
