body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: small;
    text-align: center;
    background-color: #666;
    color: #333;
}
a {
    text-decoration: none;
    color: #336699;
}
a:hover {
    text-decoration: none;
    color: #990000;
}
hr {
    height: 1px;
    border: 1px dotted #ccc;
}


/* layout */

#wrap {
    /*position: relative;*/
    /*max-width: 1100px;*/
    max-width: 900px;
    min-width: 580px;
    margin: 0 auto;
    /*font-size: 98%;*/
    text-align: left;
    border: 5px solid #5882BC;
    background: url(../img/rightcol.gif) repeat-y 70% 0;
}
#content {
    float: left;
    width: 70%;
    /*font-size: 95%;*/
    font-size: 105%;
    color: #333;
    line-height: 1.5em;
}
#sidebar {
    float: right;
    width: 30%;
}
#footer {
    clear: both;
    background: #828377 url(../img/bg_footer.gif) repeat-x top left;
}

/* gutters */

#content .gutter {
    padding: 10px 25px 25px 25px;
}
#sidebar .gutter {
    padding: 15px;
}

/* header */

#header {
    border-bottom: 3px solid #87B825;
    background: url(../img/roycroft_header.jpg) no-repeat top left;
    height: 125px;
}
#header h1 {
    display: none;
}

/* message row */

#message {
    font-size: 100%;
    color: #cc9;
    background-color: #333;
    border-bottom: 3px solid #87B825;
}
#message a {
    color: #99ccff;
}
#qs {
    float: right;
    padding-top: 10px;
    color: #333;
    font-weight: bold;
    text-align: center;
    width: 30%;
}
#login {
    float: left;
    padding: 0;
    background-color: #333;
    width: 70%;
}
#login p {
    margin: 0;
    padding: 3px 0 4px 5px;
}
/* content */

#content h2 {
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: 140%;
    color: #663;
    font-weight: normal;
    line-height: 1.2em;
}
#content h1 {
    margin: 5px 0 5px 0;
    line-height: 1.1em;
}

dl.feature {
    margin: 0;
    padding: 15px;
}
dl.feature:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
dl.feature dt {
    margin: 0 0 .5em 0;
    font-family: Georgia, serif;
    font-size: 140%;
    color: #693;
}
dl.feature dt a {
    color: #669933;
}
dl.feature dt a:hover {
    color: #660000;
}
dl.feature dt img {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    border: 2px solid #333;
    width: 300px;
}
dl.feature dd {
    font-size: 90%;
    line-height: 1.5em;
    color: #666;
    margin: 0;
}
.featurehead h1 {
    color: #666;
    font-size: 170%;
    padding: 5px;
    background: #eee;
}
.clearfeature {
    clear: both;
    padding: 0 0 10px 15px;
    margin: 0;
}
.clearfeature strong {
    color: #669933;
}
.dline {
    border-bottom: 1px dotted #ccc;
}

/* sidebars */

#topnav {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.box {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-size: 110%;
    line-height: 1.5em;
    color: #666;
    background: #fff url(../img/box_bottom.gif) no-repeat bottom right;
}
.box h3 {
    margin: 0;
    padding: 10px 10px 0px 10px;
    font-family: Georgia, serif;
    font-size: 130%;
    font-weight: normal;
    color: #336699;
    background: url(../img/box_top.gif) no-repeat top left;
    cursor: pointer;
}
.box ul {
    margin: 0;
    padding: 0 12px;
}
.box ul li {
    margin: 0 0 0 12px;
    padding: 0 0 5px 18px;
    list-style: none;
    background: url(../img/bullet_flower.gif) no-repeat 0 3px;
    line-height: 1.2em;
}
.box h3 a {
    text-decoration: none;
}
.box h3 a:hover, .box h3:hover {
    color: #660000;
    text-decoration: none;
}
.box h4 {
    margin: 0;
    padding: 5px 0 5px 10px;
    color: #693;
}
.box p {
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 80%;
}


/* footer */

#footer p {
    margin: 0;
    padding: 15px;
    font-size: 85%;
    color: #333;
}
#footer a {
    color: #ddd;
}
#footer a:hover {
    color: #fff;
}

.tacenter {
    text-align: center;
}

/*form elements*/
select, input, textarea {
    border: 1px solid #ccc;
    font-size: 105%;
    background-color: #eee;
    color: #336699;
    padding: 4px;
}

/*browse page*/
.browsebox {
    border-top: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.browsebox h3 {
    margin: 0 0 10px 0;
}
.browsebox ul {
    margin: 0;
}

#alpha a {
    border: 1px solid #ccc;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
}
#alpha a:hover {
    border: 1px solid #666;
    color: #000;
}

#browse {
    width: 95%;
}
#browse .tright {
    text-align: right;
    padding-right: 5px;
    width: 30%;
}
#browse input {
    background-color: #333;
    color: #fff;
    font-weight: bold;
}


#browse td {
    padding: 5px;
}

#catalog table {
    width: 100%;
}
#catalog td {
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
}
#catalog p, #catalog h2, #catalog h3 {
    margin: 0;
    padding: 0;
}
#catalog h3 {
    font-size: 110%;
}
#catalog h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 120%;
}
#catalog h1 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 7px;
    margin-bottom: 3px;
}
#catalog input {
    width: 100px;
}
#catalog .next {
    text-align: right;
}
#catalog .mini {
    font-size: 90%;
    color: #666;
}
#catalog .introp p {
    margin: 10px 0;
}
.special {
    color: #660000;
    line-height: 1.2em;
}

#catalog .image {
    width: 20%;
}
#catalog .image img {
    width: 160px;
    height: 106px;
    border: 2px solid #336699;
}
#catalog .name {
    width: 45%;
}
#catalog .info {
    width: 35%;
    font-size: 90%;
}

#cultivar img {
    width: 97%;
    border: 4px solid #336699;
}
#cultivar h2 {
    font-size: 200%;
    margin: 0 0 5px 0;
}
#cultivar p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 110%;
}
#cultivar td, .otheritems td {
    width: 50%;
    vertical-align: top;
    padding: 5px;
}
#cultivar ul {
    margin: 0 0 0 15px;
    padding: 0;
}
#cultivar h3, .otheritems h3 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #663;
}
.cartitem select {
    margin-right: 20px;
}
.cartitem .qty {
    width: 30px;
}
.cartitem .submit {
    margin-top: 10px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
}
.disc {
    font-size: 90%;
    color: #660000;
    font-weight: bold;
}
.otheritems td {
    padding-bottom: 30px;
}

.seedlings {
    border-top: 4px solid #ccc;
    margin-top: 10px;
}
.seedlings img {
    width: 95%;
    border: 4px solid #333;
    margin: 10px 0;
}


/*reset for thickbox css*/
#climate h1, #climate p {
    margin: 10px 0 10px 0;
}
#climate ul {
    margin-left: 30px;
    width: 70%;
}
#climate li {
    font-size: 120%;
    margin-bottom: 2px;
    padding: 2px 0 2px 5px;
}
#climate li strong {
    color: #990000;
}
#climate h3 {
    margin: 30px 0 0 0;
    background-color: #eee;
    padding: 2px 0 2px 2px;
}
.cen {
    text-align: center;
    margin-bottom: 10px;
}
#climate .cen img {
    border: 1px solid #666;
}

#shipinfo table {
    width: 95%;
    background: #ccc;
    margin-top: 10px;
    font-size: 120%;
}
#shipinfo th {
    background: #666;
    color: #fff;
    padding: 5px;
}
#shipinfo td {
    font-weight: bold;
    padding: 5px;
}
.cen {
    text-align: center;
}

.imgleft {
    float: left;
    margin: 5px 5px 5px 0;
}
.imgright {
    float: right;
    margin: 5px 0 5px 5px;
}
.bigmap {
    border: 10px solid #666;
    margin-top: 10px;
}
.bigtop {
    margin-top: 25px;
}
.specsort {
    font-weight: bold;
    color: #990000;
}

.ac_results {
    padding: 0 5px 0 0;
    border: 1px solid #999;
    background: #eee;
    margin: 0;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 3px;
    margin: 0;
    text-align: left;
}
.ac_results iframe {
    display: none;
}
.ac_results li {
    margin: 0px;
    padding: 2px;
    cursor: pointer;
    display: block;
    font-size: 95%;
}
.ac_over {
    background-color: #336699;
    color: #fff;
}
.ac_loading {
	background: #ccc url(../img/ac_indicator.gif) right center no-repeat;
}

.error, .success {
    font-weight: bold;
    border: 4px solid #5882BC;
    width: 96%;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 130%;
    color: #000;
}
.error {
    background: #cc6666;
}
.error a, .success a {
    color: #003366;
}
.error p, .success p {
    margin: 0;
    padding: 0;
}
.error strong, .success strong {
    color: #fff;
}
.success {
    background: #87B825;
}
.checkouthead {
    font-size: 150%;
    margin: 10px 0;
    font-weight: bold;
    background: #333;
    color: #fff;
    padding: 5px;
    border: 1px solid #000;
}
#showall {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}
#showall form {
    margin: 0;
    padding: 0;
}
#showall input {
    border: 0;
    background: #fff;
    width: 130px;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: left;

}
#showall input:hover {
    cursor: pointer;
    color: #660000;
}
input[type=radio] {
    background: transparent;
    border: 0;
}
.aline {
    border-top: 1px dotted #ccc;
}
.intro {
    background: #6699cc;
    color: #fff;
    padding: 2px;
}
#gallery {
    width: 100%;
    margin-top: 15px;
}
#gallery td {
    vertical-align: top;
    width: 50%;
    text-align: center;
}
#gallery img {
    border: 2px solid #336699;
    width: 200px;
}
#gallery .cap {
    width: 200px;
    margin: 2px auto 20px auto;
}
#gallery p {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 90%;
    text-align: left;
}
.zonemap img {
    border: 0;
}
.debug {
    font-size: 150%;
    color: #000;
    text-align: left;
    margin: 10px;
    border: 4px solid #000;
    padding: 10px;
    background: #fff;
}

