@charset "windows-1250";
/* CSS Document */

/*
	global 
*/

a {
	color: #a8cdff;
	text-decoration: underline;
}

a:hover {
	color: #99ff71;
}

/*
	
*/

#productTable .count a {
	display: block;
	width: 26px;
	height: 21px;
	background-image: url(../images/btn_basket_off.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
}

#productTable .count a:hover {
	background-image: url(../images/btn_basket_on.jpg);
}

#productTable .image a {
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../images/ico_zoom.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-bottom: 5px;
}

#basket .contentButton a {
	display: block;
	width: 186px;
	height: 54px;
	background-image: url(../images/btn_show_content_off.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #ffffff;
}

#basket .contentButton a:hover {
	background-image: url(../images/btn_show_content_on.jpg);
}

#search a {
	display: block;
	width: 28px;
	height: 22px;
	background-image: url(../images/btn_search_off.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

#search a:hover {
	background-image: url(../images/btn_search_on.jpg);
	color: #ffffff;
}

#menu a {
	display: block;
	float: left;
	padding-top: 12px;
	padding-bottom: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #bcd5f9;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#menu a:hover {
	background-color: #49bf1b;
	color: #ffffff;
}

#login .btn a {
	display: block;
	width: 78px;
	height: 32px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #457ad8;
}

#login .btn a:hover {
	background-color: #49bf1b;
}

/*
	titlePanel
*/

#titlePanel .center a {
	color: #bfd6fe;
	text-transform: uppercase;
	font-size: 10px;
	background-image: url(../images/arrow_orange_right.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 15px;
	line-height: 15px;
	text-decoration: none;
}

#titlePanel .center a:hover {
	color: #ffffff;
}

/*
	sortiment
*/

#sortiment a {
	color: #ffffff;
	text-decoration: none;
	padding: 3px;
	display: block;
}

#sortiment a:hover {
	color: #f5dfa5;
	background-color: #49bf1b;
}

#sortiment .levelItemActive a {
	color: #ffffff;
	text-decoration: none;
	padding: 3px;
	display: block;
}

#sortiment .levelItemActive a:hover {
	color: #f5dfa5;
	background-color: #49bf1b;
}


/*
	paging
*/

#pagingBox .paging a {
	color: #ffffff;
	margin-right: 5px;
}

#pagingBox .paging a:hover {
	color: #ffc600;
}

#pagingBox .buttons a {
	color: #ffffff;
	margin-right: 5px;
	margin-left: 10px;
	
}

#pagingBox .buttons a:hover {
	color: #ffc600;
}

#pagingBox .buttons a.right {
	background-image: url(../images/arrow_orange_right_onblue.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 20px;
}

#pagingBox .buttons a.left {
	background-image: url(../images/arrow_orange_left_onblue.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}

/*
	homepage
*/

#homeTable .left a {
	color: #7bff77;
}

#homeTable .left a:hover {
	color: #ffc600;
}

#homeTable .right a {
	color: #7bff77;
}

#homeTable .right a:hover {
	color: #ffc600;
}

#homeTable .left .images a {
	display: block;
	width: 85px;
	height: 85px;
	background-color: #ffffff;
	padding: 3px;
}

#homeTable .left .images a:hover {
	background-color: #457ad8;
}

/*
	actionTable
*/

#actionTable .colum a {
	color: #7bff77;
}

#actionTable .colum a:hover {
	color: #ffc600;
}

#actionTable .colum .images a {
	display: block;
	width: 85px;
	height: 85px;
	background-color: #ffffff;
	padding: 3px;
}

#actionTable .colum .images a:hover {
	background-color: #457ad8;
}



/*
	download 
*/

.download a {
	background-image: url(../images/ico_download.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

/*
	global download
*/

a.download {
	color: #a8cdff;
	text-decoration: underline;
	background-image: url(../images/ico_download.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

a.download:hover {
	color: #99ff71;
}




