﻿body 
{
}

a
{
	border: 0px;
	color: #ffffff;
}

a img
{
	border: 0px;
}

.LeftNav
{
	width:175px;
	height:100%;
	padding-right:5px;
}

.PageTable
{
	margin: 15px;
	width:600px;
}

.HomeContent
{
	width:560px;
}

.Content
{
	Height:100%;
}

.RightNav
{
	width:125px;
	height:100%;
	padding-left:5px;
}

.Header
{
	height:175px;
}

.ImageScroller
{	
	width: 95%;
	height: 250px;
	overflow: auto;
	border: solid 1px #d6d9db;
	margin-top: 5px;
	background-color: white;
}

.ProductScroller
{
	overflow: auto;
	margin-top: 2px;
	background-color: white;
	width: 350px;
}

.ComplimentaryScroller
{
	width: 95%;
	height: 100%;
	overflow: auto;
	margin-top: 2px;
	background-color: white;
}

.ComplimentaryLabel
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.DivStatic
{
	z-index: 6000;
	width:782px;
	height:415px;
}

.DivDoc
{
	Background: #000000 url('App_Themes/DocSideImage.gif') repeat-y;
}

.DivFeatured
{
	padding: 20px;
}

.IWFHeader
{
	font-family: Arial Narrow, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

/* Detail text styles */
.DetailHeader
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	color: Blue;
}

.DetailContent
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

/* search result styles */
.SearchText
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
}

.NoSearchResults
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: Red;
}

.Descriptor
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
}

/* right nav styles */
.RightNavLinks
{
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
}

.RightNavLinksOn
{
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bolder;
	color: #ff0000;
	text-decoration: none;
}

.CategoryHeader
{
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	width: 220;
	height:80px;
	/*filter:Shadow(Color=#666666, Direction=135);*/
	/*filter: glow(Color=#000000,Strength=2);*/
}

.Descriptor
{
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

/* Rotator Manual Scroll CSS */
.ComplimentaryContainer 
{
    width: 266px;
}
.Complimentary
{
	position: absolute;
	top: 25px;
	left: 10px;
    width: 266px;
    height: 108px;
    background-image: url(App_Themes/RelatedItemsFrame.jpg);
    background-repeat: no-repeat;
}
.ComplimentaryPages 
{
    width: 266px;
    height: 60px;
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    padding: 0 0 0 0;
}
.leftPane 
{
    width: 100px;
    height: 60px;
    float: left;
    padding-left: 10px;
    padding-right: 25px;
    padding-top: 10px;
}
.rightPane 
{
    width: 100px;
    height: 60px;
    /*float: right;*/
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 10px;
}
.ComplimentaryNavigation 
{
	width: 24px;
    height: 12px;
    background-color: #fff;
}
.navigationBtn 
{
    cursor: hand;    
}
