@charset "utf-8";
/* CSS Document */

#container {
	width: 944px;
	background: none;
	margin: 0 auto 10px auto;
	text-align: left;
}

#content #column {
	float: left;
	width: 972px;
	margin: 20px 0 60px 0;
	display: inline;
}

#content #column_main {
	display: block;
	position: inherit;
	float: left;
	width: 964px;
	margin: 20px 0 60px -1px;
	display: inline;
}

#content #todays_featured {
	display: block;
	position: absolute;
	margin: -102px 0 2px -962px;
	width: 944px;
}

#toppanel {
	display: none;
	position: absolute;
	width: 946px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 946px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: #0083ae;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	height: 100%;
	width: 946px;
	position: absolute;
	z-index: -1;
}

#panel td{
	color: #ffffff;
}
#panel td a{
	border-bottom: 1px dotted #ddd;
	color: #e0f3ff;
}
#panel td a:hover{
	border-bottom: 1px dotted #ddd;
	color: #ffffff;
}
#panel #solestage1 {
	padding: 0 10px 0 20px;
	width: 316px;
	text-align: left;
	border-right: 1px dotted #85d3ee;
}
#panel #solestage2 {
	padding: 0 10px;
	width: 314px;
	text-align: left;
}
#panel #solestage2 li{
	background: url(images/latest_icons/heart.png) no-repeat center left;
	padding: 2px 0 2px 22px;
	line-height: 15px;
	list-style: none;
}
#panel #solestage2 li a{
	padding: 0 0 0 5px;
}
#panel #solestage3 {
	padding: 0 20px 0 10px;
	width: 314px;
	text-align: left;
	border-left: 1px dotted #85d3ee;
}
#panel #solestage1 h1{
	font-size: 1.5em;
	margin: 0 0 8px 0;
	color: #ffef5b;
}
#panel #solestage2 h2{
	font-size: 1.5em;
	margin: 0 0 8px 0;
	color: #ffef5b;
}
#panel #solestage3 h3{
	font-size: 1.5em;
	margin: 0 0 8px 0;
	color: #ffef5b;
}
#panel table {
	width: 946px;
	margin: 20px auto;
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

/* view more */

#viewmore {
padding: 0;
margin: -40px 0 0 0;
font-weight: bold;
width: 944px;
}

.viewmoreleft a{
	display: block;
	width: 12px;
	height: 26px;
	float: left;
	color: #FFFFFF;
	background: url(images/footer/previous.png) no-repeat;
}

.viewmoreleft a:hover{
	color: #FFEEB5;
	background: url(images/footer/previous_hover.png) no-repeat;
}

.viewmoreright {
	display: block;
	width: 12px;
	height: 26px;
	float: right;
	color: #FFFFFF;
	background: url(images/footer/next.png) no-repeat;
}

.viewmoreright a{
	display: block;
	width: 12px;
	height: 26px;
	float: right;
	color: #FFFFFF;
	background: url(images/footer/next.png) no-repeat;
}

.viewmoreright a:hover{
	color: #FFEEB5;
	background: url(images/footer/next_hover.png) no-repeat;
}