
/*#box1 {
	width: 155px;
	float: left;
	margin-bottom: 10px;
	padding-top: 1px;
	text-align: left;
}

#box2 {
	float: right;
	background-color: #FFF;
	width: 615px;
	border: 1px #666666 solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}*/

.content_area {
	background-color: #FFF;
	border: 1px #666666 solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#breadcrumb {
	color: #FFF;
	margin-bottom: 5px;
	background: #000;
	text-align: left;
	padding-left: 165px;
}

#breadcrumb a {
	color: #999999;
}


.secnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 1px #666666 solid;
}

.secnav_level0 {
	color: #FFF;
	font-weight: bold;
	height: 25px;
	padding-left: 5px;
	margin: 1px 1px 1px 1px;
	line-height: 25px;
	background: url('/gtv/images/navback.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
	cursor: hand;
}

.secnav_level1 {
	color: #FFF;
	font-weight: bold;
	height: 25px;
	padding: 0px 5px 0px 10px;
	margin: 0px 1px 0px 1px;
	line-height: 25px;

	background-color: #292929;
	cursor: pointer;
	cursor: hand;
}

#content {
	padding-top: 0px;
}

.details {
	font-size: 10px;
}
.details span {
	font-size: 10px;
	font-weight: bold;
	color: #F00;
}

.details a {
	color: #000;
	text-decoration: none;
}
