/* RULES FROM OLD SITE */
H1 
{
	font-family : arial, verdana, sans-serif; 
	color: #000033;
	font-size: 12pt;
	font-weight: bold;
}
	
H2 
{
	font-family : arial, verdana, sans-serif; 
	color: #003399;
	font-size: 10pt;
	font-weight: bold;
}
/* END */

body 
{
	font-family: verdana, sans-serif;
	font-size: 9pt; 
	color: #000000;
	margin:0;
	padding:0;
	background:#333333;
	text-align:justify;
}

img 
{ 
	border: none; 
	line-height: 0px;
	padding: 0;
	margin: 0;
}

li a
{
   	color:#557FFF;
	text-decoration:underline;
    font-size:12px;
	line-height:20px;
}

/* COMMON */
.text
{
	text-decoration: none;
}

.link
{
	color:#003399;
	text-decoration: underline; 
}

.error 
{
	color:#F70A0F; 
}

.small
{
	font-size:8px; 
}

.medium
{
	font-size:10px; 
}

.large
{
	font-size:12px; 
}

.bold
{
	font-weight: bold;
}

.white
{
	color: #FFFFFF;
}

.black
{
	color: #000000;
}

.red
{
	color: #FF0000;
}

.green
{
	color: #006400;
}

.blue
{
	color: #003399;
}

.blue_background
{
	background-color: #003399;
}

.border
{
	border: 1px solid black;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.justify
{
	text-align: justify;
}

.top
{
	vertical-align: top;
}

.bottom
{
	vertical-align: bottom;
}

.no_padding
{
	padding: 0;
}

.no_margin
{
	margin: 0;
}

.no_wrap
{
	white-space: nowrap;
}

/* FOOTER */
.shop_banner
{
	text-align: center;
	width: 200px;
}

.credit_card_banner
{
	text-align: center;
	width: 150px;
}

/* SITE CONTAINER */
.main_container
{
	background-color: white;
	margin: 5px 0px 5px 8px;
	border-spacing: 0px;
	padding: 0px;
}

.main_container tr
{
	padding: 0px;
	margin: 0px;
}

/* HEADER */
.header_container
{
	width: 760px;
	border-collapse: collapse; 
	margin: 0px; 
	padding: 0px; 
	border-spacing: 0px;
}

.header_container td
{
	margin: 0px; 
	padding: 0px; 
	line-height: 0px;
}

.header_logo 
{
	background:url(../../images/majac/tool_bg.gif); 
	background-repeat: no-repeat; 
	background-position:center; 
	width:760px; 
	height:75px; 
}

.header_menu 
{
	background:url(../../images/majac/nav_image.gif); 
	background-repeat: no-repeat;  
	background-position:left; 
	width:100%; 
	padding: 0;
	margin: 0;
	background-color:#003399;
	border-spacing: 0px;
	border-right: 1px solid black;
}

.header_menu td
{
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

.panel_img 
{
	background: url(../../images/majac/watermark.gif) repeat-y;
	background-color: #CCCCCC;
}

/* LEFT PANEL */
.category td
{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	
}

/* Browse */
.page_banner 
{
	background:url(../../images/majac/div_bar.gif); 
	background-repeat: no-repeat; 
	background-position:left;
	height:28px;
}

/* YUI OVERRIDES */
.yuimenubaritemlabel
{
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	margin-left: 10px;
}

.yuiMarginFix
{
	color: white;
	font-size: 10px;
	background-color: #003399;
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
}

.divborder
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid black;
}

/* ORDER CONSOLE START */

.w100 {	width:300px; }
.r { text-align:right; }

.icon { vertical-align:middle; border:0;}

.odd { background-color: #2C4B96; }
.orders .list td { padding: 5px; }
.orders .list thead tr { background-color: #2C4B96; color: #ffffff; font-size: 11px; }
.orders .list thead tr a { color: #FFEE00;text-decoration:none;display:block; }
.orders .list thead tr a:hover { color: #eeeeee;text-decoration:none; }
.orders .paginator { text-align:center; }

button, tr, td
{
	behavior: url('/zeckoShop-1.5/css/IEFixes.htc');
}

.orders .list tbody tr:hover, .orders .list tbody tr.hover { color: #FFEE00;background-color:#000000;cursor: pointer; }
.orders .list tbody tr:hover td, .orders .list tbody tr.hover td { color: #FFEE00; }

/* ORDER CONSOLE END */