@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
}
a {
	color: #0070ba;
	text-decoration: none;
}
a:hover {
	color: #0070ba;
	text-decoration: underline;
}
.mainNavBkg {
	background: url(/images/nav_bkg.gif) repeat-x;
}
.pageNavBkg {
	background: url(/images/pagenav_bkg.gif) repeat-x;
}
.pageNavActiveText {
	color: #444;
}
.rightColumnTable {
	border-top: 1px solid #b6b6b6;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #bababa;
	background: #fff;
	font-size: 11px;
	margin: 5px;
}
.textPad10px {
	padding-right: 10px;
	padding-left: 10px;
}
.searchBox {
	font-size: 11px;
	color: #666;
	background: #FFF; /* url(/images/search_ico.gif) no-repeat left center */
/*	text-indent: 20px; */
}
.storyBox {
	border-top: 1px solid #b6b6b6;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #bababa;
	background: #fff;
	margin: 5px;
}

.storyBoxHilighted {
	border-top: 3px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
	background: #fff;
	margin: 5px;
}

.saleBox {
	border-top: 1px solid #BF8080;
	border-right: 1px solid #BF8080;
	border-bottom: 1px solid #BF8080;
	border-left: 1px solid #BF8080;
	background: #fff;
	margin: 5px;
}

.saleBoxHeader {
	background-color: #ffffff;
	color: #BF8080;
	font-weight: bold;
}

.textPad20px {
	padding-right: 20px;
	padding-left: 20px;
}

.searchCriteriaBox {
	border-top: 1px solid #b6b6b6;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #bababa;
	background: #c0c0c0;
	margin: 5px;
}

/* SpyScroller styles begin */
#sidebar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#sidebar ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
	height:400px;
}
#sidebar .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}
#sidebar li {
    height: 90px;
    overflow: hidden;
}

/* SpyScroller styles end */

/* Top Navigation begin */
	ul#list-nav {
		list-style:none;
		margin:20px;
		padding:0;
	}
	ul#list-nav li {
		display:inline;
		background:#1c77a3;
	}
	ul#list-nav li a {
		text-decoration:none;
		padding:5px 0 5px 0;
		width:110px;
		background:#1c77a3;
		color:#eee;
		float:left;
		text-align:center;
		vertical-align: middle;
		border-left:1px solid #fff;
	}
	ul#list-nav li a:hover {
		background:#5da8cf;
		color:#000;
	}

	ul#list-nav li a.roundedleft {
		text-decoration:none;
		padding:5px 0 5px 0;
		width:110px;
		background:#1c77a3;
		color:#eee;
		float:left;
		text-align:center;
		vertical-align: middle;
		-moz-border-radius: 15px 0 0 15px;
		-webkit-border-radius: 15px 0 0 15px;
		border-radius: 15px 0 0 15px; /* future proofing */
		-khtml-border-radius: 15px 0 0 15px; /* for old Konqueror browsers */
	}
	ul#list-nav li a:hover.roundedleft {
		background:#5da8cf;
		color:#000;
	}
/* Top Navigation end */


