/* CSS Document */
/*
--------------------------------------
Author : Salim Khan
Date Created : 

Description : Default Styles
--------------------------------------
*/

/*----------------------------*/
/*        Selector            */
/*----------------------------*/
#care1{
	display:none;
	border:1px solid #999999;
}

LI.list1 
{
	list-style: circle outside; 
	color:#333333;
	font-size:10pt;
	padding-top:10px;
	list-style-image:url(../images/bullet.gif);
}

.list1 b{
	color:#000000;
	font-size:11pt;
	}
.leftimage{
	padding-right:10px;
	border:0;

	}

		
/*--sandeep*/

/* -- reset all elements to a common value ----------------------------------------------------- */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating { 
	background-image: url(images/rating.gif); 
	background-repeat:repeat-x; 
	background-position:-1000px;
}

.star-rating {
	position:relative;
	width:110px;
	height:22px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}

.star-rating li {
	margin: 0 !important;
	list-style: none !important;
	display: inline;
}

.star-rating a,
.star-rating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:22px;
	line-height:22px;
	outline:none;
	overflow:hidden;
	border: none;
	margin: 0;
	list-style: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background-position: left bottom;
	background:#8cbbc7;
}

.star-rating a.half-star {
	width:10%;
	z-index:10;
}

.star-rating a.one-star {
	width:20%;
	z-index:9;
}

.star-rating a.one-half-star {
	width:30%;
	z-index:8;
}

.star-rating a.two-stars {
	width:40%;
	z-index:7;
}

.star-rating a.two-half-stars {
	width:50%;
	z-index:6;
}

.star-rating a.three-stars {
	width:60%;
	z-index:5;
}

.star-rating a.three-half-stars {
	width:70%;
	z-index:4;
}

.star-rating a.four-stars {
	width:80%;
	z-index:3;
}

.star-rating a.four-half-stars {
	width:90%;
	z-index:2;
}

.star-rating a.five-stars {
	width:100%;
	z-index:1;
}

.star-rating .current-rating {
	z-index:1;
	background-position: left center;
}
.star-rating a{position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:22px;
	line-height:22px;
	outline:none;
	overflow:hidden;
	border: none;
	margin: 0;
	list-style: none;
}
span.subheading1 
{
        font-weight:bold;
}