/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html {
	
	text-align: center;
	background: #fdeaa9 url(images/bg_site.jpg) repeat-x;
}

 
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
 
/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}
 
/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}
 
/* Styles h1, h2, h3, h4, h5 tags */
h1 {
	color: #013355;
	font: normal 40px "Edwardian Script ITC", "Shelley-AllegroScript", "Shelley-AndanteScript", "ShelleyVolante BT", "Monotype Corsiva", "Lucida Handwriting", Georgia, "Times New Roman", Times, serif; /* Use script fonts for the page headings IF the user has them installed on their computer; otherwise use Georgia */
}
/* Styles custom h1 headings */
h1#heading1, h1#heading2, h1#heading3, h1#heading4, h1#heading5, h1#heading6, h1#heading7, h1#heading8, h1#heading9 {
	height: 50px;
	padding: 0px;
	margin: 0;
	width: 780px;
}
h1#heading1 {
	background: url(images/pg1heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading2 {
	background: url(images/pg2heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading3 {
	background: url(images/pg3heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading4 {
	background: url(images/pg4heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading5 {
	background: url(images/pg5heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading6 {
	background: url(images/pg6heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading7 {
	background: url(images/pg7heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading8 {
	background: url(images/pg8heading.gif) no-repeat; 
	text-indent: -1500px;
}
h1#heading9 {
	background: url(images/pg9heading.gif) no-repeat; 
	text-indent: -1500px;
}
h2, h3, h4 {
	color: #024878;
	margin: 10px 20px 0px;
	font-family: "Edwardian Script ITC", "Shelley-AllegroScript", "Shelley-AndanteScript", "ShelleyVolante BT", "Monotype Corsiva", "Lucida Handwriting", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size: 36px;
	line-height: 34px;
}
h3 {
	font-size: 32px;
	line-height: 30px;
}
h4 {
	font-size: 28px;
	line-height: 26px;
}
 
/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 5px 20px 10px;
}
 
/* Creates DIV to set back to top link */
p#back {
	margin: 5px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	clear: both;
}
p#back a {
	text-align: right;
}
 
td {
	line-height: 18px;
}
 
address {
	line-height: 14px;
	font-size: 9px;
	font-style: normal;
}
 
hr {
	width: 100%;
	height: 0px;
	background: #7f7f7f;
	margin: 5px 20px;
}
 
/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
}	
	
/* Styles A links
a:link {
	text-decoration: underline;
	color: #0268ad;
}
a:visited {
	text-decoration: underline;
	color: #013d65;
}
a:hover {
	text-decoration: none;
	color: #0171bc;
}
a:active, a.selected {
	text-decoration: none;
	color: #025892;
}
	 */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 990px;
	margin: 0px auto;
	background: #fff7e1 url(images/layout.gif) repeat-y; /* Faux column bg for page */
}
 
/* Creates DIV container for header. */
div#header {
	height: 35px;
	margin: 0px auto;
}
 
/* Creates DIV container for header. */
div#animation {
	background: #303030 url(images/animation_bg.jpg) no-repeat;
	height: 300px;
	z-index: 1;
	width: 990px;
	margin: 0px auto;
}
	
/* Creates DIV container for sidebar content */ 
div#sidebar {
	background: #e5ddd1;
	color: #6c6b6a;
	width: 210px;
	float: right;
	padding: 0px;
}
div#sidebar a {
    font-weight: bold;
}
div#sidebar a:link, div#sidebar a:visited {
	text-decoration: underline;
	color: #595857;
}
div#sidebar a:hover, div#sidebar a:active {
	text-decoration: none;
	color: #4a4a49;
}
div#sidebar address {
	padding: 0px 10px 10px;
}
 
/* Creates DIV container for side content */ 
div#sidecontent {
	background: #fff3d1;
	color: #585857;
	width: 300px;
	float: left;
	padding: 0px 0px 10px 0px;
}
div#sidecontent p {
	font: 11px Verdana, Tahoma, Geneva, Arial, sans-serif;
	line-height: 16px;
	margin: 5px 20px 10px;
}
 
/* Creates DIV container for main content with three columns
div#content {
	width: 480px;
	float: left;
	padding: 0px 0px 10px 0px;
} */
 
/* Creates DIV container for main content  */
div#content {
	width: 780px;
	float: left;
	clear: left;
	padding: 0px 0px 10px;
}
div#content a, div#sidecontent a {
	font-weight: bold;
}
div#content ul {
	line-height: 18px;
	margin: 5px 20px 10px;
}
div#content ul li {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat;
	list-style: none;	
}
 
/* Creates DIV container for gallery */
div#gallery {
	width: 780px;
	margin: 0px;
	background: #013866;
}
 
/* Styles DIV container for Google map */
div#map {
	border: 1px solid #7f7f7f;
	text-align: center;
	margin: 5px auto 5px;
	width: 638px;
}
 
/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0;
/* 	width: 710px;*/
}
 
/* Creates DIV container for bottom links content on the home page */ 
div#bottomlinks {
	font-size: 10px;
	width: 990px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 0px;
	background: #555555 url(images/bottomlinks_bg.gif) no-repeat;
	color: #d7d7d7;
}
 
/* Creates DIV container for footer content */ 
div#footer {
	font-size: 10px;
	width: 950px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 0px 20px;
	background: #fdeaa9 url(images/footer_bg.gif) no-repeat;
	color: #d7d7d7;
}
div#footer a {
	font-weight: bold;
}
div#footer img {
	float: right;
	margin-top: 0px;
}
 
/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px auto;
	padding: 10px 0px 5px;
	color: #b6c9d8;
}
div#subnav a:link, div#subnav a:visited {
	text-decoration: underline;
	color: #cedbe6;
}
div#subnav a:hover, div#subnav a:active {
	text-decoration: none;
	color: #ffffff;
}
 
/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 0px 10px;
	color: #4e687e;
}
div#copyright a:link, div#copyright a:visited {
	text-decoration: underline;
	color: #3f586e;
}
div#copyright a:hover, div#copyright a:active {
	text-decoration: none;
	color: #2e475b;
}
div#copyright img {
	margin-top: -25px;
}
 
/* ----------------- MAIN NAVIGATION ----------------- */
 
/* Apply the ul#mainnav style to our entire <ul>.*/
 
/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: 10px Tahoma, Verdana, Geneva, Arial, sans-serif;
	background: #172a3a url(images/mainnav_bg.gif) repeat-x;
	width: 975px;
	height: 35px;
	padding: 0 0 0 15px;
	margin: 0;
	float: right;
	position: relative;
}
 
/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	float: left;
	position: relative;
}
 
/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	display: block;
	padding: 11px 7px 11px;
	text-decoration: none;
	position: relative;
}
 
/* Creates our hover status. */
ul#mainnav li a:hover {
	background: url(images/hover_bg.gif) no-repeat center top;
	color: #fcde8b;
	width: auto;
	position: relative;
}
 
/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/current_bg.gif) no-repeat center top;
	color: #fcd150;
	width: auto;
}
 
/* ----------------- DROP-DOWN NAVIGATION -------------------------*/
ul#mainnav li ul {
	background: url(images/subnav_bg.gif) left bottom no-repeat;
	position: absolute;
	top: 35px;
	left: 0;
	width: 240px;
	display: none;
}
ul#mainnav li>ul {
	top: auto;
	left: auto;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#mainnav li li { float: none; height: 1%; }
* html ul#mainnav li li a { height: 1%; }
/* End */
ul#mainnav li li {
	display: block;
	float: none;
}
ul#mainnav li:hover ul, ul#mainnav li.over ul {
	display: block;
	z-index: 2;
}
ul#mainnav li ul li a, ul#mainnav li ul li a:link, ul#mainnav li ul li a:visited, ul#mainnav li ul li a:active {
	padding: 11px 0px 12px 20px;
	background: url(images/subnavlink_bg.gif) no-repeat;
	text-decoration: none;
	display: block;
	color: #ffffff;
	width: 220px;
	z-index: 2;
}
ul#mainnav li ul li a:hover {
	color: #fcde8b;
	width: 220px;
	z-index: 2;
}
ul#mainnav li ul li a.last {
	padding: 11px 0px 12px 20px;
	background: none;
	text-decoration: none;
	display: block;
	color: #ffffff;
	width: 220px;
	z-index: 2;
}
 
/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */
 
/* create divs for photo with captions */
div#rtcaption, div#lftcaption {
	width: 303px;
	text-align: center;
	font-size: 11px;
}
 
/* start hack to hide DIV styles from Internet Explorer 6 and under */
html>body div#rtcaption {
	float: right;
	margin: 10px 20px 5px;
}
html>body div#lftcaption {
	float: left;
	margin: 10px 20px 5px;
}
/* end hack */
 
div#rtcaption {
	float: right;
	margin: 10px 10px 5px;
}
div#rtcaption img {
	border: 1px solid #7f7f7f;
	margin-bottom: 5px;
}
div#ctrfloat img {
	border: 1px solid #7f7f7f;
	margin-bottom: 5px;
}
div#lftcaption {
	float: left;
	margin: 10px 10px 5px;
}
div#lftcaption img {
	border: 1px solid #7f7f7f;
	margin-bottom: 5px;
}
img.rt {
	float: right;
	margin: 10px 20px 5px;
}
img.rtborder {
	border: 1px solid #7f7f7f;
	float: right;
	margin: 10px 20px 5px;
}
img.rtnotopmargin {
	float: right;
	margin: 0px 20px 5px;
}
img.rtnotoprightmargin {
	float: right;
	margin: 0px 0px 5px 20px;
}
img.rtbordernotopmargin {
	border: 1px solid #7f7f7f;
	float: right;
	margin: 0px 20px 5px;
}
img.rtbordernotoprightmargin {
	border: 1px solid #7f7f7f;
	float: right;
	margin: 0px 0px 5px 20px;
}
img.lft {
	float: left;
	margin: 10px 20px 5px;
}
img.lftborder {
	border: 1px solid #7f7f7f;
	float: left;
	margin: 10px 20px 5px;
}
img.lftnotopmargin {
	float: left;
	margin: 0px 20px 5px;
}
img.lftbordernotopmargin {
	border: 1px solid #7f7f7f;
	float: left;
	margin: 0px 20px 5px;
}
img.lftnotopleftmargin {
	float: left;
	margin: 0px 20px 5px 0px;
}
img.lftbordernotopleftmargin {
	border: 1px solid #7f7f7f;
	float: left;
	margin: 0px 20px 5px 0px;
}
img.ctrborder {
	border: 1px solid #7f7f7f;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}
 
/* DIVs to create columns for paragraphs. */
html>body div#leftcolumnhalf {
	float: left;
	width: 320px;
	margin: 10px 0px 5px 20px;
}
html>body div#rightcolumnhalf {
	float: right;
	width: 320px;
	margin: 10px 20px 5px 0px;
}
html>body div#leftcolumnthird { /* divides content in thirds */
	float: left;
	width: 205px;
	margin: 10px 0px 5px 20px;
}
html>body div#ctrcolumnthird {
	float: left;
	width: 205px;
	margin: 10px 0px 5px;
}
html>body div#rightcolumnthird {
	float: right;
	width: 205px;
	margin: 10px 20px 5px 0px;
}
/* end hack */
 
div#leftcolumnhalf {
	float: left;
	width: 320px;
	margin: 10px 0px 5px 10px;
}
div#rightcolumnhalf {
	float: right;
	width: 320px;
	margin: 10px 10px 5px 0px;
}
div#leftcolumnthird { /* divides content in thirds */
	float: left;
	width: 205px;
	margin: 10px 0px 5px 10px;
}
div#ctrcolumnthird {
	float: left;
	width: 205px;
	margin: 10px 0px 5px;
}
div#rightcolumnthird {
	float: right;
	width: 205px;
	margin: 10px 10px 5px 0px;
}
 
/* CLASSES to create columns for unordered lists. */
html>body ul.leftul {/* hack to hide UL styles from Internet Explorer 6 and under */
	float: left;
	width: 300px;
}
html>body ul.rightul {
	float: left;
	width: 300px;
}
ul.leftul {
	float: left;
	width: 280px;
}
ul.rightul {
	float: left;
	width: 280px;
}
 
/* Class to stop items from floating right or left */
.clear {
	clear: both;
}
 
/* Class to center text and images */
.center {
	text-align: center;
}
 
/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
 
/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #014a7b;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
 
.boldheading {
	font-family: "Rockwell Extra Bold", Georgia, "Times New Roman", Times, serif; /* Use Rockwell Extra Bold for this style IF the user has it installed on their computer; otherwise use Georgia */
}
 
/* Accordian script for dropdown on community page- */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.message_list li {
	padding: 0;
	margin: 0;
	background: #FFF4D7;
	list-style: none;
}
.message_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background: #fcd357;
	margin: 0;
	color: #003968;
}
 
.message_head cite {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}
.message_body {
	padding: 5px 10px 15px;
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 383px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: none;
	padding-right: 12px;
}
.collpase_all_message {
	background: none;
	padding-right: 12px;
	color: #666666;
}
.pawheader {
	color: #0268AD;
	font-size: 14px;
	background: url(images/paw_header.gif) no-repeat left 5px;
	padding-left: 19px;
	text-align: left;
	border-top: 2px dotted #b8b2a8;
	padding-top: 5px;
}
.rightpaw {
	float: right;
}
.small {
	font-size: 26px;
}
.location {
	font-size: 20px;
}




/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;

	text-align: center;
	background: url(images/bg_photo.gif) repeat-y center top;
	font: 12px Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #333333;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #CB6B02;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #336699 none;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: white;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #336699;
  color: white;
  font-weight: bold;
}

.infoBox {
	background: #336699;
	font-weight: normal;
	color: white;
}

.infoBoxContents {
	background: #f8f8f9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #999;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #336699;
  color: white;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #666d3f;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #336699;
  color: white;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
TD.front_main, P.front_main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
	padding: 3px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.smallText1, SPAN.smallText1, P.smallText1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.smallText2, SPAN.smallText2, P.smallText2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color : #CB6B02;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #666d3f;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #D16F02;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #666d3f;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #336699;
  color: white;
  text-align: center;
}

TD.linkListing-data {
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

A.linkListing-navig {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color : #CB6B02;
}
A.linkListingGrey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color : #8C8C8C;
}
/* VJ Links Manager v1.00 end */
