﻿/* CSS Document */
* { padding: 0; margin: 0; }

img {
	border: 0px;
}

body
{
	margin: 0;
	padding: 0;
	font: 12px Arial, Tahoma, Helvetica, sans-serif;
	background-color: #ffffff;
	background:none;
	color: #828282;
}



.top_conte{
	background-image:url(top-main-bg.gif);
	background-repeat: no-repeat;
	background-position:center top;
}
.container{
	width:840px;	
	background-repeat:repeat;	
	margin-left: auto;
	margin-right: auto;		
}
.header{
	width:100%;	
	height:134px;
}
.logo{
	float:left;
	padding-top:28px
}
.top_title{
	float:right;
	padding-top:80px
}

.welcome{
	width:100%;
	height:82px;
}
.welcome_con{
	float:left;
	padding-top:31px
}
.register{
	float:right;
	padding-top:20px
}

.blacklink{	
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
.blacklink:hover{
	color:#000;
	text-decoration:underline;
}
.blacktext{	
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
.arrow{
	font-size:13px;
	color:#A5A5A5;
	text-decoration:none;
	font-weight:bold;
	padding:0px 5px;
}

.graylink{	
	color:#A5A5A5;
	text-decoration:none;
	font-weight:normal;	
}
.graylink:hover{	
	color:#000;
	text-decoration:underline;	
}
.orangelink{	
	color:#E69D00;
	text-decoration:none;
	font-weight:bold;	
}
.orangelink:hover{	
	color:#000;
	text-decoration:underline;	
}

.find_contain{
	width:100%;
	height:195px;
}

.title_ok_so{
	float:left;
	width:50%
}

.oktext{float:left; padding-top:4px}
.okbox
{
	float:right; 
	text-align:right;
	width:140px;
}

.textbox{
	width:171px;
	background-image:url(input-small-box.gif);
	border:0px;
	height:27px;
		* height:25px;
	background-repeat:no-repeat;
	padding:4px 0px 0px 7px;
	color:#A5A5A5;
	text-align:left;
	valign:center;
	text-decoration:none;
	font-weight:normal;	
}
.textboxbig{
	width:140px;
	background-image:url(input-big-box.gif);
	border:0px;
	height:34px;
	background-repeat:no-repeat;
	padding-top:8px;
	padding-left:15px;
	color:#A5A5A5;
	text-align:left;
	valign:center;
	text-decoration:none;
	font-weight:normal;	
}
.title_step{
float:right;
width:40%;
text-align:right;
}

.pizzahut{width:100%;height:175px;}

.footer{
	background-image:url(bottom-bg-01.gif);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	text-align:center;
	padding:0;
	margin:0;
}
.footer_con{
	background-image:url(bottom-bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:120px;
	text-align:center;
	padding:0;
	margin:0;
}

.footertext{
padding-top:45px}

.linkbreak{
color:#CCCCCC;
padding:0px 5px;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(filledstar.gif);
}

.emptyRatingStar {
    background-image: url(emptystar.gif);
}

.savedRatingStar {
    background-image: url(waitingstar.gif);
}

.ratingsbox 
{
	position:absolute;
	right:15px;
	bottom:15px;
}

.ratingspanel {display:block; width:200px;clear:both}

.ratingscontainer 
{
	position:absolute;
	height:69px;
	overflow:hidden;
	width:268px;
	font-size:8px;
	font-family:Arial;
	top:223px;
	font-weight:bold;
	z-index:999;
	}

#ratingscontainer img {}