@charset "utf-8";
/* CSS Document */
.button_press_picture {
	background-image: url(../images/icons/ico_picture.png);
	background-repeat:no-repeat;
	background-color:#E9E9E9;
	height:64px;
	width:50px;
	background-position:center;
	border:0px;
	cursor:pointer;
	font-size:0%;
}
.button_press_zip {
	background-image: url(../images/icons/ico_zip.png);
	background-repeat:no-repeat;
	background-color:#E9E9E9;
	height:64px;
	width:50px;
	background-position:center;
	border:0px;
	cursor:pointer;
	font-size:0%;
}
.button_press_pdf {
	background-image: url(../images/icons/ico_pdf.png);
	background-repeat:no-repeat;
	background-color:#E9E9E9;
	height:64px;
	width:50px;
	background-position:center;
	border:0px;
	cursor:pointer;
	font-size:0%;
}
.button_press_special {
	background-image: url(../images/icons/ico_special.png);
	background-repeat:no-repeat;
	background-color:#E9E9E9;
	height:64px;
	width:50px;
	background-position:center;
	border:0px;
	cursor:pointer;
	font-size:0%;
}
.button_press_picture:hover {
	background-image: url(../images/icons/ico_picture_hover.png);
	background-repeat:no-repeat;
	background-color:#E9E9E9;
	height:64px;
	width:50px;
	background-position:center;
	border:0px;
	cursor:pointer;
	font-size:0%;
}
.button_press_zip:hover {
	background-image: url(../images/icons/ico_zip_hover.png);
	background-repeat:no-repeat;
	background-color:#E9E9E9;
	height:64px;
	width:50px;
	background-position:center;
	border:0px;
	cursor:pointer;
	font-size:0%;
}
.button_press_pdf:hover {
	background-image: url(../images/icons/ico_pdf_hover.png);
	background-repeat:no-repeat;
	background-color:#E9E9E9;
	height:64px;
	width:50px;
	background-position:center;
	border:0px;
	cursor:pointer;
	font-size:0%;
}
.button_press_special:hover {
	background-image: url(../images/icons/ico_special_hover.png);
	background-repeat:no-repeat;
	background-color:#E9E9E9;
	height:64px;
	width:50px;
	background-position:center;
	border:0px;
	cursor:pointer;
	font-size:0%;
}
.button_press_special:before {
	content: url(../images/icons/ico_special_hover.png);
	width:0;
	height:0;
	visibility:hidden;
}
.button_press_pdf:before {
	content: url(../images/icons/ico_pdf_hover.png);
	width:0;
	height:0;
	visibility:hidden;
}
.button_press_zip:before {
	content: url(../images/icons/ico_zip_hover.png);
	width:0;
	height:0;
	visibility:hidden;
}
.button_press_picture:before {
	content: url(../images/icons/ico_picture_hover.png);
	width:0;
	height:0;
	visibility:hidden;
}

.press_ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.press_li {
    float: left;
    margin: 0px;
    padding: 3px 10px;
}
