﻿html, body
{
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "OpenSansRegular" ,Tahoma;
	font-size: 12px;
	font-weight: bold;
	width: 1024px;
	background-image: url("light-tile.png");
	background-repeat: repeat;
	
}
.frame
{
	border: 0px solid #FFFFFF;
	width: 100%;
	float: left;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 3px 3px #CCCCCC;
}
.footer
{
	font-family: 'OpenSansRegular';
	font-size: 14px;
	color: #555555;
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	background: rgba(255,255,255,.5);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.footer a
{
	color: #333333;
}

.footer a:hover
{
	color: #990000;
}

.footer ul
{
	padding:0px;
}

.footer li
{
	padding-left: 0px;
	display: inline;
}

.footer li a
{	
	text-decoration: none;
	padding-left: 0px;
	font-weight: normal;
}
.top
{
	text-align: center;
	text-decoration: none;
	float: left;
	width: 100%;
	height:148px;
	padding-top:20px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-image:url('backgroundtop.png');	
}

.top a
{
	text-decoration:none;	
}

.top h2
{
	float: left;
	margin-top: 10px;
	width: 100%;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
}
.searchmenu
{
	float:left;
	width:100%;
	padding: 0px;
	margin-top: 0px;
}

.searchbox
{
	height:300px;
	text-align:left;
	border: 1px solid #CCCCCC;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url('search_bg.png');
	background-repeat: repeat-x;
	padding: 15px;
	
}

.title
{
	text-align:right;
	margin-right:20px;
}

.title a
{
	text-decoration: none;
	color: #000000;
	font-family: 'OpenSansRegular' , Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	background: rgba(255,255,255,.5);
	border-radius: 3px;
}

.title a:hover
{
	background-color: #CCCCCC;
	background: rgba(223,223,223,.5);
	border-radius: 3px;
}

.logo
{
	font-family: 'OpenSansRegular';
	float: left;
	padding-left: 30px;
	color: #666666;
	font-size: 20px;
}
.menu
{
	padding: 6px 0;
	color: #333333;
	font-weight: normal;
	font-size: 18px;
	font-family: 'OpenSansRegular';
	background: #000;
	background: rgba(0,0,0,.2);
	border-radius: 3px;	
}

.menu li
{
list-style: none;
display: inline;
border-radius: 3px;
}

.menu li a
{
padding: 6px;
text-decoration: none;
color: #333333;
}

.menu li a:hover
{
	color: #FFFFFF;
	background: #000;
	background: rgba(0,0,0,.4);
	border-radius: 3px;
}

.main
{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
	background: rgba(255,255,255,.7);
	
}
.columns
{
	width:1024px;
	padding:0;
	text-align:center;
	margin-left:auto;		
	margin-right:auto;	
			
}
.left
{
	width: 100%;	
	margin:0px;	
	float:left;
	
}


.right
{
	float: left;
	width: 960px;
	text-align: center;
	margin: 0px;
	font-weight: normal;
	
}

h1
{
	font-size: 0px;		
}
h1 a
{
	font-size: 30px;	
	color: #086569;	
}

h2
{
	font-family: 'OpenSansRegular';
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 1.6em;
	font-size: 1.6em;
	color: #666666;
}

h2 a
{
	text-decoration: none;
	color: #1C6E72;
}

h4
{
	font-family: 'OpenSansRegular', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #C26D5F;	
	text-align:left;
}
.podnaslov
{
	font-family: 'OpenSansRegular', serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7em;
	color: #DA251D;
}
hr
{
	border-width: 1px 0px 0px 0px;
	border-top-style: dotted;
	border-top-color: #B0AC73;
}
.unit
{
	float:left;
	width:220px;
	padding:5px;	
}

.unit a
{
	color: #C26D5F;
}


.unitx
{
	float: left;
	text-align: left;
	font-weight: normal;
	width: 100%;
	padding: 5px;
	padding-top: 3px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	height: 200px;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E2E2E2;
	background-color: #FFFFFF;
	overflow: hidden;
}

.unitx p
{
	font-family: OpenSansRegular;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-size: 1.4em;
	color: #696A6B;
	word-spacing: 0.15em;
}

.unitx a
{
	font-family: OpenSansRegular;
	color: #FF6600;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 1.6em;
}

.unitx a:hover
{
	color: #990000;
}

.unitx:hover
{
	background-color: #F2F3F4;
}

.smallpicturex
{
	border: 1px solid #999999;
	height: 180px;
	width: 200px;
	vertical-align: top;
	text-align: left;
	float: left;
	margin: 7px;
	padding: 2px;
	background-color: #FFFFFF;
	float:left;
}

.smallpictureoffer
{
	border: 1px solid #999999;
	height: 140px;
	width: 160px;
	vertical-align: top;
	text-align: left;
	float: left;
	margin: 7px;
	padding: 2px;
	background-color: #FFFFFF;
	float:left;
}

.unitxaccname
{
	float: left;
	width: 390px;
	font-size: 15px;	
}

.unitxcategory
{
	float:right;
	width: 100px;
	margin-top:5px;	
}

.unitxdesc
{
	float: left;
	width: 495px;
	height: 115px;
	font-size: 14px;
	color: #333333;
	text-align: justify;
}
.unitxadress
{
	float: left;
	width: 480px;
	text-align: left;
	height: 18px;
	color: #808080;
}
.unitxprice
{
	float:left;
	width:320px;	
	text-align:left;
	height:18px;
	color: #808080;
}
.unitxmoreinfo
{
	float:right;
	width:100px;
	text-align:right;	
	height:18px;
}

.unitxmoreinfo a
{
	
}
.unitxfooter
{
	float:left;
	color: #696A6B;
	border-color: #C0C0C0;
	width: 100%;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.unitxfooterdetails
{
	float:left;
	font-family: OpenSansRegular;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;	
}

.unitxfooterviews
{
	float: right;
	font-family: OpenSansRegular;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	vertical-align: text-bottom;
}


.unitnews
{
	float: left;
	text-align: left;
	font-weight: normal;
	width: 100%;
	padding: 5px;
	padding-top: 3px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.unitnews p
{
	font-family: OpenSansRegular;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #696A6B;
	word-spacing: 0.15em;
}

.unitnews a
{
	font-family: OpenSansRegular;
	color: #FF6600;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 1.6em;
}

.unitnews a:hover
{
	color: #990000;
}



.line
{
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #D4D4D4;
	float: left;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.description
{
	font-family: OpenSansRegular, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	color: #626262;
	text-align: left;
}

.description a
{
	text-decoration: none;
	color: #94513A;
}

.type
{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 0.8em;	
}

.moreinfo
{
	font-family: OpenSansRegular;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;	
	
}
.moreinfo a
{
	font-size: 13px;
	line-height: 1.6em;
	
}

.smallpicture
{
	border: 2px solid #E4E4E4;
	height: 150px;
	width: 150px;
}




.smallpictured
{
	border: 1px solid #CCCCCC;
	border-radius:1px;
	padding: 2px;
	height: 130px;
	width: 215px;
	margin: 5px;
}
.smallpictured:hover
{
	background-color: #FFBD5B;
}
.menumain
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	color: #000000;
	font-family: OpenSansRegular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.8px;
	line-height: 34px;
	background-color: #F3F3F3;
	background: rgba(243,243,243,.6);
	
}

.menumain li
{	
	list-style: none;
	display: inline;		
}

.menumain li a
{
	margin:2px;
	padding: 6px;
	text-decoration: none;
	color: #000000;
	background-color: #E0E2E4;
	border-radius:3px;
}

.menumain li a:hover
{
	background-color: #333333;
	color: white;
	border-radius:3px;
}

.selected
{
	padding: 6px;
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}

.menulocation
{
	margin: 0;
	padding: 6px;
	width: 100%;
	background-color: #F8F8F1;
	color: #000000;
	font-weight: normal;
}

.menulocation li
{	
	list-style:none;
	display:inline;
}

.menulocation li a
{
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	color: #688805;
	background-color: #F8F8F1;
}

.menulocation li a:hover
{
	background-color: #A60000;
	color: white;
}

.searchtext
{
	float:left;
	color: #808080;
}

.rss
{
	background-position: left;
	background-image: url('rss.png');
	background-repeat: no-repeat;
	padding-left:20px;
}

.mail
{
	background-position: left;
	background-image:url('letter.png');
	background-repeat: no-repeat;
	padding-left:20px;
}

.pages
{
	float: left;
	width:100%;
	font-family: OpenSansRegular, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #666666;
	display:block;
	margin-left:15px;
	margin-top:20px;
}
.curent
{
	float: left;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	font-family: OpenSansRegular, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #666666;
	width: 20px;
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	margin-top:5px;
}
.pages a
{
	float:left;
	border: 1px solid #990000;
	text-decoration: none;
	font-family: OpenSansRegular, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #DA251D;
	width:20px;
	display:block;
	margin-left:3px;
	margin-right:3px;
	margin-top:5px;
}

.pages a:hover
{
	background-color: #F4B4B0;
}



.details
{
	float: left;
	font-family: OpenSansRegular, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	text-align: left;
	width:984px;
	color: #626262;
		
}



.detleftcol
{
	float:left;
	width:950px;
}
.detrightcol
{
	float:right;
	width:200px;
	background-color: #F4F4F4;
	border-radius: 5px;	
}
.details p
{
	float:left;
	width:100%;
}
.details a
{
	color: #C26D5F;
}

.details h2
{
	font-size:16px;
}

.picturedetails
{
	float: left;
	width:650;
	height:350px;
	margin:5px;
}

.pdetails
{
	float: left;
	width:650;
	height:350px;	
}



.dpsmall
{
	height:130px;
	width:180px;
	padding:1px;
}

.marketinglista
{
	text-align:left;
	color: #A2A2A2;
}

.index
{
	padding: 20px;
	text-align: left;
	width: 100%;
}
.column
{
	float:left;
	width:190px;
	padding:3px;
}
.column ul
{
	padding:0px;
}

.column li
{
	padding-left: 0px;
	display: inline;
}

.column li a
{	
	text-decoration: none;
	padding-left: 0px;
	font-weight: normal;
}
.footerlinks
{
	font-family: OpenSansRegular;
	font-size:10px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	
}

.intro
{
	float:left;
	width:100%;
	padding:10px;	
}

.addlist
{
	margin-left: 0px;
	text-align: left;
	color: #4A4A4A;
}

.addlist li
{
	list-style: none;
	padding-top: 5px;
	list-style-position: inside;
	font-size: 11px;
	font-family: OpenSansRegular, serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;	
}



.addtextbox
{
	Height:50px;
    Width:250px;
}

.addtextboxsmall
{
	border: 1px solid #C26D5F;
	width: 250px;
	margin-right: 20px;
	font-family: OpenSansRegular, sans-serif;
	background-color: #F4E2CE;
}

.addtextboxsmall:focus
{
	border-color: #808080;
	background-color: #ECE29B;
}

.addcombo
{
	width:200px;
}

.searchlist	
{
	list-style: none;
	padding-top: 5px;
	list-style-position: inside;
	font-size: 11px;
	font-family: OpenSansRegular, serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	display: inline;
}


.ClientDetailsOptions
{
	display:inline;
}
.Validator
{
	font-family: OpenSansRegular;
	font-size: x-small;
	color: #C26D5F;
}

.signup
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.signupbtn
{
	background-position: left;
	color: #FFFFFF;
	font-size: 20px;
	font-family: OpenSansRegular;
	background-image: url('button.jpg');
	background-repeat: no-repeat;
	width:134px;
	height:47px;
}

.signupbtn:hover
{
	background-color: #853F32;
	color: #000000;
}

.Lista
{
	text-align:left;
}

.addsucces
{
	font-size:16px;
}

.tabbtn
{
	padding: 5px;
	border-style: ridge;
	border-width: 1px;
	background-color: #C26D5F;
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 12px;
	font-family: OpenSansRegular;
}
.tabbtn:hover
{
	background-color: #853F32;
	color: #000000;
}
.tabbtnsel
{
	padding: 5px;
	border-style: ridge;
	border-width: 1px;
	background-color: #EEEDE1;
	color: #000000;
	font-variant: small-caps;
	font-size: 12px;
	font-family: Georgia;
}
.banner
{
	border: 1px solid #999999;
}


.searchlist
{
	margin-left: 0px;
	text-align: left;
	color: #757575;
	
}
.searchlist li
{
	list-style: none;
	display:inline;
	padding-top: 5px;
	list-style-position: inside;
	font-size: 11px;
	font-family: Georgia, serif;	
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

.edit  
{
	margin: 10px; 
	padding: 5px; 
	background-color: #FFF; 
	border: #EEE 1px solid;
	font: 1.5em Arial,Helvetica,sans-serif; 
	font-style: normal;
	color: #111;}

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

.unos { display:inline; float: left; width:250px; }
.unos:focus
{
	background-color: #FFC;
	border-color: #FC6;
}
.unosprice { display:inline; float: left; width:100px; }
.unosprice:focus
{
	background-color: #FFC;
	border-color: #FC6;
}


.unosto { display:inline; float: left; width:30px; font-weight:normal; }
.unoslista
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
}
.edit p { margin: 0; }
.edit p.note { margin-left: 170px; font-size: 90%; color: #333; }
.edit fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
.edit legend { font-weight:bold; color: #666; }
.edit fieldset div { padding: 0.25em 0; float:left;width:100%;}
.opis
{ 
	margin-right: 10px; 
	padding-right: 10px; 
	width: 150px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative;
	top: 0px;
	left: 0px;	
	font-weight:normal;
}


.edit div.containertrolset opis, 
.edit div.controlset unos { display: inline; float: none; }
.edit div.controlset div { margin-left: 170px; }
.edit div.buttonrow { margin-left: 180px; }

.ftb
{
	text-align:center;
}

.gallery
{
	border: 1px solid #808080;
	position: relative;
	width: 100%;
	background-color: #CCCCCC;
	height: 510px;		
}
.thumbnail img
{
	border: 1px solid #666666;
	float: left;
	width: 103px;
	height: 103px;
	margin: 5px;
}

.thumbnail:hover
{
background-color: transparent;
}

.thumbnail:hover img
{
	border: 1px solid #FFFFFF;	
}

.thumbnail span
{
	/*CSS for enlarged image*/
	padding: 5px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	position:absolute;
	left:-1000px;
}

.thumbnail span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	width: 350px;
	height: 300px;
}

.thumbnail:hover span
{ /*CSS for enlarged image*/
	top:180px;
	left:170px;	
	visibility: visible;
}

.paypage
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.forma
{
	padding:20px;			
}

.forma ul
{
	display:block;	
	clear:both;
	text-align:left;
	padding:0;
	margin:0;
}

.forma li
{
	margin-top:10px;
	padding:0;
	list-style-type:none;
	width:100%;	
}




.input
{
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 58%;
	text-align: left;
	background-color: #FFE3AA;
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
	background-image: url('bgform.jpg');
}




.inputlarge
{
	font-family: Helvetica, sans-serif;
	font-size: 16px;	
	width: 95%;	
}
.inputlarge:focus
{
	background-color: #FFFFCC;
}
.inputmulti
{
	font-family: Helvetica, sans-serif;
	font-size: 16px;	
	width: 95%;	
	height:90px;
}
.inputmulti:focus
{
	background-color: #FFFFCC;
}
.inputsmall
{
	width:50%;
	font-size: 16px;
}
.inputsmall:focus
{
	background-color: #FFFFCC;
}
.inputxsmall
{
	width:15%;
	font-size: 16px;
}
.inputxsmall:focus
{
	background-color: #FFFFCC;
}

.label
{
	line-height: 1.6em;
	color: #333333;
	font-weight: normal;
	font-size: 13px;
	padding-right:1px;
}


.lunit
{
	border-style: solid solid dotted solid;
	border-width: 1px;
	border-color: #FFFFFF #FFFFFF #C0C0C0 #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
	word-spacing: 0.15em;
	text-align: center;
	letter-spacing: -1px;
	line-height: 0.6em;
	font-size: 1.4em;
	font-weight:normal;
	float: left;
	width: 210px;
	margin: 20px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	background-color: #FFFFFF;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	
}

.lunit:hover
{
	border: 1px solid #C0C0C0;
	background-color: #F4F4F4;
}

.lunit a
{
	text-decoration: none;
	color: #071C8E;
}
.ldetails
{
	position: relative;
	top: 0px;
	left: 0px;
	visibility: hidden;
	
}



.ldescription
{
	text-align: left;
	font-size: 14px;
	color: #797979;
	width:100%;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
}

.laccname
{
	width: 100%;
	overflow: hidden;
	height:220px;
	
}

.laccname a
{
	color: #FF3300;
	line-height:16px;
}

.laccname p
{
	line-height: 1em;
	padding-right: 5px;	
}
.link
{
	float:left;
	width:48%;	
}

.link a
{
	color: #BF633A;
}

.grid
{
	font-size:14px;
	font-family: Verdana;
	text-decoration: none;
	word-spacing: 0.15em;
	text-align: center;
	letter-spacing: -1px;
	line-height: 20px;	
	font-weight:normal;
}

.grid a
{
	text-decoration:none;
}

.gridrow
{
	background-color: #E8EFFF;
	color: #333333;
	vertical-align: top;
	text-align:left;
	font-size:16px;
}

.gridrow a
{
	text-decoration:none;
	color: #666666;
}

.gridalt
{
	background-color: #F4F7FD;
	color: #333333;
	vertical-align: top;
	text-align:left;
	font-size:16px;
}

.gridalt a
{
	text-decoration: none;
	color: #666666;
}


.gridalt:hover
{
	background-color: #FFCC66;
	color: #284775;
}
.gridrow:hover
{
	background-color: #FFCC66;
	color: #284775;
}


.unitoffer
{
	float: left;
	text-align: left;
	font-weight: normal;
	width: 100%;
	padding: 5px;
	padding-top: 3px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	height: 160px;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E2E2E2;
	background-color: #FFFFFF;
	overflow: hidden;
}

.unitoffer p
{
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-size: 1.4em;
	color: #696A6B;
	word-spacing: 0.15em;
}

.unitoffer a
{
	font-family: Tahoma;
	color: #FF6600;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 1.6em;
}

.unitoffer a:hover
{
	color: #990000;
}

.unitoffer:hover
{
	background-color: #F2F3F4;
}

.linkpicture
{
	border: 1px solid #CCCCCC;
	width: 200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

.social
{
	width:100%;
	float:left;
	text-align:center;
	margin-top:20px;
}

.maintext
{
	width:100%;
	padding:20px;
}
html>body .menu li a:active{ /* Apply mousedown effect only to NON IE browsers */
}

