h1{
	padding: 0px;
	margin: 5px 0px;
	font-size: 20px;
}
h2{
	padding: 0px;
	margin: 5px 0px;
	font-size: 18px;
}
h3{
	padding: 0px;
	margin: 5px 0px;
	font-size: 16px;
}

/** HEADER */

/***** FOOTER ****************/
#footer-menu{
	width: 600px;
	margin: 10px auto;
	border-top: 1px dashed #c3c3c3;

}

input.small-field{
	width: 465px;
}
.user-info{
	position: absolute;
	top: 10px;
	right: 0px;
	width: 180px;
}

input.field-focused{
	background-color: #c5e1fd;
}

.icons{
	cursor: pointer;
}
#registration-box fieldset {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 330px;
}
div.signup div.center-panel{
	width: 750px;
}

#registration-box {
	padding: 10px;
	position: relative;
}
#registration-box input.field{
	width: 300px;
	height: 18px;
	line-height: 18px;
	padding: 3px;
	font-size: 18px;
}

#registration-box input.field-small{
	width: 140px;
	height: 25px;
	margin: 0px 5px;
	line-height: 25px;
	padding: 3px;
	font-size: 18px;
}

#registration-box select.field{
	width: 305px;
	height: 30px;
	line-height: 20px;
	padding: 3px;
	font-size: 16px;
}

#registration-box textarea.field{
	width: 300px;
	height: 96px;
	line-height: 18px;
	padding: 3px;
	font-size: 16px;
}

#registration-box input.btn{
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	width: 310px;
	margin: 0px;
}
#registration-box #copy{
	font-size: 12px;
}
#registration-box select.small{
	width: 88px;
	font-size: 12px;
}
#edit-profile{
	padding: 10px;
	width: 500px;
	margin: 10px auto;
	position: relative;
}
#edit-profile fieldset{
	width: 300px;
	float: left;
}
#edit-profile input.btn{
	width: 200px;
	height: 50px;
	font-size: 28px;
}
#password_ico{
	background: url(../images/icons/ico_password18.jpg) no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
	cursor: pointer;
}

#mask_form{
	position: relative;
}

/**** CMS **/
div.block{
	border: 1px dashed #c3c3c3;
	padding: 10px;
	margin: 10px;
}
div.block h2 a{
	font-size: 12px;
	display: block;
	float: right;
}

#comments-board{
	width: 350px;
	margin: 0 auto;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
}
div.comment {
	width: 500px;
	margin: 0 auto;
	padding: 5px;
	border-bottom: 1px dashed #c3c3c3;
}
div.comment h2{
	font-size: 14px;
}
#map-cont{
	width: 518px;
	margin: 5px;
	height: 400px;
}
#autocomplete_field{
	width: 300px;
	padding: 5px;
	border: 1px solid #c3c3c3;
}

#autocomplete_field{
	width: 300px;
	border: 1px solid #c3c3c3;
	background-color: #eafffe;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
#autocomplete_field a{
	margin: 5px;
	display: block;
	text-decoration: underline;
	color: #288dff;
	cursor: pointer;
}
#autocomplete_field a.select{
	background-color: #008aff;
	color: #000;
}
#autocomplete_field b{
	font-size: 10px;
}
div.relative{
	position: relative;
}

div.autocomplete {
	border: 1px solid black;
	background-color: white;
	width: 200px;
}
div.autocomplete ul{
	list-style: none;
	padding-left: 5px;
	margin: 0px;
}
div.autocomplete ul li{
	cursor: pointer;
}
div.autocomplete ul li.selected{
	background-color: #c3c3c3;
}

/****** Create Listing ******/
#addresses .field{
	width: 110px;
	font-size: 13px;
}

#addresses select.field{
	font-size: 13px;
	height: 27px;
	padding: 3px;
	width: 117px;
}

#addresses div.error {
	height: 30px;
}
#addresses table td{
	height: 50px;
}
#addresses #hours td{
	height: 20px;
}
table.grid {
	margin: 10px 0px;
/*	border-right: 1px dashed #9fdb2c;
	border-left: 1px dashed #9fdb2c;
	border-top: 1px dashed #9fdb2c;*/
}
table.grid th h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #009cc3;
	font-style: italic;
}
table.grid th {
	border-bottom: 3px dashed #9fdb2c;
}
table.grid td {
	border-bottom: 1px dashed #9fdb2c;
}

table.small-grid{
	float: left;
	margin: 10px 10px;
}
table.small-grid input.field{
	width: 240px;
}

/**** Listings ********/
.biz-logo {
	height: 50px;
}
/*
table.address {
	width: 250px;
	border: 1px solid #c3c3c3;
}
table.address th{
	font-weight: normal;
	font-size: 14px;
}
table.address td{
	font-size: 12px;
}
*/
div.description{
	float: left;
	width: 350px;
}
#categories a{
	text-decoration: none;
	font-size: 14px;
	color: #423e3e;
}
#categories a:hover{
	text-decoration: underline;
}
#advert{
	height: 20px;
	padding: 3px;
	color: #000;
	background-color: green;
}

.v-line{
	border-bottom: 1px dashed #c3c3c3;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 15px;
}

div.index div.center-panel {
	width: 750px;
}
#btn-left{
	cursor: pointer;
}
#btn-right{
	cursor: pointer;
}

.public-form{
	margin: 10px auto;
	padding: 10px;
	width: 450px;
	border: 1px solid #7F9DB9;
}
.public-form input.field{
	padding: 3px;
	font-size: 16px;
	border: 1px solid #7F9DB9;
	width: 350px;
	height: 20px;
}
.public-form select.field{
	padding: 3px;
	font-size: 16px;
	border: 1px solid #7F9DB9;
	width: 359px;
	height: 25px;
}
.public-form select.field-small{
	padding: 3px;
	font-size: 14px;
	border: 1px solid #7F9DB9;
	width: 100px;
	height: 25px;
}
.public-form textarea.field{
	padding: 3px;
	font-size: 16px;
	border: 1px solid #7F9DB9;
	width: 350px;
	height: 60px;
}

#logos div{
	float: left;
	margin: 10px;
}
.resource-item{
	border-bottom: 1px dashed #c3c3c3;
	padding: 5px;
}
.grey{
	background-color: #F2F2F2;
}
.white{
	background-color: #fff;
}
#categories-list{
	float: left;
}
#categories-list a.item {
	display: block;
	float: left;
	width: 240px;
	overflow: hidden;
	background: url(../images/icons/ar-right.gif) no-repeat left center;
	padding-left: 14px;
}

#resource-search-form{
	float: left;
	padding-left: 30px;
}
#resource-search-form .search-field{
	float: left;
	margin-right: 10px;
	width: 300px;
}
table.address{
	width: 100%;
	float: left;
}
input.small-product-field{
	width: 570px;
}
.u-icons{
	display: block;
	float: left;
	width: 120px;
	padding-top: 85px;
	text-align: center;
	margin: 20px;
}
.ico-bizi{
	background: url(../images/icons/ico_business.png) no-repeat 20px 0px;
}
.ico-manage-bizi{
	background: url(../images/icons/ico_handle_business.png) no-repeat 20px 0px;
}
.ico-ads{
	background: url(../images/icons/ico_handle_advertisement.png) no-repeat 20px 0px;
}
.ico-categs{
	background: url(../images/icons/ico_handle_products.png) no-repeat 20px 0px;
}
.ico-products{
	background: url(../images/icons/ico_products.png) no-repeat 20px 0px;
}
.ico-pages{
	background: url(../images/icons/ico_pages.png) no-repeat 20px 0px;
}
.ico-logos{
	background: url(../images/icons/ico_logo.png) no-repeat 20px 0px;
}
.ico-orders{
	background: url(../images/icons/ico_payments.png) no-repeat 20px 0px;
}
.ico-emails{
	background: url(../images/icons/ico_emails.jpg) no-repeat 30px 15px;
}
.no-categories{
display: block;
margin-top: 10px;
color: #c6697c;
font-family: georgia,helvetica,tahoma,arial;
font-size: 17px;
}
.icons {
	display: block;
	text-decoration: none;
	color: red;
	letter-spacing: 1px;
	height: 16px;
	padding-left: 18px;
	line-height: 16px;
	font-size: 12px;
	cursor: pointer;
}
a.add{
	background: url(../images/icons/add.gif) no-repeat;
}
a.edit{
	background: url(../images/icons/ico_edit.gif) no-repeat;
}
a.delete{
	background: url(../images/icons/ico_delete.gif) no-repeat;
}
a.save{
	background: url(../images/icons/ico_save.jpg) no-repeat;
}
.search-results-panel{
	margin: 10px;
}

/********** Manage Categories *****/
ul#categories-list{
	margin: 0px;
	padding: 0px;
}
ul#categories-list li{
	display: block;
	line-height: 25px;
	border: 1px dashed #c3c3c3;
	margin: 5px;
	padding: 2px;
	cursor: move;
    height: 25px;
    width: 510px;
    overflow: hidden;
}
ul#categories-list li div.f_l{
    width: 435px;
    overflow: hidden;
}
/**********************************/
.padding{
	padding-left: 10px;
}
#password_box{
	padding-left:20px;
	padding-right:0px;
	padding-top:20px;
}

.news-item{
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.news-item h3{
	font-size: 15px;
	margin-bottom: 5px;
}
.news-item img{
	margin-right: 10px;
}
.news-item small{
	float: right;
}
.index-list{
	list-style-image: url(../images/icons/bizi-company.png);
	font-size: 16px;
	font-style: italic;
}
.note{
	font-size: 11px;
	font-style: italic;
}

#currency{
	margin: 10px;
}
.inner-box{
	text-align: left;
	height: 310px;
	border: 2px solid #c3c3c3;
	overflow: auto;
	padding: 5px;
	margin-top: 5px;
}
.inner-box div{
	margin: 3px 0px;
}
.inner-box div label{
	cursor: pointer;
}
