/******************************************
GLOBAL
******************************************/
* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	background-color:#1a1a1a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#444444;
}
.wrapper {
	width:900px;
	margin:0px auto 10px;
	font-size:0.6875em;
	line-height:1.45em;
}
#content {
	width:620px;
	float:left;
	background-color:#1a1a1a;
	color:#444444;
}
h2 {
	color:#0195c6;
	font-size:1.3em;
	font-family:"Trebuchet MS", Hevletica, sans-serif;
	font-weight:normal;
}
/******************************************
NEWS PADS
******************************************/
.nPads {
	padding:8px 8px 4px;
	background:#444444;
	margin-bottom:15px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow:auto;
}
.nPad {
	margin-bottom:5px;
	padding:10px;
	background:#FFF;
	display:block;
	height:90px;
	width:584px;
	clear:both;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.nPad img, .hPad img {
	border:1px solid #CCCCCC;
	padding:1px;
	float:left;
	margin-right:10px;
}
.nPad img:hover {
	border:1px solid #999999;
}
.nPad p {
	line-height:1.6em;
}
.nPad h3 {
	font-size:1em;
}
.nPad a {
	color:#777777;
	text-decoration:none;
	border-bottom:dotted 1px #777777;
}
.nPad a:hover {
	color:#0195c6;
	border-bottom:dotted 1px #0195c6;
}
.nPad h2 {
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:8px;
}
.nPad h2 a {
	color:#0195c6;
	text-decoration:none;
	border:0;
}
.nPad h2 a:hover {
	text-decoration:none;
	border-bottom:dotted 1px #0195C6;
}
#lastforum ul {
	padding-bottom:7px;
}
#lastforum ul li {
	list-style:none;
	background:#FFF;
	height:32px;
	width:597px;
	margin:0 0 2px;
	padding:5px 0 5px 7px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#lastforum a {
	color:#333333;
	text-decoration:none;
}
#lastforum a:hover {
	border-bottom:1px dotted #0195c6;
}
#lastforum  h4 {
	font-size:1em;
}
#lastforum  h4 a {
	color:#0195c6;
}
#videos h2 {
	text-align:center;
	padding:6px 0;
	color:#E4E4E4;
}
#lastforum h2 {
	text-align:left;
	padding:0 0 6px;
	color:#E4E4E4;
}
#submitcomment {
	margin:0 auto;
	background-image:url(../img/fBack.gif);
	background-repeat:no-repeat;
	width:400px;
	height:175px;
	padding:10px 5px 5px;
	color:#D3D3D3;
}
#contactForm form textarea, #contactForm form input.inputText, #submitcomment form textarea, #userNav input.inputText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#D3D3D3;
	border:1px solid #111111;
}
#contactForm form textarea, #submitcomment form textarea {
	width:312px;
	height:79px;
	padding:1px 3px;
	margin:0;
	overflow:auto;
	background-color:#515151;
}
#contactForm form input.inputText, #userNav input.inputText {
	width:312px;
	padding:1px 3px;
	margin:0;
	background-color:#515151;
	height:20px;
	padding-top:4px;
}
#contactForm form select {
	width:318px;
	margin:0 0 0 1px;
	background-color:#EEEEEE;
	color:#555555;
	padding-top:4px;
	border:0;
}
form label {
	width:60px;
	display:block;
	float:left;
	text-align:right;
	margin-right:4px;
}
form div {
	margin:5px 0 0 5px;;
}
form input.inputText:focus, form textarea:focus {
	color:#FFFFFF;
	border:1px solid #929292;
}
form input#submit {
	width:80px;
	height:26px;
	background-image:url(../img/button.gif);
	border:0;
	color:#D1D1D1;
	font-size:11px;

}
form input#submit:hover {
	background-image:url(../img/button.gif);
	background-position: right;
}
form img.captcha {
	margin:0 0 0 1px;
}
#contactForm {
	margin:0 auto;
	background-image:url(../img/fCBack.gif);
	background-repeat:no-repeat;
	width:400px;
	height:220px;
	padding:10px 5px 5px;
	color:#D3D3D3;
}
/******************************************
SIDE BAR
******************************************/
#sideBar {
	width:270px;
	float:right;
}
/******************************************
VIDEOS
******************************************/
#videos {
	width:250px;
	background-color:#333333;
	color:#D1D1D1;
	margin:10px 0;
	padding:0 10px 10px;
	text-align:center;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#videos .fvid {
	margin-bottom:10px;
}
#videos .vidselector li {
	text-align:left;
	list-style:none;
	display:block;
	background:#555555;
	margin-bottom:5px;
	-moz-border-radius:1px;
	-khtml-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}
#videos .vidselector li a.vidlnk {
	text-decoration:none;
	color:#D1D1D1;
	display:inline-block;
	width:213px;
	padding:2px 5px;
	-moz-border-radius:1px;
	-khtml-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}
#videos .vidselector li a.vidlnk:hover {
	background:#666666;
}
#videos .vidselector img {
	margin-left:7px;
}
#videos .vidselector a img {
	border:0;
}
.ui-tabs-hide {
	display: none;
}
#videos a {
	color:#D1D1D1;
}
#videos a:hover {
	text-decoration:none;
}

/******************************************
POLL
******************************************/
#poll {
	width:270px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #909090;
	margin:auto;
}

#poll h2 {
	color:#E4E4E4;
	margin-top:0;
	padding:0 0 6px;
	border-bottom: 1px solid #444444;
}
.pollT {
	background: #1E1E1E url(../img/anketaG.jpg) no-repeat;
	height:40px;
	padding:12px 12px 0;
}
.pollM {
	background:#1E1E1E url(../img/anketaS.gif);
}
.pollB {
	background:#1E1E1E url(../img/anketaD.gif) no-repeat;
	height:8px;
}
#poll dl {
	padding:3px 0 6px 0;
	color:#909090;
	border-bottom:1px dotted #3C3C3C;
	margin:0 12px;
}

#poll dl.voted {
	font-weight:bold;
	color:#909090;
}
#poll dt {
	display:block;
	margin:0 0 2px;
}

#poll dd {
	width:240px;
	margin:0;
}

#poll dd div {
	text-align: right;
	color: #FFF;
	font-weight: bold;
	padding:0 3px;
	overflow: visible;
	min-width: 7%;
}
#poll .radio p {
	margin:0;
	padding:3px 0;
	border-bottom: 1px solid #3C3C3C;
}
#poll p {
	margin:0 12px;
}
#poll .submit input {
	margin:10px 8px 6px;
}
.pollbar1 {
	background-color: #a6e33b;
}

.pollbar2 {
	background-color: #e1e72f;
}

.pollbar3 {
	background-color: #f2c71c;
}

.pollbar4 {
	background-color: #f2811c;
}

.pollbar5 {
	background-color: #e93535;
}
.banner2 {
	width:250px;
	padding:10px;
	margin-top:10px;
	background-color:#333333;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#radio {
	width:260px;
	background-color:#333333;
	color:#D1D1D1;
	margin:10px 0 10px 0;
	padding:10px 0px 10px 10px;
	text-align:center;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow:auto;
}
#radio-1, #radio-2, #radio-3, #radio-4, #radio-5, #radio-6, #radio-7{
	height:124px;
	overflow:hidden;
	float:left;
}
#radio #mg {
	float:left;
	text-align:left;
	margin-left:2px;
}
#radio a {
	color:#D1D1D1;
	text-decoration:none;
}
#mg a {
	display:block;
	background:#000;
	margin-bottom:2px;
	padding:0 4px;
	-moz-border-radius-topright:2px;
	-khtml-border-top-right-radius:2px;
	-webkit-border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	-khtml-border-bottom-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
}
#mg a:hover {
	background:#222;
}
#mg ul {
	list-style:none;
}
#profili {
	width:260px;
	background-color:#333333;
	color:#D1D1D1;
	margin:10px 0 10px 0;
	padding:10px 0px 10px 10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#profili .pimg {
	float:left;
	padding:4px;
	background:#FFF;
	margin:5px 5px 0 0;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#profili img { border:0; }

#stats {
	width:250px;
	background-color:#333333;
	color:#D1D1D1;
	margin:0 0 10px 0;
	padding:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#stats h2, #profili h2, #radio h2, .banner4 h2 {
	border-bottom:1px solid #444444;
	color:#e4e4e4;
	padding-bottom:3px;
	margin-bottom:5px;
}
#profili h2, #radio h2 , .banner4 h2 { border:0 }
#stats a {
	color:#D1D1D1;
	text-decoration:none;
	border-bottom:1px dotted #D1D1D1;
}
#stats a:hover {
	border:0;
	color:#FFFFFF;
}
.statb {
	color:#d8ce31;
}
/*
NEW GALLERY
*/
#newGals {
	width:270px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #909090;
	margin:0 auto 10px;
}
#newGals p {
	text-align:center;
}
#newGals h2 {
	color:#E4E4E4;
	margin-top:0;
	padding:0 0 6px;
	border-bottom: 1px solid #444444;
}
.newGallery {
	margin:0 0px 0 13px;
	display:block;
	width:112px;
	height:90px;
	padding-bottom:30px;
	float:left;
	display:inline;
}
.newGallery  img {
	border:1px solid #666666;
	padding:2px;
}
.newGallery a:hover img  {
	border:1px solid #888888;
	padding:2px;
}

/******************************************
PARTY PADS
******************************************/
.partyPadL {
	background-image:url(../img/party_pad.jpg);
	width:303px;
	height:277px;
	float:left;
}
.partyPadD {
	background-image:url(../img/party_pad.jpg);
	width:303px;
	height:277px;
	float:right;
}
.partyPadL img, .partyPadD img {
	padding:7px;
}
#partyPads {
	width:620px;
	clear:both;
	background-color:#1A1A1A;
}

/******************************************
 NAVIGATION 
 ******************************************/
#nav {
	height:87px;
	background-image:url(../img/navBack.jpg);
	clear:both;
}
#nav ul.nav {
	list-style:none;
	padding:3px 4px;
}
#nav ul.nav li, #subnav ul li {
	float:left;
}
#nav ul.nav li a {
	text-decoration:none;
	color:#FFFFFF;
	text-indent:-9999px;
	height:49px;
	display:block;
}
a.naslovna {
	background-image:url(../img/naslovna.png);
	background-repeat:no-repeat;
	width:122px;
}
a.naslovna:hover {
	background-image:url(../img/naslovna.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:122px;
}
a.novosti {
	background-image:url(../img/novosti.png);
	background-repeat:no-repeat;
	width:112px;
}
a.novosti:hover {
	background-image:url(../img/novosti.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:112px;
}
a.ljubov {
	background-image:url(../img/ljubov.png);
	background-repeat:no-repeat;
	width:150px;
}
a.ljubov:hover {
	background-image:url(../img/ljubov.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:150px;
}
a.zivot {
	background-image:url(../img/zivot.png);
	background-repeat:no-repeat;
	width:155px;
}
a.zivot:hover {
	background-image:url(../img/zivot.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:155px;
}
a.tehnologija {
	background-image:url(../img/tehnologija.png);
	background-repeat:no-repeat;
	width:144px;
}
a.tehnologija:hover {
	background-image:url(../img/tehnologija.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:144px;
}
a.galerija {
	background-image:url(../img/galerija.png);
	background-repeat:no-repeat;
	width:114px;
}
a.galerija:hover {
	background-image:url(../img/galerija.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:114px;
}
a.forum {
	background-image:url(../img/forum.png);
	background-repeat:no-repeat;
	width:95px;
}
a.forum:hover {
	background-image:url(../img/forum.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:95px;
}
#subnav {
	margin-bottom:6px;
	display:block;
	height:24px;
}
#subnav ul {
	margin-left:15px;
	list-style:none;
}
#subnav ul li {
	margin:3px 25px 0 0;
}
#subnav a {
	color:#AFAFAF;
	text-decoration:none;
}
#subnav a:hover {
	color:#D1D1D1;
}
#subnav .new, #userNav .new {
	color:#d0423b;
}

/******************************************
FOOTER 
******************************************/
#footer {
	background-image:url(../img/footer.gif);
	height:35px;
	clear:both;
	margin:4px 0;
	text-align:center;
}
#footer p {
	padding:11px;
	color:#999999;
	font-size:11px;
}
#footer a {
	text-decoration:none;
	color:#999999;
}
#footer a:hover {
	text-decoration:underline;
}
#footerNav {
	background-color:#333333;
	display:block;
	margin:10px 0 5px;
	padding:4px 4px 4px 8px;
	list-style:none;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	clear:both;
	text-align:center;
}
#footerNav li {
	display:inline;
}
#footerNav a {
	color:#CCC;
	text-decoration:none;
}
#footerNav a:hover {
	border-bottom:1px dotted #FFF;
	color:#FFF;
}

/******************************************
 USERNAV
******************************************/
#userNav {
	background-color:#333333;
	display:block;
	margin:0 0 10px;
	padding:4px 4px 4px 8px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#userNav p {
	padding:7px 0;
	color:#D1D1D1;
}
#userNav a {
	color:#D1D1D1;
	text-decoration:none;
}
#userNav a:hover {
	text-decoration:underline;
}
#userNav form input#submit {
	width:80px;
	height:23px;
	background-image:url(../img/button.gif);
	border:0;
	color:#D1D1D1;
	font-size:11px;
	margin:0 5px 0 0;
	float:left;

}
#userNav form input#submit:hover {
	background-image:url(../img/button.gif);
	background-position: right;
}
#userNav form input.inputText {
	width:120px;
	height:16px;
	float:left;
	margin:0 5px 0 0;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#userNav p.autologin {
	font-size:11px;
	padding:4px 0 0;
	float:left;
}
#userNav p {
	font-size:11px;
	padding:4px 0 3px;
}
#userNav .regist {
	float:right;
	margin:0 5px 0 0;
}
#userNav p.wellc {
	float:left;
}

/******************************************
OTHER 
******************************************/
.clear {
	clear:both;
}
#path {
	color:#818181;
	clear:both;
}
#bannerH {
	float:right;
	width:468px;
	height:60px;
}
#header h1 {
	margin:9px 15px 2px 0;
	float:left;
}
#slideShow {
	height:233px;
	background-image:url(../img/slideBack.gif);
	background-repeat:no-repeat;
	padding:9px;
}
.error {
	padding:5px;
	color:#D6D251;
	background-color:#6D612D;
	text-align:center;
	border:1px solid #a5a23e;
	margin:0 auto 15px;
}
.info {
	padding:5px;
	color:#67c044;
	background-color:#30501D;
	text-align:center;
	border:1px solid #44832B;
	margin:0 auto 15px;
}
#subMenu {
	float:right;
	width:191px;
	margin:30px 0 0;
	text-align:right;
}
#subMenu a {
	text-decoration:none;
	color:#818181;
	margin-left:15px;
}
#aktivni {
	width:250px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-color: #333333;
	color: #D1D1D1;
	padding:10px;
	margin: 10px auto;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#aktivni h2 {
	text-align:center;
	color:#E4E4E4;
}
#aktivni a {
	color:#FFFFFF;
	text-decoration:none;
}
#aktivni .akH2 {
	background-color: #555555;
	margin:5px 0;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#aktivni p {
	padding:5px;
}
#contactForm a {
	color:#0195c6;
	text-decoration:none;
	border-bottom:dotted 1px #0195c6;
}
.hPadUp {
	background:#FFFFFF url(../img/hPadUp.gif) no-repeat;
	height:7px;
}
.hPad {
	padding:3px 10px;
	background-color:#FFFFFF;
	display:block;
	width:584px;
	clear:both;
}
.hPadDown {
	margin-bottom:5px;
	background:#FFFFFF url(../img/hPadDown.gif) no-repeat;
	height:7px;
}
.hPad h2 {
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:8px;
	color:#62438a;
}
#topPost {
	padding:8px;
	background:#444444;
	margin-bottom:15px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/******************************************
BANNERS 
******************************************/
.banner3 {
	height:103px;
	background-image:url(../img/baner3back.gif);
	background-repeat:no-repeat;
	padding:9px;
}
.banner4 {
	width:260px;
	padding:10px 0 7px 10px;
	margin:10px 0;
	background-color:#333333;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.banner4 object { margin-right:6px; }
/******************************************
CHAT
******************************************/
#chat {
	color:#C0C0C0;
	margin-top:10px;
	font-size:10px;
}
#chat h2 {
	color:#E4E4E4;
	margin:0;
	padding:0 0 6px;
	border-bottom: 1px solid #444444;
}
.chat-list {
	border-bottom:1px dotted #3C3C3C;
	padding:2px 0;
	display:none;
}
.chatwrap {
	height:231px;
	width:258px;
	overflow:auto;
	overflow-x:hidden;
}
.chatwrap2 {
	max-height:435px;
	overflow:auto;
	overflow-x:hidden;
}
#chat-list {
	text-align:left;
	margin:0 12px 0 0;
	overflow:auto;
	overflow-x:hidden;
	padding:0 0 0 12px;
}
.chat-list-time {
	color:#909090;
}
.chat-list-nick {
	margin-left: 5px;
	font-weight: bold;
}
.chat-list-message {
	margin-left: 5px;
	color:#DEDEDE;
}
#chat-form {
	text-align:left;
	margin-top:10px;
	padding:0 12px;
}
#chat-form ul {
	list-style:none;
	margin:0;
	padding:0;
}
#chat-form ul li {
	padding:0 0 4px;
}
#chat-form .ctext input {
	width:238px;
	background:#333;
	border:1px solid #555555;
	height:12px;
	padding:3px;
	color:#FFFFFF;
	font-size:11px;
}
#chat-form .ctext2 input {
	width:400px;
	background:#333;
	border:1px solid #555555;
	height:19px;
	padding:3px;
	color:#FFFFFF;
	font-size:11px;
}
.ctext2 {
	display:block;
	width:413px;
	float:left;
}
#chat .csubmit2 input {
	width:80px;
	height:27px;
	background-image:url(../img/button.gif);
	border:0;
	color:#D1D1D1;
	font-size:11px;
	padding:0;
	margin:0;
}
#chat .csubmit input {
	width:80px;
	height:27px;
	background-image:url(../img/button.gif);
	border:0;
	color:#D1D1D1;
	font-size:11px;
}
#chat .csubmit input:hover {
	background-image:url(../img/button.gif);
	background-position: right;
}

#marketingTable {
	margin:5px 0 15px;
}
#marketingTable td {
	padding:7px;
	color:#DDD;
}
.igra {
	padding:10px;
	float:left;
	background:#FFFFFF;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:0 10px 10px 0;
}
.igra img {
	padding:1px;
	border:1px solid #CCCCCC;
}
.igra a img:hover {
	border:1px solid #AAA;
}
.igra a {
	color:#c60154;
	text-decoration:none;
}
.igra p a:hover {	border-bottom:dotted 1px #c60154; }
#unav {
	list-style:none;
	margin:4px 0 3px;
	text-align:right;
}
#unav li { display:inline; }
#unav li a {
	background:#555;
	color:#D1D1D1;
	padding:4px 8px;	
	text-decoration:none;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#unav li a:hover {
	background:#6E6E6E;
	text-decoration:none;
}
::selection { background:#D5184E; color:#fff; /* Safari */ }
::-moz-selection { background:#D5184E; color:#fff; /* Firefox */ }
#ttip {
	background:#4060A3;
	color:#FFFFFF;
	font-size:11px;
	display:block;
	overflow:hidden;
	position:absolute;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-border-radius-bottomleft:0;
	-khtml-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	border-bottom-left-radius:0;
}
#ttip p { padding:3px 5px; }
a.ulink {
	color:#4060a3;
	text-decoration:none;
}
a.ulink:hover {
	border-bottom:1px dotted #4060a3;
}
.videa {
	padding:10px 0 0 10px;
	background:#444444;
	margin-bottom:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow:auto;
}
.videa h3 {
	color:#DDDDDD;
	margin-bottom:6px;
	font-family:"Trebuchet MS", Hevletica, sans-serif;
}
#videoBack {
	padding:10px 0 4px 10px;
	background:#444444;
	margin-bottom:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#video {
	background:#FFFFFF;
	width:580px;
	padding:10px;
	margin:0 0 8px 0;
	-moz-border-radius-bottomright:3px;
	-khtml-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-khtml-border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
#vInfo h2{
	font-size:1.8em;
	margin:5px 0 5px 0;
	color:#c60154;
	float:left;
}
.vidInfo {
	font-size:0.90em;
	margin-top:1em;
	border-top:1px solid #ddd;
	overflow:auto;
}
.vidInfo p {
	color:#888888;
	margin:3px 0 0;
}
#vInfo {
	border-bottom:1px solid #E8E8E8;
	overflow:auto;
	background:#f5f5f5;
	margin-right:10px;
	padding:5px 10px 3px 8px;
	-moz-border-radius-topright:3px;
	-khtml-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-khtml-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.vcnt {
	color:#888;
	float:right;
	padding-top:5px;
}
.vcnt strong { color:#333; }

#cnfrnd, #cnflg, #cnfrem {
	display:none;
	background:url(../img/cnfBack.png);
	position: fixed;
	top: 30%;
	left: 35%;
	width: 30%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	z-index:1002;
	overflow: auto;
	padding:10px;
}
#cnfrnd h2, #cnflg h2, #cnfrem h2{
	color:#FFF;
	padding:0;
	margin:0 0 5px;
	display:block;
	font:12px Verdana, sans-serif;
	font-weight:bold;
}
.cnfback {	
	padding:1px 10px 20px;
	background-color: white;
	font-size:11px;
}
.cnfback p {
	padding:10px 0 15px;
	color:#333;
}
.cnfback a  {
	background:#333 url(../img/button.gif);
	padding:4px 10px;
	text-decoration:none;
	color:#FFF;
	font-size:11px;
}
.cnfback a:hover  {
	background:#333 url(../img/button.gif) 100%;
	padding:4px 10px;
	text-decoration:none;
	color:#FFF;
	font-size:11px;
}
.gamesNav img {
	float:left;
	margin:0 10px 0 5px;
	border:0;
}
.gamesNav h3 a {
	text-decoration:none;
	color:#585858;
}
.gamesNav p {
	color:#777777;
}
.gamesNav h3 {
	font-size:1.4em;
	margin:5px 0;
}
.gamesNav {
	padding:10px 0 0 10px;
	background:#444444;
	margin-bottom:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	overflow:auto;
}
.vS {
	padding:10px;
	float:left;
	width:173px;
	background:#FFFFFF;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:0 10px 10px 0;
}
.prazno {
	display:none;
}
#reg {
	background:#FFF url(../img/regBack.png) no-repeat;
	height:220px;
	position:relative;
}
.reginput {
	background:#2c9fdf url(../img/regInput.png);
	width:185px;
	height:54px;
	float:left;
	margin:88px 3px 0 10px;
	padding-top:5px;
}
.reginputText {
	border:1px solid #226fa8;
	padding:3px;
	width:159px;
	margin:4px 0 0 9px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#reg label {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	margin:0 0 0 9px;
	width:159px;
	text-align:left;
}

#reg #regsubmit {
	background:url(../img/regBut.png);
	width:208px;
	height:40px;
	text-indent:-9999px;
	border:0;
	margin:18px 0 0 197px;
	cursor:pointer;
}
.reginputTextInv {
	display:none;
}
#clsreg {
	position:absolute;
	right:10px;
	top:5px;
	text-decoration:none;
	color:#888;
}

/* USER STATUS TICKER */
#ticker {
	background:#444;
	padding:8px;
	margin-bottom:15px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.ticker {
	background:#fff; 
	overflow:hidden;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ticker a {
	color:#4060b1;
	text-decoration:none;
	font-weight:bold;
}
.ticker {
	list-style:none;
	padding:5px;
}