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

/*
	menu
*/

#mainMenu a {
	display: block;
	color: #505050;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainMenu a:hover {
	background-color: #54b948;
	color: #ffffff;
}

/*
	footer menu
*/

#footerMenu a {
	display: block;
	color: #505050;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footerMenu a:hover {
	color: #505050;
	text-decoration: underline;
}

/*
	tree
*/

#treeBox a {
	display: block;
	color: #ffffff;
	background-image: url(../images/plus_light.gif);
	background-repeat: no-repeat;
	background-position: 14px 2px;
	padding-left: 35px;
	padding-right: 18px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 14px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#treeBox .itemOpened a {
	background-image: url(../images/minus_dark.gif);
	font-weight: bold;
	font-size: 11px;
}

#treeBox .subItems a {
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	background-image: url(../images/bkg_subitem_red.gif);
	background-repeat: repeat-y;
	background-position: 18px 0px;
	text-transform: none;
	padding-bottom: 3px;
	padding-top: 3px;
}

#treeBox .subItems a:hover {
	text-decoration: underline;
}

/*
	news
*/

#news a {
	color: #e51837;
}

#news a:hover {
	color: #00894c;
}

/*
	infoBox2
*/

.infoBox2area a {
	color: #e51837;
}

.infoBox2area a:hover {
	color: #00894c;
}

.infoBox2area .moreInfo a {
	font-size: 10px;
	text-decoration: none;
	color: #54b948;
}

.infoBox2area .moreInfo a:hover {
	color: #e51837;
}

/*
	productList
*/

#productList a {
	display: block;
	text-decoration: none;
	color: #505050;
	border-bottom: 1px solid #b8e2b4;
	margin-bottom: 5px;
	padding-bottom: 1px;
	line-height: 14px;
}

#productList a:hover {
	color: #e51837;
}

/*
	productImages
*/

#productImages a {
	text-decoration: none;
	color: #505050;
	line-height: 14px;
}

#productImages a:hover {
	color: #e51837;
}

/*
	productPaging
*/

.productPaging a {
	color: #e51837;
	padding-right: 5px;
}

.productPaging a:hover {
	color: #00894c;
}

.productPaging a.active {
	cursor: default;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}

/*
	detail product
*/

.pathTitle a {
	color: #e51837;
}

.pathTitle a:hover {
	color: #00894c;
}

#folder .active a {
	text-decoration: none;
	padding-top: 6px;
	color: #ffffff;
	cursor: default;
}

#folder .noActive a {
	display: block;
	width: 170px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #ffffff;	
}

#folder .noActive a:hover {
	text-decoration: underline;
}

/*
	subPage
*/

.subLinks a {
	display: block;
	background-image: url(../images/green_arrow.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #e51837;
	text-decoration: underline;
	padding-bottom: 5px;
	line-height: 14px;
}

.subLinks a:hover {
	color: #00894c;
}

/*
	common
*/

a {
	color: #e51837;
}

a:hover {
	color: #00894c;
}







