body {
	background:#f4f4f4;
	color:#333;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
}

a {color:#4d4d4d; text-decoration:none; outline:none}
a:hover {text-decoration:underline}

input, textarea, select { 
	color:#333;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
}

.clear {
	clear:both; 
	overflow:hidden; 
	height:0;
	width:100%;
}

.fl {float:left}
.fr {float:right}

/* #### hack #### */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* #### layout #### */
#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
}

.header { background:url(../images/bg-top.jpg) 0 0 repeat-x; height:87px;}
.header .logo { float:left; margin-left:10px;}
.header .logo a { display:block; background:url(../images/logo.gif) 0 0 no-repeat; width:64px; height:77px; margin:10px; }
.header .logo a span { display:none;}

.header .select { float:right; margin:60px 20px 0 0 }

div.h1 { background:#424a4c!important; color:#fff; font-size:18px; margin:10px; padding:10px;}
div.h2 { background:#f0f0f0!important; color:#e31418; font-size:16px; font-weight:bold; margin:10px; padding:10px;}

.thumbBox { margin:0 10px;}
.thumbBox .NextBack { margin:0 10px;}

.thumb { float:left; margin:5px; padding:5px; background:#e9e9e9}

.list ul { margin:10px;}
.list ul li { margin:0 0 10px 10px; padding-left:25px; background:url(../images/i_avi.gif) 0 0 no-repeat; font-size:12px; line-height:16px;  }
.list ul li a { color:#4d6185; font-weight:bold; }

/* #subpage-content .pager */
.pager {
	border-top:dashed 1px #CCCCCC;
	padding-top:7px;
	width:100%;
	overflow:hidden;
}
.pager a {
	border:solid 1px #999999;
	background-color:#dcdcdc;
	color:#424a4c;
	display:block;
	float:left;
	margin-right:5px;
	padding:1px 3px;
	
}

.pager a.active {
	color:#fff;
	background:#424a4c;
}




