@charset "utf-8";
/* CSS Document */

body, html {
	line-height: 1;
	background: white;
	background:url(../img/backgrounds/bg_index.gif) repeat-x;
	font:11px Arial, Helvetica, sans-serif;
	color:#535354;
	height:100%
}

#main_container {
	width:100%;
	height:auto
}
/* ----------------------------------------------------------------------------
gorna belka ulozenie elementow dla index
-----------------------------------------------------------------------------*/
#top {
	height:85px;
	width:1000px;
}
#container {
	margin-bottom:20px;
	width:auto;
}
/* podzial na lewa i prawa czesc */
#c1 {
	float:left;
	width:auto;
	height:auto;
	padding-left: 10px;
	background:#c4e4ef;
}
#top_c2 {
	width:600px;
	float:left
}
#miniMenu{
	width:650px;
}
#left {
	width: 316px;
	float: left;
}
#leftColTabs .tabs-container{
	padding-left:12px;
	}
#leftColHiddenBox {
	width: 10px;
	float: left;
	height:700px;
	margin-right:10px;
    background: url(../img/backgrounds/leftColRightBorder.gif) no-repeat 1px
}
#leftColHiddenButton{
	float: left;
	cursor: pointer;
	width: 13px;
	height:40px;
	margin-top:200px;
	}
.leftColHiddenButtonRight{
	background: url(../img/buttons/leftColHiddenButtonRight.gif) no-repeat;
}
.leftColHiddenButtonLeft{
	background: url(../img/buttons/leftColHiddenButtonLeft.gif) no-repeat;
}
.content {
	margin-left: 326px;
	padding:10px 0 0 10px;
	min-width:700px;
	padding-left:30px !important;
}
.contentHiddenLeftCol {
	padding:10px 0 0 10px;
	width:97%;
	min-width:1000px;
	float:none;
	padding-left:30px !important;
}
#center {
	float: left;
	width: 100%;
}
.contentTitle {
	margin:0px 0px 20px 7px;
}
/* standardowa lista */
ul.staticTextMenu, ul.staticTextMenu a{
	font-weight: bold;
	color:#ff7200;
	list-style-type: none !important;

}

ul.staticTextMenu ul {
	font-weight: bold;
	margin-left:25px !important;
}
ul.staticTextMenu ul li {
	margin:5px 25px 5px 0 !important;
	padding-left:15px !important;
	background:url(../img/icons/small/leftArrSimple.gif) no-repeat 0px 5px;
}

ul.staticTextMenu ul a {
	color:#575757;
	font-weight:normal
}
.statictextIcon{
margin-right:5px;
}

/* sortowanie wynikow */
#sortContent
{
	position:absolute;
	height:auto;
	width:auto;
	background:#f9f9f9;
	border:1px solid #bfbfbf;
	margin-top:-2px;
	padding:10px 13px 4px 10px;
	display:none

}

.sortContentButton{
	cursor:pointer
}
#sortContent ul{}

#sortContent li{
	margin-left:10px;
	height:24px;
	padding-left:30px;
	border-bottom:1px solid #c6c6c6;
	margin-bottom:5px;
}
#sortContent li a{
	text-decoration:none;
	color:#505050;
}

.lastAdded{
	background:url(../img/icons/small/lastAdded.gif) no-repeat left 0px;
}
.bestRating{
	background:url(../img/icons/small/bestRating.gif) no-repeat left 0px;
}

.worstRating{
	background:url(../img/icons/small/worstRating.gif) no-repeat left 0px;
}
.mostRating{
	background:url(../img/icons/small/mostRating.gif) no-repeat left 0px;
	border-bottom:none !important;
	margin-bottom:0px !important;
}
.criteriaInfo{
	float:left;
	width:300px;
	height:auto;
	background:url(../img/icons/med/info.gif) no-repeat 10px;
	border:1px solid #dedede;
	padding:15px 15px 15px 55px;
	margin-bottom:10px;
}

