@CHARSET "ISO-8859-1";

@import url(css/boxes.css);
@import url(css/home.css);
@import url(css/category.css);
@import url(css/item.css);
@import url(css/location.css);
@import url(css/search.css);
@import url(css/cart.css);
@import url(css/voucher.css);
@import url(css/members.css);

body
{
	font-family: Trebuchet MS;
	font-size: 11px;
	background: #e8effd;
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

div.siteframe
{
	width: 961px;
	background: #c8dfed;
	margin: 0px;
	padding: 0px;
}

div.footer
{
	width: 961px;
	color: #777777;
    text-align: justify;
	margin: 0px;
	padding: 0px;
}

div.mainframe
{
	width: 961px;
	margin: 0px;
	padding: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: dashed;
	border-color: #777777;
}

div.main_content
{
	float: left;
	width: 539px;
	margin: 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: dashed;
	border-color: #777777;
}

div.float
{
	float: left;
	padding-right: 5px;
}

div.clear
{
	clear: both;
}

a.lifestyle
{
	font-style: italic;
	font-weight: bold;
}

a.hotelheader
{
	font-style: italic;
	font-weight: bold;
	color: #ffea32;
}

a.emotions
{
	font-family: Script MT Bold;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	color: #ffea32;
}

a.googletext
{
    color: #7777ff;
    text-decoration: underline;
}

a:hover.googletext
{
    color: #ff7777;
    text-decoration: underline;
}

img
{
	border: 0px;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
    color: #788fff;
	margin: 0px;
	padding: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

input.input_micro
{
    display: none;
}
