/*CSS mobi: dk*/
html, body {
	overflow-x: hidden;
}
body {
	margin: 0; padding: 0;
	background: #fff;
}
#header, #content {
	position:relative;
	margin: 0 8px;
	font-size:11px;
}
#swoosh {
	position: relative;
	width: 100%; height: 48px;
}

/*Header*/

#header {
	color: #fff;
	padding: 12px 0;
}

/*Content*/

#content { font: normal 13px/16px arial,verdana; }

h2 { line-height: 26px; }

h3 {
	margin: 10px 0;
	line-height: 20px;
}

li { line-height: 16px; }

p {
	margin: 0;
	padding: 5px 0;
	color:#222;
}

a { color:#038e8c; }

a { text-decoration: none; }

div.buttons a {
	display: block;
	height: 33px;
}

div.list {
	margin: 15px 0;
	border-top: 1px solid #d7e0db;
	color: #038e8c; 
}
	div.list p {
		padding: 5px 0 5px 5px;
		border-bottom: 1px solid #d7e0db;
	}
	
/* Product Finder */	

div#productFinder { padding: 10px 0 0 0; }

	#productFinder p { overflow: hidden; }
	
	#productFinder input {
		display: block;
		margin: 5px 0; padding: 0;
		border: 1px solid #ccc;
	}
	#productFinder input.radio { 
		float: left; clear: left;
		margin: 2px 4px 0 0;
		width: 13px; height: 13px;
		border: none;
	}
	#productFinder span,
	#productFinder label {
		float: left;
	}
	#productFinder input.zip {
		-wap-input-format: "*N"
	}
	#productFinder input.submit { 
		clear: both;
		padding: 3px;
	}

/* End Product Finder */

/* Product Finder Results */

#productResults ul {
	list-style: none;
	padding: 6px 0 0 0;
}
#productResults li {
	padding: 6px 0 12px 0;
}
	#productResults li strong, #productResults li a { font-size: 13.5px; }

div.bottomNav {
	width: 100%;
	padding: 12px 0;
}
	div.bottomNav a {
		display: block;
		font: bold 14px/18px arial,verdana;
	}
	
/*Footer*/
#footer {
    clear: both;
	padding: 0 12px 2px 12px;
	background-color: #000;
}
	#footer .right { padding: 0 0 0 212px; }
