﻿.ratingStar
        {
            white-space: nowrap;
            margin: 1em;
            height: 14px;
        }
        .ratingStar .ratingItem
        {
            font-size: 0pt;
            width: 13px;
            height: 12px;
            margin: 0px;
            padding: 0px;
            display: block;
            background-repeat: no-repeat;
            cursor: pointer;
        }
        .ratingStar .Filled
        {
            background-image: url(images/rating/ratingStarFilled.png);
        }
        .ratingStar .Empty
        {
            background-image: url(images/rating/ratingStarEmpty.png);
        }
        .ratingStar .Saved
        {
            background-image: url(images/rating/ratingStarSaved.png);
        }
        .style6
        {
            width: 100%;
        }
        .style7
        {
            width: 95px;
        }
        .style8
        {
            width: 140px;
        }
.FAQGeneral
{
    text-align: left;
}
.TitleBar
{
background-repeat: no-repeat;
background-image: url('Images/Titles.jpg');
height: 35px;
width: 721px;
font-weight: bold;
font-size: large;
display: table-cell;
padding-top: 10px;
padding-left: 10px;
text-align: left;
}
.style3
{
width: 721px;
}
.style5
{
width: 110px;
font-weight: bold;
text-align: right;
padding-right: 5px;
text-align: left;
}

.KBResultTitle
{
text-align: left;
height: 20px;
}
 .KBResultIssue
{
    text-align: left;
    width: 425px;
    height: 150px;
    background-color: #E9E9E9;
    overflow: scroll;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.alsostyle a:link, .alsostyle a:visited
{
font: 90% Verdana, Arial, Helvetica, sans-serif;
padding: 5px 5px 5px 10px;
text-decoration:none;
color: #FFFFFF; 
display: block; 
width: 177px;   
background-repeat: no-repeat; 
background-color: #8E8E8E;
line-height:140%;

} 
.alsostyle a:hover 
{

	padding: 5px 5px 5px 10px;
font: 90% Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color: #000000; 
display:block; 
width: 177px; 
background-image: url(TVImages/2.jpg); 
background-repeat:repeat-y;
background-color: #fff; /* add background color close to bg image color */
line-height:140%;
}

.littlebox a:link, .littlebox a:visited
{
float:left; 
padding-left:3px; 
width:115px; 
font: 80% Verdana, Arial, Helvetica, sans-serif; 
text-align:left;
text-decoration:none;
color: #000000; 
display: block;    
} 
.littlebox a:hover 
{
float:left; 
padding-left:3px; 
width:115px; 
font: 80% Verdana, Arial, Helvetica, sans-serif; 
text-align:left;
text-decoration:underline;
color: #A60000; 
display:block;  
}

.bigBox a:link, .bigBox a:visited
{
float:left;
font: 95% Verdana, Arial, Helvetica, sans-serif; 
text-align:left;
text-decoration:none;
color: #000000; 
display: block;    
} 
.bigBox a:hover 
{
float:left;
font: 95% Verdana, Arial, Helvetica, sans-serif; 
text-align:left;
text-decoration:underline;
color: #A60000; 
display:block;  
}

.littleboxBig a:link, .littleboxBig a:visited
{
float:right; 
padding-right:3px; 
width:135px; 
font: 80% Verdana, Arial, Helvetica, sans-serif; 
text-align:left;
text-decoration:none;
color: #000000; 
display: block;    
} 
.littleboxBig a:hover 
{
float:right; 
padding-right:3px; 
width:135px; 
font: 80% Verdana, Arial, Helvetica, sans-serif; 
text-align:left;
text-decoration:underline;
color: #A60000; 
display:block;  
}

.redbox a:link, .redbox a:visited
{
text-decoration:none;
display: block;
float:left; 
width:242px; 
height:auto;
text-align:left; 
padding:0px 5px 0px 5px;
font: 75% Verdana, Arial, Helvetica, sans-serif; 
color:White;
background-image:url('red.jpg'); 
background-repeat:repeat-y; 
background-position:right; 
} 
.redbox a:hover 
{
text-decoration:underline;
font-weight:bold;
color: White; 
display:block;
float:left; 
width:242px;
height:auto; 
text-align:left; 
padding:0px 5px 0px 5px; 
font: 75% Verdana, Arial, Helvetica, sans-serif;
}

.redBoxTextContainer
{
	float:right; 
	background-image:url('red.jpg'); 
	background-repeat:repeat-y; 
	background-position:right; 
	width:253px; height:auto; 
	padding:0px 0px 0px 0px;  
	margin:0px 0px 0px 0px;
}

.redboxContainer
{
	float:left;
	width:500px; 
	height:218px;
}

.newsbox a:link, .newsbox a:visited
{
text-decoration:none;
display: block; 
padding:0px 5px 5px 5px; 
font: 80% Verdana, Arial, Helvetica, sans-serif; 
color:White;  
} 
.newsbox a:hover 
{
text-decoration:underline;
display:block;
text-align:left; 
padding:0px 5px 5px 5px; 
font: 80% Verdana, Arial, Helvetica, sans-serif;   
}

.normal a:link, .normal a:visited
{
    font-size:100%;
	text-decoration:none;
	background-color:#EE1A30;
	display:inline;
	color:White;
}

.normal a:hover
{
    font-size:100%;
	text-decoration:underline;
	background-color:#EE1A30;
	color:White;
	display:inline;
}


body  
{
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColHybLtHdr #container { 
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 192px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p, .twoColHybLtHdr #sidebar2 p, .twoColHybLtHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColHybLtHdr #sidebar2 
{
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat  { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Accordion */
.accordionHeader
{
    font-size: 130%;
    color: white;
    height:55px;
    width:95%;
    background-color: #8E8E8E;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
    cursor: pointer;
    text-align:center;
     margin: 0 auto;
}
 
.accordionHeader a
{
    font-size: 130%;
    margin: 0px 0px 0px 0px;
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
.accordionHeader:hover
{
    font-size: 130%;
     background-color: #999999;
      color: white;
      text-decoration:underline;
    height:55px;
    width:95%;
      font-family:  Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
    cursor: pointer;
    text-align:center;
     margin: 0 auto;
}
 
.accordionHeaderSelected
{
    font-size: 130%;
     background-color: #8E8E8E;
    color:White;
    text-decoration:underline;
    height:55px;
    width:95%;
      font-family:  Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
    cursor: pointer;
    text-align:center;
     margin: 0 auto;
}
 
 .accordionHeaderSelected a
{
    font-size: 130%;
     background-color: #8E8E8E;
    color:Yellow;
    height:55px;
    width:95%;
	font-size: 100%;
      font-family:  Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
    cursor: pointer;
    text-align:center;
     margin: 0 auto;
      border:1, 4px, #FFFFFF;
}
 
.accordionHeaderSelected a:hover
{
    font-size: 130%;
     background-color: #8E8E8E;
   color:Yellow;
    height:55px;
    width:95%;
	font-size: 100%;
      font-family:  Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
    cursor: pointer;
    text-align:center;
     margin: 0 auto;
}
 
.accordionContent
{
    margin: 0 auto;
	font-size: 100%;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    width:85%;
    height:375px;
    background-color: #EEEEEE;
    border-top: none;
    padding: 10px;
   
}

.smallErrors
{
    color:Red;
    font-size:smaller;
}

.optional
{
    color:Orange;
    font-size:smaller;
}

.EmailSent_Panel
{
   width:235px;
   height:145px;
   background-image:url(panelImg/box.gif);
   background-repeat:no-repeat;
}
a:link 
{
    text-decoration: none;
    color: #A60000; 
}
a:visited 
{
    text-decoration: none;
    color: #A60000; 
}
a:active 
{
    text-decoration: none;
    color: #A60000; 
}
a:hover 
{
    text-decoration: underline; 
    color: #A60000; 
}
.myClass
{
    padding:0px;
    margin:15px;
}
.printInvis
{
	/* only valid for print view */
}
.printVis
{
display:none;
}
.boxMover
{
	/* only valid for print view */
}
.homePageLittleBoxFloats
{
	float:right;
	width:225px;
    height: 219px;
}
.homePageLittleBoxFloats2
{
	float:right;
	width:225px;
}
.littleBoxInnerContainer
{
	width:210px;  
	padding-left:5px; 
	padding-right:5px;
}
.littleBoxInnerContainerBig
{
	width:255px;  
	padding-left:5px; 
	padding-right:5px;
}
.littleBoxText
{
	display:block; 
	width:110px;
	float:right;
}
.funnyMargin
{
	padding:0px; 
	margin-left:20px
}
.headerPrint
{
/* only applies to print css */
}
.formPrint
{
float:left; 
width:200px; 
height:265px;
}
.formPrint2
{
float:right; 
width:200px; 
height:230px; 
line-height:10pt;
}
.formHeight65left
{
float:left; 
width:200px; 
height:65px;
}
.formHeight65right
{
float:right; 
width:200px; 
height:65px;
}
.formHeight65rightPrint
{
float:right; 
width:200px; 
height:65px;
}
.formHeight85left
{
float:left; 
width:200px; 
height:85px;
}
.formHeight85right
{
float:right; 
width:200px; 
height:85px;
}
.formHeight85rightPrint
{
float:right; 
width:200px; 
height:85px;
}
.printProductPage
{
text-align:center; 
width:75%; 
padding-top:20px; 
float:right;
}
.footer a:link, .footer a:visited 
{
    font-weight:bold;
	text-align:left;
	margin: 0;
    width:300px;
	text-decoration:none;
	font-size:11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#8E8E8E;
	padding: 20px 5px 0px 5px;
}
.footer a:hover
{
    font-weight:bold;
	text-align:left;
	margin: 0;
    width:300px;
	text-decoration:underline;
	font-size:11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#8E8E8E;
	padding: 20px 5px 0px 5px;
}
.footerNorm
{
    font-weight:bold;
    float:right;
	text-align:right;
	margin: 0;
	text-decoration:none;
	font-size:11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#8E8E8E;
}
.formSet
{
    width:980px; 
    margin: 0 auto;
}
h1
{ 
    font-size: 140%;
}
h2
{
    font-size: 110%;
}

.littleRedHeader
{
    color:Red;
}
.littleHeader
{
    color:Red;
}