<!-- 
/* BODY FONT AND SIZE */
body {
font-family: Century Gothic, Tahoma, sans-serif;
font-size: 12pt;
color: #000000;
margin-top:10px;
margin-bottom:10px;
background-color: #B0E2FF;
background-image: url('http://pinkdaisydesign.com/images/tlb/buttonbg.png');
background-repeat: repeat-x;
background-position: 0% 60%;
background-attachment: fixed;
}

/* ANCHOR STYLES */
a:link {color: #e92a46;
text-decoration: none
}     /* unvisited link */
a:visited {color: #e92a46;
text-decoration: none
}  /* visited link */
a:hover {color: #e92a46;
text-decoration: none
}   /* mouse over link */
a:active {color: #acdaf0;
text-decoration: none
}   /* selected link */

/* TABLE */
table {
empty-cells: show;
}  

td { 
font-family: Century Gothic, Tahoma, sans-serif;
font-size: 12pt; 
}

/* MAIN TABLE */
table.main {
border-spacing: 0px;
padding: 0px;
} 

/* TOP AND BOTTOM NAV BARS */
td.navbar {
color: #000000;
width: 680px;
height: 24px;
padding-bottom:2px;
background-color: #d1f2a5;
font-size: 10pt;
text-align: center;
}

td.navbar a:link {color: #000000}     /* unvisited link */
td.navbar a:visited {color: #000000}  /* visited link */
td.navbar a:hover {color: #f56991}   /* mouse over link */
td.navbar a:active {color: #f56991}   /* selected link */

/* table category list */
td.categorylist {
background-image: url(http://www.pinkdaisydesign.com/images/tlb/leftbg.gif);
background-repeat: repeat-y;
padding: 0px;
width: 251px;
text-align: left;
font-size: 12pt;
}

/* right border */
td.rightborder {
background-image: url(http://www.pinkdaisydesign.com/images/tlb/rightbg.gif);
background-repeat: repeat-y;
padding: 0px;
width: 25px;
}

/* category list text */
p.categories {
padding-left: 75px;
}

/* table with %content% tag */
#tablecontent {
width: 680px;
background-color: #ffffff;
text-align: left;
padding-right: 10px;
font-size: 10pt; 
}

/* PAGE LINK */
a.pagelinkcolor:link, a.pagelinkcolor:visited, a.pagelinkcolor:active { 
color: #000000; 
font-weight: normal; 
text-decoration: none; 
}

a.pagelinkcolor:hover { 
color: #f56991; 
font-weight: normal; 
text-decoration: none; 
}

a.sel_pagelinkcolor { 
color: #000000; 
font-weight: normal; 
text-decoration: none; 
}

a.sel_pagelinkcolor:hover { 
color: #f56991; 
font-weight: normal; 
text-decoration: none; 
}

/* H CATS */
a.hcatcolor:link, a.hcatcolor:visited, a.hcatcolor:active { 
color: #000000; 
font-weight: normal; 
text-decoration: none; 
}

a.hcatcolor:hover { 
color: #f56991; 
font-weight: normal; 
text-decoration: none; 
}

/* PRODUCT LINK */
.itemcolor { 
color: #000000; 
font-weight: normal; 
font-size: 8pt; 
}

a.itemcolor:hover { 
color: #000000; 
font-weight: normal; 
text-decoration: none;
font-size: 8pt; 
}

/*NAVBAR*/
td.navbar {
background-color: #FFFFFF;
height: 30px;
text-align: center;
vertical-align: center;
padding-bottom: 3px;
font-size: 10pt; 
}

/*FOOTER*/
td.footer {
background-image: url("http://www.pinkdaisydesign.com/images/tlb/bottom.png");
height: 79px;
text-align: center;
vertical-align: bottom;
padding-bottom: 3px;
font-size: 8pt; 
}

/* SEARCH BUTTONS AND LINKS */
.formbutton { 
color: #e92a46; 
background-color: #ffcad1; 
border: 1px solid #000000; 
}

// -->
