@charset "utf-8";
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}
.tl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666600;
	text-decoration: none;
}
a.tl:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}


.heading {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.heading-1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}
.image-bull {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}
a.image-bull:hover {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.dim {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#DADADA;
	text-decoration: none;
}

.sub {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.sub:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.cr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.sl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.sl:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.textCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666600;
	text-decoration: none;
	line-height: 18px;
}
a.textCopy:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.crCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.crCopy:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.border {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* starts: review_rating related */
.review_rating{
    list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;
    height: 15px;
    position: relative;
    background: url("images/strick.gif") top left repeat-x;
	/*background: url("images/white_star.gif") top left repeat-x;*/
}
.review_rating li{
    padding:0px;
    margin:0px;
    float: left;
}
.review_rating li a{
    display:block;
    width:15px;
    height: 15px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 15;
    position: absolute;
    padding: 0px;
}
.review_rating li a:hover{
    background: url("images/strick.gif") left bottom;
	/*background: url("images/red_star.gif") left bottom;*/
    z-index: 2;
    left: 0px;
	margin-top:-4px;
}
.review_rating a.one-star{
    left: 0px;
	
}
.review_rating a.one-star:hover{
    width:15px;
}
.review_rating a.two-stars{
    left:15px;
}
.review_rating a.two-stars:hover{
    width: 30px;
}
.review_rating a.three-stars{
    left: 30px;
}
.review_rating a.three-stars:hover{
    width: 45px;
}
.review_rating a.four-stars{
    left: 45px;
}
.review_rating a.four-stars:hover{
    width: 60px;
}
.review_rating a.five-stars{
    left: 60px;
	
}
.review_rating a.five-stars:hover{
    width: 75px;
}
.review_rating li.current-rating{
    /*margin-left: -50px;*/
    background: url("images/strick.gif") left center;
	/*background: url("images/pink_star.gif") left center;*/
    position: absolute;
    height: 15px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
	margin-top:-1px;

}.div {
	background-image: url(images/div.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.announce {
	background-image: url(images/announce.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


h1,h2,h3,h4,h5,h6 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
