#fulldetails {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#fulldetails .content {
	float: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#fulldetails .subcontent {
	padding: 5px;
}

#fulldetails .image {
	float: left;
	width: 45%;
	margin-bottom: 5px;
}

#fulldetails .image img {
	width: 100%;
	border: 1px solid black;
}

#fulldetails .overview{
	margin-left: 47%;
	margin-right: 150px;
	margin-bottom: 5px;
}

#fulldetails .video {
	border: none;
	vertical-align: middle;
}

#fulldetails .agent {
	float: right;
	width: 140px;	
	padding: 0px 5px 5px 5px;
	margin-bottom: 5px;

	border-bottom:black 1px solid;
	border-left:black 1px solid;
}

#fulldetails .agentdetails {
	text-align: right;
	margin-top: 5px;
}

#fulldetails .agent img {
	width: 100%;
	border: 1px solid black;
	vertical-align: middle;
}

#fulldetails .withpic {
	float: left;
	width: 75%;
}

#fulldetails .nopic {
	float: left;
	width: 100%;
}

#fulldetails .main {
	clear: both;
	padding: 5px;
}

#options {
	float: left;
	width: 100%;
}

#options .top {
	float: left;
	padding: 0px 0px 5px 5px;
}

#options .buttonholder {
	float: left;
	padding-bottom: 5px;
}

#options .button {
	float: left;
	background: url(../image/optionbutton.gif);
	text-align: center;
	margin-left: 5px;
}

#options a {
	display: block;
	height: 18px;
	width: 80px;
	padding: 4.5px 4px 5.5px 4px;
	text-align: center;
	text-decoration: none;
}

#options a:hover {
	color: white;
}

#features {
	float: left;
	padding: 5px;
}

#features .ularea {
	float: left;
	padding-left: 30px;
}

#features ul {
	padding: 0px;
	margin: 0px;
}

#pictures {
	float: right;
	width: 23%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#pictures img {
	width: 100%;
	border: 1px solid black;
	margin-top: 5px;
}