/* =============================================================
GENERAL */

form {
	margin:0px;
	padding:0px;
}
input {
	font-size:12px;
	font-family:Arial,Tahoma,Verdana;
	color:#000000;
	padding:3px;
	text-align:left;
}
textarea {
	font-size:12px;
	font-family:Arial,Tahoma,Verdana;
	color:#000000;
	padding:3px;
}
input[type=submit].button-submit,
input[type=button].button-submit {
	border:0px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	height:26px;
	background:url(../i/bg-submit.gif) no-repeat top;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#232323;
	border:1px solid #D5D5D5;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body { 
	font-size:14px;
	color:#232323;
	font-family:Arial,Tahoma;
	background:#ffffff;
	text-align:center;
}
img { border:0px; }
img.bullet {
	border:0;
	margin-right:3px;
	vertical-align:middle;
}
p.news-date {
	border-top:1px solid #EFEFEF;
	margin-top:40px;
	padding-top:12px;
	margin-bottom:15px;
	font-size:11px;
	color:#BCBCBC;
}
.clear { clear:both; }

/* =============================================================
H */

h1 { font-size:14px; color:#000000; font-family:Arial,Georgia,Tahoma; margin:0px; padding:0 0 3px 0; font-weight:strong; text-transform:none; letter-spacing:-0.5px; text-decoration:none; }
h2 { font-size:11px; color:#C1C1C1; font-family:Arial,Georgia,Tahoma; margin:3px 0 5px 0; padding:1px 2px 1px 2px; font-weight:normal; text-align:left; text-decoration:none; }
h2 strong { margin-right:5px; color:#000000; font-weight:normal; }

/* =============================================================
LINKS */

a,a:visited { text-decoration:none; font-size:12px; color:#000000; }
a:hover,a:visited:hover { text-decoration:none; font-size:12px; color:#000000; }
a.contact-link,a.contact-link:visited { text-decoration:underline; font-size:12px; color:#000000; }
a.contact-link:hover,a.contact-link:visited:hover { text-decoration:none; font-size:12px; color:#000000; }

a.footlink,a.footlink:visited { text-decoration:none; font-size:12px; color:#1A1A1A; }
a.footlink:hover,a.footlink:visited:hover { text-decoration:underline; font-size:12px; color:#1A1A1A; }

div.container {
	padding:0px;
	width:1000px;
	text-align:center;
}
div.header {
	margin:30px 0 10px 0;
	border:0px solid red;
	min-width:1000px;
}
div.santa {
	position:absolute;
	margin:-7px 0 0px 303px;
	width:148px;
	height:153px;
	text-align:left;
	padding:0;
}
* html div.santa {
	margin:-7px 0 0px 30px;
}
div.logo {
	float:left;
	margin:0 0 0px 0;
	width:225px;
	text-align:left;
	padding:0 0 0 20px;
}
div.tabs {
	float:right;
	margin:10px 0 0px 0;
	width:70%;
	text-align:right;
	background:url(../i/bg-tabs.gif) no-repeat top left;
	height:27px;
}
.shadetabs {
	padding:0px;
	margin:0px;
	list-style-type:none;
	text-align:left;
	float:right;
	border:0px solid #000000;
}
#countrytabs li {
	float:left;
	padding:0px;
	margin:8px 20px 0 0;
	list-style-type:none;
	cursor:pointer;
}

div.content {
	margin:30px 0 20px 0;
	border:0px solid red;
	min-width:1000px;
}
* html div.content {
	margin:80px 0 20px 0;
}
div.item {
	float:left;
	margin:3px 3px 0 0;
	padding:10px 0px 10px 10px;
	border:0px solid red;
	width:185px;
	text-align:left;
	font-size:12px;
	color:#000000;
	border-left:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
	text-decoration:none;
	background:#ffffff;
}


div.footer {
	margin:20px 0 10px 0;
	padding:15px 0 15px 0;
	text-align:left;
	font-size:12px;
	color:#000000;
	border-top:1px solid #E3E3E3;
	text-decoration:none;
	float:left;
	width:1000px;
}
div.foot01 {
	float:left;
	margin:0;
	padding:0 0 0 20px;
	text-align:left;
	font-size:12px;
	color:#7A7A7A;
}
div.foot02 {
	float:right;
	margin:0;
	padding:0 20px 0 0;
	text-align:right;
	font-size:12px;
	color:#7A7A7A;
}
div.foot01 strong {
	font-size:12px;
	color:#1A1A1A;
	font-weight:normal;
}
div.foot02 strong {
	font-size:12px;
	color:#1A1A1A;
	font-weight:normal;
}

#accordion span {
	position:absolute;
	display:block;
	outline:none;
	width:220px;
	margin:3px 0 0 -151px;
	padding:10px 0 10px 0;
	z-index:4;
	border:0px solid #1F1F1F;
	background:#1F1F1F;
}
* html #accordion span {
	margin:19px 0 0 -184px;
	padding:10px 0 10px 0;
}
div.field {
	padding:5px 10px 0 10px;
	text-align:left;
	z-index:5;
}