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


/*
	detail
*/

#detailPage {
}

#detailPage h1 {
	font-size: 12px;
	color: #00894c;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	background-image: none;
	border-bottom: none;
}

#detail {
	width: 340px;
	margin-bottom: 20px;
}

#detail .image {
	width: 220px;
}

#detail .info {
	width: 120px;
	text-align: right;
}

#detail .info p {
	margin-bottom: 10px;
}


#productInfoTable {
}

#productInfoTable .onlyItem {
	width: 120px;
	text-transform: uppercase;
	color: #00894c;
	text-align: right;
	padding-bottom: 10px;
}

#productInfoTable .item {
	width: 60px;
	text-transform: uppercase;
	color: #00894c;
	text-align: right;
	padding-bottom: 10px;
}

#productInfoTable .item div {
	padding-top: 3px;
}

#productInfoTable .onlyValue {
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	text-align: right;
	padding-bottom: 5px;
}

#productInfoTable .value {
	width: 60px;
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	text-align: right;
	padding-bottom: 5px;
}



/*
	folder
*/

#folder {
	height: 38px;
	margin-bottom: 22px;
}

#folder .fold1 {
	width: 170px;
	float: left;
	height: 28px;
}

#folder .active .fold1 {
	background-color: #e51837;
}

#folder .noActive .fold1 {
	background-color: #54b948;
}

#folder .fold2 {
	width: 170px;
	float: right;
	height: 28px;
}

#folder .active .fold2 {
	background-color: #e51837;
}

#folder .noActive .fold2 {
	background-color: #54b948;
}


#folder .belowFolder {
	width: 340px;
	height: 10px;
	background-color: #e51837;
	clear: both;
}

#folder .noActive span {
	width: 170px;
	height: 28px;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
}

#folder .active span {
	width: 170px;
	height: 28px;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
}

#detailText .active {
	display: '';
}

#detailText .noActive {
	display: none;
}





