
body {
	background-color: #FFF;
	font-family: arial;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #0173BA;	
}

form {
	margin: 0;
	padding: 0;	
}

input, select {
	font: normal 1em arial;
}

h1,h2,h3,h4 {
	color: #777;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	padding: 0;
	margin: 30px 0 10px 0;
	border: 0;
	line-height: 1.1em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
	padding-bottom: 20px;
	border-bottom: 1px dotted #303F68;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	padding: 5px 0px 5px 0px;
}

.listing-1 h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 5px 0;
}

.listing-1 h3 {
	font-size: 0.8em;
	padding: 0 0 10px 0;
	margin: 0;
	border: 0;
	border-bottom: 1px dotted #303F68;	
}

.listing-1 .description {
	margin-bottom: 10px;
	font-size: 0.9em;
	font-weight: normal;
	color: #343434;
	line-height: 20px;
}

.breadcrumbs-background {
	clear: both;
	height: 50px;
	background: url('../../../images/uom/en_EN/background-index-slider.jpg') no-repeat center 0;
}

.breadcrumbs {
	width: 960px;
	margin: auto;
	color: #0173BA;
	padding-top: 17px;
	font-size: 0.9em;
	font-family: helvetica;
}

.breadcrumbs a {
	color: #0173BA;	
}

.content {
	width: 960px;
	margin: auto;	
	padding: 0;

}

.clear {
	clear: both;	
}

.click {
	cursor: pointer;	
}

.debug {
	font-family: courier;
	border-radius: 6px;
	border: 2px dashed #FFD400;
	padding: 10px;
	color: #222;
}

.debug .button {
	display: inline-block;
	background-color: #0173BA;
	border-radius: 6px;
	padding: 2px 10px 0px 10px;
}

.debug .button a {
	color: #FFFFFF;	
}

.site-header {
	position: relative;
}

.site-header .menus {
	margin-top: 50px;
	width: 560px; 
	float: right;
}

.site-header .menus .top-section {
	float: right;
	width: 180px;
	font-size: 0.8em;
	color: #888;
	text-align: right;
}

.page-auth {
	position: absolute;
	top: 0;
	right: 0;
	width: 480px;
}

.page-auth .form-auth {
	color: #FFF;
	font-size: 0.8em;
	padding: 15px 10px 10px 10px;
	background-color: #3A3A3A;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border: 0 0 8px 8px;
}

.page-auth .form-auth input[type="text"],input[type="password"] {
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border: 4px;
	padding: 3px 4px 3px 4px;
	width: 110px;
}

.page-auth .form-auth input[type="submit"] {
	border: 0;
	color: #FFF;
	background-color: #0173BA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border: 4px;
	padding: 3px 6px 3px 6px;
	margin-left: 10px;
}

.search-form {
	border: 1px solid #DCDCDC;
	border-radius: 5px;
}

.search-form input {
	border: 0;
	padding: 4px;
	color: #656565;
	font-style: italic;
	display: inline-block;
}

.search-form input[type="submit"] {
	background: transparent url('../../../images/default/en_EN/icon-search.png') no-repeat center center;
	cursor: pointer;
	border-left: 1px solid #DCDCDC;
	padding: 4px 6px 4px 6px;
}

.search-form input[type="submit"]:hover {
	background-color: #F5F5F5;
}


.auth-action {
	float: right;
	text-align: center;
	background-color: #3A3A3A;
	color: #FFF;
	width: 80px;
	margin-right: 20px;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border: 0 0 8px 8px;
}

.auth-action:hover {
	background-color: #3A3A3A;
	box-shadow: 0 0 3px 0 #000;	
}

.auth-action div {
	font-size: 1em;
	padding: 5px 0 5px 0;
	cursor: pointer;	
}

.page-menu {
	position: absolute;
	bottom: 5px;
	right: 0;
}

.page-menu div {
	float: left;
	border-bottom: 1px solid #DCDCDC;	
}

.page-menu div.set {
	border-bottom: 1px solid #0173BA;	
}

.page-menu a {
	display: block;
	color: #656565;
	border-bottom: 0;
	text-decoration: none;
	padding: 0px 10px 5px 10px;
	border-bottom: 3px solid #FFF;
	background-color: transparent;
}

.page-menu a.set {
	border-bottom: 3px solid #0173BA;	
}

.page-menu a:hover {
	border-bottom: 3px solid #DCDCDC;	
}

.page-menu a.set:hover {
	border-bottom: 3px solid #0173BA;	
}

.footer {
	color: #F5F5F5;
	background-color: #3A3A3A;
	font-size: 0.75em;	
}

.footer a {
	color: #F5F5F5;
	font-weight: bold;
}

.footer .debug {
	margin-top: 200px;
	background-color: #FFF;
	padding: 10px;
	font-size: 0.8em;
}

.category-list {
	text-align: center;
	margin: 0 auto 0 auto;
}

.category-list .category-box {
	display: inline-block;
	margin: 10px 5px;
	width: 300px;
	height: 220px;
	//background: url('../../../images/default/en_EN/background-category-box.png') no-repeat center top;	
	font-size: 0.9em;
	//box-shadow: 0 0 4px #000;
}

.category-list .category-image {
	width: 300px;
	height: 165px;
	margin-bottom: 15px;
	cursor: pointer;
	color: #FFF;
    //box-shadow: 0 0 4px #000;
}

.category-list .category-image div {
	padding: 20px;
	
}

/* buttons */

.button-160 {
	cursor: pointer;
	width: 160px;
	color: #FFF;
	text-shadow: #777 1px 1px 2px;
	font-size: 0.8em;
	background-color: #0173BA;
	box-shadow: 0 0 3px 0 #3A3A3A;
	margin-bottom: 5px;
	border-radius: 5px;
}

.button-160:hover {
	background-color: #00A3E3;	
}

.button-160 div {
	padding: 8px 10px 8px 10px;
	text-align: center;	
}

.button-160.disabled {
	cursor: default;
	color: #777;
	background-color: #D5D5D5;
	text-shadow: #FFF 1px 1px 2px;
}

.button-240 {
    cursor: pointer;
	width: 240px;
	color: #FFF;
    background-color: #0173BA;
    border-radius: 5px;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
}


.button-240:hover {
	background-color: #00A3E3;
}

.button-240.disabled {
	cursor: default;
	color: #777;
	background-color: #D5D5D5;
	text-shadow: #FFF 1px 1px 2px;
}

.button-240.disabled:hover {

}

.button-240 div {
	padding: 8px 10px 8px 10px;
	text-align: center;
}

.button-support {
	cursor: pointer;
	width: 267px;
	height: 50px;
	color: #532402;
	text-shadow: #FFF 1px 1px 2px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	background: url('../../../images/default/en_EN/buttons-1.png') no-repeat 0 -100px;	
}

.button-support:hover {
	background: url('../../../images/default/en_EN/buttons-1.png') no-repeat 0 -150px;	
}

.button-support div {
	padding: 14px 0 0 25px;
	text-align: center;	
}

.button-basket {
	cursor: pointer;
	width: 150px;
	height: 23px;
	color: #532402;
	text-shadow: #FFF 1px 1px 2px;
	padding: 0;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	background: url('../../../images/default/en_EN/buttons-1.png') no-repeat 0 -450px;		
}

.button-basket div {
	padding: 4px 0 0 0;
	text-align: center;	
}

.button-view-licence {
	text-align: center;
	width: 80px;
	color: #FFF;
	background-color: #0173BA;
	padding: 3px 10px 3px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border: 5px;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: bold;
}

.button-s {
	font-size: 0.8em;
	float: right;
	background-color: #0173BA;
	border-radius: 6px;
	margin: 0 5px 5px 0;
	cursor: pointer;
}

.button-s:hover {
	background-color: #00A3E3;	
}

.button-s > div, .button-s > a {
	display: block;
	color: #FFF;
	padding: 1px 8px 0px 8px;
}

a.view-product {
	display: block;
	cursor: pointer;
	width: 153px;
	height: 31px;
	background: url('../../../images/default/en_EN/buttons-1.png') no-repeat 0 0;	
}

a.view-product:hover {
	width: 153px;
	height: 31px;
	background: url('../../../images/default/en_EN/buttons-1.png') no-repeat 0 -50px;	
}

a.back {
	color: #7A7A7A;
	font-weight: bold;
	font-size: 12px;
}

a.back:hover {
	color: #0173BA;
}

.category-tree {
	padding: 0 10px 0 10px;
	font-size: 1em;
	line-height: 28px;
}

.category-tree a {
	color: #656565;
}

.category-tree a:hover {
	color: #0173BA;
}

.category-tree span {
	color: #999;
	font-size: 0.8em;	
}

.category-tree .level_0 {
	background: url('../../../images/default/en_EN/icons-16x16.png') no-repeat 0 -14px;
	padding-left: 24px;
	margin-left: 20px;	
}

.category-tree .level_1 {
	background: url('../../../images/default/en_EN/icons-16x16.png') no-repeat 0 -14px;
	padding-left: 24px;
	margin-left: 40px;	
}

.category-tree .level_2 {
	background: url('../../../images/default/en_EN/icons-16x16.png') no-repeat 0 -14px;
	padding-left: 24px;
	margin-left: 60px;	
}

.category-selector {
	font-size: 1.1em;
	color: #656565;
	cursor: pointer;
}

.category-selector:hover {
	color: #0173BA;
}

.category-selector span {
	position: relative;
	top: 7px;
	left: 5px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../../../images/default/en_EN/icons-16x16.png') no-repeat 0 0;
}

.category-tree .category-set {
	background: url('../../../images/default/en_EN/icons-16x16.png') no-repeat 0 -43px;
}

.form-1 input,select,password,textarea {
	border: 1px solid #A5A5A5;
	padding: 4px;
	font-size: 1.1em;
	border-radius: 4px;
}

.form-1 td {
	padding: 5px;
	vertical-align: top;	
}

.form-1 select {
	padding: 3px;
}

.form-1 tr.submit td input {
	font-size: 1.4em;
	padding: 10px;
}

.ie-t {
	font-size: 0.9em;
	font-weight: bold;
	color: #3A3A3A;
	margin-bottom: 5px;
}

.form-1 .ie-t {
	margin-top: 5px;	
}

.ie-1 {
	margin-bottom: 10px;	
}

.required {
	/*
	background: url('../../../images/default/en_EN/icons-16x16.png') no-repeat 0 -81px;
	padding-left: 14px;
	*/
}

.icon-back {
	display: inline-block;
	width: 30px;
	height: 16px;
	background: url('../../../images/default/en_EN/icons-32x32.png') no-repeat 0 -8px;
	position: relative;
	top: 4px;	
}

.redstar {
	background: url('../../../images/default/en_EN/icons-16x16.png') no-repeat 0 -81px;
	width: 10px;
	height: 12px;
	display: inline-block;
}

.msg {
	border: 0;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #3A3A3A;
	z-index: 0;
	padding: 10px;
}

.msg .msg-head {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 1.2em;
}

.msg ul {
	margin-top: 0;
	margin-bottom: 0;
}

.error {
	color: #F00;
	border: 3px solid #F00;
}

.warning {
	color: #FF9900;
	border: 3px solid #FF9900;
}

.notice {
	color: #060;
	border: 3px solid #060;
}

.tabmenu {
	margin: 0;
	padding: 0;
}

.tabmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabmenu li {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	color: #FFF;
	text-shadow: #777 1px 1px 2px;
	padding: 10px;
	font-size: 0.8em;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
	background-color: #A0A0A0;
}


.tabmenu li:hover {
	background-color: #00A3E3;
}

.tabmenu li.set {
	color: #FFF;
	text-shadow: #777 1px 1px 2px;
	background-color: #0173BA;
}

.subpage {
	
}

.locked {
	width: 100%;
	height: 100%;
	background-color: #222;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	text-align: center;
	overflow: hidden;
	display: none;
	z-index: 1000;
}

.popup-content {
	position: relative;
	color: #ACCBE0;
	line-height: 30px;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.popup-close {
	width: 900px;
	cursor: pointer;
	width: 34px;
	height: 34px;
	background: url('../../../images/default/en_EN/icons-32x32.png') no-repeat 0 -140px;
	position: relative;
	top: 20px;
	left: 10px;
	z-index: 1000;		
}

.notepad {
	z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
}

.notepad-close {
	float: right;
	width: 800px;
	cursor: pointer;
	width: 34px;
	height: 34px;
	background: url('../../../images/default/en_EN/icons-32x32.png') no-repeat 0 -140px;
	position: relative;
	top: 20px;
	left: 10px;
	z-index: 1000;		
}

.notepad-area {
	clear: both;
	background-color: #FFF;
	width: 800px;
	border-radius: 8px;
}

.notepad-data {
	padding: 20px;
}

.pointer-top {
	position: relative;
	left: 300px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 20px 15px;
	border-color: transparent transparent #3A3A3A transparent;
}

.basket-details {
	font-size: 0.9em;
}

.basket-details input[type="text"] {
	width: 30px;
	border: 1px solid #656565;
	padding: 4px;
	font-size: 12px;
	border-radius: 0;
}

.basket-details thead td {
	border-bottom: 1px solid #DFDFDF;	
	padding: 5px;
	color: #555;
	vertical-align: bottom;
}

.basket-details tbody td {
	padding: 20px 5px 20px 5px;
}

.button-link {
	cursor: pointer;	
}

.button-link:hover {
	color: #00A3E3;
}

.back-arrow-light {
	float: left;
	width: 20px;
	height: 20px;
	background: url('../../../images/default/en_EN/icons-32x32.png') no-repeat -5px -7px;		
}

.back-arrow-dark {
	float: left;
	width: 20px;
	height: 20px;
	background: url('../../../images/default/en_EN/icons-32x32.png') no-repeat -38px -7px;		
}

.refresh-light {
	float: left;
	width: 20px;
	height: 20px;
	background: url('../../../images/default/en_EN/icons-32x32.png') no-repeat 0px -220px;		
}

.option-remove {
	background: url('../../../images/default/en_EN/icons-16x16.png') no-repeat 0 -208px;
	padding-left: 16px;	
}

.option-remove:hover {
	background: url('../../../images/default/en_EN/icons-16x16.png') no-repeat 0 -238px;
}

.option-save {
	background: url('../../../images/default/en_EN/icons-16x16.png') no-repeat 0 -178px;
	padding-left: 16px;	
}

.eatext {
	font-size: 1em;
	line-height: 24px;
	padding: 0 0 10px 0;	
}

.search-results {
	position: absolute;
	z-index: 1000;
	font-size: 1.2em;
}

.search-html {
	width: 400px;
	background-color: #3A3A3A;
	color: #FFF;
	border-radius: 8px;
	text-align: left;
	box-shadow: 0 0 4px 0 #000;
}

.search-item {
	padding: 5px;
}

.table-1 {
	
}

.table-1 a {
	color: #0173BA;
}

.table-1 thead td {
	background-color: #F2F2F2;
	color: #3A3A3A;
	font-size: 12px;
	padding: 10px;
	vertical-align: bottom;
}

.table-1 tbody td {
	padding: 10px;	
}

.table-1 .small {
	font-size: 0.85em;	
}

.table-1 .separate td {
	border-bottom: 1px solid #DFDFDF;
}

.print {
	margin-top: 10px;
	float: right;
	width: 40px;
	height: 40px;
	background: url('../../../images/default/en_EN/icons-32x32.png') no-repeat 0 -60px;
	cursor: pointer;
}

.support-url {
    display: none;
}