/***********************************************************************
	1 - UNIVERSAL STYLES
************************************************************************/

html {
	height: 100%;
}


* { 
	margin: 0; 
	padding: 0; 
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT
************************************************************************/

#container {
	margin: 0 auto;
	width: 163px;
	min-height: 100%;
	text-align: left;
}


/***********************************************************************
	3 - FOOTER NAVIGATION
************************************************************************/

#footer a {
	float: left; 
	height: 5px;
}

#footer span {
	display: none;
}

#footer .css {
	background-image: url("http://www.tokyocube.com/img/btn/btn_footer_css.gif"); 
	width: 22px;
}

#footer .xhtml {
	background-image: url("http://www.tokyocube.com/img/btn/btn_footer_xhtml.gif"); 
	width: 38px;
}

#footer .contactus {
	background-image: url("http://www.tokyocube.com/img/btn/btn_footer_contactus.gif"); 
	width: 74px;
}

#footer .aboutus {
	background-image: url("http://www.tokyocube.com/img/btn/btn_footer_aboutus.gif"); 
	width: 62px;
}

#footer .favourites {
	background-image: url("http://www.tokyocube.com/img/btn/btn_footer_favourites.gif"); 
	width: 96px;
}

#footer .rss {
	background-image: url("http://www.tokyocube.com/img/btn/btn_footer_rss.gif"); 
	width: 139px;
}


/***********************************************************************
	4 - SHADOWBOXS
************************************************************************/

.shadowbox_left,
.shadowbox_middle,
.shadowbox_right {
	background: url("http://www.tokyocube.com/img/bg/bg_shadowbox_topleft.gif") top left no-repeat;
	z-index: 0;
	position: relative;
	margin-bottom: 10px;
} 

.shadowbox_left h6,
.shadowbox_middle h6,
.shadowbox_right h6 {
	position: relative;
	z-index: 0;
	background: url("http://www.tokyocube.com/img/bg/bg_shadowbox_topright.gif") top right no-repeat;
	font-size: 1px;
	padding: 12px 0 0 0;
	right: -8px;
}

.shadowbox_left {
	width: 163px;
}

#shadowbox_quicklinks, 
#shadowbox_newsletter, 
#shadowbox_news,
#shadowbox_news_other, 
#shadowbox_email,
#shadowbox_search,
#shadowbox_design,
#shadowbox_translation,
#shadowbox_aboutus,
#shadowbox_competition,
#shadowbox_login,
#shadowbox_content {
	position: relative;
	height: 14px;
	z-index: 1;
}


#tab_recent {
	background-image: url(""); 
	width: 51px;
}

#tab_categories {
	background-image: url(""); 
	width: 51px;
}

#tab_articles {
	background-image: url(""); 
	width: 51px;
}

.shadowbox_body,
#tab_content_recent,
#tab_content_categories,
#tab_content_articles {
	position: relative;
	z-index: 0;
	background: url("http://www.tokyocube.com/img/bg/bg_shadowbox_right.gif") top right repeat-y;
	margin: -2em 0 4px 0;
	padding: 15px 12px 15px 0;
	right: -8;
}



.shadowbox_body ul,
#tab_content_recent ul,
#tab_content_categories ul,
#tab_content_articles ul {
	list-style-type: none;
	padding: 10px 10px 5px 3px;
}

.shadowbox_body li,
#tab_content_recent li,
#tab_content_categories li,
#tab_content_articles li {
	background: url("http://www.tokyocube.com/img/bg/bg_shadowbox_dotted_line.gif") bottom left repeat-x;
	margin-top: 2px;
	height: 18px;
}

.shadowbox_body p,
#tab_content_recent p,
#tab_content_categories p,
#tab_content_articles p {
	margin: 10px 0 10px 2px;
}

.shadowbox_body h5,
#tab_content_recent h5,
#tab_content_categories h5,
#tab_content_articles h5 {
	background: url("http://www.tokyocube.com/img/bg/bg_page_dotted_line.gif") bottom left repeat-x;
	font-size: 10px;
	font-family: arial, verdana, sans-serif;
	color: #990000;
	line-height: 16px;
	padding: 1px 0 7px 0;
}

.shadowbox_body form,
#tab_content_recent form,
#tab_content_categories form,
#tab_content_articles form {
	margin: 0 0 7px 2px;
}

.shadowbox_body span,
#tab_content_recent span,
#tab_content_categories span,
#tab_content_articles span { 
	color: #990000; 
}

#tab_content_recent a,
#tab_content_categories a,
#tab_content_articles a { 
	padding-left: 7px; 
}

.shadowbox_footer {
	position: relative;
	z-index: 0;
	background: url("http://www.tokyocube.com/img/bg/bg_shadowbox_bottomleft.gif") bottom left no-repeat;
}

.shadowbox_bottom {
	position: relative;
	z-index: 0;
	background: url("http://www.tokyocube.com/img/bg/bg_shadowbox_bottomright.gif") bottom right no-repeat;
	padding: 0;
	display: block;
	height: 10px;
	margin: -10px 0 0 0;
	right: -8px;
}

.shadowbox_long {	
	z-index: 0;
	background: url("http://www.tokyocube.com/img/bg/shadowbox_leftborder.gif") top left repeat-y;
}

