@charset "utf-8";
/* CSS Document */

.galPlace {
	padding: 15px 0px 0px 0px;
}
.galConteiner {
	
}
.galConteinerTd {
	padding: 0px 1px 0px 14px;
}
.galItem {
	background-color: #e1e1e1;
	border: 1px solid #d9d9d9;
	width: 209px;
	_width: 214px;
	/*height: 206px;
	_height: 211px;*/
	height: 100%;
	float: left;
	margin-right: 11px;
}
.galItemTd {
	padding: 3px 3px 0px 3px;
	vertical-align: middle;
}
.galPic {
	border: 1px solid #d6d6d6;
	background-color: white;
}
.galTextPlace {
	background-color: #f6f6f6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
.galTextPlace {
	padding: 8px 2px 8px 2px;
}
.galTextPlace, .galTextPlace a {
	color: #5c5c5c;
	text-decoration: none;
	font-size: 11px;
}
.galSectionShadow {
	background: url(../images/bg/gal_shadow2.gif) repeat-x;
}
.galSectionShadow div {
	background: url(../images/bg/gal_shadow.gif) no-repeat top center;
	height: 4px;
}
.galSeparator {
	background-color: #e5e5e5;
	height: 1px;
	margin: 10px 14px 10px 14px;
}
.galPagelist {
	background: #ededed url(../images/bg/bg_border_grey.gif) repeat-x;
	/*padding: 8px 14px;*/
	margin-top: 17px;
	text-align: center;
}
.galPagelist A {
	display:-moz-inline-grid;
	display: inline-block;
	color: #5c5c5c;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	padding: 8px 5px 9px 5px;
}
.galPagelist A:HOVER {
	color: #729935;
	text-decoration: none;
	background-color: #f8f8f8;
}
* html .galPagelist A { display:inline; margin:0; }  /* for IE 6 */
* + html .galPagelist A { display:inline; margin:0; }  /* for IE 7 */
.galPagelist A.galPagelistOn {
	color: #c80e00;
	background-color: white;
}
