<!-- 
/* BODY FONT AND SIZE */
body {
margin-top:10px;
margin-bottom:10px;
background-image: url("http://www.thekaryncollection.com/images/tkc-bg3.jpg");
}

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

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

/* SLIDESHOW TABLE */
td.slideshow {
width: 600px;
border-spacing: 0pt;
text-align: middle;
border: dashed #c30a1a 2px;
}

/* NAV BARS */
td.navbar {
border-spacing: 0pt;
color: #FFFFFF;
height: 34px;
padding-bottom: 2px;
background-color: #c30a1a;
font-size: 10pt;
text-align: right;
}

td.navbar a:link {color: #FFFFFF}     /* unvisited link */
td.navbar a:visited {color: #FFFFFF}  /* visited link */
td.navbar a:hover {color: #000000;
text-decoration: normal}   /* mouse over link */
td.navbar a:active {color: #000000}   /* selected link */

/* SEARCH BARS */
td.searchbar {
border-spacing: 0pt;
color: #FFFFFF;
height: 34px;
padding-bottom: 2px;
background-color: #c30a1a;
font-size: 10pt;
text-align: left;
}

/* table category list */
.categorylist {
padding: 10px 5px 10px 5px;
width: 200px;
text-align: left;
vertical-align: top;
border-right: #c30a1a 8px solid;
border-left: #c30a1a 8px solid;
background-color: #aeaeae;
}

/* table with %content% tag */
#tablecontent {
padding-top: 5px;
padding: 15px;
font-size: 8pt; 
vertical-align: top;
border-right: solid #c30a1a 8px;
background-color: #ffffff
}

/* BOLD FONT */
.boldtext { 
font-weight: bold; 
}

/* ACCENTED FONT */
.accent { 
font-style: italic; 
}

/* HIGHLIGHT TEXT */
.highlighttext { 
font-weight: bold; 
}

/* ACCENT TEXT */
.accenttext { 
font-weight: bold; 
}

/* HEADER FONT COLOR */
.header { 
font-weight : bold; 
text-align : center; 
}

/* CELL COLOR FOR ACCENTS */
.accentcell { 
background-color: ; 
}

/* TABLE BORDER FOR ACCENTS */
.accenttable { 
border: 1px solid ; 
border-collapse: collapse; 
}

/* HORIZONTAL LINE LINK */
.linecolor { 
color: ; 
height: 1px; 
width: 100%; 
}

/* LINE TABLE */
.linetable { 
border: 1px solid ; 
border-collapse: collapse; 
}

/* LINE TABLE CELL */
.linecell { 
border: 1px solid ; 
}

/* CAT LINK */
.catcolor { 
font-weight: bold; 
}

a.catcolor:hover { 
font-weight: bold; 
text-decoration: none; 
}

/* PRODUCT LINK */
.itemcolor { 
font-weight: bold; 
}

a.itemcolor:hover { 
font-weight: bold; 
text-decoration: none; 
}

/* PAGE LINK */
.pagelinkcolor { 
font-weight: bold; 
text-decoration: none; 
}

a.pagelinkcolor:hover { 
font-weight: boldl; 
text-decoration: none; 
}

/* FEATURED ITEMS */
.featurecolor { 
font-weight: bold; 
}

a.featurecolor:hover { 
font-weight: bold; 
}

/* PARAGRAPH LAYOUT FOR CATALOG PRODUCTS */
.p_layout { 
margin-top: 10; margin-bottom: 10; 
}

/*FOOTER*/
td.footer {
font-size: 6px; 
background-color: #FFFFFF;
height: 20px;
border-right: 8px solid #c30a1a;
border-left: 8px solid #c30a1a;
border-bottom: 8px solid #c30a1a;
text-align: right;
}

// -->