/******************************************************************************/
/* Generic Styles Start */
/* begin with generic styles so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, p, blockquote, th, td, hr {
	margin: 0;
    padding: 0;
}

body {
    background: #FFFFFF url(/Images/Background.png) repeat-x;
    color: #333333;
    font: 12px/1.4em Arial; /* see http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html for px to % */
}

a {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    margin-bottom: 1.5em;
    color: #ED0000;
    font-size: 20px;
}

h2 {
    color: #103E9E;
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h2, h3, h4, h5, h6 {
    margin: 1.8em 0 1em;
}

h3, h4, h5, h6 {
    color: #646464;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

p, fieldset {
    margin: 1em 0;
}

fieldset {
    padding: 5px;
}

legend {
    padding: 0 5px 4px;
    color: #646464;
    font-weight: bold;
}

blockquote, dl, ol, ul {
    margin: 1em;
}

dl dd {
    margin-left: 1em;
}

ol, ul {
    margin-left: 2em;
}

ol ol, ul ul {
    margin: 0.2em 2em;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: disc outside;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    font: 100%;
}

th, td {
    padding: 0.5em;
}

th {
    font-weight: bold;
    text-align: center;
}

img {
    border-width: 0;
}

hr {
    height: 0;
    margin: 5px auto;
    border-top: solid 1px #D3D3D3;
}

:focus {
    outline: 0;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* Layout Styles Start */
/******************************************************************************/
#pageWrapper {
    width: 965px;        /* fixed layout: width: 760px; | fluid layout width: auto; */
    margin: 18px auto;          /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
}

#header {
    height: 137px;
}

#logo {
    float: left;
}

#slogan {
    float: right;
    margin-right: 4px;
    padding: 5px;
    line-height: 22px;
    background-color: #FFFFFF;
    border: solid 2px #D3D3D3;
    border-width: 2px 0;
    font-size: 18px;
}

#headerBottom {
    margin: 12px 1px 0;
}

#headerBottom .content2 {
    padding: 0 6px;
}

body.homePage #headerBottom .content2 {
    margin: -2px 0;
    padding: 0 4px;
}

#headerBottom .content3 {
    overflow: hidden;
    background: #E4E4E4 url(/Images/HeaderBottomBackground.png) repeat-x;
}

body.homePage #headerBottom .content3 {
    background: #E3E3E3 url(/Images/HomeHeaderBottomBackground.png) repeat-x;
}

#ctl00_pnlBreadCrumb {
    padding: 8px 5px;
    font-size: 90%;
}

#outerColumnContainer {
    padding-left: 302px;
}

#middleColumn {
    float: right;
    width: 100%;
}

#middleColumn .grayBox {
    margin: 0 3px 16px;
}

#middleColumn .grayBox .content2 {
    padding: 12px 18px;
}

#middleColumn a {
    color: #ED0000;
}

#leftColumn {
    float: left;
    width: 284px; /* left width */
    margin-left: -302px; /* -left width + left padding */
    padding: 0 16px 0 2px;
}

#footerDivide {
    height: 1px;
    margin: 0 4px 16px;
    background-color: #DEDEDE;
}

#footerTop {
    margin: 0 3px;
}

#footerTop .content3 {
    padding: 10px;
    overflow: hidden;
    background: #F0F0F0 url(/Images/FooterTopBackground.png) repeat-x;
}

#footerTop ul {
    margin: 0 0 0 1.5em;
}

#footerTop ul ul {
    margin: 0 1em;
}

#footer {
    overflow: hidden;
    padding: 10px 5px;
}
/******************************************************************************/
/* Layout Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn {
    display: none;
}

body.oneColumnLayout #outerColumnContainer {
    padding-left: 0;
}

body.oneColumnLayout #middleColumn .grayBox {
    margin: 16px 2px;
}

body.oneColumnLayout #middleColumn .grayBox .top, body.oneColumnLayout #middleColumn .grayBox .bottom {
    display: none;
}

body.oneColumnLayout #middleColumn .grayBox .content, body.oneColumnLayout #middleColumn .grayBox .content2 {
    padding: 0;
    background-image: none;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Component Styles Start */
/******************************************************************************/
#outerColumnContainer .component {
    margin-bottom: 16px;
}
/******************************************************************************/
/* Component Styles End */
/******************************************************************************/

/******************************************************************************/
/* Top Menu Styles Start */
/******************************************************************************/
#header .menu {
    float: right;
    width: 656px;
    height: 28px;
    margin: 34px 3px 0 0;
    padding: 7px 0 11px;
    background: url(/Images/MenuBackground.png) no-repeat;
    text-align: center;
}

#header .menu ul {
    margin: 0 0 0 45px;
    list-style-type: none;
}

#header .menu ul li {
    float: left;
    line-height: 28px;
    padding: 0 20px;
    background: url(/Images/MenuItemDivide.gif) no-repeat;
}

#header .menu ul li:first-child {
    background-image: none;
}

#header .menu ul li a {
    color: #333333;
    text-decoration: none;
    font-size: 110%;
}

#header .menu ul li a:hover {
    color: #EB0000;
    cursor: pointer;
    text-decoration: none;
}

#header .menu ul li.active a {
    color: #EB0000;
}

#header .menu ul ul {
    display: none;
}
/******************************************************************************/
/* Top Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#outerColumnContainer .menu {
    margin: -11px -7px;
}

#outerColumnContainer .menu ul {
    margin: 0;
    list-style-type: none;
}

#outerColumnContainer .menu > ul > li > ul {
    margin: 5px 0;
}

#outerColumnContainer .menu > ul > li {
    margin-bottom: 1px;
    background: url(/Images/MenuItem.png) repeat-x;
    border: solid 1px #DEDEDE;
    border-width: 1px 0;
}

#outerColumnContainer .menu > ul > li > a {
    margin-right: 10px;
    background: url(/Images/MenuItemBullet.png) no-repeat right center;
    font-weight: bold;
}

#outerColumnContainer .menu li a {
    display: block;
    width: auto;
    color: #919191;
    text-decoration: none;
}

#outerColumnContainer .menu li a:hover {
    color: #EB0000;
    text-decoration: none;
}

#outerColumnContainer .menu li.active > a {
    color: #EB0000;
}

#outerColumnContainer .menu li.active > a:hover {
    cursor: text;
}

/* identation styles start */
#outerColumnContainer .menu li a {
    padding: 7px 10px;
}

#outerColumnContainer .menu li li > a {
    padding: 3px 10px;
}

#outerColumnContainer .menu li li li > a {
    padding: 3px 20px;
}

#outerColumnContainer .menu li li li li > a {
    padding: 3px 30px;
}
/* identation styles end */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Box Styles Start */
/******************************************************************************/
.grayBox .top {
    background: url(/Images/Boxes/GrayTopRight.png) no-repeat top right;
}

.grayBox .top div {
    background: url(/Images/Boxes/GrayTopLeft.png) no-repeat top left;
}

.grayBox .top span {
    display: block;
    height: 5px;
    margin: 0 5px;
    background: url(/Images/Boxes/GrayTopCenter.png) repeat-x top;
}

.grayBox .content {
    background: url(/Images/Boxes/GrayMiddleLeft.png) repeat-y left;
}

.grayBox .content2 {
    overflow: hidden;
    padding: 0 5px;
    background: url(/Images/Boxes/GrayMiddleRight.png) repeat-y right;
}

.grayBox .bottom {
    background: url(/Images/Boxes/GrayBottomRight.png) no-repeat bottom right;
}

.grayBox .bottom div {
    background: url(/Images/Boxes/GrayBottomLeft.png) no-repeat bottom left;
}

.grayBox .bottom span {
    display: block;
    height: 5px;
    margin: 0 5px;
    background: url(/Images/Boxes/GrayBottomCenter.png) repeat-x bottom;
}

.grayBox2 .top {
    background: url(/Images/Boxes/Gray2TopRight.png) no-repeat top right;
}

.grayBox2 .top div {
    background: url(/Images/Boxes/Gray2TopLeft.png) no-repeat top left;
}

.grayBox2 .top span {
    display: block;
    height: 6px;
    margin: 0 6px;
    background: url(/Images/Boxes/Gray2TopCenter.png) repeat-x top;
}

.grayBox2 .content {
    background: url(/Images/Boxes/Gray2MiddleLeft.png) repeat-y left;
}

.grayBox2 .content2 {
    overflow: hidden;
    padding: 1px 7px;
    background: url(/Images/Boxes/Gray2MiddleRight.png) repeat-y right;
}

.grayBox2 .bottom {
    background: url(/Images/Boxes/Gray2BottomRight.png) no-repeat bottom right;
}

.grayBox2 .bottom div {
    background: url(/Images/Boxes/Gray2BottomLeft.png) no-repeat bottom left;
}

.grayBox2 .bottom span {
    display: block;
    height: 6px;
    margin: 0 6px;
    background: url(/Images/Boxes/Gray2BottomCenter.png) repeat-x bottom;
}

.redBox .top {
    background: url(/Images/Boxes/RedTopRight.png) no-repeat top right;
}

.redBox .top div {
    background: url(/Images/Boxes/RedTopLeft.png) no-repeat top left;
}

.redBox .top span {
    display: block;
    line-height: 39px;
    margin: 0 6px;
    background: url(/Images/Boxes/RedTopCenter.png) repeat-x top;
    text-align: center;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
}

.redBox .content {
    background: url(/Images/Boxes/RedMiddleLeft.png) repeat-y left;
}

.redBox .content2 {
    padding: 10px;
    background: url(/Images/Boxes/RedMiddleRight.png) repeat-y right;
}

.redBox .bottom {
    background: url(/Images/Boxes/RedBottomRight.png) no-repeat bottom right;
}

.redBox .bottom div {
    background: url(/Images/Boxes/RedBottomLeft.png) no-repeat bottom left;
}

.redBox .bottom span {
    display: block;
    height: 6px;
    margin: 0 6px;
    background: url(/Images/Boxes/RedBottomCenter.png) repeat-x bottom;
}

.redBox2 .top {
    background: url(/Images/Boxes/Red2TopRight.png) no-repeat top right;
}

.redBox2 .top div {
    background: url(/Images/Boxes/Red2TopLeft.png) no-repeat top left;
}

.redBox2 .top span {
    display: block;
    height: 9px;
    margin: 0 9px;
    background: url(/Images/Boxes/Red2TopCenter.png) repeat-x top;
}

.redBox2 .content {
    background: url(/Images/Boxes/Red2MiddleLeft.png) repeat-y left;
}

.redBox2 .content2 {
    padding: 7px 10px;
    background: url(/Images/Boxes/Red2MiddleRight.png) repeat-y right;
}

.redBox2 .bottom {
    background: url(/Images/Boxes/Red2BottomRight.png) no-repeat bottom right;
}

.redBox2 .bottom div {
    background: url(/Images/Boxes/Red2BottomLeft.png) no-repeat bottom left;
}

.redBox2 .bottom span {
    display: block;
    height: 9px;
    margin: 0 9px;
    background: url(/Images/Boxes/Red2BottomCenter.png) repeat-x bottom;
}
/******************************************************************************/
/* Box Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton, .passiveButton {
    padding: 3px 10px;
    background-image: url(/Images/ActiveButtonBackground.png);
    border: solid 1px #D5D5D5;
    color: #646464;
}

.articleDate {
    width: 48px;
    height: 37px;
    padding-top: 14px;
    background: url(/Images/DateBackground.png) no-repeat;
    color: #EB0000;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
}

.author {
    margin: 1em 0;
    color: #999999;
    font-size: 90%;
}

.bookmarks {
    margin: 1em 0;
    padding: 5px;
    border: solid 1px #000000;
}

.centeredList {
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.centeredList li {
    display: inline;
}

.clear {
    overflow: hidden;
}

.clear2 {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    margin: 0.6em 0;
    padding: 5px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.comment p:first-child {
    margin-top: 0;
}

.comment p:last-child {
    margin-bottom: 0;
}

.comments {
    margin: 1em 0;
}

.commentsTop {
    height: 40px;
    margin: 1em 0;
    background-color: #DDDDDD;
}

.directoryItem {
    margin: 1em 0;
    padding: 3px;
    border: solid 1px #DEDEDE;
    line-height: 28px;
}

.directoryItem .telephone {
    float: right;
    padding-left: 35px;
    background: url(/Images/Telephone.gif) no-repeat;
    color: #000000;
    font-weight: normal;
}

.directoryItem .header {
    height: 28px;
    margin-bottom: 3px;
    padding: 3px 5px;
    background-color: #DEDEDE;
}

.directoryItem .content {
    padding: 5px;
}

.directoryItem .content p:first-child {
    margin-top: 0;
}

.directoryItem .content p:last-child {
    margin-bottom: 0;
}

.error {
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
}

.error ul {
    margin-left: 16px;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    z-index: 2;
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    height: 280px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    z-index: 2;
}

.hide {
    display: none;
}

.highLight {
    background-color: #FFFF66;
    color: #003399;
    font-weight: bold;
}

.item, .item2 {
    margin: 0.8em 0;
}

.item p:first-child, .item2 p:first-child {
    margin-top: 0;
}

.item p:last-child, .item2 p:last-child {
    margin-bottom: 0;
}

.modalBackground {
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    width: 500px;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}

.modalPopup .header {
    margin-bottom: 1em;
    font-size: 123.1%;
    font-weight: bold;
}

.pageLocation {
    margin: 1em 0;
    text-align: center;
}

.pageNavigation {
    margin: 1em 0;
}

.pageNavigation a, .pageNavigation .current {
    padding: 5px 4px;
    border: solid 1px #DDDDDD;
    text-decoration: none;
    line-height: 30px;
    vertical-align: text-top;
}

.pageNavigation a:hover, .pageNavigation .current {
    background-color: #EEEEEE;
}

.passwordStrength {
    width: 200px;
    max-height: 18px;
    padding: 1px;
    border: solid 1px #000000;
    vertical-align: middle;
}

.passwordStrengthText {
    margin: 2px 0 0 208px;
    background-color: White;
}

.passwordStrengthWeak {
    max-height: 18px;
    background-color: Red;
    color: Red;
}
.passwordStrengthAverage {
    max-height: 18px;
    background-color: Orange;
    color: Orange;
}

.passwordStrengthGood {
    max-height: 18px;
    background-color: Green;
    color: Green;
}

.pointer {
    cursor: pointer;
}

.popularSearches {
    margin: 2em 100px;
    padding: 10px;
    border: solid 1px #000000;
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.productImage {
    margin-right: 15px;
    border-width: 0;
}

.productPrice {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.productTitle {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.rating {
    height: 20px;
    margin: 1em 0;
}

.ratingStar {
    display: block;
    width: 13px;
    height: 15px;
    margin-top: 2px;
    padding: 0;
    font-size: 0;
    background-repeat: no-repeat;
}

.ratingStarDefault {
    cursor: default;
}

.ratingStarFilled {
    background-image: url(/Images/FilledStar.gif);

}

.ratingStarEmpty {
    background-image: url(/Images/EmptyStar.gif);
}

.ratingStarSaved {
    background-image: url(/Images/SavedStar.gif);
}

.response {
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
}

.tagCloudComponent {
    line-height: 1.8em;
    word-wrap: break-word;
    overflow: hidden;
}

/* Start styles used to set xx-small to xx-large font sizes of tags for small, medium and large */
.tagCloudComponentTag1 {
    font-size: 80%;
}

.tagCloudComponentTag2 {
    font-size: 90%;
}

.tagCloudComponentTag3 {
    font-size: 100%;
}

.tagCloudComponentTag4 {
    font-size: 110%;
}

.tagCloudComponentTag5 {
    font-size: 120%;
}

.tagCloudComponentTag6 {
    font-size: 140%;
}

.tagCloudComponentTag7 {
    font-size: 160%;
}
/* End of tag cloud tag font sizes */

.textBox {
    padding: 3px;
    background-image: url(/Images/ActiveButtonBackground.png);
    border: solid 1px #D5D5D5;
    color: #B5B5B5;
}

.wizard {
    width: 100%;
}

.wizard td {
    padding: 0;
}

.wizard td td {
    padding: 0.5em;
}

.wordWrap {
    word-wrap: break-word;
    overflow-x: hidden;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/* please duplicate all HTML tag styles to Wysiwyg.css */
/******************************************************************************/
.absmiddle {
    vertical-align: middle;
    margin-bottom: 0.25em;
}

.bigText {
    font-size: 18px;
}

.blueText, .blueText a {
    color: #103E9E;
    text-decoration: none;
}

.first {
    margin-top: 0;
}

.greenText, .greenText a {
    color: #00BE00;
    text-decoration: none;
}

.grayText, .grayText a {
    color: #999999;
    text-decoration: none;
}

.hugeText {
    line-height: 1.2em;
    font-size: 200%;
}

.imageBorder {
    margin: 5px;
    padding: 5px;
    border: solid 1px #999999;
}

#leftColumn .imageBorder, #rightColumn .imageBorder {
    border: solid 1px #FFFFFF;
}

.largeText {
    font-size: 16px;
}

.last {
    margin-bottom: 0;
}

.left {
    float: left;
}

.mediumText {
    font-size: 13px;
}

.quote {
    margin: 1em;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.redLine {
    border-top: solid 1px #EB0000;
}

.redText, .redText a {
    color: #ED0000;
    text-decoration: none;
}

.right {
    float: right;
}

.smallText {
    font-size: 90%;
}

.tableGrid {
    width: 100%;
    margin: 1em 0;
}

.tableGrid th, .tableGrid td {
    border: solid 1px #E1E1E1;
}

.tableGrid th {
    background-color: #EEEEEE;
}

.tableGrid th a {
    color: #000000;
}

.tableGrid th.none {
    background: none;
    border-width: 0;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border-width: 0;
}

.tableContentHover {
    background-color: #EEEEEE;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/

/******************************************************************************/
/* Image Popup Styles Start */
/******************************************************************************/
#imagePopupLoadingScreen {
    position: absolute;
    z-index: 30001;
    background: #CCCCCC url(/Images/ImagePopupLoading.gif) no-repeat 50% 47%;
    font: normal normal normal 0.9em arial,sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    visibility: hidden;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#imagePopupIframeShim {
    position: absolute;
    z-index: 30000;
    border: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#imagePopupImageWindow {
    position: absolute;
    z-index: 30002;
    background-color: #222222;
    border: solid 1px #666666;
    padding: 10px;
    visibility: hidden;
}

#imagePopupImageWindow img {
    border: solid 1px #999999;
    background-color: #FFFFFF;
}

#imagePopupImageWindow ul {
    margin: 8px 0;
    list-style-type: none;
    background-color: #FAFAFA;
    border: solid 1px #999999;
    overflow: hidden;
    white-space: nowrap;
}

#imagePopupImageWindow li.fullScreen {
    float: left;
    padding: 5px 10px;
}

#imagePopupImageWindow li.close {
    float: right;
    padding: 5px 10px;
}

#imagePopupImageWindow ul a {
    min-height: 15px;
    padding: 0 0 0 20px;
    font: normal normal normal 0.9em arial,sans-serif;
    background: url(/Images/ImagePopupIcons.gif) no-repeat 0 1px;
    color: #555555;
    text-decoration: none;
    display: block;
}

#imagePopupImageWindow li.fullScreen a {
    background-position: 0 -449px;
}

#imagePopupImageWindow ul a:hover, #imagePopupImageWindow ul a:focus {
    background-position: 0 -149px;
    color: #222222;
}

#imagePopupImageWindow ul li.fullScreen a:hover, #imagePopupImageWindow ul li.fullScreen a:focus {
    background-position: 0 -599px;
}

#imagePopupImageWindow ul a:active {
    background-position: 0 -299px;
    color: #000000;
}

#imagePopupImageWindow ul li.fullScreen a:active {
    background-position: 0 -749px;
}
/******************************************************************************/
/* Image Popup Styles End */
/******************************************************************************/
