body {
	background:url(/images/home/body-bg.png) #fafafa top repeat-x;
}

#page {
	width:986px;
}

#page-logo {
	background-image:url(/images/home/logo.png);
}

.add-restaurant-small {
	display:block;
	width:148px;
	height:23px;
	float:right;
	margin:52px 0 0 34px;
}

.add-restaurant-small-en {
	background-image:url(/images/add-your-restaurant-small.png);
}

.add-restaurant-small-it {
	width:171px;
	background-image:url(/images/add-your-restaurant-small-it.png);
}



.grey-button {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:url(/images/payment/bg-btn-grey.png) repeat-x scroll 0 0 #FFAA22;
	border:1px solid #aaa;
	color:#333333;
	display:inline-block;
	font:bold 11px Arial,Sans-serif;
	margin:0;
	padding:3px 7px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #FFF;
	outline:none;
}

.grey-button:hover {
	background:url(/images/payment/bg-btn-grey.png) repeat-x scroll 0 -5px #FFAA22;
	cursor:pointer;
}


.grey-box {
	position: relative;
	width:936px;
	margin-top:5px;
	border:1px solid #dcdcdc;
	border-width:0 1px 1px 1px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	padding:30px 20px 20px 30px;
	background:url(/images/features/bg2.png) #fff left top repeat-x;
	overflow:visible;
}

.grey-box  .left {
    position:absolute;
    left:-4px;
    top:0;
    width:9px;
    height:140px;
    background-image:url(/images/home/grey-left.png);
}

.grey-box  .right {
    position:absolute;
    right:-4px;
    top:0;
    width:9px;
    height:140px;
    background-image:url(/images/home/grey-right.png);
}

.grey-box-left {
	float:left;
	width:660px;
	margin-right:9px;
}

.grey-box-left a {
	text-decoration: underline;
}

.grey-box-left a:hover {
	text-decoration: none;
}

.grey-box-right {
	float:left;
	width:265px;
}



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

h2 {
	font-size:30px;
	font-weight:normal;
	text-shadow:0 1px 1px #DDDDDD;
}

h3 {
	font-size:24px;
	font-weight:normal;
	margin-top:30px;
}

.orange {
	color:#ff5a00;
}

.text-16 {
	font-size:16px !important;
}

.text-14-bold {
	font-size:14px !important;
	font-weight: bold !important;
}

.text-14 {
	font-size:14px !important;
}


.text-12 {
	font-size:12px !important;
}

.text-12 h5 {
	font-size:13px;
	color:#ff5a00;
	margin-bottom:3px;
	margin-top:1px;
}


ul.text-12 {
	list-style: square;
}
ul.text-12 li {
	margin:8px 0;
}

.divider-1 {
	width:100%;
	height:6px;
	border-bottom:1px solid #e5e5e5;
	clear:both;
}

.divider-2 {
	width:100%;
	height:1px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	clear:both;
	margin:5px 0;
}

#tour-menu {
	margin-top:87px;
	width:100%;
	position:relative;
}

#tour-menu p {
	font-size:20px;
	float:right;
	width:240px;
	height:45px;
	line-height:48px;
	color:#000;
	background-color: #eee;
	border:1px solid #e8e8e8;
    -moz-border-radius-topleft:7px;
    -webkit-border-radius-topleft:7px;
	text-indent:20px;

}

#tour-menu a {
	display:block;
	position:relative;
	font-size:13px;
	float:right;
	width:240px;
	height:38px;
	line-height:38px;
	color:#3c3c3c;
	background-color: #fbfbfb;
	border:1px solid #e8e8e8;
	border-width:0 1px 1px 1px;
	text-indent:48px;
	overflow: visible;
	background-repeat:no-repeat;
	background-position:16px center;
	overflow: visible;
}

#tour-menu a:hover {
	text-decoration: underline;
	color:#eb6a00;
}

#tour-menu a.selected {
	font-weight:bold;
}

#tour-menu a.selected:hover {
	color:#3c3c3c;
	text-decoration: none;
	cursor:default;
}

#tour-menu-selected {
	position:absolute;
	display:none;
	left:0;
	top:0;
	width:265px;
	height:48px;
	background:url(/images/tour/menu-selected.png) left top no-repeat;
}

#tour-menu-selected a {
	background-color: transparent;
	border-width:0;
	height:41px;
	line-height:41px;
}

.grid {
	background-color: #e5e5e5;
}

.grid td, .grid th {
	background-color: #fff;
	padding:18px 0px 7px 7px;
	font-size:12px;
}

.grid th {
	font-size:14px;
	text-align: left;
}

.footer-box {
	background-image:url(/images/features/footer-box.png);
	height:133px;
	margin-top:10px;
	position:relative;
	width:986px;
	overflow: hidden;
}

a.underline:hover {
	text-decoration: underline;
}

