body,div,span,a,img,form,center,table,thead,tbody,tr,td{
	margin:0;
	border:0;
	padding:0;
	font-size:10pt;
}
body{
	cursor:default;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	color:#000;
	background-color:#333;
}
a{
	cursor:default;
	text-decoration:none;
	color:#000;
}
a:hover{
	cursor:pointer;
	color:#888;
}
#header,
#footer,
#content{
	width:800px;
}
#header{
	background-color:#000;
}
#header .left,
#header .right{
	width:64px;
	text-align:center;
	vertical-align:middle;
}
#header .top{
	border-color:#666;
	border-bottom-style:solid;
	border-width:1px;
	padding-top:1em;
	padding-bottom:0.35em;
	text-align:center;
	/*white-space:nowrap;*/
}
#header .top a{
	text-transform:uppercase;
	font-size:11pt;
	letter-spacing:1.5em;
	color:#fff;
}
#header .bottom{
	padding-top:0.5em;
	padding-bottom:1.4em;
	text-align:center;
	font-size:7pt;
}
#header .bottom a{
	margin-left:0.7em;
	margin-right:0.7em;
	/*white-space:nowrap;*/
	text-transform:uppercase;
	font-size:7pt;
	font-weight:bold;
	letter-spacing:0.3em;
}
#header .bottom a{
	color:#bbb;
}
#header .bottom a:hover{
	color:#fff;
}
#footer{
	padding-top:0.5em;
	padding-bottom:0.5em;
}
#footer a,
#footer span{
	margin-left:0.5em;
	margin-right:0.5em;
	color:#888;
	font-size:9pt;
	/*white-space:nowrap;*/
	text-transform:lowercase;
}
#footer span{
	margin-left:1em;
	color:#666;
}
#footer a:hover{
	color:#fff;
}
#content{
	background-color:#fff;
}
#title{
	padding-top:0.4em;
	padding-bottom:0.4em;
	color:#fff;
	text-align:center;
	font-size:7pt;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.3em;
	background-position:left;
	background-repeat:repeat-x;
}
.shadow_top,
.shadow_bottom{
	background-repeat:repeat-x;
}
.shadow_top{
	padding-bottom:3em;
	background-position:left top;
	background-image:url(core/shadow_1_top.gif);
}
.shadow_bottom{
	padding-top:4em;
	background-position:left bottom;
	background-image:url(core/shadow_1_bottom.gif);
}
.info{
	border-top-style:solid;
	border-width:1px;
	border-color:#888;
	padding:1em;
	text-align:center;
}
.info span{
	font-size:14pt;
}
#dev_info{
	padding:5em;
	text-align:center;
	color:#888;
}
#dev_info *+*{
	padding-top:2em;
}
#dev_info td{
	padding:0.2em;
	color:#888;
	border-width:1px;
	border-bottom-style:solid;
	border-color:#444;
}
#dev_info td:first-child{
	padding-right:0.5em;
	text-align:right;
}
#dev_info tr:first-child td{
	text-align:center;
	background-color:#444;
}
.message{
	text-align:center;
	color:#000;
	background-color:#fff;
}
.message .shadow_top{
	padding-bottom:5em;
	background-image:url(core/shadow_1_top.gif);
}
.message .shadow_bottom{
	padding-top:5em;
	background-image:url(core/shadow_1_bottom.gif);
}
.page_list{
	margin-left:64px;
	margin-right:64px;
	margin-bottom:2em;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#ccc;
	text-align:center;
}
.page_list a{
	margin-left:0.3em;
	margin-right:0.3em;
	color:#888;
}
.page_list .current{
	font-weight:bold;
	color:#000;
}
.page_list a:hover{
	color:#000;
}
#flow .arrow,
#flow .image{
	text-align:center;
	vertical-align:middle;
}
#flow .arrow{
	width:150px;
}
#flow .image{
	height:400px;
	width:400px;
}
#flow_left,
#flow_right{
	display:none;
}
.x_form{
	padding-top:0.3em;
	background-position:left;
	background-repeat:repeat-x;
}
.x_form .sep{
	padding-left:2em;
}
.y_form td{
	padding:0.2em;
	text-align:left;
}
.y_form .label{
	padding-right:1em;
	text-align:right;
}
.y_form input.text{
	width:20em;
}
.y_form input.code{
	width:10em;
}
.xy_form td{
	border-bottom-style:solid;
	border-width:1px;
	border-color:#ccc;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align:center;
	vertical-align:middle;
}
.xy_form thead td{
	vertical-align:bottom;
}
.xy_form tbody td{
	background-color:#eee;
}
.xy_form tfoot td{
	border-style:none;
	padding-top:0.2em;
	padding-bottom:0.2em;
}
.xy_form .left{
	text-align:left;
}
.xy_form .right{
	text-align:right;
}
checkbox,
select,
input{
	border-style:solid;
	border-width:1px;
	border-color:#888;
	background-color:#fff;
}
input{
	padding-left:0.4em;
	padding-right:0.4em;
}
input.quantity{
	padding:0;
	width:2.5em;
	text-align:center;
}
.button a,
.off_button{
	display:block;
	border-left-style:solid;
	border-width:1px;
	border-color:#777;
	padding-left:0.7em;
	padding-right:0.7em;
	padding-top:0.075em;
	padding-bottom:0.075em;
	background-position:left;
	background-repeat:repeat-x;
	background-image:url(core/button.gif);
	text-transform:lowercase;
	color:#fff;
}
.button a:hover,
.off_button{
	color:#aaa;
}
.button .x_arrow,
.off_button .x_arrow{
	position:relative;
	top:-0.15em;
	font-size:7pt;
}
.button .y_arrow,
.off_button .y_arrow{
	position:relative;
	top:-0.15em;
	font-size:6pt;
}
.button .single_arrow,
.off_button .single_arrow{
	position:relative;
	top:-0.2em;
	font-size:7pt;
}
.tab a{
	display:block;
	border-left-style:solid;
	border-width:1px;
	border-color:#777;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.075em;
	padding-bottom:0.075em;
	background-position:left;
	background-repeat:repeat-x;
	background-image:url(core/tab.gif);
	text-transform:lowercase;
	color:#000;
}
.tab a:hover{
	color:#777;
}
.choice a{
	display:block;
	border-left-style:solid;
	border-width:1px;
	border-color:#bbb;
	padding-left:0.7em;
	padding-right:0.5em;
	padding-top:0.075em;
	padding-bottom:0.075em;
	background-position:left;
	background-repeat:repeat-x;
	background-image:url(core/choice.gif);
	text-transform:lowercase;
	color:#000;
}
.choice a:hover{
	color:#777;
}
.choice span{
	position:relative;
	top:-0.15em;
	font-size:6pt;
}
.menu,
.dialog{
	visibility:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}
/*removed to avoid bad placement of sub menus due to the border*/
/*.menu{
	border-style:solid;
	border-width:1px;
	border-left-width:5px;
	border-color:#000;
}*/
.menu{
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#000;
}
.menu td{
	border-left-style:solid;
	border-width:5px;
	border-color:#000;
}
.menu a{
	display:block;
	border-top-style:solid;
	border-width:1px;
	border-color:#ccc;
	padding-left:0.8em;
	padding-right:0.8em;
	padding-top:0.15em;
	padding-bottom:0.15em;
	background-position:left;
	background-repeat:repeat-x;
	background-image:url(core/menu_item.gif);
	text-transform:lowercase;
	color:#000;
}
.menu a:hover{
	color:#777;
}
.menu tr:first-child a{
	border-color:#000;
}
.menu span{
	position:relative;
	top:-0.15em;
	padding-right:0.5em;
	font-size:6pt;
}
.dialog{
	border-style:solid;
	border-width:1px;
	border-color:#000;
	width:15em;
	background-color:#fff;
}
.dialog .content{
	padding:0.8em;
	padding-bottom:0;
}
.dialog .content .title,
.dialog .content .text,
.dialog .content .price{
	text-align:center;
	color:#000;
}
.dialog .content .title{
	padding-bottom:0.5em;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.dialog .content .text{
	padding-bottom:1em;
}
.dialog .content .price{
	padding-bottom:1em;
}
.dialog .content .price span{
	font-size:12pt;
	font-weight:bold;
}
.dialog .x_form{
	padding-top:0;
	background-color:transparent;
	background-image:none;
}