﻿div.fv_focus
{
	width: 320px;
	border: 1px solid #ddd;
}
div.fv_focus_pic
{
	width: 320px;
	height: 200px;
	overflow: hidden;
}
a#fv_focus_pic
{
	display: block;
	height: 200px;
}
div.fv_focus_pic img
{
	width: 320px;
	height: 200px;
}
div.fv_focus_bar
{
	position: relative;
	line-height: 14px;
	height: 14px;
	top: -15px;
	text-align: right;
	border-bottom: 1px solid #ddd;
}
div.fv_focus_bar_bg
{
	position: absolute;
	height: 14px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	/*filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/focusbar_bg.png", sizingMethod="scale" )';*/
}
div.fv_focus_pic > div.fv_focus_bar
{
	background: transparent url(../images/focusbar_bg.png) repeat-y center;
}
div#fv_focus_bar
{
	float: right;
	white-space: nowrap;
}
div#fv_focus_bar div
{
	float: left;
	width: 24px;
	height: 14px;
	cursor: pointer;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	cursor: pointer;
	color: #fcfcfc;
	border-left: 1px solid #fcfcfc;
}
div#fv_focus_bar div.current
{
	background-color: #900;
}
div.fv_focus_link
{
	text-align: center;
	font-weight: bold;
	line-height: 26px;
}

div.fv_focus_footer_bar
{
	border-top:solid 1px #ddd;
}

div.fv_focus_footer_bar .left
{
	float:left;
	padding:10px;
}
div.fv_focus_footer_bar .left .original
{
	text-decoration:line-through;
}

div.fv_focus_footer_bar .left .onsale
{
	font-weight:bold;
	color:Red;
}

div.fv_focus_footer_bar .right
{
	padding:10px;
	padding-top:10px;
	float:right;
}