body {
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
	color: #000000;
}

input {
	border: 1px solid #333333;
}

input[type=submit]{
	border: 1px solid #666666;
	background-color: #FFFFFF;
	color: #990000;
	box-shadow: 4px 3px 5px #888;
	-moz-box-shadow: 4px 3px 5px #888;
	-webkit-box-shadow: 4px 3px 5px #888;
}

a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

a.red {
	color: #990000 !important;
}

a.red:hover {
	
}

#container {
	width: 950px;
	margin: 20px auto;
}

img.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}


/* Debuging */

#debug_console {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	position:absolute; 
	top:25px; 
	left: 2px;
	text-align:left; 
	background:#FFFFFF; 
	padding:5px; 
	border:1px solid #333333;
	display:none;
	z-index:999;
	width:98%;
}

#debug_toggler {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	position:absolute;
	left:2px;
	top:2px;
	background: #FFFFFF;
	border: 1px solid #666666;
	padding:3px;
}	

#debug_console_data {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	position:absolute; 
	top:25px; 
	left: 2px;
	text-align:left; 
	background:#FFFFFF; 
	padding:5px; 
	border:1px solid #333333;
	display:none;
	z-index:999;
	width:98%;
}

#debug_toggler_data {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	position:absolute;
	left:95px;
	top:2px;
	background: #FFFFFF;
	border: 1px solid #666666;
	padding:3px;
}	

#debug_toggler a {
	text-transform: none;
	color: #0000CC;
}

#debug_toggler_data a {
	text-transform: none;
	color: #0000CC;
}

/* END Debuging */


/* Header Main */

#header_main {
	height: 135px;
	position: relative;
}

#header_main img {
	margin-top: 0px;
	float: left;
}

#header {
	height: 135px;
	position: relative;
}

#header img {
	margin-top: 0px;
	float: left;
}

.mainLogin{
	width: 255px;
	float: left;
	margin-left: 10px;
}

/*#header .mainLogin{
	width: 235px;
	float: left;
	margin-left: -13px;
}*/

.mainLogin p {
	margin: 3px 0px;
	float: right;
}

.mainLogin p.passRecovery {
	float: left;
	padding-top: 3px;
}

#header_main .mainLogin p.passRecovery {
	padding-top: 7px;
}

.mainLogin p.passRecovery a {
	text-transform: none;
}

.loginBTN {
	margin: 0px;
	padding: 7px 0px 0px;
}

.mainLogin p.loginTitle {
	text-decoration: underline;
}

.headerRight {
	float: left;
	width: 360px;
	/*margin-left: 60px;*/
}

/*#header .headerRight {
	float: left;
	width: 240px;
	margin-left: 0px;
	margin-top: -12px;
	text-align: center;
}

#header .headerRight img {
	float: none;
	text-align: center;
}*/

.headerRight p {
	float: right;
	margin: 3px 0px;
}

/*#header div.headerRight {
	position: relative;
}

#header div.headerRight p.links {
	position: absolute;
	width: 393px;
	top: 0px;
	left: -170px;
}

#header div.headerRight p.links a {
	display: block;
	width: 130px;
	float: left;
	border-right: 1px solid #000;
}

#header div.headerRight p.links a.last {
	border-right: 0px;
}*/

#header_main p.newAccount {
	position: absolute;
	top: 80px;
	left: 0px;
}

.headerRight p.newAccount {
	width: 300px;
	text-align: right;
}

#header p.newAccount {
	position: absolute;
	top: 80px;
	left: 0px;
}

.mainLogin p input[type=text] {
	width: 160px;
}

.mainLogin p input[type=password] {
	width: 160px;
}

/*#header .mainLogin p input[type=text] {
	width: 125px;
}

#header .mainLogin p input[type=password] {
	width: 125px;
}*/

.headerRight p input[type=text] {
	width: 225px;
}

#flags {
	width: 32px;
	float: left;
	padding-left: 2px;
}

#flags a img {
	border: 1px solid #000000;
	margin-bottom: 1px;
}

/* END Header */



/* Footer */

#footer {
	float: left;
	margin-top: 20px;
}

#footer div.top{
	width: 950px;
	float: left;
}

#footer div.top p{
	float: left;
	margin: 0px;
}

#footer div.top p input[type=text]{
	width: 180px;
}

#footer div.top a{
	float: right;
	margin-left: 10px;
	font-weight: bold;
	padding: 5px 14px;
}


#footer div.bottom{
	width: 950px;
	float: left;
	margin-top: 10px;
}

#footer div.bottom p.left{
	float: left;
	margin: 0px;
	height: 25px;
	line-height: 25px;
}

#footer div.bottom p.right{
	float: right;
	margin: 0px;
	height: 25px;
}

#footer div.top a.members_county{
	text-align: center;
}

.newsletterForm {
	padding: 0px 10px 0px 10px;
	margin-top: -15px !important;
	line-height: 25px;
}

#newsletter_name {
	margin-left: 3px;
}

/* END Footer */




/* Content */
#content {
	float: left;
}

a.likeButton {
	border: 1px solid #666666;
	padding: 1px 14px;
	text-decoration: none;
	color: #000000;
	text-transform: none;
	box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
}

a.likeButtonNew {
	border: 1px solid #666666;
	padding: 1px 14px;
	text-decoration: none;
	color: #FFF;
	background: #990000;
	text-transform: none;
	box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
}

a.likeButtonNew:hover {
	color: #000;
	background: #FFF;
}

a.likeButtonNewBlack {
	border: 1px solid #666666;
	padding: 1px 14px;
	text-decoration: none;
	color: #FFF;
	background: #000000;
	text-transform: none;
	box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
}

a.likeButtonNewBlack:hover {
	background: #990000;
}

a.likeButtonNewReverse {
	border: 1px solid #666666;
	padding: 1px 14px;
	text-decoration: none;
	color: #000;
	background: #FFF;
	text-transform: none;
	box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
}

a.likeButtonNewReverse:hover {
	color: #FFF;
	background: #990000;
}

/*a.likeButtonNewReverse:hover span {
	color: #FFF !important;
}*/

#footer a.likeButtonNewReverse:hover {
	background: #E1FFF0 !important;
	color: #000 !important;
}

/*#footer a.likeButtonNewReverse:hover span {
	color: #000 !important;
}*/

ul.mainCat {
	margin: 0px;
	padding: 0px;
}

ul.mainCat li {
	float: left;
	width: 233px;
	list-style: none;
	text-align: center;
}

ul.mainCat li.border {
	width: 5px;
	margin-top: 45px;
	background: url(../images/backgrounds/border_line.jpg) repeat-y top center;
	height: 225px;
}

ul.mainCat li a.main_offers {
	border: 1px solid #666666;
	padding: 1px 14px;
	text-decoration: none;
	color: #000000;
	text-transform: none;
	box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	font-weight: bold;
}

ul.mainCat li a.main_offers:hover {
	color: #FFF;
	background: #990000;
}

ul.mainCat li a.main_offers span {
	color: #990000;
}

ul.mainCat li a.main_offers:hover {
	background: #990000;
	color: #FFF;
}



ul.mainCat li select{
	margin-top: 15px;
	width: 200px;
}


ul.mainCat li input[type=button] {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	background-color: #FFFFFF;
	border: 0px;
}

#leftOptions{
	width: 230px;
	float: left;
	text-align: right;
}

#leftOptions form {
	padding-right: 28px;
}

#leftOptions input[type=text]{
	width: 130px;
}

#leftOptions p{
	float: right;
	/*margin-right: 28px;*/
	margin-top: 5px;
}

#catListing {
	/*border-top: 1px dashed #000000;*/
	/*border-left: 1px dashed #000000;*/
	float: left;
	width: 709px;
	padding-left: 10px;
	background: url(../images/backgrounds/linie.jpg) -2px 0px repeat-y;
}

.top_border {
	width: 716px;
	background: url(../images/backgrounds/linie2.jpg) 0px 0px repeat-x;
	margin-left: -10px;
	margin-top: -3px;
}

ul.subCategories {
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: 3px;
}

ul.subCategories li {
	float: left;
	list-style: none;
	/*border-left: 1px solid #000000;*/
	padding-left: 5px;
	padding-right: 5px;
}

ul.subCategories li a{
	background: #000;
	color: #FFF;
	text-transform: none;
	float: right;
	padding: 3px;
	text-decoration: none;
}

ul.subCategories li a:hover {
	background: #990000;
	color: #FFF;
}

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

ul.subCategories li.last {
	padding-right: 0px;
}

#catListing h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 10px;
	visibility: hidden;
}

#catListing h3 span{
 color: #990000;
 font-weight: bold;
}

#leftListing {
	width: 350px;
	float: left;
	/*border-right: 1px dashed #000000;*/
	padding: 10px 0px 0px 0px;
}

#rightListing {
	width: 340px;
	float: left;
	padding: 10px 0px 0px 10px;
}

.listOnline {
	width: 700px !important;
}

.listOnline div.blockOffer {
	clear: none;
	float: left;
	margin-right: 5px;
	width: 340px;
}

#leftListing h4, #rightListing h4{
	/*border: 1px solid #000000;*/
	padding: 3px 10px;
	color: #990000;
	font-weight: bold;
	/*float: left;*/
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	/*box-shadow: 4px 3px 5px #888;
	-moz-box-shadow: 4px 3px 5px #888;
	-webkit-box-shadow: 4px 3px 5px #888;*/
	background: #D7EDFF;
	text-decoration: underline;
}

#rightListing h4 {
	background: #D1FFB3;
	width: 330px;
}

#leftListing h5, #rightListing h5{
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
}

h5.category {
	float: right;
	padding: 2px 5px 5px 2px;
	background: #E1FFE1;
	margin: 0px 0px 15px 0px !important;
}

.blockOffer {
	width: 345px;
	margin-top: 5px;
	padding: 0px 0px 10px 5px;
	height: 170px;
	clear: both;
}

.blockOffer div.img {
	width: 100%;
}

.blockOffer div.img a {
	float: left;
	padding-right: 2px;
}

.blockOffer div.img a:hover {
	text-transform: none;
}

.blockOffer div.img a img {
	border: 1px solid #000;
}

.blockOffer p {
	padding: 0px;
	margin: 0px;
}

.blockOffer p.options {
	float: left;
}

.blockOffer p.description {
	clear: both;
}

.blockOffer a {
	color: #990000;
	text-transform: none;
}

.blockOffer div.rating {
	padding-bottom: 3px;
}

.blockOffer h5 span a:hover {
	color: #000;
}

.blockOffer h5.category {
	float: none;
	text-align: right;
	background: none;
}

.newMembersBlock {
	background: #F0F9FF;
}

.mostVisitedMembersBlock {
	background: #F1FFE8;
}

.separator {
	width: 360px;
	text-align: center;
	padding: 10px 0px;
	
}

#offerDetails {
	border-top: 1px dashed #000000;
	border-left: 1px dashed #000000;
	float: left;
	width: 709px;
	padding-left: 10px;
}

#offerDetails h3 {
	margin-bottom: 0px;
}

#offerDetails div.gallery{
	float: left;
	width: 700px;
	text-align: center;
}

#offerDetails div.gallery a.imageHide {
	display: none;
}

#offerDetails div.gallery img{
	padding: 0px 0px;
}

#offerLeftPanel {
	width: 510px;
	float: left;
}

#offerRightPanel {
	width: 195px;
	float: left;
	text-align: right;
}

#offerLeftPanel h2{
	/*border: 1px solid #000000;*/
	padding: 3px 5px 3px 5px;
	color: #000;
	font-weight: bold;
	/*float: left;*/
	font-size: 15px;
	margin: 0px;
	margin-top: 15px;
	/*box-shadow: 4px 3px 5px #888;
	-moz-box-shadow: 4px 3px 5px #888;
	-webkit-box-shadow: 4px 3px 5px #888;*/
	background: #D7EDFF;
	text-decoration: underline;
	width: 469px;
}

#offerLeftPanel h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 15px;
}

#offerLeftPanel h3 span{
 color: #990000;
 font-weight: bold;
}

#offerLeftPanel p{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

#offerLeftPanel p.attrTitle{
	float: left;
	width: 505px;
}



#offerLeftPanel p.noBrake{
	width: auto;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#offerLeftPanel p.attrValue{
	border: 1px solid #000000;
	float: left;
	padding: 1px 3px;
	margin-right: 30px;
	text-align: justify;
}

#offerLeftPanel p.noBrakeValue{
	margin-top: 9px;
}

#offerLeftPanel p.detailsTitle{
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 7px;
}

#offerLeftPanel div.rating {
	padding-top: 20px;
}

ul.memberDetails {
	margin: 0px;
	padding: 0px;
}

ul.memberDetails li {
	float: left;
	list-style: none;
	background: #F2FFE8;
	width: 479px;
}

ul.memberDetails li a{
	text-transform: none;
	color: #227BFF;
}

ul.memberDetails li a.mailTo{
	text-transform: none;
	color: #000000;
}

#offerRightPanel p.galleryTitle {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #990000;
	padding-left: 3px;
}

#offerRightPanel p.logo {
	text-align: center;
}

ul.offerOptions {
	margin: 0px;
	padding: 0px;
	padding-top: 13px;
}

ul.offerOptions li {
	float: left;
	list-style: none;
	width: 188px;
	/*border: 1px solid #000000;*/
	margin: 2px 0px ;
	text-align: right;
	padding: 2px 5px 2px 0px;
	/*box-shadow: 4px 3px 5px #888;
	-moz-box-shadow: 4px 3px 5px #888;
	-webkit-box-shadow: 4px 3px 5px #888;*/
	/*cursor: hand;
	cursor: pointer;*/
	text-transform: uppercase;
	background: #000;
	color: #FFF;
}

ul.offerOptions li:hover {
	background: #990000;
	color: #FFF !important;
}

ul.offerOptions li.special {
	background: #990000;
	color: #FFF;
}

ul.offerOptions li.special:hover {
	background: #000;
	color: #FFF;
}

ul.offerOptions li a {
	color: #FFF !important;
	text-decoration: none;
}

ul.offerOptions li.selected {
	background-color: #F2DEDF;
	font-size: 12px;
}

ul.offerOptions li a {
	width: 100%;
	display: block;
}

#offerLeftPanel div.offerGallery {
	padding-top: 130px;
}

#offerRightPanel p.facilityTitle {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	text-align: right;
	color: #990000;
	padding-left: 3px;
	font-weight: bold;
}

ul.facilities {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	/*border: 1px solid #000000;*/
	margin-left: 4px;
}

ul.facilities li {
	list-style: none;
	width: 188px;
	text-align: left;
	padding 2px 0px;
	padding-left: 5px;
	background: #F2FFE8;
}

.subCatListing {
	width: 600px !important;
}

.subCatListing h4 {
	font-weight: bold !important;
	padding: 3px 20px !important;
	color: #000 !important;
	margin-bottom: 5px !important;
}

div.subCatListing div.blockOffer {
	width: 300px;
	float: left;
}

div.subCatListingRight div.blockOffer {
	float: left;
}

.subCatListingRight {
	width: 320px !important;
}

div.subCatListingRight div.blockOffer {
	width: 310px;
}

.noRightBorder {
	border-right: 0px !important;
}

.leftBorder {
	border-left: 1px dashed #000;
}



/* pagination */
.pagination_text {
	float: left;
	margin: 16px 5px 6px 5px;
	color: #000;
	font-size: 12px;
	display: block;
}

#pagination li{
	border: 0; 
	margin: 0; 
	padding: 0;
	font-size: 11px;
	list-style: none;
	color: #000;
}

#pagination a{
	margin-right: 2px;
}

#pagination .previous-off,
#pagination .next-off {
	color: #999;
	display: block;
	float: left;
	font-size: 13px;
	padding: 3px;
	margin: 1px 0px 0px 1px;
}

#pagination.next a,
#pagination.previous a {
	font-weight: bold;
}

#pagination .active{
	color: #000;
	background-color: #fecc05;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0px 2px;
	margin: 6px 5px 5px 5px;
}

#pagination a:link,
#pagination a:visited {
	color: #000;
	display: block;
	float: left;
	padding: 0px 2px;
	margin: 5px;
	text-decoration: none;
}

#pagination a:hover{
	background-color: #fecc05;
	color: #000;
}
/* END pagination */


#register {
	width: 700px;
	float: left;
}

.leftSide {
	float: left;
	width: 350px;
}

.rightSide {
	float: right;
	width: 350px;
}

.leftSide h4, .rightSide h4{
	border: 1px solid #000000;
	padding: 3px 10px;
	color: #000;
	font-weight: normal;
	float: left;
	font-size: 11px;
	margin: 0px;
	margin-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.rightSide h4 {
	color: #990000;
}

.formHidden {
	display: none;
}

.offers h1 {
	border: 1px solid #000000;
	padding: 3px 20px;
	color: #000000;
	font-weight: normal;
	float: left;
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
	box-shadow: 4px 3px 5px #888;
	-moz-box-shadow: 4px 3px 5px #888;
	-webkit-box-shadow: 4px 3px 5px #888;
	font-weight: bold;
	margin-bottom: 20px;
}

.offers h1 span {
	color: #990000;
}

.blockOfferList {
	width: 460px;
	float: left;
	padding: 5px 5px 10px 5px;
}

.blockOfferList div.img {
	float: left;
	width: 140px;
	height: 140px;
	padding-right: 10px;
	text-align: center
}

.blockOfferList div.info {
	height: 65px;
}

.blockOfferList div.info h5 {
	font-size: 12px;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
	font-weight: normal;
}

.blockOfferList div.info h5 span{
	text-transform: uppercase;
}

.blockOfferList div.info p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

.blockOfferList div.info p.title {
	padding: 0px;
	margin: 3px 0px;
	font-weight: bold;
	color: #990000;
}

.blockOfferList a {
	color: #990000;
	text-transform: none;
}

.odd {
	border-right: 1px dashed #000;
}

h4.general {
	/*font-weight: normal !important;*/
	margin-bottom: 10px !important;
}

h4.general span {
	font-weight: bold;
}

.partners h1 {
	border: 1px solid #000000;
	padding: 3px 20px;
	color: #000000;
	font-weight: normal;
	float: left;
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
	box-shadow: 4px 3px 5px #888;
	-moz-box-shadow: 4px 3px 5px #888;
	-webkit-box-shadow: 4px 3px 5px #888;
	font-weight: bold;
	margin-bottom: 20px;
}

.partners h1 span {
	font-weight: bold;
}

.blockPartnersList {
	/*width: 310px;*/
	float: left;
	padding: 5px 5px 10px 5px;
}

.blockPartnersList div.img {
	float: left;
	width: 140px;
	height: 140px;
	padding-right: 10px;
}

.blockPartnersList div.info {
	height: 65px;
}

.blockPartnersList div.info p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

.blockPartnersList div.info p.description {
	padding: 0px;
	margin: 3px 0px;
	font-weight: normal;
	color: #000000;
}

.blockPartnersList a {
	color: #990000;
	text-transform: none;
}

/*.listAll div.img img {
	border: 1px solid #000;
}

.listAll {
	border-bottom: 1px dashed #000;
	padding-bottom: 0px;
	padding-top: 10px;
}*/

.listAll {
	height: 190px !important;
}

.offerTable {
}

.offerTable td img {
	border: 0px;
}

.offerTable td span.title {
	font-weight: bold;
	text-decoration: underline;
}

.offerTable td span.value {
	text-align: justify;
}

#header div.mainCatHolder {
	float: right;
}

div.mainCatHolder {
	width: 210px;
	height: 100px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 15px;
	position: relative;
	text-align: center;
}

div.leftCatHolder {
	margin: 0px 5px 0px 0px;
}

div.mainCatHolder p.name {
	position: absolute;
	top: 68px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}

div.mainPageCatHolder {
	height: 160px;
}

div.mainPageRed {
	color: #933837;
}

div.mainPageCatHolder p.description {
	clear: both;
	position: absolute;
	width: 200px;
	padding: 0px 5px;
}

div.mainPageCatHolder p {
	float: right;
	margin: 3px 0px;
	top: 100px;
}

#cat1 {
	background-image: url("../images/main_cat/rent.jpg");
}
#cat1 p.name {
	top: 73px;
}

#cat2 {
	background-image: url("../images/main_cat/trans.jpg");
}
#cat2 p.name {
	top: 73px;
}

#cat3 {
	background-image: url("../images/main_cat/imob.jpg");
}
#cat3 p.name {
	top: 73px;
}

#cat4 {
	background-image: url("../images/main_cat/turism.jpg");
	
}
#cat4 p.name {
	top: 73px;
}


#logo img {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.beta_main {
	position: absolute;
	top: 90px;
	font-size: 14px;
	color: #000;
	width: 273px;
	text-align: center;
}

.beta {
	position: absolute;
	top: 110px;
	font-size: 14px;
	color: #000;
	width: 273px;
	text-align: center;
}

.listAllSearch {
	width: 665px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

div.mainHolder {
	margin-top: 5px;
	float: right;
}

a.more {
	clear: both;
}

a.catBox {
	text-transform: none;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
	opacity: 0.25;
}

a.catBox:hover {
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

a.main_button {
	background: #000;
	color: #FFF;
	text-transform: none;
	float: right;
	margin: 3px 20px 0px 0px;
	padding: 3px;
	text-decoration: none;
}

a.main_button:hover {
	background: #990000;
	color: #FFF;
}

#breadcrumb {
	float: right;
	font-weight: bold;
	background: #DFEFFD;
	padding: 2px 0px;
	margin-bottom: 2px;
}

#error {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 12px;
}

.contact_page {
	float: right;
	width: 245px;
}

.contactFRM {
	float: left;
	width: 455px;
}

.contactFRM table td.label {
	text-align: right;
	padding: 15px 5px 15px 0px;
	vertical-align: top;
	width: 100px;
}

.contactFRM table td.input {
	text-align: left;
	padding: 15px 0px 15px 5px;
}

.contactFRM table td.input input[type=text] {
	border: 1px solid #000;
	width: 170px;
	height: 14px;
	float: left;
}

.contactFRM table td.input textarea {
	border: 1px solid #000;
	width: 350px;
	height: 150px;
}

.contactFRM table td a {
	background: #000;
	padding: 2px 10px;
	color: #FFF;
	text-transform: capitalize;
}

.contactFRM table td a:hover {
	background: #990000;
	text-decoration: none;
}

.contactFRM label.error {
	color: #990000;
	width: 350px;
	float: left;
}

.static h1 {
	background: #D7EDFF;
	padding: 3px 20px;
	color: #000000;
	font-weight: normal;
	float: left;
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}

div.rating span {
	color: #000;
	font-weight: bold;
}

.onlineVisitorsCounter {
	padding-top: 20px;
	float: left;
	font-weight: bold;
}

.onlineVisitorsCounter span {
	color: #990000;
}

.pageVisitsCounter {
	padding-top: 20px;
	float: right;
	font-weight: bold;
}

.pageVisitsCounter span {
	color: #990000;
}

.noPriceText {
	float: left;
	padding: 1px 3px 10px 3px !important;
	margin-right: 30px;
	text-align: justify;
	width: 479px;
}

.noPriceText span {
	font-weight: bold;
}