﻿body {
}

.aSmall
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#4169e1;	
}
.aSmall:hover
{
	font-family:Verdana;
	font-size:11px;	
	font-weight:normal;
	color:red;	
}

.a2
{
	font-family:Verdana;
	font-size:12px;
	color:#4169e1;	
}
.a2:hover
{
	font-family:Verdana;
	font-size:12px;	
	color:red;	
}

.a2Small
{
	font-family:Verdana;
	font-size:8pt;
	color:#4169e1;	
}
.a2Small:hover
{
	font-family:Verdana;
	font-size:8pt;	
	background-color:#FF6600;
	color:White; 	
}

.aNormal
{
	font-family:Verdana;
	color:#4169e1;	
}
.aNormal:hover
{
	font-family:Verdana;
	background-color:#FF6600;
	color:White; 	
}

.aProductName
{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#4169e1;	
}
.aProductName:hover
{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:White;
	background-color:#FF6600;
	color:White; 	
}

.aTopMenu
{
	font-weight:bold;
	color:White;
	text-decoration:none;	
}
.aTopMenu:hover
{
	font-weight:bold;
	color:Black; 	
	text-decoration:underline;
}

.DefaultLabel
{
	font-size:8pt;		
}
.DefaultLabelBold
{
	font-size:8pt;		
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
        margin: 5px 0;
        font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
h1 {font-size: 21px;}
h2 {font-size: 18px;}
h3 { font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 9px;}

.pagemaster {
	width: 950px;
	height: 100%;	
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}

.contentpane
{
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 

}
.PanelContent
{
	background-color: White;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	padding:3px;
	 
}
.PanelTitle
{
	width:100%;
	text-decoration:none;
	/*background-color: #dfe5f2;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	padding:2px;
	background-image:url("../images/title.gif");
	background-repeat: repeat;
	color:#990000;*/
	font-size:10px;
	font-weight:normal;
	color:White;
	background-color:#4169e1;
}
.PanelTitlelLink
{
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:White;	
}
.PanelForm
{
	background-color: White;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	padding:3px;
	 
}

.Menu
{

	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#4169e1;	
	color:White;	
}

.SmallChar
{
	font-family:Verdana;
	font-size:8px;
		
}
LABEL
{
	font-family:Verdana;
	font-size:10px;
}
.SmallLabel
{
	font-size:10px;
}

.PagesTitle
{
	font-family:Verdana;
	font-size:16px;	
	font-weight:bold;
	color:Black;	
}

.SmallGrid
{
	font-size:10px;
	font-family:Verdana;
}
.image1
{
	cursor:hand;
}
.ListPanel
{
	border-style:solid;
	border-color:#7994cb;
	border-width:1px;
}

.GuestBookTitle
{
	font-family:Verdana;
	font-size:8px;
		color:#4169e1;	
}

.ProductDetailLabels
{
	font-size:8pt;		
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}

.ProductDesc
{
	line-height: 1.6em;	
}

#belowheader { background-color: #FF6600; padding-top: 2px; 
      padding-left: 5px; padding-bottom: 2px; color: #FFFFFF; 
      border-bottom: solid 5px #CCCCCC;}
      
