/** General **/
.underline {
	text-decoration:underline;
}

/**	Sitemap **/
#sitemap div {
	float:left;
	display:inline;
	margin:0 6px 30px 0;
	width:152px;
}
#content #sitemap h3 {
	margin-bottom:4px;
	padding:0 0 4px;
	width:152px;
	background-color:transparent;
	border-bottom:1px solid #ccc;
}
#content #sitemap h3.home {
	border:none;
}
#content #sitemap h3 a {
	font-weight:bold;
}
#content #sitemap li ul li {
	padding-left:14px;
	background:url(http://brands.scene7.com/is/image/brands/bg_dash) 6px center no-repeat;
	font-size:1em;
}
	
/**	FAQ **/
ol#faq {
	margin:0 0 10px;
	padding:10px;
	background-color:#e6e6e6;
	list-style:decimal;
	list-style-position:inside;
}
ol#faq li a {
	text-decoration:underline;
	color:#333;
}
ol#faq li:hover, ol#faq li a:hover {
	color:#EE3224;
}
	
/**	Contact Us **/
#contact_us {
	padding-bottom:18px;
}
#contact_us h4 {
	margin-bottom:0.25em;
	font-weight:bold;
	font-size:1.2em;
}
#contact_us .phone_number {
	padding-right:10px;
	font-size:2em;
}
#contact_us .see_the_faqs a {
	float:right;
}
#contact_us label {
	float:left;
	width:120px;
}
#contact_us input,
#contact_us textarea {
	width:235px;
}
#contact_us select {
	width:145px;
}
#contact_us .submit_button {
	width:360px;
	text-align:right;
}
#contact_us .submit_button input {
	width:auto;
}
	
/** Store Finder **/
#storeFinder {
	width:785px;
	float:left;
}
#storeFinder label,
#storeFinder strong {
	font-weight:bold;
}
#storeFinder h3 {
 	clear:both;
	width:781px;
}
#storeFinder #storeList {
	width:320px;
	float:left;
	overflow:hidden;
}
#storeFinder #storeList h3 {
	clear:both;
	float:left;
	margin-top:9px;
	width:316px;
}
#storeFinder #storeList #storeForm {
	clear:both;
	float:left;
	width:320px;
}
#storeFinder #storeList #storeForm input {
	float:left;
	margin-top:1px;
	width:220px;
}
#storeFinder #storeList #storeForm button {
	float:right;
}
#storeFinder #storeList #storeResults {
	border:1px solid #CCC;
	clear:both;
	height:302px;
	font-size:1.2em;
	line-height:1.3;
	overflow:auto;
	padding:5px;
	width:308px;
}
#storeFinder #storeList #storeResults dl {
	padding:2px;
}
#storeFinder #storeList #storeResults dt {
	float:left;
	clear:both;
	width:280px;
}
#storeFinder #storeList #storeResults dl.even {
	background:#E6E6E6;/*#E8EFFE;*/
}
#storeFinder #storeList #storeResults dt strong {
	font-weight:bold;
	float:left;
	width:154px;
}
#storeFinder #storeList #storeResults dt a {
	font-weight:bold;
	float:left;
	text-decoration:underline;
	font-size:0.833em;
}
#storeFinder #storeList #storeResultsNav {
	background-color:#E6E6E6;
	font-size:1.2em;/*12px*/
	height:22px;
	line-height:22px;
	margin-top:9px;
	text-align:center;
}
#storeFinder #storeList #storeResultsNav a {
	height:22px;
	line-height:22px;
}
#storeFinder #storeMap {
	background-color:#CCC;
	float:right;
	height:410px;
	width:450px;
}