BODY	{ margin: 0; background: #333333; }
BODY, TD, .NormalText { font-weight: normal; text-decoration: none; font-style: normal; color: #000000; font-size: 13px; font-family: Arial, Helvetica, sans serif, Times New Roman; }

.Header		{ color: #000000; font-size: 24px; font-weight: bold; font-family: Times New Roman; }
.Subheader	{ color: #000000; font-size: 18px; font-weight: bold; }

.Red		{ color: #FF0000; }
.Olive		{ color: #999900; }
.Blue		{ color: #004080; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 16px; }
.LargeText	{ font-size: 24px; line-height: 24px; }

IMG.FloatLeft 	{ float: left; margin: 0 5px 5px 0; }
IMG.FloatRight 	{ float: right; margin: 0 0 5px 5px; }

* .Thumbnail	{ height: 100px; border: 1px solid #000; margin: 0 0 10px 0; }
* .Large		{ width: 300px; border: 1px solid #000; margin: 0 0 10px 0; }
* .OrderButton	{ border: 0; margin: 3px 0 0 5px; }

TD.LightBlueBG	{ background: #9CCADE; }
TD.LightGrayBG	{ background: #EEEEEE; }
TD.DarkGrayBG	{ background: #CCCCCC; }
TD.BlackBG		{ background: #000000; color: #FFFFFF; }

/* structure */

TABLE.body		{ margin: 10px 0 20px 0; height: 300px; }
TABLE.body TD	{ vertical-align: top; }
TABLE.body TD.LightBlueBG	{ background: #9CCADE; }
TABLE.body TD.LightGrayBG	{ background: #EEEEEE; }
TABLE.body TD.DarkGrayBG	{ background: #CCCCCC; }
TABLE.body TD.BlackBG		{ background: #000000; color: #FFFFFF; }

TABLE.friends	 { margin: 10px 0 20px 0; }
TABLE.friends TD { padding: 20px; vertical-align: middle; border-bottom: 1px solid #999999; }

TABLE.results TD { padding: 5px; border-bottom: 0px; }

TABLE.category	 { background: url('../images/bg_category.jpg') repeat-x; height: 28px; width: 300px; }
TABLE.category TD.CatHeader	{ color: #FFF; font-size: 14px; font-weight: bold; font-family: Arial; text-transform: uppercase; text-align: left; vertical-align: middle; padding-left: 10px; }

TABLE.items		 { width: 100%; background: #FFF; margin: 10px 0; }
TABLE.items TD	 { text-align: center; padding: 10px; width: 33%; vertical-align: top; }

DIV.ItemInfo	{ float: right; width: 300px; text-align: left; margin: 0 0 25px 25px; }

/* links */

a.WhiteLink			{ color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none; } 
a.WhiteLink:link,
a.WhiteLink:visited	{ text-decoration: none; }
a.WhiteLink:active,
a.WhiteLink:hover	{ text-decoration: underline; } 

a.VideoLink			{ color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none; display: block; float: right; } 
a.VideoLink:link,
a.VideoLink:visited	{ text-decoration: none; }
a.VideoLink:active,
a.VideoLink:hover	{ text-decoration: underline; } 

a.ItemLink			{ color: #999900; font-size: 14px; font-weight: bold; text-decoration: none; } 
a.ItemLink:link,
a.ItemLink:visited	{ text-decoration: none; }
a.ItemLink:active,
a.ItemLink:hover	{ text-decoration: underline; } 

/* new navigation */

table#topnav			{ width: 100%; height: 34px; background: url('../images/bg_topnav.gif') repeat-x; }
table#topnav td div		{ position: relative; vertical-align: top; }
table#topnav td ul		{ position: absolute; visibility: hidden; width: 100%; left: 20px; margin: 0; padding: 0; list-style-type: none; background: #BABABA; }
table#topnav td ul#products { width: 165px; text-align: left; margin: 0; padding: 0; }
table#topnav td ul#products li { height: 22px; padding: 0; margin: 0; border: 0; }
table#topnav td			{ padding: 0; text-align: center; vertical-align: middle; }

table#topnav td a			{ display: block; text-decoration: none; font-family: Arial; font-size: 10px; font-weight: bold; padding: 0 13px; text-transform: uppercase; }
table#topnav td a:link,
table#topnav td a:visited	{ color: #626567; background: url('../images/bg_button.jpg') repeat-x; }
table#topnav td a:hover		{ color: #FFFFFF; background: url('../images/bg_button_over.jpg') repeat-x; }

table#topnav td ul li a			 { display: block; text-decoration: none; font-family: Arial; font-size: 10px; font-weight: bold; text-transform: none; height: 22px; padding: 5px 0 5px 15px; }
table#topnav td ul li a:link,
table#topnav td ul li a:visited, { color: #626567; }
table#topnav td ul li a:hover	 { color: #FFFFFF; }