/*===========================
SUBLEFTBOX
=============================*/
#westfield .subleftbox {
	width:206px;
	min-height:300px;
	border-right:1px solid #cccccc;
	}
.subleftbox span {
	color:#00FFFF;	
	}
.subleftbox .detail td,
.subrightbox .detail td
	{
	padding:0 0 4px 0;
	color:#807380;
	}
/*===========================
SUBRIGHTBOX
=============================*/
#westfield .subrightbox {
	width:580px;
	min-height:312px;
	padding-left:10px;
	position:relative;
	_height:1px;
	}
#westfield .subrightbox .rightborder {
	border-left:1px solid #cccccc;
	padding-left:10px;
	min-height:260px;
	}
.subrightbox span {
	color:#CCCACB;	
	}
/*===========================
SUBRIGHTBOX LINKS
=============================*/
.subrightbox .links {
	text-decoration:none;
	color:#999999;
	font-size:80%;
	display:block;
	height:14px;
	margin-bottom:22px;
	} 
.subrightbox .links a {
	padding:0px;
	font-size:80%;
	line-height:10px;
	text-decoration:none;
	display:block;
	float:left;
	background-position:0 0px;
	background-repeat:no-repeat;
	width:1px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	}
.subrightbox .links a:hover {
	color:#007CE0;
	background-position:0 -14px;
	}
.subrightbox .links  .active {
	background-position:0 -14px;
	}
.subrightbox .links span {
	color:#7A737B;
	padding:0px 8px 0px 9px;
	font-size:100%;
	margin:-1px 0 0 0;
	line-height:12px;
	display:block;
	float:left;
	}
.subrightbox .btn {
	width:150px;
	height:20px;
	position:absolute;
	left:0px;
	bottom:8px;
	}
.subrightbox .btn a {
	position:absolute;
	bottom:0px;
	left:15px;
	padding:1px;
	font-size:70%;
	line-height:10px;
	text-decoration:none;
	display:block;
	float:left;
	background-position:left top;
	background-repeat:no-repeat;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	}
.btn a:hover {
	background-position:0 -12px;
	}
.btn .next {
	position:absolute;
	left:65px;
	bottom:0px;
	}
.btn .previous {
	position:absolute;
	left:-1px;
	bottom:0px;
	}
.separator {
	position:absolute;
	left:65px;
	top:8px;
	color:#00FFFF;
	padding:0px 6px 0px 5px;
	font-size:80%;
	line-height:12px;
	}