#TopMenu img {
	margin: 0 0 -4px 0;
}

.posthidden {display:none}
.postshown {display:inline}

#blockdiv img {
max-height: 50px;
max-width: 50px;
padding: 0 40px 0px 40px;
width: expression(this.width > 50 ? 50: true);
height: expression(this.height > 50 ? 50: true);
position:relative;
top:-172px;
z-index:1;
}

#blockdiv a img {
max-height: 80px;
max-width: 101px;
padding: 0 0 0 0;
width: expression(this.width > 101 ? 101: true);
height: expression(this.height > 80 ? 80: true);
position:relative;
top:-15px;
left:33px;
}

#blockdiv {
height:182px;
width:143;
min-height:182px;
min-width:143;
background: url('images/tableback1.gif') top center no-repeat;
float:left;
display:block;
margin: 0 10px 0 10px
}

#blockdiv h4 {
text-align:center;
font-size:95%;
position:relative;
top:0px;
}

.block {
	margin-left:auto;
	margin-right:auto;
}

.bottomnav {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:right;
}
.bottomnav a{
	text-decoration:none;
	font-family:verdana,arial;
	font-size:20px;
	color:#FFF;
	position:relative;
	top:3px;
}

#blockdiv .spacer {
padding:0 40px 0 40px;
margin:0;
top:0;
}

/* SCRIPT DEPENDANT CSS (NON AMTheme 3) */

.detail {
background:#2a2a2a;
border:1px solid #333333;
margin:0 0 -65px 0;
padding: 5px 10px 5px 10px;
position:relative;

}

.video {
	background: url('images/videolist.png') top center no-repeat ;
	padding:5px 5px 5px 5px;
	color:#000000;
	overflow:hidden;
}

.video a {
	color:#333333;
	font-size:14px;
	text-align:right;
}

.video p {
	padding:0 5px 5px 5px;
}

.video p img {
 float:left;
 margin:0 10px 10px 2px;
 max-height: 105px;
 max-width: 140px;
 width: expression(this.width > 140 ? 140: true);
 height: expression(this.height > 105 ? 105: true);
}

