﻿body {
	background: #000000;
	margin: 10px;
	padding: 0px;
}

body, td, th {
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #D1D1D1;
}

h2 {
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #D1D1D1;
	font-weight:bold;
}


.listing {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #D1D1D1;
	margin: 0px 75px 0px 75px;
	width:300px;
	
}

form {
	margin: 0px;
	padding: 0px;
}

.style1 {
	font-weight: bold;
	color: #02A5EA;
	font-size:14px;
}

.style2 {
	font-weight: bold;
	color: #02A5EA;
	text-align: right;
	font-size:14px;
}
.style3 {
	text-align: right;
}

.style4 {
	font-weight: bold;
	color: #02A5EA;
	text-align: center;
	font-size:14px;
	padding-left:20%;

}
#tagline {
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #D1D1D1;
	vertical-align:middle;
	text-align:left;
}



p, ul {
	margin-top: 0px 18px;
}

.text1 {
	font-weight: bold;
	color: #F1F1F1;
}

.text2 {
	font-weight: bold;
	color: #FFFFFF;
}

.text3{
	font-size: 10px;
}

a.link1 {
	font-weight: bold;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: none;
}

a.link2 {
	color: #02A5EA;
}

a.link2:hover {
	text-decoration: none;
}

a.link3 {
	font-weight: bold;
	color: #02A5EA;
}

a.link3:hover {
	text-decoration: none;
}

input.input1 {
	padding: 3px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #555555;
	border: 1px solid #737373;
	width: 130px;
}


/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 375px;	 
	width: 213px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:1px;
	font-size:12px;
	/*height:100px; */

}
.items div h1 {
	margin: 0px;
	padding:0px;

		font-size:12px;
		font-weight: bold;
	color: #FFFFFF;

}
/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:213px;
	margin:0px 0 0px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color: #02A5EA;
	text-decoration:underline;
}

#actions a:hover {
	text-decoration:none;
	color: #02A5EA;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	
.prevPage {
	float:left;
}	



