BODY, HTML {
	width:100%;
	height:100%;
}
BODY {
	color:#333333;
	background:#fedd02 url(../images/grnd.png);
	padding:0px;
	margin:0px;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:14px;
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
}
BODY.fade {
	-webkit-animation:fadein 1.0s;
	animation:fadein 1.0s;
}
B, STRONG {
	font-weight: 700;
}
@-webkit-keyframes fadein {
	from {
		opacity:0;
	} to {
		opacity:1;
	}
}
@keyframes fadein {
	from {
		opacity:0;
	} to {
		opacity:1;
	}
}

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

A, A:link, A:visited	{
	color:#b6506a; text-decoration: none;
}
A:hover	{
	color:#6e0014; 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: 'Pacifico', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 200%;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	line-height:inherit;'
}
H1.title {
	font-family: 'Baloo Thambi', Arial, Helvetica, sans-serif;
	font-weight: 700;
}
H2 {
	font-family:inherit;
	font-weight: 400;
	font-size: 172%;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
H3 {
	font-family: inherit;
	font-weight: 500;
	font-size: 125%;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
H3.tab {
	font-family: 'Pacifico', Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin:20px 0;
	padding:5px 10px;
	color: #FFF;
	background-color: #b6506a;
	position:relative;
	text-align:center;
}
H3.tab:before,
H3.tab:after {
	content:"";
	position:absolute;
	width:100%;
	height:5px;
	left:0;
	bottom:-5px;
	background: url(../images/grnd_menu.png) repeat-x left bottom;
	background-size:9px 9px;
}
H3.tab:before {
	top:-5px;
	bottom:auto;
	background-position: left top;
}

H3.tab a:link, H3.tab a:visited {
	color:#FFF;
}
H3.active a:link, H3.active a:visited,
H3.tab a:hover {
	color:#b6506a;
}
H3.active a:hover {
	color:#FFF;
}
H4 {
	font-family:inherit;
	font-weight: bold;
	font-size: inherit;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

.wrapper {
	margin:0px auto;
	width:990px;
}
.wrapcontent {
	margin:0px auto;
	background-color:#FFF;
}
.wrapcontent.admin {
}
.wrapslider {
	width:100%;
	margin:0px auto;
	overflow:hidden;
}
.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;
}
section.line {
	border:1px solid #EEE;
	padding:10px;
}
.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 */
/* ================================================== */
#layerslider * {
	line-height:initial;
	margin-top:0;
	margin-bottom:0;
}
#layerslider ul {
	padding:0;
}
#layerslider div.ls-inner {
	-webkit-border-top-left-radius:10px;
	    -moz-border-radius-topleft:10px;
		    border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	    -moz-border-radius-topright:10px;
		    border-top-right-radius:10px;
	overflow:hidden;
}
.ls-bottom-nav-wrapper {
	bottom:50px;
}
#divTopBanner {
	position:relative;
	height:600px;
	overflow:hidden;
	color:#FFF;
	-webkit-border-top-left-radius:10px;
	    -moz-border-radius-topleft:10px;
		    border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	    -moz-border-radius-topright:10px;
		    border-top-right-radius:10px;
}
#divTopBanner .wrapper {
	width: calc(100% - 120px);
}
#divTopSlide {
	position:relative;
	overflow:hidden;
	z-index:0;
}
.flex-control-nav {
	bottom: 50px !important;
}
.flex-control-paging {
	text-align:center !important;
}

/* ================================================== */
/* TOPMENU */
/* ================================================== */
#divHeader {
	background-color:#6e0014;
	padding:10px 0px;
	color:#FFF;
}
#divHeader div.welcome {
	margin-top:2px;
	font-weight:bold;
	float:left;
}
#divMenu {
	clear:both;
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:10000;
	background-color:#DF0674;
	-webkit-transition: all 2s ease;
	   -moz-transition: all 2s ease;
	     -o-transition: all 2s ease;
		    transition: all 2s ease;
}
#divMenu div.wrapper {
	position:relative;
}
#divMenu.nofloat {
	position:relative;
}
#divMenu.keeptotop {
}
#divToplink {
	position:relative;
	background: url(../images/grnd_link.png) no-repeat center top;
	background-size:cover;
	padding-top:50px;
	top:-30px;
	z-index:999;
}
#divToplink.nomargin {
	top:auto;
	margin-top:auto;
}
#divToplink div.wrapper {
	position:relative;
}
#divToplink div.bunny {
	position:absolute;
	width:240px;
	height:240px;
	background: url(../images/bunny.png) no-repeat center center;
	background-size: cover;
	bottom:0;
	right:0;
}
ul.logo {
	display:inline-block;
	list-style-type:none;
	margin:15px 0;
	padding:0px;
	text-align:center;
	font-size:0;
	line-height:0;
	z-index:1;
}
ul.logo li {
	display:inline-block;
	text-align:center;
}
ul.logo li img {
	display:block;
	width:auto;
	height:75px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}

ul.lang {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:0;
	line-height:0;
}
#divMenu.keeptotop ul.lang {
	display:none;
}
ul.lang > li {
	display:inline-block;
	margin:2px 5px;
}
ul.lang > li img {
	display:block;
}
ul.toplink {
	width:calc(100% - 240px);
	list-style-type:none;
	margin:0px;
	margin-top:5px;
	padding:0px;
	padding-bottom:15px;
}
ul.toplink > li {
	display:inline-block;
	padding:0px 15px;
}
ul.toplink > li:first-child {
	padding-left:0px;
}
ul.toplink > li:last-child {
	padding-right:0px;
}
ul.toplink > li a {
	font-size:small;
	font-weight: 700;
}
ul.toplink > li a:link, ul.toplink > li a:visited {
	color:#FFF;
}
ul.toplink > li a:hover {
	color:#000;
}
ul.toplink > li.sitemap,
ul.toplink > li.cart,
ul.toplink > li.login,
ul.toplink > li.logout,
ul.toplink > li.admin {
	padding-left:25px;
}
ul.toplink > li.sitemap:before,
ul.toplink > li.cart:before,
ul.toplink > li.login:before,
ul.toplink > li.logout:before,
ul.toplink > li.admin:before {
	position:absolute;
	display:inline-block;
	content: "";
	width:20px;
	height:20px;
	margin-left:-25px;
	margin-right:5px;
	background: url(../images/icon_sitemap.png) no-repeat left center;
	background-size: 20px 20px;
}
ul.toplink > li.sitemap:before {
	background-image: url(../images/icon_sitemap.png);
}
ul.toplink > li.cart:before {
	background-image: url(../images/icon_cart.png);
}
ul.toplink > li.login:before {
	background-image: url(../images/icon_login.png);
}
ul.toplink > li.logout:before {
	background-image: url(../images/icon_logout.png);
}
ul.toplink > li.admin:before {
	background-image: url(../images/icon_admin.png);
}

ul.botlink {
	list-style-type:none;
	margin:0px;
	margin-top:2px;
	padding:0px;
	text-align:center;
}
ul.botlink > li {
	display:inline-block;
	border-right:1px solid #FEDD03;
	padding:0px 5px;
	padding-right:7px;
	font-size:smaller;
	font-weight:700;
}
ul.botlink > li:first-child {
	padding-left:0px;
}
ul.botlink > li:last-child {
	padding-right:0px;
	border-right:none;
}
ul.botlink > li a:link, ul.botlink > li a:visited {
	color:#FEDD03;
}
ul.botlink > li a:hover {
	color:#000;
}

#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 {
	position:absolute;
	right:0;
	bottom:0;
	list-style-type:none;
	margin:0;
	padding:0;
	font-family: inherit;
	font-weight: 700;
	font-size:0;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
ul.mainmenu > li.row {
	display:inline-block;
	font-size:large;
	text-align:left;
}
ul.mainmenu > li.row:last-child {
}
ul.mainmenu > li.button {
	display:none;
	font-size:large;
	color:#FFF;
	padding:10px 0px;
	padding-right:40px;
	background: url(../images/btn_menu.png) no-repeat right center;
	text-align:right;
}
ul.mainmenu > li.row > div {
	white-space:nowrap;
	z-index:1;
	color:#FFF5CE;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}

ul.mainmenu > li.row > div > a {
	display:block;
	padding:30px 10px;
}
ul.mainmenu > li.row > div > a:link, ul.mainmenu > li.row > div > a:visited {
	color:#FFF5CE;
}
ul.mainmenu > li.row > div > a:hover {
	color:#FFF;
}
ul.mainmenu > li.row:hover > div,
ul.mainmenu > li.active > div {
	background: url(../images/grnd_topmenu.png);
}
ul.mainmenu > li.active > div > a:link,
ul.mainmenu > li.active > div > a:visited {
	color:#FFF;
}

ul.popmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-top:1px;
	position:absolute;
	white-space:nowrap;
	display:none;
	z-index:999;
}
ul.popmenu > li {
	position:relative;
	white-space:nowrap;
	font-size:14px;
	text-align:left;
	margin-bottom:1px;
}
ul.popmenu > li a {
	display:block;
	padding:5px 20px;
	background-color: rgba(240,240,240,0.9);
	-webkit-transition: background 0.5s;
	   -moz-transition: background 0.5s;
	     -o-transition: background 0.5s;
		    transition: background 0.5s;
}
ul.popmenu > li a:link, ul.popmenu > li a:visited {
	color:#333;
}
ul.popmenu > li a:hover {
	color:#FFF;
	background-color:#DF0674;
}
ul.popmenu > li > ul {
	top:0px;
	left:100%;
	margin-left:1px;
	padding-top:0px;
}
ul.popmenu > li.hasSub > a {
	padding-right: 30px;
	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 > li {
	display:inline-block;
	padding:0px 10px;
	padding-right:12px;
	border-right:1px solid #6e0014;
	font-weight:bold;
}
ul.botmenu > li:first-child {
	padding-left:0px;
}
ul.botmenu > li:last-child {
	padding-right:0px;
	border-right:none;
}

.divTopTrace {
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	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:#6e0014;
}
.divTopTrace a:first-child {
	padding:0px 10px 0px 0px;
	background: none;
}
.divTopTrace a:last-child {
}

/* ================================================== */
/* HTML */
/* ================================================== */
.html {
	margin-bottom:30px;
}
.html p {
	margin:0px;
}
/* ================================================== */
/* HOME */
/* ================================================== */
#divHome {
	float:right;
	width: calc(80% - 15px);
	margin:20px 0px;
	overflow:hidden;
}

/* ================================================== */
/* POST */
/* ================================================== */
#divBody {
	float:left;
	width: calc((100% * 2 - 30px) / 3 - 30px);
	margin:30px;
	margin-right:0px;
	overflow:hidden;
}
div.havspace {
	padding-top:130px;
}
#divAdmin {
	float:left;
	width: calc((100% * 2 - 30px) / 3 - 30px);
	margin:30px;
	margin-right:0px;
	overflow:hidden;
}
#divBody.fullpage {
}
#divSlide {
	border:1px solid #CCC;
	margin-bottom:5px;
}
#divThumb ul.slides > 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;
}
.pageimage {
	position:relative;
	overflow:hidden;
}
.pageimage.withborder {
	height:400px;
	-webkit-border-top-left-radius:10px;
	    -moz-border-radius-topleft:10px;
		    border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	    -moz-border-radius-topright:10px;
		    border-top-right-radius:10px;
}
.pageimage:before {
	content: "";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(110,0,20,1);
	background: -moz-linear-gradient(left, rgba(110,0,20,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(110,0,20,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(110,0,20,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(110,0,20,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(110,0,20,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(110,0,20,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e0014', endColorstr='#b6506a', GradientType=1 );
	z-index:0;
}
.pageimage .pagecontent {
	position:relative;
	color:#FFF;
	margin:50px;
	z-index:3;
}
.pageimage.withborder .pagecontent {
	position:absolute;
	top:50%;
	margin:0 60px;
	transform: translateY(-50%);
}
.pageimage img.bg {
	position:absolute;
	top:0;
	width:100%;
	height:600px;
	background-size: cover;
	background-position: center bottom;
	opacity:0.75;
	z-index:1;
}
.pageimage a:link, .pageimage a:visited {
	color:#FFF;
}
.pageimage a:hover {
	color:#b6506a;
}
.pageimage .more a:link, .pageimage .more a:visited {
	color:#FFF;
	border-color:#FFF;
}
.pageimage .more a:hover {
}
.pagedeco {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: url(../images/grnd_deco.png) no-repeat center bottom;
	background-size: contain;
	z-index:2;
	pointer-events: none;
}
.pagedeco.top,
.pagedeco.bottom {
	height:8px;
	top:auto;
	bottom:0px;
	background: url(../images/grnd_dot.png) repeat-x center top;
	background-size:auto;
}
.pagedeco.top {
	top:0px;
	bottom:auto;
	background-position: center bottom;
}

.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 bottom;
	pointer-events: none;
}
.iconvideo:hover {
	background-position: left top;
}

ul.column {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.column > li.row {
	overflow:hidden;
	margin-bottom:20px;
}
ul.column > li.row h2 {
	font-weight: normal;
}
ul.column > li.row h2 a:link, ul.column > li.row h2 a:visited {
	color:#b6506a;
}
ul.column > li.row h2 a:hover {
	color:#6e0014;
}
ul.column > li.row h3 {
}
ul.column > li.row p {
	margin:0px;
}
ul.column > li.row div.thumb {
	margin-bottom:10px;
}

ul.column2 > li.row,
ul.column3 > li.row,
ul.column4 > li.row,
ul.column5 > li.row,
ul.column6 > li.row {
	float:left;
	margin-left:30px;
}
ul.column2 > li.row {
	width: calc((100% - 1 * 30px) / 2);
}
ul.column3 > li.row {
	width: calc((100% - 2 * 30px) / 3);
}
ul.column4 > li.row {
	width: calc((100% - 3 * 30px) / 4);
}
ul.column5 > li.row {
	width: calc((100% - 4 * 30px) / 5);
}
ul.column6 > li.row {
	width: calc((100% - 5 * 30px) / 6);
}
ul.column2 > li.row:nth-child(2n+1),
ul.column3 > li.row:nth-child(3n+1),
ul.column4 > li.row:nth-child(4n+1),
ul.column5 > li.row:nth-child(5n+1),
ul.column6 > li.row:nth-child(6n+1) {
	clear:both;
	margin-left:0px;
}
ul.column1 > li.row {
	border-top:1px dotted #CCC;
	padding-top:30px;
	overflow:hidden;
}
ul.column1 > li.row:first-child {
	border:none;
	padding-top:0;
}
ul.column1 > li.row .more {
	text-align:right;
}
ul.column1 > li.row > div.thumb {
	width: calc((100% - 2 * 30px) / 3);
	float:left;
	margin-right:30px;
}
ul.column2 > li.row > div.thumb {
	width: calc(50% - 15px);
	float:left;
	margin-right:30px;
}
ul.column2 > li.row .more {
	text-align:right;
}


ul.hotpost {
	list-style-type:none;
	margin:30px;
	padding:0px;
	overflow:hidden;
	position:relative;
}
ul.hotpost > li.row {
	position:absolute;
	width: calc((100% - 2 * 30px) / 3);
	padding-bottom:20%;
	background-color:red;
	overflow:hidden;
}
ul.hotpost > li.row:first-child {
	width: calc((100% * 2 - 30px) / 3);
	padding-bottom: calc(40% + 30px);
	background-color:blue;
}
ul.hotpost > li.row img {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
}
ul.hotpost > li.row div.content {
	position:absolute;
	width:100%;
	bottom:0px;
	z-index:2;
background: rgba(182,80,105,0);
background: -moz-linear-gradient(top, rgba(182,80,105,0) 0%, rgba(182,80,106,0.25) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(182,80,105,0)), color-stop(100%, rgba(182,80,106,0.25)));
background: -webkit-linear-gradient(top, rgba(182,80,105,0) 0%, rgba(182,80,106,0.25) 100%);
background: -o-linear-gradient(top, rgba(182,80,105,0) 0%, rgba(182,80,106,0.25) 100%);
background: -ms-linear-gradient(top, rgba(182,80,105,0) 0%, rgba(182,80,106,0.25) 100%);
background: linear-gradient(to bottom, rgba(182,80,105,0) 0%, rgba(182,80,106,0.25) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65069', endColorstr='#b6506a', GradientType=0 );
}
ul.hotpost > li.row div.wrap {
	padding:30px;
	text-align:center;
	color:#FFF;
}
ul.hotpost > li.row h3 {
	font-family: 'Pacifico', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:x-large;
	line-height:1.2em;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
}
ul.hotpost > li.row:first-child h3 {
	font-size: xx-large;
}
ul.hotpost > li.row a:link,
ul.hotpost > li.row a:visited {
	color:#FFF;
}
ul.hotpost > li.row .more a {
	padding:2px 5px;
	font-size:xx-small;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}
ul.hotpost > li.row .more a:link, ul.hotpost > li.row .more a:visited {
	color:#FFF;
	background-color:#b6506a;
}
ul.hotpost > li.row .more a:hover {
	color:#b6506a;
	background-color:#FFF;
}


ul.product {
}
ul.product > li.row {
	background-color:#EEE;
}
ul.product > li.row div.thumb {
	overflow:hidden;
	margin:1px;
	margin-bottom:0px;
	border:5px solid #FFF;
}
ul.product > 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.product > li.row div.thumb img:hover {
	-webkit-transform: scale(1.125);
	   -moz-transform: scale(1.125);
		 -o-transform: scale(1.125);
		-ms-transform: scale(1.125);
			transform: scale(1.125);
}
ul.product > li.row div.content {
	margin:1px;
	margin-top:0px;
	padding:5px;
	background-color:#FFF;
}
ul.product > li.row .more  {
	margin:1px;
	text-align:center;
	padding:10px 0px;
}

ul.box > li.row {
	padding:10px;
	border:1px solid #EEE;
}
ul.video > li.row div.thumb {
	position:relative;
}

ul.category > li.row div.thumb {
	border:1px solid #6e0014;
	overflow:hidden;
}
ul.category > li.row h3 {
	font-size:inherit;
}

ul.related {
	list-style-type:square;
	margin:0px;
	padding:0px;
	padding-left:18px;
}
ul.related > li.row {
	margin-bottom:5px;
}
ul.related > li.row div.thumb {
	float:left;
	width: 90px;
	margin-right:10px;
	overflow:hidden;
}
ul.related > li.row div.thumb img {
	width:100%;
	height:auto;
}
ul.related > li.row div.content {
}
ul.related > li.row div.content p {
	margin:0px;
}
ul.related > li.row h3 {
	font-family:inherit;
	font-weight: 400;
	font-size: inherit;
	margin-bottom:0px;
}

ul.nobullet {
	list-style-type:none;
	padding-left:0px;
}
ul.nobullet > li.row {
	overflow:hidden;
}
ul.dotline {
	border-top:1px dotted #999;
	padding-top:5px;
}
ul.dotline > li.row {
	padding-bottom:5px;
	border-bottom:1px dotted #999;
	margin-bottom:5px;
}
ul.bigthumb > li.row div.thumb {
	float:none;
	width:auto;
	margin:0;
	margin-bottom:10px;
}

ul.thumblist {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.thumblist > li {
	float:left;
	width: calc((100% - 2 * 5px) / 3);
	margin-left:5px;
	margin-bottom:5px;
	font-size:small;
}
ul.thumblist > li:nth-child(3n+1) {
	clear:both;
	margin-left:0px;
}
ul.thumblist > li p {
	display:block;
	margin:0px;
	border:1px solid #CCC;
}
ul.thumblist > li p:nth-child(2) {
	border-top:none;
	background-color:#EEE;
	padding:2px;
}
ul.thumblist > li img {
	width:100%;
	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 > li.row {
	margin-bottom:30px;
}
ul.search > li.row div.link {
	font-size:16px;
	line-height:14px;
	color:#006621;
}
ul.search > li.row h3 {
	font-family:inherit;
	font-size:18px;
	margin-bottom:0px;
}
ul.search > li.row h3 a, ul.search > li.row h3 a:link {
	color:#1a0dab;
}
ul.search > li.row h3 a:visited {
	color:#609;
}
ul.search > li.row h3 a:hover {
	text-decoration: underline;
}
ul.search > 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 > li {
	display:inline-block;
}

ul.maincat {
	list-style-type:none;
	margin:0px;
	margin-bottom:20px;
	padding:5px;
	border:1px solid #EEE;
	-webkit-border-bottom-left-radius:5px;
	    -moz-border-radius-bottomleft:5px;
		    border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	    -moz-border-radius-topright:5px;
		    border-top-right-radius:5px;
}
ul.maincat > li.row {
	margin-bottom:1px;
}
ul.maincat > li.row > div {
	position:relative;
}
ul.maincat > li.row > div > a {
	display:block;
	padding:8px 15px;
	background-color:#6e0014;
	-webkit-transition: background 0.5s;
	   -moz-transition: background 0.5s;
	     -o-transition: background 0.5s;
		    transition: background 0.5s;
}
ul.maincat > li.row > div > a:link, ul.maincat > li.row > div > a:visited {
	color:#FFF;
}
ul.maincat > li.row > div > a:hover {
	color:#FFF;
	background-color:#b6506a;
}
ul.maincat > li.row > div > span {
	position:absolute;
	top:8px;
	right:8px;
	width:16px;
	height:16px;
	z-index:1;
}
ul.maincat > li.active > div > a {
	background-color:#b6506a;
}
ul.maincat > li.hasSub > div > a {
	padding-right:30px;
}
ul.maincat > li.hasSub > div > span {
	background-image: url(../images/icon_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	cursor:pointer;
}
ul.maincat > li.hasSub.active > div > 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 > li.hasSub.active > div > 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 > li {
	margin-bottom:1px;
}
ul.subcat > li a {
	display:block;
	padding:8px 15px;
	background:#EEE;
}
ul.subcat > li a:link, ul.subcat > li a:visited {
	color:#666;
}
ul.subcat > li a:hover {
	color:#6e0014;
}
ul.subcat > li.active a {
	font-weight:bold;
}
ul.maincat > li.row ul.subcat {
	display:none;
}
ul.maincat > li.active ul.subcat {
	display:block;divAdmin
}

ul.attach {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.attach > li.row {
	padding:3px 0px;
	border-top:1px dotted #333;
	overflow:hidden;
}

.more {
	margin:10px 0px;
}
.more a {
	display:inline-block;
	padding:5px 10px;
	color:#FFF;
	font-size:smaller;
	border: 1px solid #b6506a;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
		    transition: all 0.5s;
}
.more a:link, .more a:visited {
	color:#b6506a;
}
.more a:hover {
	color:#FFF;
	background-color:#b6506a;
}

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

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

/* ================================================== */
/* HOME */
/* ================================================== */
.divHome {
	padding:30px;
}
/* ================================================== */
/* FOOTER */
/* ================================================== */
#divFooter {
	clear:both;
	margin-top:1px;
	margin-bottom:30px;
	overflow:hidden;
	background-color:#FFF;
}
#divFooter section.copyright {
	color:#FEDD03;
	padding:15px 0px;
	background-color:#DF0674;
	position:relative;
	margin-bottom:10px;
}

#divFooter div.block {
	float:left;
	width: calc((100% - 3 * 20px) / 4);
	margin-left:20px;
}
#divFooter div.block:first-child {
	margin-left:0;
}
#divFooter div.block:nth-child(4n+1) {
	background-color:#94DBFF;
}
#divFooter div.block:nth-child(4n+2) {
	background-color:#9FFF97;
}
#divFooter div.block:nth-child(4n+3) {
	background-color:#DEFF97;
}
#divFooter div.block:nth-child(4n+4) {
	background-color:#FFC897;
}
#divFooter div.wrap {
	padding:10px;
}
#divFooter h1 {
	font-family: inherit;
	font-size: large;
	font-weight: 500;
	margin-bottom:20px;
	color:#DF0674;
}

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

#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;
}
.floatbanner {
	position:absolute;
	top:120px;
	left:10px;
	z-index:9999;
}
.floatbanner.right {
	left:auto;
	right:10px;
}
.floatbanner div.button {
	position:absolute;
	width:15px;
	height:100%;
	min-height:15px;
	right:-15px;
	top:0px;
	background: rgba(0,0,0,0.25) url(../images/arrowsmall.png) no-repeat right center;
	background-size:30px 15px;
	opacity:0;
	-webkit-border-top-right-radius:5px;
	    -moz-border-radius-topright:5px;
		    border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	    -moz-border-radius-bottomright:5px;
		    border-bottom-right-radius:5px;
}
.floatbanner.right div.button {
	right:auto;
	left:-15px;
	background-position:left center;
	-webkit-border-top-right-radius:0px;
	    -moz-border-radius-topright:0px;
		    border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	    -moz-border-radius-bottomright:0px;
		    border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:5px;
	    -moz-border-radius-topleft:5px;
		    border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	    -moz-border-radius-bottomleft:5px;
		    border-bottom-left-radius:5px;
}
.floatbanner:hover div.button {
	opacity:1;
}
.floatbanner div.container {
	overflow:hidden;
}
.floatbanner div.container,
.floatbanner ul {
	width:120px;
}
.floatbanner.hide div.container {
	width:0px;
}
.floatbanner.hide div.button {
	background-position:left center;
	opacity:1;
}
.floatbanner.right.hide div.button {
	background-position:right center;
}


#divOnTop {
	position:fixed;
	width:40px;
	height:40px;
	-webkit-border-radius:7px;
	   -moz-border-radius:7px;
			border-radius:7px;
	behavior: url(/includes/PIE.php);
	background: rgba(0,0,0,0.5) url(../images/icon_top.png) no-repeat center center;
	color:#FFF;
	text-align:center;
	z-index:1000;
	bottom:65px;
	right:10px;
	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:#000;
}

/* ================================================== */
/* RIGHT */
/* ================================================== */
#divRight {
	float:right;
	width: calc((100% - 2 * 30px) / 3 - 20px);
	margin:30px;
	overflow:hidden;
	margin-left:0px;
}
#divRight.admin {
}

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

ul.admin {
	list-style-type:none;
	margin:0px;
	padding:10px;
	border:1px dotted #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: #b6506a;
	padding:5px 0px;
}
ul.admin li.row a:hover {
	color:#6e0014;
}
ul.admin li.active a:link, ul.admin li.active a:visited {
	color: #fff;
	background-color:#b6506a;
	padding:5px;
}

ul.banner {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.banner li {
	margin-bottom:5px;
	overflow:hidden;
}
ul.banner li:last-child {
	margin-bottom:0px;
}
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:#6e0014;
}
#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;
}
.gradient {
	background: url(../images/grnd_table.gif) repeat-x center bottom;
}
.greydate {
	font-size:smaller;
	color:#CCC;
}
#divFooter .greydate {
	color:#666;
}
.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,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><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\'/></filter></svg>#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:#6e0014;
	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:#b6506a;
}

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[type='file'] {
	border-color:#6e0014;
	background-color:#EEE;
}
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;
}

#fb-root {
	display:none;
}

::selection {
	color:#FFF;
	background-color: #6e0014; /* WebKit/Blink Browsers */
}
::-moz-selection {
	color:#FFF;
	background: #6e0014; /* Gecko Browsers */
}