/*
Title: yukono.com orange.css
Updated: May 25, 2010
*/

/* Header
---------------------------------------------------------- */

#header
{
	float: left;
	width: 960px;
	height: 60px;
	border-bottom: 1px solid #3C240C;
	background: url("/images/layout/bg-header.png") repeat-x 0 0;
}

#header #logo
{
	float: left;
	margin: 18px 0 0 23px;
}

#header #promo-banner {
	float: left;
	padding-left: 100px;
	padding-top: 0;
}

#header #login
{
	float: right;
	padding-right: 23px;
	padding-top: 18px;
	color: #FFFFFF;
}

#header #login #header-displayname
{
	vertical-align: top;
	display: inline-block;
	padding-top: 3px;
	color: #FFF;
}
#header #login #header-displayname a:link, #header #login #header-displayname a:visited
{
	color: #FFF;
    text-decoration: underline;
}

#header #login #header-displayname a:hover, #header #login #header-displayname a:active 
{
	color: #000;
    text-decoration: none;
    }

#header-login-form
{
	position: absolute;
	margin-top: 5px;
	background-color: #EEEEEE; /*height: 200px; */
	width: 215px;
	display: none;
	z-index: 1;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #3C240C solid;
	box-shadow: 2px 2px 8px #5A5A5A;
	-webkit-box-shadow: 2px 2px 8px #5A5A5A;
	-moz-box-shadow: 2px 2px 8px #5A5A5A;
}

#header-login-form p
{
	padding-bottom: 5px;
}
#header-login-form p label
{
	display: block;
	float: left;
	width: 70px;
}
#header-login-error
{
	color: #BF4B02;
}
#header-login-form input {
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	width: 140px;
}
#header-login-link
{
	/*display: block;
	background: url("/images/layout/button-log-in.png") repeat-x 0 0;*/
	/*width: 70px;
	height: 23px;
	text-indent: -9000px;*/
}
#header-logout-link 
{
	/*display: block;
	background: url("/images/layout/button-log-out.png") repeat-x 0 0;*/
	/*width: 79px;
	height: 23px;
	text-indent: -9000px;*/
}

.footer-logo 
{
    background: url("/images/layout/footer-y.png") repeat-x 0 0;
    height: 30px;
    width: 24px;
    float: right;
    margin-top: 4px;
}
	

/* Search
---------------------------------------------------------- */

#content
{
	float: left;
	padding: 10px;
	width: 940px;
}

#search
{
	float: left;
	padding: 10px 14px;
	width: 912px;
	background-color: #EDEDED;
}

#search p
{
	float: left;
	font-size: 100%;
	font-weight: bold;
}

#search span
{
	margin-left: 5px;
	font-size: 85%;
	font-weight: normal;
	color: #575757;
}

#search .search-box
{
	margin: 0 10px;
	padding: 3px 5px;
	width: 560px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px #D0CCCB solid;
}

#search a 
{
    color: #FFF;
    text-decoration: none;
}

#search #search-results 
{
    position: absolute;
    background-color: #FFF;
	border: 1px #D0CCCB solid;
	padding: 5px;
	display: none;
	z-index: 1;
	width: 560px;
	overflow-y: scroll;
	max-height: 400px;
	/*
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 8px #5A5A5A;
	-webkit-box-shadow: 2px 2px 8px #5A5A5A;
	-moz-box-shadow: 2px 2px 8px #5A5A5A;
    */
}
#search #search-results p
{
    font-weight: normal;
    color: #076DC2;
    display: block;
    float: none;
    padding: 2px;
    margin-bottom: 6px;
    border-bottom: 1px #D0CCCB solid;
    cursor: pointer;
}
#search #search-results .over 
{
    text-decoration: underline;
    color: #BF4B02;
}

#search #search-results .last-one
{
    border-bottom: medium none;
    margin-bottom: 0px;
}

#search #search-results p span 
{
    font-size: 100%;
    margin: 0px;
}

/* Input buttons
---------------------------------------------------------- */
/*
input.black-submit
{
	border: 1px double #070707;
	padding: 3px 7px;
	background: #070707 url("/images/layout/button-black-submit.png") repeat-x 0 0;
	font-weight: normal;
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
*/
.black-button
{
	float: left;
	margin-bottom: 15px;
	border: 1px double #070707;
	padding: 3px 7px;
	background: #070707 url("/images/layout/button-black-submit.png") repeat-x 0 0;
	font-weight: normal;
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blue-button
{
	float: left;
	margin: 0 0 15px 0;
	border: 1px double #076DC2;
	padding: 3px 7px;
	background: #076DC2 url("/images/layout/button-blue.png") repeat-x 0 0;
	font-weight: normal;
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.silver-button
{
	float: left;
	margin: 0 0 15px 0;
	border: 1px double #D0CCCB;
	padding: 3px 7px;
	background: #D0CCCB url("/images/layout/button-silver.png") repeat-x 0 0;
	font-weight: normal;
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	color: #070707;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blue-button:link, .blue-button:visited, .blue-button:hover, .blue-button:active, .black-button:link, .black-button:visited, .black-button:hover, .black-button:active
{
	color: #FFF;
	text-decoration: none;
}

.silver-button:link, .silver-button:visited, .silver-button:hover, .silver-button:active 
{
	color: #070707;
	text-decoration: none;
}

/* Columns
---------------------------------------------------------- */

#left-column
{
	float: left;
	width: 545px;
	padding: 20px 0 20px 15px;
}

#right-column
{
	float: right;
	width: 315px;
	padding: 20px 15px;
}



/* Homepage
---------------------------------------------------------- */

#browse-categories
{
	float: left;
	width: 545px;
	/*margin-bottom: 20px;*/
	position: relative;
}

#browse-categories #nav_categories
{
	font-size: 150%;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
	font-family: "bree-1","bree-2",sans-serif;
	overflow: hidden;
}

#browse-categories #nav_categories ul 
{
    margin-bottom: 0px;
}

#browse-categories #nav_categories li ul
{
	float: left;
	width: 545px;
	margin: 10px 0 20px 0;
	font-size: 60%;
	line-height: 16px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

#browse-categories #nav_categories li ul li
{
	float: left;
	margin: 0 10px 5px 0;
}

#show-categories {
   float: left;
   width: 545px;
   text-align: center;
   margin-bottom: 20px;
}

#lower-left-column {
   float: left;
   width: 250px;
   margin-right: 20px;
}

#lower-right-column {
   float: right;
   width: 250px;
}

	#lower-left-column h2, #lower-right-column h2 {
		padding-bottom: 5px;
		line-height: 18px;
		font-size: 100%;
		font-weight: bold;
		}
        
	#lower-left-column p, #lower-right-column p {
		padding-bottom: 5px;
		line-height: 18px;
		font-size: 100%;
		font-weight: normal;
		}
        
 	#lower-right-column p {
		padding-bottom: 10px;
		}

#homepage-intro
{
	float: left;
	width: 275px;
	padding: 20px;
	background-color: #FFFFCC;
	color: #575757;
}

#homepage-intro h1
{
	line-height: 18px;
	font-size: 90%;
}

/* Featured listings
---------------------------------------------------------- */

#featured-listings
{
	float: left;
	width: 315px;
	padding: 20px 0;
	margin-bottom: 10px;
}

#featured-listings h3 a
{
	padding-right: 7px;
}

#featured-listings h4
{
	line-height: 18px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
}

.feature
{
	float: left;
	width: 255px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.feature h1
{
	font-size: 100%;
	line-height: 16px;
	margin-bottom: 5px;
}

.feature h2
{
	font-size: 90%;
	line-height: 16px;
	color: #575757;
	margin-bottom: 3px;
}

.feature h3
{
	font-size: 80%;
	line-height: 16px;
	color: #575757;
	margin-bottom: 10px;
}



/* Category
---------------------------------------------------------- */

#category-description
{
	float: left;
	width: 545px;
	/*margin-bottom: 20px;*/
	margin-bottom: 8px;
}

#category-description h1
{
	font-size: 150%;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
	font-family: "bree-1","bree-2",sans-serif;
}

#category-description h1 .small-font
{
	font-size: 60%;
	font-weight: normal;
}

#category-description h2
{
	font-size: 85%;
	line-height: 16px;
	margin-bottom: 10px;
}

.category-item {
	position: absolute;
	width: 545px;
	margin-bottom: 15px;
	}
	
.category-item.nosort {
	position: relative;
	}
	
.category-item h1
{
	font-size: 110%;
	line-height: 16px;
	margin-bottom: 3px;
}

.category-item h1 span
{
	font-size: 85%;
	color: #575757;
	font-weight: normal;
	margin-left: 5px;
}

.category-item h2
{
	font-size: 85%;
	line-height: 16px;
	color: #575757;
	margin-bottom: 10px;
}
.category-item p
{
	font-size: 100%;
	line-height: 18px;
	margin-bottom: 10px;
}







.category-profile
{
	float: left;
	width: 545px;
	margin-bottom: 10px;
}

.category-profile h1
{
	font-size: 110%;
	line-height: 16px;
	margin-bottom: 3px;
}

.category-profile h1 span
{
	font-size: 85%;
	color: #575757;
	font-weight: normal;
	margin-left: 5px;
}

.category-profile h2
{
	font-size: 85%;
	line-height: 16px;
	color: #575757;
	margin-bottom: 10px;
}
.category-profile p
{
	font-size: 100%;
	line-height: 18px;
	margin-bottom: 10px;
}



/* Profile review
---------------------------------------------------------- */

#profile-data
{
	float: left;
	width: 545px;
	margin-bottom: 20px;
}

#profile-data h1
{
	font-size: 150%;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
	font-family: "bree-1","bree-2",sans-serif;
}

#profile-data h1 span
{
	font-size: 85%;
	color: #575757;
	font-weight: normal;
	margin-left: 5px;
}

#profile-data h2
{
	font-size: 85%;
	line-height: 16px;
	margin-bottom: 3px;
}

#profile-data #category-description 
{
    margin-bottom: 8px;
}

#profile-data h3
{
	font-size: 85%;
	line-height: 16px;
	color: #575757;
	margin-bottom: 10px;
}



#profile-data h3 a
{
	padding-right: 7px;
}
#profile-data h5
{
	font-size: 85%;
	line-height: 16px;
	color: #575757;
	margin-bottom: 10px;
	border: 1px solid #EDEDED;
	background-color: #FFFFCC;
	padding: 8px;
}
#profile-data h6
{
	font-size: 95%;
	line-height: 16px;
	color: #575757;
	margin-bottom: 7px;
	padding-left: 0;
}
#profile-data #rating
{
	width: 545px;
	float: left;
	height: 15px;
	background: url("/images/layout/review-ratings.png") no-repeat 0 0;
}

#profile-data p
{
	float: left;
	padding-left: 100px;
	color: #575757;
	font-size: 85%;
}

#profile-reviews
{
	float: left;
	width: 545px;
	margin-bottom: 20px;
}

#profile-reviews h1, #listing-title h1
{
	font-size: 85%;
	color: #BF4B02;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #3C3C3C;
	margin-bottom: 15px;
}

.google-adsense {
	float: left;
	width: 545px;
	margin-bottom: 20px;
	}

.review
{
	/*float: left;*/
	margin: 0 0 10px 0;
}

.review h2
{
	font-size: 110%;
	width: 450px;
	line-height: 18px;
	margin-bottom: 2px;
}

.review h3
{
	font-size: 85%;
	line-height: 16px;
	color: #575757;
	margin-bottom: 10px;
}

.review p
{
	font-size: 90%;
	line-height: 18px;
	margin-bottom: 10px;
}

#profile-review-form
{
	float: left;
	width: 510px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #EDEDED;
}

#profile-review-form h2
{
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 10px;
}

#profile-review-form h3
{
	font-size: 85%;
}

#profile-review-form h3 a
{
	font-weight: bold;
}

#comment_form
{
	float: left;
	margin: 20px 0 0 0;
}

#comment-form fieldset
{
	float: left;
	margin-bottom: 10px;
}

#comment-form label
{
	float: left;
	width: 470px;
	font-size: 90%;
	margin-bottom: 5px;
}
#comment-form input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px #D0CCCB solid;
	}

#comment-form label span
{
	font-size: 85%;
	line-height: 16px;
	color: #575757;
	margin-left: 5px;
}

#comment-form .input-wide
{
	width: 420px;
}



/* Profile map
---------------------------------------------------------- */

#profile-map
{
	float: left;
	margin-bottom: 20px;
	width: 305px;
	height: 285px;
	border: 5px solid #D0CCCB;
}

#map-larger
{
	padding: 5px;
	font-size: 85%;
	text-align: center;
}



/* Advertisement
---------------------------------------------------------- */

#advertisement
{
	float: left;
	margin-bottom: 20px;
	width: 265px;
	padding: 20px;
	border: 5px solid #D0CCCB;
}



/* Profile claim
---------------------------------------------------------- */

#profile-claim
{
	float: left;
	width: 275px;
	padding: 20px;
	background-color: #D8E8F5;
	color: #575757;
}

#profile-claim h2
{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 90%;
}

#profile-claim p
{
	line-height: 18px;
	font-size: 90%;
}



/* Add listing
---------------------------------------------------------- */

.add-listing
{
	float: left;
	width: 275px;
	padding: 20px;
	background-color: #D8E8F5;
	color: #575757;
}

.add-listing h2
{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 90%;
}

.add-listing p
{
	line-height: 18px;
	font-size: 90%;
}



/* Suggest listing
---------------------------------------------------------- */

.suggest-listing
{
	float: left;
	width: 275px;
	margin-top: 0;
	padding: 20px 20px 5px 20px;
	background-color: #F7F5E7;
	color: #575757;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #F7F5E7;
}

.suggest-listing h2
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 100%;
	line-height: 18px;
}

.suggest-listing p
{
	line-height: 18px;
	font-size: 100%;
	margin-bottom: 15px;
}



/* Footer
---------------------------------------------------------- */

#footer
{
	clear: both;
	width: 920px;
	padding: 10px 20px;
	background-color: #3C240C;
	color: #FFF;
	font-size: 80%;
}

#footer p
{
	margin-bottom: 5px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
	color: #FFF;
}

/* Rating Control
---------------------------------------------------------- */



.rater-control
{
	height: 15px;
	width: 315px;
	display: block;
	padding-top: 3px;
	padding-bottom: 10px;
}

fieldset .rater-control 
{
	padding-bottom: 0px;
}

.rater-control a
{
	display: block;
	float: left;
	padding-right: 3px;
}

.rater-control span
{
	color: #575757;
	font-size: 85%;
	padding-left: 10px;
}

.rater-control .clicker
{
	cursor: pointer;
}

.rater-control .full
{
	height: 15px;
	width: 16px;
	background: transparent url("/Images/icons/Full.png") no-repeat;
}

.rater-control .half
{
	height: 15px;
	width: 16px;
	background: transparent url("/Images/icons/Half.png") no-repeat;
}

.rater-control .empty
{
	height: 15px;
	width: 16px;
	background: transparent url("/Images/icons/Empty.png") no-repeat;
}



.search-results
{
	padding-top: 10px;
}
.gmnoprint .business-name
{
	font-weight: bold;
	font-size: 90%;
}
.gmnoprint .business-address
{
	font-size: 80%;
}



#edit-listing-searcher
{
	width: 448px;
	padding: 3px 5px;
}

#edit-listing-searcher-results
{
	position: absolute;
	display: none;
	padding: 10px;
	background-color: White;
}

#edit-listing-searcher-results li
{
	cursor: pointer;
	border: 1px black dashed;
	padding: 3px;
	margin-bottom: 6px;
}

.input-panel h1
{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "bree-1","bree-2",sans-serif;
}

.input-panel fieldset
{
	width: 440px;
	background-color: #D8E8F5;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	color: #575757;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #D8E8F5;
}

.input-panel fieldset h2
{
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
}

.input-panel fieldset label
{
	width: 110px;
	display: block;
	float: left;
}

.input-panel fieldset p
{
	padding-bottom: 10px;
}

.input-panel fieldset p input
{
	width: 250px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px #D0CCCB solid;
}
.input-panel fieldset p textarea
{
	width: 250px;
	height: 100px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px #D0CCCB solid;
}
.input-panel fieldset p span
{
	color: #BF4B02;
}
.input-panel li
{
	list-style: none;
	list-style-type: none;
	cursor: pointer;
}

.input-panel .rater-control
{
	padding-top: 0px;
	padding-bottom: 0px;
}

.edit-listing-help
{
	width: 275px;
	margin-bottom: 20px;
	padding: 20px 20px 5px 20px;
	background-color: #F7F5E7;
	color: #575757;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #F7F5E7;
}
.edit-listing-help h2
{
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 18px;
}
.edit-listing-help h3
{
	padding-top: 4px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #3D7BAD;
}
.edit-listing-help p {
	line-height: 18px;
	font-size: 100%;
	margin-bottom: 15px;    
}



.input-error input, .input-error textarea
{
	background-color: #FEC29E;
	border-bottom: 1px dashed #BF4B02;
}
.input-error label
{
	color: #BF4B02;
}

.input-error .extra-help-text 
{
	color: #BF4B02;
}

#profile-review-form fieldset label
{
	width: 100px;
	display: block;
	float: left;
}
#profile-review-form fieldset p
{
	padding-bottom: 10px;
}

#profile-review-form fieldset p input, #profile-review-form fieldset p textarea
{
	width: 400px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px #D0CCCB solid;
}

#profile-review-form fieldset p .black-submit
{
	width: auto;
}

.map-icon
{
	cursor: pointer;
	padding-left: 10px;
}

/* Boxes
---------------------------------------------------------- */

.yellow-right-box 
{
	float: left;
	width: 275px;
	margin-bottom: 20px;
	padding: 20px 20px 5px 20px;
	background-color: #FFFFCC;
	color: #575757;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #FFFFCC;
	line-height: 18px;
}

.blue-right-box 
{
	float: left;
	width: 275px;
	margin-bottom: 20px;
	padding: 20px 20px 5px 20px;
	background-color: #D8E8F5;
	color: #575757;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #D8E8F5;
}

.brown-right-box 
{
	float: left;
	width: 275px;
	margin-bottom: 20px;
	padding: 20px 20px 5px 20px;
	background-color: #F7F5E7;
	color: #575757;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #F7F5E7;
}

.white-right-box 
{
	float: left;
	width: 275px;
	margin-bottom: 5px;
	/*padding: 20px 20px 5px 20px;*/
	padding: 0px 20px 0px 20px;
	background-color: #FFFFFF;
	color: #575757;
	border: 1px solid #FFFFFF;
}

 .rss-feed {
    padding: 3px 0 3px 20px;
	background: url("/images/icons/rss.png") no-repeat 0 50%;
    line-height: 20px;
 }

.claimed-right-box 
{
	float: left;
	width: 275px;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	background-color: #009999;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #009999;
}

	.blue-right-box h1, .yellow-right-box h1, .brown-right-box h1, .white-right-box h1, .claimed-right-box h1 {
		line-height: 18px;
		font-size: 100%;
		margin-bottom: 15px;
		}
    .claimed-right-box h1 
    {
		margin-bottom: 5px;
    }

	.blue-right-box h2, .yellow-right-box h2, .brown-right-box h2, .white-right-box h2, .claimed-right-box h2 {
		padding-bottom: 5px;
		line-height: 18px;
		font-size: 100%;
		font-weight: bold;
		}

.blue-right-box .small-font, .yellow-right-box .small-font, .brown-right-box .small-font, .white-right-box .small-font 
{
    font-size: 80%;
}

.white-right-box .rater-control 
{
    padding-bottom: 20px;
}

.input-default-text 
{
	color: #ABADB3;
}

.notice-me 
{
    background-color: #F7F5E7 !important;
    padding: 8px 15px 10px 15px !important;
	font-size: 90%;
	color: #575757;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #F7F5E7;
}

#right-column .FB_SERVER_IFRAME 
{
    margin-top: 40px;
}

.review-comment 
{
    /*-moz-border-radius: 10px 10px 10px 10px;*/
    /*background-color: #CCFFCC;*/
    border-right: 1px #E9E3BE solid;
    border-bottom: 1px #E9E3BE solid;
    /*margin-left: 20px;*/
    padding: 15px 10px 15px 20px;
    width: 505px;
    color: #076DC2;
    color: #7F7B68;
    margin-bottom: 10px;
    margin-left: 10px;
    background: url("/Images/Layout/bg-threaded-review.png") left bottom repeat-x;
}
.review-comment span
{
    display: block;
    color: #BF4B02;
    font-size: 85%;
    padding-top: 5px;
}

.ReviewCommentForm 
{
    background-color: #EDEDED;
    padding: 20px;
    display: none;
    margin: 10px 0px 10px 0px;
    width: 510px;
}

.ReviewCommentForm textarea
{
    width: 510px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.sort-box 
{
    padding: 7px 10px;
    background-color: #F7F5E7;
    clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 15px;
	text-align: center
	/*width: 435px;*/
}
.sort-box a.active
{
    font-weight: bold;
}

#ListingTitle 
{
    width:100%;
}

.commentVote 
{
    float:right;
    cursor: pointer;
}

.commentVoteCount 
{
    float:right;
    margin-left:5px;
}
