/* colorsong Spring/Summer 2011 Styles basic colors are: Coffee Liqueur: #6F5744 (standard text) Coffee Liqueur: #6F5744 (menu text) Phlox: #6C2B70 (text) */ body { background-color: #FFF; color: #6F5744; } #headercontainer, #messagecontainer, #bodycontainer, #footercontainer { margin: 0 auto; float: none; width: 960px; } #menucontainer { width: 210px; } #contentcontainer { width: 710px; } #logo { background-image: url(/logos/FW11-Logo.gif); background-repeat: no-repeat; margin-left: 0px; } a { text-decoration: underline; color: #6C2B70; } a:hover { text-decoration: underline; color: #6C2B70; } .menu { border: 0px solid Red; /* margin-left: 10%; */ margin-bottom: 0.3em; padding: 0px 0px 0px 0px; white-space: nowrap; font-weight: bold; color: #6F5744; } .menu a { border: 0px solid Blue; text-decoration: none; color: #6F5744; } .menu a:hover { text-decoration: underline; color: #6C2B70; } .menufocus { /* margin-left: 10%; */ margin-bottom: 0.3em; padding: 0px 0px 0px 0px; white-space: nowrap; font-weight: bold; color: #6C2B70; } .menufocus a { border: 0px solid Red; text-decoration: none; color: #6C2B70; } #menucontainer #upsellarea { border: 0px solid Red; /* margin-left: 10%; */ padding: 10px 0px 10px 0px; } #upsellarea p { line-height: 1.3em; margin: 1.0em 0em 1.0em 0em; } div.horizontalrule { width:100%; height: 9px; margin: 0px 0px 1.0em 0px; background-color: #FFF; border: 0px 0px 1px 0px; border-bottom: 1px solid #6F5744; font-size: 4px; } div.horizontalrule span { white-space: nowrap; background-color: #FFF; float: right; text-align: right; width: 60px; height: 9px; margin: 0px 0px 0px 20px; padding: 0px 0px 0px 0px; background-image: url(/logos/FW11-Box.gif); } #contentcontainer > div.topic >span { height: 13px; } img { margin-top: 0.4em; } #icons img { padding: 2px 2px 2px 2px; border-style: solid; border-width: 1px 1px 1px 1px; } #logo { margin-top: 0px; } #largeImageDiv { display: block; border: 2px solid #6F5744; height: 250px; width: 454px; } #productDiv{ border: 0px solid Blue; float: right; width: 460px; margin-left: 40px; margin-top: 0px; } #specsDiv { width:200px; float:left; } #blurbDiv { width: 460px; float: right; margin-top: 1.43em; } .booktitle { font-weight: bold; } .price { font-weight: bold; color: #6C2B70 } .orderbutton { border: 1px solid #6C2B70; background-color: #FFF; color: #6C2B70; font-weight: bold; width: 6em; } .orderbuttonOS { border: 1px solid #5ECCB6; background-color: #FFF; color: Red; font-weight: bold; width: 6em; } h3 { color: #6C2B70; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: bold; letter-spacing: 1px; } h4 { color: #6C2B70; } cite { color: #6F5744; } #closewindow { float: right; margin: 4px 20px 0 0; font-size: 0.8em; } #colorway { float: left; margin: 4px 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: bold; letter-spacing: 1px; } #colorname{ float: left; margin: 0px 0 0 0px; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: bold; letter-spacing: 1px; } #coloroptionscontainer{ visibility: hidden; display: none; } #yarnQuantity { width: 20px; } .searchTermsBox, .zoom_searchbox { border: 1px solid #6C2B70; } .searchButton, .zoom_button { border: 1px solid #6C2B70; background-color: #FFF; color: #6C2B70; } #searchcontainer form { margin-top: 10px; padding-bottom: 25px; } 
