/* -- COLORS --
Red: #EC151B
Dark Blue: #031448
Lighter Blue: #021C6F
Light Grey: #E2E2E2
Medium Grey: #A6A6A6
Dark Grey: #7E7E7E
*/
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}
body
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	background-image: url('../images/page_bg_tile.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
textarea
{
	font-family: Verdana, Arial;
	font-size: 10pt;
}
h1
{
	font-size: 16pt;
	color: #031448;
	margin: 0px 0px 5px 0px;
}
h2
{
	font-size: 14pt;
	color: #031448;
	margin: 0px 0px 5px 0px;
}
h3
{
	font-size: 12pt;
	color: #000000;
	margin: 0px 0px 5px 0px;
}
h4
{
	font-size: 10pt;
	color: #000000;
	margin: 0px 0px 5px 0px;
}
/*
ul
{
	list-style: none;
	margin: 0;
	padding: 7px 7px 0px 7px;
}
ul li
{
	padding: 0px;
	margin-bottom: 7px;
}
*/
p
{
	font-size: 10pt;
	margin: 0px 0px 5px 0px;
}
span
{
	font-size: 10pt;
}
a:link
{
	color: #031448;
	text-decoration: underline;
}
a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color: #EC151B;
	text-decoration: none;
}
h1 a:link, h2 a:link, h3 a:link
{
	color: #031448;
	text-decoration: none;
}
h1 a:visited, h2 a:visited, h3 a:visited
{
	color: #031448;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover
{
	color: #EC151B;
	text-decoration: underline;
}
hr
{
	display: block;
	border: none;
	height: 1px;
	color: #A6A6A6;
	background-color: #A6A6A6;
}
hr.dotted
{
	border: none;
	height: 1px;
	color: #A6A6A6;
	background-color: #A6A6A6;
}
div.hr
{
	height: 2px;
	padding: 0;
	border: none;
	background-image: url('../images/dot_bg_tile.gif');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: transparent;
}
#Wrapper
{
	height: 100%;
	margin: 0px auto;
	width: 953px;
	min-width: 953px;
	text-align: left;
	background-image: url('../images/page_both_shadow_bg_tile.jpg');
	background-position: left top;
	background-repeat: repeat-y;
	background-color: transparent;
	
}
#LeftShadow
{
	width: 12px;
	background-color: transparent;
	background-image: url('../images/page_left_shadow_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
#RightShadow
{
	width: 11px;
	background-color: transparent;
	background-image: url('../images/page_right_shadow_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
#Center
{
	height: 90%;
	width: 930px;
	min-width: 930px;
	vertical-align: top;
	background-color: #FFFFFF;
}
#AdTop
{
	padding: 5px;
	background-image: url('../images/leaderboard_bg_tile.gif');
	background-position: left top;
	background-repeat: repeat;
	background-color: #333333;
	height: 90px;
	text-align: center;
}
#Header
{
	clear: both;
	border-top: solid 2px #EC151B;
	height: 94px;
	background-image: url('../images/nav_bg_tile.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}
#Header .MagLogo
{
	float: left;
	text-align: left;
	width: 226px;
}
#Header .MagLogo img
{
	border: none;
}
#Header .StoreLogo
{
	float: right;
	text-align: right;
	margin-right: 20px;
}
#Header .StoreLogo img
{
	border: none;
}
#Header .Menu
{
	clear:both;
	width: 930px;
	height: 25px;
	text-align: center;
	background-color: #000033;
	background-image: url('../images/bg_menu.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
#Main
{
	clear:both;
	width: 900px;
	margin: 15px;
	padding: 0px;
}
#MainBottom
{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	clear: both;
}

#MainBottom .FooterLinks
{
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 20px 10px 20px;
	background-color: #021C6F;
	border-top: solid 2px #EC151B;
}
#MainBottom .FooterLinks img
{
	float: right;
	border: none;
}
#MainBottom .FooterCopyright
{
	font-size: 8pt;
	margin-top: 15px;
	text-align: center;
}
#MainBottom a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#MainBottom a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#MainBottom a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
#ColumnCenter
{
	width: 482px;
	margin: 0px 250px 0px 0px;
}
#ColumnRight
{
	float: right;
	width: 250px;
}

/* -------------------------- controls ------------------------------------- */
.login_inputbox {
	border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px;
	border-top-color: #000000; border-left-color: #000000; border-bottom-color: #000000; border-right-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 10pt;  color: #000000; 
	background-color: #99ccff;
}

.login_button {
	border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px;
	border-top-color: #000000; border-left-color: #000000; border-bottom-color: #000000; border-right-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 10pt;  font-weight: bold; color: #ffffff; 
	background-color: #336699; vertical-align: middle;
}

.search_button {
	border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px;
	border-top-color: #000000; border-left-color: #000000; border-bottom-color: #000000; border-right-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 9pt;  font-weight: normal; color: #000000; 
	background-color: #cccc99; vertical-align: middle; 
}

.update_button {
	border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px;
	border-top-color: #000000; border-left-color: #000000; border-bottom-color: #000000; border-right-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 9pt;  font-weight: normal; color: #ffffff; 
	background-color: #333366; vertical-align: middle;
}

.inputbox {
	background-color: #99ccff;
}

.inputbox_gift {
	background-color: #99ccff; height:13pt; font-size: 9pt; 
}

select {
	background-color: #99ccff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000;
}

.inputbox_readonly {
	border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;
	border-top-color: #ffffff; border-left-color: #ffffff; border-bottom-color: #ffffff; border-right-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 10pt;  color: #000000; font-weight: bold;
	background-color: #ffffff; text-align: right;
}

/* -------------------------- hyper links -------------------------------- */


/* -------------------------- control labels ----------------------------- */
.cLabel_nwb {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold;
}
.cLabel_swb {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: bold;
}
.cLabel_sw {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal;
}
.cLabel_swg {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #999999; font-weight: normal;
}
.cLabel_select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #663333; font-weight: bold;
}
a.cLabel_sw:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal; text-decoration: none;
}
a.cLabel_sw:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal; text-decoration: underline;
}
a.cLabel_sw:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal; text-decoration: none;
}

/* ------------------------- labels -------------------------------------- */
.logoLabel_w {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14pt; color: #ffffff; font-weight: bold;
}
.logoLabel_b {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13pt; color: #000000; font-weight: bold;
}
.label_head {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12pt; color: #ffffff; font-weight: bold;
}
.label_subhead_p {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #cc0033; font-weight: bold;
}
.label_subhead {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; color: #003399; font-weight: bold;
}
.label_subhead_b {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; color: #333366; font-weight: bold;
}
.label_selected {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11pt; color: #ffcc99; font-weight: bold;
}
.label_errmsg {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #cc0000; font-weight: bold;
}


/* ------------------------- list ------------------------------------------- */
.list_body {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: normal;
}
a.list_body:link {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; text-decoration: none;
}
a.list_body:visited {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; text-decoration: none;
}
a.list_body:hover {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; text-decoration: underline;
}

.list_body_b {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold;
}
.list_sales_price {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12pt; color: #990000; font-weight: bold;
}
.list_price_scratch {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: normal; text-decoration: line-through;
}

.list_subhead {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; color: #ffffff; font-weight: bold; background-color: #333366;
}

.list_body_s {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; font-weight: normal;
}

