/*  
Theme Name: Amazing Grace
Theme URI: http://www.prelovac.com/vladimir/wordpress-themes/amazing-grace
Description: Eclectic theme for an eclectic blog. <a href="http://www.prelovac.com/vladimir/wordpress-themes/amazing-grace">Amazing Grace</a> is created by <a href="http://www.prelovac.com/vladimir/">Vladimir Prelovac</a>
Version: 2.0
Author: Vladimir Prelovac
Author URI: http://www.prelovac.com/vladimir/
The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#f8f8ec url(images/bg.jpg) repeat-x top left;
	color:#151515;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif; 
	font-size:72.5%;
	line-height:1.4;
	margin:0;
	padding:0;
	text-align:left;
}

p {	font:14px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	list-style:circle;
	margin-bottom:1em;
	margin-top:0; 
	color: #333;
	padding:5px 0px 0px 0px;
}

.content_text p {
	font:11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin-bottom:1em;
	margin-top:0; 
	color: #333;
	padding:5px 5px;
	border: 1px solid #dcd8a8;
  	background:url(images/side.gif) top left no-repeat;
}

.content_text ul {
	list-style: none;
	color: #DCD8A8;
	}
.content_text ul li a {
	text-decoration: none;
	font-weight: bold;
	font: 12px verdana;
	color: #67644d;
	border-bottom: 1px solid #DCD8A8;
}
.content_text ul li a:hover {
	color: #A7A37E;
	text-decoration: underline;
}	
	
.content_text img {
	max-width:67px;
	padding: 2px;
  margin-top: 2px;
  margin-left:0px;
  margin-right:7px;
  border: 3px solid #DCD8A8;
  float: left;
}


.gallery img {
	max-width:100px;
}		

.content_text_big_spec p {
	font:13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin-bottom:1em;
	margin-top:0px; 
	color: #333;
	padding:5px 5px;
	border: 1px solid #dcd8a8;
  	background:#fdf7cb url(images/side.gif) top left no-repeat;
}

.content_text_big_spec img {
	max-width:67px;		
	padding: 2px;
  margin-top: 2px;
  margin-left:0px;
  margin-right:7px;
  border: 3px solid #DCD8A8;
  float: left;
}

.content_text_big p {
	font:13px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin-bottom:1em;
	margin-top:0px; 
	color: #333;
	padding:5px 5px;
	border: 0px solid #dcd8a8;
  	background: url(images/side.gif) top left no-repeat;
}

.content_text_big img {
	padding: 2px;
  margin-top: 2px;
  margin-left:0px;
  margin-right:7px;
  border: 3px solid #DCD8A8;
  float: left;
}

.content p.hotel {font-size: 13px; padding-left: 5px;}


#wrap{
	position:relative;
	margin:0 auto;
	padding-top:1em;
	text-align:left;
	width:1004px;	
}
#header{
	text-align:left;
	text-align:left;
	width:1004px;	
	margin-bottom:100px;
	padding:0px;
	padding-top:30px;
}
#portrait-bg {
	position:absolute;	
	width:319px;
	height:221px;
	right:0;
	top:0;
}
#rss-big {
	position:absolute;
	background:url(images/rss.jpg);
	width:111px;
	height:67px;
	top:126px;
	left:40px;
}

#content_big {
	font-size:1.1em;
	float:left;
	padding:0em 0em 0em 1em;
	width:790px;
}

#content_big .form {
	width:100%
}

#content{

	font-size:1.1em;
	float:left;
	padding:0em 0em 0em 1em;
	width:590px;
}

#content_wide{

	font-size:1.1em;
	float:left;
	padding:0em 0em 0em 1em;
	width:640px;
}

#sidebar-left{
        background:#FCFCFC;
        border:1px #ccc dashed;
	font-size:1em;
	float:left;
	padding:0.5em .2em 2em 1em;      
	margin-left:20px;
	width:198px;
	
}
#sidebar-left_zero{
        background:#FCFCFC;
        border:1px #ccc dashed;
	font-size:1em;
	float:right;
	padding:0.5em .2em 2em 1em;      
	margin-left:10px;
	margin-right:50px;
	width:250px;
	
}


#sidebar-right{	
	font-size:1em;
	float:left;
	padding:1em .0em 2em .3em;
	margin-left:14px;
	width:147px;
}

#sidebar-right_zero{	
	font-size:1em;
	float:left;
	padding:1em .0em 2em .3em;
	margin-left:14px;
	width:0px;
}


#footer{
	background:url(images/bg-footer.jpg) repeat-x bottom left;
	padding:1em;
	color:#e6e6e6;
	font-size:1em;
	clear:both;
	text-align:center;
}
/*************************************
 +Search form
 *************************************/
.search-form {
	font-size:1.2em;
	background:url(images/search.jpg) no-repeat;
	position:relative;
	width:147px;
	height:44px;
	margin-bottom:10px;
}
.search-form input{
	width:120px;
	margin:14px 0 0 10px;
	border:0px;
	background:#f9f9f9;
        color: #454545;
}/*************************************
 +Footer
 *************************************/

#credits {
margin:55px 0px -10px;
}
#footer a {
    color:#b3960e;
}
#footer a:hover {
    color:#b2b2b2;
}
.rss {
	background:url(./images/rss.gif) no-repeat;
	padding-bottom:6px;
	padding-left:20px;
}

/*************************************
 +Hn, a and p
 *************************************/
pre {  
	
	padding:10px; 
        max-width:580px;
font-size:1.2em;
	}

code {
        padding:10px; 
        font-size:1.2em;
        max-width:580px; 
}


a	{
	color:#667b37;
	text-decoration:none;

}
a:hover	{
	color:#000;
}
p a, .content ul li a {color: #006600; font-weight: normal; text-decoration: underline;}
.entrybody ul li a, .entrybody ol li a {color: #006600;}

p a:hover, .content ul li a:hover {text-decoration: none; color: #667b37;}
.entry h1, .entry h2, .entry h3, .entry h4 {
	color:#C05720;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px;
	background-color: #F0F0E0;
 }


#header h1{
	font-size:4em;
	margin-left:.5em;
}
#header h1 a{
	color:#424242;
}

#header p{
	color:#424242;
	font-size:1.3em;
	margin-top:-0.9em;
	margin-left:250px;
	text-align:left;
        font-style:italic;
}

.entrytitl {
	font-weight:bold;
	text-transform:none;
	padding: 5px;
	background-color: #F0F0E0;
	border: 1px solid #DCD8A8; border-bottom: none;
	}

.entrytitle h2 { color:#DB2700;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px;
	background-color: #F0F0E0;
 }

.entrytitle_small h2 { color:#DB2700;
	font-size:1.1em;
	font-weight:bold;
	text-transform:none;
	padding: 5px;
	background-color: #F0F0E0;
 }


.entrytitle_main h2 { color:#DB2700;
	font-size:1.1em;
	font-weight:bold;
	text-transform:none;
	padding: 5px;
	font-family: Bookman Old Style, Monotype Corsiva;
	background-color: #F0F0E0;
 }

.entrytitle h2 a {color:#DB2700; text-decoration:none;}
.entrytitle h2 a:hover {color: #D77023;}

.entrytitle h3 { color:#353535;
	font-size:1.01em;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px;
	background-color: #F0F0E0;
 }
.entrytitle h3 a {color:#CF5E1C; text-decoration:none;}
.entrytitle h3 a:hover {color: #D77023;}


.entrytitle_main h3 { color:#596E29;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px;
	}

.line {border-top: 3px solid #DCD8A8; margin:0px;}
.line2 {border-top: 3px solid #e3745c; padding-bottom: 10px;}

.entrytitle_main h3 a {color:#596E29;}
.entrytitle_main h3 a:hover {color:#A7A37E;}

#rss-big a{
	display:block;
	width:110px;
	height:64px;
}
blockquote { 
	
	display: block;
	padding:.5em 1em;
background:#F0F0E0 none repeat scroll 0% 0%;
border:2px dashed #DCD8A8;
	
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:0em;
	text-align:left;	
}
.entry a:hover{
	background-color:#F0F0E0;
}

.entry p {
margin-bottom:1em;
	margin-top:0; 
	color: #333;
	padding:5px 0px 0px 0px;
}

.entry img {
	max-width:580px;		
	padding: 2px;
  margin-top: 5px;
  margin-left:0px;
  margin-right:7px;
  border: 3px solid #DCD8A8;
}

.entrybody{
	padding-bottom:6px;
}

.entrybodytours p {
	padding-bottom:6px;
	font-size: 12px;
	line-height: 15px;
}

.entrybody a{
	border-bottom:1px dotted #CCCCCC;	
}

.entrybody #shopp .gallery a {border-bottom: none;}


.entry code{	
	font-size:1.1em;
	padding:.2em;
        text-align:left;
}
.entrymeta h5{
	
	color:#DB2700;
	font-weight: bold;
	font-size: 14px;
  	margin-bottom: 0px;
	margin-top: 0px;
  	clear:both;
}
.entrymeta p {font-size: 13px; padding-bottom: 5px; font-weight: normal;}
.entrymeta p a {color: #737055; font-weight: normal;}
.entrymeta {
	
	padding-top:0 em;
	color:#333;
	border-top:1px dotted #ccc;
  margin-bottom: 1em;
  clear:both;
  	font-weight: normal;
}


.postedby{
	background:url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:19px;
}
.filedto{
	background:url(./images/post.gif) no-repeat;
	padding:2px 3px 10px 20px;
	
}
.favor{
	background:url(./images/favor.gif) no-repeat;
	padding:2px 3px 10px 20px;
}


.commentslink{
	background:url(./images/packaged.gif) no-repeat;
	padding:1px 2px 2px 21px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:square;
	color:#E3745C; 
	margin:0; margin-left: 15px;
	padding:0;
	margin-bottom:1em;
	clear:both;
}

#sidebar ul li, #sidebar ul li a{
	padding-top:.2em;
	padding-bottom:.2em;
	padding-right:.2em;

}


#sidebar ul li:hover, #sidebar ul li a:hover{
	background:#F0F0E0;
}



#sidebar h2 { color:#DB2700;
	font-size:1.01em;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px;
	background-color: #F0F0E0;
 }

#sidebar h2 a {color:#CF5E1C; text-decoration:none;}
#sidebar h2 a:hover {color: #D77023;}

#sidebar h4 { color:#78755e;
	font-size:1.01em;
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px;
	background-color: #F0F0E0;
 }

#sidebar h4 a {color:#CF5E1C; text-decoration:none;}
#sidebar h4 a:hover {color: #D77023;}


#sidebar-left #cat {
	width: 195px;
	border:1px solid #CCCCCC;
}


#sidebar-right #cat {
	width: 150px;
	border:1px solid #CCCCCC;
	margin-right: 10px;
}

#sidebar img {
	max-width:140px;		

  border: 0px;
}

/*************************************
 +Menu
 *************************************/
#menu {
	position:absolute;
	width:620px;
	padding:0px;
	margin:0px;
}
#menu ul{
	font-size:1.2em;
	list-style: none;
	padding:0;
	margin:0;
}
#menu li{
	float: left;
	border-bottom:0px;
}
#menu li a {
	color:#fff;
	padding:0.6em 0.6em 0.3em;
	margin-left:0.5em;
	display:block;
	
}
#menu li a:hover{
	background:#e6e2af;
	color:#424242;
}
#menu ul li ul {
	display:none;
}

/*************************************
 +Menu Categories
 *************************************/
#catmenu {
	position:absolute;
	width:auto;
	padding:0px;
	margin:0px;
	left:0px;
	top:148px;
}
#catmenu ul{
	font-size:11px;
	list-style: none;
	padding:0;
	margin:0;
}
#catmenu li{
	float: left;
	border-bottom:0px;
	width: auto;
}
#catmenu li a {
	background:#bfbc94 url(images/back2.jpg) repeat-x top left;
	color:#000;
	font-weight: 300;
	//padding:8px 8px 15px 8px;
	padding: 8px 6px 15px 1px;
	margin-left:0.5em;
	display:block;
	border: 1px solid #A7A37E;
	font: 11px;
}


#catmenu li a img {
	border: none;
	padding-right: 3px;
	float: left;
}

#catmenu li.current-cat a{
	color:#fff;
	padding:8px 8px 5px 8px;
	margin-left:0.5em;
	display:block;
	background:#a7a37e;
}

#catmenu li a:hover {
	background:#a7a37e;
	color:#fff;
}
#catmenu ul li ul {
	display:none;
}

#catmenu a div {
	margin-top: 15px;
}


/*************************************
 +Comments
 *************************************/
.commentsblock, contactform{
	font-size:1em;
        clear:both	
        padding-top:20px;
}
.commentsblock textarea, .contactform textarea{
	width:44em;
}
.commentsblock input, .commentsblock textarea, .contactform input, .contactform textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus, .contactform textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus, .contactform textarea:focus, .contactform input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:11px;
}
ol.commentlist{
	color:#505247;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;      
}
ol.commentlist a{
	color:#b3960e;
}
ol.commentlist a:hover{
	color:#424242;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.8em;
}

.commentlist p {
margin:10px 5px 10px 59px;
text-transform:none;
font-size:11px;
}

.alt{
	background:#e3e7cb;

}
h3.comments{
	font-size:14px;
	color:#6C6C6C;
	font-weight: bold;
}	
#commentmeta{
	font-size:1em;
	
	
}
#commentmeta cite{

	
    font-weight:bold;
    font-size:11px;
}
/*************************************
 +Flickr
 *************************************/
#flickr {
	margin:0 1em 0 .5em;
	padding:0em;
}
#flickr img {
	border:0px;	
}
#flickr a {
	background:#FFF;
	border: 1px dotted #ccc;
	float: left;
	display: inline;
	margin:0.7em;
	padding:5px;
	width: 75px;
	height: 75px;
}
#flickr a:hover{
	border: 1px dotted #000;
}
/*************************************
 +Misc
 *************************************/

#ad_block { 
	background:#e3e7cb; 
	padding: 10px 0 10px 0; 
	margin: 1em 0 1em 0; 
	text-align: center; 
}
#ad_block_middle { 
	background:#e3e7cb; 
	padding: 10px 0 10px 0; 
	margin: 1em 0 0em 0; 
	text-align: center; 
}

img.left {
float: left;
margin-right: 15px;
margin-bottom: 10px;
}

img.right {
float: right;
margin-left: 15px;
margin-bottom: 10px;
}

/*************************************
 +Vlado
 *************************************/


.archd {
	background:#BFBC94 none repeat scroll 0%;
	color:#FFFFFF;
	margin-bottom: 10px;
	display:block;
	text-align: center; 
}

/*Next Previous Styling*/
div#nav-below{font-size:0.9em;padding-bottom: 2px; border-bottom:1px dotted #ccc;}
div#nav-below .nav-next{text-align:right; margin-top:-2px;}
div#nav-below .nav-previous{text-align:left;margin-top:15px;}


div#nav-global{font-size:1em;padding:3em 0px 2px 0px; border-bottom:1px dotted #ccc;}
div#nav-global .nav-previous{text-align:left;}
div#nav-global .nav-next{text-align:right;margin-top:-1.4em; }

.sb {padding: 0.4em 0em 0em 0.2em;}
.sbdel {padding-left: 16px; background: url(images/delicious.gif) center left no-repeat;}
.sbdigg {padding-left: 16px; background: url(images/digg.gif) center left no-repeat;}



.relpost {padding-bottom:2px; border-bottom:1px dotted #ccc;font-size: 0.9em;color: #6C6C6C;}
.relpost ul {
list-style-type:none;
padding: 0.01em;
}

.dotie {border: 1px dotted #cccccc; padding: 6px 10px; font-size:1em;}
.endate { 
        font-size:1.2em;
				color:#6F6F6F; 
        font-family: Georgia, Verdana, Times;        
}

#ftnav {
margin:0px 0px 5px;
}

#print{
	background:url(./images/print.gif) no-repeat;
	padding:3px 2px 1px 20px;
}

.btitle{
	font-weight:normal;
	letter-spacing: -.1px;
	margin:0;
        font-size:2.5em;
	margin-left:.1em;
        font-family:times New Roman;
        font-style:italic;
	padding-left: 10px;

}
.btitle a{
	color:#A7A37E;
}

#translation_bar a{
padding:1.5px;
}/* 
Coldskin #3 for Contact Coldform WordPress Plugin
@ http://perishablepress.com/press/2008/01/08/contact-coldform/ 
@ http://perishablepress.com/press/2008/01/08/contact-coldskins/ 
*/

div#coldform * {
	padding: 0;
	margin: 0;
}
div#coldform {
	font-family: Verdana, sans-serif;
	background-color: #F8F8EC;
	font-size: 12px;
	margin: 12px 0;
	width: 600px;
	color: #333;
}
div#coldform fieldset {
	border: 0 none;
	display: block;
	clear: both;
}
div#coldform legend.hide {
	display: none;
}
div#coldform label.label {
	margin: 5px 0px 0px 0px;
	text-align: left;
	display: block;
	border: 0 none;
	float: left;
	clear: both;
} 
div#coldform input.input {
	padding: 3px;
	float: left;
	clear: both;
	width: 50%;
        border:1px solid #cccccc;

}
div#coldform textarea#coldform_message {
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	padding: 3px;
	float: left;
	clear: both;
	width: 80%;
        border:1px solid #cccccc;
}
div#coldform input.submit {
	margin: 6px 0 12px 0;
	padding: 3px;
	width: 25%;
        border:1px solid #cccccc;
}

.postinfo {

margin-top: 3px;
}

.postinfo img {
padding :0px;
margin:0px;
border:2px solid #F8F8EC;
}

.socbook {
float:right;
}


.entrydate .dateMonth {
font-size:10px;
margin:0pt;
padding:3px 0pt 0pt;
text-align:center;
color:#FFFFFF;

}

.entrydate .dateDay {
font-family:Times New Roman,Helvetica,Sans-Serif;
font-size:21px;
font-weight:bold;
margin:0pt;
padding:3px 0px 0pt 0pt;
text-align:center;
color:#888888;
}

.entrydate .dateYear {
padding:0px 0px 0pt 1pt;
font-size:9px;
}

.entryprint {
float:right;
height:53px;
margin-left:5px;
margin-top:0px;
width:49px;
}

.entrydate {
background:transparent url(images/date.png) repeat scroll 0% 0%;
float:right;
height:53px;
margin-left:5px;
margin-top:5px;
width:49px;
}

.entrytitle_wrap {
padding-bottom: 1.8em;
}

.gravatar {
background-color:#FFFFFF;
color:#FFFFFF;
clear:right;
float:left;
margin:0px 15px 0px 0px;
padding:2px;
}

.bookmarkz {padding-top: 5px;}

.breadcrumb {
	font-size: 11px;
	padding-top:0px;
	padding-bottom: 15px;
	color: #7FAD17;
	padding-left: 0px;

}

.breadcrumb a {text-decoration: underline;}

.print {background-color: #F6F6F1;
	padding-left: 0px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin-bottom: 0px; width: 120px; 
	border-right: 20px solid #F2F2ED;}

.current-cat
	{background-color: #FCF2AC; border: 1px solid #f7e358; font-weight: bold;}


table #flat	{width: 100%; border-collapse: collapse;}

#flat td        {text-align: left; padding: 2px;}
table .rent	{width: 100%; border-collapse: collapse;}

.rent th	{text-align: center; padding: 4px; border: 1px solid #7D7E99; background-color:#E5E7EC;}

.rent td	{padding: 3px; border: 1px solid #7D7E99; background-color:#fff; vertical-align:top; font-size: 11px;}

.rent td p {font-size: 11px;}

.rent td img {border: none;}

.first a img {border: 2px solid #DCD8A8;}

table .rent img {border: none;}

.rent a:hover {background-color: #fff;}

.ads {padding-bottom: 25px;}

.padding_img img {padding-right: 7px;}

table .hotel	{width: 100%; border-collapse: collapse;}

.hotel th	{text-align: center; padding: 4px; border: 0px solid #7D7E99; background-color:#F0F0E0; font-weight: bold; width: 31%;}

.hotel td	{padding: 3px; border: 0px solid #7D7E99; background-color:#fff; vertical-align:top; font-size: 11px; text-align:center; width: 31%;}

.hotel td p {font-size: 11px; text-align: left;}

.hotel td img {border: none; align: center;}

.hotel a img {border: 2px solid #DCD8A8;}

.ico_new_best {float: right;}

table .apartment {width: 100%; border-collapse: collapse; padding:0px; margin:0px;}

.apartment th	{text-align: center; padding: 4px; border: 0px solid #7D7E99; background-color:#E5E7EC;}
.apartment th img {border: none;}
.apartment td	{padding:2px; margin:0px; text-align: center; border: 0px solid #7D7E99; background-color:#F8F8EC; vertical-align:top; font-size: 12px;}
.apartment td img {padding:0px; margin:0px; vertical-align: top;}
.apartment td a {color: #B6070C; text-decoration: underline;}
.apartment td a:hover {color: #B6070C; text-decoration: none;}

.table {
	border: 1px solid #DCD8A8;
}
table {
	border-collapse: collapse;
	margin: 0 0 18px;
	width: 100%;
  border: 1px solid #CED5E3;
}
table.borderless {
	border-collapse: collapse;
	margin: 0 0 18px;
	width: 100%;
  border: 0px;
}
table.borderless td {
border: 0px;
text-align: left;
}
.table table {
	margin: 0;
	border: none;
        color:  #909090;
}
th {
	background: #EAF2FD;
	padding: 5px 10px;
  font-size: 11px;
}
td {
	padding: 5px 10px;
  font-size: 13px;
}
.tl,
.tr,
.bl,
.br {
	position: absolute;
	width: 5px;
	height: 5px;
  background: url(images/corners.gif) no-repeat;
	overflow: hidden;
}
.tr {background-position: -5px 0}
.bl {background-position: 0 -5px}
.br {background-position: -5px -5px}
.table .tl {
	top: -1px;
	left: -1px;
}
.cform .tl {
	top: -1px;
	left: -1px;
}
* html .cform .tl {top: 0}
*+html .cform .tl {top: 0}
@-moz-document url-prefix() {
	.cform .tl {top: -20px}
}
.table .tr {
	top: -1px;
	right: -1px;
	background-position: -5px 0;
}
* html .table .tr {right: -2px}
.cform .tr {
	top: -1px;
	right: -1px;
}
* html .cform .tr {top: 0; right: -2px;}
*+html .cform .tr {top: 0}
@-moz-document url-prefix() {
	.cform .tr {top: -20px}
}
.table .bl {
	bottom: -1px;
	left: -1px;
	background-position: 0 -5px;
}
.cform .bl {
	bottom: -1px;
	left: -1px;
}
* html .cform .bl {bottom: -2px}
@-moz-document url-prefix() {
	.cform .bl {bottom: -16px}
}
.table .br {
	bottom: -1px;
	right: -1px;
	background-position: -5px -5px;
}
* html .table .br {right: -2px}
.cform .br {
	bottom: -1px;
	right: -1px;
}
* html .cform .br {right: -2px; bottom: -2px}
@-moz-document url-prefix() {
	.cform .br {bottom: -16px}
}

tr.blue td {
	background: #F0F0E0;
}

input, textarea, select {
  border: 1px solid #C7D3DF;
	border-top-color: #A4B0C4;
	border-right-color: #A4B0C4;
	padding: 2px 5px;
	background: #FFF;
}

/* Shopp Gallery
-----------------------------------------------------------------------------*/
#list-photos {
	margin: 0 !important;
	padding: 0 !important;
	overflow: auto;
	width: 100%;
	list-style: none;	
}
#list-photos li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 10px 10px 0 !important;
	padding: 0 !important;
}
#list-photos img {
	border-width: 1px;
	border-style: solid;
}

/* table TD's:  active&inactive */
.active {color: #000;}

.check {position: relative;
	right: -3px;
	width: 14px;
	height: 13px;
	background: url(images/check.gif) no-repeat;
}

/* Table with feautures of the apartment */
#v1, #v2, #v3 {
  width: 195px;
	margin: 0px;
	display: inline;
	float: left;
}
.text {
	border: 1px solid #DCD8A8;
	border-width: 1px;
	padding: 5px 5px;
	background: #F0F0E0;
}

.b1, .b2, .b3, .b4, .b5,
.b1 i, .b2 i, .b3 i, .b4 i, .b5 i,
.b1 b, .b2 b, .b3 b, .b4 b, .b5 b,
.b1 q, .b2 q, .b3 q, .b4 q, .b5 q {
	height: 1px;
	font-size: 1px;
	line-height:1%;
	overflow: hidden;
	border-style: solid;
	border-width: 0 1px;
	display: block;
}
.b1 {
  margin: 0 2px;
	background: #EBEEF0;
	border: none;
}
.b1 b {
 margin: 0 1px;
 background: #B8C3C8;
 border-color: #CBD3D7;
}
.b2 {margin: 0 1px;	border-color: #D6DCDF;}
.b2 b {border-color: #B8C3C8;}
.b2 i {border-color: #E4E8EA;}
.b2 q {border-color: #F7F8F9;}
.b3 {border-color: #EBEEEF;}
.b3 b {border-color: #BCC6CB;}
.b3 i {border-color: #F9FAFB;}
.b4 {border-color: #CAD2D6;}
.b4 b {border-color: #E5E9EB;}
.b5 {border-color: #B5C0C6;}
.b5 b {border-color: #FAFBFB;}

/* Short Description Details: Map, Video, Availability  */

.detailssm {
	margin: 0 !important;
	padding: 4px 0 6px 0 !important;
	overflow: hidden;
	width: 99%;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
}
.detailssm li {
	display: inline;
	float: left;
	margin-right: 25px;
	padding: 2px 4px 0px 2px !important;

}


.detailssm li.map a {
	display: inline;
	height: 1%;
	background: url(images/icon-map.gif) no-repeat;
	padding: 0 0 0 20px;
}

.detailssm li.availability a {
	display: inline;
	height: 1%;
	background: url(images/icon-availability.gif) no-repeat;
	padding: 0 0 0 20px;
}

.similar-details H3 {
	padding: 0 0 0 20px;
	display:inline;
	height: 1%;
	background: url(images/minimize.gif) no-repeat  0px 3px; 
	font-size: 1.8em; 
	font-weight: normal;
}
.similar-details H3.showlist {
	padding: 0 0 0 20px;
	display:inline;
	height: 1%;
	background: url(images/maximize.gif) no-repeat  0px 3px; 
	font-size: 1.8em; 
	font-weight: normal;
}
.similar-details H3 a {
	border-bottom: #79B3D8 1px dashed; 
	color: #80C1E1; 
	text-decoration: none;
}
.similar-details H3 a:focus {
	color: #C5EBF8;
}


.normal {font-weight: normal; color: #000; font-size: 11px;}

.errordiv {
	background:#FFDFDF url(../../plugins/cforms/styling/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;

}
.cform .errordiv input {border: 1px solid #AD2929;}
.okdiv {
	background:#F0F0E0;
	padding:5px 0!important;
	margin:5px 0!important;
}

.entrybody a.star {
color:#CD1E01;
font-weight:bold;
border-bottom: none;
}
.sm p {font-size: 11px;}


.section {
	width: 600px;
	background: #FFFFDF;
	margin: 0 0 30px;
}
ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #DDD;
	background: #F8F8EC;
	padding:0;
	margin:0;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
	width: auto;
}
.tabs li:hover {
	color: #F70;
	padding: 0 13px;
	background: #FFFFDF; 
	border: 1px solid #FFCA95;
}
.tabs li.current {
	color: #C05720;
	background: #FFFFDF;
	padding: 0 13px 2px;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid #FFFFDF;
	font-weight: bold;
	font-size: 14px;
}
.box {
	display: none;
	border: 1px solid #D4D4D4;
  border-width: 0 1px 1px;
	background: #FFFFDF;
	padding: 0 12px;
}
.box.visible {
	display: block;
}
.section .box visible p, .section  .box p {font-size: 13px;}

h6 {
	color:#C05720;
	font-size:1em;
	font-weight:bold;
	padding: 5px;
	background-color: #F0F0E0;
	margin: 3px;
}
h6 a {
	text-decoration: underline;
	border: none;	
}
h6 a:hover {
	text-decoration: none;
}

p.font13 {font-size: 13px;}

.alignright  {float: right;}

.newlabel {
background-position:0 0;
background-repeat:no-repeat;
height:21px;
margin-left:-3px;
margin-top:-5px;
position:absolute;
text-indent:-9999px;
width:29px;
background-image:url("images/label-new.png");
}