<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
BODY, HTML {
	width:100%;
	height:100%;
}
BODY {
	color:#333333;
	background-color:#FFF;
	padding:0px;
	margin:0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}

TH, TD	{
	font-size:inherit;
}
P	{
}

A, A:link, A:visited	{
	color:#0099cc; text-decoration: none;
}
A:hover	{
	color:#ffcc33; text-decoration:none;
}
OL, UL {
	margin:10px 0px;
	padding-left:18px;
}
SECTION {
	overflow:hidden;
}
SECTION p {
	margin:5px 0px;
}
FORM {
	margin:0px;
	padding:0px;
}
TEXTAREA, INPUT {
	outline: none;
	resize: none;
}
IMG { border:none; }
HR {
	display:block;
	height:1px;
	border:none;
	border-top:1px dotted #999;
	margin:10px 0px;
}
H1 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:xx-large;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	line-height:1em !important;
}
H1.tab {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background-color:#0099cc;
	margin-bottom:20px;
	padding:10px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	behavior: url(/includes/PIE.php);
}
H2 {
	font-family:inherit;
	font-weight: 300;
	font-size: xx-large;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}
H3 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:inherit;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.wrapper {
	margin:0px auto;
	width:990px;
}
.wrapslider {
	width:100%;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}
.onecolumn {
	width: calc((100% - 3 * 30px) / 4);
}
.twocolumn {
	width: calc((100% - 1 * 30px) / 2);
}
.threecolumn {
	width: calc((100% * 3 - 30px) / 4);
}
.onethreecolumn {
	width: calc((100% - 2 * 30px) / 3);
}
.twothreecolumn {
	width: calc((100% * 2 - 30px) / 3);
}
.smallcolumn {
	width:100px;
}
.bigcolumn {
	width: calc(100% - 100px - 30px);
}
div.status {
	float:left;
	width: 24px;
}
div.status p {
	margin:1px 0px;
}
div.remain {
	float:right;
	width: calc(100% - 40px);
	overflow:hidden;
}

.leftcolumn {
	float:left;
}
.rightcolumn {
	float:right;
}
.centercolumn {
	float:left;
	margin-left:30px;
}
section.block {
	background-color:#F6F6F6;
	padding:5px 10px;
	margin:5px 0;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
section.navigation {
	padding:5px 10px;
	margin:5px 0px;
	background: #F6F6F6 url(../images/grnd_head.gif);
}
section.head {
	border-top:1px solid #CCC;
	padding:5px;
	background-color:#EEE;
}
section.total {
	border-bottom:1px solid #CCC;
	padding:5px;
	background-color:#EEE;
}
section.topline {
	margin-top:30px;
	border-top:1px solid #CCC;
	padding:10px 0px;
}
.price {
	font-weight:bold;
	font-size:larger;
	margin-bottom:10px;
}
.price.big {
	font-size:x-large;
}
.priceold {
	color:#CCC;
	font-weight:normal;
	font-size:smaller;
	text-decoration: line-through;
}

/* ================================================== */
/* LAYERSLIDER */
/* ================================================== */
#fb-root {
	display:none;
}
#layerslider * {
	line-height:initial;
}
#layerslider ul {
	padding:0;
}
#divTopBanner {
	width:100%;
	overflow:hidden;
}
#divTopBanner.fullsize {
	height:100%;
}
#divTopBanner div.wrapslider {
}
/* ================================================== */
/* TOPMENU */
/* ================================================== */
#divHeader {
	background-color:#f4f5f9;
	padding:10px 0px;
}
#divHeader div.welcome {
	font-size:smaller;
	float:left;
}
#divMenu {
	position:fixed;
	padding:10px 0px;
	width:100%;
	top:0;
	z-index:999;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
#divMenu.nofloat {
	position:static;
}
#divMenu.keeptotop {
	background-color:#FFF;
	-webkit-box-shadow:0px 1px 5px 0px #666;
	   -moz-box-shadow:0px 1px 5px 0px #666;
	        box-shadow:0px 1px 5px 0px #666;
	z-index:99999;
}
ul.logo {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:0;
	line-height:0;
}
ul.logo li {
	display:inline-block;
	text-align:center;
}
ul.logo li img {
	display:block;
	width:200px;
	height:auto;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
#divMenu.keeptotop ul.logo li img {
	width:100px;
}
ul.lang {
	float:right;
	list-style-type:none;
	margin:0px;
	margin-left:10px;
	padding:0px;
	text-align:center;
	font-size:0;
	line-height:0;
}
ul.lang &gt; li {
	display:inline-block;
	margin:2px 5px;
}
ul.lang &gt; li img {
	display:block;
}
#divMenu.keeptotop ul.lang {
	display:none;
}
ul.toplink {
	float:right;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.toplink &gt; li {
	display:inline-block;
	border-right:1px solid #FFF;
	padding:0px 5px;
	padding-right:7px;
}
ul.toplink &gt; li:first-child {
	padding-left:0px;
}
ul.toplink &gt; li:last-child {
	padding-right:0px;
	border-right:none;
}
ul.toplink &gt; li a {
	font-size:smaller;
}
ul.toplink &gt; li a:link, ul.toplink &gt; li a:visited {
	color:#FFF;
}
ul.toplink &gt; li a:hover {
	color:#0099cc;
}
#divMenu.nofloat ul.toplink &gt; li {
	border-right:1px solid #0099cc;
}
#divMenu.nofloat ul.toplink &gt; li:last-child {
	border-right:none;
}
#divMenu.nofloat ul.toplink &gt; li a:link, ul.toplink &gt; li a:visited {
	color:#0099cc;
}
#divMenu.keeptotop ul.toplink {
	display:none;
}
#divSearch {
	float:right;
	margin-top:8px;
}
#divSearch form input[type='text'] {
	border:none;
	color:#a4bacb;
	margin:0px;
	padding:5px 10px;
	padding-right:25px;
	background: #EEE url(../images/icon_search.png) no-repeat right 2px center;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	behavior: url(/includes/PIE.php);
	width:80px !important;
	width:100px;
}
ul.mainmenu {
	clear:right;
	float:right;
	list-style-type:none;
	margin:0px;
	margin-top:15px;
	padding:0px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:0;
	text-align:right;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.mainmenu &gt; li.row {
	display:inline-block;
	font-size:16px;
	text-align:left;
	margin-left:10px;
}
ul.mainmenu &gt; li.button {
	display:none;
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:10px 0px;
	padding-left:40px;
	background: url(../images/btn_menu.png) no-repeat left center;
	text-align:left;
}
ul.mainmenu &gt; li.row &gt; div {
	white-space:nowrap;
	z-index:1;
}
ul.mainmenu &gt; li.row &gt; div &gt; a {
	display:block;
	font-weight: bold;
	-webkit-transition: color 0.5s;
	   -moz-transition: color 0.5s;
	     -o-transition: color 0.5s;
		    transition: color 0.5s;
}
ul.mainmenu &gt; li.row &gt; div &gt; a:link, ul.mainmenu &gt; li.row &gt; div &gt; a:visited {
	color:#000;
}
ul.mainmenu &gt; li.row &gt; div &gt; a:hover {
	color:#ffcc33;
}
ul.mainmenu &gt; li.active &gt; div &gt; a:link,
ul.mainmenu &gt; li.active &gt; div &gt; a:visited {
	color:#0099cc;
}
#divMenu.keeptotop ul.mainmenu &gt; li.row &gt; div &gt; a:link,
#divMenu.keeptotop ul.mainmenu &gt; li.row &gt; div &gt; a:visited {
	color:#0099cc;
}
#divMenu.keeptotop ul.mainmenu &gt; li.row &gt; div &gt; a:hover {
	color:#0099cc;
}
#divMenu.keeptotop ul.mainmenu &gt; li.active &gt; div &gt; a:link,
#divMenu.keeptotop ul.mainmenu &gt; li.active &gt; div &gt; a:visited {
	color:#0099cc;
}

ul.popmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-top:10px;
	position:absolute;
	white-space:nowrap;
	display:none;
	z-index:999;
}
ul.popmenu &gt; li {
	position:relative;
	white-space:nowrap;
	font-size:14px;
	border-bottom:1px solid #0099cc;
	text-align:left;
}
ul.popmenu &gt; li a {
	display:block;
	padding:8px 20px;
	background-color:#EEE;
	-webkit-transition: background 0.5s;
	   -moz-transition: background 0.5s;
	     -o-transition: background 0.5s;
		    transition: background 0.5s;
}
ul.popmenu &gt; li a:link, ul.popmenu &gt; li a:visited {
	color:#333;
}
ul.popmenu &gt; li a:hover {
	color:#FFF;
	background-color:#0099cc;
}
ul.popmenu &gt; li &gt; ul {
	top:0px;
	left:100%;
	margin-left:1px;
	padding-top:0px;
}
ul.popmenu &gt; li.hasSub &gt; a {
	background-image: url(../images/icon_right.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 16px 16px;
}

ul.submenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.botmenu {
	list-style-type:none;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	text-align:center;
}
ul.botmenu &gt; li {
	display:inline-block;
	padding:0px 10px;
	padding-right:12px;
	border-right:1px solid #0099cc;
	font-weight:bold;
}
ul.botmenu &gt; li:first-child {
	padding-left:0px;
}
ul.botmenu &gt; li:last-child {
	padding-right:0px;
	border-right:none;
}

.divTopTrace {
	margin-bottom:20px;
}
.divTopTrace a {
	text-decoration:none;
	padding:0px 10px;
	padding-left:15px;
	background: url(../images/dotsub.gif) no-repeat left center;
}
.divTopTrace a:link, .divTopTrace a:visited {
	color:#666;
}
.divTopTrace a:hover {
	color:#0099cc;
}
.divTopTrace a:first-child {
	padding:0px 10px 0px 0px;
	background: none;
}
.divTopTrace a:last-child {
}

/* ================================================== */
/* HTML */
/* ================================================== */
.html {
	margin-bottom:30px;
}
.html p {
	margin:0px;
}
/* ================================================== */
/* POST */
/* ================================================== */
#divBody {
}
#divAdmin {
	float:left;
	width: calc((100% * 3 - 30px) / 4);
	overflow:hidden;
}
#divBody.fullpage {
}
#divSlide {
	border:1px solid #CCC;
	margin-bottom:5px;
}
#divThumb ul.slides &gt; li {
	border:1px solid #CCC;
	margin-right:1px;
	cursor:pointer;
}
.divForm {
	background-color:#EEE;
	padding:20px;
}
.content b, .content strong {
}
.content p {
	line-height:1.5em;
}
.content ul, .content ol {
	overflow:hidden;
}
.content img {
	max-width:100%;
	height:auto;
}
.thumb {
}
.thumb img {
	width:100%;
	height:auto;
}
.image {
	margin-bottom:20px;
}
.image img {
	width:100%;
	height:auto;
}

.videobar {
	position:absolute;
	width:18px;
	height:100%;
	background: url(../images/videobar.png) repeat-y left center;
	z-index:1;
	top:0;
}
.videobar.right {
	right:0;
}
.iconvideo {
	position:absolute;
	width:55px;
	height:40px;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-27px;
	z-index:1;
	background: url(../images/icon_video.png) no-repeat left top;
}
.iconvideo:hover {
	background-position: left bottom;
}

ul.column {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.column &gt; li.row {
	overflow:hidden;
	margin-bottom:20px;
}
ul.column &gt; li.row h2 {
	font-weight: normal;
}
ul.column &gt; li.row h2 a:link, ul.column &gt; li.row h2 a:visited {
	color:#ffcc33;
}
ul.column &gt; li.row h2 a:hover {
	color:#0099cc;
}
ul.column &gt; li.row h3 {
	font-size: large;
	font-weight: bold;
}
ul.column &gt; li.row div.thumb {
	margin-bottom:10px;
}

ul.column2 &gt; li.row,
ul.column3 &gt; li.row,
ul.column4 &gt; li.row,
ul.column5 &gt; li.row,
ul.column6 &gt; li.row {
	float:left;
	margin-left:30px;
}
ul.column2 &gt; li.row {
	width: calc((100% - 1 * 30px) / 2);
}
ul.column3 &gt; li.row {
	width: calc((100% - 2 * 30px) / 3);
}
ul.column4 &gt; li.row {
	width: calc((100% - 3 * 30px) / 4);
}
ul.column5 &gt; li.row {
	width: calc((100% - 4 * 30px) / 5);
}
ul.column6 &gt; li.row {
	width: calc((100% - 5 * 30px) / 6);
}
ul.column2 &gt; li.row:nth-child(2n+1),
ul.column3 &gt; li.row:nth-child(3n+1),
ul.column4 &gt; li.row:nth-child(4n+1),
ul.column5 &gt; li.row:nth-child(5n+1),
ul.column6 &gt; li.row:nth-child(6n+1) {
	clear:both;
	margin-left:0px;
}
ul.column1 &gt; li.row {
	border-top:1px dotted #CCC;
	padding-top:30px;
}
ul.column1 &gt; li.row .more {
	text-align:right;
}
ul.column1 &gt; li.row &gt; div.thumb {
	width: calc((100% - 3 * 30px) / 4);
	float:left;
	margin-right:30px;
}
ul.column2 &gt; li.row &gt; div.thumb {
	width: calc(50% - 15px);
	float:left;
	margin-right:30px;
}
ul.column2 &gt; li.row .more {
	text-align:right;
}
ul.product &gt; li.row {
}
ul.product &gt; li.row .more  {
	text-align:center;
}
ul.product &gt; li.row div.thumb {
	border:1px solid #CCC;
}
ul.product &gt; li.row h3 {
	text-align:center;
}
ul.smalltitle &gt; li.row h3 {
	font-size:inherit;
}

ul.category &gt; li.row div.thumb {
	border:1px solid #0099cc;
	overflow:hidden;
}
ul.category &gt; li.row h3 {
	font-size:inherit;
}

ul.zoom &gt; li.row div.thumb {
	overflow:hidden;
}
ul.zoom &gt; li.row div.thumb img {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.zoom &gt; li.row div.thumb img:hover {
	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
		 -o-transform: scale(0.9);
		-ms-transform: scale(0.9);
			transform: scale(0.9);
}
ul.center &gt; li.row h3 {
	font-weight: 300;
}
ul.center &gt; li.row h3,
ul.center &gt; li.row div.content,
ul.center &gt; li.row .more  {
	text-align:center;
}

ul.related {
	list-style-type:square;
	margin:0px;
	padding:0px;
	padding-left:18px;
}
ul.nobullet {
	margin-top:5px;
	list-style-type:none;
	padding-left:0px;
}
ul.nobullet &gt; li.row {
	overflow:hidden;
}
ul.related &gt; li.row {
	margin-bottom:5px;
}
ul.related &gt; li.row div.thumb {
	float:left !important;
	width: 100px;
	margin-right:10px;
	background-color:#f4f5f9;
}
ul.related &gt; li.row div.thumb img {
	border:1px solid #f4f5f9;
	width:100%;
	height:auto;
}
ul.related &gt; li.row div.content {
}
ul.related &gt; li.row div.content p {
	margin:0px;
}
ul.related &gt; li.row h3 {
	font-family:inherit;
	font-weight: normal;
	margin-bottom:0px;
}
ul.related &gt; li.row a:link, ul.related &gt; li.row a:visited {
	color:#0099cc;
}
ul.related &gt; li.row a:hover {
	color:#ffcc33;
}

ul.gallery {
	list-style-type:none;
	margin:0px;
	margin-top:10px;
	padding:0px;
	overflow:hidden;
}
ul.gallery &gt; li {
	float:left;
	width: calc((100% - 3 * 10px) / 4);
	margin-left:10px;
	margin-bottom:10px;
}
ul.gallery &gt; li:nth-child(10n+1),
ul.gallery &gt; li:nth-child(10n+6) {
	width: calc((100% - 10px) / 2);
}
ul.gallery &gt; li:nth-child(10n+6) {
	float:right;
	clear:both;
	margin-left:0px;
}
ul.gallery &gt; li:nth-child(10n+1),
ul.gallery &gt; li:nth-child(10n+7),
ul.gallery &gt; li:nth-child(10n+9) {
	margin-left:0px;
}
ul.gallery &gt; li div.content {
	display:none;
}


ul.thumblist {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	font-size:0;
}
ul.thumblist &gt; li {
	display:inline-block;
	border:1px solid #CCC;
	margin-right:4px;
	margin-top:4px;
}
ul.thumblist &gt; li img {
	width:48px;
	height:48px;
	cursor:pointer;
	display:block;
}
#divGallery {
	border:1px solid #CCC;
}

ul.search {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:small;
	color:#6a6a6a;
	line-height:1.4;
}
ul.search &gt; li.row {
	margin-bottom:30px;
}
ul.search &gt; li.row div.link {
	font-size:16px;
	line-height:14px;
	color:#006621;
}
ul.search &gt; li.row h3 {
	font-size:18px;
	margin-bottom:0px;
}
ul.search &gt; li.row h3 a, ul.search &gt; li.row h3 a:link {
	color:#1a0dab;
}
ul.search &gt; li.row h3 a:visited {
	color:#609;
}
ul.search &gt; li.row h3 a:hover {
	text-decoration: underline;
}
ul.search &gt; li.row div.content b {
	background-color:#FFFF00;
}

ul.adminrow {
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:1px dotted #CCC;
}
ul.adminrow li.row {
	padding:5px 5px;
	border-bottom:1px dotted #CCC;
}
ul.adminrow li.row:nth-child(odd) {
	background-color:#fcfcfc;
}
ul.adminrow li.row p {
	margin:5px 0px;
}
ul.adminrow li.row section {
	margin:0;
}


ul.function {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}
ul.function &gt; li {
	display:inline-block;
}

ul.maincat {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.maincat &gt; li.row {
	margin-bottom:1px;
}
ul.maincat &gt; li.row &gt; div {
	position:relative;
}
ul.maincat &gt; li.row &gt; div &gt; a {
	display:block;
	padding:8px 15px;
	background:#0099cc;
	-webkit-transition: background 0.5s;
	   -moz-transition: background 0.5s;
	     -o-transition: background 0.5s;
		    transition: background 0.5s;
}
ul.maincat &gt; li.row &gt; div &gt; a:link, ul.maincat &gt; li.row &gt; div &gt; a:visited {
	color:#FFF;
}
ul.maincat &gt; li.row &gt; div &gt; a:hover {
	color:#FFF;
	background-color:#ffcc33;
}
ul.maincat &gt; li.row &gt; div &gt; span {
	position:absolute;
	top:8px;
	right:8px;
	width:16px;
	height:16px;
	z-index:1;
}
ul.maincat &gt; li.active &gt; div &gt; a {
	background-color:#ffcc33;
}
ul.maincat &gt; li.hasSub &gt; div &gt; a {
	padding-right:30px;
}
ul.maincat &gt; li.hasSub &gt; div &gt; span {
	background-image: url(../images/icon_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	cursor:pointer;
}
ul.maincat &gt; li.hasSub.active &gt; div &gt; a {
	-webkit-border-bottom-left-radius:0px;
	    -moz-border-radius-bottomleft:0px;
		    border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	    -moz-border-radius-bottomright:0px;
		    border-bottom-right-radius:0px;
}
ul.maincat &gt; li.hasSub.active &gt; div &gt; span {
	background-image:url(../images/icon_down.png);
}
ul.subcat {
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:none;
	-webkit-border-bottom-left-radius:5px;
	    -moz-border-radius-bottomleft:5px;
		    border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	    -moz-border-radius-bottomright:5px;
		    border-bottom-right-radius:5px;
	behavior: url(/includes/PIE.php);
}
ul.subcat &gt; li {
	margin-bottom:1px;
}
ul.subcat &gt; li a {
	display:block;
	padding:8px 15px;
	background:#EEE;
}
ul.subcat &gt; li a:link, ul.subcat &gt; li a:visited {
	color:#666;
}
ul.subcat &gt; li a:hover {
	color:#0099cc;
}
ul.subcat &gt; li.active a {
	font-weight:bold;
}
ul.maincat &gt; li.row ul.subcat {
	display:none;
}
ul.maincat &gt; li.active ul.subcat {
	display:block;
}

ul.attach {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.attach &gt; li.row {
	padding:3px 0px;
	border-top:1px dotted #333;
	overflow:hidden;
}
ul.attach &gt; li.row div.status img {
	margin-top:3px;
	width:16px;
	height:auto;
}
ul.attach &gt; li.row div.filename {
	float:left;
	width: calc(100% - 200px - 24px);
}
ul.attach &gt; li.row div.button {
	float:right;
	text-align:right;
	width:170px;
}
ul.attach &gt; li.row span {
	font-size:smaller;
}

.more {
	margin:10px 0px;
}
.more a {
	display:inline-block;
	padding:10px 20px;
	color:#FFF;
	font-size:smaller;
	background-color:#0099cc;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	behavior: url(/includes/PIE.php);
}
.more a:hover {
	background-color:#ffcc33;
}

.divTag {
	line-height:2em;
}
.divTag a {
	font-style: italic;
}
.divTag a:link, .divTag a:visited {
	color:#999;
}
.divTag a:hover {
	color:#0099cc;
}

ul.sitemap {
	list-style-type: none;
	margin:10px 0px;
	padding:0px;
}
ul.sitemap &gt; li {
	white-space:nowrap;
}
ul.sitemap &gt; li span {
	display:inline-block;
	padding:10px 0px;
	padding-top:15px;
	background: url(../images/sitemap_line.png) repeat-y right top;
}
ul.sitemap &gt; li.home span {
	display:none;
}
ul.sitemap &gt; li.end span {
	background-position: right bottom;
}
ul.sitemap &gt; li a {
	display:inline-block;
	padding:8px 20px;
	border:1px solid #ffcc33;
}
ul.sitemap &gt; li.home a {
	color:#FFF;
	background-color:#ffcc33;
}

/* ================================================== */
/* HOME */
/* ================================================== */
#divHome {
	float:right;
	width: calc(80% - 15px);
	margin:20px 0px;
	overflow:hidden;
}
/* ================================================== */
/* FOOTER */
/* ================================================== */
#divFooter {
	clear:both;
	border-top:1px solid #CCC;
	padding-top:40px;
	overflow:hidden;
}
.copyright {
	font-size: smaller;
}
#divFooter div.block {
	float:left;
	width: calc((100% - 3 * 30px) / 4);
	margin-left:30px;
	margin-bottom:30px;
}
#divFooter div.block:first-child {
	margin-left:0;
}
#divFooter h1 {
	font-size:18px;
	font-weight:bold;
	color:#0099cc;
	margin-bottom:20px;
}

ul.tag {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}
ul.tag &gt; li.row {
	display:inline-block;
	margin-bottom:3px;
}
ul.tag &gt; li.row h3 {
	font-family: inherit;
	font-weight: normal;
	margin-bottom:0px;
}
ul.tag &gt; li.row a {
	display:block;
	padding:3px 6px;
	background-color:#f4f5f9;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	behavior: url(/includes/PIE.php);
}
ul.tag &gt; li.row a:link, ul.tag &gt; li.row a:visited {
	color:#333;
}
ul.tag &gt; li.row a:hover {
	color:#FFF;
	background-color:#0099cc;
}

#divPartner {
	overflow:hidden;
	position:relative;
}
#divPartner div.fadeleft, div.faderight {
	position:absolute;
	width:100px;
	height:100%;
	z-index:1;
	background: url(../images/grnd_fade.png) repeat-y right top;
}
#divPartner div.faderight {
	right:0px;
	background-position: left top;
}

#divOnTop {
	position:fixed;
	width:24px;
	height:24px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
	behavior: url(/includes/PIE.php);
	background: #0099cc url(../images/icon_top.png) no-repeat center center;
	color:#FFF;
	text-align:center;
	z-index:1000;
	bottom:60px;
	right:20px;
	cursor:pointer;
	-webkit-box-shadow:0px 0px 5px 0px #CCC;
	   -moz-box-shadow:0px 0px 5px 0px #CCC;
            box-shadow:0px 0px 5px 0px #CCC;
}
#divOnTop:hover {
	background-color:#ffcc33;
}
/* ================================================== */
/* LEFT */
/* ================================================== */
#divLeft {
	float:left;
	width: calc(20% - 15px);
	margin:20px 0px;
}

/* ================================================== */
/* RIGHT */
/* ================================================== */
#divRight {
	float:right;
	width: calc((100% - 3 * 30px) / 4);
	padding-top:90px;
}

ul.rightmenu {
	list-style-type:none;
	margin:0px;
	margin-bottom:30px;
	padding:0px;
}
ul.rightmenu &gt; li.row {
	background-color:#0194c8;
	margin-bottom:1px;
}
ul.rightmenu &gt; li.row:hover {
	background-color:#0066b3;
}
ul.rightmenu &gt; li.row a {
	display:block;
	padding:10px;
	text-align:center;
}
ul.rightmenu &gt; li.row a:link, ul.rightmenu &gt; li.row a:visited,
ul.rightmenu &gt; li.row a:hover {
	color:#FFF;
}

ul.admin {
	list-style-type:none;
	margin:0px;
	padding:10px;
	border:1px dotted #CCC;
	border-top:3px solid #CCC;
	margin-bottom:10px;
}
ul.admin li.row {
	border-bottom:1px dotted #999;
}
ul.admin li.row:last-child {
	border-bottom:none;
}
ul.admin li.row a, ul.admin li.row a:link, ul.admin li.row a:visited {
	display:block;
	color: #0099cc;
	padding:5px 0px;
}
ul.admin li.row a:hover {
	color:#ffcc33;
}
ul.admin li.active a:link, ul.admin li.active a:visited {
	color: #fff;
	background-color:#0099cc;
	padding:5px;
}

ul.banner {
	list-style-type:none;
	margin:0px;
	margin-top:20px;
	padding:0px;
}
ul.banner li {
	border:1px solid #CCC;
	margin-bottom:5px;
	overflow:hidden;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
	behavior: url(/includes/PIE.php);
}
ul.banner li img {
	display:block;
	width:100%;
	height:auto;
}
/* =========================================================================== */
/* BLOCK ===================================================================== */
/* =========================================================================== */
.tnav {
	color:#333;
	background-color:#999;
}
.tnav td {
}
.thead {
	padding-top:10px;
	padding-bottom:10px;
	margin:5px 0px;
	background: #F6F6F6 url(../images/grnd_head.gif);
}
.thead td {
	padding-left:5px;
	padding-right:5px;
}
.tborder {
	margin-bottom:20px;
}
.tborder th {
	background-color:#DDD;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
.tborder td.trow, .tborder td.trow1, .tborder td.trow2, .tborder td.ttotal {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
}
.tborder td.trow1, .tborder td.trow2, .tborder td.ttotal {
	border-bottom:1px dotted #CCC;
}
.tborder td.trow2 {
	background-color:#F6F6F6;
}
.tborder td.ttotal {
	background-color:#DDD;
	padding-top:10px;
	padding-bottom:10px;
}
.tframe {
	background-color:#DDD;
}
.tframe tr th {
	background-color:#DDD;
}
.tframe tr td {
	background-color:#FFF;
}
.tframe tr:nth-child(odd) td {
	background-color:#F6F6F6;
}

.sublink {
	margin-left:15px;
	padding:0px;
}

.message {
	color:#663300;
	margin:10px 0px;
	padding:10px;
	padding-left:50px;
	background:#ffff99 url(../images/icon_notice.png) no-repeat 9px 1px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	behavior: url(/includes/PIE.php);
	white-space:normal;
}
.thank {
	color:#006633;
	background-color:#66cc99;
}
.error {
	color:#FFF;
	background-color:#cc3333;
}
SPAN.error {
	display:block;
	margin-top:10px;
	font-style: italic;
}
SPAN.number {
	display:block;
	text-align:center;
	border:1px solid #CCC;
	padding:5px 0px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		    border-radius:3px;
	font-size:x-small;
}
SPAN.checkbox {
	display:block;
	text-align:center;
	background-color:#EEE;
	padding:2px 0px;
	border:1px solid #CCC;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
		    border-radius:3px;
}

#divPageNav {
	margin:10px 0px;
	color:#666;
	text-align:center;
}
#divPageNav a, #divPageNav a:link, #divPageNav a:visited {
	display:inline-block;
	padding:10px 15px;
	margin:2px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	behavior: url(/includes/PIE.php);
	border:solid 1px #CCC;
	background-color:#EEE;
	font-size: inherit;
	font-weight:bold;
	text-decoration:none;
	color:#666;
}
#divPageNav a.active:link, #divPageNav a.active:visited {
	color:#FFF;
	background-color:#0099cc;
}
#divPageNav a:hover, #divPageNav a.active:hover	{
	background-color:#CCC;
}

UL.hint {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
UL.hint li {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	white-space:nowrap;
}
UL.hint li img {
	float:left;
	margin-right:5px;
}
.map { cursor:pointer; }
.index	{color:#0087cc; }
.red	{color:#FF0000; }
.grey	{color:#999; }
.date	{
	color:#CCC;
	font-size:small;
}
.date.right {
	float:right;
	margin-top:2px;
}
.dotline { border-bottom:1px dotted #666; }
.gradient {
	background: url(../images/grnd_table.gif) repeat-x center bottom;
}
.greydate {
	font-size:smaller;
	color:#CCC;
}
.bluedate {
	margin-top:5px;
	font-size: xx-small;
	color:#66ccEE;
	white-space: nowrap;
}
span.hit {
	display:inline-block;
	background: url(../images/icon_eye.png) no-repeat left center;
	padding-left:20px;
}
.greydate span.hit {
	color:#999;
	background-image: url(../images/icon_eye_black.png);;
}
.bluedate span.hit {
	color:#66ccEE;
	background-image: url(../images/icon_eye_blue.png);;
}
.inactive {
	outline:2px dashed red !important;
}
.error {
	border-color:red;
	background:none;
}
span.error {
	display:block;
	color:red;
}

IMG.pointer	{cursor: pointer; }
.imgBorder	{}
.imgGrey	{
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		 -o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
			filter: grayscale(100%); 
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
}

BLOCKQUOTE	{
	background:#c4ddd8 url(../images/icon_quote.png) no-repeat left 5px top 10px;
	padding:10px 10px 10px 35px;
	margin:0px 0px;
	margin-top:10px;
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
			border-radius:15px;
	behavior: url(/includes/PIE.php);
	-webkit-border-top-left-radius:0px;
	    -moz-border-radius-topleft:0px;
		    border-top-left-radius:0px;
	position:relative;
}
a.bigbutton {
	display:inline-block;
	cursor:pointer;
	background-color:#0099cc;
	color:#FFF;
	font-family:inherit;
	font-weight:bold;
	font-size:inherit;
	margin:0;
	padding:10px 10px;
	border:1px solid #CCC;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	-webkit-appearance: none;
}
a.bigbutton:link, a.bigbutton:visited {
}
a.bigbutton:hover {
	background-color:#ffcc33;
}

INPUT[type='text'],
INPUT[type='password'],
INPUT[type='file'],
TEXTAREA, SELECT {
	display:block;
	border:1px solid #CCC;
	margin:0;
	padding:10px 10px;
	width: calc(100% - 22px);
	color:#666;
	font-family:inherit;
	font-size:inherit;
	background-color:#FFF;
	-webkit-appearance: none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	-webkit-font-smoothing: antialiased;
	outline:none;
}
INPUT[type='text']:focus,
INPUT[type='password']:focus,
INPUT[type='file']:focus {
	background-color:#ededed;
}
INPUT.number {
	width: 38px !important;
	width: 60px;
	text-align:center;
}

INPUT[name='k'] {
	padding-right:30px;
	width: calc(100% - 22px - 10px);
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
	background-size: 16px 16px;
}
INPUT[name='numberrandom'] {
	width: 78px !important;
	width: 100px;
}
SELECT {
	width: 100%;
}
SELECT.small {
	width:auto;
}
INPUT[type='button'],
INPUT[type='reset'],
INPUT[type='submit'] {
	cursor:pointer;
	background-color:#EEE;
	color:#666;
	font-family:inherit;
	font-weight:bold;
	font-size:inherit;
	margin:0;
	padding:10px 10px;
	border:1px solid #CCC;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
	-webkit-appearance: none;
}
INPUT[type='button']:hover,
INPUT[type='reset']:hover {
	background-color:#dfdfdf;
}
INPUT[type='button'].return {
	background:#EEE url(../images/icon_return.png) no-repeat left 10px center;
	background-size:16px 16px;
	padding-left:30px;
}
INPUT[type='button'].create {
	color:#FFF;
	background:#7fcb26 url(../images/icon_plus.png) no-repeat right 10px center;
	background-size:16px 16px;
	padding-right:30px;
}
INPUT[type='button'].return:hover {
	background-color:#dfdfdf;
}
INPUT[type='button'].create:hover {
	background-color:#333;
}
INPUT[type='submit'] {
	color:#FFF;
	background:#0066cc url(../images/icon_save.png) no-repeat right 10px center;
	background-size:16px 16px;
	padding-right:36px;
}
INPUT[type='submit']:hover {
	background-color:#333;
}

::selection {
	color:#FFF;
	background-color: #0099cc; /* WebKit/Blink Browsers */
}
::-moz-selection {
	color:#FFF;
	background: #0099cc; /* Gecko Browsers */
}</pre></body></html>