/* theme.css contains styles that support different sizes of theme images */ @import url("all.css"); /* begin general styles for all themes */ body { padding: 0px; } form { margin: 0px; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; color: #339900; } a:active { text-decoration: none; } /* Generic text formatting used throughout the store ---------------------------- */ .actlarger { font-size: 13px; color: #000000; } .actsmaller{ font-size: 12px; color: #000000; } .actxxsmall { font-size: 12px; color: #000000; } .actxsmall { font-size: 11px; color: #000000; } .actsmall { font-size: 11px; color: #000000; } .actregular { font-size: 13px; color: #000000; } .actlarge{ font-size: 16px; color: #000000; } .actxlarge { font-size: 20px; color: #000000; } .actxxlarge { font-size: 20px; color: #000000; } .actwarningcolor { color: #cc0000; } .actrequiredcolor { color: #006666; } .actsearchhighlightcolor { color: #cc0000; } .actrequired { color: #333333; } .actwarning { font-size: 11px; color: #cc0000; } .actwelcome { font-size: 11px; color: #FFF; font-weight: bold; } .actlogotext { font-size: 11px; color: #D9090E; font-style: normal; font-weight: bold; text-align: center; } .actlogout { font-size: 11px; color: #006666; } #loginDetails{ float:left; padding-top:18px; padding-left:20px; width300px; display:inline; } /* cart and checkout layouts */ .chd { width: 670px; padding-top: 5px; padding-bottom: 5px; margin: 0 auto; } table.chd { width: 680px; padding: 0; margin: 0 auto; } table.chd th { background-color: #00889E; color: #fff; font-weight: bold; } table.chd td { background-color: none; color:#333333; } .chd-heading { width: 670px; /*margin: 10px auto;	*/ margin:20px 0 10px 0; color: #006666; font-size: 14px; padding: 5px; font-weight: bold; border-bottom: solid 1px #006666; /*background-image: url('gradient-heading.jpg');*/ /*background-color: #6c3;*/ } .faux-table { margin-top: 5px; } .faux-table div{ float: left; width: 130px; } /* news scroller */ #pscroller2{ width: 620px; height: 20px; } #pscroller2 a{ text-decoration: none; } #pscroller2 a:hover{ color: #339900; } .top{ text-align:right; padding:25px 0 25px 0; font-size:11px; } .intro h1.title{ margin:0; padding: 15px 0 20px 0; font-family: Trebuchet MS, Verdana, Arial; color: #006666; font-size: 18px; weight: bold; line-height: 140%; } .intro p{ margin:0; /*padding: 15px 0 20px 0; font-family: Trebuchet MS, Verdana, Arial; color: #006666; font-size: 18px; weight: bold;*/ line-height: 140%; padding-bottom:20px; }