/**
 * handbags.css
 * Targetted styling for the handbags section
 * @author Tony Collings
 * @version 1.0, Feb 2010
 *
 */


/*	HTML OVERRIDES
	------------------------------------------------------------- */
 
/*	MODIFIERS
	------------------------------------------------------------- */
	body#handbags #content {padding: 10px; padding-top: 40px; }
	body#handbags #header {margin-top: 20px; margin-bottom: 0px; height: 106px; }
	div#page-title {margin-left: 8px; width: 544px; float: left; margin-top: 58px;  }
	body#handbags div#trinaLogo {height: 86px; width: 82px; float: right; clear: none; margin-right: 10px;  }
	
	body#handbags #footer {color: #907e50; }
	body#handbags #footer a {color: #907e50; text-decoration: none;  }
	body#handbags #footer a:hover {color: #907e50; text-decoration: underline; }
	#smallPrint ul {color: #907e50; }
	#smallPrint ul li {border-right: 1px solid #907e50; }
	span.signup {color: #907e50;}
	
	div.handbag-image-wrapper {text-align: center; margin-bottom: 20px; }

	

/*	LAYOUT
	------------------------------------------------------------- */
	div#product-navigation {clear: both; }
	div#prev-product {float: left; margin-left: 40px; }
	div#next-product {float: right; margin-right: 40px; }
	
	
	input#submit-button {border: 1px solid #83735c ; color: #453a24; background-color: #cbbbae;   }
	input#email-address {color: #453a24; border: 1px solid #cbbbae ; } /* 14px.height + 10px.padding + (2x1 input.borders) = 26px */

		

