body 
{
    font-family:Arial, sans-serif;font-size:12px;background-color:#F1F1F1;color:#444444;margin:0;

	
}

    .Title{
font-size:14px;
font-weight:bold;
color:#000;
}

 .WTitle{
font-size:14px;
font-weight:bold;
color:#ffffff;
}

a:link, a:visited, a:active{color:#03C;}

h1,h2,h3,h4,h5,h6{font-weight:bold;color:#000;margin-top:5px;margin-bottom:3px;padding:0px;}
h1{font-size:19px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:12px;}
h5{font-size:10px;}
h6{font-size:10px;}

/* ****************** Some basic stuff ****************** */
li 
{
	clear:both;
	margin-bottom:1em;
	border-bottom:1px solid #eee;
}
/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(images/rating/ratingStarSaved.png);
}

/* ****************** Gauge ****************** */
.ratingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:122px;
	height:12px;
	padding:1px 0 1px 1px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingGauge.png);
}
.ratingGauge .ratingItem {
    font-size:0pt;
    width:20px;
    height:8px;
    margin:0;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingGauge .Filled {
    background-color:transparent;
}
.ratingGauge .Empty {
    background-color:#ff0;
}
.ratingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding:26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingThermometer2.png);
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 10px;
    height: 8px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingThermometer .Filled {
    background-image: url(images/rating/ratingFilled.png);
}
.ratingThermometer .Empty {
    background-image: url(images/rating/ratingEmpty.png);
}
.ratingThermometer .Saved {
    background-image: url(images/rating/ratingSaved.png);
}

.popupWindow
{
	position:absolute;
    width:250px;
    border: solid 1px black;
    margin: 0px 0px 0px 20px;
    background-color:white;
 /*   filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#2557ad); 
    display:none; */
}

.spank
{
	padding:6px  0px 0px 16px;
	
	width:100%;
}

.spank a
{
	text-decoration:none;
	color: #4b72a9;
	text-decoration:none;
	font-weight:bold;
}

.spank .count
{
	background:#ffffdd url(http://www.sexinema.com/images/SpankBG.gif) repeat-x scroll 0%;
	font-weight:bold;
	text-align:center;
	color:#949494;
	height:53px;
	width:60px;
	
}

.spank .count span
{
	font-size:2em;
	color:#93883f;
	text-align:center;
}

.spank .it
{
	background-color:#ffffff;
	border:1px solid #c0c0c0;
	margin-top:4px;
	padding:3px;
	text-align:center
}

.spank .it a
{
	color:#0066cc;
	font-weight:bold;
}
