body, td, th, p, span, a, input, textarea, select, label 
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
a:link, a:visited, a:active 
{
	color: #1F7AC7;
	text-decoration: none;
}
a:hover 
{
	color: #1F7AC7;
	text-decoration: underline;
}
h1 
{
	font-size: 13px;
}
td 
{
	text-align: left;
	empty-cells: show;
}
.big
{
    font-size: 12px;
    font-weight: bold;
}
p
{
    line-height: 16px;
}

/* Blokas */
table.block
{
	width: 205px;
	margin-bottom: 6px;
}
table.block td.title
{
	color: #45433D;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	background-image: url(../images/block_title.gif);
	background-repeat: repeat-x;
	border: solid 1px #CBC4A5;
	border-bottom: none;
}
table.block td.title img
{
    margin-right: 3px;   
}
table.block td.content 
{
    padding: 8px;
    padding-bottom: 2px;
    background-color: #F3F1E9;
	border: solid 1px #CBC4A5;
	border-top: none;
	border-bottom: none;
	text-align: center;
}
table.block td.foot
{
	height: 8px;
	padding: 0px;
    background-image: url(../images/block_foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Vidurinis blokas */
table.main_block
{
	width: 554px;
	height: auto;
	margin-bottom: 6px;
}
table.main_block td.title
{
	color: #66635a;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	background-image: url(../images/main_block_title.gif);
	background-repeat: repeat-x;
	border: solid 1px #E6E2D2;
	border-bottom: none;
}
table.main_block td.title img
{
    margin-right: 3px;   
}
table.main_block td.content 
{
    padding: 15px 15px 10px 15px;
    background-color: #FAF9F5;
    border-left: solid 1px #E6E2D2;
    border-right: solid 1px #E6E2D2;
}
table.main_block tr.foot, table.main_block tr.foot td
{
    height: 6px;
	padding: 0px;
	font-size: 1px;
}
table.main_block td.foot1
{
    background-image: url(../images/main_block_foot_1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 8px;
}
table.main_block td.foot2
{
    background-color: #FAF9F5;
	border-bottom: solid 1px #E6E2D2;
}
table.main_block td.foot3
{
    background-image: url(../images/main_block_foot_3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 8px;
}

/* Login */
table.login
{
    width: 100%;
}
table.login td 
{
	padding: 3px;
	vertical-align: middle;
}
table.login input 
{
	width: 98px;
	padding: 2px;
}
table.login input.check
{
	width: 14px;
}
table.login input.ok 
{
    width: auto;
	font-size: 10px;
}
table.login p
{
    text-align: center;
    margin: 0px;
	line-height: 15px;
}
table.login span.cl
{
    color: #dd0000;
    font-size: 9px;
    visibility: hidden;
    display: none;
}
ul.login_errors
{
    text-align: left;
    color: #dd0000;
    margin: 0px;
    margin-bottom: 5px;
    list-style-position: inside;
	line-height: 14px;
	border: solid 1px #dd0000;
	padding: 2px 6px 2px 6px;
	background-color: #FFECEC;
}
ul.login_errors li
{
    color: #dd0000;
    margin-bottom: 2px;
}
table.login td.topleft, table.login th.topleft
{
    vertical-align: top;
    padding-top: 7px;
}
p.blocked
{
    text-align: left;
    color: #dd0000;
    margin: 0px;
    margin-bottom: 10px;
	border: solid 1px #dd0000;
	padding: 2px;
	background-color: #FFECEC;
}

/* Formos */
form
{
    margin: 0px;
    padding: 0px;
}
input, select, textarea
{
	border: solid 1px #66635a;
	/*
    background-image: url(../images/input_bg.gif);
	background-repeat: repeat-x;
    */
}
input, textarea
{
	padding: 3px;
}
input.check
{
	border: none;
	width: 14px;
	margin: 0px;
	height: 16px;
}
input.ok
{
	width: auto;
	height: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/button_bg.gif);
	background-color: #D4D0C8;
	background-position: left top;
	background-repeat: repeat-x;
	color: #66635a;
	cursor: hand;
}
input.readonly
{
    background-color: Transparent;
    border: none;  
}
input.ok#ok, input.ok#login_ok, input.ok#id_ok, input.ok#send_link_ok
{
	color: #000000;
	font-weight: bold;
}
ul.errors
{
    color: #dd0000;
    margin: 0px;
    margin-bottom: 15px;
    list-style-position: inside;
	line-height: 16px;
	border: solid 1px #dd0000;
	padding: 3px 8px 3px 8px;
	background-color: #FFECEC;
}
ul.errors li
{
    color: #dd0000;
    margin-bottom: 2px;
}
span.errors
{
    color: #dd0000;
}
.asterix 
{
	color: #dd0000;
	padding-left: 5px;
	font-weight: bold;
}
.status_ok
{
    font-weight: bold;
    color: #008000;   
    margin: 0px;
    margin-bottom: 8px;
	line-height: 16px;
	border: solid 1px #008000;
	padding: 3px 8px 3px 8px;
	background-color: #EAFFEA;
}
.required
{
    color: #000000; /*#dd0000;*/
}
table.form td, table.form th
{
	padding-right: 5px;
	padding-bottom: 5px;
}
table.form td.title 
{
	font-size: 13px;
	text-align: left;
	color: #660000;
}
table.form td.topleft, table.form th.topleft
{
    vertical-align: top;
    padding-top: 2px;
}
table.form td.topright, table.form th.topright
{
    vertical-align: top;
    text-align: right;
    padding-top: 2px;
}
table.form td.headrow p
{
    font-weight: bold;
    color: #AC9F6F;
    margin: 0px;
    margin-bottom: 5px;
	border-bottom: solid 1px #AC9F6F;
}
table.form td.separator
{
    height: 20px;
    empty-cells: show;
}
table.form p
{
    text-align: left;
	line-height: 16px;
}
table.form span.space
{
    padding-left: 8px;
}
table.form label
{
    white-space: nowrap;
}
table.form p.tip
{
    color: #999999;
    margin: 0px;
    margin-top: 5px;
    font-size: 10px;
}
table.form span.price_auto
{
    padding-bottom: 8px;
}
table.pic_edit
{
    display: inline;
    background-color: Transparent;
    margin-right: 1px;
    margin-bottom: 7px;
}
table.pic_edit td
{
    background-color: Transparent;
    text-align: center;
    vertical-align: top;
    padding: 0px;
}
.big select
{
    font-size: 12px;
	font-weight: normal;	
}

/* Skelbimu sarasas */
table.listitem
{
    width: 522px;
    border: solid 1px #E8E4D7;
}
table.listitem td
{
    empty-cells: show;
    padding: 5px;
    line-height: 16px;
    background-color: #E8E4D7;
}
table.listitem td.subject
{
    vertical-align: top;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.listitem td.price
{
    white-space: nowrap;
    vertical-align: top;
    text-align: right;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.listitem td.del_favorite
{
    text-align: right;
    padding: 2px 2px 0px 0px;
    width: 18px;
}
table.listitem td.pic
{
    background-color: #F3F1E9;
    vertical-align: top;
    text-align: center;
    width: 102px;
}
table.listitem td.info
{
    background-color: #ffffff;
    vertical-align: top;
    text-align: left;
    padding-top: 2px;
    width: 520px;
}
table.listitem td.expiration
{
    background-color: #ffffff;
    vertical-align: bottom;
    text-align: left;
}
table.listitem td.more
{
    background-color: #ffffff;
    vertical-align: bottom;
    text-align: right;
}
table.listitem td.more img
{
	margin-right: 3px;
}
table.exclusive
{
    border: solid 1px #B4D393;
}
table.exclusive td.subject, table.exclusive td.price
{
    background-color: #B4D393;
}

/* Skelbimo redagavimas */
table.editor
{
    width: 522px;
    border-right: solid 1px #E8E4D7;
    border-bottom: solid 1px #E8E4D7;
    border-left: solid 1px #E8E4D7;
    background-color: #F3F1E9;
}
table.editor td
{
    empty-cells: show;
    padding: 5px;
    vertical-align: middle;
}
table.editor td.right
{
	text-align: right;
}
table.editor span.inactive
{
    font-weight: bold;
    color: #dd0000;
    text-transform: uppercase;
}
table.editor span.space
{
	padding-left: 5px;
}

/* Skelbimas */
table.ad
{
    width: 522px;
}
table.ad td, table.ad th
{
    padding-top: 5px;
    vertical-align: top;
    line-height: 18px;
}
table.ad td.left
{
	width: 59%;
	padding-right: 5px;
}
table.ad td.right
{
	width: 41%;
	padding-left: 5px;
}
table.ad td.right img
{
    margin-bottom: 10px;
}
table.ad .title
{
    font-weight: bold;
    color: #AC9F6F;
    margin: 0px;
    margin-bottom: 5px;
	border-bottom: solid 1px #AC9F6F;
}
table.ad .label
{
    color: #66635A;
}
table.ad h1
{
	margin: 0px;	
}
table.ad img.no_pics
{
	border: solid 1px #d8d8d8;
}
table.ad table.icons
{
	margin-bottom: 5px;
}
table.ad table.icons td
{
	padding: 1px;
	white-space: nowrap;
}
table.ad table.icons td.mid
{
	padding-left: 5px;
}
table.ad table.icons img
{
	margin: 0px;
}
table.ad .banners_468x60
{
	text-align: center;
	padding-top: 15px;
}

/* Kontaktine forma skelbime */
div.communicator_link
{
	display: block;
	visibility: visible;
}
div.communicator_form
{
	display: none;
	visibility: hidden;
	padding: 2px 10px 10px 10px;
	border: solid 1px #E6E2D2;
	background-color: #FFFFFF;
}
div.communicator_form table
{
	width: 100%;	
}
div.communicator_form td.close
{
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding-left: 10px;
}

/* Nuorodos i skelbimus */
p.links
{
	text-align: left;
	padding: 5px;
	margin: 0px 7px 3px 7px;
}
p.links img.ghost
{
	clear: both;
	display: block;
}
p.links a.object
{
    font-weight: bold;
    font-size: 12px;
}
p.links a.action
{
	float: left;
	width: 70px;
	
}

/* Puslapiavimas */
p.pages
{
    text-align: center;
    margin: 0px;
    margin-top: 5px;
}
table.pages td
{
    text-align: center;
    border: solid 1px #E6E2D2;
    background-color: #E8E4D7;
    padding: 1px 2px 1px 2px;
}
table.pages td.current
{
    border: solid 1px #E6E2D2;
    background-color: #FFFFFF;
    font-weight: bold;
}
table.pages td.prev, table.pages td.next
{
    font-weight: bold;
}
table.pages a, table.pages a:link, table.pages a:visited, table.pages a:active, table.pages a:hover
{
    text-decoration: none;
}

/* Imones */
table.firm_groups
{
	width: 100%;
}
table.firm_groups td
{
    text-align: left;
    vertical-align: top;
    padding-right: 10px;
    line-height: 16px;
}

/* Mini paieska */
table.search_mini
{
	width: 100%;
}
table.search_mini td, table.search_mini th
{
	padding: 4px;
}
table.search_mini td.right, table.search_mini th.right
{
    text-align: right;
    white-space: nowrap;
}
table.search_mini span.space
{
    padding-left: 8px;
}
table.search_mini label
{
    white-space: nowrap;
}
table.search_mini p.tip
{
    color: #999999;
    margin: 0px;
    margin-top: 5px;
    font-size: 10px;
}
table.search_mini td.filter_location select
{
	margin-bottom: 4px;	
}
table.search_mini td.topleft, table.search_mini th.topleft
{
    vertical-align: top;
    padding-top: 5px;
}

/* Filtras */
table.filter
{
	width: 100%;
}
table.filter td, table.filter th
{
	padding: 4px;
}
table.filter td.right, table.filter th.right
{
    text-align: right;
}
table.filter label
{
    white-space: nowrap;
}
table.filter td.filter_location select
{
	margin-bottom: 4px;	
}
table.filter td.topleft, table.filter th.topleft
{
    vertical-align: top;
    padding-top: 6px;
}

/* Registracijos privalumai */
table.please_register
{
	width: 450px;
	background-color: #E6E2D2;
}
table.please_register td
{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
}
table.please_register tr.head td
{
	font-weight: bold;
	background-color: #E6E2D2;
}
table.please_register .l
{
	text-align: left;
}

/* Apklausa */
p.poll
{
	text-align: left;
	padding: 5px;
	margin: 0px;
	line-height: 15px;
}
p.poll span
{
	line-height: 15px;
}
p.poll img
{
	margin: 0px;
}
p.poll img.percentage
{
	margin: 2px 0px 5px 0px;
}

/* Populiariausi skelbimai */
p.pop
{
	width: 90%;
	text-align: center;
	padding: 3px;
	margin: 0px;
}
p.pop hr
{
    color: #E7E2D4;
    border: 1px;
    height: 1px;
    margin: 0px;
}
p.pop img
{
	border: 1px solid #F3F1E9;
}

/* Baneriai */
iframe.banners_120x60
{
	background-color: #F3F1E9;
}
.banners_468x60
{
	text-align: center;
}

/* Valiutos */
table.currencies
{
    width: 100%;
}
table.currencies td 
{
	padding: 1px;
	vertical-align: middle;
	font-size: 11px;
}
table.currencies a
{
	text-decoration: none;
	color: #000000;
}

/* Sveiki atvyke */
table.welcome
{
	width: 100%;
}
table.welcome h1
{
	margin: 0px;
}
table.welcome td
{
	padding: 0px 10px 0px 10px;
	text-align: center;	
}
table.welcome h1 a
{
	font-size: 13px;
}

/****************************/

table.email td
{
    vertical-align: bottom;
    padding-right: 4px;
}
table.skype td
{
    vertical-align: top;
    padding-right: 4px;
}
table.path
{
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #E8E4D7;
    background-color: #ffffff;
}
table.path td
{
    padding: 5px;
}
img.logo 
{
	border: none;
	margin-bottom: 5px;
}
img.loading
{
    visibility: hidden;
    display: none;
    border: none;
}
div.loading
{
    visibility: hidden;
    display: none;
}
div.loading img
{
    border: none;
}
p.space
{
    padding: 4px;
    margin: 0px;
}
.no_ads
{
    text-align: center;
    color: #dd0000;
}
span.mini
{
    font-size: 9px;
    color: #888888;
}
.label
{
    color: #66635A;
}
hr
{
    color: #E6E2D2;
    border: 1px;
    height: 1px;
    margin: 0px;
}
.s13
{
	font-size: 13px;
}
span.separator
{
	margin: 5px;
}
p.separator
{
	margin: 8px 0px 8px 0px;
	padding: 0px;
}
.visible
{
	display: block;
	visibility: visible;
}
.invisible
{
	display: none;
	visibility: hidden;
}
.w60
{
	width: 60px;
}
h1.keywords
{
	 text-align: center;
	 margin: 5px 0px 0px 0px;
	 color: #AC9F6F;
	 font-size: 12px;
	 white-space: nowrap;
}
h1.keywords a
{
	 color: #AC9F6F;
}
.lh22
{
	line-height: 22px;	
}
.bold
{
	font-weight: bold;	
}
.brand_new
{
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	cursor: hand;
}

table.top_agencies
{
	width: 100%;
}
table.top_agencies td
{
	text-align: center;
	vertical-align: bottom;
	padding: 3px;
	background-color: #ffffff;
	width: 100px;
}
table.top_agencies td img
{
	/*border: solid 1px #80635A;*/
	border: none;
	display: block;
}

.objtype
{
	font-weight: bold;
}
.objtype select
{
	background-color: #FFFF6C;
}

table.prevnext
{
	width: 100%;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: solid 1px #DDD8C1;
}
table.prevnext td
{
	padding: 3px;
	background-color: #ffffff;
}
table.prevnext td.prev
{
	width: 33%;
	text-align: left;
}
table.prevnext td.list
{
	width: 34%;
	text-align: center;
}
table.prevnext td.next
{
	width: 33%;
	text-align: right;
}

div.block_ad
{
	margin-bottom: 6px;
	text-align: center;
	padding-top: 2px;
	border: solid 1px #CBC4A5;
	background-color: #F3F1E9;
}