
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}


body {
	margin:0px;
	padding:0px;
	height: 100%;
	text-align:justify;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	overflow: hidden;
	background: #000000;

	/*color: #9c9c9c;*/
	/*color: #b08e4b;*/
	color: #FFFFFF;
}

h1 {
	font-size: 14px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

table {
	margin: 0px;
	padding: 0px;
}



/* Formformatting */
input
{
	font-family: verdana, arial, sans-serif;
	font-size:10px;
}

input.text, input.password
{
	border: #000000 1px solid;
	background: #FFFFFF;
	color: #000000;
	width: 200px;
}

input.checkbox
{
	margin: 0;
	padding: 0;
	background: none;
	color: #FFFFFF;
}

input.small
{
	border: #000000 1px solid;
	background: #FFFFFF;
	color: #000000;
	width: 50px;
}

input.submit, input.button
{
	border: #FFFFFF 1px solid;
	background: #4b291c;
	color: #FFFFFF;
	font-style: italic;
}

select
{
	border: #000000 1px solid;
	background: #FFFFFF;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
}

option.option
{
	font-family: verdana, arial, sans-serif;
	font-size:10px;
}
option.optionselected
{
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	font-style: italic;
}

textarea
{
	border: #000000 1px solid;
	width: 250px;
	height:200px;
	background: #FFFFFF;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
}

textarea.htmlarea
{
	width: 555px;
	height: 450px;
}



.guestbook_message {
	position: relative;
	/*margin: 0px auto 0px auto; */
	width: 90%;
}
.guestbook_message .ghosted {
	color: #cecece;
}
.guestbook_message .ghosted a {
	color: #cecece;
}
.guestbook_name {
	font-weight: bold; font-style: italic;
}
.guestbook_datetime {
	position: absolute;
	right: 0px;
	font-style: italic;
}
.guestbook_ip {
	font-style: italic;
	margin-left: 10px;
}
.guestbook_host {
	font-style: italic;
	margin-left: 10px;
}
.guestbook_divisor {
	margin: 0px auto 10px auto;
	width: 90%;
	height: 10px;
	border-bottom: 1px solid #959697;
}


.menu_block .menu_block {
	margin-left: 10px;
}

.center_hor {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -380px;
	height: 100%;
	width: 760px;
	overflow: auto;
}

.content {
	position: absolute;
	top: 0px;
	left: 160px;
	bottom: 0px;
	width: 570px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #eeeeee;
}

.module_block {
	/*background: #eeeeee;*/
	/*width: 120px;*/

	margin-bottom: 20px;
	padding: 5px;
}


.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
}

.news_item {
	position: relative;
	margin-bottom: 20px;
}

.news_title {
	font-style: italic;
}

.news_date {
	font-size: 10px;
}

.news_author {
	font-size: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {
}




/* Page images Layout SO 001 Style */
.centered {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -378px;
	width: 765px;
	height: 100%;
	background: url('/visuals/SO_010/content_top_center2.png') repeat-y;
	z-index: 1;
	overflow: hidden;
}

.logo_center
{
	position:absolute;
	left:0px;
	top:0px;
	width:765px;
	height:75px;
	background: url('/visuals/SO_010/logo_center2.png') no-repeat;
}

.content_center
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:765px;
	top:75px;
	background: url('/visuals/SO_010/content_bottom_center2.png') no-repeat top;

	/* IE only hack, for it being stupid */
}

.inactive_logo_left
{
	position:absolute;
	top:0px;
	right:opx;
	width:136px;
	height:75px;
	background: url('/visuals/SO_010/logo_left2.png') no-repeat;
	/*overflow: hidden;*/
}

.inactive_logo_right
{
	position:absolute;
	top:0px;
	left:0px;
	width:122px;
	height:75px;
	background: url('/visuals/SO_010/logo_right2.png') no-repeat;
	/*overflow: hidden;*/
}

.inactive_left
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -514px;
	height: 100%;
	width:136px;
	background: url('/visuals/SO_010/content_top_left2.png');
	overflow: hidden;
}

.inactive_left_img
{
	position:absolute;
	top:75px;
	right:0px;
	height:577px;
	width:136px;
	background: url('/visuals/SO_010/content_bottom_left2.png') no-repeat;
	overflow: hidden;
}

.inactive_right
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 378px;
	height: 100%;
	width:122px;
	background: url('/visuals/SO_010/content_top_right2.png');
	overflow: hidden;
}

.inactive_right_img
{
	position:absolute;
	top:75px;
	left:0px;
	height:577px;
	width:122px;
	background: url('/visuals/SO_010/content_bottom_right2.png') no-repeat;
	overflow: hidden;
}

/* Page text Layout */
.content_text
{
	position:absolute;
	left:110px;
	padding-left:40px;
	padding-right:10px;
	top:0px;
	width:594px;
	bottom:25px;
	overflow:auto;

	/* IE only hack, for it being stupid */
}

.content_text_column_a
{
	position: absolute;
	left: 0px;
	padding-left:40px; /* Creating the content beneath the menu layout to make menu work in most browsers/ using padding to position content right */
	top: 40px;
	width: 275px;
}

.content_text_column_b
{
	position: absolute;
	right: 20px;
	top: 40px;
	width: 280px;
}

.content_text_column_a_b
{
	position: absolute;
	left: 0px;
	padding-left:40px; /* Creating the content beneath the menu layout to make menu work in most browsers/ using padding to position content right */
	top: 40px;
	width: 580px;
}


.content_footer
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:765px;
	height:15px;
	text-align:center;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
}

.basket_icon
{
	position: absolute;
	left: 3px;
	bottom: 30px;
	width:120px;
	text-align:center;
}

.logout_div
{
	position: absolute;
	right: 5px;
	top: -19px;
	font-size:10px;
	text-align:right;
	color: #FFFFFF;
}

/* Standard links */
a:link
{
	color: #d18b10;
	text-decoration: none;
}

a:visited
{
	color: #d18b10;
	text-decoration: none;
}

a:active
{
	color: #d18b10;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


/* Begin CSS Popout Menu */

#menu {
	position:absolute;
	top:7px;
	left:14px;
	z-index:900;
	width:110px;
	/* padding-bottom:12em;  To allow room for bottom dropdown */
}

#menu a {
	display:block;
	border-width:1px;
	border-style:solid;
	/*border-color:#6c6c6c #6c6c6c #6c6c6c #6c6c6c;*/
	border-color:#d18b10 #d18b10 #d18b10 #d18b10;
	margin:0;
	padding:1px 3px;
	color:#FFFFFF;
	background:#4b291c;
	text-decoration:none;
}

#menu a:hover{
	background:#000000;
}

#menu a:active{
	background:#000000;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
	position:relative;
}

div#menu li ul{
	position:absolute;
	top:0px;
	left:100%;
	display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display:block;
}

/* End non-anchor hover selectors */

/* Rating images */
.rating_whole 
{
	float:left;
	width:10px;
	height:10px;
	background: url('/visuals/SO_010/rating_whole.png') no-repeat;
}
.rating_half 
{
	float:left;
	width:10px;
	height:10px;
	background: url('/visuals/SO_010/rating_half.png') no-repeat;
}
.rating_none 
{
	float:left;
	width:10px;
	height:10px;
	background: url('/visuals/SO_010/rating_none.png') no-repeat;
}



/* Forum style */
.forum_image_read 
{
	width:20px;
	height:20px;
	background: url('/visuals/SO_011/read.gif') no-repeat;
}

.forum_image_unread 
{
	width:20px;
	height:20px;
	background: url('/visuals/SO_010/unread.gif') no-repeat;
}
.forum_row_head, .shop_row_head
{
	position: relative;
	padding: 5px;
	width: 580px;
	margin-bottom: 10px;
	font-size:10px;
}
.forum_row_1, .shop_row_1
{
	position: relative;
	width: 580px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 1px solid #3A2124;
	border-right: 1px solid #2D1F1E;
	border-bottom: 1px solid #2D1F1E;
	border-left: 1px solid #3A2124;
	background:#4b291c;
	font-size:10px;
	color:#FFFFFF;
}
.forum_row_2, .shop_row_2
{
	position:relative;
	width: 580px;
	padding: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #3A2124;
	border-right: 1px solid #2D1F1E;
	border-bottom: 1px solid #2D1F1E;
	border-left: 1px solid #3A2124;
	background:#7d560a;
	font-size:10px;
	color:#FFFFFF;
}

.forum_read
{
	vertical-align:top;
	text-align: center;
	width: 25px;
	font-size:10px;
}

.forum_name
{
	vertical-align:top;
	width: 255px;
	font-size:10px;
}

.forum_num_topics
{
	vertical-align:top;
	text-align: right;
	width: 75px;
	font-size:10px;
}

.forum_num_messages
{
	vertical-align:top;
	text-align: right;
	width: 75px;
	font-size:10px;
}

.forum_last_message
{
	vertical-align:top;
	text-align: right;
	width: 150px;
	font-size:10px;
}

.forum_description
{
	vertical-align:top;
	padding-top: 10px;
	font-style:italic;
	font-size:10px;
}


.forum_topic_read
{
	vertical-align:top;
	text-align: center;
	width: 25px;
	font-size:10px;
}

.forum_topic_name
{
	vertical-align:top;
	width: 225px;
	font-size:10px;
}

.forum_topic_started_by
{
	vertical-align:top;
	text-align: left;
	width: 105px;
	font-size:10px;
}

.forum_topic_num_messages
{
	vertical-align:top;
	text-align: right;
	width: 75px;
	font-size:10px;
}

.forum_topic_last_message
{
	vertical-align:top;
	text-align: right;
	width: 150px;
	font-size:10px;
}

.forum_topic_moderate
{
	vertical-align:top;
	text-align: right;
	padding-top: 10px;
	font-style:italic;
	font-size:10px;
}

.forum_message_name
{
	vertical-align:top;
	width: 125px;
	font-size:10px;
}

.forum_message_quote
{
	vertical-align:top;
	width: 305px;
	font-size:10px;
}

.forum_message_last_message
{
	vertical-align:top;
	text-align: right;
	width: 150px;
	font-size:10px;
	font-style:italic;
}

.forum_message
{
	vertical-align:top;
	width: 455px;
	font-size:10px;
}
.forum_message_moderate
{
	vertical-align:top;
	text-align: right;
	padding-top: 10px;
	font-style:italic;
	font-size:10px;
}

.quote
{
	border-left: 1px solid #66363E;
	padding-left: 10px;
	margin-left: 10px;
}

.shipping_costs_tbl
{
}

.shipping_costs_location
{
	color: #000000;
	background: #2D1F1E;
	text-align:center;
	font-weight:bold;
}

.shipping_costs_number
{
	color: #000000;
	background: #2D1F1E;
	text-align:left;
	font-weight:bold;
}

.shipping_costs_cur
{
	color: #000000;
	background: #2D1F1E;
	text-align:right;
	font-weight:bold;
}

.shipping_costs_col
{
	color: #000000;
	background: #111111;
	border-right: 1px solid #2D1F1E;
	border-bottom: 1px solid #2D1F1E;
	text-align:right;
}

.releases_table_head {
	background: #111111;
	color: #FFFFFF;
}

.releases_table_border {
	border: 1px solid #111111;
}

.releases_td_border {
	border-right: 1px solid #111111;
}
