/* CSS Document */
/*
td
{
	margin:0;
	padding:0;
	border: 1px solid pink;
}
*/
*{
	margin:0;
	padding:0;
}
#vf_container
{
}

#vf_content
{
}

#thumb_container
{
	margin: 0px;
	display: inline;
	padding-right: 1px;
}


div.thumb_group_cls
{
	margin: 0px;
	padding: 0px;
	width: 400px;
	position:relative;
	float:left;
}

#thumb_group
{
	margin-right: 50px;
}

#thumb_row
{
	margin: 0px;
}

#selected_thumb
{
	border-width: 3px;
	border-style: solid;
	border-color: #CD8403;
	margin-bottom: 3px;
	margin-right: 3px;
}

#rollover_thumb
{
	border-width: 3px;
	border-style: solid;
	border-color: #CD8403;
	margin-bottom: 3px;
	margin-right: 3px;
}

#normal_thumb
{
	border-width: 3px;
	border-style: solid;
	border-color: #3c3c3c;
	margin-bottom: 3px;
	margin-right: 3px;
}

div.vf_summary_cls
{
	position: relative;
	width: 400px;
	height:100%;
	float: left;
}
div.vf_summary_cls div
{
	margin-right: 50px;
}
#vf_copy
{
	position: relative;
	width: 724px;
	margin-right: 50px;
	float: left;
}

#vf_quote div
{
	display:inline;
	position: relative;
	float: left;
}

#vf_currentImage div
{
	width: 323px;
	position: relative;
	float: left;
}

#img_currentImage_spacer
{
	vertical-align: text-top;
	width: 0px;
	height: 323px;
}

#img_currentImage
{
	vertical-align: text-top;
	border-width: 3px;
	border-style: solid;
	border-color: #3c3c3c;
}