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

/*
	main area productArea
*/

#productArea {
	width: 990px;
	height: 100%;
	background-color: #ffffff;
}

#productArea #treeBox {
	width: 187px;
	background-color: #54b948;
	border-left: 3px solid #ffffff;
}

#productArea #treeBox .title {
	height: 56px;
	background-color: #ffffff;
}

#productArea #treeBox .title span {
	display: block;
	padding-left: 34px;
}

#productArea #insideBox {
	width: 244px;
	padding-bottom: 50px;
}

#productArea #infoBox1 {
	width: 372px;
	padding-bottom: 50px;
}

#productArea #infoBox2 {
	width: 184px;
	padding-bottom: 50px;
}

/*
	titles subPage
*/

#productArea #treeBox .title h1 {
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	margin: 0px;
	padding: 0px;
}

#productArea #insideBox .title h1 {
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	margin: 0px;
	padding: 0px;
	padding-left: 36px;
}

#productArea #infoBox1 .title h1 {
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	margin: 0px;
	padding: 0px;
}

#productArea #infoBox2 .title h1 {
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}

#productArea #infoBox2 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}

/*
	colums
*/

#productArea .infoBox1area {
	width: 340px;
	padding-top: 54px;
}


#productArea .infoBox2area {
	padding-left: 0px;
	padding-right: 25px;
	padding-top: 39px;
}

/*
	productList
*/

#productList {
}

#productList h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00894c;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#productList .active {
	display: block;
	text-decoration: none;
	color: #e51837;
	border-bottom: 1px solid #00894c;
	margin-bottom: 5px;
	padding-bottom: 1px;
	line-height: 14px;
	font-weight: normal;
}

/*
	productImages
*/

#productImages {
	width: 340px;
	margin-top: 2px;
}

#productImages td {
	width: 113px;
}

#productImages .proImg {
	padding-bottom: 8px;	
}

#productImages .proImg img {
	border: none;
}

#productImages .proImg div {
}

#productImages .proName {
	padding-bottom: 25px;
}

#productImages .proName div {
	width: 100px;
	color: #3a3a3a;
}

/*
	productPaging
*/

.infoBox1area .productPaging {
	width: 340px;
	border-top: 1px solid #e51837;
	padding-top: 5px;
}

.infoBox1area .productPaging img {
	border: none;
}

.productPaging .arrows {
	float: left;
	padding-right: 10px;
	padding-top: 4px;
}

.productPaging .pageNums {
	float: left;
}

.productPaging .pageInfo {
	float: right;
	padding-top: 3px;
}

/*
	right panel
*/

#productArea #infoBox2 .spotImage {
	margin-bottom: 13px;	
}

#productArea #infoBox2 .spotImage img {
	border: none;
}

#productArea #infoBox2 .anno {
	padding-bottom: 20px;
}

/*
	path
*/

#pathBox {
	position: absolute;
}

#productArea #infoBox1 .pathTitle {
	position: absolute;
	width: 340px;
	top: 0px;
}


#productArea #infoBox1 .pathTitle h1 {
	font-size: 14px;
	font-weight: bold;
	color: #e51837;
	margin: 0px;
	padding: 0px;
}

#productArea #infoBox1 .pathTitle h1 .parentPath {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	line-height: 20px;
}

#productArea #infoBox1 .pathTitle h1 .currentPath {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #505050;
}

#productArea #infoBox1 .pathTitle h1 .separator {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}

/*
	logo CZ15
*/

#logoCz15 {
	width: 100%;
	height: 143px;
	border: 1px solid #b8e2b4;
	margin-top: 40px;
	text-align: center;
}

#logoCz15 img {
	margin-top: 37px;
}








