/*  CSS for support module
 *  SR - 10/28/2008
 * 
 */
 
 .support {
 }
 
 /* Warranty */
 
ul.warranty {
	margin: 0 0 0 20px;
}

/* Links */

.support hr.links_head {
	margin-bottom: 0;
}

.support .links_list {
	background: #fff;
	border-bottom: 1px #e8e8e9 solid;
	cursor: pointer;
	float: left;
	padding: 10px 0;	
}

.support .links_list:hover {
	background: #f8f8f9;
	text-decoration: none;
}

.support .links_list img {
	border: solid 1px #c3c3c3;
	float: left;
}

.support .links_copy {
	float: left;
	margin: 0 5px 0 14px;
	width: 526px;
}

.support .links_copy h3 a {
	color: #47505A;
	font-size: 14px;
}

.support .links_copy h3 a:hover {
	color: #47505A;
	text-decoration: none;
}
	
.support .links_copy a {
	color: #47505A;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.support .links_list:hover .links_copy h3 a {
	color: #47505A;
}

.support .links_list:hover .links_copy a {
	color: #8A2537;
}

/* Terms and Conditions */

.terms_conditions {
}

.terms_conditions ul {
	margin-top: 15px;
}

.terms_conditions ul li {
	list-style: disc;
	margin-left: 25px;
}