/* moodalbox CSS */



div#mb_overlay {

position: absolute;

left: 0;

width: 100%;

background-color: #000;

cursor: pointer;

z-index: 100;

}



div#mb_center, div#mb_bottom {

position: absolute;

left: 50%;

overflow: hidden;

background-color: #DDD;

z-index: 101;

}



div#mb_center {

background-color: #FFF;

z-index: 101;

}



div#mb_contents {

width: 400px;

height: 400px;

border: 10px solid #DDD;

overflow: auto;

background-color: #FFF;

visibility: hidden;

z-index: 101;

}



.mb_loading {

background: #DDD url(../img/loading.gif) no-repeat center center;

}



#mb_error {

font-size: 1.2em;

color: #CD0000;

font-weight: bold;

text-align: center;

padding: 0.5em;

font-family: Verdana, Helvetica, sans-serif;

}



#mb_error em {

font-size: 0.8em;

}



div#mb_bottom {

font-family: Verdana, Helvetica, sans-serif;

font-size: 10px;

color: #666;

line-height: 1.4em;

text-align: left;

border: 10px solid #DDD;

border-top-style: none;

}



a#mb_close_link {

display: block;

float: right;

width: 66px;

height: 22px;

background: transparent url(../img/closelabel.gif) no-repeat center;

margin: 5px 0;

}



div#mb_caption {

margin-right: 71px;

}



div#mb_caption a {

    color: #2B231B;

}

h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B5A77C;
	font-weight:italic;

}

.rating
{
	padding-bottom: 17px;
	padding-top: 17px;
	border-bottom: 1px solid;
}

.rating p
{
	margin-bottom: 0px;
}

.quote
{
	font-size: 14px;
}

.stars
{
	width: 136px;
}

.starsImg
{
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}

.starsText
{
	float: left;
}

.by
{
	clear: both;
	font-style: italic;
}

