body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #FFFFFF;
	margin: 8px;
	line-height: 1.18;
}

h3 {
	margin: 12px 0 4px;
	font-size: 14px;
	color: #333333;
}

h4 {
	margin: 4px 0 4px 0;
	font-size: 11px;
	color: #333333;
}

a {
	color: #FE5200;
}
a:hover {
	text-decoration: none;
}

p {
	margin: 6px 0;
}

label {
	cursor: pointer;
}

img {
	border: none;
}

form {
	margin: 0;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	border: 1px solid #B7BBBE;
	padding: 2px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 968px;
}

#top {
	background: url(/images/bg_shadow_top.png) no-repeat left top;
	padding: 5px 5px 0px 4px;
}

#middle {
	background: url(/images/bg_shadow_middle.png) repeat-y left top;
	padding: 0 4px;
}

#bottom {
	background: url(/images/bg_shadow_bottom.png) no-repeat left bottom;
	padding: 0 4px;
	height: 14px;
}

#header {
	height: 105px;
}

#header .logo {
	clear: both;
	padding: 23px 0 0 28px;
}

#loginButton {
	position: absolute;
	top: 57px;
	right: 32px;
}

#loginButton a {
	background: #12ACD9 url(/images/bg_loginButton.gif) no-repeat right top;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
}

#loginButton a span {
	background: url(/images/bg_loginButton-span.gif) no-repeat left top;
	padding: 5px 14px 5px;
	display: inline-block;
}

#header .topContainer {
	float: right;
}

#topNavigation {
	float: left;
}

#topNavigation a {
	float: left;
	width: 106px;
	height: 23px;
	line-height: 23px;
	background-image: url(/images/bg_top_navigation.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#topNavigation span {
	display: none;
}

#languages {
	float: left;
	background-image: url(/images/bg_languages.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin-left: 1px;
}

#languages .container {
	background-image: url(/images/bg_languages.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 12px;
	padding-right: 12px;
	line-height: 23px;
}

#languages a {
	color: #FFFFFF;
}

#content {
	position: relative;
	padding: 0 20px 18px 20px;
	/*display: none;*/
    height: 400px; /* IE "min-height" trick */
    min-height: 400px; /* IE "min-height" trick */
}
*>#content {
    height: auto; /* IE "min-height" trick */
}

#footer {
	margin: 0 auto;
	padding-top: 8px;
	width: 936px;
	color: #000000;
}

#footer a {
	color: #000000;
}

#footer .legal {
	float: left;
}

#footer .navigation {
	text-align: right;
}

#footer .navigation a {
	padding: 0 12px;
}

#footer .navigation span {
	display: none;
}

#my {
	position: relative;
	width: 228px;
}

#my input {
	margin-top: 1px;
	width: 188px;
}

#my form > .item {
	margin-bottom: 6px;
}

#my .submit {
	position: absolute;
	top: 58px;
	right: 0px;
}

#my .submit input {
	width: auto;
	padding: 0;
	border: none;
}

#my .more .item {
	margin-bottom: 2px;
}

#my .more .register {
	padding-top: 8px;
}

#my .more .item a {
	font-size: 10px;
}
