/* ----- TAGS ----- */
body
	{
	width: 100%;
	text-align: center;
	background-color: #334650;
	margin: 0px;
	color: black;
	font: 12px Tahoma;
	color: black;
	}
td
	{
	vertical-align: top;
	}
ul
	{
	list-style-type: square;
	color: #499dc9;
	margin: 0px 4px 0px 4px;
	padding: 0px 4px 0px 16px;
	width: 100%:
	}
a
	{
	font: 12px Tahoma;
	color: black;
	text-decoration: none;
	border: 0px;
	}
img
	{
	border: 0px;
	}
div.single_article_content a
	{
	font: 12px Arial;
	color: #53759B;
	text-decoration: underline;
	}
div.single_article_content a:hover
	{
	text-decoration: none;
	}
div.gokimperium_container a
	{
	text-decoration: underline;
	}
div.gokimperium_container a:hover
	{
	text-decoration: none;
	}
/* ----- <END> TAGS ----- */

/* ----- ATTRIBUTES ----- */
.att_float_left
	{
	float: left;
	}
.att_float_right
	{
	float: left;
	}
.att_position_absolute
	{
	position: absolute;
	}
.att_clear_both
	{
	clear: both;
	}
.att_vertical_align_middle
	{
	vertical-align: middle;
	}
.att_display_none
	{
	display: none;
	}
/* ----- <END> ATTRBIUTES ----- */

/* ----- MAIN ----- */
div.main_container
	{
	width: 1000px;
	background-image: url('../images/container.png');
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: center;
	}
div.main_content_container
	{
	width: 906px;
	margin: 0px auto;
	}
div.content_container
	{
	width: 73%;
	float: left;
	}
div.content_inner
	{
	text-align: left;
	padding: 16px 4px 16px 16px;
	}
div.rsb_container
	{
	width: 27%;
	float: left;
	}
div.rsb_inner
	{
	padding: 16px 0px 0px 0px;
	}
div.footer_container
	{
	background-color: #dcdcdc;
	width: 906px;
	margin: 24px 0px 0px 47px;
	color: #7a7a7a;
	}
div.footer_content_container
	{
	padding: 12px;
	}
/* ----- <END> MAIN ----- */

/* ----- GENERAL ----- */
a.readmore
	{
	font: 12px Tahoma;
	color: #456479;
	font-style: italic;
	text-decoration: none;
	}
a.readmore:hover
	{
	text-decoration: underline;
	}
span.li_text
	{
	color: black;
	font-weight: normal;
	}
.sc_color1
	{
	background-color: #e9e9e9;
	}
.sc_color2
	{
	background-color: #e3e3e3;
	}
div.toplist_item
	{
	width: 100%;
	padding-left: 4px;
	font: 12px Tahoma;
	}
span.toplist_item_position
	{
	color: #499dc9;
	font-weight: bold;
	}
/* ----- <END> GENERAL ----- */

/* ----- HEADER ----- */
div.header_container
	{
	width: 100%;
	height: 128px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	margin: 0;
	}
/* ----- <END> HEADER ----- */

/* ----- SEPARATORS ----- */
div.header_menu_separator
	{
	width: 100%;
	height: 9px;
	background-image: url('../images/header_menu_separator.png');
	background-repeat: repeat-x;
	margin: 0;
	}
/* ----- <END> SEPARATORS ----- */

/* ----- MENU ----- */
div.menu_container
	{
	width: 100%;
	height: 28px;
	background-image: url('../images/menu_background.png');
	background-repeat: repeat-x;
	}
div.menu_content_container
	{
	padding: 0px 4px 0px 16px;
	font: 12px Tahoma;
	}
div.menu_second_item
	{
	padding: 6px 8px 0px 8px;
	min-width: 56px;
	height: 28px;
	background-image: url('../images/menu_item_background.png');
	background-repeat: repeat-x;
	float: left;
	text-align: center;
	}
.menu_second_item_text
	{
	margin: 0px;
	font: 12px Tahoma;
	color: #86a2b5;
	text-align: center;
	}
div.menu_main_item
	{
	padding: 6px 16px 0px 16px;
	float: left;
	text-align: center;
	}
.menu_main_item_text
	{
	margin: 0px;
	font: 12px Tahoma;
	color: #ffae00;
	text-align: center;
	}
a.menu_second_link
	{
	color: #86a2b5;
	}
a.menu_main_link
	{
	color: #ffae00;
	}
div.menu_second_separator_left
	{
	width: 9px;
	height: 28px;
	background-image: url('../images/menu_left_separator.png');
	background-repeat: no-repeat;
	float: left;
	}
div.menu_second_separator
	{
	width: 9px;
	height: 28px;
	background-image: url('../images/menu_separator.png');
	background-repeat: no-repeat;
	float: left;
	}
div.menu_second_separator_right
	{
	width: 9px;
	height: 28px;
	background-image: url('../images/menu_right_separator.png');
	background-repeat: no-repeat;
	float: left;
	}
/* ----- <END> MENU ----- */

/* ----- TOP BAR ----- */
div.topbar_container
	{
	width: 100%;
	height: 30px;
	background-image: url('../images/topbar_background.png');
	background-repeat: repeat-x;
	font: 10px Arial;
	}
div.topbar_title_container
	{
	padding-left: 20px;
	padding-top: 9px;
	position: absolute;
	}
.topbar_title_container_text
	{
	margin: 0px;
	font: 10px Arial;
	color: white;
	}
.topbar_title_container_text a
	{
	margin: 0px;
	font: 10px Arial;
	color: white;
	}
.topbar_title_container_text a:hover
	{
	text-decoration: underline;
	}
div.topbar_title2_container
	{
	padding-right: 16px;
	padding-top: 9px;
	float: right;
	}
.topbar_title2_container_text
	{
	margin: 0px;
	font: 10px Arial;
	color: white;
	}
/* ----- <END> TOP BAR ----- */

/* ----- INFORMATION ----- */
div.information_container
	{
	width: 190px;
	height: 75px;
	background-image: url('../images/information_container.png');
	background-repeat: no-repeat;
	float: right;
	margin-right: 8px;
	margin-top: 24px;
	padding: 8px 2px 8px 2px;
	}
input.search_phrase
	{
	text-align: left;
	border: 1px solid;
	border-color: #9d9c99;
	background-image: url('../images/search_input_background.png');
	background-repeat: repeat-x;
	width: 164px;
	font: 11px Arial;
	font-weight: bold;
	color: #dfdfdf;
	height: 12px;
	padding: 4px;
	}
div.information_bottom_container
	{
	padding: 4px;
	margin-top: 8px;
	height: 22px;
	}
input.search_button
	{
	width: 49px;
	height: 22px;
	float: left;
	}
div.information_links
	{
	margin-left: 16px;
	margin-top: 4px;
	font: 12px Tahoma;
	font-weight: bold;
	color: #dfdfdf;
	float: left;
	}
a.information_link
	{
	font: 12px Tahoma;
	font-weight: bold;
	color: #dfdfdf;
	text-decoration: none;
	}
a.information_link:hover
	{
	text-decoration: underline;
	}
/* ----- <END> INFORMATION ----- */

/* ----- EXTRA CONTENT ----- */
div.ec_half_container
	{
	width: 300px;
	margin: 0px 0px 0px 16px;
	float: left;
	}
div.ec_half_header_left
	{
	width: 4px;
	height: 31px;
	float: left;
	background-image: url('../images/extracontent_header_left.png');
	background-repeat: no-repeat;
	}
div.ec_half_header_center
	{
	height: 31px;
	margin: 0px 4px 0px 4px;
	background-image: url('../images/extracontent_header_center.png');
	background-repeat: repeat-x;
	}
div.ec_half_header_right
	{
	width: 4px;
	height: 31px;
	float: right;
	background-image: url('../images/extracontent_header_right.png');
	background-repeat: no-repeat;
	}
div.ec_header_content_icon
	{
	position: absolute;
	padding-left: 16px;
	padding-top: 6px;
	}
div.ec_header_content
	{
	padding-left: 40px;
	padding-top: 8px;
	font: 11px Tahoma;
	color: white;
	}
.ec_header_content_text
	{
	margin: 0px;
	font: 11px Tahoma;
	color: white;
	}
div.ec_header_content a
	{
	font: 11px Tahoma;
	color: white;
	}
div.ec_header_content a:hover
	{
	text-decoration: underline;
	}
div.ec_header_content_rb
	{
	position: relative;
	padding-top: 2px;
	float: right;
	font: 11px Tahoma;
	color: #C2D0D5;
	text-align: right;
	}
div.ec_content_rb
	{
	position: relative;
	right: 12px;
	bottom: 18px;
	font: 10px Tahoma;
	float: right;
	text-align: right;
	font-style: italic;
	}
div.ec_rating_content
	{
	font: 10px Tahoma;
	margin-top: -6px;
	}
div.ec_content_lb
	{
	padding: 8px;
	font: 12px Tahoma;
	font-style: italic;
	}
div.ec_2lines
	{
	padding-top: 2px;
	}
div.ec_content
	{
	background-color: #d9d9d9;
	border: 1px solid;
	border-top: 0px;
	border-color: #aaaaaa;
	font: 11px Tahoma;
	padding: 0px;
	overflow: hidden;
	}
div.ec_text_content
	{
	padding: 4px;
	}
td.ec_text_content
	{
	padding: 0px 6px 0px 6px;
	}
/* ----- <END> EXTRA CONTENT ----- */

/* ----- RIGHT SIDEBAR ----- */
div.rsb_tab_container
	{
	width: 95%;
	margin-bottom: 12px;
	text-align: center;
	}
div.rsb_tab_header_left
	{
	width: 7px;
	height: 30px;
	float: left;
	background-image: url('../images/rsb_tab_header_left.png');
	background-repeat: no-repeat;
	}
div.rsb_tab_header_center
	{
	text-align: left;
	height: 30px;
	margin: 0px 7px 0px 7px;
	background-image: url('../images/rsb_tab_header_center.png');
	background-repeat: repeat-x;
	}
div.rsb_tab_header_right
	{
	width: 7px;
	height: 30px;
	float: right;
	background-image: url('../images/rsb_tab_header_right.png');
	background-repeat: no-repeat;
	}
div.rsb_tab_header_content_icon
	{
	position: absolute;
	padding-left: 6px;
	padding-top: 6px;
	}
div.rsb_tab_header_content
	{
	padding-left: 28px;
	padding-top: 7px;
	font: 12px Verdana;
	font-weight: bold;
	color: white;
	}
div.rsb_tab_content
	{
	text-align: left;
	background-color: #ededed;
	border: 1px solid;
	border-top: 0px;
	border-color: #bcbcbc;
	font: 12px Tahoma;
	padding: 2px 0px 2px 0px;
	overflow: hidden;
	}
/* ----- <END> RIGHT SIDEBAR ----- */

/* ----- FOOTER ----- */
a.footer_links
	{
	font: 12px Verdana;
	font-weight: bold;
	color: #7a7a7a;
	text-decoration: none;
	}
a.footer_links:hover
	{
	font-weight: bold;
	text-decoration: underline;
	}
div.footer_left_container
	{
	float: left;
	text-align: left;
	font: 12px Verdana;
	margin: 0px 0px 0px 12px;
	position: relative;
	}
div.footer_right_container
	{
	font: 12px Verdana;
	text-align: right;
	float: right;
	position: relative;
	margin: 0px 12px 0px 0px;
	}
/* ----- <END> FOOTER ----- */
