/***
	GENERAL
*/
* {
	margin: 0px;
	padding: 0px;
}
html, body {
    height: 100%;
}
html {
	font-size: 100%;
    margin: 0px;
    padding: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}
#outside {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#container {
	width: 650px;
	text-align: left;
	margin: 10px auto;
	padding: 0px;
	background-color: #FAFAFA;
}
#header {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url('images/bg_top.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#footer {
	height: 21px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	padding-bottom: 2px;
	background-color: #FFCC00;
}
#footer a:link, #footer a:active, #footer a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}

/***
	LAYOUT
*/
#content_box {
	vertical-align: top;
	border-right: 10px solid #FFCC00;
	border-left: 10px solid #FFCC00;
}
#content {
	overflow: auto;
	display: block;
	width: 606px;
	height: 350px;
	padding: 10px;
	margin: 0px;
	border: 2px solid #FFFFFF;
	border-top: 0px;
	background-color: #F2F2F2;
}
#content-text {
	padding: 0px;
	margin: 0px;
}
#topbar {
	width: 626px;
	line-height: 27px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FF6600;
	border: 2px solid #FFFFFF;
}
#topbar li {
	display: inline;
	padding: 0px;
	margin: 0px 10px;
}
#topbar a, ul.subbar a {
	color: #FFFFFF;
}
ul.subbar {
	width: 626px;
	display: block;
	line-height: 27px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FF9900;
	border: 2px solid #FFFFFF;
	border-top: 0px;
}
ul.subbar li {
	display: inline;
	padding: 0px;
	margin: 0px 10px;
}

/*
	OFFERS
*/
table.itemlist {
	width: 100%;
	padding: 0px;
	margin: 6px 0px;
}
.itemlist th {
	color: #4D4D4D;
	font-weight: bold;
	padding: 5px 3px;
	background-color: #FFA632;
	border-bottom: 2px solid #FFFFFF;
}
.itemlist th a:link, .itemlist th a:visited, .itemlist th a:active, .itemlist th a:hover {
	color: #333333;
}
.itemlist td {
	padding: 3px 1px;
	margin: 0px;
	border-bottom: 2px solid #FFFFFF;
}
.itemlist a:link, .itemlist a:visited, .itemlist a:active, .itemlist a:hover {
	color: #407080;/*#407080;*/
}
.img_preview {
	cursor: hand;
	display: block;
	width: 224px;
	height: 181px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	margin: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('images/bg-loading.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
.img_preview_empty {
	display: block;
	width: 224px;
	height: 181px;
	text-align: center;
	padding-top: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('images/bg-no-image.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

/***
	TEXT
*/
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-weight: bold;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-bottom: 1px
}
h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }
p {
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-bottom: 1px
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
pre {
	font-size: 12px;
}
ul, ol {
	margin-bottom: 12px;
}
li {
	margin-left: 25px;
}
.txtbig {
	margin: 1px;
	font-size: 1.1em;
}
.txtmed {
	margin: 1px;
	font-size: 1.0em;
}
.txtsmall {
	margin: 1px;
	font-size: 0.9em;
}

/***
	LINKS
*/
a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	text-decoration:none;
}

a:link  {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	text-decoration:none;
}
a:visited           {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	text-decoration:none;
}
a:hover      {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	text-decoration: underline;
}
a:active     {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	text-decoration:none;
}


a.main-nav:link, a.main-nav:active, a.main-nav:visited {
	color: #4D4D4D;
	float: left;
	font-size: 1.2em;
	padding: 0px;
	padding-left: 10px;
	margin: 0px 24px 0px 0px;
	background-image: url('images/bg-main-navi.png');
	background-repeat: no-repeat;
	background-position: left center;
}
a.black:link, a.black:visited, a.black:active, a.black:hover {
	color: #454545;
}

/***
	TABLES
*/
table {
	font-size: 1em;
}
hr {
	height: 2px;
	color: #E5E5E5;
	border-width: 0px;
	background-color: #E4E4E4;
	margin-bottom: 11px;
}
img {
	border: 0px;
}

/***
	FORM-ELEMENTS
*/
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #332222;
	padding: 2px 5px;
	border: 1px solid #BBAAAA;
	background-color: #EEEEEE;
}

textarea {
	padding-top: 5px;
}