/* InMotion Hosting Website v3.0 - Content Styles */
/* Developed by: Adam Duro */

/* ---------------------------------------------- */
/* --( Quotes Styles )-- */
/* ---------------------------------------------- */

#quotes #page_intro h1 {
	width: 352px;
	background: url(http://img01.inmotionhosting.com/_img/heading_page_quotes.gif) no-repeat;
}
/* Customer Quotes */
	#quotes #customer_quotes p.pagination {
		display: block;
		text-align: center;
	}
	#quotes #customer_quotes p.pagination a {
		margin: 0 10px;
	}
	#quotes #customer_quotes p.pagination a.current { /* Marks current page by removing hyperlink appearance */
		margin: 0 10px;
		text-decoration: none;
		color: #000000;
	}
	#quotes #customer_quotes p.pagination a.current:hover { /* Hides link on current page while mouse over */
		cursor: default;
	}
	#quotes #customer_quotes p.pagination a.previous {
		margin: 0;
		float: left;
	}
	#quotes #customer_quotes p.pagination a.previous_first { /* Hides Previous link for first page of quotes */
		margin: 0;
		float: left;
		visibility: hidden;
	}
	#quotes #customer_quotes p.pagination a.next {
		margin: 0;
		float: right;
	}
	#quotes #customer_quotes p.pagination a.next_last { /* Hides Next link for last page of quotes */
		margin: 0;
		float: right;
		visibility: hidden;
	}
	#quotes #customer_quotes dl {
		display: block;
		margin: 0;
		padding: 10px;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		background: #FFFFFF url(http://img01.inmotionhosting.com/_img/table_specs_bgWhite.gif) repeat-x top;
	}
	#quotes #customer_quotes dl.odd {
		background: #f0f0f0 url(http://img01.inmotionhosting.com/_img/table_specs_bgGray.gif) repeat-x top;
	}
	#quotes #customer_quotes dl.last {
		border-bottom: 1px solid #dcdcdc;
	}
	#quotes #customer_quotes dl dt {
		display: block;
		width: 20%;
		float: left;
	}
	#quotes #customer_quotes dl dd {
		display: block;
		width: 80%;
		float: right;
		padding: 0;
		margin: 0;
	}
	#quotes #customer_quotes dl dd p {
		margin-top: 0;
	}