@charset "utf-8";
/* CSS Document */
body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#010F1A;
	line-height:13px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
img {
	border:0px;
}
a {
	color:#010F1A;
}
a:hover {
	color:#ED9E00;
}

div.content {
	position:absolute;
	top:90px;
	left:0px;
	width:493px;
}
div.date{
	margin-bottom:40px;
	background-color:#e5e5e5;
}
div.date a{
	text-decoration:none;
	color:#888888;
}
div.dateImg{
	float:left;
	margin-right:5px;
	font-size:9px;
	text-align:right;
}
div.dateText{
	border-left:1px dashed #AAA;
	margin-left:105px;
	padding-left:5px;
}
div.dateTitle{
	font-size:16px;
	font-stretch:condensed;
	font-weight:900;
}
div.dateLoc{
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	padding-top:3px;
}	

ul.download{
	font-size:12px;
	line-height:20px;
	list-style:none;
	padding-left:20px;
}
ul.download li{
	background-image:url(../img/down02.gif);
	margin:7px;
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
	
.clear{
	clear:both;
}

div.preview {
	float:left;
	width: 140px;
	padding:10px;
}
div.preview a {
	text-decoration:none;
	color:#010F1A;
	font-weight:bold;
	text-transform:uppercase;
	
}
div.preview:hover {
	background-color:#C7C7C7;
	background-image:url(../img/review_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
div.preview a:hover{
	background-color:#C7C7C7;
}

p.title {
	color:#010F1A;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	margin-bottom:12px;
	margin-left:9px;
}

div.thnls{
	margin-left:5px;
}

div.thumbnail {
	float:left;
	margin:3px;
	margin-bottom:14px;
	padding-right:14px;
	width:100px;
	height:100px;
}
div.thumbnail:hover {
	background-color:#C7C7C7;
	background-image:url(../img/review_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

