﻿.mainBody
{
    width: 970px;
    margin: auto;
    background-color: white;
    border: black solid 1px;
}

.mainRowGroup
{
    float: left;
    background: url('images/GrayBorder.gif') repeat-y 175px;
}

.mainRowGroup2
{
    float: left;
    background: url('images/GrayBorder.gif') repeat-y 772px;
}
        
.mainColumn, .mainLeftColumn, .mainRightColumn
{
    float: left;
    width: 175px;
}

.mainLeftColumn
{
    width: 175px;
}

.mainRightColumn
{
    width: 175px;
}

.mainColumn, .mainColumnCenter
{
    float: left;
    width: 172px;
}

.mainColumnCenter
{
    float: left;
    padding: 0px 10px;
    border-right: solid 1px gray;
    border-left: solid 1px gray;
}

.mainLeftColumn
{
}

.mainRightColumn
{
    float: right;
}

.mainCenterColumn
{
    float: left;
    width: 598px;
}

.mainCenterColumnWide
{
    float: left;
    width: 770px;
}

.mainImage
{
    width: 578px;
    border: #95B3D7 solid 1px;
    margin-bottom: 10px;
}

.mainRow
{
    float: left;
    overflow: hidden;
}

.featureBlock
{
    margin-bottom: 20px;
    padding: 10px;
    background: url('../../images/FeatureBottom.gif') repeat-x top;
}

.spotlightBlock
{
    margin-bottom: 10px;
    padding: 10px;
}

.clear
{
    clear: both;
}

.headingLarge
{
    font-weight: bold;
    color: maroon;
}

.headingSmall
{
    font-weight: bold;            
}

.pageTitle
{
	border: none;
	background-color: #95B3D7;
	height: 42px;
}

.contentSubBox
{
	padding: 10px;
	background-color: #DBE5F1;
	margin-top: 5px;
}

.contentSubBoxAlt
{
	padding: 10px;
	margin-top: 5px;
}

.heading
{
	font-weight: bold;
}

.highlight1
{
	font-weight: bold;
}

.highlight2
{
	color: maroon;
	font-weight: bold;
}

.largeHeading
{
	font-weight: bold;
	font-size: 130%;
}

.checkMark
{
	list-style-image: url(images/CheckMark.gif);
}

.image
{
	border: solid 1px gray;
}

.hRule
{
	line-height: 1px;
	color: Black;
}

a, a:visited, a:active
{
	color: #0D6BF7;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	color: #5899FA;
	font-weight: normal;
}

.comments
{
    padding: 0px 15px;
}

.comment
{
    background: #DBE5F1;
    border: solid 1px #95B3D7;
    margin-top: 20px;
    padding: 10px;
}

.commentHeading
{
    font-weight: bold;
}

.commentDate
{
    color: Blue;
    margin-bottom: 10px;
}

.commentText
{
}

.productTitle
{
    text-align: center;
	font-weight: bold;
}

.tableHeader
{
    background: #95B3D7; 
    font-size: 130%;
    font-weight: bold;
    padding: 5px; 
}

.tableContent
{
    padding: 5px; 
    background: #DBE5F1;
}

.shoppingCartHeader
{
    background: #95B3D7; 
    font-weight: bold;
    padding: 5px;
}

.shoppingCartContent
{
    padding: 5px; 
    background: #DBE5F1;
    border-top: solid 1px white;
}

.shoppingCartRemove
{
}

.shoppingCartFooter
{
    text-align: right;
    font-weight: bold;
}

.partner
{
    margin-bottom: 50px;
}

.sliderC
{
    float: left;
    border: 2px solid #888888;
}

.sliderC ul.page, .sliderC ul.page li.page
{
    margin: 0;
    padding: 0;
    list-style: none;
}
        
.sliderC, .sliderC ul.page li.page
{
    width: 680px;
    height: 475px;
    overflow: hidden;
}
        
.pager
{
    text-align: center;
}
        
.pager ol
{
	margin:1em 0;
	padding:0;
	height:28px;
}

.pager ol li
{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}

.pager ol li a
{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #C3DAFD;
	background:#EDF5FD;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}

.pager ol li.current a
{
	background:#75B9FD;
	color:#fff;
}

.pager ol li a:focus, #prevBtn a:focus, #nextBtn a:focus
{
	outline:none;
}
        
.sliderText
{
    background: #000000;
    filter:alpha(opacity=80);
    color: White;
    font-size: 120%;
    padding: 15px;
    position: absolute;
    bottom: 25px;
    width: 500px;
}
        
.sliderImage
{
    position: relative;
    height: 475px;
    width: 680px;
}

