/******************************************************************************/
/* Generic Styles Start */
/* begin with generic selectors so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #E7EEF8;
    font-family: Tahoma;
    font-size: 75%;
    color: #666666;
    line-height: 17px;
}

#pageWrapper {
    width: 980px; /* fixed layout: width: 760px; | fluid layout width: auto; */
    margin: 0 auto; /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
    padding: 0 10px 0 0;
    background: #FFFFFF url(/Images/PageWrapperBackgroundRight.jpg) repeat-y top right;
}

#header {
    height: 150px;
}

#logo {
    position: relative;
    top: 2px;
    left: 10px;
    padding-bottom: 4px;
}

#slogan {
    margin: 65px 0 0 50px;
    color: #082686;
    font-size: 160%;
    line-height: 30px;
}

#topLinks {
    margin: 4px 10px 0 0;
    font-size: 90%;
}

#telephone {
    float: right;
    padding-left: 10px;
    color: #082686;
    font-size: 160%;
    font-weight: bold;
}

#search {
    margin: 60px 10px 0 0;
}

#breadCrumb {
    margin-top: 8px;
    padding: 5px 10px;
    border-bottom: solid 1px #DADADA;
    font-size: 90%;
}

#outerColumnContainer {
    padding: 10px 0;
    background-color: #FFFFFF;            /* set the background color for the middle column here */
    border-left: solid 210px #FFFFFF;     /* left width | left column background color */
    border-right: solid 210px #FFFFFF;    /* right width | right column background color */
}

#middleContainer { /* only needed if page has a rightColumn */
    float: left;
    width: 100%;
    margin: 0;
}

#middleColumn {
    float: right;
    width: 100%;
}

#middleColumn .content {
	margin: 0 10px 7px 10px;
}

#leftColumn {
    float: left;
    width: 200px; /* left width */
    margin-left: -210px; /* -left width + left padding */
    padding-left: 10px;
}

#rightColumn {
    float: right;
    width: 200px; /* right width */
    margin-right: -210px; /* -right width + right padding */
    padding-right: 10px;
}

#footer {
    padding: 15px 0;
    background: #FFFFFF url(/Images/FooterTop.jpg) repeat-x top;
    font-size: 90%;
}

#footerBottom {
    width: 980px; /* fixed layout: width: 760px; | fluid layout width: auto; */
    margin: 0 auto; /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
    padding: 0 10px 0 0;
    height: 10px;
    background: url(/Images/FooterRightBackground.jpg) no-repeat bottom right;
}

#footerBottom div {
    height: 10px;
    background: url(/Images/FooterLeftBackground.jpg) no-repeat top left;
}

#footerBottom span {
    height: 10px;
    margin: 0 0 0 10px;
    display: block;
    background: url(/Images/FooterMiddleBackground.jpg);
}

a, a:visited {
    color: #666666;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


h1, h2, h3, h4, h5 {
    margin-top: 0;
    padding: 0;
}

h1 {
    color: #3F5F87;
    font-size: 145%;
    line-height: 30px;
    font-weight: bold;
}

h2 {
    color: #3F5F87;
    font-size: 120%;
    line-height: 25px;
    font-weight: bold;
}

h3 {
    font-size: 100%;
    line-height: 20px;
    font-weight: bold;
}

h4 {
    font-size: 90%;
    line-height: 18px;
    font-weight: bold;
}

table {
    font-size: 100%;
}

form {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0 10px 0 5px;
    font-weight: bold;
}

p.first, .componentItem p:first-child, .componentItem2 p:first-child, .comment p:first-child, .comment2 p:first-child, .item p:first-child, .item2 p:first-child {
    margin-top: 0;
}

p.last { /* style needed since ie doesn't support last-child pseudo class */
    margin-bottom: 0;
}

hr {
    width: 80%;
    border-top: solid 1px #FAAA55;
}

.clear {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.clear2 {
    overflow: auto;
}

.hide {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.noBorder {
    border: 0;
}

.absmiddle {
    vertical-align: middle;
    margin-bottom: .25em;
}

.pointer {
    cursor: pointer;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn, body.oneColumnLayout #rightColumn {
    display: none;
}

body.oneColumnLayout #outerColumnContainer {
    border-left-width: 0;
    border-right-width: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #rightColumn {
    display: none;
}

body.twoColumnLayout #outerColumnContainer {
    border-right-width: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Top Menu Styles Start */
/******************************************************************************/
#menu {
    height: 40px;
    padding: 0 10px;
    background: url(/Images/MenuBackground.jpg) repeat-x;
    border-top: solid 1px #FFFFFF;
}

#dropDownMenu {
    clear: both;
	position: relative;
	z-index: 11000;
}

#dropDownMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#dropDownMenu ul li {
    float: left;
    display: inline;
    position: relative;
    padding: 0;
    background: url(/Images/MenuItemDivide.jpg) no-repeat;
}

#menu ul li:first-child {
    padding-left: 0;
    background-image: none;
}

#dropDownMenu ul li a {
    display: block;
    padding: 8px 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#dropDownMenu ul li a:link, #dropDownMenu ul li a:visited {
    color: #FFFFFF;
}

#dropDownMenu ul li a:hover {
    color: #273D58;
}

#dropDownMenu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
}

#dropDownMenu ul li ul li {
    display: list-item;
    float: none;
    padding: 0;
    background-image: none;
}

#dropDownMenu ul li ul li ul {
    top: 0;
}

#dropDownMenu ul li ul li a {
    min-width: 180px;
    padding: 5px 5px 5px 8px;
    margin: 0;
    background-color: #FAAA55;
    border-top-width: 0;
    border-bottom: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
}

.downArrow {
    position: absolute;
    top: 13px;
    right: 6px;
}

.rightArrow {
    position: absolute;
    top: 9px;
    right: 12px;
}

.dropDownShadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: #CCCCCC;
    z-index: 10000;
}

.toplevelshadow {
    opacity: 0.8;
}
/******************************************************************************/
/* Top Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#outerColumnContainer .menu {
    margin: -10px;
}

#outerColumnContainer .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#outerColumnContainer .menu li {
    width: 100%;
    margin: 0;
    padding: 0;
}

#outerColumnContainer .menu li a, #outerColumnContainer .menu li a:visited {
    display: block;
    width: auto;
    padding: 5px 0;
    border-bottom: solid 1px #FBB15D;
    text-decoration: none;
}

#outerColumnContainer .menu li.active > a, #outerColumnContainer .menu li.active > a:visited {
    font-weight: bold;
    background: #FEE6CB url(/Images/MenuBullet.png) no-repeat 5px 5px;
}

#outerColumnContainer .menu li a:hover {
    background-color: #FEE6CB;
}

#outerColumnContainer .menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* identation styles start */
#outerColumnContainer .menu li a, #outerColumnContainer .menu li a:visited {
    padding-left: 20px;
    background-image: none;
}

#outerColumnContainer .menu li li > a, #outerColumnContainer .menu li li > a:visited {
    padding-left: 30px;
    background-image: none;
}

#outerColumnContainer .menu li li li > a, #outerColumnContainer .menu li li li > a:visited {
    padding-left: 35px;
    background-image: none;
}

#outerColumnContainer .menu li li li li > a, #outerColumnContainer .menu li li li li > a:visited {
    padding-left: 40px;
    background-image: none;
}
/* identation styles end */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton {
    padding: 1px;
    background-image: url(/Images/ActiveButton.jpg);
    border-top: solid 1px #FFAE12;
    border-right: solid 1px #BC8E2D;
    border-bottom: solid 1px #BC752D;
    border-left: solid 1px #BB7F2D;
    color: #FFFFFF;
    font-weight: normal;
}

.activeButton:hover, .passiveButton:hover {
    background-image: url(/Images/ActiveButtonOver.jpg);
    border-top: solid 1px #5982B4;
    border-right: solid 1px #5982B4;
    border-bottom: solid 1px #314C6F;
    border-left: solid 1px #314C6F;    
}

.articleDate {
	width: 55px;
	height: 56px;
	padding-top: 8px;
	background: url(/Images/Template/DateBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.articleViews {
	float: left;
	width: 55px;
	height: 56px;
	padding-top: 8px;
	background: url(/Images/Template/ViewsBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.left .articleDate, .left .articleViews {
	margin: 0 8px 8px 0;
}

.right .articleDate, .right .articleViews {
	margin: 0 0 8px 8px;
}

.author {
    margin: 15px 0;
    color: #999999;
    font-size: 90%;
}

.bookmarks {
    margin: 15px 0;
    padding: 5px;
    border: solid 1px #000000;
}

.buyButton {
    width: 52px;
    height: 19px;
    background: url(/Images/Buy.gif) no-repeat;
    border: none;
    cursor: pointer;
    vertical-align: top;
}

.buyButton:hover {
    background-image: url(/Images/BuyOver.gif);
}

.centerBox {
    margin: 0 15px;
	background-color: #FFFFFF;
}

.centerBox .top {
	background: url(/Images/Template/CenterBoxTopRight.gif) no-repeat top right;
}

.centerBox .top div {
	background: url(/Images/Template/CenterBoxTopLeft.gif) no-repeat top left;
}

.centerBox .bottom {
	background: url(/Images/Template/CenterBoxBottomRight.gif) no-repeat bottom right;
}

.centerBox .bottom div {
	background: url(/Images/Template/CenterBoxBottomLeft.gif) no-repeat bottom left;
}

.centerBox .top, .centerBox .top div, .centerBox .bottom, .centerBox .bottom div {
	height: 8px;
}

.centerBox .content {
	margin: 0 15px 7px 15px;
}

.centeredList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.centeredList li {
    margin: 0;
    padding: 0;
    display: inline;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    margin: 5px 0;
    padding: 5px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.comments {
    margin: 15px 0;
}

.commentsTop {
    height: 40px;
    margin-bottom: 10px;
    background-color: #DDDDDD;
}

#outerColumnContainer .component {
    margin-bottom: 10px;
}

.component .header {
	padding: 4px 10px;
    height: 17px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 17px;
}

.template1 .header {
    background: url(/Images/ComponentHeader.jpg) no-repeat;
}

.template2 .header {
    background: url(/Images/Component2Header.jpg) no-repeat;
}

.component .content {
    padding: 10px;
    border: solid 1px #FBB15D;
}

.template2 .content {
    padding: 10px;
    border: solid 1px #CCCCCC;
}

.componentItem, .componentItem2 {
    margin: 5px 0;
    padding: 5px;
}

.directoryItem {
    margin-top: 10px;
    padding: 3px;
    border: solid 1px #DEDEDE;
}

.directoryItem .telephone {
    float: right;
    padding-left: 35px;
    background: url(/Images/Telephone.gif) no-repeat;
    color: #000000;
    font-weight: normal;
    line-height: 28px;
}

.directoryItem .header {
    height: 28px;
    margin-bottom: 3px;
    padding: 3px 5px;
    background-color: #DEDEDE;
}

.directoryItem .content {
    margin: 0;
    padding: 5px;
}

.error {
    margin: 10px 0;
    padding: 10px 5px 10px 40px;
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
}

.error ul {
    margin: 0;
    padding: 0 0 0 16px;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    z-index: 2;
}

.goButton {
    height: 24px;
    width: 26px;
    padding: 0;
    background: url(/Images/Go.jpg) no-repeat left center;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 90%;
    font-weight: bold;
}

.goButton:hover {
    background-image: url(/Images/GoOver.jpg);
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    height: 280px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    z-index: 2;
}

.highLight {
	background-color: #FFFF66;
	color: #003399;
	font-weight: bold;
}

.item, .item2 {
    margin: 5px 0;
    padding: 5px;
}

.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: 15px;
    font-size: 120%;
    font-weight: bold;
}

.pageLocation {
    margin: 15px 0;
    text-align: center;
}

.pageNavigation {
    margin: 15px 0;
}

.pageNavigation a, .pageNaviation a:visited, .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;
}

.passiveButton {
    padding: 1px;
    background-image: url(/Images/PassiveButton.jpg);
    border-top: solid 1px #C40000;
    border-right: solid 1px #D84A4A;
    border-bottom: solid 1px #CE7A7A;
    border-left: solid 1px #D85B5B;
    color: #FFFFFF;
    font-weight: normal;
}

.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;
}

.popularSearches {
    margin: 30px 100px;
    padding: 10px;
    border: solid 1px #000000;
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.productImage {
    margin-right: 15px;
    padding: 5px;
    border: solid 1px #CCCCCC;
}

.productImage:hover {
    background-color: #EEEEEE;
}

.productPrice {
    font-weight: bold;
}

.productPriceLarge {
    color: #FF0000;
    font-size: 130%;
    font-weight: bold;
}

.productPriceSmall {
    color: #FF0000;
    font-size: 90%;
    font-weight: bold;
}

.productTitle {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.rating {
    height: 20px;
    margin: 15px 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: 10px 0;
    padding: 10px 5px 10px 40px;
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
}

.roundedBox .header {
    margin-bottom: 5px;
    padding: 0;
    color: #FFFFFF;
	font-size: 110%;
    font-weight: bold;
}

.roundedBox .top {
    background: #000000 url(/Images/Template/BoxTopRight.jpg) no-repeat top right;
}

.roundedBox .top div {
	background: url(/Images/Template/BoxTopLeft.jpg) no-repeat top left;
}

.roundedBox .top, .roundedBox .top div {
	height: 13px;
}

.roundedBox .top span {
    display: block;
    height: 13px;
    margin: 0 13px;
	background-image: url(/Images/Template/BoxTopCenter.jpg);
}

.roundedBox .content {
    overflow: auto;
	background: #0692BE url(/Images/Template/BoxBackground.jpg) repeat-x;
    padding: 0 15px;
	border-left: solid 1px #B6B6B7;
	border-right: solid 1px #B6B6B7;
}

.roundedBox .bottom {
    background: #0692BE url(/Images/Template/BoxBottomRight.jpg) no-repeat bottom right;
}

.roundedBox .bottom div {
	background: url(/Images/Template/BoxBottomLeft.jpg) no-repeat bottom left;
}

.roundedBox .bottom, .roundedBox .bottom div {
	height: 13px;
}

.roundedBox .bottom span {
    display: block;
    height: 12px;
    margin: 0 13px;
    border-bottom: solid 1px #B6B6B7;
}

.srpPrice {
    color: #000000;
    font-weight: bold;
}

.srpPriceSmall {
    color: #000000;
    font-size: 90%;
    font-weight: normal;
}

.tagCloudComponent {
    line-height: 30px;
    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: 2px;
    border: solid 1px #809DB9;
}

.youSave {
    color: #FF0000;
    font-weight: normal;
}

.youSaveSmall {
    color: #FF0000;
    font-size: 90%;
    font-weight: normal;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/******************************************************************************/
/*Please duplicate all HTML tag styles to Wysiwyg.css */
.imageBorder {
    padding: 5px;
    border: solid 1px #CCCCCC;
}

.blueText, .blueText a, .blueText a:visited {
    color: #0690BC;
    text-decoration: none;
}

.greenText, .greenText a, .greenText a:visited {
    color: #009933;
    text-decoration: none;
}

.grayText, .grayText a, .grayText a:visited {
    color: #999999;
    text-decoration: none;    
}

.redText, .redText a, .redText a:visited {
    color: #FF0000;
    text-decoration: none;
}

.quote {
	margin: 10px;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.tableGrid {
    width: 100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: separate;
}

.tableGrid, .tableGrid td, .tableGrid th {
    border-color: #E1E1E1;
    border-style: solid;
}

.tableGrid th, .tableGrid td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.tableGrid th {
    background-color: #EEEEEE;
    font-weight: bold;
}

.tableGrid th a {
    color: #000000;
}

.tableGrid th.none {
    background: none;
    border: none;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border: none;
}

.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, #imagePopupImageWindow li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#imagePopupImageWindow ul {
    margin-top: 8px;
    padding: 0 0 8px;
    background-color: #FAFAFA;
    border: solid 1px #999999;
    overflow: hidden;
    white-space: nowrap;
}

#imagePopupImageWindow li.fullScreen {
    float: left;
    padding: 10px 10px 0 10px;
}

#imagePopupImageWindow li.close {
    float: right;
    padding: 10px 10px 0 10px;
}

#imagePopupImageWindow ul a, #imagePopupImageWindow ul a:visited {
    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, #imagePopupImageWindow li.fullScreen a:visited {
    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 */
/******************************************************************************/