﻿/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	width: 230px;
	margin: 0px 0 5px;
	padding: 0;
	font-family: Verdana, Arial !important;
	font-weight:normal;
}
.box-category > ul > li {
	padding: 0px 30px 8px 0px;
	font-size: 12px;
}
.box-category > ul > li a:visited {
	color: #990066;
	font-size: 12px;
	font-family: Verdana, Arial;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #000;
	padding-left:2px;
	font-family: Verdana, Arial !important;
}
.box-category > ul > li a:hover {
	color: #339900;
}
.box-category > ul > li a.no-active {
	font-weight: normal;
}
.box-category > ul > li a.active {
	font-weight: bold;
    color: #1f4e66 !important;
	font-size: 12px;
	font-family: Verdana, Arial;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active + ul {
	display: block;
	margin-top: 10px;
}
/*
.box-category > ul > li:hover ul {
	display: block;
	margin-top: 10px;
}
*/
.box-category > ul > li:hover a{
	color: #8a4d8b;
	/*font-weight:bold;*/
}
.box-category > ul > li ul.prodcat.active {
    display: block;
/* 	padding-top: 10px; */
}
.box-category > ul > li ul.prodcat > li {
	padding: 5px 5px 0px 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	min-height: 50px;
	text-transform: none !important;
}

.box-category > ul > li ul.prodcat > li.last {
	padding: 5px 5px 15px 0px;
}
.box-category > ul > li ul.prodcat > li a:visited {
	font-weight: bold;
	color: #990066;
	font-size: 12px;
	font-family: Verdana, Arial;
}
.box-category > ul > li ul.prodcat > li a {
	text-decoration: none;
	color:#000;
	font-weight:normal;
	font-size: 11px;
	text-transform: none !important;
}
.box-category> ul > li ul.prodcat > li a:hover {
	color: #339900;
}
.box-category > ul > li ul.prodcat > li  a.child-active {
	font-weight: bold;
    color: #206080 !important;
}
.box-category-title {
	color: #000;
    font-size: 18px;
    font-family: Verdana;
    padding-bottom: 10px;
}
.box-category .prodprice {
    color: #000;
    line-height:20px;
}
.active .child-active + br   + span + span{
	 color: #206080 !important;
    font-weight:bold;
    line-height:20px;
}
.active .child-active + br   + span{
	 color: #206080 !important;
    font-weight:bold;
    line-height:20px;
}
.box-category .child-active + .prodprice + span {
    color: #206080 !important;
    font-weight:bold;
}
.box-category .prodname {
    margin-left:55px;
    margin-top:-50px;
	width: 135px;
	position: relative;
	overflow: hidden;
    white-space: nowrap;
}

 .box-category .prodname:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 95%);
	background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 95%);
	background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 95%);
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1) 95%);
}

.box-category .prodimage {
    display:inline-block;
    max-width:50px;
    max-height:50px;
}

/* --- */
.box-category-news {
	margin-top: -5px;
}
.box-category-news ul {
	list-style: none;
	width: 230px;
	margin: 0px 0 5px;
	padding: 0;
	font-family: Verdana, Arial !important;
    padding-top: 10px;
}
.box-category-news > ul > li {
	padding: 4px 8px 4px 0px;
	font-size: 12px;
}
.box-category-news > ul > li > a {
	text-decoration: none;
	font-family: Verdana, Arial !important;
    padding: 3px 0;
	color: #000000;
	font-size: 12px;
}
.box-category-news > ul > li a:hover,
.box-category-news > ul > li a.active {
	color: #666666; !important;
}
.box-category-news > ul > li ul {
    padding-left: 20px;
	width: 200px;
}
.box-category-news > ul > li ul > li {
    padding: 3px 0;
}
.box-category-news > ul > li ul > li a {
	color: #000000;
	font-size: 12px;
    text-decoration:none;
	font-family: Verdana, Arial !important;
}
.box-category-news > ul > li ul > li a:hover,
.box-category-news > ul > li ul > li a.child-active {
	color: #666666;
}
