@charset "utf-8";

.suboferta {
	height: auto;
	width: 950px;
	margin: 0 auto;
}
.suboferta.toplevel {
	padding: 20px 0 0 0;
	list-style-image:none;
}


/* CSS Document */

.suboferta.toplevel li{
	float: left;
	width: 85px;
	height: 40px;
	border-left: 1px solid #ffc96a;
}
.suboferta.toplevel li a, .suboferta.toplevel li a:visited {
	font-size: 95%;
	font-weight: bold;
	color: #FFF;

	padding: 10px 0 0 3px;

	display: block;
}
.suboferta.toplevel a:hover {
	color: #ffd17f;
}
#contColLeft {
	float: left;
	
	height: auto;
	width: 395px;
	
	margin: 0 0 25px 25px;
}
.suboferta.toplevel li .sublevel {
	display: none;
}
.suboferta.toplevel li:hover .sublevel {
	display: block;
	margin: 0;
	padding: 0;
}

.suboferta.toplevel li .sublevel li {
	display:block;
	background: url(../img/bul-menu.gif) center left no-repeat;
	font-size: 95%;
	width: 200px;	height: auto;
	padding: 1px 0 1px 3px;
	margin: 0 0 0 5px;
	border: none;
}
.suboferta.toplevel li .sublevel li a , .suboferta.toplevel li .sublevel li a:visited{
	font-weight: normal;
	color: #ffd17f;
	padding: 0 0 0 5px;
}
.suboferta.toplevel li .sublevel li a:hover {
	color: #FFF;
}



#contColRight {
	float: right;
	height: auto;
	width: 465px;
	margin: 0 5px 25px 0;
}
#contColRight h3 {
	padding: 0px;
}


table {
	display: table;
	width: 100%;
	margin-top: 5px;
}
thead tr td{
	background-color: #666;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: -0.1ex;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;

}
tbody tr td {
	color: #333;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: -0.1ex;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 2px;
}

small {
	font-size: 75%;
	clear: both;
	display: block;
	font-weight: normal;
	letter-spacing: normal;
	width: auto;
}
#wzory  {
	float:left;
	width: 100%;
	list-style:none outside none;
	margin:0 0 20px;
	padding:0;

}
#wzory li {
	width: 75px;
	float: left;
	margin-right: 10px;
}
#wzory li p {
	text-transform: uppercase;
	font-size: 95%;
	font-weight: bold;
	background-color: #FFF;
	display: block;
	margin-top: -3px;
}


#presPhoto {
	width: 100%;
	height:290px;
	min-height:290px;
	height:auto!important;
}

