/* CSS Document */

body {
	background-color:#C0C0C0;
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	
}

.wrapper {
	width:765px;
	border:1px solid black;
	margin:10px auto;
	overflow: hidden;
}


.logout {
	text-align: right;
	font-size:8pt;
	color:white;
	position:absolute; top:28px; right: 17px;
}

.langSwitch	{
	position:absolute; top:-25px; right: 210px;
	}
	
.accountLink {
	font-size: 8pt;
	color:white;
}

a.accountLink:hover {
	color:#cccccc;
	text-decoration:none;
}

.dotLink {
	color:#2F2F2F;
	font-size:7pt;
	text-decoration: none;
	background-image:url(../images/dotLink.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	display:block;
}

a.dotLink:hover {
	color:#888888;
	background-image:url(../images/dotLink-over.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	text-decoration: underline;
}
/* --------- Begin Header Styles -------- */


.header {
	padding:0;
	border:none;
	width:765px;
	position:relative;
	margin:0;
}

.headerLinkPosition {
	position:absolute; top:18px; right:270px;
	font-size:7pt;
	color:white;
	position:absolute; top:10px; right:15px;
}

.headerLinks {
	color:white;
	text-decoration:none;
}

a.headerLinks:hover {
	color:#cccccc;
	text-decoration:none;
}

/* --------- End Header Styles ----------*/


/*---------- Flash Styles ------------ */

.flashmovie {
	padding:0;
	width:556px;
	height:222px;
	float:left;
	border-top:1px solid black;
}

/* -------- End Flash Styles ---------- */


/* ------Begin Phone Number and Shopping Cart Styles------ */

.phoneCart {
	padding:0;
	width: 209px;
	border-top:1px solid #000;
	margin:0px;
}

.cartInfo {
	padding-left:45px;
	font-size: 7pt;
	color:#2F2F2F;
	background-color:#DCDCDB;
	border-left:1px solid black;
	padding-bottom:6px;
}

.cartLink {
	color:#2F2F2F;
	font-size:7pt;
	text-decoration:underline;
	font-weight:bold;
}

a.cartLink:hover {
	color:#999999;
	text-decoration:none;
}

.logout {
	font-size:7pt;
	color:white;
	position:absolute; top:28px; right:17px;
}

.logoutLink {
	color:white;
	text-decoration: underline;
}

a.logoutLink:hover {
	color:#dddddd;
}

/* -----End Phone Number and Shopping Cart Styles------ */



/* ------Begin Market Guide Styles------ */

.marketGuide {
	padding:0;
	width:209px;
}
	
.marketInfo {
	padding-top:3px;
	padding-left:35px;
	font-size: 7pt;
	color:#2F2F2F;
	background-color:#DCDCDB;
	border-left:1px solid black;
	padding-bottom:8px;
}

.moreInfo {
	padding:0;
	width:209px;
}
	
.moreInfo_text {
	padding-top:3px;
	padding-left:35px;
	padding-right:35px;
	font-size: 7pt;
	color:#2F2F2F;
	background-color:#DCDCDB;
	border-left:1px solid #000;
	padding-bottom:8px;
}



/* ------End Market Guide Styles------ */



/* ------Begin Sales, Testimonials, & Custom Parts Styles------ */

.SalesTestCustom {
	padding:0px;
	margin: 0px;
	width:765px;
	clear:both;
	overflow:hidden;
	background-image:url(../images/specialsBG.gif);
	background-repeat:repeat-y;
}

.specialsInfo {
	float:left;
	width:273px;
	font-size:8pt;
	line-height:18px;
	letter-spacing:1px;
	overflow:hidden;
}

.testimonialsInfo {
	float:left;
	width:282px;
	font-size:8pt;
	line-height:18px;
	letter-spacing:1px;
	overflow:hidden;
}

.customInfo {
	font-size: 7pt;
	color:#2F2F2F;
	width:209px;
	background-color:#A9ADB8;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}


* html .customInfo	{
	border-left:none;
	}

.copy {
	padding-left:29px;
}


.dotList {
	list-style: url(../images/dots.gif);
	margin-top: 5px;
}

.dotList li {
	margin-bottom: 10px;	
}

.linebreak {
	padding-left:12px;
}

.linebreak2 {
	padding-left:13px;
}

.more {
	color:#D67E21;
}

a.more:hover {
	color:#999999;
	text-decoration: none;
}



.customInfo2 {
	background-color:#A8AEB7;
}


.customCopy {
	color:#2F2F2F;
	font-size:7pt;
	padding-left:35px;
	overflow:auto;
	background-color:#A8AEB7;
	
}

.customAddlCopy {
	color:#2F2F2F;
	font-size:7pt;
	padding-left:35px;
	overflow: hidden;
	background-color:#A8AEB7;
	clear:left;
}

.dotLink_custom {
	color:#2F2F2F;
	font-size:7pt;
	overflow:auto;
	text-decoration:underline;
	background-image:url(../images/dotLink.gif);
	background-repeat:no-repeat;
	padding-left:13px;
}

a.dotLink_custom {
	text-decoration: none;
}

a.dotLink_custom:hover {
	color:#777777;
	background-image:url(../images/dotLink-over.gif);
	background-repeat:no-repeat;
	padding-left:13px;

}

/* ------End Sales, Testimonials, and Custom Parts Styles------ */

/* ------ Search Form --------- */

.searchContainer	{
	width:208px;
	background:url(../images/search_header.jpg) top no-repeat;
	padding-top:20px;
	}

.searchForm{
	padding:5px;
	}

	.searchForm .formField {
		margin-top:2px;
		width: 90%;
		border: 1px solid black;
		background-color: #f5f5f5;
		padding: 2px;
		}
	
	.searchForm .submit	{
		margin:5px 0px 0px 0px;
		}

.search_type	{
	width:90%;
	font-size:10px;
	margin-top:2px;
	}




/* ------Begin Body Copy Styles------- */

.bodyCopy {
	font-size:10pt;
	color:#2F2F2F;
	line-height:17px;
	padding-top:15px;
	padding-left:40px;
	border-right:1px solid black;
	border-top:1px solid black;
	width:516px;
	float:left;
	background-color:#F2F5F6;
	overflow:auto;
}

* html .bodyCopy	{
	width:515px;
	}

.text {
	display:block;
	padding-right:41px;
	width:473px;
	padding-bottom:15px

}

.intro {
	color:#858D99;
	font-size:11pt;
	font-weight:bolder;
}


.leftWrap	{
	float:left;
	width:515px;
	
	}
	
.rightWrap	{
	float:right;
	width:209px;
	}

/* ------ End Body Copy Styles ------- */


/* ------ Begin ISO box styles -------- */

.ISOwrapper {
	padding:0;
	overflow:hidden;
	width:208px;
	
}

.ISO {
	margin:0;
	width: 208px;
	padding-top:0px;
}

.isoImage {
	padding-left:25px;
	padding-top:10px;
	overflow:hidden;
	
}


/* ------ End ISO box styles ------- */

/* ------ Begin Lower Nav styles ------ */

.bottomNav {
	padding-top:7px;
	width:765px;
	background-color:#D1D2D2;
	border-top:1px solid #000;
	text-align:center;
	font-size:7pt;
	clear:both;
}

.btmNavLinks {
	color:#2F2F2F;
	text-decoration:none;
	font-size:7pt;
	
}

a.btmNavLinks:hover {
	color:#888888;
}

/*---------- End Lower Nav Styles ------------ */

/* ---------- Language Select -----------------*/

.langSelect	{font-size:10px;width:75px;margin:5px 0px 5px 0px;border:1px solid black;background-color: ##e3e3e3;}
	
/* ------  Print Styles ------------ */

.printHeader {
	padding:0;
	border:none;
	display:none;
}

.footerPrint {
	padding:0;
	border:none;
	display:none;
}