/* The customer service page
 ---------------------------------------------------- */	
.CustomerService	{
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#f3f3e2;	
	margin:30px 0 0 0;
	width:680px;
	}
		
.CustomerService td	{
	padding:5px 5px 10px 15px;
	}
	
.CustomerService a	{
	color: #0099FF;
	text-decoration:none;
	font-weight:bold;
	}
.list, .List {
	list-style-image:url(img/bullet.gif);
}	
.
.CustomerService th	{
	padding:7px 30px 0 15px;
	color:#000;
	text-align:left;
	font-weight:normal;
	line-height:140%;
	}	
	
*html .CustomerService th {
	padding:7px 30px 10px 15px;
	}	
	
*+html .CustomerService th {
	padding:7px 30px 10px 15px;
	}			
	
.CustomerService img	{
	margin:5px 0 0 30px;
	}	
	
.List, .list	{
	margin-left:-23px;
	} 

.CustomerserviceTable {
	margin:40px 0 0 15px; 
	width:640px;
}

.CustomerserviceTable a:link, .CustomerserviceTable a:visited {
	text-decoration:underline;
	}

.CustomerserviceTable td {
	padding:5px 5px 5px 0;
	vertical-align:top;
}

.CustomerserviceTable th {
	padding:5px 5px 8px 0;
	text-align:left;
	font-weight:normal;
	width:50%;
	vertical-align:bottom;
}

h1	{
	margin:6px 0 0 0;
	}
	
h4	{
	margin:0px 0 0 0;
	}

