/* --------------------productBox------------------------------------ */
/* menu.css                                                           */
/* copyright - ILIKETHIS! www.ilikethis.cz                            */
/* ------------------------------------------------------------------ */
@media screen {
	/* ----- ttop Menu */
		#menu {
			margin: 0 0 0 -5px;
		}
		#menu ul {
			list-style-type: none;
			margin: 0 0 0 0; 
			padding: 30px 0 30px 0;
			float: left;
		}
		#menu ul li {
			display: inline;
			text-transform: uppercase;
			font-family: "Arial Black", Helvetica, sans-serif;
			font-size: 90%;
		}
		#menu ul li a {
			color: #fff;
			text-decoration: none;
			padding: 0 5px;
		}
		#menu ul li a.act,
		#menu ul li.act a {
/* 			color: #009de0; */
			color: #c10076;
		}
		#menu ul li a:hover {
/* 			color: #46c8ff; */
/* 			color: #c10076; */
			color:#ff009c;
		}
		#menu ul li span {
			
		}
	/* end. top Menu */
	
	/* ----- brandMenu */
		 .contentRight ul.brandMenu {
			margin: -5px 0 20px 0; padding: 0;
			list-style-type: none;
			text-transform: uppercase;
		}
		.contentRight ul.brandMenu li {
			font-size: 90%;
		}
		.contentRight ul.brandMenu li a {
			display: block;
			padding: 10px 0px;
/* 			color: #009de0; */
			color: #c10076;
			background-image: url('../../images/sk/productbox.png');
			background-position: center 100%;
			background-repeat: no-repeat;
			text-decoration: none;
		}
		.contentRight ul.brandMenu li strong {
			font-weight: bold;
			font-size: 110%;
			display: block;
			color: #fff;
		}
		.contentRight ul.brandMenu li a:hover,
		.contentRight ul.brandMenu li a:hover strong {
/* 			color: #46c8ff; */
			color: #e9008e;
		}
		.contentRight ul.brandMenu li.end a {
			background-image: none;
		}
		.contentRight ul.brandMenu li.act a {
/* 			background-color: #009de0; */
			background-color: #c10076;
			position: relative;
			color: #fff;
			background-image: none;
		}
	/* end. brandMenu */
	
	/* ----- productBox */
		.contentRight  .productMenu {
			background: url('../../images/sk/black-80.png');
			width: 185px;
		}
		 .contentRight .productMenu ul {
			margin: 0; padding: 0;
			list-style-type: none;
			text-transform: uppercase;
		}
		.contentRight .productMenu ul li {
			font-size: 90%;
		}
		.contentRight .productMenu ul li a {
			display: block;
			padding: 15px 20px 15px 20px;
/* 			color: #009de0; */
			color: #c10076;
			background-image: url('../../images/sk/productbox.png');
			background-position: center 100%;
			background-repeat: no-repeat;
		}
		.contentRight .productMenu ul li a:hover {
/* 			color: #46c8ff !important; */
			color: #e9008e !important;
		}
		.contentRight .productMenu ul li.end a {
			background-image: none;
		}
		.contentRight .productMenu ul li.act a {
/* 			background-color: #009de0; */
			background-color: #c10076;
			position: relative;
			color: #fff;
			background-image: none;
		}
		.contentRight .productMenu ul li strong {
			display: block;
			font-size: 120%;
			font-family: "Arial Black", Helvetica, sans-serif;
			font-weight: normal;
		}
		.contentRight .productMenu ul li a {
			color: #fff;
			text-decoration: none;
		}
		.contentRight .productMenu ul li ul {
			margin: 0; padding: 0;
			padding: 15px 0;
			background-image: url('../../images/sk/blue-35.png');
			font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
			font-size: 110%;
			width: 100%;
		}
		.contentRight .productMenu ul li ul li a {
			display: block;
			padding: 2px 20px 2px 20px;
/* 			color: #009de0; */
			color: #c10076;
			border: none;
		}
		.contentRight .productMenu ul li.act ul li a {
			position: relative;
			color: #fff;
			background-color: transparent;
			background-image: none;
		}
		.contentRight .productMenu ul li.act ul li.act a {
/* 			color: #009de0; */
			color: #c10076;
		}

		/* end. productBox */
}