/*blue bar*/
table.section-title {
    margin-left: 0;
}


/* marquee */
#divPageHeading
{
	width:532px;
	background-color:#fcf4ca;
	margin-right:19px;
}

div.marquee-heading 
{
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color:#000;
	padding-left:10px;
}
div.marquee-subheading 
{
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	padding-left:10px;
}
div.marquee-bullets ul 
{
	margin-top: 10px;
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
div.marquee-bullets ul li
{
	padding: 0 0 2px 8px;
    background-image: url(/vp/images/nns/common/bullets/bullet_list_big.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}

#button
{
	padding-left:15px;
	padding-bottom:10px;
}
#teaserFullTitle
{
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-top:10px;
	padding-bottom:10px;
}

#teaserFullTitle span.teaserFullTitle
{
    font-size: 17px;
}

.marquee-left-column
{
	vertical-align: top;
}


/*----------------------------------------------------------------------------
 * Teaser Styles
 *----------------------------------------------------------------------------*/

#blueFrame
{
	background-image: url(/vp/images/nns/product/multi_prod_teaser_full_page_bg.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 6px 6px 12px 6px;
	border-right: 15px solid white;
    border-bottom: 15px solid white;
    width: 490px;
	vertical-align: top;
}

div.teaser-text 
{
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:0;
	margin-bottom:4px;
}
div.divTeaser span.price 
{
	font-weight: bold;
}
div.divTeaser span.strikeout-price 
{
	text-decoration: line-through;
}
div.divTeaser span.discount-price 
{
	color: #DE0000;
	font-size: 18px;
	font-weight: bold;
}
div.divTeaser div.teaser-heading 
{
	font-size: 12px;
	font-weight: bold;
}
div.teaser-text-bullets ul 
{
	list-style-type: none;
	font-weight:normal;
	padding-left:5px;
	margin:0;
}
div.teaser-text-bullets ul li
{	
    padding-top:0;
	padding-bottom:2px;
	padding-left:8px;
    background-image: url(/vp/images/nns/common/bullets/bullet_list_big.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
div.divTeaser div.teaser-details 
{
	/*vertical-align: text-bottom;*/
	margin: 10px 0 0 0;
	padding-left: 5px;
}
div.divTeaser div.teaser-details p
{
	padding: 0;
	margin: 0;
	font-size:12px;
	font-weight:bold;
}
div.divTeaser.teaser-not-enabled span.teaser-design-it-list, div.divTeaser.teaser-not-enabled div.teaser-pricing-text, div.divTeaser.teaser-not-enabled div.teaser-details
{
	display:none;
}
div.divTeaser.teaser-not-enabled div.teaser-image a
{
	cursor:default;
}

span.TeaserAction a, span.TeaserAction a:active, span.TeaserAction a:link, span.TeaserAction a:visited
{
	font-weight: bold;
	color: #f60;
    font-family: Arial,Tahoma, Helvetica, Sans-Serif;
}


/*----------------------------------------------------------------------------
 * Footnote Control Styles
 *----------------------------------------------------------------------------*/

#tblFootnote {
    width: 426; 
    margin-left: 50px;   
    margin-top: 0;
    margin-bottom: 25px;
	background-color:#EFF3FF;
	color:#31319C;
}
#tblFootnote td.tdFootnote-Left-Border 
{
	border-left: 1px solid #8486C6;
}
#tblFootnote td.tdFootnote-Right-Border {
	border-right: 1px solid #8486C6;
}
#tblFootnote td.tdFootnote-text {
	padding: 10px;
}

#UpperTextTable, #UpperTextHeadlineTable {
    margin-left: 50px;   
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 50px;
}

#UpperTextHeadlineTable #FootnoteHeadlineText {
    color: Red;
	font-weight: bold;
}


