@charset "utf-8";

html, body, div, dl, dt, dd, h1, h2, h3, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0px;padding:0px; }
ol, ul { margin:0px;padding:0px 0px 0px 0px; list-style-type: none; }
table { border-collapse:collapse;border-spacing:0px; }
fieldset, img { border:0px; }
:active, :focus { outline:0px; }
acronym { cursor:help; }
button { cursor:pointer; }
textarea { overflow: auto; }
p { padding:0px; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

/*css*/
.hidden {
    display: none;
}

.fl { float: left; }

.fr { float: right; }

.clear  { clear: both; }

.displayNone { display: none }

.alignRight { text-align: right; }

.alignLeft { text-align: left; }

.alignCenter { text-align: center; }

.bold { font-weight: bold; }

.paddingTop5
{
    padding-top: 5px;
}

body 
{
	background: url('../images/bg_line.gif') repeat-x top left;
	background-color: #f5f6f7;
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #474747;
	font-weight: normal;
}

.categories-list-line
{
	clear: both;
    height: 40px;
}

.borderRadius
{
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Header */

.wrapper
{
	width: 980px;
	margin: 0 auto;
}

.header
{
	width: 980px;
	height: 85px;
	background: url('../images/header_bg.jpg') no-repeat bottom center;
}

.topKeywords
{
	width: 978px;
	margin: 0 auto;
	height: 26px;
	border-bottom: 1px solid #e9eaeb;
	border-left: 1px solid #e9eaeb;
	border-right: 1px solid #e9eaeb;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	background-color: #FFFFFF;
}

.topKeywords div
{
	width: 948px;
	margin: 0px 15px;
	overflow: hidden;
}

.topKeywords a,
.topKeywords
{
	font-size: 11px;
	color: #6c6c6c;
}

.logo
{
	height: 73px;  /* height: 73px; */
	width: 219px; /* width: 234px; */
	float: left;
}

.logo
{
	padding: 12px 0px 0px 15px;
}

.topRight
{
	width: 746px;
	height: 85px;
	float: right;
	overflow: hidden;
}

.topMenu
{
	height: 35px;
	padding-top: 2px;
}

.topMenu ul
{
	line-height: 35px;
	margin: 0px 0px 0px 30px;
}

.topMenu ul li
{
	display: inline;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 25px;
	background-image: url('../images/topmenu.gif');
	background-repeat:no-repeat;
}

.topMenu ul li.login
{
	background-position: 0 0;
}

.topMenu ul li.register
{
	background-position: 0px -16px;
}

.topMenu ul li.forum
{
	background-position: 0px -32px;
}

.topMenu ul li a
{
	font-size: 12px;
	color: #1d6daa;
}

.searchArea
{
	width: 718px;
	height: 44px;
	margin-left: 25px;
}

.selectedCat ,
.headerInput,
.headerSubmit,
.newClassified
{
	float: left;
}

.selectedCat
{
	width: 183px;
	height: 47px;
	margin: 0px 0px 0px 0px;
	color: #1d6daa;
}

.categoryText
{
	font-size: 14px;
	margin: 9px 0px 0px 13px;
	width: 154px;
	padding: 6px 0px 0px 7px;
	height: 34px;
	position: absolute;
	z-index: 150;
	cursor: pointer;
}

.headerInput
{
	width: 225px;
	margin: 8px 5px 0px 0px;
	padding: 4px 0px 0px 5px;
}

.headerInput input
{
	border: 0 none;
	width: 217px;
	height: 20px;
	background-color: #FEFEFE;
}

.headerSubmit
{
	width: 90px;
	height: 30px;
	margin: 5px 0px 0px 2px;
}

.headerSubmit input
{
	width: 90px;
	height: 30px;
	cursor: pointer;
	background: url('../images/none.gif') no-repeat top left;
	border: 0 none;
}

.newClassified
{
	width: 193px;
	height: 43px;
	margin: 0px 0px 0px 15px;
}

/* END Header */

/* Category Select */
.categorySelect
{
	display: none;
	margin: 39px 0px 0px 0px;
	padding: 15px 11px;
	z-index: 100;
	position: absolute;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	background-color: #FFFFFF;
	border: 1px solid #cacaca;
}

.categorySelect h3
{
	font-weight: bold;
	font-size: 14px;
	color: #474747;
	padding: 0px 0px 7px 0px;
	border-bottom: 2px solid #d3d3d3;
	margin-bottom: 6px;
}

.categorySelect ul li
{
	margin: 3px 0px;
	padding: 7px 5px;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.categorySelect ul li:hover,
.categorySelect ul li.active
{
	cursor: pointer;
	border: 1px solid #e4e4e4;
}

.categorySelect a
{
	padding: 7px 5px;
	color: #1d6daa;
	text-decoration: none;
}

.categorySelect .mainCategory
{
	float: left;
	margin: 0px 25px 0px 0px;
}

.categorySelect hr
{
	border: 1px solid #d3d3d3;
}

.choiseAll
{
	
}

.activeCategoryText
{
	background-color: #FFFFFF;
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}

/* END Category Select */

/* Content */

.mainContent
{
	width: 940px;
	min-height: 380px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 2px #e8e8e9;
	-webkit-box-shadow: 0 0 2px#e8e8e9;
	box-shadow: 0 0 2px #e8e8e9;
	border: 1px solid #e8e8e9;
	border-bottom: 0px;
	padding: 18px 19px;
}

/* homePage Blocks */

.category-block
{
	width: 220px;
	float: left;
	margin-left: 20px;
}

.firstBlock
{
	margin: 0px;
}

.category-block h2,
.category-block h2 a
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #1d6daa;
}

.category-block h2
{
	border-bottom: 2px solid #d3d3d3;
	padding: 0px 0px 6px 0px;
}

.categories-list li
{
	padding: 5px 0px 0px 0px;
}

.categories-list a
{
	font-family: Arial;
	font-size: 13px;
	color: #474747;
}

.footer
{
	height: 85px;
	width: 940px;
	background: url('../images/footer_bg.gif') repeat-x left top;
	
	-moz-box-shadow: 0 0 2px #e8e8e9;
	-webkit-box-shadow: 0 0 2px#e8e8e9;
	box-shadow: 0 0 2px #e8e8e9;
	border: 1px solid #e8e8e9;
	border-top: 0px;
	padding: 0px 19px;
}

.footerTop
{
	height: 42px;
	width: 940px;
	border-bottom: 1px solid #f6f6f6;
}

.footerTop ul
{
	padding: 18px 0px 0px 2px;
}

.footerTop ul li
{
	display: inline;
	border-left: 1px solid #787878;
	padding: 0px 5px 0px 10px;
}

.footerTop ul li.first
{
	border-left: 0px;
	padding: 0px 5px 0px 0px;
}

.footerTop ul li a
{
	font-size: 12px;
	color: #787878;
}

.footerBottom
{
	height: 28px;
	width: 940px;
	border-top: 1px solid #dcdcdc;
	padding-top: 14px;
	font-size: 11px;
	color: #696969;
}

.footerBottom .links {
    float: right;
}

/* Bread crumbs */
.breadcrumbs
{
	width: 940px;
	height: 30px;
	border: 1px solid #d1d1d1;
	background-color: #f6f6f6;
	margin-bottom: 14px;
}

.classifieds-breadcrumbs
{
	line-height: 30px;
	padding-left: 10px;
}

.classifieds-breadcrumbs li
{
	display: inline;
	color: #646464;
}

.classifieds-breadcrumbs li,
.classifieds-breadcrumbs li a
{
	font-size: 11px;
}

.classifieds-breadcrumbs li a
{
	color: #1d6daa;
	font-weight: bold;
}

.classifieds-breadcrumbs .categoryArray
{
	/**/
}

.classifieds-breadcrumbs .adscount
{
	color: #8f8f8f;
}

.breadMenu ul
{
    width: 900px;
	height: 30px;
    padding: 0px 20px;
}

.breadMenu ul li
{
    display: inline;
    line-height: 30px;
    padding-right: 10px;
}

/* Public user menu */
.public-user-menu
{
    width: 940px;
	height: 30px;
	border: 1px solid #d1d1d1;
	background-color: #f6f6f6;
	margin-bottom: 14px;
}

.public-user-menu ul
{
	height: 30px;
    margin: 0px 20px;
}

.public-user-menu li
{
	display: inline;
	color: #646464;
    line-height: 30px;
    padding-right: 10px;
}

.public-user-menu li,
.public-user-menu li a
{
	font-size: 11px;
}

.public-user-menu li a
{
	color: #1d6daa;
	font-weight: bold;
}

/* Blocks */

.two-blocks
{
	width: 940px;
	overflow: hidden;
}

.leftBlock
{
	float: left;
	width: 240px;
	overflow: hidden;
}

.rightBlock
{
	float: right;
	width: 700px;
	overflow: hidden;
}

/* Search Block */
.searchBlock
{
	border: 1px solid #d1d1d1;
	width: 220px;
	background-color: #f6f6f6;
}

.searchFields
{
	width: 200px;
	padding: 10px;
}

.searchBlock h2
{
	color: #373737;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
}

.searchBlock h3
{
	color: #373737;
	font-size: 12px;
	font-weight: bold;
	
}

.searchBlock .searchInput
{
	border: 1px solid #b4b4b4;
	height: 22px;
	font-size: 13px;
	color: #5a5a5a;
	padding: 0px 4px;
	margin-top: 6px;
    width: 200px;
}

.searchBlock input.searchInput
{
    width: 190px;
}

.searchBlock input.small,
.searchBlock select.small
{
    width: 60px;
}

.searchBlock .searchform-label
{
    line-height: 16px;
    padding-top: 4px;
}

.searchBlock select.searchInput
{
	height: 24px;
	padding: 2px 4px;
}

.searchBlock .marginRight
{
	margin-right: 5px;
}

.searchBlock .input1
{
	width: 187px;
}

.searchBlock select.input1
{
	width: 187px;
}

.searchBlock .input2
{
	width: 86px;
	float: left;
}

.searchBlock select.input2
{
	width: 96px;
	float: left;
}

.searchBlock .checkbox1
{
	margin-top: 6px;
}

.searchBlock .checkbox1 label
{
	padding-left: 8px;
}

.detailSearch
{
	line-height: 29px;
	margin-left: 10px;
}

.dynamic-search-categories
{
    height: 60px;
}

/* END */

.text-euro {
	font-size: 11px;
	color: #888888;
	margin-left: 8px;
}

/* Buttons */

.buttonGray
{
	background: url('../images/button_gray_bg.gif') repeat-x top left;
	color: #1d6daa;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #b4b4b4;
	padding: 5px 12px;
	margin: 0px;
	height: 29px;
    line-height: 29px;
	cursor: pointer;
}

.buttonGray:active
{
	padding: 4px 12px 7px 12px;
	background: url('../images/button_gray_hover_bg.gif') repeat-x top left;
}

input.Button
{
    background: url('../images/button_gray_bg.gif') repeat-x top left;
	color: #1d6daa;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #b4b4b4;
	padding: 5px 12px;
	margin: 0px;
	height: 29px;
	cursor: pointer;
}

input.Button:active
{
	padding: 4px 12px 7px 12px;
	background: url('../images/button_gray_hover_bg.gif') repeat-x top left;
}

/* Category in classifieds list */

.categoryTable
{
	width: 700px;
	margin-bottom: 8px;
}

.categoryTable a
{
	font-size: 12px;
	color: #1d6daa;
	margin-bottom: 8px;
}

.categoryTable span
{
	color: #8f8f8f;
}

.categoryTable td
{
	padding: 0px 0px 4px 0px;
}

/* List info */

.listInfo
{
	border: 1px solid #d1d1d1;
	background-color: #f6f6f6;
	width: 690px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #000000;
	padding-left: 8px;
	margin-bottom: 6px;
}

.listInfo strong,
.listInfo b
{
	color: #565656;
}

.listInfo a
{
	color: #1d6daa;
}

/* Classifieds list */

.adsList
{
	width: 700px;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
}

.adsItem
{
	height: 81px;
	border-bottom: 1px solid #e0e0e0;
	width: 700px;
	background-color: #fafafa;
}

.boldItem
{
	background-color: #e9f6c0;
}

.popularItem
{
	background-color: #ffeec1;
}

.adsItemTop
{
    height: 6px;
    width: 100%;
}

.adsDetail
{
	width: 75px;
	float: left;
	height: 81px;
	padding-right: 10px;
	padding-left: 5px;
}

.adsImage
{
	width: 112px;
	float: left;
}

.adsImage img
{
	border: 1px solid #d9d9d9;
  width: 99px;
	height: 67px;
}

.adsCity
{
	color: #565656;
	font-size: 12px;
	font-weight: bold;
}

.adsDate
{
	color: #989898;
	font-size: 11px;
}

.adsIcons
{
	margin-top: 5px;
}

.infoHeader h2
{
	color: #11568b;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	white-space: nowrap;
}

.adsInfo
{
	width: 370px;
	float: left;
	overflow: hidden;
}

.adsInfoRight
{
	width: 123px;
	float: left;
	padding-right: 5px;
}

.adsPrice
{
	text-align: right;
	font-size: 13px;
	color: #646464;
}

.rememberArea
{
	font-size: 13px;
	color: #1d6daa;
	float: left;
	text-align: right;
	margin-top: 5px;
	height: 15px;
}

.rememText label
{
	color: #1d6daa;
}

.rememText label,
.rememText input
{
	cursor: pointer;
}

.rememText
{
	float: right;
	margin-top: 15px;
}

.adsText
{
	color: #6d6d6d;
	font-size: 12px;
}

/* Classified view Tools */

.classified-links
{
	height: 34px;
	overflow: hidden;
	background-color: #f6f6f6;
	width: 935px;
	border: 1px solid #d1d1d1;
	margin-bottom: 10px;
    padding: 4px 0px 0px 5px;
}

.classified-links a
{
	font-size: 11px;
	color: #4f6b12;
	display: block;
    float: left;
    height: 29px;
    overflow: hidden;
    padding: 0 30px 0 38px;
    width: 54px;

}

.classified-links a.admin-menu-delete
{
    background: url('../images/adminmenu-delete.png') no-repeat top left;
}

.classified-links a.admin-menu-validdate
{
    background: url('../images/adminmenu-datevalid.png') no-repeat top left;
}

.classified-links a.admin-menu-editurl
{
    background: url('../images/adminmenu-editurl.png') no-repeat top left;
}


.classified-links a.viewFBIcon
{
	background: url('../images/classified_view_toolbox.gif') no-repeat 0px -174px;
}

.classified-links a.viewRememberIcon
{
	background: url('../images/classified_view_toolbox.gif') no-repeat 0px -145px;
}

.classified-links a.viewRememberIcon:hover
{
	background: url('../images/classified_view_toolbox.gif') no-repeat 0px -116px;
}

.classified-links a.viewRememberedIcon
{
	background: url('../images/classified_view_toolbox.gif') no-repeat 0px -116px;
}

.classified-links a.viewRememberedIcon:hover
{
	background: url('../images/classified_view_toolbox.gif') no-repeat 0px -145px;
}

.classified-links a.viewPaidIcon
{
	background: url('../images/classified_view_toolbox.gif') no-repeat 0px -87px;
}

.classified-links a.viewRiseIcon
{
	background: url('../images/classified_view_toolbox.gif') no-repeat 0px -58px;
}

.classified-links a.viewPrintIcon
{
	background: url('../images/classified_view_toolbox.gif') no-repeat 0px -58px;
}

.classified-links a.viewBadIcon
{
	background: url('../images/classified_view_toolbox.gif') no-repeat 0px -29px;
}

.classified-links a.viewSaveIcon
{
    background: url('../images/classified_view_toolbox.gif') no-repeat 0px -203px;
}

.classified-links a.viewSendFriendIcon
{
	background: url('../images/classified_view_toolbox.gif') no-repeat 0px 0px;
}

/* Classified view */

.adView
{
	width: 940px;
}

.adViewLeft
{
	width: 510px;
	padding-right: 28px;
}

.adViewRight
{
	width: 402px;
}

.adViewLeft h1
{
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4d;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	padding: 6px 0px 10px 8px;
}

.adViewLeft h2
{
	font-size: 15px;
	font-weight: bold;
	color: #535353;
	border: 1px solid #e0e0e0;
	width: 100%;
	background-color: #f6f6f6;
	line-height: 28px;
	padding-left: 7px;
	margin: 10px 0px;
}

.adViewLeft .adPrice
{
	font-size: 15px;
	color: #4d4d4d;
	padding: 8px 0px 0px 8px;
}

.adViewLeft .classified-cities
{
    padding-left: 8px;
}

.adViewLeft .view-label
{
     padding: 5px 30px 5px 0;
}

.adViewLeft .paddingLeft
{
	padding-left: 8px;
}

.adDetailInfo,
.paddingLeft
{
	color: #4d4d4d;
}

.adDetailInfo td
{
	padding: 5px 30px 5px 0px;
}

.imgBorder
{
	margin-bottom: 3px;
    cursor: pointer;
}

.imgBorder img
{
	border: 1px solid #d6d6d5;
}

.zoom
{
    background: url("../images/icons/zoom.gif") no-repeat scroll 4px 50% #333333;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    color: #FFFFFF;
    padding: 3px 5px 3px 20px;
    margin: 1px 1px 0px 0px;
    cursor: pointer;
}

.classified-view-images
{
    position: relative;
}

.thumbsItems li
{
	display: inline;
	padding-right: 1px;
}

.thumbsItems li img
{
	border: 1px solid #d9d9d9;
    padding: 1px;
}

.thumbsItems li .adthumbactive 
{
    border: 1px solid #D03520;
}

.pretty-photo-text
{
    line-height: 27px;
}

.pretty-photo-text img
{
    vertical-align: middle !important;
}

table.info 
{
    border: 1px solid #71B505;
    margin: 10px 0;
}
table.info th, table.info td 
{
    border: medium none #FFFFFF;
    padding: 5px;
}
table.info tr.trheader 
{
    background-color: #E4FDBB;
    font-weight: bold;
}
.dialogText 
{
    font-size: 11px;
}
.dialogText .trheader 
{
    height: auto;
}

/* Info Block */

.infoBlock
{
    width: 334px;
    overflow: auto;
    padding: 10px;
    margin: 0px 10px 10px 10px;
    border: 1px solid #e6e6e6;

    font: normal 12px Arial;
    color: #555555;
}
.infoBlock span
{
    font-size: 11px;
}
.infoBlock h3
{
    font: bold 13px Arial;
    color: #1d6daa;
    border: 0px;
    padding-bottom: 8px;
}
.margin15
{
    margin: 15px;
}
.infoBlock table
{
    margin-top: 10px;
}
.infoBlock table td
{
    background-color: #f0f3f8;
    padding: 5px;
    border: 1px solid #FFFFFF;
}
.smsInfo ol
{
    list-style-type: decimal;
}
.smsInfo ol li
{
    padding: 3px 0px;
}

.red-text
{
    font-size: 12px;
    color: #d03520;
}
.infoBlock table.tablePadding8 td
{
    padding: 8px 10px;
}


/* Tool tip QTip */
img.hint
{
	background:url(../images/hint_transparent.png) no-repeat center center;
	width:16px;
	height:15px;
    cursor:pointer;
    position:relative;
    bottom: -2px;
    margin:0 0 0 2px;
}

/* END Tool QTip */

/* Notification */
.notification
{
    position: relative;
    margin: 5px 0 15px 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 99.8%;
}

.success 
{
    background: #d5ffce url('../images/icons/tick_circle.png');
    border-color: #9adf8f;
    color: #556652;
}



.notification div 
{
    display:block;
    font-style:normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification p
{
    font-weight: bold;
    padding-bottom: 5px;
}

.attention 
{
    background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #666452;
}

.information 
{
    background: #dbe3ff url('../images/icons/information.png');
    border-color: #a2b4ee;
    color: #585b66;
}

.error 
{
    /* background: #ffe5e5 url('../images/icons/error.png'); */
    background-color: #ffe5e5;
    border-color: #df8f8f;
    color: #665252;
}

/* Create New classified form */

.categorySelector
{
    margin-top: 8px;
}

.create-selector
{
    height: 160px;
    width: 40px;
    margin-left: 15px;
    padding-top: 90px;
}

.create-selector img
{
    padding-left: 8px;
    padding-top: 10px;
}

.create-select-choise
{
    float: left;
    width: 203px;
    padding-left: 3px;
}

.classified-form
{
    width: 940px;
}

.site-form
{
    width: 350px;
}

.site-form span.required,
.classified-form span.required
{
    color: #D6172D;
}

.classified-form .row,
.site-form .row
{
    float: left;
    width: 940px;
    margin-bottom: 10px;
    padding: 4px 0px;
}

.site-form .row
{
    width: 440px;
}

.classified-form input.classified-title
{
    width: 404px;
}

.classified-form .row h3,
.site-form .row h3
{
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
}

.classified-form .row .label,
.site-form .row .label
{
    float: left;
    width: 150px;
    padding-right: 20px;
    text-align: right;
}

.classified-form .row .input,
.site-form .row .input
{
    float: left;
    width: 770px;
}

.site-form .row .input
{
    width: 270px;
}

.classified-form .row .textarea,
.site-form .row .textarea
{
    width: 400px;
    height: 150px;
}

.classified-form .row .inputText
{
    width: 400px;
}

.classified-form div.error p,
.classified-form div.error ul li
{
    font-size:12px;
    color: #B50007;
}
.classified-form div.error p
{
    font-weight: bold;
}
.classified-form div.error ul
{
    list-style-type: square;
}

.classified-form .error ul li
{
    margin-left: 15px;
}

.classified-form .errorMessage
{
    font-style: italic;
    padding-top: 7px;
    color: #000000;
    font-size: 11px;
}

.site-form .row .inputText
{
    width: 200px;
}

.selectBox,
.inputText200
{
    width: 200px;
}

/* Checkboxes */
.checkboxListItems
{
    width: 400px;
}

.checkboxListItem 
{
    width: 200px;
    margin-bottom: 5px;
}

.checkboxListItem label,
.radioItemsList label
{
    padding-left: 5px;
}

/* Radio list */

.radioItemsList
{
    float: left;
    padding-left: 10px;
}

/* File Upload */

#itupload_form
{
    height: 30px;
}

.ajaxLoaderBig
{
    background: url('../images/ajax-loader-big.gif') no-repeat center center;
}

/* END New classified form */

/* Search form */

input.small
{
    width: 50px;
}

/* Skelbimo perziuros komentarai ir susisiekti su skelbimo autoriumi forma. Tas pats css! */

.comment_row label, 
.comment_row input 
{
    float: left;
}

.comment_row .label, 
.comment_row .input 
{
    float: left;
}

.comment_row {
    clear: both;
    padding: 10px 0;
}
.comment_row label {
    color: #5B5B5B;
    font: bold 13px Arial;
    width: 110px;
}
.comment_row input {
    height: 23px;
}
.comment_row input, .comment_row textarea {
    border: 1px solid #A9A9A9;
    padding: 0 4px;
    width: 277px;
}

.recovery-form .buttons
{
    clear: both;
}

.comments-container h2
{
    margin-top: 30px;
}

.comments-container h2
{
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.recovery-form .comment_row label
{
    width: 130px;
    line-height: 30px;
    height: 30px;
}

.recovery-form .comment_row .label,
.recovery-form .comment_row .input
{
    height: 30px;
}

.recovery-form .comment_row .input
{
    margin: 5px 0px 10px 0px;
    height: 15px;
}



/* END Skelbimo perziuros komentarai */

/* Pager */
.pager
{
	width: 940px;
	margin-top: 12px;
}

ul.yiiPager
{
	font-size:12px;
	border:0;
	margin:0;
	padding:0;
	line-height:26px;
	display:inline;
}

ul.yiiPager li
{
	display:inline;	
}

ul.yiiPager li a:hover
{
	background-color: #e4e4e4;
}

ul.yiiPager li a
{
	padding: 3px 2px;
	border: 1px #e4e4e4 solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	font-weight:normal;
	color:#42556d;
	padding:1px 6px;
	text-decoration:none;
}

ul.yiiPager .page a
{
	font-weight:normal;
}

ul.yiiPager .selected a
{
	color:#42556d;
	font-weight:normal;
	background-color: #8bbd11;
	border: 1px solid #599a1e;
	color: #FFFFFF;
}

ul.yiiPager .selected a:hover
{
	background-color: #8bbd11;
	border: 1px solid #599a1e;
}

ul.yiiPager .hidden a
{
	color:#888888;
}

/* pirmas ir paskutinis mygtukai paslepiami */
ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}

/* END Pager */

/* Shortcut Buttons */

.shortcut-buttons-set
{
    margin: 18px 10px 10px 10px;
}

.shortcut-button
{
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #ccc;
    background: #f7f7f7 url('../images/shortcut-button-bg.gif') top left no-repeat;
    display: block;
    width: 120px;
    margin: 0 0 20px 0;
}

.shortcut-button span
{
    border: 1px solid #fff;
    display:block;
    padding: 15px 10px 15px 10px;
    text-align: center;
    color: #555;
    font-size: 13px;
    line-height: 1.3em;
}

.shortcut-button span img
{
    margin-bottom: 10px;
}

.shortcut-button:hover
{
    background: #fff;
    text-decoration: none;
}

.shortcut-button span:hover
{
    color: #57a000;
}

ul.shortcut-buttons-set li
{
    float: left;
    margin: 0 15px 0 0;
    padding: 0 !important;
    background: 0;
}

ul.vertical-shortcut li
{
    float: none;
    padding: 15px 0px;


    border-top: 1px solid #DDDDDD;
}

ul.vertical-shortcut .shortcut-item
{
    padding: 15px 0px 0px 0px;

}

ul.vertical-shortcut li:first-child
{
    border: 0 none;
}

.shortcut-detail-info
{
    width: 600px;
    padding-left: 22px;
}
/* END Shortcut Buttons */

/* payments */
.errorLowMoeny p
{
    color: #B50007;
}

.errorLowMoeny p a
{
    color: #1D6DAA;
}
/* end payments */

/* Public user classifieds list */

.user-classified-list-item
{
    margin-bottom: 10px;
    width: 700px;
}

.user-classified-list-item .adsItem,
.user-classified-list-item
{
    background-color: #E0E0E0;
}

/* END Public user classifieds list */

/* textPage */
.textPage
{
    padding: 15px 10px;
}

.textPage p
{
    padding: 5px 0px;
    line-height: 18px;
}
/* END textPage */

/* Vip classifieds */

.vip-classifieds
{
    width: 700px;
}

.vip-classifieds-list
{
    width: 698px;
    border: 1px dotted #E0E0E0;
    margin-bottom: 15px;
    
}

.vip-list-header
{
    background-color: #bc1010;
    color: #FFFFFF;
    width: 64px;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
    font-size: 11px;
}

.vip-item
{
    float: left;
    height: 100px;
    margin: 2px;
    overflow: hidden;
    padding: 6px 6px 2px;
    width: 331px;
    border: 1px dotted #B9C6D6;
}

.vip-item h3,
.vip-item h3 a
{
    color: #0072BC;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

.vip-item img
{
    float: left;
    margin: 0px 6px 6px 0px;
    border: 1px solid #D9D9D9;
}

.vip-item .vip-item-text {
    color: #5E5E5E;
    font-family: Arial;
    font-size: 11px;
    padding-top: 6px;
}

.vip-item .vip-info {
    padding-top: 6px;
}

.vip-item .vip-price {
    color: #D03520;
}

/* END Vip classifieds */

/* advertisment */
.ads-left {
    margin: 10px 0 0 10px;
}

.ads-left .content {
    margin: 0 auto;
}

/* END advertisment */