﻿.FeaturesStrapline
{
	color: #013765;
}

.SubFeatureTable h3
{
	color: #013765;
	font-size: 16px;
	font-weight: bold;
}

.SubFeatureTable h5
{
	color: #025AA2;
	font-size: 14px;
	font-weight: bold;
}

/*
	Feature Styles
*/
#pf h3
{
	color: #013765;
	font-size: 16px;
	font-weight: bold;
}

#pf h5
{
	color: #025AA2;
	font-size: 14px;
	font-weight: bold;
}

/***************** NEW PRODUCT PAGE ***************/
#tabContent #prodBullets li
{
	background:transparent url(../../../images/bullets/themescene.png) no-repeat;
	background-position: 0px 9px;
}

#tabContent .productTitle
{
	color: #025AA2;
}

#tabContent #featureSeparator
{
	border-top: solid 1px #013765;
}

#pf .simple2Col
{
	background-image: url(../../../images/pfCentralBorder_themescene.png);
}

.dsUnorderedList li.mediaPlayer
{
	background-image: url(../../../images/bullets/themescene.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 10px;
	margin: 0px;
}

/* rotator in-page placement */
div#layoutrotator 
{
	position: relative;
	height:180px;
}
/* rotator css */
div#layoutrotator ul li {
	float:right;
	position:absolute;
	list-style: none;
}
div#layoutrotator ul
{
	margin: 0;
	padding: 0;
}
/* rotator image style */	
div#layoutrotator ul li img {
	border: none;
	padding: 4px;
	background: #FFF;
}
div#layoutrotator ul li.show {
	z-index:500;
}
