/* GLOBALS */
body {
margin: 0 auto;
background-color: #ffffff;
background-image: url(../_images/bgtile.gif);
background-repeat: repeat-y;
background-position: top center;
text-align: center;
}

body,td {
font-family: Georgia, Times New Roman, serif;
font-size: 12px;
color: #78634b;
}

a img {
border: none;
}

a {
color: #eb8384;
text-decoration: none;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #c22425;
font-weight: normal;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=70);   
-moz-opacity: .7;   
opacity: .7;
-khtml-opacity: .7; 
}


.tbltile td {
background-image: url(../_images/topdiv.gif);
background-repeat: repeat-x;
height: 75px;
}

.divvert {
width: 32px;
background-image: url(../_images/div_vert.gif);
background-repeat: repeat-y;
}

.menudiv {
width: 100%;
height: 6px;
margin: 6px 0px 0px 0px;
border-top: 1px dotted #f9bbca;
}

.spacer5 {
margin: 0px 0px 5px 0px;
}

.spacer8 {
margin: 0px 0px 8px 0px;
}

.spacer10 {
margin: 0px 0px 10px 0;
}

.spacer25 {
margin: 0px 0px 25px 0px;
}

.padit {
padding: 0px 25px 0px 25px;
position:relative;
}

.padit6 {
padding: 6px;
}

.divider {
width: 100%;
height: 15px;
border-top: 1px solid #f3cbd5;
margin: 15px auto 0px auto;
}

.divider2 {
display: block;
width: 100%;
height: 8px;
border-top: 1px solid #f3ecee;
margin: 8px auto 0px auto;
}

.divider3 {
width: 100%;
height: 25px;
border-top: 1px solid #f3cbd5;
margin: 25px auto 0px auto;
}

.title {
font-size: 17px;
color: #e97692;
}

.titleprod {
font-size: 15px;
font-weight: bold;
}

.title2 {
font-size: 13px;
font-weight: bold;
}

.title3 {
font-size: 14px;
color: #e97692;
font-weight: bold;
}

.smalltxt {
font-size: 11px;
}

.smalltxt2 {
font-size: 10px;
}

.centerit {
text-align: center;
}

.righttxt {
text-align: right;
}

.imgbrdr {
border: 1px solid #f3cbd5;
margin-bottom: 7px;
}

.imgbrdr2 {
border: 1px solid #f3cbd5;
}

.prodthumb {
float: left;
width: 150px;
text-align: center;
font-size: 11px;
line-height: 12px;
margin: 0 13px 20px 13px;
}

.imgprodbrdr {
border: 0px solid #f3cbd5;
margin-bottom: 4px;
}

.clearit {
clear: both;
}

.cartbullet {
margin: 0;
padding: 5px 0 0 25px;
list-style-type: square;
}

.cartbullet li {
font-size: 11px;
line-height: 11px;
margin: 0 0 5px 0;
padding: 0;
}

#footer {
text-align: center;
font-size: 10px;
line-height: 14px;
margin: 0 auto;
color: #d2375d;
}

a.foot {
color: #d2375d;
text-decoration: underline;
font-weight: normal;
}

a.foot:hover {
text-decoration: underline;
color: #e06d89;
font-weight: normal;
}

/* PRODUCT FORM STYLE */
form {
margin: 0;
padding: 0;
position:relative;
}

.txtbox {
border: 1px solid #f3cbd5; 
background-color: #ffffff;
font-size: 11px;
color: #583f23;
padding: 2px;
margin-bottom: 5px;
}

.prodtxtarea {
width: 235px;
height: 125px;
color: #78634b;
border: 1px solid #f3cbd5; 
padding: 3px;
}

.prodtxt {
width: 235px;
color: #78634b;
border: 1px solid #f3cbd5; 
padding: 3px;
}

.prodselect {
font-size: 10px;
width: 150px;
color: #78634b;
}

.opterror {
font-size: 11px;
color: #C40A11;
font-weight: bold;
}


.current li {
font-weight: bold;
}


/* CAT MENU */
ul.menu {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 165px;
}

ul.menu a {
text-decoration: none;
border: none;	
}

ul.menu li {
margin-bottom: 6px;
border-bottom: 1px dotted #f9bbca;
}

ul.menu li a {
 border: none;
}

ul.menu li a:hover {
  border: none;
}

ul.submenu {
list-style-type:none;
margin: 0;
padding: 0;
}

ul.submenu li {
padding: 3px 5px 3px 15px;
margin: 0;
border: none;
}

/* CART TABLE */
.carttable {
background-color: #f2d7de;
}

.cartheader td {
font-weight: bold;
background-color: #f9cfd9;
font-size: 13px;
padding: 8px;
color: #d2375d;
}

.cartbody td {
font-size: 12px;
padding: 5px;
background-color: #ffffff;
}

.cartqty {
width: 30px;
font-size: 11px;
color: #78634b;
border: 1px solid #f3cbd5; 
padding: 5px;
z-index: 400;
}


/* FORM TABLE */
.formtable {
background-color: #f4d4dc;
}

.formheader td {
font-weight: bold;
background-color: #f9cfd9;
font-size: 13px;
padding: 8px;
color: #d2375d;
}

.formheaderred td {
font-weight: bold;
background-color: #920e2d;
font-size: 13px;
padding: 8px;
color: #ffffff;
}

.formbody td {
font-size: 11px;
padding: 5px;
background-color: #ffffff;
}

.required {
font-weight: bold;
}

.error {
font-size: 11px;
color: #C40A11;
font-weight: bold;
}


/* FEATURED GOODIES */

.goodiebox {
float: left;
width: 265px;
margin: 0px 12px 15px 0px;
}

.pinkbox {
background-color: #fcdde4;
}

.imgbrdrbot {
border-bottom: 1px solid #f3cbd5;
}
