*{
    margin: 0;
    padding: 0;    

}
body {
    background: url(../images/background.jpg) no-repeat fixed top center;
    font-family: Arial, Tahoma, Helvetica;
    font-size: 12px;
    color: #333;
}

body > iframe{ height:0; display: none;}

a{
	color:#1155CC;
        text-decoration: none;
}
a:hover{
	text-decoration:none;
}
/* --- HEADER --- */

#header {
    background: url("../images/bg-header.png") repeat scroll 0 0 transparent;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    height: 70px;
    width: 100%;
}
#header-body {
    height: 100%;
    margin: 0 auto;
    width: 958px;
}
ul#top-navigation {
	color: #CCCCCC;
    float: right;
    list-style: none outside none;
    overflow: hidden;
}
ul#top-navigation li {
	color: #CCCCCC;
    float: left;
    list-style: none outside none;
    padding: 0;
}
ul#top-navigation li span{
    float: left;
}
ul#top-navigation li a img{
	float: right;
    margin-left: 5px;
}
#logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    border-right: 1px dotted #CCCCCC;
    display: inline-block;
    float: left;
    height: 52px;
    margin-top: 8px;
    padding-right: 20px;
    width: 200px;
}
#select-city {
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    margin-top: 19px;
    padding: 0 105px 0 20px;
}
#select-city span {
    color: #EA078C;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
#select-city div {
    background: url("../images/down.png") no-repeat scroll 125px 5px transparent;
    margin-top: 5px;
    padding-right: 28px;
    position: relative;
}
#select-city div ul {
    display: none;
    text-transform: uppercase;
}
#select-city div:hover ul {
    display: block;
}
ul.list-city {
    background: none repeat scroll 0 0 #666666;
    border: 5px solid #555555;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    height: auto;
    left: -40px;
    list-style: none outside none;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 160px;
}
ul.list-city li {
    display: inline;
    font-weight: bold;
    margin: 5px 0;
    padding: 0 5px;
}
ul.list-city li a {
    color: #FFFFFF;
    text-decoration: none;
}
ul.list-city li a:hover {
    color: #EA078C;
}
ul#deal-type {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    margin-top: 18px;
    overflow: hidden;
    margin-right: 5px;
}
ul#deal-type li {
    background: none repeat scroll 0 0 #FAFAFA;
    border-right: 1px solid #999999;
    color: #333333;
    display: block;
    float: left;
    text-transform: none;
}
ul#deal-type li.active, ul#deal-type li:hover {
    background: -moz-linear-gradient(center top , #EEEEEE, #E0E0E0) repeat scroll 0 0 transparent;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5) inset;
    color: #333333;
}
ul#deal-type li.end {
    border-right: none;
}
ul#deal-type li a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    padding: 9px 16px;
    display: block;
}
.mailing_button {
    border: medium none;
    border-radius: 0 2px 2px 0;
    color: #333333;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-top: 18px;
	height: 33px;
	padding:0 8px;
}
.mailing_button:hover{
	background:#ddd;
}
.searchinput input {
    border: medium none;
    border-radius: 2px 0 0 2px;
    float: left;
    font-family: arial;
    font-size: 13px;
    margin-top: 18px;
	height: 33px;
    padding-left: 8px;
    width: 280px;
	color: #333;
}
#account-option {
    float: right;
    margin-top: 18px;
    position: relative;
    z-index: 999;
}
#account-option span {
    background: url("../images/down-black.png") no-repeat scroll right center #FAFAFA;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #333333;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 9px 23px 9px 16px;
}
#account-option span a {
    text-decoration: none;
	color: #333;
}
#account-option span:hover {
    background: url("../images/down-black.png") no-repeat scroll right center #DDDDDD;
}
#account-option ul {
    display: none;
    list-style: none outside none;
}
#account-option:hover ul {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    display: block;
    height: auto;
    list-style: none outside none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 32px;
}
#account-option ul li {
    border-top: 1px solid #999999;
    float: left;
    width: 100%;
}
#account-option ul li:hover {
    background: none repeat scroll 0 0 #DDDDDD;
}
#account-option ul li a {
    color: #333333;
    display: block;
    padding: 8px;
    text-decoration: none;
    width: 71px;
}
#account-option ul li a:hover {
    color: #111111;
}

.top-banner{
    width: 960px;
    height: 70px;
    overflow: hidden;
    margin: 10px auto 0;
}
/*navigator*/
#navigation{
	background:url("../images/dot50.png") repeat;
	display:block;
	width:960px;
	margin:10px auto;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#facebook-box{margin:0 auto; background:#fff;padding:0;width:960px;}

.top-sn li{float: left; margin-right: 30px;}

.blockfooterbanner, .blockheadbanner{margin:0 auto; padding:0;width:960px;}