textarea{resize:vertical;}

#select-box {
	width: 100px;
	float: left;
	position: relative;
	//right: 10px;
	overflow: hidden;
	background: url('../img/drop_down_arrow.png') no-repeat right #e6e6e6;
	border: 1px solid #6b7376;;
}

#select-box select {
	width: 100px;
	background: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#select-box select option {
    background: #e6e6e6;
    color:#000;
    // text-shadow:0 1px 0 rgba(0,0,0,0.4);
}

#select-box1 {
	width: 100px;
	float: left;
	overflow: hidden;
	background: url('../img/drop_down_arrow.png') no-repeat right #e6e6e6;
	border: 1px solid #6b7376;
}

#select-box1 select {
	width: 100px;
	background: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#select-box1 select option {
    background: #e6e6e6;
    color:#000;
   // text-shadow:0 1px 0 rgba(0,0,0,0.4);
}

hr.style-seven {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

#rtp1, #rtp, .type {
	display: none;
}

#more {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;//
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	background-color: #fff;
	border-color: #d0cfcf;
	color: #cbcaca;
	border-style: solid;
	border-width: 1px;
	margin: 0 -1px 0 0;
	font-weight: bold;
}

#more {
	background-color: #fff;
	border-color: #d0cfcf;
	color: #cbcaca;
	display: none;
}

#more:hover {
	text-decoration: none;
	color: #4d4d4d;
	font-weight: bold;
}

#tv {
	height: 30px;
	width: 150px;//
	border: 1px solid #cccccc;
	cursor: pointer;
	text-align: center;
	text-decoration: none;//
	background-color: #facc00;
	color: #000;
}

#tv:hover {
	text-decoration: none
}

#time {
	border: 0px solid #d2d2d2;
	height: 30px;
	-webkit-box-shadow: -1px -1px 0px 0px rgba(50, 50, 50, 11);
	-moz-box-shadow: -1px -1px 0px 0px rgba(50, 50, 50, 11);
	box-shadow: -1px -1px 0px 0px rgba(50, 50, 50, 11);
	width: 150px;//
	border: 1px solid #cccccc;//
	cursor: pointer;
	text-align: center;
	text-decoration: none;//
	background-color: #facc00;
	color: #000;
}

#time:hover {
	text-decoration: none
}

.active1 {
	background-color: #fff !important;
	border-bottom-color: #fff;
	border-top: 1px solid #d0cfcf !important;
	color: #4d4d4d !important;
}

#information {
	color: #000;
	border: solid 1px #d0cfcf;
	background-color: #ebebeb;
	position: relative;
	top: 8px;
}

.info {
	word-spacing: 5px;//
	border-style: solid;//
	border-width: 1px;
	height: 100%;
	margin: -5px 0 0;
	padding: 15px 15px 5px;//
	width: 960px;
	background: #fff;//
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;//
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;//
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	color: #000000;//
	border: 1px solid #aaa;
	z-index: 3000
}

/*.toggle {
 float: right;
 position:relative;
 display:inline-block;
 display: none;
 width:30px;
 height:70px;
 bottom:20px;
 background-color:#bbb;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 text-align:center;
 }

 .toggle input {
 width:100%;
 height:100%;
 margin:0 0;
 padding:0 0;
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:2;
 cursor:pointer;
 opacity:0;
 filter:alpha(opacity=0);
 }

 .toggle label {
 display:block;
 position:absolute;
 top:1px;
 right:1px;
 bottom:1px;
 left:1px;
 background-image:-webkit-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);
 background-image:-moz-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);
 background-image:-ms-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);
 background-image:-o-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);
 background-image:linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);
 -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.4),
 inset 0 -1px 1px #888,
 inset 0 -5px 1px #bbb,
 inset 0 -6px 0 white;
 -moz-box-shadow:0 2px 3px rgba(0,0,0,0.4),
 inset 0 -1px 1px #888,
 inset 0 -5px 1px #bbb,
 inset 0 -6px 0 white;
 box-shadow:0 2px 3px rgba(0,0,0,0.4),
 inset 0 -1px 1px #888,
 inset 0 -5px 1px #bbb,
 inset 0 -6px 0 white;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 border-radius:3px;
 font:normal 11px Arial,Sans-Serif;
 color:#666;
 text-shadow:0 1px 0 white;
 cursor:text;
 }

 .toggle label:before {
 content:attr(data-off);
 position:absolute;
 top:6px;
 transform:rotate(90deg);
 -webkit-transform:rotate(90deg);
 -moz-transform:rotate(90deg);
 -o-transform:rotate(90deg);
 right:0;
 left:0;
 z-index:4;
 }

 .toggle label:after {
 content:attr(data-on);
 position:absolute;
 right:0;
 bottom:11px;
 transform:rotate(90deg);
 -webkit-transform:rotate(90deg);
 -moz-transform:rotate(90deg);
 -o-transform:rotate(90deg);
 left:0;
 color:#666;
 text-shadow:0 -1px 0 #eee;
 }

 .toggle input:checked + label {
 background-image:-webkit-linear-gradient(top,#eee 0%,#ccc 50%,#fff 50%,#eee 100%);
 background-image:-moz-linear-gradient(top,#eee 0%,#ccc 50%,#fff 50%,#eee 100%);
 background-image:-ms-linear-gradient(top,#eee 0%,#ccc 50%,#fff 50%,#eee 100%);
 background-image:-o-linear-gradient(top,#eee 0%,#ccc 50%,#fff 50%,#eee 100%);
 background-image:linear-gradient(top,#eee 0%,#ccc 50%,#fff 50%,#eee 100%);
 -webkit-box-shadow:0 0 1px rgba(0,0,0,0.4),
 inset 0 1px 7px -1px #ccc,
 inset 0 5px 1px #fafafa,
 inset 0 6px 0 white;
 -moz-box-shadow:0 0 1px rgba(0,0,0,0.4),
 inset 0 1px 7px -1px #ccc,
 inset 0 5px 1px #fafafa,
 inset 0 6px 0 white;
 box-shadow:0 0 1px rgba(0,0,0,0.4),
 inset 0 1px 7px -1px #ccc,
 inset 0 5px 1px #fafafa,
 inset 0 6px 0 white;
 }

 .toggle input:checked:hover + label {
 -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4),
 inset 0 1px 7px -1px #ccc,
 inset 0 5px 1px #fafafa,
 inset 0 6px 0 white;
 -moz-box-shadow:0 1px 3px rgba(0,0,0,0.4),
 inset 0 1px 7px -1px #ccc,
 inset 0 5px 1px #fafafa,
 inset 0 6px 0 white;
 box-shadow:0 1px 3px rgba(0,0,0,0.4),
 inset 0 1px 7px -1px #ccc,
 inset 0 5px 1px #fafafa,
 inset 0 6px 0 white;
 }

 .toggle input:checked + label:before {
 z-index:1;
 top:11px;
 }

 .toggle input:checked + label:after {
 bottom:9px;
 color:#aaa;
 text-shadow:none;
 z-index:4;
 }*/

/*.select-box select::-ms-expand {
 display: none; /* hide default arrow in IE10
 }*/
/*.select-box select {
 width: 100px;
 color: #333;
 font-weight: normal;
 font-size: 1em;
 line-height:1.2em;
 margin: 0 0 10px;
 padding: 6px 0;
 border: 0 none;
 cursor: pointer;
 text-indent: 0.01px;
 text-overflow: "";
 background: url('./img/arrow.png') no-repeat 100% 4px #fff;
 *background-image:none;
 background: url('./img/arrow.png') no-repeat 100% 0px #fff;
 background: url('./img/arrow.png') no-repeat 100% 0px, -webkit-linear-gradient(top, #fff, #9c9c9c);
 background: url('./img/arrow.png') no-repeat 100% 0px, -moz-linear-gradient(top, #fff, #9c9c9c);
 background: url('./img/arrow.png') no-repeat 100% 0px, -ms-linear-gradient(top, #fff, #9c9c9c);
 background: url('./img/arrow.png') no-repeat 100% 0px, -o-linear-gradient(top, #fff, #9c9c9c);
 background: url('./img/arrow.png') no-repeat 100% 0px, linear-gradient(top, #fff, #9c9c9c);
 -webkit-appearance: none;
 -moz-appearance: none;
 -ms-appearance: none;
 appearance: none;
 }*/
/*.select-box select option {
 background: no-repeat 100% 0px #fff;
 padding: 0px;
 }*/

.center {
	text-align: center;
}

.buorg {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999999999;
}
.buorg div {
	width: 600px;
	margin: 7% auto;
	padding: 0px 0px;
	background: #fff;
	height: 230px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4d4d4d;
	z-index: 999999999999;
}
.buorg a {
	color: #E25600;
}
#buorgclose {
	position: absolute;
	right: .5em;
	top: .2em;
	height: 20px;
	width: 12px;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
}

.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color: #ffec64;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	color: black;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
}
.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color: #ffab23;
}
.myButton:active {
	position: relative;
	top: 1px;
}

.ico_yes_no {
	width: 20px;
}

.orderLink {
	cursor: pointer;
	border: 1px solid black;
	padding: 5px;
	width: 500px;
}

.orders {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 10px;
	float: left;
	height: 600px;
	overflow-y: scroll;
}

.ordersPositions {
	position: absolute;
	top: 7px;
	left: 50px;
}

.infoBox {
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
	padding: 5px;
}

.ico_map {
	width: 30px;
	height: 20px;
}

.infobox {//
	background: #facc00; /* Old browsers */
	//
	background: -moz-linear-gradient(top,  #facc00 0%, #facc00 100%); /* FF3.6+ */
	//
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#facc00), color-stop(100%,#facc00)); /* Chrome,Safari4+ */
	//
	background: -webkit-linear-gradient(top,  #facc00 0%,#facc00 100%); /* Chrome10+,Safari5.1+ */
	//
	background: -o-linear-gradient(top,  #facc00 0%,#facc00 100%); /* Opera 11.10+ */
	//
	background: -ms-linear-gradient(top,  #facc00 0%,#facc00 100%); /* IE10+ */
	//
	background: linear-gradient(to bottom,  #facc00 0%,#facc00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#facc00', endColorstr='#facc00',GradientType=0 ); /* IE6-9 */
	color: #4d4d4d;//
	border: 3px solid #4d4d4d;
	width: 85%;
}

#map-canvas img {
	left: -35px;
}

#myTable tr:nth-child(odd) {
	background-color: #eee;
}
#myTable tr:nth-child(even) {
	background-color: #fff;
}

#myTable .ba td {
	background: #facc00;
	border: 1px solid white;
	font-weight: bold;
}

.cell {
	padding-left: 15px;
}

/* tables */
table.tablesorter {
	font-family: arial;
	margin: 10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #FFF;
	padding: 4px;
	background: #facc00;
}
table.tablesorter thead tr .header {
	background-image: url('../img/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}

#sBack {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.border {
	font-weight: bold;
}

.orange {
	color: black;//
	border: solid 1px #da7c0c;
	padding: 5px;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#FACC00), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FACC00', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#FACC00));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#FACC00');
}
.orange:active {
	color: black;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#FACC00));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#FACC00');
}

.orange1 {
	color: black;//
	border: solid 1px #da7c0c;//
	padding: 5px;
	background: #FACC00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FACC00), to(#fff));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FACC00', endColorstr='#f47a20');
}
.orange1:hover {
	background: #facc00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FACC00));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#FACC00');
}
.orange1:active {
	color: black;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FACC00));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#FACC00');
}

.iconPrinter {
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -540px;
	left: 505px;
}

.printer {
	background: url(../img/printer.png) no-repeat;
	width: 50px;
	height: 50px;
	z-index: 9999999;
}

@media print {
	@page {
		size: landscape
	}
}

@media print {
	.fixed, .printMe, #menu, .foot, #currency, #textCompare {
		display: none;
	}
}

//
input[type="text"][readonly] {
	border-color: #FACC00;
}

body a:hover {
	color: #2594e8;
}

#error, #error1 {
	color: red;
}

.alert {
	color: #8B0000;
	font-weight: bold;
}

.fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 30px;
	z-index: 1000;
	border: 0px solid black;//
	-webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5), 0 15px 20px rgba(0, 0, 0, 0.5) inset;//
	-moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5), 0 15px 20px rgba(0, 0, 0, 0.5) inset;//
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5), 0 15px 20px rgba(0, 0, 0, 0.5) inset;//
	box-shadow: 0 -5px -40px rgba(0, 0, 0, 0.5);
}

.rowTab {
	background-color: #FACC00;
	color: #4D4D4D;
	font-weight: bold;
}

.icon {
	background: #4d4d4d;
	width: 65px;
	cursor: pointer
}

.icon:hover {
	background: #facc00;
}

.tableRowMain {
	padding: 10px;
	-webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
}

.mainPhotos {
	text-align: justify;
	padding-left: 35px;
	padding-right: 45px
}

.pad {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tableRow {
	width: 950px;
	padding: 5px;
}

.tableStyle {
	border: 0px solid black;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.tableStyleMain {
	border: 0px solid black;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	min-height: 700px;
}

.padBotTop {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.sback {
	border: 0px solid black;
	-webkit-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 10px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 10px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
}

.modalDialog1 {
	position: fixed;
	font-family: Verdana, Arial, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;//
	background: rgba(0,0,0,0.8);
	z-index: 1001;
	opacity: 0;//
	-webkit-transition: opacity 400ms ease-in;////
	-moz-transition: opacity 400ms ease-in;//
	transition: opacity 400ms ease-in;//
	pointer-events: none;
	display: none;
}

//.modalDialog1:target
//{
//opacity:1;
//pointer-events: auto;
//display:block;
//}

.modalDialog1 > div {
	width: 600px;
	height: 235px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 30px 30px;//
	border-radius: 10px;
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
}

.ui-dialog-titlebar-close:hover {//
	background: pink;
}

.close1 {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close1:hover {
	background: #facc00;
}

/*  3D  */
.close2 {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 2px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close2:hover {
	background: #facc00;
}

.modalDialog2 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog2:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog2 > div {
	width: 800px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;//
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.5) inset;
}

.boxRecovery {
	vertical-align: top;
	position: relative;
	width: 840px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	text-align: justify;
}

.photoS {
	margin: 8px;
	border: 1px solid silver;
	background: white;
	padding: 4px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px silver;
	-o-box-shadow: 1px 1px 5px silver;
	-moz-box-shadow: 1px 1px 3px silver;
	box-shadow: 1px 1px 3px silver;
}

.photoSm {
	margin: 8px;
	border: 1px solid silver;
	background: #fcf3a3; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcf3a3 0%, #e9b35d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf3a3), color-stop(100%,#e9b35d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcf3a3 0%,#e9b35d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcf3a3 0%,#e9b35d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcf3a3 0%,#e9b35d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcf3a3 0%,#e9b35d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf3a3', endColorstr='#e9b35d',GradientType=0 ); /* IE6-9 */
	padding: 4px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px silver;
	-o-box-shadow: 1px 1px 5px silver;
	-moz-box-shadow: 1px 1px 3px silver;
	box-shadow: 1px 1px 3px silver;
}

.jsml_button {
	width: 100px;
}

.tableMargin {
	margin-left: auto;
	margin-right: auto;
}

#orders {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 10px;
	float: left;
	height: 600px;
	overflow-y: scroll;
}

.order {
	border-style: solid;
	border-width: thin;
	width: 370px;
	padding: 5px;
	cursor: pointer;
	margin-top: 0px;
	position: relative
}

.order:hover {
	background: #FACC00;
}

.logoContact {
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	border: 1px solid #FACC00;
	border-radius: 10px;
	padding: 5px;
	background: #4D4D4D;
}

.map {
	height: 600px;
	width: 900px;
}

.mapContact {
	height: 200px;
	width: 500px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

#faqs {
	position: relative;
}
#faqs, .faqs1 h3 {
	cursor: pointer;
}
#faqs h3.active {
	color: #2594e8;
	text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}
#faqs div {
	position: relative;
}
#faqs div p {
	padding: 0;
	margin-bottom: 15px;
	position: relative;
}

#faq {
	position: relative;
}
#faq h3 {
	cursor: pointer;
}
#faq h3.active {
	color: #2594e8;
	text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}
#faq div {
	position: relative;
}
#faq div p {
	padding: 0;
	margin-bottom: 15px;
	position: relative;
}

div#pop-K-type, div#pop-S-type, div#pop-J-type, div#pop-upAb, div#pop-upTr, div#pop-upWn, div#pop-upWl, div#pop-RTD, div#pop-upGP, div#pop-upPr, div#pop-marpol, div#pop-upCl {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #fff;
	margin: 20px auto;
	display: block;
	padding: 20px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
	z-index: 3000
}

div#pop-upPr, div#pop-upTv, div#pop-upWTP, div#pop-upRTP {
	display: none;
	position: absolute;
	width: 228px;
	padding: 10px;
	background: #fff;
	margin: 20px auto;
	display: block;
	padding: 20px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
	z-index: 3000
}

div#pop-upTv {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #fff;
	margin: 20px auto;
	display: block;
	padding: 20px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
	z-index: 3000
}

div#pop-upGP, div#pop-upHH, div#pop-upMD3, div#pop-upPH, div#pop-upPreview {
	display: none;
	position: absolute;
	width: 430px;
	padding: 10px;
	background: #fff;//
	margin: 20px auto;
	display: block;
	padding: 20px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
	z-index: 3000
}

div#pop-upLog, div#pop-upChat {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	background: #fff;//
	margin: 20px auto;
	display: block;
	padding: 20px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
	z-index: 3000
}

div#pop-upTime {
	display: none;
	position: absolute;
	width: 280px;
	padding: 10px;
	text-align: center;
	background: #fff;//
	margin: 20px auto;
	display: block;
	padding: 20px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.3) inset;
	color: #000000;
	border: 1px solid #1a1a1a;
	font-size: 90%;
	z-index: 3000
}

.boxcss {
	vertical-align: top;
	background: #fff;
	margin: 20px auto;
	display: block;
	width: 395px;
	height: 245px;
	padding: 20px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.boxcss2 {
	vertical-align: top;
	background: #fff;
	margin: 20px auto;
	display: block;
	width: 410px;//
	height: 180px;
	padding: 10px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.boxcss3 {
	vertical-align: top;
	background: #fff;
	margin: 20px auto;
	display: block;
	width: 450px;//
	height: 180px;
	padding: 10px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.boxcssPT {
	vertical-align: top;
	background: #fff;
	margin: 20px auto;
	display: block;
	width: 400px;//
	height: 180px;
	padding: 10px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.boxcss4 {
	vertical-align: top;
	background: #fff;
	margin: 20px auto;
	display: block;
	width: 400px;//
	height: 180px;
	padding: 10px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

input[type=radio] {
	display: none;
}

input[type=radio]+ label {
	display: inline-block;
	margin: -2px;
	padding: 0px 20px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: black;//
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
	to(#e6e6e6) );
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
	'#ffffffff', endColorstr = '#ffe6e6e6', GradientType = 0 );
	filter: progid : DXImageTransform.Microsoft.gradient ( enabled = false );
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2pxrgba(0, 0, 0, 0.05);
}

input[type=radio]:checked+ label {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #e0e0e0;
}

#poprawa, #popraw {
	color: red;
}

.reset1 {
	display: inline-block;
	margin: -2px;//
	padding: 0px 54px;
	width: 57px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
	color: black;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
	to(#e6e6e6) );
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
	'#ffffffff', endColorstr = '#ffe6e6e6', GradientType = 0 );
	filter: progid : DXImageTransform.Microsoft.gradient ( enabled = false );
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2pxrgba(0, 0, 0, 0.05);
}

.oblicz {
	display: inline-block;
	margin: -2px 4px;//
	padding: 0px 54px;
	width: 148px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: black;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
	to(#e6e6e6) );
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
	'#ffffffff', endColorstr = '#ffe6e6e6', GradientType = 0 );
	filter: progid : DXImageTransform.Microsoft.gradient ( enabled = false );
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2pxrgba(0, 0, 0, 0.05);
}

.przel td {//
	padding: 6px 5px;
	padding: 5px;
	margin: 0px;
	border-color: #4D4D4D;
	border: 1px solid #4D4D4D;
}

.oblicz1 {
	display: inline-block;
	margin: 4px 4px;//
	padding: 0px 54px;
	width: 75px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 23px;
	color: black;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
	to(#e6e6e6) );
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
	'#ffffffff', endColorstr = '#ffe6e6e6', GradientType = 0 );
	filter: progid : DXImageTransform.Microsoft.gradient ( enabled = false );
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2pxrgba(0, 0, 0, 0.05);
}

td.oblicz a, td.oblicz1 a, a:hover {
	color: black;
}

.active a {
	color: #1470d9;
	text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}

.active {
	color: #1470d9;
	text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}

.faqs h3 {
	cursor: pointer;
}

.faqs p, .faqs1 div {
	text-align: justify;
}

.modal {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	display: none;
}

.modal > div {
	width: 600px;
	margin: 7% auto;
	padding: 0px 0px;
	background: #fff;
	height: 230px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4d4d4d;
	-webkit-box-shadow: 0px 0px 18px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 18px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 18px 10px rgba(0,0,0,1);
}

.ui-dialog {
	-webkit-box-shadow: 0px 0px 18px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 18px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 18px 10px rgba(0,0,0,1);
}

.modal1 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	display: none;
}

.modal1 > div {
	width: 600px;
	margin: 7% auto;
	padding: 0px 0px;
	background: #fff;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4d4d4d;
}

.modal2 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

.modal2 > div {
	width: 1024px;
	margin: 7% auto;
	padding: 0px 0px;
	background: #fff;
	height: 551px;
	position: relative;
	top: -80px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4d4d4d;
}

/*.modalDialog {   serviceStepBy Step
 position: fixed;
 font-family: Arial, Helvetica, sans-serif;
 top: -82px;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.8);
 z-index: 99999;
 opacity: 0;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 pointer-events: none;
 }

 .modalDialog:target {opacity: 1;pointer-events: auto;}

 .modalDialog>div {
 width: 500px;
 position: relative;
 margin: 7% auto;
 padding: 0px 155px; //
 border-radius: 10px;
 background: #fff;
 background: -moz-linear-gradient(#fff, #999);
 background: -webkit-linear-gradient(#fff, #999);
 background: -o-linear-gradient(#fff, #999);
 }*/

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -22px;
	text-align: center;
	top: -6px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #00d9ff;
}

.href a {
	color: brown;
}

.PageTitleh1 {
	margin: 10px 5px 5px;
	border-bottom-style: double;
	border-color: #ccc;
}

.PageTitlehInfoBox {
	border-bottom-style: double;
	border-color: grey;
}

.super a:hover {
	color: yellow;
}

.userBox {//
	background-image: url('../images/user.gif');//
	background-repeat: no-repeat;
	border: 1px solid #596a72;
	background: #4D4D4D;
	padding-left: 10px;
	color: white;
}

.passBox {//
	background-image: url('../images/key.gif');//
	background-repeat: no-repeat;
	padding-left: 10px;
	border: 0px solid black;
}

menu_border {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.span1 {
	width: 210px;
	border: 1px solid black;
}

.overflow {
	overflow-y: visible;
	overflow-x: auto;
	padding-bottom: 20px;
}

.box {
	vertical-align: top;
	position: relative;
	width: 500px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	text-align: justify;
}

.box:before, .box:after {//
	position: absolute;
	width: 40%;//
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.box:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

.boxCharts {
	vertical-align: top;
	position: relative;
	width: 960px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	text-align: justify;
}

.boxCharts:before, .box:afterCharts {//
	position: absolute;
	width: 40%;//
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.boxCharts:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

.box1 {
	vertical-align: top;
	position: relative;
	width: 967px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	text-align: justify;
}

.box1:before, .box1:after {//
	position: absolute;
	width: 40%;//
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.box1:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

.fast {
	height: 20px;
	position: relative;
	width: 100%;
	text-align: left;
	background: #4D4D4D;
}

.down_menu li {
	list-style: none;
	color: white;
	font-size: 11px;
	margin-bottom: 5px;
	text-align: left;
}

.hr1 {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #FACC00;
	width: 200px;
	position: relative;
	left: -37px;
}

.hr2 {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #FACC00;
	width: 200px;
	position: relative;
	left: -45px;
}

.hr3 {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #FACC00;
	width: 200px;
	position: relative;
	left: -45px;
}

.hr4 {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #FACC00;
	width: 200px;
	position: relative;
	left: -40px;
}

.down_menu li a {
	color: white;
	font-size: 10px;
	text-align: left;
	position: relative;
	left: 7px;
}

.down_menu li .h a:hover {
	color: #FACC00 !important;
	text-shadow: 1px 1px 1px black;
	font-size: 10px;
}

.down_menu1 {
	width: 150px;
	border: 0px solid black;
}

.down_menu2 {
	width: 100px;
	border: 0px solid black;
}

.down_menu2 h3 {
	padding-bottom: 5px;
	font-size: 11px;
	text-align: left;
	color: white;
	width: 120px;
	text-shadow: 1px 1px 1px black;
	width: 156px;
	font-size: 15px;
	margin: 0px 0 0px;
	padding-bottom: 0px;
	text-indent: -6px;
	position: relative;
	left: 8px
}

.down_menu3 {
	width: 100px;
	border: 0px solid black;
}

.down_menu3 h3 {
	padding-bottom: 5px;
	font-size: 11px;
	text-align: left;
	color: white;
	width: 120px;
	text-shadow: 1px 1px 1px black;
	width: 156px;
	font-size: 15px;
	margin: 0px 0 0px;
	padding-bottom: 0px;
}

.down_menu4 {
	width: 100px;
	border: 0px solid black;
}

.down_menu4 h3 {//
	padding-bottom: 5px;//
	font-size: 11px;
	text-align: left;
	color: white;
	width: 120px;
	text-shadow: 1px 1px 1px black;
	width: 150px;
	font-size: 15px;
	margin: 0px 0 0px;
	padding-bottom: 0px;
}

.down_menu1 h3 {//
	padding-bottom: 5px;//
	font-size: 11px;
	text-align: left;
	color: white;
	width: 120px;
	text-shadow: 1px 1px 1px black;
	width: 200px;
	font-size: 15px;
	margin: 0px 0 0px;
	padding-bottom: 0px;
	position: relative;
	left: 8px
}

.position {
	font-size: 11pt;
	margin: 0;//
	position: relative;
	width: 100%;
	z-index: 900;
	top: -49px;//
	border: 1px solid yellow;
	height: 0px;
	left: -80px;
}

position1 {
	position: relative;
	width: 100%;
	z-index: 1000;
	top: 100px;
	border: 1px solid yellow;
	left: -30px;
}

#menu {
	list-style: none;//
	width: 668px;
	width: 1200px;
	margin: 47px 0px 0px -10px;//
	height: 43px;//
	height: 21px;
	padding: 3px 20px 0px 20px;
	/* Borders */
	float: left;
	position: relative;
	z-index: 1500;
	top: 0px;
	border: 0px solid yellow;//
	font-size: 30px;//
	-moz-box-shadow: inset 0px 0px 1px #edf9ff;//
	-webkit-box-shadow: inset 0px 0px 1px #edf9ff;//
	box-shadow: inset 0px 0px 1px #edf9ff;
}

#menu1 {
	list-style: none;
	width: 940px;//
	height: 43px;
}

.position ul {
	text-indent: 1px;
}

#menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 5px 10px;
	margin-right: 0px;//
	margin-top: 11px;
	border: none;//
	border-right: 1px solid #002232;
	color: white;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	position: relative;
	display: block;
	color: black;//
	padding: 10px;
	background: #ffffff; /* Old browsers */
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {//
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	display: block;
	outline: 0;//
	height: 20px;//
	padding: -1px;
	width: 100%;
	text-decoration: none;
	height: 22px;//
	padding: 0px 0px 0px 9px;
	color: white;
}

#menu li:hover a {
	color: black;//
	text-shadow: #FACC00 1px 1px 1px;//
	height: 23px;
}

#menu li .drop {
	padding-right: 10px;//
	background: url("../img/drop.png") no-repeat right 8px;
}

#menu li:hover .drop {//
	background: url("../img/drop.png") no-repeat right 7px;
}

.dropdown_4ecolumns {
	margin: 4px -25px;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 5px 0px 5px;
	border: 1px solid #777777;
	border-top: none;//
	left: -100px;
	/* Gradient background */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
	color-stop(47%, #f6f6f6), color-stop(100%, #ededed) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
	'#ffffff', endColorstr = '#ededed', GradientType = 0 ); /* IE6-9 */
	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.dropdown_4ccolumns {
	margin: 4px -300px;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 5px 0px 5px;
	border: 1px solid #777777;
	border-top: none;//
	left: -100px;
	/* Gradient background */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
	color-stop(47%, #f6f6f6), color-stop(100%, #ededed) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
	'#ffffff', endColorstr = '#ededed', GradientType = 0 ); /* IE6-9 */
	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4acolumns, .dropdown_5columns {
	margin: 4px auto;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 5px 0px 5px;
	border: 1px solid #777777;
	border-top: none;
	/* Gradient background */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
	color-stop(47%, #f6f6f6), color-stop(100%, #ededed) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
	'#ffffff', endColorstr = '#ededed', GradientType = 0 ); /* IE6-9 */
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_4columns {
	margin: 4px auto;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 5px 0px 5px;
	border: 1px solid #777777;
	border-top: none;
	/* Gradient background */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
	color-stop(47%, #f6f6f6), color-stop(100%, #ededed) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
	'#ffffff', endColorstr = '#ededed', GradientType = 0 ); /* IE6-9 */
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_4bcolumns {
	margin: 4px -150px;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 5px 0px 5px;
	border: 1px solid #777777;
	border-top: none;
	/* Gradient background */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
	color-stop(47%, #f6f6f6), color-stop(100%, #ededed) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
	'#ffffff', endColorstr = '#ededed', GradientType = 0 ); /* IE6-9 */
	/* Rounded Corners */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.dropdown_1acolumn {
	margin: 4px auto;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 5px 0px 5px;
	border: 1px solid #777777;
	border-top: none;
	/* Gradient background */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
	color-stop(47%, #f6f6f6), color-stop(100%, #ededed) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
	'#ffffff', endColorstr = '#ededed', GradientType = 0 ); /* IE6-9 */
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {
	width: 180px;
}

.dropdown_1acolumn {
	width: 250px;
}

.dropdown_2columns {
	width: 280px;
}

.dropdown_3columns {
	width: 420px;
}

.dropdown_4columns {
	width: 840px;
}

.dropdown_4ecolumns {
	width: 750px;
}

.dropdown_4acolumns {
	width: 440px;
}

.dropdown_4bcolumns {
	width: 850px;
}

.dropdown_4ccolumns {
	width: 930px;
}

.dropdown_5columns {
	width: 250px;
}

#menu li:hover .dropdown_1column, #menu li:hover .dropdown_1acolumn, #menu li:hover .dropdown_2columns, #menu li:hover .dropdown_3columns, #menu li:hover .dropdown_4columns, #menu li:hover .dropdown_4acolumns, #menu li:hover .dropdown_4ecolumns, #menu li:hover .dropdown_4bcolumns, #menu li:hover .dropdown_4ccolumns, #menu li:hover .dropdown_5columns {
	left: -1px;
	top: auto;
}

.col_1, .col_11, .col_1a, .col_1b, .col_1c, .col_1d, .col_2, .col_3, .col_4, .col_5 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;//
	font-size: 10px;
}

.col_1 {
	width: 200px;
}

.col_11 {
	width: 200px;
}

.col_1a {
	width: 200px;
}

.col_1b {
	width: 100px;
}

.col_1c {
	width: 181px;
}

.col_1d {
	width: 200px;
}

.col_2 {
	width: 150px;
}

.col_3 {
	width: 240px;
}


.col_4 {
	width: 250px;
}

.col_5 {
	width: 690px;
}

#menu .menu_right {
	float: right;
	margin-right: 0px;
}

#menu li .align_right {/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left: auto;
	right: -1px;
	top: auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {//
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-size: 11px;
	text-align: left;//
	text-shadow: 1px 1px 1px #FFFFFF;
	color: black;
}

#menu h2 {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 7px 0 14px 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #666666;
}

#menu h3 {
	font-size: 12px;
	margin: 7px 0 14px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #888888;
}

#menu p {
	line-height: 18px;
	margin: 0 0 10px 0;
}

#menu h3 a {
	font-size: 12px;
}

#menu li:hover div a {
	font-size: 11px;
	color: #000000;
}

#menu li:hover div a:hover {//
	color: #029feb;
	color: #FACC00;//
	text-shadow: black 1px 1px 1px;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.imgshadow {/* Better style on light background */
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #777777;
	margin-top: 5px;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.img_left {/* Image sticks to the left */
	width: auto;
	float: left;
	margin: 5px 15px 5px 5px;
}

#menu li .black_box {
	background-color: #333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding: 4px 6px 4px 6px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* Shadow */
	-webkit-box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}

#menu li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}

#menu li ul li {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	width: 130px;
}

#menu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#menu li .greybox li {
	background: #F4F4F4;
	border: 1px solid #bbbbbb;
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	width: 116px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#menu li .greybox li:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 4px 0px;
}