html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

.inner ol, .inner ul {
	list-style:outside;
}

blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background: #363636;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 1100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	min-height: 210px;
	height: auto !important;
	height: 210px;
	background: url('/images/bg.png') repeat-x;
}

#header:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#header_small {
	min-height: 116px;
	height: auto !important;
	height: 116px;
	background: url('../images/bg.png') repeat-x;
}

#header_small:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#header_inner {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#header_inner #logo {
	margin: 39px 0 10px 11px;
	font-size:30px;
	color:#030303;
}
#header_inner #logo a {font-size:30px; color:#030303; text-decoration:none;}

#header_inner #logo_small {
	position: absolute;
	top: 18px;
	left: 0px;
}

#header_inner #balans {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	
	position: absolute;
	top: 75px;
}

#header_inner #balans a:active, #header_inner #balans a:visited, #header_inner #balans a:link {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: underline;
}

#header_inner #balans a:hover {
	text-decoration: none;
}

#header_inner .line {
	width: 100%;
	height: 1px;
	background: #B8B8B8;
	border-bottom: 1px solid #DCDCDC;
	font-size: 1px;
	border-top: 0;
	line-height: 1px;
}

/* IE6 Hack */
#header_inner .line div {
	height: 1px;
}

#header_inner #top_menu ul {
	list-style: none;
	display: block;
	margin: 46px 0px 0;
}

#header_inner #top_menu ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#header_inner #top_menu li {
	float: left;
	
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin: 0 40px 0 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #E1DCDC;
	padding-bottom: 14px;
}

#header_inner #top_menu li.noselected {
	padding-bottom: 20px;
}

#header_inner #top_menu li.selected {
	border-bottom: 6px solid #969696;
}

#header_inner #top_menu li a:active, #header_inner #top_menu li a:visited, #header_inner #top_menu li a:link, #header_inner #top_menu li a:hover {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #E1DCDC;
	text-decoration: none;
}

#header_inner #top_menu li:hover {
	border-bottom: 9px solid #969696;
}

#header_inner #top_menu li.noselected:hover {
	padding-bottom: 14px;
	border-bottom: 6px solid #969696;
}

#header_inner #top_menu ul.right_menu {
	position: absolute;
	top: 55px;
}
.spodd{
	position:absolute; font:12px/1 Arial; right: 3px; top: 36px;
}
.spodd,.spodd a{color:#333333;}

#header_inner #top_menu ul.right_menu li {
	float: left;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height:1;
	margin: 0 19px 0 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #E1DCDC;
	padding-bottom: 4px;
}

#header_inner #top_menu ul.right_menu li ul{z-index:100; display:none; position:absolute; background:#eee; margin:0}
#header_inner #top_menu ul.right_menu li ul li{clear:both; border:none; padding:6px 2px}

#header_inner #top_menu ul.right_menu li a:active,
#header_inner #top_menu ul.right_menu li a:visited,
#header_inner #top_menu ul.right_menu li a:link,
#header_inner #top_menu ul.right_menu li a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #E1DCDC;
	text-decoration: none;
}

#header_inner #login_form {
	position: absolute;
	top: 9px;
	right: 0;
	
	width: 364px;
	height: 54px;
	background: url('/images/login_form.png') no-repeat top center;
	line-height: 1;
}

#header_inner #login_form .edit {
	border: 0;
	width: 99px;
	height: 16px;
	background: url('/images/input.png') no-repeat;
	margin: 10px 0 0 14px;
	
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	
	padding: 5px 9px;
}

#header #login_form .subenter {
	border: 0;
	width: 70px;
	height: 26px;
	background: url('/images/button_enter.png') no-repeat;
	margin: 10px 0 0 10px;
	cursor: pointer;
}

#header #login_form a:active, #header #login_form a:visited, #header #login_form a:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #848484;
	text-decoration: underline;
}

#header #login_form a:hover {
	text-decoration: none;
}

#header #login_form #checkboxfix {
	padding: 0 0 0 42px;
	float: left;	
	_margin-top: -4px;
}

#header .sitescreen {
	width: 187px;
	height: 133px;
	background: url('/images/screenbg.png') no-repeat;
	float: left;
	position: relative;
	margin-right: 44px;
	padding: 15px;
	
	font-family: Myriad Pro;
	font-size: 16px;
	font-weight: normal;
	color: #F5F6F7;
	line-height: 1;
}

#header .sitescreen span {
	display: block;
	margin: 10px 0;
	font-family: Arial;
}

#header .sitescreen .line {
	width: 195px;
	height: 1px;
	background: #B8B8B8;
	border-bottom: 1px solid #DCDCDC;
	font-size: 1px;
	border-top: 0;
	line-height: 1px;
	margin-left: -4px;
}

/* IE6 Hack */
#header .sitescreen .line div {
	height: 1px;
}

#header .sitescreen a:active, #header .sitescreen a:visited, #header .sitescreen a:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #587E00;
	text-decoration;
}

#header .sitescreen a:hover {
	text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 103px;
	height: 1%;
	background: url('/images/bg2.png') repeat-x;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	min-height: 563px;
	height: auto !important;
	height: 563px;
}
#container_inner {
	width: 1001px;
	margin: 0 auto;
}
#content {
	padding: 65px 301px 0 12px;
	
	font-family: Arial;
	font-size: 14px;
	color: #FEFEFE;
}

#content.extended {
	padding: 65px 0 0 0;
}

#content span.title {
	font-family: Tahoma;
	font-size: 24px;
	text-shadow: 1px 1px 1px #444;
	display: block;
	position: relative;
}

#content .search_input {
	border: 0;
	
	width: 165px;
	height: 17px;
	
	background: url('/images/search_input.png') no-repeat;
	
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	
	padding: 2px;
}

#content a.title:active, #content a.title:visited, #content a.title:link {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 24px;
	text-shadow: 1px 1px 1px #444;
	display: block;
	text-decoration: none;
}

#content a.title:hover {
	cursor: pointer;
}

#content span.subtitle {
	font-family: Tahoma;
	font-size: 17px;
	text-shadow: 1px 1px 1px #444;
	display: block;
}

#content a.green:active, #content a.green:visited, #content a.green:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #587E00;
	text-decoration: underline;
}

#content a.green:hover {
	text-decoration: none;
}

#content #line {
	width: 100%;
	height: 1px;
	background: #4C4C4C;
	border-bottom: 1px solid #A8A8A8;
	margin: 10px 0;
	font-size: 1px;
	border-top: 0;
	line-height: 1px;
}

#content .quote {
	width: 628px;
	background: #494949;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #FF0000;
}

#content a:active, #content a:visited, #content a:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FEFEFE;
	text-decoration: underline;
}

#content a:hover {
	
	text-decoration: none;
	
}

#content div.label {
	
	float: left;
	width: 165px;
	height: 21px;
	padding-top: 4px;
	
}

#content div.input {
	
	float: left;
	width: 219px;
	
}

#content div.info {
	
	float: left;
	width: 262px;
	height: 17px;
	background: #656565;
	border: 1px solid #565656;
	border-left: 0;
	
	color: #D1D1D1;
	font-family: Arial;
	font-size: 10px;
	
	padding: 3px 20px;
}

*html #content div.info { margin:2px 0 0 0;}

#content div.error {
	
	float: left;
	width: 262px;
	height: 19px;
	background: #562D2D;
	border: 1px solid #892020;
	border-left: 0;
	
	color: #FF0000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	
	padding: 2px 20px;
	
}
*html #content div.error { margin:1px 0 0 0;}
*html #content div.error p { padding:2px 0; margin:0;}

#content div.input .textField {
	
	display: block;
	border: 1px;
	
	width: 207px;
	height: 17px;
	
	/*background: url('/images/input_text.png') no-repeat;*/
	
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	
	padding: 4px 6px;
	
}

#content div.input .checkBox {
	
	margin-left: 0;
	
}

#content div.input .register {
	
	display: block;
	border: 0;
	
	background: url('/images/register.png') no-repeat;
	
	width: 185px;
	height: 38px;
	
	cursor: pointer;
	
}

#content div.input .login {
	
	display: block;
	border: 0;
	
	background: url('/images/login.png') no-repeat;
	
	width: 185px;
	height: 35px;
	
	cursor: pointer; 
	
}

#content div.input .lostpass {
	display: block;
	border: 0;
	
	background: url('/images/lostpass_button.png') no-repeat;
	
	width: 185px;
	height: 35px;
	
	cursor: pointer;
}

#content input.datepicker {
	border: 0;
	
	background: url('/images/input_datepicker.png') no-repeat;
	width: 78px;
	height: 15px;
	
	padding: 3px;
	
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

#content img.ui-datepicker-trigger {
	vertical-align: middle;
	margin-left: 3px;
}

#content a.datepicker:active, #content a.datepicker:visited, #content a.datepicker:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #D0D0D0;
	text-decoration: underline;
}

#content a.datepicker:hover {
	text-decoration: none;
}

#content a.goto_settings:active, #content a.goto_settings:visited, #content a.goto_settings:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#content a.goto_settings:hover {
	text-decoration: none;
}

#content .show_stats {
	border: 0;
	
	width: 85px;
	height: 20px;
	background: url('/images/show.png') no-repeat;
	
	cursor: pointer;
	vertical-align: top;
}

#content div.clear {
	
	clear: both;
	height: 15px;
	
}

#content .bigbutton {
	display: block;
	margin: 15px auto;
	
	width: 364px;
	height: 28px;
	
	padding: 10px 0 0 0;	
	background: url('/images/sup_big_button.png') no-repeat;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

/* IE6 Hack */
#content #line div {
	height: 1px;
}

#content .savebutton {
	
	display: block;
	border: 0;
	
	width: 85px;
	height: 20px;
	
	background: url('/images/save.png') no-repeat;
	
	cursor: pointer;
	
}

#content #block_container2 {
	float: left;
	width: 999px;
	background: #E9E9E9;
	overflow: hidden;
	position: relative;
	
	margin-bottom: 55px;
	border: 1px solid #FFFFFF;
}

#content #block_container1 {
	float: left;
	width: 100%;
	background: #E9E9E9;
	position: relative;
	right: 30%;
	
	border-right: 1px solid #FFFFFF;
}

#content #left_block {
	float: left;
	width: 70%;
	position: relative;
	left: 30%;
	min-height: 512px;
	height: auto !important;
	height: 512px;
	
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#content #left_block #line {
	width: 100%;
	height: 1px;
	background: #B8B8B8;
	border-bottom: 1px solid #F9F9F9;
	margin: 10px 0;
	font-size: 1px;
	border-top: 0;
	line-height: 1px;
}

#content #left_block #line div {
	height: 1px;
}

#content #left_block .inner {
	padding: 15px 10px;
}

#content #left_block h4 {
	font-size: 14px;
	font-weight: bold;
}

#content #left_block .promo_block {
	width: 636px;
	height: 21px;
	background: #FFFFFF;
	border-bottom: 1px solid #D7D7D7;
	margin: 10px 0 15px;
	padding: 13px 10px;
	position: relative;
}

#content #left_block .promo_block div.button {
	display: block;
	position: absolute;
	right: 20px;
	top: 13px;
	
	width: 85px;
	height: 20px;
	background: url('/images/download.png') no-repeat;
}

#content #left_block div.title {
	float: left;
	height: 18px;
	padding-top: 3px;
	width: 150px;
	line-height: 1;
	margin-top: 5px;
}

#content #left_block div.input .textField {
	
	display: block;
	border: 1px;
	
	width: 250px;
	height: 15px;
	
	/*background: url('/images/input_text_small.png') no-repeat;*/
	
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	
	margin-top: 4px;
	padding: 3px 4px;
	
}

html:first_child #content #left_block div.input .textField {
	padding: 0;
	width: 258px;
	height: 21px;
}

#content #right_block {
	float: left;
	width: 30%;
	position: relative;
	left: 30%;
	min-height: 512px;
	height: auto !important;
	height: 512px;
	
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#content #right_block .inner {
	padding: 30px 35px;
	line-height: 1.2;
}

#content #right_block .inner2 {
	padding: 10px 30px;
	line-height: 1.5;
}

#content #right_block h2 {
	font-size: 18px;
	font-weight: normal;
}

#content #right_block a:active, #content #right_block a:visited, #content #right_block a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	
	text-decoration: underline;
}

#content #right_block a:hover {
	text-decoration: none;
}

/* Support
-----------------------------------------------------------------------------*/
#content #support {
	width: 100%;
	float: left;
	min-height: 512px;
	height: auto !important;
	height: 512px;
	background: #E9E9E9;
	border: 1px solid #FFFFFF;
	margin-bottom: 55px;
	
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

#content #support #support_menu {
	display: block;
	width: 100%;
	background: #FFFFFF;
}

#content #support #support_menu:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#content #support #support_menu li {
	float: left;
	padding: 2px 15px;
	border-bottom: 1px solid #D7D7D7;
	
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

#content #support #support_menu li a:active, #content #support #support_menu li a:visited, #content #support #support_menu li a:link {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#content #support #support_menu li a:hover {
	color: #FF0000;
}

#content #support #support_menu li.active {
	background: #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	border-right: 1px solid #F5F5F5;
}

#content #support small {
	font-size: 11px;
}

#content #support #support_inner {
	padding: 0 10px;
}

#content #support #support_inner:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#content #support .supbigbutton {
	display: block;
	margin: 15px auto;
	
	width: 364px;
	height: 28px;
	
	padding: 10px 0 0 0;	
	background: url('/images/sup_big_button.png') no-repeat;
	
	text-align: center;
}

#content #support a:active, #content #support a:visited, #content #support a:link {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	padding-top: -10px;
}

#content #support a:hover {
	text-decoration: none;
}

#content table.formatted {
	
	border: 1px solid #D7D7D7;
	color: #000000;
	font-weight: normal;
	
	margin: 0 auto;
	width: 100%;
	
	margin-bottom: 40px;
	border-collapse: collapse;
	
}

#content table.formatted tr {
	background: #FFFFFF;
	height: 22px;
}

#content table.formatted tr:nth-child(odd) {
	background: #E9E9E9;
}

#content table.formatted td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	border: 1px solid #D7D7D7;
	_background: #FFFFFF;
}

#content table.formatted td a:active, #content table.formatted td a:visited, #content table.formatted td a:link {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#content table.formatted td a:hover {
	text-decoration: none;
}

#content table.formatted thead th {
	vertical-align: middle;
	background: url('/images/bgth.png') repeat-x;
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #D7D7D7;
	cursor: pointer;
	background-color: #474747;
}

#content table.formatted thead th div {
	background-image: url('/images/tablesorter-bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right:12px;
}

#content table.formatted thead th.headerSortUp div {
	background-image: url('/images/tablesorter-asc.gif');
}
#content table.formatted thead th.headerSortDown div {
	background-image: url('/images/tablesorter-desc.gif');
}

#content #support #line {
	width: 100%;
	height: 1px;
	background: #B8B8B8;
	border-bottom: 1px solid #F9F9F9;
	margin: 10px 0;
	font-size: 1px;
	border-top: 0;
	line-height: 1px;
}

#content #support #line div {
	height: 1px;
}

#content #support h1 {
	font-family: Arial;
	font-size: 27px;
	color: #000000;
	font-weight: normal;
	
	display: block;
	margin-bottom: 12px;
}

#content #support h3 {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	
	display: block;
	margin-bottom: 20px;
}

#content #support div.view_answer {
	width: 650px;
	margin: 0 0 20px 0;
}

#content #support div.label {
	float: left;
	width: 165px;
	height: 23px;
	font-size: 14px;
	padding-top: 2px;
}

#content #support div.input {
	width: 324px;
}

#content #support div.input .textField {
	
	display: block;
	border: 1px;
	
	width: 312px;
	height: 17px;
	
	/*background: url('/images/input_text_long.png') no-repeat;*/
	
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	
	padding: 4px 6px;
	
}

#content #support div.input .send {
	
	display: block;
	border: 0;
	
	background: url('/images/send.png') no-repeat;
	
	width: 185px;
	height: 35px;
	
	cursor: pointer; 
	
}

#content #support div.input textarea {
	
	display: block;
	border: 1px;
	
	width: 312px;
	height: 145px;
	
	/*background: url('/images/textarea.png') no-repeat;*/
	
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	
	padding: 4px 6px;
	
}

#content #support div.input2 {
	margin-bottom: 10px;
}

#content #support div.input2 textarea {
	display: block;
	border: 1px;
	
	width: 312px;
	height: 94px;
	
	/*background: url('/images/textarea2.png') no-repeat;*/
	
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	
	padding: 4px 6px;
}

#content #support div.input2 .addmessage {
	display: block;
	border: 0;
	
	width: 140px;
	height: 25px;
	
	background: url('/images/addmessage.png') no-repeat;
	
	cursor: pointer;
}

#content #support :focus {
	outline: none;
}

#content #support .js ul.newList {
	left: -9999px;
}

#content #support ul.newList * {
	margin: 0;
	padding: 0;
}

#content #support ul.newList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000000;
	width: 322px;
	background: #E4E5E6;
	position: absolute;
	border: 1px solid #4C4C4C;
	top: 25px;
	left: 0;
	overflow: auto;
	z-index: 9999;
}

#content #support .newListSelected {
	width: 312px;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	height: 21px;
	padding: 4px 6px 0;
	float: left;
	background: url('/images/select.png') no-repeat;
}

#content #support .newListSelected span {
	width: 323px;
	display: block;
}

#content #support ul.newList li {
	padding: 4px 6px;
}

#content #support .selectedTxt {
	width: 295px;
	overflow: hidden;
	height: 17px;
	padding: 0 23px 0 0;
}

#content #support .hiLite {
	background: #650101 !important;
	color: #FFFFFF !important;
}

#content #support .newListHover {
	background: #4C4C4C !important;
	color: #F9F9F9 !important;
	cursor: default;
}

#content #support .newListSelHover, #content #support .newListSelFocus {
	cursor: pointer;
}

#content #support .newListOptionTitle {
	font-weight: bold;
}

#content #support .newListOptionTitle ul {
	margin: 3px 0 0;
}

#content #support .newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #4C4C4C;
}

#content #support .viewblock {
	width: 666px;
	min-height: 65px;
	height: auto !important;
	height: 75px;
	background: #FFFFFF;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 20px;
	padding: 0 5px 10px;
}

#content #support small a:active, #content #support small a:visited, #content #support small a:link {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#content #support small a:hover {
	text-decoration: none;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	padding: 65px 24px 0 11px;
	float: left;
	width: 206px;
	margin-right: -3px;
	margin-left: -241px;
	position: relative;
	
	font-family: Arial;
	font-size: 15px;
	color: #FEFEFE;
}

.sr a.ad:active, .sr a.ad:visited, .sr a.ad:link {
	font-family: Arial;
	font-size: 13px;
	color: #ADADAD;
	text-decoration: underline;
}

.sr a.ad:hover {
	text-decoration: none;
}

.sr a:active, .sr a:visited, .sr a:link {
	font-family: Arial;
	font-size: 15px;
	color: #FEFEFE;
	text-decoration: underline;
}

.sr a:hover {
	text-decoration: none;
}

.sr span.title {
	font-family: Tahoma;
	font-size: 24px;
	text-shadow: 1px 1px 1px #444;
	display: block;
}

.sr #line {
	width: 100%;
	height: 1px;
	background: #4C4C4C;
	border-bottom: 1px solid #A8A8A8;
	margin: 10px 0;
	font-size: 1px;
	border-top: 0;
	line-height: 1px;
}

/* IE6 Hack */
.sr #line div {
	height: 1px;
}
div.groupnews { width:208px; border:0px #F00 solid; }
div.newsbox-up { background: url(/images/newsbox-up.gif) top left no-repeat;}
div.newsbox-bottom { background:url(/images/newsbox-bottom.gif) bottom left no-repeat; padding:10px 0;}
div.itemnews {
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#ADADAD;
	line-height:1.2;
	padding:12px 12px;
	background:url(/images/newsbox-bg.gif) repeat-y;
}
div.itemnews .date {color: #FFFFFF;}

.itemnews a:active, .itemnews a:visited, .itemnews a:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.itemnews a:hover {text-decoration: none;}
.itemnews hr {
	display: block;
	background: #515151;
	height: 1px;
	width: 100%;
	border: 0;
	margin:8px 0 0 0;
}
div.allnews { padding:4px 0 15px 10px;}
/*div.newsbox-up, div.newsbox-bottom {margin:0; padding:0; font-size:9px; line-height:90%; clear:both;}
div.newsbg {background:url(/images/newsbox-bg.gif) top left repeat-y;}*/
/*div.groupnews { width:208px; border:0px #F00 solid;}
.newsbg {
	
	background:url(/images/newsbox-bg.gif) repeat-y;
}
div.itemnews {
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#ADADAD;
	line-height:1.2;
	padding:12px 12px;
	background:url(/images/newsbox-bg.gif) repeat-y;
}
div.newsbox-up, div.newsbox-bottom {}

.newsbg .date {color: #FFFFFF;}

.newsbg a:active, .newsbg a:visited, .newsbg a:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.newsbg a:hover {text-decoration: none;}

.newsbg hr {
	display: block;
	background: #515151;
	height: 1px;
	width: 100%;
	margin: 8px 0;
	border: 0;
}*/

/* ------------------------ */


.sr #panel {
	padding: 12px 12px;
	width: 184px;
	height: 322px;
	background: url('http://gotarget.su/images/panel.png') no-repeat;
	margin-bottom: 5px;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ADADAD;
	line-height: 1.2;
}

.sr #panel .date {
	color: #FFFFFF;
}

.sr #panel a:active, .sr #panel a:visited, .sr #panel a:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.sr #panel a:hover {
	text-decoration: none;
}

.sr #panel hr {
	display: block;
	background: #515151;
	height: 1px;
	width: 100%;
	margin: 8px 0;
	border: 0;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	position: relative;
	
	margin: -103px auto 0;
	width: 1001px;
	height: 103px;
	
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	
	line-height: 1.2;
}

#footer #line {
	margin: 0 auto 10px;
	width: 100%;
	height: 5px;
	background: #2A2A2A;
	border-bottom: 1px solid #525252;
	font-size: 1px;
	border-top: 0;
	line-height: 1px;
}

/* IE6 Hack */
#footer #line div {
	height: 1px;
}

#footer ul {
	position: absolute;
	right:-10px;
	top:29px;
	
	list-style: none;
	display: block;
}

#footer li {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ADADAD;
	margin: 0 8px;
	text-transform: uppercase;
	display: inline;
}

#footer li a:active, #footer li a:visited, #footer li a:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ADADAD;
	text-transform: uppercase;
	text-decoration: none;
}

#footer li a:hover {
	color: #FFFFFF;
}

.simple_overlay {
	display: none;
	z-index: 10000;
	background: url('/images/simplebox.gif') no-repeat;
	width: 307px;
	height: 203px;
	
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.big_simple_overlay {
	display: none;
	z-index: 10000;
	background: url('/images/bigsimplebox.gif') no-repeat;
	width: 809px;
	height: 451px;
	
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.big_simple_overlay .close {
	position: absolute;
	right: 15px;
	top: 9px;
	width: 20px;
	height: 20px;
	background: url('/images/closebutton.gif') no-repeat;
	cursor: pointer;
}

.mid_simple_overlay {
	display: none;
	z-index: 10000;
	background: url('/images/midsimplebox.gif') no-repeat;
	width: 369px;
	height: 305px;
	
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.mid_simple_overlay .close {
	position: absolute;
	right: 15px;
	top: 9px;
	width: 20px;
	height: 20px;
	background: url('/images/closebutton.gif') no-repeat;
	cursor: pointer;
}

.simple_overlay .close {
	position: absolute;
	right: 15px;
	top: 9px;
	width: 20px;
	height: 20px;
	background: url('/images/closebutton.gif') no-repeat;
	cursor: pointer;
}

.tooltip {
	display: none;
	position: absolute;
	z-index: 10000;
	background: transparent url('/images/tooltip.gif') no-repeat;
	font-size: 14px;
	height: 211px;
	width: 257px;
	padding: 25px;
	font-family: Arial;
	color: #000000;
}

.browseButton {
	display: block;
	float: left;
	position: relative;
	top: 35px;
	cursor: pointer;
}

#services_slide.jScrollable {
	width: 1000px;
	height: 210px;
	margin: 20px auto 80px;
	
	position: relative;
	overflow: hidden;
	float: left;
}

#services_slide.jScrollable .items {
	position: absolute;
	width: 20000em;
}

#services_slide.jScrollable .items div.float {
	float: left;

}

#bannerstable td{padding:2px 8px}
#bannerstable a{color:#000 !important}


#serv_editor_images td{vertical-align:middle;}
.inner td{vertical-align:top}

.col_1,.col_2,.col_3,.col_4,.col_5, { height: 20px; }
.active_pop {color:#00ff00;}


#sortable li{display:block; float:left}

#contact_info {margin-top:17px; margin-left:20px; height:78px; position:relative; float:right;}
#contact_info a{color: #333;}
#contact_info span {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #E1DCDC;
	text-decoration: none;
}

#contact_info span.noupper {
	text-transform: inherit;
}

#contact_info b {
	font-family: Arial;
	font-size: 14px;
	display: block;
	position: relative;
}

#contact_info ul {
	list-style:none;
}

#bbonus{margin-top:17px; width:342px; height:78px; background:url(/images/bb/b_shadow.png); position:relative; float:right}
#bbonus .perc{background:url(/images/bb/b_bg1.png); width:318px; height:14px; margin:0 auto}
#bbonus .perc .pol{background:url(/images/bb/b_bg2.png); height:14px;; float:left}
#bbonus .perc .scr{background:url(/images/bb/rp.gif); width:5px; height:20px; margin:-3px auto auto -3px; float:left}
#bbonus .perc .bballs,#bbonus .perc .bballs2{font:10px/14px Arial; color:#333}
#bbonus .perc .bballs2{text-align:right; margin-right:5px}

.bses{height:30px; margin:6px 0 0 0; }
.bb1{background:url(/images/bb/bb1.png); width:25px; height:25px; position:absolute; left:25px}
.bb2{background:url(/images/bb/bb2.png); width:27px; height:24px; position:absolute; left:111px}
.bb3{background:url(/images/bb/bb3.png); width:34px; height:23px; position:absolute; left:198px}
.bb4{background:url(/images/bb/bb4.png); width:30px; height:25px; position:absolute; left:302px}

.np{color:#fff; font:9px/14px Arial; width:314px; margin:0 auto}
.np .r{float:right}

.clear{clear:both}
.pnee, .pnee a{font:9px/14px Arial; color:#333; margin-top:-10px; text-align:center}

.RGS{background:url(/images/bonus/rgs.png) no-repeat top right; height:263px; margin:25px 47px; position:relative;}
.GCK{background:url(/images/bonus/glc.png) no-repeat top right; width:659px; height:42px; position:absolute; top:60px; left:1px; z-index:100}
.NGS{width:511px; position:absolute; top:60px; font:14px/1.5 Arial; top:120px; left:87px}

.SMJ{color:#5D5D5D; font:11px/1.2 Arial; text-align:center}
.PDR{background:url(/images/bonus/pdr.png); width:936px; height:216px; margin:23px auto 0; padding-top:8px}
.PDR table{text-align:center;}
.EMM{background:url(/images/bonus/emm.png); width:392px; height:81px; float:right; padding:20px 17px 0 106px; font:16px/1.2 Arial; margin:38px 49px 20px 0}
.HTO{width:640px; font:14px/1.5 Arial; margin-left:60px; margin-top:31px;}
.HTO b{display:block; font:bold 16px/1.8 Arial}
#table-search-container label {
	float:none;
}

#sortable li{cursor: move;}
#context-menu-1{background:#efe}

.imgarea{clear:both; overflow:hidden; padding-bottom: 8px}
.imgarea > img{float:left}
.admteasers{clear:both; overflow: hidden; width:100%}
.admteasers td{vertical-align: top}
.dropable{width:380px}
.dragable{float:left; }
.probs{display:none}
.dropable img{float:left}
.dropable .probs{display:block; float:left; width:200px; margin:40px 0 0 10px}
.dropable .probs a{background:#eee; color:#bbb !important; text-align: center; text-decoration: none !important}
.dropable .dragable{position:static !important; width:380px}
.pages{text-align: center; clear:both}
.pages a{display:block; height: 20px; border:1px solid #ccc; background: #eee; color:#111 !important; float:left; width: 20px; font:14px/20px Arial; margin: 5px}
