div.description {
    padding: 0px 15px;
}
div.description h2 {
    margin: 0px 0px 5px 0px;
    font-size: 150%;
}
div.description h2 #title_run {
	color: #000;
}
div.description h2 #title_run:hover {
	text-decoration: underline;
}
div.description h2 #image_run {
	margin-right: 4px;
	position: relative;
	top: 2px;
}
div.description h3 {
    font-weight: normal;
    color: #777;
    margin: 0px;
    font-size: 120%;
}
div.description p 
{
	margin-bottom: 14px;
    margin-top: 8px;
    font-size: 120%;
    width: 590px;
}
div.description label, #embed_label_sl {
	color: #3A63CC;
	cursor: pointer;
}
div.description label img 
{
	display: inline;
	position: relative;
	top: 4px;
	margin-right: 4px;
}
#share_label, #embed_label {
	display: block;
	float: left;
	width: 75px;
}
#share_link, #embed_link {
	width: 450px;
	background-color: #EBEBE4;
	border: 1px solid #7F9DB9;
}
#share_explanation, #embed_explanation, #embed_explanation_sl
{
	font-size: 90%;
	padding-left: 75px;
	width: 350px;
}
div.description div.preview {
    float:right;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    width: 137px;
    height: 179px;
	cursor: pointer;
}
div.description div.preview img {
	margin: auto;
	display: block;
}
ul.tags {
    color: #777;
    clear:none;
    width: 550px;
}
#review-section ul.actions {
float:right;
clear:right;
width:auto;
}
ul.actions li {
    margin-left: 15px;
}
div.description ul.properties {
margin: 0px;
padding: 0px;
list-style-type:none;
color: #333;
margin-bottom: 10px;
}
div.description ul.actions
{
	clear: none;
	margin-bottom: 10px;
	font-size: 125%;
}
div.description ul.actions li.primary
{
	font-weight: bold;
}
div.description ul.actions img
{
	display: inline;
}
ul.properties li.price 
{
	font-size: 120%;
	color: #000;
}
.properties #stats
{
	padding: 10px;
}
ul.runs, ul.views
{
	clear: none;
	float: left;
	width: 270px;
	background: transparent url(/graphics/backgrounds/stats_border.gif) repeat-y scroll 0%;
	margin: 4px 6px;
}
ul.runs li, ul.views li
{
	padding: 2px 10px;	
}
ul.runs li.first, ul.views li.first
{
	background: transparent url(/graphics/backgrounds/stats_border_top.gif) no-repeat scroll top left;
	padding-top: 10px;
}
ul.runs li.last, ul.views li.last
{
	background: transparent url(/graphics/backgrounds/stats_border_bottom.gif) no-repeat scroll bottom left;
	padding-bottom: 10px;
}
ul.runs h3, ul.views h3
{
	color: #000;
	font-weight: bold;
}
td.query
{
	width: 140px;
}
td.results
{
	width: 95px;
	text-align: right;
}
#review-section {
background: top left repeat-x url(graphics/backgrounds/reviews.gif);
padding: 15px;
margin-top: 20px;
clear:both;
}
span.rating {
display:block;
float:right;
}
#review-section h3 {
margin-top: 0px;
}
#review-section li.review {
clear:both;
width: 100%;
overflow:hidden;
list-style-type:none;
padding: 0px;
margin: 10px 0px 0px 0px;
}
#sort_options {
margin-bottom: 10px;
clear:none;
}
#review-section ul {
margin-left: 0px;
padding-left: 0px;
}
#review-section li.review {
    background: no-repeat 0px 22px url(graphics/backgrounds/review_open_quote.gif);
    padding-top: 6px;
    margin-top: 8px;
     border-top: 1px dotted #B9B9B9;
}
#reviews {
margin-top: 10px;
clear:both;
}
#reviews p {
    margin: 0px 0px 8px 0px;
    }
li.review div{
    background: no-repeat bottom right url(graphics/backgrounds/review_close_quote.gif);
    padding-right: 25px;
    padding-bottom: 5px;
    margin: 5px 0px 8px 25px;
    float:left;
}
#options
{
    height: 58px;
    width: 355px;
    position: absolute;
    right: 0px;
    padding: 0px 3px;
}
#options #share_button, #options #downloadable
{
    color: #3A63CC;
    float: right;
    margin: 5px 10px;
    cursor: pointer;
}
#options #share_button img, #options #downloadable img
{
    vertical-align: -3px;
    padding: 0px 4px;
}
#options #link 
{
	width: 350px;
	background-color: #EBEBE4;
	border: 1px solid #7F9DB9;
}
#options #explanation
{
    font-size: 90%;
    width: 350px;
}
.hidden
{
    display: none;
}