﻿@import url("http://www.malia.co.uk/assets/css/reviews_new.css");

body {background-color: #ffff99;
margin-top: 10px;
margin-bottom: 10px; }

.outside_div {width: 960px; margin-left: auto; margin-right: auto; background-color: #ffffff; border: 1px solid #CC6600}

#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden; margin-left:20px
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("/images/left.png") no-repeat left top;
	margin:0;
	text-decoration:none; font-family:Verdana; font-size:10pt; padding-left:6px; padding-right:0; padding-top:0; padding-bottom:0
	}

#tabs a span {
	float:left;
	display:block;
	background:url("/images/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac */
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
	
.container
{
    border: 1px solid #FF9966;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
}	