/**
* SITE-WIDE CSS
*/
body {
	margin: 0;
	background-color: #fff;
	font-family: Trebuchet MS;
	font-size: 9pt;
}

a, a:link, a:active {
	color: #798079;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #F49000;
	text-decoration: none;
}

/**
* CSS CLASSES
*/
.mainTable {
	width: 775px;
	margin: 0;
	border: 1px dotted #999;
}

.flatTable {
	width: 100%;
	margin: 0;
	border: 0;
	background: transparent;
}

.categoryTD {
	width: 159px;
	background-image: url(../images/bg_cat_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.categoryContentTable {
	vertical-align: top;
	text-align: left;
	margin-top: 20px;
	width: 140px;
	
	background-image: url(../images/bg_category.jpg);
	background-repeat: repeat;
}

.categoryContentTD-spacer {
	width: 10px;
	vertical-align: middle;
}

.categoryContentTD-pointer {
	width: 20px;
}

.categoryContentTD-text {
	width: 110px;
	height: 20px;
	border-bottom: 1px dotted #ccc;
}

a.pronounced:link { color:#023B60; font-weight:bold; text-decoration:none; font-size:9pt; }
a.pronounced.a:visited { color: #00259C; }
a.pronounced:hover { color:#F49000; text-decoration:underline; }
a.pronounced:active { color:#00259C; }

.contentTD {
	width: 616px;
	background-image: url(../images/bg_page_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.pageTitleAndSeacrhTable {
	width: inherit;
	border: 0;
	vertical-align: top;
}

.pageTitleTD {
	padding-left: 60px;
	padding-top: 15px;
	width: 290px;
	height: 73px;
	font-weight: bold;
}

.searchFormTD {
	vertical-align: top;
	padding-left: 80px;
	padding-top: 5px;	
	width: 278px;
}

.pageContentTable {
	height: 150px;
}

.pageContentTD-spacer {
	width: 60px;
	background-image: url(../images/bg_page_content_spacer.jpg);
	background-repeat: repeat;	
}

.pageContentTD-content {
	width: 556px;
	background: transparent;
}

.searchTxt {
	width: 180px;
	height: 20px;
	border: 1px solid #666;
	font-size: 12pt;
	font-weight: bold;
	color: #666;
}

.submitButton {
	border: 0;
}

.footer {
	height: 77px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
}

.contentDIV {
	margin-left: 10px;
	margin-top: 3px;
}

.footerDIV {
	font-size: 8pt;
	color: #666;
	margin-left: 250px;
	vertical-align: middle;
}

.productHeader {
	background-color: #DBDBDB;
	font-weight: bold;
}

.productTable {
	margin-top: 10px;
	border: 1px #333 dotted;
}

.priceDiv {
	width: 100%;
	padding-left: 5px;
	font-weight: bold;
}

.featuredTable {
	margin-top: 10px;
	border-top: 1px #333 dotted;
	border-left: 1px #333 dotted;
	border-right: 1px #333 dotted;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../images/featuredBG.jpg);
}