body
{
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana,Tahoma,sans-serif;
	font-size: 12px;
}

img			{ border: 0; vertical-align: middle; }
input, button	{ vertical-align: middle; }
div			{ font-size: 12px; }
a				{ color: blue; }
br				{ padding: 0; margin:0; line-height: 0; }


#header
{
	max-width: auto;
	height: 116px;
	background: #464646 url('/images/header_bg.gif') no-repeat;
}
#logo
{
	width: 300px;
	height: 116px;
	position: absolute;
	top: 15px;
	left: 20px;
}
#header_right
{
	position: absolute;
	height: 74px;
	top: 15px;
	right: 20px;
	text-align: right;
	font-size: 11px;
	color: white;
}
#header_right a
{
	color: white;
}
#search_field
{
	margin-bottom: 5px;
	font-size: 11px;
	vertical-align: top;
	width: 200px;
}



#menu
{	
	position: absolute;
	top: 74px;
	left: 320px;
	height: 42px;
	text-align: left; 
}
#menu table
{
	background: url('/images/menu_bg.jpg') repeat-x;
}
#menu a
{
	color: white;
	text-decoration: none;
	letter-spacing: 2;
}
#menu a:hover
{
	color: #093057;
}
#menu .menu_item
{
	margin: 0 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 11px;
	background: url('/images/menu_splitter.gif') bottom left no-repeat;
}

#content
{	
	padding-top: 5px;
	margin: 0 10px;
	max-width: 100%;
}



#leftmenu 
{
	padding: 5px 0;
	margin-top: -1px;
}
#leftmenu h2
{
	margin: 15px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #777;
}
#leftmenu h2 a
{
	text-decoration: none;
	color: #777;
}
#leftmenu_catalog div.catalog_name
{
	padding: 5px;
	font-size: 11px;
	border-top: 1px dashed #ccc;
}
#leftmenu_catalog div.catalog_name:hover
{
	background-color: #efefef;
}
#leftmenu_catalog div.catalog_childs
{
	display: none;
}


#maincontent
{
	margin-left: 20px;
}
#maincontent h1
{
	clear: both;
	font-size: 28px;
	font-weight: normal;
}
#maincontent h2
{
	clear: both;
	font-size: 22px;
	font-weight: normal;
}
#maincontent h3
{
	clear: both;
	font-size: 14px;
	font-weight: normal;
}
#maincontent br
{
	clear: both;
}
#maincontent p
{
	font-size: 12px;
	line-height: 18px;
}
#maincontent ul
{
	margin: 0;
	padding-left: 20px;
}
#maincontent ul li
{
	font-size: 12px;
}
.preview_image
{
	margin: 5px;
	padding: 0;
	border: 0;
}



.game_preview				{ vertical-align: top; width: 145px; padding: 10px; }
.game_preview img			{ margin-bottom: 3px; }
.game_preview_name		{ font-size: 11px; text-decoration: none; color: #33455c; }
.game_preview_detail		{ font-size: 10px; margin-top: 3px; }
.game_preview_buy		{ background: #ef7f01 url( '/images/item_preview_price_right.gif' ) top right no-repeat; display: inline; padding: 5px 10px; font-size: 11px; }
.game_preview_price		{ background: #1b4b6f url( '/images/item_preview_price_left.gif' ) top left no-repeat; display: inline; padding: 5px 10px; color: white; font-size: 11px; margin-left: 10px; }

img.item_image
{
	margin: 10px;
}
#advertbox
{

}
#advertbox legend
{
	padding: 5px 10px;
	font-size: 14px;
	font-style: italic;
}

fieldset
{
	margin: 10px 0;
}
dl.form_field
{
	font-size: 12px;
	margin-bottom: 20px;
}
dl.form_field dd select
{
	width: 300px;
}
.form_field dt
{
	margin: 10px 0;
}
.form_field dd
{
	position: relative;
	margin-top: -17px;
	margin-left: 170px;
}

span.help
{
	padding: 0 5px; 
	font-size: 11px;
}
.help a
{
	color: #36C;
}

#pricebox					{ width: 240px; height: 30px; margin: 10px 0;  }
#pricebox_cart			{ display: inline; padding: 5px 14px; background-color: #0e355c; font-size: 18px; text-transform: uppercase; }
#pricebox_cart	 a		{ color: white; text-decoration: none; }
#pricebox_price		{ display: inline; padding: 5px 8px; background-color: #f1830a; font-size: 18px; text-transform: uppercase;  }


#cart_info				{ position: absolute; top: 100px; left: 20px; font-size: 11px; }
#cart_info a				{ text-decoration: none; margin-right: 10px; color: black; }


#shop_additem_box
{
	position: absolute;
	display: none;
	border: 3px solid #CCC;
	background-color: #FCFCFC;
	width: 300px;
	left: 35%;
	top: 35%
}

#cart_add_header
{
	color: white;
	font-size: 14px;
	background-color: #5981ad;
	text-align: center;
	padding: 10px;
}

#cart_add_footer
{
	font-size: 11px;
	text-align: center;
	padding: 10px;
	border-top: 1px dashed #fb8a00;
}

#verify_result
{
	position: absolute;
	display: none;
	border: 3px solid #FFaCaC;
	background-color: #FFcCcC;
	padding: 10px;
	width: 300px;
	left: 35%;
	top: 35%;
	z-index: 5;
}

#footer
{
	height: 70px;
	text-align: left;
	vertical-align: middle; 
	background: #6b6b6b url('/images/footer_bg_right.gif') top right no-repeat;
}
#footer_left			{ padding: 10px 20px; background: url('/images/footer_bg_left.gif') top left no-repeat; }
#footer *				{ font-size: 11px; color: white; }
#footer a				{ color: #09f; }