/* CSS Document */

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* General Document Settings */

body
{
	background: #fff;
	margin-top: 0;
}
a:link
{
	color: #000;
	text-decoration: none;
}

a:visited
{
	color: #9A9A9A;
	text-decoration: none;
}

a:hover
{
	color: #C97629;
	text-decoration: none;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

table#nav td a
/*This selects the link tag 'a' inside the cell thats part of the
table with the ID of "nav"*/
{
	line-height: 27px;
	/*Use this to control the height of the table cells*/
	
	font-size: 9px;
	font-weight: bold;
	
	text-decoration: none;
	/*removes underlines from links*/
	
	display: block;
	/*Changes link from inline (<em></ em> is an example of an inline tag)
	to block (<p></ p> and <h1></h1 > are examples of block level elements).
	In this case it makes the link occupy the whole table cell.*/
	
	margin: 0;
	padding: 0;
	/*Both of these eliminate empty space around links*/
}

#nav td a:link
/*These are pseudo classes.
a:link    - the link in its natural state
a:visited - a visited link
a:hover   - mouse over state
a:active  - clicked link
*/
{
	color: #000;
	/*Text color. Hex values with 3 sets of doubles like #33aa99 can be
	abreviated to # #3a9*/
	
	background: #c1c1c1;
	/*This color will fill the whole cell because we set the link
	tag to block level*/
}

#nav td a:visited

{
	color: #000;
	background: #c1c1c1;
}

#nav td a:hover
{
	color: #000;
	background: #aaa;
}

#nav td a:active
{
	color: #000;
	background: #c1c1c1;
}

/****** Top Nav Text ******/
.topnavwhite

{
	color: #fff;
	text-decoration: none;
}

.topnavdiv

{
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#topnav

{
	font-size: 11px;
	color: #fff;
}

#topnav a:link

{
	font-size: 11px;
	color: #fff;
}

#topnav a:visited

{
	color: #b4b4b4;
}

#topnav a:hover
{
	color: #BBCEE2;
	text-decoration: none;
}

#topnav a:active
{
	color: #fff;
}

/****** Left Column Header ******/
h1
{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}

/****** Left Nav Text ******/
#leftnav td a:link

{
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}

#leftnav td a:visited

{
	color: #4b4b4b;
}

#leftnav td a:hover
{
	color: #C97629;
	text-decoration: none;
}

#leftnav td a:active
{
	color: #4b4b4b;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}

.boldcaps {
font-family : verdana, sans-serif; 
font-size : 13px; 
color : #003471; 
font-weight : bold; 
} 
.caps {
font-family : verdana, sans-serif; 
font-size : 13px; 
color : #1b5ba5; 
font-weight : bold; 
} 

/****** Bottom Nav Text ******/
.bottomnavwhite

{
	color: #fff;
	text-decoration: none;
}

.bottomnavdiv

{
	font-size: 10px;
	color: #4b4b4b;
	text-decoration: none;
}

#bottomnav

{
	font-size: 11px;
	color: #fff;
}

#bottomnav a:link

{
	font-size: 11px;
	color: #fff;
}

#bottomnav a:visited

{
	color: #b4b4b4;
}

#bottomnav a:hover
{
	color: #BBCEE2;
	text-decoration: none;
}

#bottomnav a:active
{
	color: #fff;
}


/****** Main News Table ******/
#newsmain
{
background: #595959;
border-right: 3px solid #000;
border-top: 3px solid #000;
border-bottom: 3px solid #000;

}
#newsmain a
{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
display: block;
	padding: 3px;
height: 100%;
}


#newsmain a:hover
{
	background: #787878;
}

/****** Pop-Up Image Text ******/

#product td#name
{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 4;
}
#product td#addinfo
{
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 4;
}

/****** Main Content/General ******/

#showallbold {
color : #000000; 
text-decoration : none; 
font-family : verdana, sans-serif; 
font-size : 11px; 
font-weight : bold; 
}

/****** Search Results/Preview Page ******/

.pricetext {
color : #009900; 
text-decoration : none; 
font-family : verdana, sans-serif; 
font-size : 11px; 
font-weight : bold; 
} 
.price {
color : black; 
text-decoration : none; 
font-family : verdana, sans-serif; 
font-weight : bold; 
font-size : 11px; 
}
.previewitemname {
font-family : verdana, sans-serif; 
font-size : 12px; 
color : black; 
font-weight : bold; 
} 
.previewcompanyname {
font-family : verdana, sans-serif; 
font-size : 10px; 
color : #666666; 
} 
.previewprice {
font-family : Arial, sans-serif; 
font-size : 16px; 
font-weight : bold; 
color : #cc0000; 
} 
.previewmsrp {
font-family : Arial, sans-serif; 
font-size : 12px; 
color : #999999; 
}
.showall {
font-family : verdana, sans-serif; 
font-size : 10px; 
color : #dc743b; 
} 
.showallbold {
font-family : verdana, sans-serif; 
font-size : 10px; 
font-weight : bold; 
color : #dc743b; 
}
.items {
font-family : verdana, sans-serif; 
font-size : 11px;
font-weight : bold;
color : #666666; 
}

.bold {
font-family : verdana, sans-serif; 
font-size : 10px; 
font-weight : bold; 
color : #000000; 
}

.StockInfo {
font-family : verdana, sans-serif; 
font-size : 10px; 
font-weight : bold; 
color : #red; 
}

/****** Item Preview Page ******/

#itemdescription {
	PADDING-RIGHT: 4px;
	BORDER-TOP: #b4b4b4 1px dashed;
	BORDER-Bottom: #b4b4b4 1px dashed;
	BORDER-Left: #b4b4b4 1px dashed;
	BORDER-Right: #b4b4b4 1px dashed;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 4px;
	MARGIN: 0px;
	PADDING-TOP: 4px
	font-size : 10px;
}

#moreinfobox {
	PADDING-RIGHT: 0px;
	BORDER-TOP: #D8CD45 2px dashed;
	BORDER-Bottom: #D8CD45 2px dashed;
	BORDER-Left: #D8CD45 2px dashed;
	BORDER-Right: #D8CD45 2px dashed;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
	font-size : 0px;
}

.addinfobold {
font-family : verdana, sans-serif; 
font-size : 11px; 
font-weight : bold; 
color : #C97629; 
}
.artshowtitle {
font-family : verdana, sans-serif; 
font-size : 14px; 
font-weight : bold; 
color : #790026; 
}