/* ---------------------------------------------------------------------------------
   
   Domani Shoes - Master Stylesheet 
   Author: Feris Technologies
   Website: www.feris.com.au 

--------------------------------------------------------------------------------- */

#products { float: left; width: 100%; }
#products h1 span, #productDetail h1 span { text-transform: none; }
#products h2 { font-size: 0.9em; font-family: arial, helvetica, sans-serif; margin: 0; }
#products h2 a { color: #3d3d3d; text-decoration: none; }
#products h2 a:hover { text-decoration: underline; }
#products a img, #productImgs a img { border: solid 2px #fff; float: left; margin: 0 0 2px 0; }
#products a img:hover, #productImgs a img:hover { border: solid 2px #ddd4c6; }

#products ul { margin: 0; padding: 0; width: 100%; }
#products ul li { background: none; float: left; width: 138px; padding: 10px 37px 0 0; margin: 0; }

#products p { margin: 0; line-height: 1.1em; }
#products .noRightPad { padding-right: 0px; }

#pages { float: right; padding-top: 58px; font-size: 0.9em; }
#pages { color: #979083; font-weight: bold; }
#pages a { color: #3d3d3d; font-weight: normal; text-decoration: none; }
#pages a:hover { text-decoration: underline; color: #b9030f; }

#shoeName { font-size: 1.8em; margin: 0; }
#price { text-transform: uppercase; }
#productImgs { width: 100%; float: left; }
#productImgs ul { margin: 20px 0 0 0; padding: 0; float: right; width: 300px; }
#productImgs ul li { background: none; padding: 0; float: left; padding-left: 10px; }
#large { float: left; }