/* BRAVADO */
/* Section-Legal Stylesheet
--------------------------------------------------------------------------------- */

	
	div.legal {
	
	width: 610px;
	
	}
	
	#header h3,
	#header h5 {
	
	display: none;
	
	}
	
	#header ul.links {
	
	width: 284px;
	
	}
	
	
	/* Legal Content Styling */
	
	
	h2 {
	
	display: block;
	text-transform: uppercase;
	text-indent: 0;
	width: 100%;
		
	}
		
	h3 {
	
	text-transform: uppercase;
	padding: 20px 0 10px 0;
	clear: left;
		
	}

	h4 {
	
	color: #555;
	margin: 10px 0 10px 0;
				
	}
	
	h5 {
	
	text-indent: 0;
	width: 100%;
	margin: 1em 0;
	font-size: 1em;
	font-weight: bold;
	
	}

	#privacy ul,
	#terms ul {
	
	list-style-type: square !important;
	margin-left: 20px;
		
	}
	
	#privacy ol,
	#terms ol {
	
	list-style-type: decimal !important;
	margin-left: 20px;
	
	}

	#privacy li,
	#terms li {
	
	margin: 10px 0 10px 0;
		
	}
	
	
/* Purchasing Terms
--------------------------------------------------------------------------------- */	

	
	#page-purchasing_terms h3 {
	
	padding: 0;
	
	}
	
	#purchasing_terms {
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	border: 2px solid #363636;
	clear: left;
	float: left;
	padding: 15px;
	width: 936px;
	
	}
	
	#purchasing_terms p.last {
	
	margin-bottom: 30px;
	
	}
	
	#purchasing_terms ul,
	#purchasing_terms ol {
	
	padding-left: 30px;
	margin: 20px 0;
	
	}
	
	#purchasing_terms ul {
	
	list-style-type: disc !important;
	
	}
		
	#purchasing_terms ol {
	
	list-style-type: decimal !important;
	
	}
	
	#purchasing_terms ul li {
	
	margin-bottom: 15px !important;
	
	}
	
	
