#new-quotebox {
	color: #666666;
	margin: 30px 0;
}

#new-quotebox img {
	margin: 0px;
	padding: 0px;
	border: 0px
}

#new-quotebox a, #new-quotebox a:link, #new-quotebox a:visited{
	color: #666666;
	text-decoration: underline;
}

#new-quotebox a:hover {
	color: #3165CE;
	text-decoration:none;
}

#new-quotebox p {
	font-size: 11px;
	margin:10px 0 0 0;
}

#quote-social-links {
	text-align: left;
	background-color: #EEEEDC;
	font-size: 70%;
	height: 22px;
	margin: 0 25px 0 235px;
	padding: 10px 0 2px 25px;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

a.social-link-fb {
	background: url(../images/social-add-to-facebook.gif) no-repeat left top;
	height:15px;
	padding:0 0 2px 20px;
}

a.social-link-tw {
	background: url(../images/social-twit-this.gif) no-repeat left top;
	padding:0 0 2px 20px;
}


#new-quote {
	background-color: #EBF0FA;
	padding: 20px 25px 25px 25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

blockquote.new {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	color: #0F223F;
	padding: 0;
	margin: 0 0 20px 0;
	border: 0;
}

#new-quote  a, #new-quote a:link, #new-quote a:visited {
	font-weight: normal;
	color: #6F93DD;
}

#new-quote a:hover {
	color: #3165CE;
}

#ratings-bar {
	background: url(../images/quote-voice-triangle.gif) no-repeat 25px 0;
	font-size: 10px;
	text-transform: uppercase;
	height: 24px;
	padding: 16px 0 0 80px;
}

ul#quotebox-nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	font-size: 11px;
	color: #0F223F;
}

ul#quotebox-nav li { 
	display: inline;
}

ul#quotebox-nav li a, ul#quotebox-nav li a:link, ul#quotebox-nav li a:visited {
	float: left;
	width: 115px;
	color: #0F223F;
	padding: 8px 3px 8px 36px;
	margin-right: 9px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#quotebox-nav li.last, ul#quotebox-nav li.last a:link, ul#quotebox-nav li.last a:visited { 
	margin-right: 0; 
}

li#q-email a, li#q-email a:link, li#q-email a:visited {
	background: #CBD8F3 url(../images/q-email-icon.gif) no-repeat 6px center;
}

li#q-email a:hover {
	background: #fff url(../images/q-email-icon-hover.gif) no-repeat 6px center;
	color: #0F223F;
}

li#q-ecard a, li#q-ecard a:link, li#q-ecard a:visited {
	background: #CBD8F3 url(../images/q-ecard-icon.gif) no-repeat 6px center;
}

li#q-ecard a:hover {
	background: #fff url(../images/q-ecard-icon-hover.gif) no-repeat 6px center;
	color: #0F223F;
}

li#q-shop a, li#q-shop a:link, li#q-shop a:visited {
	background: #CBD8F3 url(../images/q-shop-icon.gif) no-repeat 6px center;
}

li#q-shop a:hover {
	background: #fff url(../images/q-shop-icon-hover.gif) no-repeat 6px center;
	color: #0F223F;
}

.aclearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     nowclear: both;
     height: 0;
     }
.aclearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .aclearfix { height: 1%; }
.aclearfix { display: block; }
/* close commented backslash hack */
