/* CSS Document */

body
{
	margin: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	background: url(/public/images/bg-body.gif) repeat-x top center #fff;
}

div#container
{
	width: 980px;
	margin: 0px auto;
}
div#top
{
	width: 980px;
	height: 175px;
}
div#add
{
	width: 980px;
	height: 135px;
}

div#footer
{
	width: 100%;
	height: 90px;
	background: url(/public/images/bg-footer.gif) repeat-x top center #f2f2f2;
	clear: both;
}
div#footerBG
{
	background: url(/public/images/bg-footer1.gif) no-repeat 0px 6px;
	width: 100%;
	height: 80px;
	text-align: center;
}

div#container p.dir
{
	margin: 0px;
	padding: 14px 0px 28px 0px;
}
div#container p.dir a.first
{
	color: #d63e0f;
	text-decoration: none;
	padding-right: 4px;
}
div#container p.dir a
{
	color: #3692df;
	text-decoration: none;
	padding: 0px 4px;
}
div#container p.dir a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}


div#topLeft
{
	width: 132px;
	height: 175px;
	float: left;
}

div#topLeft p
{
	margin: 0px;
	padding: 0px;
	float: left;
}
div#topLeft img
{
	margin: 0px;
	padding: 0px;
}

div#topRight
{
	width: 848px;
	float: right;
}
div#topRight p
{
	padding: 0px;
	margin: 0px;
}
div#topRight ul#menu
{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	height: 130px;
}
div#topRight ul#menu li
{
	float: left;
	display: block;
	width: 90px;
	height: 100px;
	margin-right: 1px;
	text-align: right;
}
div#topRight ul#menu li a
{
	font-size: 9px;
	display: block;
	width: 86px;
	height: 70px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #7d7d7d;
	padding-top: 30px;
	padding-right: 4px;
	background: url(/public/images/menu.gif) no-repeat top right;
}
div#topRight ul#menu li a:hover
{
	background: url(/public/images/menu.gif) no-repeat center center;
	padding-top: 50px;
	height: 50px;
	color: #5a5a5a;
}
div#topRight ul#menu li a.active
{
	background: url(/public/images/menu.gif) no-repeat bottom center;
	padding-top: 50px;
	height: 50px;
	color: #5a5a5a;
}
div#topRight div#search
{
	float: right;
	display: block;
	width: 203px;
	height: 36px;
	background: #E4E4E4;
	margin-top: 88px;
}

div#topRight div#search form
{
	padding: 0px 8px;
	margin: 7px 0px;
}
div#topRight div#search input
{
	border: 1px solid #c9c9c9;
	width: 120px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	padding: 4px;
}
div#topRight div#search input:hover, div#topRight div#search input:focus
{
	border-color: #afafaf;
}
div#topRight div#search input.button
{
	width: 50px;
	height: 22px;
	background: url(/public/images/b-tpl.gif) repeat-x top center #be2f30;
	border: 1px solid #760001;
	color: #fff;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
}

form.login, div.userMenu
{
	padding: 0px;
	margin: 0px;
  position: absolute;
  margin-left: 370px;
  margin-top: 10px;
}

div.userMenu ul
{
    margin: 3px 0;
}

form.login a, div.userMenu a
{
    color:#2F80C3;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

form.login input
{
    border: 1px solid #c9c9c9;
    width: 120px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #626262;
    padding: 3px;
   

}

form.login input.submit { 
    font-weight: bold;
    background-color: #88C54D;
    color: white;
}

div#topRight ul#menu li a span
{
	display: none;
}


div#top ul#submenu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#top ul#submenu li
{
	float: left;
	padding: 12px 8px 0px 7px;
}
div#top ul#submenu li a
{
	color: #53a800;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 1px 16px 1px;
	background: url(/public/images/sub-hr.gif) repeat-x bottom left;
	display: block;
}
div#top ul#submenu li a:hover
{
	background: url(/public/images/sub-hr1.gif) repeat-x bottom left;
	color: #D63E0F;
}






/* --- add --
----------------------------------------------------------------- */

div#add ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#add ul li
{
	width: 182px;
	height: 117px;
	background: url(/public/images/test.gif) no-repeat center center;
	float: left;
	padding: 7px 7px;
}
div#add ul li p
{
	margin: 0px;
	padding: 5px 0;
}


/* --- lewe menu --
----------------------------------------------------------------- */
div#menuLeft
{
	float: left;
	width: 202px;
	padding-bottom: 30px;
}
div#menuLeft div.window
{
	width: 202px;
	background: url(/public/images/win-head.gif) no-repeat top center #fafafa;
	text-align: left;
}
div#menuLeft div.window p
{
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
div#menuLeft div.window p span
{
	color: #626262;
	border-bottom: 2px solid #8a8a8a;
	font-weight: bold;
	padding: 0px 7px 6px 7px;
	text-transform: uppercase;
}
div#menuLeft div.window div.windowMain
{
	text-align: left;
	padding-top: 19px;
	width: 200px;
	background: url(/public/images/win-bg.gif) no-repeat bottom right;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
div#menuLeft div.window div.windowMain ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#menuLeft div.window div.windowMain ul li
{
	background:transparent url(/public/images/win-li.gif) no-repeat scroll left center;
	margin:0pt 0pt 0pt 6px;
	padding:2px 0px 8px 17px;
}
div.window div.windowMain ul li a
{
	color: #3692df;
	text-decoration: none;
}
div.window div.windowMain ul li a:hover
{
	text-decoration: underline;
}

div#menuLeft div.window div.windowFoot, div#menuRight div.window div.windowFoot
{
	width: 202px;
	height: 20px;
	background: url(/public/images/win-foot.gif) repeat-x top center #fff;
}
div#menuLeft div.windowMain p, div#menuRight div.windowMain p
{
	padding: 3px 8px;
	margin: 0px;
	line-height: 18px;
	text-align: left;
}
div#menuLeft div.windowMain input
{
	border: 1px solid #d9d9d9;
	padding: 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	margin: 9px;
}
div#menuLeft div.windowMain input.send
{
	background: url(/public/images/b-send.gif) no-repeat top center;
	display: block;
	width: 48px;
	height: 22px;
	margin-left: 132px;
}
div#menuLeft div.windowMain input.button
{
	width: 50px;
	height: 32px;
	background: url(/public/images/b-tpl.gif) repeat-x top center #be2f30;
	border: 2px solid #760001;
	color: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 5px;
}



/* --- prawe menu -- */

div#menuRight
{
	float: right;
	width: 202px;
	padding-bottom: 30px;
}
div#menuRight div.window
{
	width: 202px;
	background: url(/public/images/win-head.gif) no-repeat top center #fafafa;
	text-align: left;
}
div#menuRight div.window p
{
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
div#menuRight div.window p span
{
	color: #626262;
	border-bottom: 2px solid #8a8a8a;
	font-weight: bold;
	padding: 0px 7px 6px 7px;
	text-transform: uppercase;
}
div#menuRight div.window div.windowMain
{
	padding-top: 19px;
	width: 200px;
	background: url(/public/images/win-bg1.gif) no-repeat bottom right;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
div#menuRight div.window div.windowMain p
{
	padding: 3px 8px;
	margin: 0px;
	line-height: 18px;
	text-align: left;
}
div#menuRight div.window div.windowMain p a.red
{
	color: #cb0304;
	text-decoration: none;
	background: url(/public/images/win-li.gif) no-repeat 0px 4px;
	padding: 2px 0px 2px 15px;
}
div#menuRight div.window div.windowMain ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#menuRight div.window div.windowMain ul li
{
	margin: 0px;
	padding: 0px;
	background: url(/public/images/win-li.gif) no-repeat left center;
	height: 23px;
	padding-left: 17px;
	margin-left: 6px;
}
div#menuRight a, div#menuLeft a
{
	color: #2f80c3;
	text-decoration: none;
}
div#menuRight a:hover, div#menuLeft a:hover
{
	text-decoration: underline;
}


/* --- srodek --
----------------------------------------------------------------- */

div#main
{
	text-align: left;
	float: right;
	width: 540px;
	margin-right: 17px;
	padding-bottom: 30px;
}

div#main h1
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #cfcfcf;
	padding: 8px 0px;
	margin: 0px;
	background: url(/public/images/head-bg.gif) no-repeat right bottom;
}

div#main h1 a
{
	font-size: 12px;
}

div#main h1 a.nounderline
{
	text-decoration: none;
}
div#main h1 span
{
	border-bottom: 2px solid #cfcfcf;
	padding: 0px 10px 6px 10px;
	color: #53a800;
}
div#main h1 span.green
{
	color: #53a800;
}
div#main h1 span.orange
{
	color: #d63e0f;
}
div#main h1 span.grey
{
	color: #626262;
}

div#main h3
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #cfcfcf;
	padding: 8px 0px;
	margin: 0px;
	background: url(/public/images/head-bg.gif) no-repeat right bottom;
}

div#main h3 a
{
	font-size: 12px;
}

div#main h3 a.nounderline
{
	text-decoration: none;
}
div#main h3 span
{
	border-bottom: 2px solid #cfcfcf;
	padding: 0px 10px 6px 10px;
	color: #53a800;
}
div#main h3 span.green
{
	color: #53a800;
}
div#main h3 span.orange
{
	color: #d63e0f;
}
div#main h3 span.grey
{
	color: #626262;
}

div#main div.newsItem
{
	margin: 10px 0 25px 0;
	border: 1px solid #CFCFCF;
	padding: 5px 5px 0 5px;
}

div#main div.commentsItem
{
	margin: 10px 0 25px 0;
	border-left: 3px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	padding: 5px;
}

div#main div.newsItem img, div#main img.newsImage
{
	width: 120px;
	height: 120px;
	padding: 2px;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}

div#main div.newsItem p {
	padding: 5px 0 0 0;
}

div#main p
{
	margin: 0px;
	padding: 11px 5px 5px 5px;
	line-height: 18px;
	text-align: justify;
}
div#main p.highlight
{
	margin: 0px;
	padding: 11px;
	line-height: 18px;
	text-align: justify;
	background: #f0f0f0;
	margin-top: 1px;
	border-bottom: 1px solid #cfcfcf;
}
div#main p a
{
	text-decoration: none;
}
div#main p a.more
{
	display: block;
	position: absolute;
	margin-top: -9px;
	margin-left: 440px;
	* margin-left: 220px;
	background: url(/public/images/b-more.gif) no-repeat top center;
	width: 84px;
	height: 19px;
}

div#main p a.more:hover
{
	text-decoration: none;
}

div#main p a.more span
{
	padding: 3px 0px 0px 21px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
}
div#main div.hr
{
	height: 30px;
}
div#main a
{
	color: #2f80c3;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
div#main a:hover
{
	text-decoration: underline;
}

/* --- pager --
----------------------------------------------------------------- */
div#pager span
{
	font-size: 16px;
	font-weight: bold;
}


/* --- form --
----------------------------------------------------------------- */

div.form { margin-left: 5px;}
div.form dd{ margin: 2px 0 5px 0; }
div.form dd ul.errors { margin: 0; padding: 0; list-style: none;}
div.form dd ul.errors li { margin: 0; padding: 0; color: red; font-size: 14px;}

div.form label { font-weight: bold; color: #656565;}
div.form input { border: 1px solid #CFCFCF; width: 200px; padding: 2px 5px;}
div.form input.submit { font-weight: bold; background-color: #88C54D; color: white; width: 180px;}

div.form textarea { border: 1px solid #D6D6D6; width: 525px; height: 75px; padding: 2px 5px;}



/* --- stopka --
----------------------------------------------------------------- */

div#footerBG ul
{
	margin: 0px auto;
	padding: 22px 0px 17px 0px;
	list-style: none;
	background: url(/public/images/foot-dot.gif) repeat-x bottom center;
	width: 500px;
}
div#footerBG ul li
{
	display: inline;

}
div#footerBG ul li a
{
	color: #2f80c3;
	text-decoration: none;
	padding: 0px 8px 0px 4px;
}
div#footerBG ul li a:hover
{
	text-decoration: underline;
}
div#footerBG p
{
	font-size: 9px;
	color: #8e8e8e;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}
div#footerBG p a
{
	color: #c32fb0;
	text-decoration: none;
}
div#footerBG p a:hover
{
	text-decoration: underline;
}


/* STAR RATING */
.star-rating{
	list-style:none;
	margin-left:5px!important;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(/public/images/alt_star.gif) top left repeat-x;
}

div.box
{
	padding: 8px 0px 0px 0px;
}

.star-rating-small-nohide
{
	float: right;
	margin: 5px auto;
	padding:0;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(/public/images/small_star.gif) top left repeat-x;
}


.star-rating-small
{
	display: none;
	margin: 5px auto;
	padding:0;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(/public/images/small_star.gif) top left repeat-x;
}

.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/public/images/alt_star.gif) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating {
	background: url(/public/images/alt_star.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

div.current-rating-small {
	background: url(/public/images/small_star.gif) left center;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}


/* RANKINGS */

table.ranking
{
	height: 30px;
	border-bottom: 2px solid #C5C5C5;
	border-collapse:collapse;
	width: 540px;
}

table.ranking thead th
{
	background: url(/public/images/table-head.gif) repeat-x bottom center #fafafa;
	padding:1em 1em .5em;
 	font-size:120%;
 	text-align:left;
}

table.ranking td, th
{
	background:transparent;
	padding:.5em 1em;
}

table.ranking td
{
	border-bottom:1px dotted #C5C5C5;
}

table.ranking td.right
{
	border-right:1px dotted #C5C5C5;
	text-align: right;
	font-weight: bold;
	width: 140px;
}



