html, body				{ margin: 0; padding: 0; width: 100%; height: 100%; font-family: Verdana,Tahoma,sans-serif; font-size: 12px; }

img							{ border: 0;  }
input, button			{ vertical-align: middle; }
div							{ font-size: 12px; }
a								{ color: #cf9300; }



#header					{ max-width: auto; width: 100%; height: 79px; background: url('/images/dots_top.gif') top center no-repeat; }

#logo						{ width: 118px; height: 79px; position: absolute; top: 0; left: 20px; }

#menu						{ margin-top: 10px; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; padding: 10px 0; }
#menu a					{ color: black; text-decoration: none; }
#menu .menu_item	{ padding: 0 20px; letter-spacing: 2; font-weight: bold; }


#cart_info				{ position: absolute; top: 7px; right: 20px; font-size: 11px; }
#cart_info a				{ text-decoration: none; color: black; }

#header_contacts	{ position: absolute; top: 25px; right: 20px; text-align: right; font-size: 11px; font-weight: normal; }

#search					{ margin-bottom: 15px; margin-top: 13px; }
#search .field			{ font-size: 12px; margin: 0 10px; width: 200px; }

#content					{ padding-top: 20px; margin: 0 10px; max-width: 100%; }



#leftmenu 
{
	padding: 5px 0;
	margin-top: -15px;
}
#leftmenu h2
{
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
}
#leftmenu h2 a
{
	text-decoration: none;
	color: #555;
}
#leftmenu_catalog div.catalog_name
{
	padding: 5px;
	padding-left: 20px;
	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;
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: normal;
}
#maincontent h2
{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
}
#maincontent h3
{
	clear: both;
	margin: 0;
	padding: 0;
	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: 130px; padding: 10px; text-align: center; }
.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		{ width: 20px; background: #1d68db url( '/images/item_preview_price_right.gif' ) top right no-repeat; float: right; padding: 3px 10px 3px 10px; font-size: 11px; }
.game_preview_price		{ width: 78px; background: #efa902 url( '/images/item_preview_price_left.gif' ) top left no-repeat; float: left; padding: 4px 10px 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: #1d68db; font-size: 18px; text-transform: uppercase; }
#pricebox_cart	 a		{ color: white; text-decoration: none; }
#pricebox_price		{ display: inline; padding: 5px 8px; background-color: #efa902; font-size: 18px; text-transform: uppercase;  }


#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: 109px;
	text-align: left;
	vertical-align: middle; 
	background: url('/images/dots_bottom.gif') top left no-repeat;
}
#footer_left			{ float: left; padding: 20px 20px 0 20px; }
#footer_right		{ float: right; padding: 20px 20px 0 20px; text-align: right; width: 50%; height: 95px; background: url('/images/footer_bg.gif') bottom left repeat-x; }
#footer a				{ color: #cf9300; font-weight: bold; }