@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #5987C5;
}
p {
	margin-bottom: 1em;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
img {
	border: 0;
}
label {
	font-family: inherit;
}
input {
	font-family: inherit;
	vertical-align: middle;
}
select {
	font-family: inherit;
}
option {
	font-family: inherit;
}
textarea {
	font-family: inherit;
	font-size: inherit;
}
.successbox {
	color: #009933;
	font-weight: bold;
}
.errorbox {
	color: #FF0000;
}

/*** Styles for search button ***/
input.search-button-en {
	background: url("../images/en/button-search-trans.png") no-repeat top left;
	border: none;
	width: 100px;
	height: 34px;
	cursor: pointer;
}
input.search-button-sc {
	background: url("../images/sc/button-search-trans.png") no-repeat top left;
	border: none;
	width: 100px;
	height: 34px;
	cursor: pointer;
}

input.search-button-tc {
	background: url("../images/tc/button-search-trans.png") no-repeat top left;
	border: none;
	width: 100px;
	height: 34px;
	cursor: pointer;
}
input.search-button-en:hover, input.search-button-sc:hover, input.search-button-tc:hover {
	background-position: 0px -44px;
}

/*** Styles for Order button ***/
.order-button-en {
	display: block;
	background: url("../images/en/button-order-trans.png") no-repeat top left;
	border: none;
	width: 100px;
	height: 34px;
	cursor: pointer;
}
.order-button-sc {
	display: block;
	background: url("../images/sc/button-order-trans.png") no-repeat top left;
	border: none;
	width: 100px;
	height: 34px;
	cursor: pointer;
}

.order-button-tc {
	display: block;
	background: url("../images/tc/button-order-trans.png") no-repeat top left;
	border: none;
	width: 100px;
	height: 34px;
	cursor: pointer;
}
.order-button-en:hover, .order-button-sc:hover, .order-button-tc:hover {
	background-position: 0px -44px;
}

/*** Styles for content wrappers ***/
#wrapper_outer {
	min-height: 100%;
	width: 946px;
	margin-left: auto; margin-right: auto;
	background-image: url("../images/body-bg.png");
	background-repeat: repeat-y;
	background-position: center center;
}
#wrapper_inner {
	width: 846px;
	text-align: left;
	margin-left: auto; margin-right: auto;
}


/***
Below styles define the logo.
***/
#logo {
	float: left;
	margin-left: 20px;
	margin-bottom: 2px;
}
#logo img {
	display: block;
	border: 0;
}
/***
Below styles define the language selection tab.
***/
#lang {
	float: right;
	margin-right: 20px;
	margin-top: 16px;
	font-size: 1.2em;
}
#lang a {
	color: #000000;
}
span#lang select {
	padding: 3px 3px 3px 3px;
	vertical-align: middle;	
}

/***
Below styles define the navigation bar
***/
#nav {
	clear: both;
	height: 40px;
	margin-bottom: 10px;
}

/***
Below style defines the main content part of the website.
***/
#content {
	clear: both;
	margin-bottom: 30px;
}

/***
Below style defines the main column part of the website.
***/
#main_col {
	width: 656px;
	float: left;
	margin-bottom: 30px;
}

div.breadcrumb {
	color: #808080;
	font-size: 0.85em;
	margin-bottom: 8px;
}
div.breadcrumb a {
	color: #808080;
}

/***
Below style defines the side column part of the website.
***/
#side_col {
	width: 180px;
	float: right;
	margin-bottom: 30px;
}

/***
Below style defines the footer part of the website.
***/
#wrapper_footer {
	width: 846px;
	height: 62px;
	margin-top: -62px;
	position: relative;
	bottom: 0px;
	margin-left: auto; margin-right: auto;
	background-image: url("../images/footer-bg.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#footer {
	text-align: left;
	padding: 10px 20px 10px 20px;
}
#footer p {
	font-size: 0.9em;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}

/***
 Below are the styles for the login and logout pages
***/
#client_area h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #517738;
	margin-bottom: 5px;
}
#client_area h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #71A64F;
	margin-bottom: 5px;
}
div.login_form {
	text-align: center;
}
div.login_form table {
	text-align: left;
	margin-left: auto; margin-right: auto;
}
div.login_form table tr {
}
div.login_form table tr td {
	padding: 5px 5px 5px 5px;
}