*
{
	margin: 0;
	padding: 0;
	border: 0;
}

html, body
{
   font-size: 13px;
   color: #101010;
	text-align: center;
}

body
{
	background-color: #eff0f1;
	padding-bottom: 20px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body a
{
	text-decoration: none;
}

.clear
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin-top: -1px;
}

.topsitebg
{
	background-image: url(../img/middle-bgshadows1.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.middlesitebg
{
	background-image: url(../img/top-bgshadows1.gif);
	background-position: top center;
	background-repeat: no-repeat;
}


.bottomsitebg
{
	background-image: url(../img/bottom-bgshadows1.gif);
	background-position: bottom center;		background-repeat: no-repeat;
	padding-bottom: 10px;
}

.site
{
	width: 780px;
	margin: auto;	
   text-align: left;
	position: relative;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
}

.error
{
	display: block;
	
	background-image: url(../img/error-bg.gif);
	border: 1px solid #D10909;
	color: #B70A0A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 5px 0;
}

.error span
{
	display: block;
	background-image: url(../img/udivitelenxD.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 5px 3px 5px 35px;
}

.np
{
	display: block;
	background-image: url(../img/error-bg.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: 1px solid #2DB80D;
	color: #277715;
	margin: 5px 0;
}

.np span
{
	display: block;
	background-image: url(../img/aroundtheworld.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 8px 3px 8px 55px;
}

input
{
	border: 1px solid #9D9D9D;
	behavior: url("csshover2.htc");
}

input:focus, textarea:focus
{
	background-color: #F5F5F5;
}


.pagging
{
	padding-top: 8px;
}

.pagging a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px 5px;
	border: 1px solid #B3B3B3;
	color: #595959;
	margin-bottom: 5px;
	line-height: 28px;
}

.pagging a.bigger
{
	padding: 2px 12px;
}

.pagging a:hover
{
	color: #1C1C1C; 
	border: 1px solid #1C1C1C;
}

/* ---------  Header
---------------------------------------------- */
.toplinks
{
	/*background-image: url(../img/toplinksbg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #C5C5C5;	*/
	text-align: left;
}

.toplinks div
{
	display: block;
	width: 780px;
	margin: auto;
}

.toplinks span a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	padding-left: 10px;
	line-height: 23px;
	color: #fff;
}

.toplinks span a:hover
{
	color: #000;
}


.toplinks span a img
{
	padding-right: 10px;
	border-right: 1px solid #adadad;
	margin-right: 3px;
}

.toplinks span a.tangrammedia
{ 
   font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 21px;
}

.toplinks a.login
{
	float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	margin-top: 4px;
	margin-right: 5px;
	display: block;
	background-image: url(../img/loginicon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}


.header
{
	background-image: url(../img/header1.gif);
	background-repeat: no-repeat;
	background-position: 231px 25px;
	height: 142px;
	padding-top: 10px;
}

.header h2
{
	float: right;
	display: block;
	width: 520px;
	padding-right: 12px;
	font-family: Tahoma;
	font-size: 13px;
	padding-top: 28px;
	text-align: right;
	color: #717171;
}

.header h2 i
{
   font-style: normal;
	color: #C52720;
}

.header a.logo
{
	float: left;
	width: 180px;
	height: 116px;
	margin: 26px 0 0 22px;
	background-image: url(../img/headerlogo.png);
	background-repeat: no-repeat;
}

.header .right
{
	float: right;
	width: 550px;
}

.header ul
{
	display: block;
	padding-right: 15px;
	list-style: none;
   padding-top: 58px;
	float: right;
}

.header ul li
{
	float: left;
	display: block;	
}

.header ul li.selected
{
	background-image: url(../img/selected-menu.gif);
	background-position: left;
	background-repeat: no-repeat;
}


.header ul li a
{
   padding: 4px 15px 0 15px;
	height: 27px;
	display: block;
  _ display: inline-block;
	color: #fff;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.header ul li.selected a
{

	background-image: url(../img/selected-menu-right.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #9E9E9E;
	padding-top: 6px;
}


.header ul li a:hover
{
	color: #E3E3E3;
}



/* ---------  Home
--------------------------------------------------------------------------------------------------- */


.hleft
{
	float: left;
	width: 500px;
	padding: 5px;
	padding-top: 15px;
	overflow: hidden;
}

/* ---------  Search
------------------------------------------------------- */
.hleft .search
{
	height: 93px;
	background-image: url(../img/search-home.png);
	width: 495px;
	padding-top: 5px;
	position: relative;
}

.hleft .search .row1
{
	height: 28px;
	padding-left: 9px;
}

.hleft .search .row1 .selectc
{
	height: 24px;
	width: 228px;
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;	
}

.hleft .search .row1 .selectc .iesux1, .hleft .search .row3 .selectc .iesux1
{
	width: 10px;
	position: absolute;
	overflow: hidden;
	height: 18px;
	font-size: 12px;
	z-index: 1;	 

}

.hleft .search .row1 .selectc .select, .hleft .search .row1 .selectc .selecth
{
	position: absolute;
	display: block;
	width: 228px;
	height: 23px;	
	padding-top: 1px;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #494949;
	text-indent: 10px;
	cursor: default;	
	background-image: url(../img/iesux.gif);
	z-index: 10;
}

.hleft .search .row1 .select b, .hleft .search .row1 .selecth b
{
	font-weight: normal;
	display: block;
	background-image: url(../img/select-arrow.gif);
	background-position: 205px 8px;
	background-repeat: no-repeat;
}

.hleft .search .row1 .select span, .hleft .search .row3 .select span
{
	display: none;
}

.hleft .search .row1 .selecth span
{
   display: block;
	position: absolute;
	top: 23px;
	left: 0;
	width: 226px;
	border: 1px solid #939393;
   background-color: #fff;
	z-index: 1550;
}



.hleft .search .row1 .selecth span u
{
	display: block;
	clear: both;
}

.hleft .search .row1 .selecth span.drop a, .hleft .search .row1 .selecth span.dropwide a
{
	display: block;
	width: 216px;
	padding: 2px 5px;
	font-size: 10px;
	color: #494949;
	z-index: 10;
}

.hleft .search .row1 .selecth span a:hover, .hleft .search .row3 .selecth span a:hover
{
	color: #535353;
	background-color: #F4F4F4;
}

.hleft .search .row2
{
	height: 29px;
	_margin-top: -1px;
	width: 485px;
	padding-left: 9px;
	overflow: hidden;
}

.hleft .search .row2 span
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3E3E3E;
	padding-top: 3px;
}

.hleft .search .row2 .blank
{
	height: 22px;
	width: 216px;
	display: block;
	float: left;
	margin-right: 15px;
}

.hleft .search .row2 .blank input
{
	height: 20px;
	width: 65px;
	background-color: #fff;
	border: 1px solid #939393;	
	padding-top: 2px;
}

.hleft .search .row2 .blank td
{
	padding: 0 4px;
}

.hleft .search .row3
{
	padding-left: 9px;
}

.hleft .search .row3 .selectc
{
	height: 22px;
	width: 236px;
	display: block;
	float: left;
}

.hleft .search .row3 .select, .hleft .search .row3 .selecth
{
	margin-top: 1px;
	display: block;
	width: 236px;
	height: 21px;	
	padding-top: 1px;
	background-color: #fff;
	border: 1px solid #939393;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #494949; 
	cursor: default;		
}

.hleft .search .row3 .selecth
{
	z-index: 10;
	position: relative;
}

.hleft .search .row3 .select b, .hleft .search .row3 .selecth b
{
	font-weight: normal;
	display: block;
	background-image: url(../img/select-arrow.gif);
	background-position: 215px 7px;
	background-repeat: no-repeat;
}

 .hleft .search .row3 .selecth span
{
   display: block; 
	width: 235px;
	padding: 0;
	border: 1px solid #939393;	 
	cursor: pointer;
}

.hleft .search .row3 .selecth span.drop a, .hleft .search .row3 .selecth span.dropwide a
{
	display: block;
	width: 216px; 
	font-size: 12px;
	color: #494949;
	cursor: pointer;
}

.hleft .search .row3 .selecth span i
{
	display: block;
	width: 235px;
	font-style: normal;
	position: relative;
	float: left;
}

.hleft .search .row3 .selecth span.dropwide
{
	width: 235px;
	height: 300px; 
	position: absolute;
	top: 20px;
	left: 0;
}

.byurside
{
	margin: 0;
	padding: 0;
}

.hleft .search .row3 .selecth span strong
{ 
	display: block;
	font-weight: normal;
	background-color: #7d7d7d;
	color: #fff;
	font-size: 13px;
}

.hleft .search .row3 .input
{
	float: left;	
	padding-left: 20px;
	_padding-left: 22px;
}

.hleft .search .row3 .input span
{
	font-size: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.hleft .search .row3 .input input
{
	height: 20px;
	width: 45px;
	background-color: #fff;
	border: 1px solid #939393;	
	padding-top: 2px;
}

.hleft .search .row3 .input td
{
	padding: 0 4px;
}

.hleft .search .row3 .submit
{
	float: left;
   display: block;
	height: 22px;
	_padding-top: 3px;
	width: 115px;
	background: transparent;
	border: 0;
	margin-left: 10px;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
}

.hleft .structure
{
	height: 16px;
	_height: 16px;
	padding-top: 2px;
	_padding-top: 0;
	line-height: 16px;
	border-top: 1px solid #fff;
	width: 477px;
	background-image: url(../img/search-structurebg.gif);	
	background-repeat: no-repeat;
}

.hleft .structure label
{
	padding: 0px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
}

.hleft .structure input
{
	border: 0;
   padding: 0;
	margin: 0;
}

/* ---------  Featured Article + menu
------------------------------------------------------- */

.farticle
{
	width: 494px;
	height: 183px;
	padding-top: 5px;
	margin-top: 10px;
	border-left: 1px solid #fff;
}

.farticle .left
{
	float: left;
	width: 150px;
	height: 178px;
	padding-left: 2px;
}

.farticle .left b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
   color: #4D4D4D;
	display: block;
	padding-left: 4px;
	border-bottom: 1px solid #8A8A8A;
	font-weight: normal;
}

.farticle .left ul
{
	display: block;
	list-style: none;
	padding-top: 8px;
	padding-right: 5px;
}

.farticle .left ul li.link
{
	display: block;
}

.farticle .left ul li.link a
{
	padding-left: 3px;
	padding-bottom: 4px;
	padding-top: 2px;
	height: 16px;
	display: block;
	font-size: 14px;
   font-family: Tahoma;
   color: #3C5768;	
	border-bottom: 1px dashed #969696;
}

.farticle .left ul li.link a:hover
{
	color: #C52720;
	border-bottom: 1px dashed #C52720;	
}

.farticle .left ul li.menu, .farticle .left ul li.menuh
{
	padding-left: 3px;
	padding-bottom: 4px;
	padding-top: 2px;
	height: 16px;
	display: block;
	font-size: 14px;
   font-family: Tahoma;
   color: #3C5768;	
	border-bottom: 1px dashed #969696;
	cursor: default;
}

.farticle .left ul li.menu span
{
	display: none;
}


.farticle .left ul li.menuh span
{
	display: block;
	width: 3px;
	height: 10px;
	float: right;
	position: relative;
}

.farticle .left ul li.menu i, .farticle .left ul li.menuh i
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}

.farticle .left ul li.menuh
{
	color: #C52720;
	border-bottom: 1px dashed #C52720;
}

.farticle .left ul li.menu div
{
	display: none;
}

.farticle .left ul li.menuh div
{
	display: block;
	background-color: #fff;
	padding: 5px 10px 10px 10px;
	border: 1px solid #E6E6E6;
	border-right: 2px solid #BABABA;
	border-bottom: 2px solid #BABABA;
	position: absolute;
	left: 2px;
	top: -2px;
	width: 150px;
	z-index: 100;
}

.farticle .left ul li.menuh div a
{
	padding-left: 7px;
	padding-bottom: 4px;
	padding-top: 2px;
	height: 16px;
	display: block;
	font-size: 14px;
   font-family: Tahoma;
   color: #3C5768;	
	border-bottom: 1px dashed #969696;
	cursor: pointer;
}

.farticle .left ul li.menuh div a:hover
{
	color: #C52720;
	border-bottom: 1px dashed #C52720;	
}

.farticle .articlea
{
	float: left;
	width: 335px;
	padding-left: 7px;
}

.farticle .articlea td.a
{
   vertical-align: middle;
	height: 30px;
}

.farticle .articlea h1
{
	display: block;
	font-size: 17px;
	font-family: Tahoma;
   color: #2D4B5E;
	padding-left: 5px;
	font-weight: normal;
}


.farticle .articlea .text
{
	padding: 3px 8px 21px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	background-image: url(../img/articleshadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.farticle .articlea .text img
{
	float: left;
	margin-right: 8px;
	margin-top: 3px;
	width:100px;
}

.farticle .articlea .text a
{
	color: #A11B15;
	display: block;
}

/* ---------  Offers listing
------------------------------------------------------- */

.hleft h3
{
	color: #1c3e68; 
	margin-bottom: 3px;
	left: -2px;
	background-image: url(../img/topoffers.gif); 
	display: block;
	height: 32px;
	width: 493px;
	margin-top: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: normal;
 line-height: 22px;
 text-indent: 40px;
 cursor: default;
}


.hleft h3 b
{
	font-weight: normal;
}

.hleft h3 span1
{
 background-color: #fff;
 padding-right: 8px;
 line-height: 22px;
 
}

.hoffers
{
   padding: 0 0 5px 5px;
	left: -2px;
}


.listoffer
{
	float: left;
	width: 245px;
	height: 87px;
}

.listoffer img
{
	float: left;
	width: 100px;
	height: 75px;
}


.listoffer a:hover img
{
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.listoffer div
{
	float: left;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;
	cursor: default;
}

.listoffer h4
{
	display: block;
	border-bottom: 1px dotted #d1d1d1;
	font-size: 13px;
	font-weight: normal;
	padding-left: 2px;
}

.listoffer .ot, .listoffer .or
{
	font-size: 12px;
	padding-left:2px;
}

.listoffer .or
{
	padding-top: 3px;
	color: #939393;
	display: block;
	
}

.listoffer .op
{
	font-size: 12px;
	display: block;
	width: 112px;
	height: 18px;
	padding-left: 5px;
	padding-top: 3px;
}

.listoffer .op i
{
	float: right;
	font-style: normal;
	font-size: 13px;
}

.listoffer .op sup
{
	font-size: 8px;
}

.listoffer .oo
{
	font-size: 11px;
	padding-left: 2px;
	padding-top: 3px;
	color: #8A8A8A;
	display: block;
}
/* -------------------------------------------------------------------------------------------------------- */




/* ---------  Home - right panel
------------------------------------------------------- */

.hright
{
	float: left;
	width: 268px;
	padding-left: 2px;
	padding-top: 15px;
}

.hright .addoffer
{
   display: block;
	width: 261px;
	height: 98px;
	margin-bottom: 6px;
	background-image: url(../img/haddoffer.png);
}

.hright .larticles
{
	border: 1px solid #AAAAAA;
	width: 253px;
	padding: 3px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.hright .larticles b
{
	display: block;
	font-size: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2B5673;
	padding-left: 7px;
	height: 32px;
	background-image: url(../img/latestarticles-arrowborder.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.hright .larticles ul li
{
	list-style: inside square;
	padding-left: 6px;
	color: #2A5F82;	
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 7px;	
	
}

.hright .larticles ul li a
{
	color: #191919;
	font-size: 14px;
}


.hright .larticles ul li a:hover
{
	color: #2A5F82;	
}

.hright .agencii
{
	width: 261px;
	padding-top: 10px;	
}

.hright .agencii b
{
	display: block;
	height: 23px;
	line-height: 20px;
	background-image: url(../img/wow.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #8B8B8B;
	font-weight: normal;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 6px;
}

.hright .agencii ul li
{
	list-style: none;
	padding: 3px 3px;
}

.hright .agencii ul li a
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	color: #181818;
	border-bottom: 1px dashed #BBBBBB;
	padding-left: 2px;
}

.hright .agencii ul li a.orangevonebeto
{
	color: #9B4D1A;
	border-bottom: 0;
}


.hright .vryzki
{
	width: 261px;
	padding-top: 10px;	
}

.hright .vryzki b
{
	display: block;
	height: 23px;
	background-image: url(../img/wow.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #8B8B8B;
	font-weight: normal;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 6px;
	line-height: 20px;
}

.hright .vryzki a
{
	font-family: Arial;
	font-size: 12px;
	color: #2D4B5E;
	margin-right: 8px;
	display: block;
}

.hright .vryzki a.addlink
{
	padding-top: 2px;
	border-top: 1px dotted #565656;
}

/* -------------------------------------------------------------------------------------------------------- */


/* ---------  Oferta
------------------------------------------------------- */

.topsearch
{
	background-color: #AEAEAE;
	padding: 0px 2px 2px 1px;
	_padding: 0px 2px 1px 1px;
	height: 24px;
	font-size: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bolder;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
}


.topsearch select
{
	height: 5px;
	font-size: 1px;
	font-family: Tahoma;
	font-weight: normal;
	position: absolute;
	top: -4325px;
}

.topsearch .ti, .topsearch .ri, .topsearch .so
{
	float: left;	
	height:22px;
	position: relative;	
	margin-right: 2px;
	margin-top: 1px;
}

.topsearch .ti
{
	width: 128px;
}

.topsearch .ri
{  
   width: 123px;
}

.topsearch .so
{
	width: 123px;
}

.topsearch .select, .topsearch .selecth
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 22px;
	line-height: 21px;
	border: 1px solid #AAAAAA;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F6F6F;
	text-indent: 3px;
}

.topsearch .select b, .topsearch .selecth b
{
	font-weight: normal;
	display: block;
	background-image: url(../img/select-arrow-iesux.gif);
	background-position: right 8px;
	background-repeat: no-repeat;	
}
 
.topsearch .select .drop
{
	display: none;
}

.topsearch .selecth .drop
{
	display: block;
	position: absolute;
	width: 100%;
	left: -1px;
	top: 22px;
	background-color: #fff;
	font-weight: normal;
	border: 1px solid #A9A9A9;
	z-index: 434325643;
}

.topsearch .selecth .drop .cnt
{
	position: relative;
	z-index: 434325643;
}

.topsearch .selecth .drop a
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6B6B6B;
	z-index: 434325643;
}

.topsearch .selecth .drop a:hover
{
	background-color: #EDEDED;
}

.topsearch .inputs
{
	float: left;
	width: 330px;
	_width: 320px;
	padding-left: 10px;
	padding-top: 1px;
}

.topsearch .inputs span
{
	font-size: 11px;
}

.topsearch input
{
	width: 50px;
	height: 21px;	
	_height: 20px;
	_padding-top: 2px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-left: -4px;
	border: 0;
}


.topsearch input.submit
{
	width: 50px;
	height: 22px;
	margin-top: 2px;
	float: right;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	background-color: #C52720;
	background-image: url(../img/lupa.gif);
	background-position: center;
	background-repeat: no-repeat;
	_margin-right: -5px;
}

.offer
{
	padding: 10px;
}

a.history
{
	font-size: 14px;
	color: #224885;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px; 
	display: block;
}

.offer a.history:hover
{
	color: #B81D16;
}
.offer h1
{
	display: block;
	background-image: url(../img/offer-title.gif);
	width: 760px;
	height: 27px;
	line-height: 25px;
	text-indent: 10px;
	margin: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
	overflow: hidden;
}

.offer .pics
{
	float: left;
	width: 250px;
	overflow: hidden;
}


.offer .pics .id
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
   color: #121212;
	padding: 2px 0;
}

.offer .pics img
{
	border: 0px solid #A2A2A2;
}

.offer .pics span
{
	display: block;
	padding-top: 3px;
}

.offer .pics span a img
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); 
   opacity: .75; 
   -moz-opacity: .75; 
}

.offer .pics span a:hover img
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
   opacity: 1; 
   -moz-opacity: 1; 
}

.offer .info
{
	float: left;
	width: 295px;
	overflow: hidden;
}

.offer .info table
{
	width: 290px;
	padding-bottom: 5px;
}

.offer .info table h3
{
	display: block;
	border-bottom: 1px solid #A9A9A9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-left: 5px;
	padding-bottom: 3px;
}

.offer .info table b
{
	padding-left: 5px;
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.offer .info table .ri
{
   text-align: center;
	font-family: Tahoma;
	font-size: 16px;
}

.offer .info table .pr
{
   text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #C52720;
}

.offer ul.goods
{
	list-style: none;
	padding-left: 3px;
	padding-top: 7px;
}

.offer ul.goods li
{
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.offer ul.goods li b
{
	font-size: 13px;
	font-weight: normal;
	color: #565656;
}

.offer p
{
	display: block;
	width: 290px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 3px;
	padding-top: 15px;
}

.offer p span
{
	display: block;
	color: #B81D16;
	font-weight: bolder;
	font-size: 13px;
}

.offer ul.icons
{
	display: block;
	list-style: none;
	height: 36px;
	padding-left:5px;
	padding-top: 8px;
}

.offer ul.icons li
{
	display: block;
	height: 38px;
	font-size: 12px;
	color: #515151;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	
}

.offer ul.icons li a
{
	display: block;
	float: left;
	height: 36px;
	margin-right: 2px;
}

.offer ul.icons li a.iprint
{
	width: 38px;
	background-image: url(../img/print.gif);
}

.offer ul.icons li a.iprint:hover
{
	background-image: url(../img/printh.gif);
}

.offer ul.icons li a.isend
{
	width: 38px;
	background-image: url(../img/send.gif);
}

.offer ul.icons li a.isend:hover
{
	background-image: url(../img/sendh.gif);
}


.offer ul.icons li a.icalc
{
	width: 36px;
	float: left;
	background-image: url(../img/calc.gif);
	background-position: top center;
}

.offer ul.icons li a.icalc:hover
{
	background-position: bottom center;
}


.offer ul.icons li a.ibookmark
{
	width: 36px;
	background-image: url(../img/fav.gif);
	background-repeat: top left;
	background-repeat: no-repeat;
}

.offer ul.icons li a.ibookmark:hover
{
	background-position: left -42px;	
}

.offer ul.icons li a.ifontp
{
	width: 36px;
	background-image: url(../img/ifontp.gif);
	background-position: top center ;
}

.offer ul.icons li a.ifontp:hover
{
	background-position: center -42px;
}

.offer ul.icons li a.ifontm
{
	width: 36px;
	background-image: url(../img/ifontm.gif);
	background-position: top center;
}

.offer ul.icons li a.ifontm:hover
{
	background-position: center -42px;
}

.offer .contact
{
	float: right;
	width: 210px;
	border: 1px solid #BABABA;
	background-image: url(../img/contactf-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 5px;
}

.offer .contact h4
{
	font-size: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #717171;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 6px;
	border-bottom: 1px solid #BABABA;
}

.offer .contact .broker
{
	border-bottom: 1px solid #BABABA;
	padding: 4px;
}

.offer .contact .broker img
{
	float: left;
}

.offer .contact .broker div.info
{
	float: left;
	width: 116px;
	padding-left:4px;
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 1px;
}

.offer .contact .broker div.info span
{
	display: block;
	padding-top: 10px;
	font-size: 11px;
	padding-bottom: 1px;
	
}

.offer .contact .broker div.info i
{
   font-style: normal;
	display: block;
	font-size: 13px;
}

.offer .contact h5
{
	font-size: 15px;
	font-family: Tahoma;
	text-align: center;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

.offer .contact form
{
	padding: 5px;
	display: block;
}

.offer .contact label
{
	display: block;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7E7E7E;
}

.offer .contact input, .offer .contact textarea
{
	border: 1px solid #BABABA;
	display: block;
	width: 190px;
	padding: 1px;
}

.offer .contact textarea
{
	height: 100px;
}

.offer .contact span
{
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	
}

.offer .contact span img
{
	float: left;
	margin-left: 3px;
}

input:focus, textarea:focus
{
	background-color: #F5F5F5;
}

.offer .contact span input
{
	width: 80px;
	height: 19px;
	float: left;
}

.offer .contact span input:focus
{
	background-color: #F5F5F5;
}

.offer .contact .submit
{
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid;
	border-color: #B3B3B3;
	cursor: pointer;
	background-image: url(../img/submitbg.gif);
}


/* -------------------------------------------------------------------------------------------------------- */


/* ---------  Oferta
------------------------------------------------------- */


.listing
{
	padding-top: 15px;
}

.listing .search
{
	width: 761px;
	margin: auto;
}

.listing .search .maina
{
	background-image: url(../img/adser4-gr.gif);
	background-repeat: repeat-x;
	background-color: red;
	padding: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

.listing .search .maina .brym
{
	float: left;
	width: 280px;
	padding-left: 65px;
}


.listing .search .maina span
{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
}

.listing .search .maina input
{
	display: block;
	float: left;
	width: 80px;
	padding: 3px;
}

.listing .search .maina b
{
	display: block;
	float: left;
	font-size: 17px;
	color: #fff;
	padding: 0 7px;
	font-weight: normal;
}

.listing .search .maina .viewsonic
{
	padding-top: 8px;
	_padding-top: 5px;
	padding-left: 15px;
	height: 22px;
	clear: both;
}

.listing .search .maina .select
{
	float: left;
	width: 170px;
	overflow: hidden;
	height: 18px;
	position: relative;
	margin-left: 10px;
}

.listing .search .maina .select select
{
	position: absolute;
	border-top: 2px solid;
   width: 172px;
	_width: 174px;
	height: 18px;
	_height: 20px;
	top: -2px;
	left: -2px;
}

.listing .search .btnrow
{
	background-image: url(../img/ser4-btnrow.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 28px;
	margin-top: 1px;
}

.listing .search .btnrow input
{
	border: 0;
}

.listing .search .btnrow input.id
{
	float: left;
	background: transparent;
	padding: 1px;
	margin-top: 2px;
	width: 70px;
	font-size: 17px;
	text-align: center;
	color: #454545;
}

.listing .search .btnrow .adkrit, .listing .search .btnrow .adkrit-opened
{
	float: left;
	width: 300px;	
	padding-left: 20px;
	display: none;
}

.listing .search .btnrow .adkrit a, .listing .search .btnrow .adkrit-opened a
{
	font-size: 14px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 24px;
	display: block;
	background-repeat: no-repeat;
	background-position: left 9px;
	text-indent: 17px;
}

.listing .search .btnrow .adkrit a
{
	background-image: url(../img/arrow190dg.gif);
	
}


.listing .search .btnrow input.submit
{
	float: right;
	background: transparent;
	margin-top: 2px;
	width: 120px;
	height: 22px;
	margin-right: 10px;
	color: #454545;
	cursor: pointer;
}

.listing .search table
{
	border: 1px solid #fff;
}

.listing .search table td
{
	border: 2px solid #fff;
	background-image: url(../img/adser4-bg2.gif);
	width: 320px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3D3D3D;
	padding: 4px;
}


.listing .search table td li
{
	display: block;
	list-style: none;
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 5px;
}

.listing .search table td li input
{
	border: 0;
}


.listing .search table td li input.input
{
	float: right;
	width: 50px;
	padding: 1px;
	background-color: #B1B1B1;
}

.aboniraime
{  
   display: block;
	width: 756px;
	height: 26px;
	line-height: 24px;
	background-image: url(../img/abonament.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #636363;
	border: 1px solid #A6A6A6;
	text-indent: 33px;
	margin-left: 10px;
   margin-top: 5px;
}

.aboniraime:hover
{
	color: #363636;
	border: 1px solid #6E6E6E;
}

.listing-offers
{
	padding: 15px 10px;
}

.listing-offers h1
{
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	font-weight: normal;
	border-bottom: 1px solid #A1A1A1;
	margin-top: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.offerbe, .offerbee
{
	margin: 6px 0;
	padding: 6px 0;
	cursor: default;
	border-bottom: 0px solid #b2b2b2;
}

.offerbee
{
	background-color: #f4f4f4;
}


.offerbe a,
.offerbee a
{
	width: 120px;
	float: left;
	position: relative;
}

.offerbe a .bigger,
.offerbee a .bigger
{
	display: none;
}

.offerbe a:hover .bigger,
.offerbee a:hover .bigger
{
	display: block;
	position: absolute;
	left: 120px;
	top: 85px;
}

.offerbe .info,
.offerbee .info
{
	float: left;
	width: 600px;
	padding-left: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.offerbe .info b,
.offerbee .info b
{
	border-bottom: 1px solid #B8B8B8;
	padding-bottom: 4px;
	height: 16px;
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding-left: 5px;
	float: left;
	padding-right: 20px;
}

.offerbe .info b sup,
.offerbee .info b sup
{
	font-size: 8px;
}

.offerbe .info .more,
.offerbee .info .more
{
	clear: both;
	padding-left: 5px;
	font-size: 11px;
	color: #121212;
}

.offerbe .info b span, .offerbe .info u span, .offerbe .info .more span,
.offerbee .info b span, .offerbee .info u span, .offerbe .info .more span
{
	font-size: 13px;
	color: #A2A2A2;
}

.offerbe .info u,
.offerbee .info u
{
	text-decoration: none;
	display: block;
	padding-top: 10px;
	font-size: 12px;
	
}

.offerbe .info i,
.offerbee .info i
{
	font-style: normal;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 7px;
	display: block;
	color: #A2A2A2;
}


/* -------------------------------------------------------------------------------------------------------- */


/* ---------  popups
------------------------------------------------------- */
.popup
{
	position: absolute;
	left: 50%;
	width: 420px;
	margin-left: -210px;
	top: 250px;
}

.popupborder
{
	width: 100%;
	position: absolute;
	height: 100%;
	top: -20px;
	left: -20px;
	border: 20px solid #999999;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); 
   opacity: .75; 
   -moz-opacity: .75; 
}

.popupbg
{
	background-color: #fff;	
	border: 1px solid #BBBBBB;
	position: relative;
}

.popupbg .close
{
	position: absolute;
	display: block;
	float: right;
	right: 5px;
	top: 5px;
	border: 1px solid #818181;
	padding: 2px 5px;
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	z-index: 200;
}

.popupbg .close:hover
{
	color: #A51B15;
	border: 1px solid #A51B15;
}

.popupbg h4
{
	display: block;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #A51B15;
	color: #A51B15;
	padding: 3px 10px;
	line-height: 38px;
}


.popupbg h4 img
{
	float: left;
	margin-right: 12px;
}

.popupbg ul
{
	list-style: none;
	padding: 15px;
	position: relative;
	z-index: 100;
   padding-bottom: 20px;
	padding-left: 10px;
}


.popupbg ul li
{
	width: 170px;
	float: left;
	display: block;
	padding-left: 20px;
}


.popupbg ul li a
{
	display: block;
	font-size: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #818181;
	cursor: pointer;
}

.popupbg ul li a:hover
{
	color: #A0140E;
}

.popupbg ul li.selected
{
	border-bottom: 1px solid #999999;
	width: 390px;
	float: left;
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #818181;
	padding-left: 0;
}

.popupbg p
{
	padding-top: 20px;
	display: block;
}

/* -------------------------------------------------------------------------------------------------------- */


/* ---------  Statiq
------------------------------------------------------- */


.article
{
   padding: 20px 5px 10px 5px;	
}

.i .left
{
	float: left;
	width: 500px;
	overflow: scroll;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.article .left h1
{
	display: block;
	font-weight: normal;
	font-size: 20px;
	color: #121212;
}

.article .left p
{
   padding: 5px 5px 5px 5px;
	padding-top: 10px;
	font-size: 13px;
}

.article .left img
{
	float: right;
   display: block;
	margin: 10px;
	padding: 4px;
	border: 1px solid #a1a1a1;
}

.article .right
{
	float: left;
	width: 260px;
	padding-left: 10px;
}

.article .right .larticles
{
	border: 1px solid #D2D2D2;
	width: 253px;
	padding: 3px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.article .right .larticles b
{
	display: block;
	font-size: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #404040;
	padding-left: 10px;
	height: 32px;
	background-image: url(../img/latestarticles-arrowborder.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.article .right .larticles ul li
{
	list-style: inside square;
	padding-left: 6px;
	color: #6195B6;	
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 7px;	
}

.article .right .larticles ul li a
{
	color: #191919;
	font-size: 14px;
}

.article .right .larticles ul li a:hover
{
	color: #36637F;	
}

/* -------------------------------------------------------------------------------------------------------- */


/* ---------  Strani4ka
------------------------------------------------------- */
.page
{
	padding: 15px;
}


.page table
{
	border-collapse: collapse;
}

.page table td
{
	border: 1px solid #787878;
	padding: 2px;
} 
.page h1
{
	padding-bottom: 4px;	margin-bottom: 6px;	padding-top: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;	color: #a80f0f;	border-bottom: 1px solid #a80f0f; 
}

.page p
{
	padding: 2px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.page p input, .page p img
{
   border: 0;
	border-right: 10px solid #fff;
	cursor: default;
}



/* -------------------------------------------------------------------------------------------------------- */


/* ---------  Listvane na statii
------------------------------------------------------- */

.articles
{
	padding: 13px;
}

.articles h1
{
	display: block;
	padding-top: 5px;
	font-weight: normal;
	font-size: 20px;
	color: #121212;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.articles ul
{
	list-style: none;
	padding-top: 10px;
}

.articles ul li
{
   padding: 3px 0;
	border-bottom: 1px dotted #C7C7C7;
	background-image: url(../img/articleicon.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 28px;
}

.articles ul li a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #212121;
	display: block;
	padding: 4px 0;
}


.articles ul li a:hover
{
	color: #C52720;
}


.articles ul li a span
{
	color: #a1a1a1;
	padding-left: 7px;
}


/* -------------------------------------------------------------------------------------------------------- */

/* ---------  Listvane na statii
------------------------------------------------------- */

.agenciesl
{
	padding: 13px;
}

.agenciesl h1
{
	display: block;
	padding-top: 5px;
	font-weight: normal;
	font-size: 20px;
	color: #121212;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.agenciesl ul
{
	list-style: none;
	padding-top: 10px;
}

.agenciesl ul li
{
   padding: 3px 0;
	border-bottom: 1px dotted #C7C7C7;
	padding-left: 4px;
}

.agenciesl ul li a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #212121;
	display: block;
	padding: 4px 0;
}


.agenciesl ul li a:hover
{
	color: #C52720;
}



/* -------------------------------------------------------------------------------------------------------- */


/* ---------  Admin
------------------------------------------------------- */

.adminindex, .admininner
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 5px 5px 15px;
}

.adminindex td, .admininner td
{
	background-color: #E8E8E8;
}

.adminindex td a
{
	color: #2A5670;
	display: block;
	padding: 5px;
	padding-left: 15px;
}
.adminindex td a:hover
{
	background-color: #B0C3D0;
}


.adminindex h5, .admininner h5
{
	display: block;
	padding: 5px;
	background-image: url(../img/bg32.gif);
}


.adminindex h1, .admininner h1
	{
		font-size: 20px;
		color: #4F4F4F;
		display: block;
		font-weight: normal;
		background-image: url(../img/lentabe.gif);
		background-repeat: repeat-x;
		background-position: 0 15px;
		margin-bottom: 10px;
	}
	
	
.adminindex	h1 span, .admininner	h1 span
	{
		padding-right: 8px;
		background-color: #fff;
	}


/* -----------------     Comments
--------------------------------------------------------------------------------------- */
.nocomments
{
	border: 1px dotted gray;
	padding: 8px;
	font-size: 14px;
	margin: 5px 0;
}

.comments
{
    padding-bottom: 10px;
	 padding-top: 10px;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.comments h3
{
	display: block;
	margin-bottom: 5px;
	color: #565656;
}

.comments .comment
{
	padding-bottom: 15px;
}

.comments .comment span
{
	display: block;
	text-align: right;
	font-size: 11px;
	color: #5B5B5B;
	background-image: url(../img/titlebg1.png);
	background-repeat: no-repeat;
	height: 23px;
	line-height: 21px;
}

.comments img
{
	border: 0;
	float: left;
}

.comments .comment b
{
	float: left;
	font-size: 13px;
	line-height: 21px;
	color: #363636;
	padding-left: 10px;
}

.comments .comment p
{
	background-color: #fff;
	text-align: left;
	font-size: 13px;
	padding: 7px 2px 0 2px;
	color: #171717;
}

.comments form
{
	display: block;
	font-size: 14px;
	color: #292929;
	width: 450px;
}


.comments form input
{
	border: 1px solid #9F9F9F;
	width: 300px;
	padding: 2px;
	margin-bottom: 3px;
	
}

.comments form textarea
{
	border: 1px solid #9F9F9F;
	width: 400px;
	padding: 2px;
	margin-bottom: 3px;
}

.comments form input.submit
{
   background-image: url(../img/title-bg.gif);
	color: #fff;
	cursor: pointer;
	width: 406px;
}

.comments form span.submit
{
   background-image: url(../img/title-bg.gif);
	color: #fff;
	cursor: pointer;
	width: 406px;
}








/* -------------------------------------------------------------------------------------------------------- */




/* ---------  Footer
------------------------------------------------------- */
.footer
{
	background-color: #E2E2E2;
	width: 780px;
	height: 40px;
	margin-top: 20px;
	color: #5A5A5A;
}

.footer a.footerlogo
{
	display: block;
	width: 131px;
	height: 37px;
	padding-top: 2px;
	float: left;
	background-image: url(../img/footerlogo.gif);
	border-right: 1px solid #fff;
	background-repeat: no-repeat;
	background-position: middle left;
}

.footer div.copyright
{
	float: left;
	width: 160px;
	height: 40px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	border-right: 1px solid #fff;
}hr{	color: #a80f0f;	background-color: #a80f0f;	height: 1px;}

.footer div.links
{
	float: left;
	width: 475px;
	padding-left:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer div.links a
{
	color: #1846A4;
	padding-right: 4px;
	
}

.footer div.links a:hover
{
	color: #000;
	
}
