/* customer services box */

/* left content area - customer services */	
#special-requests {
	position:relative;
	width:228px;
	height:151px;
	border:1px solid #ee7612;
	background-color:#ffffff;
	margin:0 0 19px 0;	
}		
#special-requests h2{
	position:absolute;
	top:-10px;
	left:0;
	height:18px;
	width:228px;	
}
#special-requests h2 span.text-offset{
	margin:5px 0 0 0;
	display:block;
}
#special-requests h2 {
	position:absolute;
	height:16px;
	width:228px;
	text-decoration:none;
}
#special-requests h2 span.bkgd-image{
	position:absolute;
	height:18px;
	width:228px;
	background-image:url(/images/direct/includes/box-top-special-requests.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#special-requests ul{
	margin:15px 0 0 5px;
	list-style:none;
}
#special-requests ul li{
	margin:10px 0 0 0;
}
#special-requests ul li a{
	padding-left:15px;
	background: url(/images/direct/includes/bullet-grey.gif) no-repeat 0 50%;
	}
#special-requests ul li a:link, #special-requests ul li a:visited{
	text-decoration:none;
}
#special-requests ul li a:hover, #special-requests ul li a:active{
	text-decoration:underline;
}


