/* Guides Styles */

#heading_guides {
	background:#e3e2e2;
	height:64px;
	border-bottom:1px solid #8c8c8c;
	font-family: Arial, Verdana, Sans-Serif;
	margin:0px;
	padding:0px;
}
	#heading_guides h1{
		font-family: Arial, Verdana, Sans-Serif;
		font-size:34px;
		color:#8c8c8c;
		width:600px;
		font-weight:normal;
		float:left;
		margin:0px;
		padding:25px 0px 10px 25px;
	}

#guides_list {}

	#guides_list h2 {
		font-size:16px;
		font-weight:bold;
		color:#993333;
		margin:0px 15px 0px 0px;
		display:block;
		}
	#guides_list P {
		font-size:12px;
		margin:15px 10px 5px 0px;
		line-height:1.5em;
		}
		
	#guides_list .items {
		margin:0;
		padding:0;
		font-size:12px;
		font-weight:bold;
		color:#0066CC;
		list-style:none;
		}
		
	#guides_list table {
		background-color:#f4f4f4;
		border:1px solid #cccccc;
		}
	
	#guides_list th {
		text-align:left;
		background-color:#CCCCCC;
		height:35px;
		}
	#guides_list td {
		border-top:1px solid #333333;
		padding:5px 0px 5px 5px;
		}
	
	#guides_list .button {
		font-size:11px;
		color: #e8e8e8;
		background:url(images/guide_button.gif) repeat-x;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		display:inline-block;
		width:120px;
		margin:5px;
		text-align:center;
		padding:3px 0px 3px 0px;
		float:left;
		}
		
	#guides_list .button a:link{
		color: #e8e8e8;
		text-decoration:none;
		}
		
	#guides_list .button a:hover, #guides_list .button a:visited{
		color:#ffffff;
		text-decoration:none;
		}
