/* ---------------------------------------------------------------------------------
   
   Quorum Services - Prices Stylesheet 
   Author: Pixel House
   Website: www.pixel-house.com.au 

--------------------------------------------------------------------------------- */


#mainInner .prices { margin: 0 0 30px 0; float: left; width: 100%; }
#mainInner .prices li { float: left; width: 100%; margin: 0; clear: both; border-bottom: solid 1px #ccc; padding: 6px 0px; text-indent: 0px; background: none; }
#mainInner .prices li:hover { background: #efefef; }
#mainInner .prices .left { width: 480px; display: block; float: left; }
#mainInner .prices .right { float: right; color: #ba2929; display: block; width: 150px; text-align: right; }
#mainInner .prices #first { font-size: 0.7em; color: #666; border-bottom: solid 3px #ccc; }
#mainInner .topLine { border-top: solid 3px #ccc; }
#mainInner .prices .right span { color: #666; font-size: 0.85em; float: right; clear: both; }
#mainInner .prices .light { color: #777777; font-size: 0.85em; }
#mainInner .prices .noBorder { border: none; }