/******************************************************************************/
/* 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: #FFFFFF;
    font-family: tahoma;
    font-size: 75%;
    color: #666666;
    line-height: 22px;
}

#pageWrapper {
    width: 1000px; /* fixed layout: width: 760px; | fluid layout width: auto; */
    margin: 0 auto; /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
    padding: 0;
}

#header {
    height: 100px;
    background: url(/Images/HeaderBackground.jpg) repeat-x;
    color: #FFFFFF;
}

#header a, #header a:visited {
    color: #FFFFFF;
}

#logo {
    position: absolute;
    top: 0px;
}

#callNow {
    position: relative;
    top: -8px;
    left: 363px;
}

#topLinks {
    margin: 3px 10px 0px 0px;
    font-size: 90%;
}

#search {
    margin: 6px 8px 0 0;
}

#menu ul {
    height: 36px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: url(/Images/MenuBackground.jpg) repeat-x;
}

#menu li {
    float: left;
    margin: 2px 0 1px 0;
    background: url(/Images/MenuDivide.gif) right top no-repeat;
}

#menu li.last {
    border-right-width: 0;
}

#menu a, #menu a:visited {
    display: block;
    float: left;
    height: 36px;
    width: 110px;
    padding: 0 5px;
    line-height: 14px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#menu li.oneLine a, #menu li.oneLine a:visited {
    height: 23px;
    padding-top: 3px;
}

#menu li.last a, #menu li.last a:visited {
    width: 110px;
}

#menu a:hover {
    margin-top: -2px;
    padding-top: 2px;
    background: url(/Images/MenuHoverBackground.jpg) top left repeat-x;
}

#breadCrumb {
    padding: 8px;
    border-bottom: solid 1px #DED8DE;
    font-size: 11px;
}

#outerColumnContainer {
    padding: 15px 0;
    background-color: #FFFFFF;            /* set the background color for the middle column here */
    border-left: solid 235px #FFFFFF;     /* left width | left column background color */
    border-right: solid 235px #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%;
}

#leftColumn, #rightColumn {
    position: relative;    /* fix some rendering issues (note * html #middleContainer fixes ie6 left column alignment issue) */
    overflow: visible;    /* fix for ie italics bug */
}

#leftColumn {
    float: left;
    width: 220px; /* left width */
    margin-left: -235px; /* -left width + left padding */
    padding-left: 15px;
}

#rightColumn {
    float: right;
    width: 220px; /* right width */
    margin-right: -235px; /* -right width + right padding */
    padding-right: 15px;
}

* html #rightColumn {
    margin-right: -118px; /* -((right width + right padding) / 2) */
}

#footer {
    padding: 25px 0;
    background: #F7F3FF url(/Images/FooterBackground.jpg) repeat-x top;
    text-align: center;
    color: #666666;
    font-size: 90%;
}

#footer a, #footer a:visited {
    color: #666666;
}

a, a:visited {
    color: #578CCA;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    padding: 0;
}

h1 {
    color: #000000;
    font-size: 160%;
    line-height: 35px;
    font-weight: bold;
}

h2 {
    color: #426194;
    font-size: 120%;
    line-height: 25px;
    font-weight: bold;
}

h3 {
    font-size: 100%;
    line-height: 20px;
    font-weight: bold;
}

table {
    font-size: 100%;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    height: 6px;
    width: 100%;
    margin: 5px 0;
    background: url(/Images/Hr.jpg) repeat-x;
}

legend {
    padding: 0 10px 0 5px;
    font-weight: bold;
}

.clear {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.clear2 {
    overflow: auto;
}

* html .clear2 {
    height: 1%;
}

.hide {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.noBorder {
    border: 0;
}

.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;
}
/******************************************************************************/
/* 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 */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
.menu {
    margin-bottom: 5px;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    font-size: 11px;
}

.menu h5 {
    height: 18px;
    margin: 0;
    padding: 5px 5px 5px 10px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    background: url(/Images/OrangeHeaderBackground.jpg) repeat-x;
    color: #FFFFFF;
    line-height: 17px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 17px;
}

.menu li a, .menu li a:visited {
    display: block;
    width: auto;
    margin: 0;
    padding: 4px 0 6px 0;
    background: url(/Images/MenuBullet.gif) no-repeat;
    color: #666666;
    text-decoration: none;
    border-bottom: solid 1px #CCCCCC;
}

.menu li.active > a, .menu li.active > a:visited {
    color: #E78600;
}

.menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* Identation Styles Start */
.menu li a, .menu li a:visited {
    padding-left: 25px;
    background-position: 10px center;
}

.menu li li > a, .menu li li > a:visited {
    padding-left: 35px;
    background-position: 20px center;
}

.menu li li li > a, .menu li li li > a:visited {
    padding-left: 45px;
    background-position: 30px center;
}

.menu li li li li > a, .menu li li li li > a:visited {
    padding-left: 55px;
    background-position: 40px center;
}
/* Identation Styles End */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton, .passiveButton {
    background-image: url(/Images/Template/ButtonBackground.jpg);
    border: solid 1px #1D5284;
    font-weight: bold;
}

.articleDate {
	width: 55px;
	height: 56px;
	margin: 4px;
	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;
	margin: 4px;
	padding-top: 8px;
	background: url(/Images/Template/ViewsBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.author {
    margin: 15px 0;
    color: #999999;
    font-size: 90%;
}

.bookmarks {
    margin: 15px 0;
    padding: 5px;
    border: solid 1px #CCCCCC;
}

.buyButton {
    padding: 0 10px 0 0;
    background: url(/Images/Bullet.gif) no-repeat right;
    border: none;
    cursor: pointer;
    color: #428EB5;
}

.buyButton:hover {
    background: url(/Images/BulletHover.gif) no-repeat right;
}

.centerBox {
	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;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    margin: 5px 0;
    padding: 5px;
    background-color: #F4F4F4;
    border: solid 1px #DDDDDD;
}

.comments {
    margin: 15px 0;
}

.commentsTop {
    height: 40px;
    margin-bottom: 10px;
    background-color: #DDDDDD;
}

.component, .component2, .component3 {
    margin-bottom: 5px;
    border: solid 1px #CCCCCC;
}

.component h5, .component2 h5, .component3 h5 {
    height: 18px;
    margin: 0;
    padding: 5px 5px 5px 10px;
    border-bottom: solid 1px #CCCCCC;
    color: #FFFFFF;
    line-height: 17px;
}

.component h5 {
    background: url(/Images/GreyHeaderBackground.jpg) repeat-x center left;
    color: #426194;
}

.component2 h5 {
    background: url(/Images/BlueHeaderBackground.jpg) repeat-x center left;
}

.component3 h5 {
    background: url(/Images/OrangeHeaderBackground.jpg) repeat-x center left;
}

.component .inside, .component2 .inside, .component3 .inside {
    padding: 10px;
}

.componentItem, .componentItem2, .componentItem3 {
    margin: 5px 0;
    padding: 5px;
}

#creditCards {
    position: relative;
    float: left;
    left: 20px;
    top: 60px;
}

.error {
    margin: 10px 0;
    padding: 5px;
    background-color: #F4E7EA;
    border: solid 1px #986265;
    font-weight: bold;
}

.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;
}

.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;
}

.pageLocation, .pageNavigation {
    margin: 15px 0;
}

.productImage {
    margin-right: 15px;
    border: 0;
}

.productPrice {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
    color: #FF0000;
}

.productPriceSmall {
    font-size: 85%;
    line-height: 25px;
    font-weight: bold;
    color: #000000;
}

.productTitle {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.rating {
    margin: 15px 0;
}

.response {
    margin: 10px 0;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    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 {
	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;
}

.tagCloudComponent .inside {
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.tags {
    margin: 15px 0;
}

.textBox {
    padding: 2px;
    border: solid 1px #809DB9;
}

#topSellers {
    position: relative;
    margin-top: 14px;
}

.topSellers h5 {
    padding: 5px 5px 5px 60px;
}

.topSellers .topImage {
    position: absolute;
    left: 0px;
    top: -9px;
}

.youSave {
    color: #FF0000;
    font-size: 90%;
    font-weight: normal;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/******************************************************************************/
/*Please duplicate all HTML tag styles to Wysiwyg.css */
.imageBorder {
    margin: 5px;
    padding: 5px;
    border: solid 1px #999999;
}

.blueText, .blueText a, .blueText a:visited {
    color: #0690BC;
    text-decoration: none;
}

.greenText, .greenText a, .greenText a:visited {
    color: #009933;
    text-decoration: none;
}

.greyText, .greyText a, .greyText 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: collapse;
}

.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: #F4F4F4 url(/Images/GreyHeaderBackground.jpg) repeat-x top center;
    font-weight: bold;
    color: #426194;
}

.tableGrid th a {
    color: #426194;
}

.tableGrid th.none {
    background: none;
    border: none;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border: none;
}

.tableGrid .productPrice {
    color: #999999;
}

.tableContentHover {
    background-color: #EEEEEE;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/
