/* Comment element properties */
*{
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a.side {
	color: #fff;
	text-decoration: none;
}

a:hover.side {
	color: #fff;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: url(images/signal_bg.jpg) #1a1d24;
	margin: 0px;
}

hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #acacac;
	background-color: #3d4558;
	height: 20px;
	border: 1px solid #232835;
	margin-top: 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#acacac;
	background-color: #3d4558;
	border: 1px solid #232835;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #acacac;
	background-color: #2d323f;
	border: 1px solid #232835;
}


/* Side-Panel properties */


.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #777;
	background-color: #fff;
	padding: 10px 10px 10px 0;
	width: 175px;
}

.side-border-right {
	color: #777;
	background-color: #fff;
	padding: 10px 0 10px 10px;
	width: 175px;
}


/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 10px;
	color: #555;
	background-color: #f1f1f1;
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
	padding: 3px 4px 4px 4px;
}
.main-bg {
	color: #555;
	background-color: #fff;
	padding: 10px 0 5px 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #232835;
}

.tbl {
	font-size: 11px;
	color: #acacac;
	background-color: #2d323f;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #acacac;
	background-color: #2d323f;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #acacac;
	background-color: #232835;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbb;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.shoutboxname {
	font-weight: bold;
	color: #04688d;
}

.shoutbox {
	color: #777;
}

.shoutboxdate {
	font-size: 10px;
	color: #888;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #f6a504;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #3d4558;
	border: 1px solid #232835;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #fff;
	background-color: #3d4558;
	border: 1px solid #232835;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #485064;
	margin: 2px;
	text-decoration: none;
}


#TOP{
	height: 360px;
	width: 100%;
	float: left;
	background: url(images/signal_02.jpg) repeat-x top center;
}
#TOP-2{
	height: 360px;
	width: 50%;
	float: right;
	background: url(images/signal_04.jpg) repeat-x 0 0;
}
#TOP-3{
	width: 100%;
	height: 360px;
	position: absolute;
}
#TOP-4{
	width: 950px;
	height: 359px;
	margin: 0 auto;
}
#MENU{
	width: 948px;
	height: 40px;
	float: left;
	background: url(images/signal_03.jpg) no-repeat 0 0;
}
#HEADER{
	width: 950px;
	height: 320px;
	float: left;
	background: url(images/signal_0.jpg) no-repeat 0 0;
}
ul#ICON-LEFT{
	margin: 20px 0 0 20px;
	padding: 0;
	float: left;
	list-style-type: none;
}
ul#ICON-LEFT li{
	display: inline;
	float: left;
	margin-right: 20px
}
ul#ICON-LEFT li a#message{
	width: 11px;
	height: 9px;
	display: block;
	background: url(images/signal_08.jpg) no-repeat 0 0;
}
ul#ICON-LEFT li a#search{
	width: 11px;
	height: 10px;
	display: block;
	background: url(images/signal_10.jpg) no-repeat 0 0;
}
ul#ICON-LEFT li a#home{
	width: 11px;
	height: 10px;
	display: block;
	background: url(images/signal_06.jpg) no-repeat 0 0;
}
ul#MENU-OPTIONS{
	margin: 0 0 0 0;
	padding: 0;
	float: right;
	list-style-type: none;
}
ul#MENU-OPTIONS li{
	display: inline;
	float: left;
	margin-right: 0px
}
ul#MENU-OPTIONS li a#menu-1{
	width: 123px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_03.jpg) no-repeat 0 0;
}
ul#MENU-OPTIONS li a#menu-1:hover{
	width: 123px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_03.jpg) no-repeat 0 100%;
}
ul#MENU-OPTIONS li a#menu-2{
	width: 70px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_05.jpg) no-repeat 0 0;
}
ul#MENU-OPTIONS li a#menu-2:hover{
	width: 70px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_05.jpg) no-repeat 0 100%;
}
ul#MENU-OPTIONS li a#menu-3{
	width: 64px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_07.jpg) no-repeat 0 0;
}
ul#MENU-OPTIONS li a#menu-3:hover{
	width: 64px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_07.jpg) no-repeat 0 100%;
}
ul#MENU-OPTIONS li a#menu-4{
	width: 64px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_09.jpg) no-repeat 0 0;
}
ul#MENU-OPTIONS li a#menu-4:hover{
	width: 64px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_09.jpg) no-repeat 0 100%;
}
ul#MENU-OPTIONS li a#menu-5{
	width: 49px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_11.jpg) no-repeat 0 0;
}
ul#MENU-OPTIONS li a#menu-5:hover{
	width: 49px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_11.jpg) no-repeat 0 100%;
}
ul#MENU-OPTIONS li a#menu-6{
	width: 78px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_13.jpg) no-repeat 0 0;
}
ul#MENU-OPTIONS li a#menu-6:hover{
	width: 78px;
	height: 40px;
	display: block;
	background: url(images/signal-menu_13.jpg) no-repeat 0 100%;
}
ul#MAIN-MENU{
	margin: 65px 30px 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
ul#MAIN-MENU li a#m-menu-1{
	width: 143px;
	height: 38px;
	display: block;
	background: url(images/signal-main-menu2_56.png) no-repeat 6px 100%;
}
ul#MAIN-MENU li a#m-menu-1:hover{
	background: url(images/signal-main-menu2_56.png) no-repeat 6px -2px;
}
ul#MAIN-MENU li a#m-menu-2{
	width: 287px;
	height: 38px;
	display: block;
	background: url(images/signal-main-menu2_52.png) no-repeat 0 100%;
}
ul#MAIN-MENU li a#m-menu-2:hover{
	background: url(images/signal-main-menu2_52.png) no-repeat 0 -2px;
}
ul#MAIN-MENU li a#m-menu-3{
	width: 251px;
	height: 38px;
	display: block;
	background: url(images/signal-main-menu2_53.png) no-repeat 0 100%;
}
ul#MAIN-MENU li a#m-menu-3:hover{
	background: url(images/signal-main-menu2_53.png) no-repeat 0 -2px;
}
ul#MAIN-MENU li a#m-menu-4{
	width: 251px;
	height: 38px;
	display: block;
	background: url(images/signal-main-menu2_54.png) no-repeat 5px 100%;
}
ul#MAIN-MENU li a#m-menu-4:hover{
	background: url(images/signal-main-menu2_54.png) no-repeat 5px -2px;
}
ul#SUB-MENU{
	margin: 5px 20px 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
ul#SUB-MENU li{
	display: inline;
	margin: 0 10px;
}
ul#SUB-MENU li a{
	color: #cacaca;
	font-size: 12px;
}

#CONTENT{
	width: 950px;
	margin: 0 auto;
	height: 100%;
}
#LEFT{
	width: 563px;
	float: left;
	height: 100%;
}
#RIGHT{
	width: 357px;
	height: 100%;
	float: right;
}
.main-panel{
	width: 563px;
	float: left;
	margin-bottom: 30px;
}
.main-panel-top{
	background: url(images/signal_07.jpg);
	width: 100%;
	height: 37px;
	float: left;
	font-size: 14px;
}
.main-panel-top span{
	float: left;
	margin: 10px 0 0 15px;
}
.main-panel-center{
	background: url(images/signal_11.jpg) no-repeat top center #363c49;
	width: 533px;
	float: left;
	padding: 10px 15px 10px 15px;
}
.main-panel-bottom{
	background: url(images/signal_17.jpg) no-repeat;
	width: 100%;
	height: 6px;
	float: left;
}

.side-panel{
	width: 357px;
	float: left;
	margin-bottom: 30px;
}
.side-panel-top{
	background: url(images/signal_09.jpg);
	width: 357px;
	height: 37px;
	float: left;
	font-size: 14px;
}
.side-panel-top span{
	margin: 10px 0 0 15px;
	float: left;
}
.side-panel-center{
	background: url(images/signal_12.jpg) no-repeat top center #363c49;
	width: 357px;
	height: 100%;
	float: left;
}
.side-panel-center-2{
	background: url(images/signal_01.jpg) no-repeat bottom center;
	width: 327px;
	height: 100%;
	float: left;
	padding: 15px;
}
.side-panel-bottom{
	background: url(images/signal_15.jpg) no-repeat;
	width: 357px;
	height: 5px;
	float: left;
}
#FOOT-BELT{
	background: #2d323f url(images/signal_47.jpg) repeat-x top;
	width: 100%;
	height: 110px;
	float: left;
	margin-top: 30px;
}
#FOOT-COPY{
	width: 100%;
	height: 25px;
	color: #2d323f;
	font-size: 12px;
	padding: 10px 0 0 0;
	float: left;
}
#FOOT-COPY a{
	color: #2d323f;
}
#FOOT-COPY div{
	width: 950px;
	margin: 0 auto;
}
#FOOT{
	width: 100%;
	height: 35px;
	float: left;
	color: #2d323f;
	font-size: 12px;
	background-color: #2d323f;
	margin-bottom: 20px;
}
#FOOT div{
	width: 950px;
	margin: 0 auto;
}
#FOOT a{
	color: #1a1d24;
	font-size: 12px;
	margin: 8px 13px 0 0;
	float: left;
}
.ofert-of-day{
	float: left;
}
.ofert-of-day img{
	margin: 10px;
	float: right;
}
.ofert-of-day ul{
	margin: 20px 0 0 10px;
	padding: 0;
	list-style-type: none;
	float: left;
}
.ofert-of-day ul li.aneks{
	font-size: 9px;
}
.ofert-of-day ul li.price{
	padding-left: 83px;
}

.ofert-of-day3{
	float: left;
}
.ofert-of-day3 img{
	margin: 10px;
	float: left;
}
.ofert-of-day3 ul{
	margin: 20px 0 0 10px;
	padding: 0;
	list-style-type: none;
	float: left;
}
.ofert-of-day3 ul li.aneks{
	font-size: 9px;
}
.ofert-of-day3 ul li.price{
	padding-left: 83px;
}
#sub-menu-1{
	background: url(images/signal_33.png) 0 0;
	width: 47px;
	height: 19px;
	display: block;
	float: left;
}
#sub-menu-1:hover{
	background: url(images/signal_33.png) 0 21px;
}
#sub-menu-2{
	background: url(images/signal_36.png) 0 0;
	width: 122px;
	height: 19px;
	display: block;
	float: left;
}
#sub-menu-2:hover{
	background: url(images/signal_36.png) 0 21px;
}
#sub-menu-3{
	background: url(images/signal_39.png) 0 0;
	width: 51px;
	height: 19px;
	display: block;
	float: left;
}
#sub-menu-3:hover{
	background: url(images/signal_39.png) 0 21px;
}