
html * {
	margin: 0;
	padding: 0;
}

body {
	min-width: 815px;
	font: 12px "Lucida Grande", Verdana, Arial, Sans-serif;
	background: black url('./pix/back.left.png') repeat-y;
	color: white;
}

a {
	font-weight: bold;
	color: #292b2e;
	text-decoration: none;
}

#left {
	position: absolute;
	top: 0; left: 0;
	margin: 15px 0 0 16px !important;
	margin: 14px 0 0 16px;
	width: 117px;
}

#left ul#icons {
}
#left ul#icons li {
	position: relative;
	z-index: 99;
	width: 82px;
	/*_width: 117px;*/
	height: 94px;
	margin: 0 0 11px 0 !important;
	margin: 0 0 7px 0;
	padding: 0 !important;
	/*padding: 0 0 0 16px;*/
	list-style-type: none;
}
#left ul#icons li.nikochan {
	background: url('./pix/icons/nikochan.png') no-repeat 0 -1px;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./pix/icons/nikochan.png', sizingMethod='crop');
}
#left ul#icons li.fgc { 
	background: url('./pix/icons/fgc.png') no-repeat 0 -1px;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./pix/icons/fgc.png', sizingMethod='crop');
}
#left ul#icons li.tele {
	background: url('./pix/icons/teletexto.png') no-repeat 0 -3px;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./pix/icons/teletexto.png', sizingMethod='crop');
}
#left ul#icons li.fotolog {
	background: url('./pix/icons/fotolog.png') no-repeat 0 -1px;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./pix/icons/fotolog.png', sizingMethod='crop');
}
#left ul#icons li.nedstat {
	background: url('./pix/icons/nedstat.png') no-repeat 0 -1px;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./pix/icons/nedstat.png', sizingMethod='crop');
}
#left ul#icons li a {
	display: block;
	position: relative;
	z-index: 100;
	top: 0;
	left: -16px;
	width: 117px;
	padding: 81px 0 1px 0 !important;
	padding: 82px 0 2px 0;
	background: url('./pix/back.left.clear.png') no-repeat 0px 80px !important;
	background: url('./pix/back.left.clear.png') no-repeat 0px 81px;
	text-align: center;
	text-shadow: white 0px 1px 1px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	cursor: pointer;
	/*border: 1px solid red;*/
}
#left ul#icons li a:hover, #left ul#icons li.active a, #left ul#icons li.active a:hover {
	background-position: -117px 80px !important;
	background-position: -117px 81px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#left ul#icons li a:hover {
	background-position: 0 80px !important;
	background-position: 0 81px;
	color: black;
}

#left ul#info {
	position: absolute;
	bottom: -40px; left:0;
	_bottom: -42px;
	margin: 0 0 0 -16px;
}
#left ul#info li {
	list-style-type: none;
}
#left ul#info li a {
	display: block;
	width: 117px;
	height: 17px;
	padding: 0 0 1px 0;
	margin: 0 0 7px 0;
	background: url('./pix/back.left.clear.png') no-repeat -117px 0;
	text-align: center;
	text-shadow: white 0px 1px 1px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#left ul#info li a:hover {
	margin: 0 0 7px 0;
	color: black;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#left h3 {
	display: none;
}

#right {
	position: relative;
	z-index: 9;
	min-height: 512px;
	height: auto !important;
	height: 512px;
	margin: 0 0 0 117px;
	padding: 10px 15px;
	background: url('./pix/back.widget2.png') no-repeat 15px 115px;
}

#right #head {
	position: relative;
	height: 88px;
	background: url('./pix/h.middle.png') repeat-x 0 5px;
}

#right #head h1, #right #head h2, #right #head h4 {
	height: 88px;
	text-indent: -1000em;
}

#right #head h1 {
	position: absolute;
	z-index: 9;
	top: 0; left: 0;
	right: 0;
	background: url('./pix/h.left.png') no-repeat;
}
#right #head h1 a {
	display: block;
	width: 273px;
	height: 88px;
}

#right #head h2 {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 0 !important;
	right: -1px;
	width: 53px;
	background: url('./pix/h.right.png') no-repeat;
}
#right #head h2.free {
	background-image: url('./pix/h.right.free.png');
}

#right #head h4 a {
	position: absolute;
	z-index: 11;
	top: 55px; left: 265px;
	width: 38px;
	height: 33px;
	background: url('./pix/rss.png') no-repeat;
}
#right #head h4 a:hover {
	background-position: -38px 0;
}

#right #down {
	position: absolute;
	top: 115px; right: 39px;
	width: 143px;
	height: 155px;
	background: url('./pix/top.png') no-repeat;
}
#right #down h4 {
	display: none;
}
#right #down ol {
	margin: 36px 0 0 38px; 
}
#right #down li {
	margin: 2px 0;
}
#right #down li a {
	text-decoration: line-through;
	font-weight: normal;
	color: white;
}
#right #down li a:hover {
	color: #999;
}

#right #widget {
	position: absolute;
	z-index: 10;
	top: 115px;
	
	display:table-cell;
	height:387px;
	min-height: 387px;
	/*width: 100%;*/
	
	margin: 0 200px 0 39px !important;
	margin: 0;
	
	padding: 0 !important;
	padding: 0 3px 0 24px;
	
	/*right: auto !important;*/
	right: 0 !important;
	right: 170px;
	
	/*left: auto !important;*/
	left: 0 !important;
	left: 39px;
	
	background: url('./pix/back.widget.middle2.png') repeat-x;
}
#right #widget h3 {
	margin: 4px 3px 13px 4px !important;
	margin: 4px 3px 13px -23px;
	font-size: 12px;
	color: #575555;
	text-shadow: white 0px 1px 1px;
}
#right #widget a.wdgt {
	display: block;
	float: right;
	margin: 0 -3px 4px 4px;
}
#right #widget img {
	/*position: absolute;
	top: 0; right: -3px;
	margin: 0 0 0 12px;*/
	display: block;
	margin: 0 !important;
	margin: 0 1px 0 10px;
	background: url('./pix/back.widget.right.png') no-repeat right top;
}
#right #widget a.wdgt img {
	border: 0;
}
#right #widget a.wdgt strong {
	display: block;
	position: absolute;
	top: 0; right: 0;
	/*width: 104px !important;*/
	width: 30px;
	height: 24px;
	margin: -5px -5px 0 0;
	background: url('./pix/back.download.png') no-repeat 0 0;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./pix/back.download.png', sizingMethod='crop');
	text-indent: -1000em;
}
#right #widget a.wdgt:hover strong {
	width: 104px;
	_width: 30px;
	background-position: -30px 0;
}
#right #widget a.wdgt.soon strong {
	background: url('./pix/back.download.soon.png') no-repeat 0 0;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./pix/back.download.soon.png', sizingMethod='crop');
}
#right #widget a.wdgt.soon:hover strong { background-position: -30px 0; }
#right #widget p {
	margin: 0 /*258px*/0 8px -12px !important;
	margin: 0 0 8px -25px;
	color: #CCC;
}
#right #widget:hover p {
	/*color: white;*/
}
#right #widget p a { color: #999; border-bottom: 1px dotted #999 !important; border-bottom: 1px solid #666; }
#right #widget p a:hover { color: #CCC; }
#right #widget dl#ver {
	margin: 0 0 8px -21px !important;
	margin: 0 0 8px -35px;
	border-left: 9px solid #666;
	background-color: #2b2b2b;
	font-size: 9px;
}
#right #widget dl#ver dt {
	float: left;
	width: 70px;
	margin: 0 0 0 3px;
	color: #C0C0C0;
}
#right #widget dl#ver dd {
	padding: 0 0 2px 60px;
}
#right #widget dl#ver dd code {
	font: 9px Verdana, Arial, Sans-serif;
}
/*#right #widget h4 {
	position: absolute;
	top: 0; right: 0;
}
#right #widget h4 a {
	display: block;
	width: 30px;
	height: 24px;
	margin: -5px -5px 0 0;
	background: url('./pix/back.download.png') no-repeat 0 0;
	text-indent: -1000em;
}
#right #widget h4 a:hover {
	width: 104px;
	background: url('./pix/back.download.png') no-repeat -30px 0;
	text-indent: -1000em;
}*/

address {
	clear: right;
	/*width: 564px;*/
	height: 37px;
	margin: 20px 0 0 -20px !important;
	margin: 20px 0 0 -25px;
	padding: 12px 10px;
	background: url('./pix/back.address.png') repeat-x;
	font-size: 10px;
	font-style: normal;
	color: #8c8c8c;
	text-shadow: black 0px 1px 1px;
	/*opacity: 0.9;*/
	filter: alpha(opacity=50);
}
#nedstat {
	display: none;
}


