/******************************************************************************/
/* 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: verdana, helvetica, arial, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 17px;
}

#pageWrapper {
	min-width: 700px; /* used for fluid layouts so that narrow browser widths doesn't squash up content */
	width: 760px; /* fixed layout: width: 760px; */
	margin: 0 auto; /* fixed layout: margin: 25px auto; */
	padding: 0;
}

* html #pageWrapper {
	/* \*/
	word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}

#header {
	height: 70px;
	padding: 3px;
	background: url(/Images/HeaderBackground.jpg) right no-repeat;
	border-bottom: 2px solid #E6F2F9;
}

#header .search {
	float: right;
	margin-top: 25px;
}

#outerColumnContainer {
	background-color: #FFFFFF;			/* set the background color for the middle column here */
	border-left: 293px solid #FFFFFF;	/* left width + inner left border width | left column background color */
}

#innerColumnContainer {
	width: 100%;
	margin-left: -1px;		/* compensate for the borders because of 100% width declaration */
	border-left: 1px solid #D08C36;
	z-index: 1;
}

#leftColumn, #middleColumn {
	position: relative;	/* fix some rendering issues (note * html #middleContainer fixes ie6 left column alignment issue) */
	overflow: visible;	/* fix for ie italics bug */
}

#middleColumn {
	float: right;
	width: 100%;
	margin: 0;
	z-index: 5;
}

#middleColumnTop {
	margin-left: -1px;
}

#middleColumnAdverts {
	border-bottom: 1px solid #D08C36;
}

#getQuote, #renewalsQuote {
	float: left;
}

#getQuote {
	border-right: 1px solid #D08C36;
}

#breadCrumb {
	padding: 5px;
	border-bottom: 1px solid #D08C36;
}

#middleColumn .inside {
	padding: 10px;
}

#leftColumn {
	float: left;
	width: 292px; /* left width */
	margin: 0 1px 0 -293px; /* 0 | inner left border width (needed for ie6 + ie7) | 0 | -(left width + inner left border width) */
	z-index: 4;
}

#footerTop {
	padding: 10px 0;
	border-top: 1px solid #D08C36;
}

#footer {
	padding: 10px 0;
	border-top: 2px solid #E6F2F9;
}

a, a:visited {
    color: #006699;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    padding: 0;
}

h1 {
	font-size: 160%;
	line-height: 30px;
	font-weight: bold;
}

h2 {
	font-size: 130%;	
	line-height: 25px;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	line-height: 20px;
	font-weight: bold;
}

h4 {
	font-size: 95%;
}

h5 {
	font-size: 115%;	
	line-height: 25px;
	font-weight: bold;
}

table {
    font-size: 100%;
}

form {
    margin: 0;
    padding: 0;
}

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 */
/******************************************************************************/

/******************************************************************************/
/* 2 Column (Without Footer) Styles Start */
/******************************************************************************/
body.twoColumnWithoutFooterLayout #footerTop {
    display: none;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
.menu {
	position: relative;
    margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #492E21;
}

.menu h5 {
	margin: 0 0 10px 0;
	padding: 0;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li {
    margin: 0;
    padding: 0;
	text-align: right;
}

.menu > li {
    margin-right: 80px;
}

.menu li a, .menu li a:visited {
    display: block;
    width: auto;
    margin-right: 80px;
    padding: 8px 0;
	border-bottom: 1px solid #492E21;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.menu li a:hover {
	color: #D08C36;
    text-decoration: none;
}

.menu li.active > a, .menu li.active > a:visited {
    color: #D08C36;
}

.menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* Identation Styles Start */
.menu li a, .menu li a:visited {
    padding-right: 5px;
}

.menu li li > a, .menu li li > a:visited {
    padding-right: 15px;
}

.menu li li li > a, .menu li li li > a:visited {
    padding-right: 25px;
}

.menu li li li li > a, .menu li li li li > a:visited {
    padding-right: 35px;
}
/* Identation Styles End */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton {
	background-color: #E5E5E5;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
}

.articleDate {
	width: 55px;
	height: 56px;
	margin: 0 8px 8px 0;
	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: 0 8px 8px 0;
	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 #000000;
}

.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;
}

.component {
    margin-bottom: 10px;
}

#footerTop .component {
    float: left;
    width: 246px;
	margin-right: 7px;
}

* html #footerTop .component {
	margin-right: 3px;
}

.component h5 {
	margin: 0;
	padding: 0;
}

.component .inside {
    padding: 10px;
}

.componentItem, .componentItem2 {
    margin: 5px 0;
    padding: 5px;
}

.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;
}

.passiveButton {
	background-color: #CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
}

.productImage {
    margin-right: 15px;
    border: 0;
}

.productPrice {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.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;
}

.shopByBrandComponent {
    margin-bottom: 5px;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid 1px #999999;
}

.tagCloudComponent .inside {
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.tags {
    margin: 15px 0;
}

.textBox {
    padding: 2px;
    border: solid 1px #809DB9;
}
/******************************************************************************/
/* 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-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 */
/******************************************************************************/