﻿/* CategorySelection.css
   Styly pro kurzove menu
*/

/* cele menu */
.categoryselection
{
    padding-left: 10px;
    width: 161px;
}

/* zarovnani (kvuli IE nejde height) */
.categoryselection .header
{
	margin-bottom: -2px;
}

/* kompletni menu (mimohead obrazku) */
.categoryselection .content
{
    background-color: #ffffff;
    position: relative;
}

/* denni filtry */
.categoryselection .content .dayFilters
{
   background: #c10c1f url(../../Images/CategoryList/datefilter-menu-bg.gif) right top no-repeat;
   color: #ffffff;
}

.categoryselection .content .dayFilters a, .categoryselection .content .dayFilters a:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.categoryselection .content .dayFilters a:hover
{
    text-decoration: underline;
}

.categoryselection .content .dayFilters .count .imgtimefilter
{
	margin-top: 2px;
}

.categoryselection .content #timeFilter
{
	background-color: #bd0c18;
	width: 70px;
	display: none;
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 107px;
	border: 1px solid #fff;
	z-index: 150;
}

.categoryselection .content #timeFilter .time-item
{
	padding: 4px 10px;
}

.categoryselection .content #timeFilter .time-item a,
.categoryselection .content #timeFilter .time-item a:visited
{
	color: #fff;
}

.categoryselection .content #timeFilter .time-item a:hover
{
	text-decoration: underline;
}

/* oddelovac */
.categoryselection .content .separator
{
    background: transparent url(../../Images/CategoryList/topcategorylist-bg.gif) 0 0 repeat-y;
    height: 10px;
    font-size: 1px;
}

/* menu jednotlivych kategorii */
.categoryselection .content .topcategories
{
	background: transparent url(../../Images/CategoryList/sportfilter-menu-bg.gif) right bottom no-repeat;
	color: #445460;
}

.categoryselection .content .topcategories a, .categoryselection .content .topcategories a:visited
{
    color: #445460;
	font-weight: bold;
	text-decoration: none;
}

.categoryselection .content .topcategories a:hover
{
    text-decoration: underline;
}

/* spolecne veci pro day filtry i pro menu kategorii */
.categoryselection .content .topcategories .item-box,
.categoryselection .content .dayFilters .item-box
{
	height: 25px;
    border-bottom: solid 1px #ffffff;
}

.item-box-bigger
{
	height: 40px;
    border-bottom: solid 1px #ffffff;
    vertical-align:middle;    
}

.categoryselection .content .topcategories .item,
.categoryselection .content .dayFilters .item
{
	padding: 5px 16px 6px 24px;
}

.categoryselection .content .topcategories .item .categoryname,
.categoryselection .content .dayFilters .item .categoryname
{
	text-align: left;
	width: 90px;
	overflow: hidden;
	float: left;
}

.categoryselection .content .topcategories .item .count,
.categoryselection .content .dayFilters .item .count
{
	text-align: right;
	width: auto;
    font-size: 10px;
}
