﻿body
        {
            margin-left: 0px;
            margin-top: 10px;
            margin-right: 0px;
            margin-bottom: 0px;
            background-color: #FFFF33;
        }

.modalBackground {
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.divider td
{
    border-bottom: dotted 1px #cccccc;
    padding-bottom: 10px;
}
.popupwindow
{
    width:350px;
                font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #6B1739;
}
.popupwindow h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #6B1739;
}
.pricelabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#6B1739;
}
.grid
{
	font-family: tahoma;
	font-size: 11px;
	border: solid 1px #7f7f7f;
	border-bottom-width:1px;
    border-collapse:collapse;
    color: #333333;
    width:100%
}
.grid .group span
{
	padding:10px 0px 2px 0px;
	color:#666666;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	
} 
div.detail
{
    
	position:absolute;
	display:none;
	background-color:Yellow;
	z-index:1000;
}


        .mainText
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal;
            color: #6B1739;
        }
        .mainText10
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight: normal;
            color: #6B1739;
        }
        .titles
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
            color: #6B1739;
        }
        
        
        /* Rating */.ratingStar
        {
            font-size: 0pt;
            width: 13px;
            height: 12px;
            margin: 0px;
            padding: 0px;
            cursor: pointer;
            display: block;
            background-repeat: no-repeat;
        }
        .filledRatingStar
        {
            background-image: url('/images/FilledStar.png');
        }
        .emptyRatingStar
        {
            background-image: url('/images/EmptyStar.png');
        }
        .savedRatingStar
        {
            background-image: url('/images/SavedStar.png');
        }
    

