
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 100px;
height: 130px;
border: 1px solid black;
padding: 15px;
background-color: lightyellow;
}

#pscroller2{
width: 100px;
height: 200px;
border: 1px solid black;
padding: 15px;
background-color: lightyellow;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#adbrite {
	float: right;
	width: 80px;
	height: 300px;
	padding: 5px;
	margin-right: 100px;
	margin-top:15px;
	background-repeat:no-repeat;
	background-position:top right;
}

#scrollerleft {
	float: left;
	width: 80px;
	height: 600px;
	padding: 5px;
	margin-left: -30px;
	background-repeat:no-repeat;
	background-position:top right;
	
}
#scrollerright {
	float: right;
	width: 80px;
	height: 600px;
	padding: 5px;
	margin-right: 30px;
	background-repeat:no-repeat;
	background-position:top right;
	
}

div {
	 border: 0px solid grey;
}
body {
	background-color:#ffffff;
	margin: 0 auto;
	width: 900px;
	
}

table
{
border-collapse:collapse;
}

table, td, th
{
padding:2px;
border:1px solid black;
padding: 10px;
}
p
{
	border: 1px solid grey;
	margin-left: 70px;
	margin-right: 70px;
	padding: 10px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:top right;
	background: -moz-linear-gradient(right, #8CEE7F, #fff);
	background: -webkit-gradient(linear, right center, left center, from(#8CEE7F), to(#fff)); 
	
}
#main {
	border: 1px solid grey;
	margin-left: 130px;
	margin-right:0px;
	padding: 10px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:top right;
	background: -moz-linear-gradient(right, #8CEE7F, #fff);
	background: -webkit-gradient(linear, right center, left center, from(#8CEE7F), to(#fff)); 
}

#navigation {
	border: 1px solid grey;
	float: left;
	width: 146px;
	padding: 2px;
	background-image:url('img/logo-t-trooder-sm.gif');
	background-repeat:no-repeat;
	background-position:top right;
	
}



ul.horizontal_list li{
	font-size:0.675em;
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 3px 3px 3px;
    margin: 1px;
    border: 1px solid #CCC;
}
