/*
<!---
// ------------------------------------------------------------------------------
// CLASS:
// DS2.includes.css.site.css
//
// COPYRIGHT:
// Copyright (c) 2008 Dealerskins, Inc. All Rights Reserved.
//
// REVISION HISTORY:
//
// ******************************************************************************
// User: ADM 10/20/2008
// Initial creation
// ******************************************************************************
// ------------------------------------------------------------------------------
 --->
*/



/*
	sitemap specific styles
*/

#sitemap {
	/* margin: 20px auto; */
	text-align: center;
}
	#sitemap #SMouter {
		width: 75%;
		margin: 0px auto;
		text-align: center;
	}
	#sitemap #SMinner {
		width: 100%;
		margin: 0px auto;
		text-align: left;
		padding: 10px;
	}
	#sitemap #SMinner div {
		float: left;
		text-align: left;
		padding: 2px;
	}
	#sitemap h1 {
		font-size: 1.4em;
		padding: 3px;
		margin: 0px;
	}
	#sitemap h2 {
		font-size: 1.2em;
		padding: 3px;
		margin: 0px;
	}
	#sitemap ul {
		margin-top: 2px;
		margin-bottom: 2px;
	}
		#sitemap li {
			margin-top: 2px;
			margin-bottom: 2px;
		}
		#sitemap .clearingElement {
			clear: both;
			width:100%;
			height: 1px;
			overflow: auto;
		}






/* /cfg/flash/ConfiguratorPrintSummary.cfm */
.cfgborder {
	border: 2px solid #666666;
}

.basiclargebold, .basicaccent {
	font-weight : bold;
}

.basicbutton {
	font-weight : bold;
	/*border:1px #000000 solid;*/
	height: 24px;
	padding: 1px;
	cursor: hand;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

.sitemap {
	padding: 4px;
	text-decoration: underline;
}

.printsmall {
	color: #000000;
}

/*
 *	Basic Message style definition
 *	for use with any basic message
 */
.basicMessage {
	margin:10px auto;
	text-align:left;
	padding: 5px;
}

/*
	Container for popup messages
*/
#PopoverAdvertisementDiv {
	visibility:hidden;
	position:absolute;
	filter:alpha(opacity=25);
	-moz-opacity:25%;
	z-index:0;
}