@charset "UTF-8";

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	ALL PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	background:#dfdbcc url(/images/web/template/T014_1/body_bg.jpg) repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	color: #000;
}

div, img {
	position:relative;
	border:0;
	margin:0;
	padding:0;
}

td {
	vertical-align:top;
}

h1, h2, h3, h4, h5 { 
	letter-spacing: normal;
	color: #d11608;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }

a:link { color: #004466; }
a:hover { color: #999; text-decoration: none; }
a:visited { color: #004466; text-decoration: none; }

#PageWrapper {
	width:920px;
	margin: 0 auto;
	padding: 0 15px;
	background: url(/images/web/template/T014_1/page_bg.jpg) no-repeat center top;
}

/*	LOGIN BAR */
#LoginWelcome {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0;
	padding: 10px 25px 0 0;
	line-height:18px;
	text-align:right;
}
#LoginWelcomeText {	width:auto; }
#LoginWelcome span.welcome {
	font-weight:700;
}
#LoginWelcome span.or {
	font-style:oblique;
}
#LoginWelcome .user_name {
	font-weight:700;
}
/*	HEADER	*/
#Header { 
	margin: 0;
	padding: 10px;
	text-align: left;
}
#CompanyLogo {
	padding: 0;
	margin: 0;
}


/*	NAVIGATION	*/

/* Main Nav */
div#MainNav {
	margin: 0x;
	padding: 1px 10px 0;
	width: 900px;
	height: 39px;
	text-align: left;
	background: url(/images/web/template/T014_1/nav_bg.gif) repeat-x top left;	
	font-size: 16px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}
ul.MainNav {
	padding: 6px 0 10px;
	text-align:left;
	list-style: none;
	height: 20px;
}
ul.MainNav li {
	margin-top: 3px;
	display:inline;
	padding: 6px 8px 10px;
	border-left: 1px solid #3d2304;
	border-right: 1px solid #482b09;
}
ul.MainNav li a { color: #d6d1ce; text-decoration:none; }
ul.MainNav li.main_link_selected { background: #432705; }
ul.MainNav li.main_link_selected a { color:#fff; font-weight: 700; }

/* Main Dropdown */
div.drop_down_menu {
	display:block;
	height:auto;
	width:auto;
    background:#422705;
	border-width: 0 0 1px;
	border-bottom:1px solid #583307;
	margin-left:8px;
	z-index:10;
}
div.drop_down_menu div.drop_down_link {
	text-align:left;
	padding:4px 7px;
	border-bottom:1px solid #583307;
	border-top:0px;
}
div.drop_down_menu div.last {
	border:0px;
}

.drop_down_link a, .drop_down_link a:visited  {
	text-decoration:none;
	font-size:14px;
	color:#d6d1ce;
}
.drop_down_link a:hover {
	text-decoration:underline;
	font-size:14px;
	color:#fff;
}


/* SubNav */
.NavGroup { 
	margin: 0 0 25px;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 189px;
}
.NavGroup h3.main_link a {
	color: #d11608;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 10px;
	padding: 0;
	text-decoration:none;
}
.NavGroup ul {
	margin: 5px 0 0;
	padding: 0;
	border: 1px solid #d4d0bf;
	border-width: 0 0 1px 0;
}
.NavGroup ul li {
	line-height: 16px;
	margin: 0;
	padding: 4px 8px;
	list-style: none;
	border: 1px solid #d4d0bf;
	border-width: 1px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.NavGroup ul li a, .NavGroup ul li a:visited  {
	font-size:12px;
	text-decoration:none;
	color: #3b3121;
}
.NavGroup ul li a:hover { text-decoration: underline; }
.NavGroup ul li.sub_link_selected { font-weight: 700; }

/*	HOMEPAGE AND SUBPAGE BASIC LAYOUT TABLES */
.reserved_image_frame{
	padding: 0 0 12px;
	margin: 0;
	height: 350px;
	width:920px;
	overflow:hidden;
	background: #fff url(/images/web/template/T014_1/reserved_img_bg.gif) repeat-x bottom;
}
.reserved_image{
	padding: 0;
	margin: 0;
}
table#HomepageLayout,
table#SubpageLayout {
	padding:0;
	margin: 0 auto;
	width:920px;
	border-collapse: collapse;
	background: #fff url(/images/web/template/T014_1/table_bg.gif) repeat-x bottom;
}
table#HomepageLayout td, table#SubpageLayout td {
	padding: 8px 15px 0;
	margin:0;
}
td#LeftCol { 
	width: 450px;
	border-right: 1px solid #eae7dd;
}
table#SubpageLayout td#LeftCol { 
	width: 189px;
	border-right: 1px solid #eae7dd;
}
td#CenterCol {
	border-right: 1px solid #eae7dd;
	width: 189px;}
table#HomepageLayout td#RightCol {
	width: 189px;
}	
table#SubpageLayout td#RightCol {
	width: 730px;
}

/*	FOOTER	*/
#Footer {
	margin: 0 auto;
	padding: 10px 0px 10px;
	width: 920px;
	color: #000;
	font-size: 11px;
	background:#e5e2d6 url(/images/web/template/T014_1/footer_bg.gif) top repeat-x;
}

#FooterLinks{
	width: 920px;
	padding: 10px 0 25px;
	margin: 0 auto;
	color: #d4cfbf;
}
#FooterLinks a { color: #b81206; padding: 0 5px; text-decoration:none; } 
#FooterLinks a:hover { color: #f2f0e7; }
#Designations, #Disclaimers {
	width: 820px;
	padding: 10px 0 25px;
	margin: 0 auto;
}
#Designations { 
	background: #f7f6f2; 
	border: 5px solid #f2f0e7;
}
img.footer_ds {
	position:absolute;
	bottom:-4px;
	left:0px;
	display:block;
	border:0;
	margin:0;
	padding:0;
}



/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	HOMEPAGE MODULES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#Region_2 h1, #Region_3 h1, #Region_4 h1 { font-size: 24px; }
#Region_2 h2, #Region_3 h2, #Region_4 h2 { font-size: 20px; }
#Region_2 h3, #Region_3 h3, #Region_4 h3 { font-size: 18px; }
#Region_2 h4, #Region_3 h4, #Region_4 h4 { font-size: 16px; }
#Region_2 h5, #Region_3 h5, #Region_4 h5 { font-size: 14px; }

/* Agent Photo Module */
.agent_photo_frame {
	position:relative;
	margin: 20px auto;
	padding: 2px 0 0;
	text-align: center;
}
.agent_photo { }


/*	Welcome Text */
.welcome_text_frame {
	margin: 5px 0 0;
	padding: 0 0 15px;
}
.welcome_text {
	text-align: left;
	margin: 0;
	padding: 0;
}
.welcome_text_frame .agent_photo_frame  {
	text-align: left;
	margin: 0 0 5px;
}
#Region_1 .welcome_text_frame .agent_photo_frame { float: right; margin: 0 10px 10px; }

/*	Custom Content */
.custom_content_frame {
	margin: 5px 0 0;
	padding: 0 0 15px;
}
.custom_content {
	text-align: left;
	margin: 0;
	padding: 0;
}

/*RSS Feed */
.custom_content h1.rss_title, .content h1.rss_title {
	margin-bottom: 7px;
}

.custom_content h2.title { font-size: 16px; text-decoration:none; }
.custom_content h3.credits-date, .content h3.credits-date { font-size: 12px; font-style: italic; margin-bottom: 7px }

/* Contact Info */
.contact_info_frame {
	margin: 5px 0 20px;
	width: 189px;
	padding: 0 0 15px;
	background:url(/images/web/template/T014_1/contact_bg.gif) bottom center no-repeat;
}
.contact_info {
	text-align: left;
	margin: 0;
	padding: 0px 15px;
	font-size: 14px;
	background: url(/images/web/template/T014_1/contact_header_bg.gif) top center no-repeat;
}
.contact_info_frame .agent_photo_frame { margin: 0 10px 15px; padding: 0 }
#Region_2 .contact_info h2, #Region_3 .contact_info h2, #Region_4 .contact_info h2{ 
	color: #fff;
	font-size: 16px;
	padding: 9px 0 8px;
	margin-bottom: 15px;
}
/*#Region_1 .contact_info_frame {
	margin: 5px 0 0;
	padding: 0 0 15px;
	background: none;
	width: 440px;
}
#Region_1 .contact_info {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 14px;
}
#Region_1 .contact_info_frame .agent_photo_frame { float: right; }*/

/*	Testimonials */
.testimonials_frame {
	margin: 0;
	padding: 0 0 15px;
	text-align: left;
}
.testimonials .testimonial { 
	position:relative;
	display:block;
	margin: 0 0 10px;
	padding: 0;
}
.testimonial span.quote {
	display:block;
	margin: 10px 0 0;
	padding: 5px 5px 0 30px;
	text-align: left;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: -1px;
	background: url(/images/web/template/T014_1/quote_bg.gif) top left no-repeat;
}
.testimonial span.person { 
	display:block;
	margin: 0 0 0 30px;
	padding: 10px 0;
	text-align: right;
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	border-bottom: 1px dashed #dbd7ca;
}
.testimonials div.view_all { 
	text-align: right;
	margin: 0 0 10px;
	padding: 0;
}
.testimonials a.view_all:link, .testimonials a.view_all:visited { text-decoration: none; font-weight: 700; }
.testimonials a.view_all:hover { color: #999; }

#Region_2 .testimonial span.quote, #Region_3 .testimonial span.quote {
	display:block;
	padding: 5px 10px 0 30px;
	text-align: left;
	background: url(/images/web/template/T014_1/quote_bg.gif) top left no-repeat;
}
#Region_2 .testimonial span.person, #Region_3 .testimonial span.person { 
	display:block;
	margin: 0 10px 0 30px;
	padding: 10px 0;
}
#Region_2 .testimonials div.view_all, #Region_3 .testimonials div.view_all { 
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}

/*	OPEN HOUSES MODULE	*/
.open_houses_frame {
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-align: left;
}
.open_houses .open_house {
	margin: 5px 0;
	padding: 10px 0;
	min-height: 70px;
	text-align: left;
	border-bottom: 1px solid #dbd7ca;
}
.open_house div.thumb_frame {
	width: 90px;
	height: 67px;
	padding: 2px 4px 4px 2px;
	margin: 0 5px 5px;
	float: right;
	background: url(/images/web/template/T014_1/oh_thumb.gif) top left no-repeat;
}
.open_house img.thumb {
	width:90px;
	height:67px;
}
.open_house .date, .open_house .time_range, 
.open_house .address, .open_house .notes {
	margin: 0 0 2px 0;
	padding: 0 0 2px;
	display: block;
}
.open_house .date { font-weight: 700; }
.open_house .address, .open_house .notes { margin: 4px 0; }
.open_house .notes { clear: both;  }
.open_house .view_details {
	margin: 0;
	padding: 5px 0;
	text-align:left;
}
.open_house div.view_details .icon { }
.open_houses div.view_all {
	display:block;
	margin: 10px 0 0;
	padding: 0px;
	text-align:right;
	clear: both;
}
.open_houses a.view_all { text-decoration: none; font-weight: 700; }
.open_houses a.view_all:hover { text-decoration: none; }

#Region_2 .open_house div.thumb_frame, #Region_3 .open_house div.thumb_frame {
	margin: 0 auto 10px;
	float: none;
}
#Region_2 .open_houses h2, #Region_3 .open_houses h2{ 
	color: #fff;
	font-size: 16px;
	padding: 7px 0px 12px;
}
#Region_2 .open_houses_frame, #Region_3 .open_houses_frame {
	margin: 5px 0 20px;
	width: 189px;
	padding: 0 0 10px;
	background:url(/images/web/template/T014_1/contact_bg.gif) bottom center no-repeat;
}
#Region_2 .open_houses, #Region_3 .open_houses {
	margin: 0;
	padding: 0px 15px 10px;
	background: url(/images/web/template/T014_1/contact_header_bg.gif) top center no-repeat;
	font-size: 14px;
}
#Region_2 .open_houses .open_house , #Region_3 .open_houses .open_house {
	background: none;
	border-color: #dbd7ca;
	border-width: 0 0 1px 0;
	padding: 0 5px 5px 5px;
}

/*	FEATURED LISTINGS MODULE	*/
.featured_listings_frame {
	padding: 0 0 20px;
	margin:0;
	text-align: left;
}
.featured_listing {
	padding: 0 0 15px;
	margin: 10px 0 10px;
	border-bottom: 1px solid #dbd7ca;
}
.featured_listing img.thumb {
	width:180px;
	height:135px;
	margin: 0 0 10px 0;
	padding: 2px 3px 3px 2px;
	background: url(/images/web/template/T014_1/fl_thumb_bg.gif) top left no-repeat;
}
#Region_1 .featured_listing img.thumb {
	margin: 0 0 10px 10px;
	float: right;
}
.featured_listing .title {
	display:block;
	margin: 0px 10px 8px 0;
	padding: 2px;
	font-weight: 700;
}
#Region_2 .featured_listing .title {
	margin: 0px 10px 0px 0;
}
.featured_listing .price {
	display:block;
	margin: 0px 10px 0px 0;
	padding: 2px;
}
.featured_listing .beds_baths {
	display:block;
	margin: 0px 10px 8px 0;
	padding: 2px;
}
.featured_listing .description {
	display:block;
	margin: 15px 0px;
	padding: 2px;
}
#Region_2 .featured_listing .description {
	margin: 8px 10px 8px 0;
}
.featured_listing a.view_details {
	margin: 0 0 2px 0;
	padding: 2px;
}
.featured_listing a.view_details:hover { color: #ccc; text-decoration: none; }
.featured_listings_frame div.view_all {
	display:block;
	margin: 0;
	padding: 0;
	text-align:right;
}
.featured_listings_frame a.view_all { font-weight: 700; text-decoration: none; }
.featured_listings_frame a.view_all:hover { color: #999; }

#Region_1 .featured_listing img.sold {
	position:absolute;
	top:0px;
	left:260px;
	display:block;
	margin:0;
	z-index:1;
}

/* SLIDE SHOW */

.slide_show_frame {
	text-align:left;
	padding-bottom:15px;

}

.slide_show h2 {
	margin: 5px 0 10px;
	padding: 0;
}

.slide_show .slide_show_listing {}

.slide_show_listing_info {
	position:relative;
	display:block;
	width:450px;
	font-size: 14px;
}
.slide_show_photo_frame {
	background: url(/images/web/template/T014_1/slideshow_bg.gif) center center no-repeat;
	width:410px;
	height:310px;
	padding-top:12px;
	z-index:0;
}
div.slide_show_photo {
	position:relative;
	width:400px;
	height:300px;
	padding:0px;
	margin:4px;
}
img.slide_show_photo {}
.slide_show_listing {
	position:relative;
	display:block;
}

.slide_show_listing .title {padding-left:4px;}
.slide_show_listing .price {padding-left:4px;}
.slide_show_listing .beds_baths {padding-left:4px;}
.slide_show_listing .type {padding-left:4px;}
.slide_show_listing .description {padding-left:4px;}
.slide_show_listing a.view_details {padding-top:10px; padding-left:4px;}

.slide_show_frame div.view_all {
	position:absolute;
	top:520px;
	right:0px;
	display:block;
	margin: 0;
	padding: 10px 0;
	text-align:right;
	width:450px;
	border-top:1px solid #ccc;
}
.slide_show_frame a.view_all {font-weight: 700; text-decoration: none}
.slide_show_frame a.view_all:hover { color: #999; }


/*	QUICK SEARCH MODULE	*/
.quick_search_frame {
	margin: 5px 0 25px;
	width: 189px;
	padding: 0;
	background:url(/images/web/template/T014_1/contact_bg.gif) bottom center no-repeat;
	text-align: left;
}
.quick_search {
	margin: -5px 0 0;
	padding: 0px 5px 10px;
	font-size: 12px;
	background: url(/images/web/template/T014_1/contact_header_bg.gif) top center no-repeat;
}
#Region_1 .quick_search h2 {
	color: #fff;
	font-size: 18px;
	margin: 3px 0 5px;
	padding: 9px 0px 10px;
}
#Region_2 .quick_search h2, #Region_3 .quick_search h2, #Region_4 .quick_search h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 3px 0 5px;
	padding: 9px 6px 10px;
}
.quick_search_form {
	position:relative;
	display:block;
	margin: 0 0 5px;
	padding: 0;
	height: 320px;
}
.quick_search .search_by_city, .quick_search .autoCompleteMenu, 
.quick_search .property_type, .quick_search .bedrooms,
.quick_search .bathrooms,.quick_search .min_price,
.quick_search .max_price,.quick_search .pics_first { }

.quick_search ul.property_type_list {
	width:160px;
	height:80px;
	margin:1px 5px 3px;
}
.quick_search label.hdr {
	display:block;
	font-size:13px;
	margin: 3px 5px 1px;
}
.quick_search select {
	width:80px;
}
.quick_search .search_by_city {
}
.quick_search .search_by_city input {
	width:155px;
	margin:1px 5px 3px;
}
.quick_search .search_by_city a.view_all {
	position:absolute;
	right:15px;
	top: 0px;
	z-index:1;
	display:block;
	width:130px;
	height:12px;
	font-size:11px;
	text-align:right;
}
.quick_search .search_by_city a.view_all:hover { color: #ccc; text-decoration: none; }
.quick_search .bedrooms {
	position:absolute;
	top:155px;
	left:5px;
	width:80px;
	z-index:1;
}
.quick_search .bathrooms {
	position:absolute;
	top:155px;
	right:5px;
	width:80px;
	z-index:1;
}
.quick_search .min_price {
	position:absolute;
	top:200px;
	left:5px;
	width:80px;
	z-index:1;
}
.quick_search .max_price {
	position:absolute;
	top:200px;
	right:5px;
	width:80px;
	z-index:1;
}
.quick_search .pics_first {
	position:absolute;
	top:255px;
	left:5px;
	width:160px;
	font-size:10px;
	z-index:1;
}
.quick_search .pics_first span {
	position:relative;
}
.quick_search .quick_search_submit {
	position:absolute;
	right:16px;
	top:280px;
	z-index:2;
}
.quick_search .quick_search_image_submit {
	display:none;
}
.quick_search a.advanced_search, .quick_search a.map_search {
	position:absolute;
	left:5px;
	z-index:1;
	display:block;
	height:12px;
	font-size:11px;
}
.quick_search a.advanced_search {
	top:280px;
}
.quick_search a.advanced_search:hover { color: #999; text-decoration: none; }
.quick_search a.map_search {
	top:294px;
}
.quick_search a.map_search:hover { color: #ccc; text-decoration: none; }
#Region_1 .quick_search_frame {
	width: 450px;
	background:url(/images/web/template/T014_1/quicksearch_bg.gif) bottom center no-repeat;
}
#Region_1 .quick_search {
	background: url(/images/web/template/T014_1/quicksearch_header.gif) top center no-repeat;
	padding: 0 15px 10px;
}
#Region_1 .quick_search_form { height: 250px; margin:0 0 5px; }
#Region_1 .quick_search label.hdr { margin: 0 0 5px; font-size: 14px; }
#Region_1 .quick_search .search_by_city input { width: 410px; margin: 0 0 15px 0; }
#Region_1 .quick_search .search_by_city a.view_all { right: 5px; font-size:12px; }
#Region_1 .quick_search ul.property_type_list { width: 200px; }
#Region_1 .quick_search .bedrooms { top: 55px; left: 220px; }
#Region_1 .quick_search .bathrooms { top: 55px; right: 5px; }
#Region_1 .quick_search .min_price { top: 115px; left:220px; }
#Region_1 .quick_search .max_price { top: 115px; right: 5px; }
#Region_1 .quick_search .pics_first { top: 180px; left: 0px;  width: 350px; font-size:14px; }
#Region_1 .quick_search .quick_search_submit { right:10px; top: 180px; z-index:2; }
#Region_1 .quick_search a.advanced_search { top: 205px; left: 0px; font-size:12px;} 
#Region_1 .quick_search a.map_search { top: 220px; left: 0px; font-size:12px;}




#Region_1 .custom_form_frame {
	padding-bottom:20px;
}
#Region_1 form.custom_form {
	padding:0 20px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	AGENT SEARCH & MLS SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.mlsno_search, .agent_search {
	text-align:left;
	background:url("/images/web/template/T014_1/quicksearch_header.gif") no-repeat scroll center top transparent;
	padding:0 15px 10px;
}
#Region_2 .auto_focus, #Region_3 .auto_focus, #Region_4 .auto_focus  {
	margin-bottom:10px;
	width:150px;
	vertical-align:middle;
}
#Region_2 .text, #Region_3 .text, #Region_4 .text  {
	margin-bottom:10px;
	width:150px;
}
.mlsno_search_frame, .agent_search_frame {
	background:url("/images/web/template/T014_1/quicksearch_bg.gif") no-repeat scroll center bottom transparent;
}
.mlsno_search h2, .agent_search h2 {
	color:#fff;
	font-size:18px;
	margin:3px 0 5px;
	padding:9px 0 10px;
}
.agent_search .view_all {
	margin-top:10px;
}
#Region_2 .mlsno_search_frame, #Region_2 .agent_search_frame, #Region_3 .mlsno_search_frame, #Region_3 .agent_search_frame {
	background:url("/images/web/template/T014_1/contact_bg.gif") no-repeat scroll center bottom transparent;
	margin:5px 0 20px;
	padding:0 0 10px;
	width:189px;
}
#Region_2 .mlsno_search, #Region_2 .agent_search, #Region_3 .mlsno_search, #Region_3 .agent_search {
	background:url("/images/web/template/T014_1/contact_header_bg.gif") no-repeat scroll center top transparent;
}
#Region_1 .mlsno_search_frame, #Region_1 .agent_search_frame {
	margin-bottom:20px !important;
}
#Region_4 .mlsno_search_frame, #Region_4 .agent_search_frame {
	background:url("/images/web/template/T014_1/contact_bg.gif") no-repeat scroll center bottom transparent;
	margin:5px 0 20px;
	padding:0 0 15px;
	width:189px;
}
#Region_4 .mlsno_search, #Region_4 .agent_search {
	background:url("/images/web/template/T014_1/contact_header_bg.gif") no-repeat scroll center top transparent;
}
#Region_2 h2, #Region_3 h2, #Region_4 h2 {
	font-size:16px;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	SUBPAGE CONTENT TYPES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.content_frame {
	position:relative;
	padding: 15px;
	margin:0 0 15px;
	text-align:left;
}
.content {
	margin: 2px 0;
	padding: 0px;
	display:block;
}

/* Clearing method without Structural Markup */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
/* for IE/Mac */	
.clearfix { display: inline-block; } 

/* for IE/Win */
 
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */