@charset "utf-8";
body {
	background-color: #beb3a4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #5B718A;
	background-image: url(../links/baseblend.png);
	background-repeat: repeat-x;
	background-position: top;
	}


#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3F893A;
	width: 900px;
	margin-left:50px;
	display:block;
	margin-bottom: 30px;
	margin-top: 30px;
}
#menu .gray {
	color: #A0AF9A;
}

a {
	color: #269D83;
	text-decoration:none;
	}
	
a:hover {
	border-bottom: 2px dotted #fff;
	border-top: 2px dotted #fff;
	}

#scrollbox {
	background-color: #EEEEEE;
	height: 520px;
	width: 950px;
	overflow-x: scroll;
	overflow-y: hidden;
	margin-left:50px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;	/* float:left; */
}


#scrollbox .container {
	float: left;
	height: 500px;
	width: 230px;
	border-right: 1px solid #ccc;
	text-align:center;

}

#description {
	 width:200px;
	 margin-left:15px;
	 margin-right:15px;
 }
 
#label {
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 70px;
	font-size: 65%;
	display:inline-block;
	float:left;
	clear:both;
	color:#555555;
	margin-top:0px;
	text-align:right;
	padding-right:5px;
}

#description p {
	margin:0px;
	margin-left: 80px;
	padding:0px;
	margin-bottom: 6px;
	padding-right:25px;
	font-size:10px;
	text-align:left;
}

#description p a {
	color: #269D83;
	text-decoration:none;
	}
	
#description p a:hover {
	border-bottom: 0px dotted #fff;
	border-top: 0px dotted #fff;
	}


#preview{
	position:absolute;
	border:0px solid #ccc;
	background:#ccc;
	padding:2px;
	display:none;
	color:#000;
	height:100px;
	width: 100px;
	}

#scrollbox #innercontainer .container .preview {
	height: 150px;
	display:block;
	clear:both;
	margin-bottom: 15px;
}

#scrollbox #innercontainer .container p .preview {
	height: auto;
	display:block;
	clear:both;
	margin-bottom:0px;
}


.preview img {
	border:0px;
	margin: 0px;
	display: block;
	margin-left:auto;
	margin-right:auto;

}

.preview img:hover, a.preview {
	border:0px;
	border-top: 0px #5b718a dotted;
	border-bottom: 0px #5b718a dotted;
}



