
* {
	font-family: tahoma, verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #eae7e0;
	font-size: 13px;
	height: 100%;
	width: 100%;
}

img {
	border: none;
}

a:hover {
	text-decoration: none;
}

input.text {
	background-image: url('../../_rsc/img/input.png');
	background-repeat:repeat-x;
	background-color: #fff;
	border: none;
	margin: 2px 0;
	padding: 1px 2px;
}

textarea {
	background-image: url('../../_rsc/img/input.png');
	background-repeat:repeat-x;
	background-color: #fff;
	border: none;
	margin: 2px 0;
	padding: 1px 2px;
}

#language-selector {
	float: right;
}

#language-selector li {
	display: block;
	float: left;
	margin: 3px 4px;
	font-weight: bold;
}

#language-selector li a {
	color: #888;
}

#language-selector li em {
	color: #1ab4d0;
	font-style: normal;
}

#menu-main {
	float: right;
}

#menu-main li {
	display: block;
	float: left;
	margin-left: 0px;

}

#menu-main li a {
	display: block;
	padding: 6px 5px;
	margin: -1px 0 0 0;
	color: #615352;
	text-decoration: none;
	font-weight: bold;
}

#menu-main li a:hover {
	color: #ff5b00;
}

#menu-main li.active a {
	font-style: normal;
	color: #1ab4d0;
}

#menu-main li.active a em {
	font-style: normal;
}

#bread-crumbs {
	margin: 10px 0;
	padding: 9px 10px;
	background-color: #615352;
	color: #ccc;
	font-weight: bold;
}

#bread-crumbs a {
	color: #eee;
}


#bread-crumbs em {
	font-style: normal;
	color: #1ab4d0;
}

#menu-sub {
	background-color: #e3d6d5;

}

#menu-sub ul {
	list-style-type: square;
	list-style-position: outside;
	color: #615352;
	padding: 6px 8px;
	margin-left: 16px;
}

#menu-sub ul li {
	line-height: 20px;
	margin-bottom: 5px;
}

#menu-sub a {
	color: #615352;
	font-weight: bold;
}

#menu-sub li.active a  {
}

#menu-sub a:hover {
	color: #ff5b00;
}

#menu-sub em {
	font-style: normal;
}


#menu-sub ul ul  {
	margin: -2px 8px;
}

#user-login {
	background-color: #615352;
	color: #eee;
	margin-top: 0px;
}

#user-login form {
	padding: 6px 12px;
}

#user-login a {
	color: #eee;
}

#news {
	margin-top: 20px;
	padding: 4px 2px 4px 8px;
}

#news ul {
	list-style-type: none;
}

#news li {
	line-height: 18px;
}

#news li a {
	color: #ff5b00;
}

#news .date {
	sdisplay: block;
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	padding: 1px 4px;
	background-color: #444;
	color: #ccc;
}

h1 {
	font-size: 20px;
	color: #1ab4d0;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	color: #444;
	margin-top: 12px;
	margin-bottom: 8px;
}

h3 {
	font-size: 14px;
	color: #333;
	margin-top: 12px;
	margin-bottom: 8px;
}


#content {
	padding: 10px 0px 50px 14px;
}

#content img {
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #918382;
	padding: 10px;
	background-color: #fff;
}

#content a:hover img {
	border-color: #ff5b00;
}

#content a {
	color: #ff5b00;
}

#content ul {
	margin: 10px 0 10px 17px;
}

#content ul li {
	line-height: 20px;
}

#content table.grid th, #content table.grid td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

#content table.grid thead th {
	background-color: #615352;
	color: #eee;
}

#content table.grid tbody td {
	background-color: #e3d6d5;
	border-bottom: 1px dotted #615352; 
}

#content table.grid table th, #content table.grid table td {
	border: none;
	font-weight: normal;
	padding: 2px;
}


#content table.products td.image {
	width: 160px;
	border-bottom: 10px solid #eae7e0;
}

#content table.products td.description {
	width: 200px;
	background-color: #e3d6d5;
	color: #615352;
	padding-left:5px;
	border-bottom: 10px solid #eae7e0;
}

#content table.products td.description dt {
	font-weight: bold;
}

#content table.products td.separator {
	width: 10px;
	font-size: -1px;
}

#bottom {
	margin-top: 20px;
	color: #777;
}

#form {
	background-color: #615352;
	color: #eee;
	margin-top: 0px;
	padding: 10px 0;
}

#form form {
	padding: 6px 12px;
}

#form form th, #form form td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

#form a {
	color: #eee;
}

#content table.dl {
	margin: 10px 0;
	text-align: left;
}

#content table.dl td {
	background-color: #e3d6d5;
	border-bottom: 1px dotted #615352; 
	padding: 4px;
	vertical-align: top;
}

#content table.dl th {
	background-color: #e3d6d5;
	border-bottom: 1px dotted #615352; 
	color: #222;
	padding: 4px;
	vertical-align: top;
}

.info, .success, .warning, .error, .validation {
font-family:Arial, Helvetica, sans-serif; 
font-size:13px;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
width: 494px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../../_rsc/img/ico/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../../_rsc/img/ico/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../../_rsc/img/ico/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../../_rsc/img/ico/error.png');
}
.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../../_rsc/img/ico/validation.png');
}

