/*
	Project: Lucky At Your Service
	Author: Matthew Joiner - MASQ Marketing
    Updates from 2009-03
*/

/*
    Content boxes for product views
*/

.content-box-img
{
    width: 186px;
    height: 186px;
    overflow: hidden;
}

.content-box-img img
{

}

.content-box-descriptions
{
    height: 65px;
    overflow: hidden;
}

.content-box-descriptions h1
{
    font-family: Georgia;
    font-size: 15px;
    font-weight: bold;
    color: #736675;
}

.content-box-descriptions span
{
    display: block;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    margin-top: 2px;
    color: #736675;
}

/*
	Product view styles for updated LAYS
*/

#trend-pv-information-updated
{
	height:255px;
	left:425px;
	position:absolute;
	top:45px;
	width:350px;
}

.trend-pv-headers
{
	position: absolute;
}

.trend-pv-description-container
{
	position: absolute;
	top: 69px;
} 



#trend-pv-desc h1
{
	font-size: 20px;
	font-family: Georgia;
	font-weight: bold;
	color: #9c1b37;
}

#trend-pv-desc h2
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #726674;
	margin-bottom: 27px;
}

#trend-pv-desc p
{
	font-size: 14px;
	font-family: Verdana;
	font-weight: normal;
	color: #726674;
}

.trend-pv-desc-extended
{
	height: 50px;
	overflow: hidden;
}

.trend-pv-desc-options
{
	position: absolute;
	bottom: 77px;
}

.trend-pv-desc-options p
{
	font-size: 12px !important;
	margin-bottom: 5px;
	font-family: Verdana;
	font-weight: normal;
	color: #726674;
}

.trend-pv-available-colors
{
	position: relative;
	height: 23px;
}

.trend-pv-color-desc
{
	font-size: 12px !important;
	margin-bottom: 5px;
	font-family: Verdana;
	font-weight: normal;
	color: #726674;
	position: absolute;
	top: 2px;
	left: 0;
	width: 114px;
}

.trend-pv-color-swatches
{
	position: absolute;
	left: 116px;
	width: 244px;
	top: 4px;
}

.trend-pv-color-swatches img
{
	vertical-align: top;
}


#trend-pv-avg-rating
{
	margin-bottom: 50px;
	position: absolute !important;
	top: 188px !important;
}

#trend-pv-find-online
{
	left: 160px !important;
}

#loader {
	width: 400px;
	height: 300px;
	background: #FFFFFF !important;
	text-align: center;
	border: 2px solid #736675;
	position: relative;
	z-index: 99;
}

#loader img {
	margin-top: 124px;
}

.fnu_lb_wrapper {
	display: none;
}