#container
{
	width: 100%;
	background-color: #736E6E;
}
#container2
{
	width: 978px;
	margin: 0 auto;
	border-left: 6px solid #B0AFAF;
	border-right: 6px solid #B0AFAF;
	background-color: #262A2A;
	background-image: url(/images/bg-menu.gif);
	background-repeat: repeat-x;
	background-position: 0 118px;
}

#header
{
	height: 90px;
	overflow: hidden;
}
#logo
{
	float: left;
	width: auto;
	padding: 15px;
}

/*********************** LANGUAGES ************************/
#language
{
	float: left;
	width: auto;
	margin-top: 40px;
	font-weight: bold;
	font-size: 90%;
}
#language,
#language a
{
	color: #FFFFFF;
	text-decoration: none;
}
#language a.act
{
	color: #C6B6B6;
}
#language ul
{
	display: block;
	width: auto;
	padding-top: 0;
	padding-left: 0;
}
#language li
{
	display: block;
	float: left;
	padding: 0 1em;
	border-right: 2px solid #FFF;
}
#language li.last
{
	border-right-style: none;
}
/*********************** SEARCH ************************/
#search
{
	float: right;
	width: 220px;
	margin-top: 11px;
	margin-right: 10px;
}
#search input,
#search select
{
	font-size: 80%;
	margin-right: 0px;
	color: #868686;
	border: 1px solid #C2C1C1;
}
#search select
{
	float: left;
	width: 200px;
	margin-bottom: 0;
	padding: 0;
}
#search select option
{
	padding-left: 1em;
}
#search input
{
	float: left;
	padding: 1px 3px;
	width: 122px;
	margin-top: 4px;
}
#search input.button
{
	width: 71px;
	height: 23px;
	margin-top: 0;
	margin-left: 2px;
	padding-top: 3px;
	font-weight: bold;
	color: #262A2A;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/images/bg-button-mini.gif);
	background-position: 0 3px;
	cursor: pointer;
}

/*********************** MENU ************************/
#navigation
{
	float: left;
	width: 270px;
	margin-top: 38px;
	color: #FFFFFF;
	font-size: 100%;
}
#menu
{
	height: 206px;
	width: 206px;
	margin: 0 auto;
	font-weight: bold;
}
#menu ul
{
	list-style: none;
	padding-top: 1em;
	padding-left: 0;
}
#menu li
{
	border-bottom: 1px solid #8CB6CF;
	padding: 5px 0;
}
#menu li.last
{
	border-bottom-style: none;
}
#menu a
{
	color: #FFFFFF;
	text-decoration: none;
}
/*********************** SUBMENU - CATEGORIES ************************/
#submenu
{
	width: 206px;
	margin: 0 auto;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #414444;
}
#submenu ul
{
	list-style: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 110%;
}
#submenu ul ul
{
	padding-left: 5px;
	font-size: 90%;
}
#submenu ul ul ul
{
	padding-left: 15px;
	font-size: 85%;
}
#submenu ul li
{
	padding-top: 0.5em;
	color: #94DE08;
	font-weight: bold;
}
#submenu ul ul li
{
	padding-top: 0.5em;
	color: #EEE;
}
#submenu ul ul ul li
{
	padding-top: 0.2em;
	color: #FFFFFF;
	font-weight: normal;
}
#submenu a
{
	text-decoration: none;
}
#submenu a:hover
{
	text-decoration: underline;
}
#submenu ul li a
{
	color: #94DE08;
}
#submenu ul ul li a
{
	color: #FFFFFF;
}
.head
{
	cursor: pointer;
}

/*********************** CONTENT CONTAINER ************************/
#container_content_1
{
	float: right;
	width: 693px;
	margin-right: 15px;
	background-color: #E2E2E2;
	background-image: url(/images/bg-menu.gif);
	background-repeat: repeat-x;
	background-position: 0 28px;
}
#container_content_1 .extra1,
#container_content_1 .extra2,
#container_content_1 .extra3,
#container_content_1 .extra4
{
	width: 10px;
	height: 10px;
	background-image: url(/images/corners1.gif);
	background-repeat: no-repeat;
}
#container_content_1 .extra1 { float: left; background-position: 0% 0%; }
#container_content_1 .extra2 { float: right; background-position: 100% 0%; }
#container_content_1 .extra3 { clear: both; float: left; background-position: 0% 100%; }
#container_content_1 .extra4 { float: right; background-position: 100% 100%; }
#container_content_1 #banner
{
	width: 675px;
	margin: 0 auto 10px;
}
#container_content_2
{
	display: table;
	display: inline-block;
	width: 675px;
	margin: 0 9px;
	padding-bottom: 0px;
	color: #262A2A;
	background-color: #FFFFFF;
}
#container_content_2 .extra1,
#container_content_2 .extra2,
#container_content_2 .extra3,
#container_content_2 .extra4
{
	width: 10px;
	height: 10px;
	background-image: url(/images/corners2.gif);
	background-repeat: no-repeat;
}
#container_content_2 .extra1 { float: left; background-position: 0% 0%; }
#container_content_2 .extra2 { float: right; background-position: 100% 0%; }
#container_content_2 .extra3 { clear: both; float: left; background-position: 0% 100%; }
#container_content_2 .extra4 { clear: right; float: right; background-position: 100% 100%; }

/*********************** CONTENT ************************/
div.break { clear: both; }
.hidden { display: none; }

#content
{
	clear: both;
	float: left;
	min-height: 650px;
	margin: 0 20px;
	_margin: 0 10px;
}
div.full { width: 635px; }
div.slim { width: 445px; }
#content dl
{
	padding-top: 15px;
	padding-left: 0;
}
#content dt
{
	float: left;
	width: 110px;
}
#content dl span
{
	display: block;
	float: right;
	color: #AAA;
	font-size: 75%;
}
#content dt img
{
	margin-right: 10px;
	margin-bottom: 5px;
}
#content dd
{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}
#content dd.last
{
	margin-bottom: 0;
	border-bottom-style: none;
}
#content dd.expires
{
	color: #BBBBBB;
}
#content dd.disabled
{
	color: #9F1313;
}
#content dd .description
{
	clear: left;
}
#content p.button a
{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6em;
	
	width: 120px;
	height: 28px;
	color: #262A2A;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/images/bg-button-midi-white.gif);
	background-position: 0 0;
}
#content p.details a
{
	width: 120px;
	background-image: url(/images/bg-button-midi-white.gif);
}
#content p.wrong a,
#content p.button_maxi a
{
	width: 200px;
	background-image: url(/images/bg-button-maxi-white.gif);
}
#content p.pages
{
	text-align: center;
}
#content p.pages a
{
	color: #777;
	text-decoration: none;
}
#content p.error
{
	color: #FF0000;
}

/*********************** CONTENT / USER ************************/

div.banklinks img
{
	margin: 6px;
}

table.payments
{
	width: 100%;
	border: solid 1px #CCCCCC;
	padding: 1px;
	margin: 1em auto 0;
}
table.payments td
{
	padding: 2px 4px;
}
table.payments thead
{
	background-color: #262A2A;
	color: #EAEAEA;
	font-weight: bold;
}
table.payments a
{
	color: #262A2A;
}

/*********************** BANNERS ************************/
#banners_col
{
	display: block;
	clear: right;
	float: right;
	width: 174px;
	margin-top: 10px;
	margin-right: 15px;
	_margin-right: 8px;
	padding-top: 7px;
	text-align: center;
	background-color: #E2E2E2;
	/*
	margin-right: 15px;
	_margin-right: 7px;
	*/
}
#banners_col img
{
	margin: 0 0 7px;
}

/*********************** FOOTER ************************/
#footer
{
	clear: both;
	height: 90px;
	color: #C6B6B6;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a.act
{
	color: #C6B6B6;
}
#footer .bank_logo
{
	float: left;
	width: 192px;
	padding: 2px 3px;
	border: 1px solid #555555;
	margin-top: 25px;
	margin-left: 32px;
	_margin-left: 16px;
}
#footer .info
{
	float: right;
	width: 708px;
	text-align: center;
}
#footer ul
{
	display: block;
	width: auto;
	margin-top: 23px;
	padding: 0;
	font-size: 100%;
}
#footer li
{
	display: inline;
	padding: 0 0.5em 0 0.4em;
	border-right: 2px solid #FFF;
}
#footer li.last
{
	border-right-style: none;
}
#footer p
{
	padding-top: 0.7em;
}
#footer p.creator
{
	text-align: right;
	padding: 0 10px 5px;
}

/*********************** FORM ************************/

form
{
	width: 98%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: right;
}
form fieldset
{
	clear: both;
	width: 100%;
	padding-bottom: 0.5em;
	border-style: none;
}
form legend
{
	padding: 1em 0 0.5em;
	color: #58901A;
	font-size: 130%;
	text-align: left;
}
form label
{
	clear: both;
	float: left;
	width: 35%;
	margin-left: 0;
	text-align: left;
	margin-right: 0.5%;
	font-weight: normal;
	font-size: 100%;
}
form input,
form select,
form textarea,
form iframe
{
	float: left;
	width: 60%;
	margin-bottom: 6px;
	padding: 3px;
	border: 1px solid #c6cfda;
	color: #555;
	background-color: #FFFFFF;
	background-image: url(/images/form_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
form textarea
{
}
form input.checkbox
{
	width: auto;
	height: auto;
	margin-top: 2px;
	margin-bottom: 12px;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
form input.date_picker
{
	/* position: relative; */
	/* float: right; */
	/* top: -30px; */
	/* left: -30px; */
	width: 22px;
	height: 24px;
	margin: 0;
	padding: 0;
	border-style: none;
	background-color: transparent;
	background-image: url(/images/date_picker.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
form input.browse
{
	width: 80px;
	height: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 95%;
	border-style: none;
	color: #262A2A;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/images/bg-button-mini-white.gif);
	background-position: 50% 50%;
	cursor: pointer;
}
form input.warning,
form textarea.warning,
form div.warning
{
	background-color: #FFFB98;
	background-image: url(/images/form_bg_warning.gif);
}
form img.captcha
{
	clear: both;
	float: left;
	margin-left: 35.5%;
	margin-bottom: 6px;
	border: 1px solid #c6cfda;
}
form input.captcha
{
	width: 186px;
	text-align: center;
}
form input.submit
{
	clear: both;
	float: left;
	margin-left: 35%;
	width: 200px;
	height: 26px;
	padding-top: 0;
	text-align: center;
	font-weight: bold;
	font-size: 95%;
	border-style: none;
	color: #262A2A;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/images/bg-button-maxi-white.gif);
	background-position: 50% 50%;
	cursor: pointer;
}
form span.required
{
	clear: right;
	float: right;
	width: 15px;
	text-align: right;
	font-weight: bold;
	font-size: 25px;
	color: red;
}
form span.checkbox
{
	float: left;
	text-align: left;
	padding-left: 0.5em;
}
form p
{
	padding-bottom: 0.5em;
	text-align: left;
	font-size: 90%;
}
form span.data,
form span.info
{
	float: left;
	padding: 0 3px;
	text-align: left;
	font-weight: bold;
}

/*********************** COMBOBOX ************************/
.comboboxContainer
{
	float: left;
	height: 24px;
	_margin-right: 3px;
	margin-bottom: 6px;
	border: 1px solid #c6cfda;
	color: #555;
	font-weight: normal;
	text-align: left;
}
.comboboxValueContainer
{
	height: 24px;
	background-color: #fff;
	background: url(/images/form_bg.gif) repeat-x left top;
}
.comboboxValueContent
{
	display: block;
	padding: 0.3em;
	font-weight: normal;
	font-size: 100%;
}
.comboboxDropDownContainer
{
	border: 1px solid #c6cfda;
	background-color: #fff;
	overflow: hidden;
	padding-left: 0px;
	cursor: default;
	padding-bottom: 0;
}
.comboboxDropDownButton
{
	width: 20px;
	height: 24px;
	margin-top: 9px;
	background-image: url(/images/combobox.gif);
}
.comboboxGroupItemHeader
{
	display: block;
	background-color: #262A2A;
	color: #fff;
	font-weight: bold;
}
.comboboxGroupItemContainer
{
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.comboboxItem
{
	background: #fff;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
.comboboxItemHover
{
	background-color: #999;
	color: #fff;
}

/*************** LOGIN ***************/
#authorization
{
	width: 206px;
	margin: 0 auto;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #414444;
}
#authorization,
#authorization a
{
	color: #C6B6B6;
	text-decoration: none;
}
#authorization label
{
	display: block;
	clear: none;
	margin-top: 0px;
	width: auto;
}
#authorization input
{
	margin-top: 0;
	color: #868686;
	width: 189px;
	border: 1px solid #C2C1C1;
	padding: 1px 3px;
}
#authorization input.checkbox
{
	float: left;
	width: auto;
	height: auto;
	border-style: none;
	margin: 0 5px;
}
#authorization input.button
{
	width: 197px;
	height: 28px;
	margin-top: 0;
	padding-top: 4px;
	font-weight: bold;
	color: #262A2A;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/images/bg-button-maxi.gif);
	background-position: 0 3px;
	cursor: pointer;
}
#authorization p
{
	font-size: 100%;
	text-align: left;
	margin-left: 5px;
	padding: 0;
}
#authorization ul
{
	list-style: none;
	padding-top: 0.5em;
	padding-left: 5px;
}
#authorization ul li.last
{
	padding-top: 0.5em;
}
#authorization ul ul
{
	padding: 0 0 0 1.5em;
	font-size: 90%;
}
