@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,400italic);

body {
 background:#fff;
}

body, th, td, input, select, textarea {
 font-family: 'Arvo', serif;
 font-size:14px;
 color:#999;
}

a {font-weight:bold}

a:link {color:#999; text-decoration:none;}
a:visited {color:#999; text-decoration:none;}
a:hover {color:#b74300; text-decoration:none;}
a:active {color:#b74300; text-decoration:none;}

h1 {
 font-size:16px;
 font-weight:bold;
 margin:1em auto;
 padding:0;
 text-align:center;
}

.emailpop {
 background:#fff;
 width:80%;
 margin:20px auto 0 auto;
 padding:10px;
 border-top:1px solid #e6e3e2;
 border-bottom:1px solid #e6e3e2;
}

.message {
 text-align:center;
 padding:10px 0;
}

.ctr {text-align:center}
img {border:0}

.sm-button, .abutton, .cbutton, .billbutt, .wbutton, .ddfm .submit input {
 cursor:pointer;
 margin-top:5px;
 font-family: 'Josefin Sans', sans-serif;
 font-size:18px;
 font-weight:600;
 background:#fff;
 color:#b74300;
 text-transform:uppercase;
 -moz-box-shadow: 0 0 2px 2px #ccc;
 -webkit-box-shadow: 0 0 2px 2px #ccc;
 box-shadow: 0 0 2px 2px #ccc;
 padding:5px 10px;
 border:1px solid #ccc;
}

#emaillogo {
 text-align:center;
 margin:10px auto;
}


/* --- CART OVERRIDES --- */

.mainordertable, #giftcert {
 background:#fff;
 width:550px;
 margin:10px auto;
 padding:10px;
 border-top:1px solid #e6e3e2;
 border-bottom:1px solid #e6e3e2;
}
