/* 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: #ffffff;
	margin-top: 0;
}
a:link
{
	color: #000;
	text-decoration: none;
}

a:visited
{
	color: #4b4b4b;
	text-decoration: none;
}

a:hover
{
	color: #B1790B;
	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: #000000;
	background: #c1c1c1;
}

#nav td a:hover
{
	color: #000000;
	background: #aaaaaa;
}

#nav td a:active
{
	color: #000000;
	background: #c1c1c1;
}


/****** Navigation ******/

table#nav td
{
	width: 10%;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ffffff;
	/*Sets up the white border between the cells*/
}

#nav td#navbegin
{
	border-left: 0;
}

#nav td#navend
{
	border-right: 0;
}

/****** Text ******/
h1
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
/****** News Header Link Text ******/
h4
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

h4.bolddivide {
	padding-right: 5px; border-top: #d4d4d4 1px dashed; border-bottom: #d4d4d4 1px dashed; padding-LEFT: 5px; padding-bottom: 8px; MARGIN: 5px; font: bold 10pt "verdana"; color: #00000; padding-top: 8px
}

/****** News Date Text ******/
h5
{
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
}

/****** Main News Table ******/
#newsmain
{
background: #595959;
border-right: 3px solid #000000;
border-top: 3px solid #000000;
border-bottom: 3px solid #000000;

}
#newsmain a
{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
display: block;
	padding: 3px;
height: 100%;
}


#newsmain a:hover
{
	background: #787878;
}

/****** Mezco Toyz News Header ******/
table#mtheader td a
{
	color: #ffffff;
	border: 0px;
	text-decoration: none;
	display: block;	
	margin: 0;
	padding: 7px;
	
}

#mtheader td a:hover
{
	color: #ffffff;
	background: #ce972c;
}

/****** Club Mez News Header ******/
table#cmheader td a
{
	color: #ffffff;
	border: 0px;
	text-decoration: none;
	display: block;	
	margin: 0;
	padding: 7px;
	
}

#cmheader td a:hover
{
	color: #fff;
	background: #3381AA;
}

/****** Mezco Direct News Header ******/
table#mdheader td a
{
	color: #ffffff;
	border: 0px;
	text-decoration: none;
	display: block;	
	margin: 0;
	padding: 7px;
	
}

#mdheader td a:hover
{
	color: #ffffff;
	background: #A69080;
}

/****** Left Side Bar ******/

#leftsidebar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0 -1em;
}

/****** News Text ******/

#latestnewstext td
{
	font-size: 9px;
	margin: 0;
	padding: 0;
}
#latestnewstext a:hover
{
	color: #3A943D;
}

/****** Pop-Up Image Text ******/

#product td#name
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	padding: 4;
}
#product td#addinfo
{
	font-size: 11px;
	color: #ffffff;
	margin: 0;
	padding: 4;
}

/****** Jump Page Header ******/

.jumpheader
{
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 6px;
	PADDING-TOP: 4px;
	PADDING-BOTTOM: 4px;
	BACKGROUND: #000;	
	FONT: bold 10pt;
	COLOR: #ffffff;	
	TEXT-ALIGN: left
}
.productline
{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 3px;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px;
	BACKGROUND: #cacaca;
	margin: 0;
	FONT: bold;
	COLOR: #000000;	
}
.productinfo
{
	margin: 6px 0px 0px 0px;
}

/****** Body Text Links ******/

.bodylinks
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #b1790b;
}

