
/* Edit CSS code below - store.css - Do not remove this line */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.75em;
font-style: normal;
font-weight: normal;
color: #333333;
background-image: url(images/design/background.gif);
background-repeat: repeat;
margin: 0px auto;
padding: 0px;
text-align: center;
background-attachment: fixed;
}

p, ul, table {
font-size: 100%;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 160%;
font-weight: bold;
}

h2 {
font-size: 140%;
}

h3 {
font-size: 120%;
}


img {
border: 0px;
}

hr {
height: 1px;
}

a {
color: #006600;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #FF0000;
text-decoration: underline;
}

.tablepix {
font-size: 90%;
margin: 0px auto;
padding: 0px;
width: 566px;
}
.tablepix td {
text-align: center;
vertical-align: top;
padding-bottom: 10px;
}


.smalltext {
font-size: 80%;
}

.checkouttext {
font-size: 140%;
font-weight: bold;
}

.notice {
border: 1px solid #FF0000;
background-color: #FFFFFF;
width: 140px;
margin-bottom: 16px;
}

.notice p {
font-size: 90%;
margin: 0px;
padding: 0px 3px 6px;
}

.message {
background-color: #FFFF00;
text-align: center;
margin: 0px 0px 20px;
}
.message h1 {
font-size: 120%;
font-weight: bold;
margin: 0px;
padding: 10px 10px 0px;
}
.message p {
margin: 0px;
padding: 10px;
}


.RosesTable {
font-size: 80%;
}

.RosesTableNo {
font-weight: bold;
color: #990000;
}


/* Toolbar */

#e_toolbar {
background-image: url(images/design/top-left-es.jpg);
background-repeat: no-repeat;
color: #FFFFFF;
}

#e_toolbar a {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

#e_toolbar a:hover {
color: #000000;
}

/* Basket */

#e_basket {
background-image: url(images/design/top-checkout.jpg);
background-repeat: no-repeat;
color: #FFFFFF;
font-size: 90%;
}

#e_basket table {
padding: 12px;
}

#e_basket a {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

#e_basket a:hover {
color: #FF0000;
}

/* Menu */

#e_menu {
vertical-align: top;
background-image: url('images/design/menu-background2.gif');
background-repeat: repeat-y;
}

#e_menu .departments {
background-image: url(images/design/menu-background1.gif);
background-repeat: repeat-y;
color: #FFFFFF;
font-size: 90%;
}

#e_menu .departments a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

#e_menu .departments a:hover {
color: #FF0000;
text-decoration: none;
}

#e_menu .departments hr {
width: 170px;
border-top: 1px solid #99AA66;
text-align: right;
}

/* Page */

#e_page {
font-size: 90%;
vertical-align: top;
text-align: left;
background-color: #fff;
padding: 10px;
}

#e_page a {
font-size: 140%;
font-weight: bold;
}

#e_page .normallinks a {
font-size: 100%;
font-weight: normal;
}

/* Checkout */

fieldset {
padding: 5px;
}


/* Footer */

#e_footer {
padding: 10px 4px;
border-top: 2px #FFAA01 solid;
text-align: center;
font-size: 90%;
background-color: #FFFFFF;
}

