#tabs
	{
	position:relative;
	width:960px !important;
	width:970px;
	}
#tabs a
	{
	margin:0px;
	}

#tabsa
	{
	position:relative;
	}

#tabs .shadetabs
	{
	padding: 3px 0;
	border:0px;
	width:auto;
	float:none;
	margin:0px;
	margin-left:20px;
	font: bold 10px Tahoma;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

#tabs .shadetabs li
	{
	float:left;
	margin: 0px;
	font-size:90%;
	width:auto;
	}

#tabs .shadetabs li a
	{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 0px;
	font-size:120%;
	border: 0px solid #778;
	color: #2d2b2b;
	display:block;
	text-align:center;
	width:85px;
	line-height:24px;
	background: white url('../i/tab.gif') top left no-repeat;
	outline:none;
	}

#tabs .shadetabs li a:visited
	{
	color: #2d2b2b;
	}

#tabs .shadetabs li a:hover
	{
	text-decoration: underline;
	color: #2d2b2b;
	}

#tabs .shadetabs li.selected
	{
	position: relative;
	top: 1px;
	}

#tabs .shadetabs li.selected a
	{ /*selected main tab style */
	background-image: url('../i/tab_active.gif');
	border-bottom-color: white;
	}

#tabs .shadetabs li.selected a:hover
	{ /*selected main tab style */
	text-decoration: none;
}

#tabs .contentstyle
	{
	margin-top:27px;
	margin-left:10px;
	border: 0px solid gray;
	width: 626px;
	height: 235px;
	background: url('../i/tab_content.gif') no-repeat;
	margin-bottom: 0em; padding: 0px;
	padding-top:20px;
	}

#tabs .contentstyle span 
	{
	display:block;
	width:616px;
	height:176px;
	margin-left:5px;
	color:#ffffff;
	}
 
#tabs .contentstyle span p 
	{
	margin:0px;
	font-size:90%;
	color:#666666;
	text-align:center;
	line-height:14px;
	margin-top:5px;
	}
 
 #tabs .contentstyle span .gal_dnia 
	{
	padding:2px;
	border:2px solid #990000; 
	}
 
  #tabs .contentstyle span .gal_dnia:hover 
	{
	padding:2px;
	border:2px solid #FFCC00; 
	}
 
#tabs span a.f
	{
	width:100px;
	display:block;
	float:left;
	text-align:center;
	background:#000000;
	margin:1px;
	border:1px solid #990000;
	}
	
#tabs span a.fw
	{
	width:202px;
	height:135px;
	text-align:center;
	background:#000000;
	margin:1px;
	border:1px solid #cecece;
	}
	
#tabs span a.f:hover
	{
	border:1px solid #FFCC00;
	}
 
#tabs .contentstyle span img 
	{
	border:0px solid #f5f5f5; 
	}
 
#tabs .contentstyle span img:hover 
	{
	border:0px solid #990000; 
	}