@IMPORT url(common.css);
@IMPORT url(boxes.css);
@IMPORT url(products.css);
@IMPORT url(process.css);
@IMPORT url(buttons.css);
@IMPORT url(support.css);
@IMPORT url(tabledata.css);
@IMPORT url(search-tags.css);

* {
	font-family: arial, helvetica, sans-serif;
}

html,body,h1,h2,h3,h4,ul,li,ol {
	margin: 0;
	padding: 0;
}

html, select, input {
	font-size: 11px;
}

p {
}

input, textarea, select {
	font-size: 11px;
	padding: 0;
	border: 1px solid silver;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

img {
	border: 0;
}

button {
	font-size: 11px;
	border: 0;
	cursor: pointer;
}


.head {
	background-color: #EEE;
	border: 0;
	/*position: fixed;
	width: 100%;*/
}

.head .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 5px;
	padding-bottom: 3px;
	text-align: right;
}

.head .inner .bar-item {
	padding-left: 55px;
}

.head .inner .bar-first {
	padding: 0;
}

.head .inner .bar-item .bi-label {
	padding-right: 7px;
}

.head .inner .bar-item .bi-important a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: blink;
}

.head .inner .bar-item .bi-important a:hover {
	text-decoration: underline;
}

.head .inner .languages img {
	margin-bottom: -2px;
}

.head form {
	display: inline;
}



.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.header {
}

.header .logo {
	float: left;
	padding: 15px 10px;
	padding-bottom: 0;
}

.header .user-area {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	font-weight: bold;
	color: #555;
}

.header .user-area a {
	font-size: 15px;
	color: #555;
}

.header .user-area span {
	font-size: 16px;
	padding-left: 10px;
	color: black;
}

.header .login-menu {
	float: right;
	margin-right: 20px;
}

.login-menu .button {
	margin: 0 5px;
	float: left;
}

.login-menu .button a {
	color: white;
	font-weight: bold;
	padding: 2px 15px;
}

.login-menu .button {
}

.login-menu .button {
	background-image: url(../images/button-login_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.login-menu .button div div {
	background-image: url(../images/button-login_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.login-menu .button div div div {
	background-image: url(../images/button-login_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 1px;
}


.header .navigation div {
	background-image: url(../images/navigation_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.header .navigation div div {
	background-image: url(../images/navigation_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.header .navigation div div div {
	height: 94px;
	background-image: url(../images/navigation_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 7px;
}

.header .navigation div div div div {
	margin: 0;
	height: auto;
	background-image: none;
}

.header .navigation .menu-up {
	height: 35px;
	padding-top: 40px;
}

.header .navigation .menu-up .search {
	float: right;
	vertical-align: middle;
}

.header .navigation .menu-up .search input {
	background-color: #EEE;
}

.header .navigation .menu-up .search button {
	margin-left: 10px;
	background-color: transparent;
	color: white;
	font-weight: bold;
}

.header .navigation .menu-up .search button:hover {
	border-bottom: 1px solid white;
}


.header .navigation .menu-up .button {
	float: left;
	margin: 0 2px;
}

.header .navigation .menu-up .button a {
	display: block;
	font-weight: bold;
	padding: 2px 20px;
	color: black;
}

.header .navigation .menu-up .button div {
}

.header .navigation .menu-up .button div {
	background-image: url(../images/button-menu_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.header .navigation .menu-up .button div div {
	background-image: url(../images/button-menu_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.header .navigation .menu-up .button div div div {
	background-image: url(../images/button-menu_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 1px;
	margin-right: 3px;
	height: 24px;
	font-size: 13px;
}



.header .navigation .menu-down {
	text-align: center;
}

.header .menu-down a {
	color: white;
	font-size: 11px;
	padding-left: 19px;
	padding-right: 20px;
	background: url(../images/delimiter-v.png) center right no-repeat;
	text-transform: uppercase;
}

.header .menu-down .last {
	background: none;
}



.middle {
	margin: 10px 0;
	font-size: 12px;
	color: #333;
}

.middle li {
	list-style-type: square;
	list-style-position: inside;
	line-height: 150%;
}


.middle ul {
	padding-bottom: 10px;
}

.middle .mleft li, .middle .mright li {
	list-style-type: none;
	display: inline;
}

.middle .mleft li:hover, .middle .mright li:hover {

}

.middle .mleft li a, .middle .mright li a {
	color: #444;
	display: block;
	padding-top: 7px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDD;
}

.middle .mleft li a:hover, .middle .mright li a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 2px solid #555;
}

.middle .mleft ol li, .middle .mright ol li {
	/*list-style-type: decimal-leading-zero;
	padding-left: 20px;*/
}


.middle .mleft {
	float: left;
	width: 200px;
}

.middle .mcenter ul {
	margin: 10px 0;
}

.middle .mcenter li {
	margin: 0 20px;
}

.middle .mcenter {
	float: left;
	width: 580px;
	margin: 0 10px;
	line-height: 140%;
	text-align: justify;
}

.middle .mcenter h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 100%;
	margin-bottom: 15px;
	border-bottom: 1px dotted silver;
}

.middle .mcenter h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: red;
	margin-bottom: 5px;
}

.middle .mright {
	float: right;
	width: 200px;
}





.bottom {
	font-size: 11px;
}

.bottom .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 15px;
}

.bottom .copy {
	/*float: left;*/
	text-align: center;
	font-weight: bold;
}

.bottom .pages {
	float: right;
}

.bottom .pages a {
	color: silver;
	padding-left: 9px;
	padding-right: 10px;
	background: url(../images/delimiter2-v.png) center right no-repeat;
}

.bottom .pages .last {
	background: none;
}




.bottom-menu li {
	list-style-type: none;
	margin-left: 10px;
	padding: 2px;
}

.bottom-menu h2 {
	font-size: 13px;
	padding-bottom: 7px;
}

.bottom-menu .menu-row {
	float: left;
	padding: 0 30px;
	border-right: 1px solid #ddd;
}

.bottom-menu .menu-row .mr-all {
	text-align: right;
}

.bottom-menu {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	margin-top: 10px;
	font-size: 11px;
	background-color: #eee;
}

.bottom-menu .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 5px;
}



.index-banner {
	float: right;
	margin-bottom: 15px;
}



.tabledata { 
	/*border: 1px solid #ddd;*/
	width: 100%;
}

.tabledata th {
	text-align: left;
	background-color: gray;
	padding: 2px 10px; 
	font-size: 11px;
}

.tabledata td { 
	vertical-align: middle;
	padding: 5px 10px;
}

.tabledata td label { 
}

.tabledata tr.odd {
	background-color: #FAFAFA;
}

.tabledata tr.even {
	background-color: #EEE;
}

.tabledata .td-blockend {
	border-bottom: 1px solid silver;
}

.tabledata .td-blockend td {
	padding-bottom: 10px;
}



.tablegroup tr {
	 
}

.tablegroup .tg-tr {
	 border-bottom: 1px solid black;
}

.tablebox {
	width: 100%;
}

.tablebox td { 
	vertical-align: top;
	padding: 5px 10px;
}




.notification {
	font-weight: bold;
	font-size: 12px;
	color: #d50202;
}

.news {
	border-bottom: 1px dotted #DDD;
}

.news-date {
	border-right: 1px dotted #DDD;
	padding: 15px;
	padding-left: 5px;
	font-weight: bold;
}

.news-title {
	padding-left: 15px;
	padding-top: 15px;
}

.news-text {
	padding-left: 15px;
	text-align: justify;
	padding-bottom: 10px;
}

.latest-news {
	margin-top: 15px;
}

.latest-news .ln-title {
	border-bottom: 1px dotted #d6d6d6;
	font-weight: bold;
	color: #700202;
	padding-bottom: 2px;
	font-size: 13px;
}

.latest-news .ln-content {
	padding: 7px;
}

.latest-news .ln-content h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	padding-bottom: 5px;
}

.latest-news .ln-content p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	padding-left: 10px;
}

.faq h3 {
	content: open-quote close-quote;
}

.faq-answer {
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	border: 1px dotted #CCC;
	background-color: #F7F7F7;
}

.errorbox {
	border: 2px solid gray;
	background-color: #EEE;
	padding: 5px;
	margin-bottom: 10px;
}

.warning {
	font-style: italic;
	font-weight: bold;
	color: #700202;
}

