/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

a{
	outline:none;
}

a:hover
{
text-decoration:underline;
}

.blocka
{
display:block;
color:#0095A0;
text-decoration:none;
}
/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/
.cbox
{
	float:left;
	padding-right:42px;
	padding-bottom:30px;
	width:110px;
}

.cbox .th{
	width:110px;
	height:73px;
	overflow:hidden;
}

.cbox a
{
	display:block;
	margin-top:2px;
	background:#F29400;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	min-height:15px;
	padding-top:1px;
}
html,body{ 
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #000;
	text-align:justify;
	
}

html
{
	background: #006168 url(graphics/lines.gif) 0px 160px repeat-x;
}

.photos
{
	width:432px;
	height:243px;
	background:url(graphics/pbg.gif) no-repeat;
}

#m
{
	width:325px;
	float:left;
	overflow:hidden;
}

#l
{
	float:left;
	width:42px;
	padding:8px 3px;
	padding-right:9px;
}

#r
{
	float:right;
	width:42px;
	padding:8px 3px;
}

#footer
{
	width:100%;
	background:url(graphics/lines2.gif) repeat-x;
}

.contener{
	width: 900px;
	margin: auto;
	position: relative;
	z-index: 1;
}

#footer .contener
{
	background:url(graphics/footer.gif) no-repeat;
	height:212px;
	text-align:center;
	color:#006168;
	font-size:9px;
}

#footer a 
{
	color:#006168;
	text-decoration:none;
	font-size:9px;
}
.contener_white
{
	background:#F4F3EE;
	width:100%;
	padding-top:20px;
}

.contener_white .contener
{
	background:url(graphics/floral.gif) left bottom no-repeat;
}

.title
{
	background:url(graphics/b_arr.gif) 3px 10px no-repeat;
	height:22px;
	padding-left:20px;
	padding-top:5px;
	
}

.title a
{
	color:#000;
	text-decoration:none;
}


.title a:hover

{
	text-decoration:underline;
}

.gi
{
	background:url(graphics/input.gif) no-repeat;
	width:190px;
	height:19px;
	font-size:10px;
	padding:2px 5px;
	border:none;
	
	
}

.pagging,.a_pagging
{
	display:block;
	float:left;
	width:16px;
	height:15px;
	margin-right:2px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding-top:1px;
}
.pagging
{
	color:#F29400;
}

.a_pagging,.pagging:hover
{
	background:#F29400;
	color:#fff;
}

#db td
{
	padding:5px;
	
}



.b
{
	background:#D6E3E4;
}

#db .bb
{
	
	border-bottom:1px solid #006168;	
}

#db  td.l
{
	border-left:1px solid #006168;
	border-bottom:1px solid #006168;
}

#db  td.r
{
	border-right:1px solid #006168;
	border-bottom:1px solid #006168;
}

#db td.r a
{
	font-size:11px; 
	color:#0095a0;
}

#db td a
{
	color:#000;
	text-decoration:none;
}

#left
{
	float:left;
	width:202px;
}

#middle
{
	padding-left: 25px;
	width:445px;
	float:left;
}

#right
{
	float:right;
	width:201px;
}

#menu
{
	background:url(graphics/head_menu.gif) no-repeat;
	padding-top:40px;
	padding-right:10px;
}

#polecamy
{
	background:url(graphics/head_polecamy.gif) no-repeat;
	padding-top:40px;
	padding-right:10px;
}

#reklamy
{
	background:url(graphics/head_reklama.gif) no-repeat;
	padding-top:40px;
	padding-right:10px;
}

.menu a
{
	font-family:Tahoma;
	font-size:10px;
	color:#0095A0;
	display:block;
	text-align:right;
	padding-right:20px;
	background:url(graphics/arr.gif) right 4px no-repeat;
	width:172px;
	text-decoration:none;
	padding-bottom:8px;
}

.menu a.active,.menu a:hover
{
	background:url(graphics/a_arr.gif) right 4px no-repeat;
	color:#949494;
}

#baza
{
	background:url(graphics/head_baza.gif) no-repeat;
	padding-top:40px;
	padding-right:10px;
}

#banner
{
	width:900px;
	height:82px;
	background:url(graphics/banner.gif) no-repeat;
	padding-top:100px;
}

#banner a{
	margin:auto;
	display:block;
	width:191px;
}

#banner #bflor
{
	width:144px;
	height:22px;
	position:absolute;
	top:182px;
	left:385px;
	background:url(graphics/bflor.gif) no-repeat;
}


/******************************************************
			SECONDARY BOXES
******************************************************/

/******************************************************
			LINK
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}


label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 0 0;
	font-weight: normal;

}

input.contact,
textarea {
	float: left;
	border: 1px solid #c6ccd2;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
	width:248px;
}

textarea{
	height:100px;
}

.form button
{
	float:right;
	background:none;
	border:1px solid #c6ccd2;
	width:100px;
	text-align:center;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}


form{
	margin: 0;
}

td#sort
{
	padding:15px 5px;
	text-align:right;
}

#sort select
{
	color:#7ea3a6;
	font-size:11px;
	font-family:Tahoma;
	border:1px solid #7ea3a6;
	width:150px;
	
}
#bflor
{
	position:relative;
}
#hb
{
	position:absolute;
	left:-45px;
	width:240px;
}

