/******************************************************************************/
/* 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: #CCCCCC;
	font-family: arial;
	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: 752px; /* fixed layout: width: 760px; */
	margin: 10px auto; /* fixed layout: margin: 25px auto; */
	padding-left: 8px;
	background: url(/Images/OuterBorderLeft.jpg) left repeat-y;
}

* html #pageWrapper {
	/* \*/
	word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}

#innerPageWrapper {
	padding-right: 8px;
	background: url(/Images/OuterBorderRight.jpg) right repeat-y;
}

#outerBorderTop {
	height: 3px;
	margin: 0 -9px;
	background: url(/Images/OuterBorderTop.jpg);
}

#header {
	height: 72px;
	padding: 5px;
	background: url(/Images/HeaderBackground.jpg);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
}

#search {
	float: right;
	margin-top: 23px;
}

#breadCrumb {
	padding: 8px;
}

#outerColumnContainer {
	background: #F5F5F5 url(/Images/LeftBackground.jpg) repeat-y left;
	padding-left: 201px;
}

#innerColumnContainer {
	width: 100%;
	margin-left: -1px;		/* compensate for the borders because of 100% width declaration */
	background-color: #E0E0E0;
	border-left: 1px solid #FFFFFF;
	z-index: 1;
}

#leftColumn, #middleColumn, #innerMiddleComun, * html #middleContainer {
	position: relative;	/* fix some rendering issues (note * html #middleContainer fixes ie6 left column alignment issue) */
	overflow: visible;	/* fix for ie italics bug */
}

#middleContainer { /* only needed if page has a rightColumn */
	float: left;
	width: 100%;
	margin: 0;
	z-index: 3;
}

#middleColumn {
	float: right;
	width: 100%;
	margin: 0;
	z-index: 5;
}

#van {
	position: absolute;
	top: -24px;
	left: 5px;
}

#middleColumnTop {
	height: 94px;
	padding: 15px 5px 15px 260px;
	background: url(/Images/MiddleTopBackground.jpg);
}

#middleColumnAdverts {
	padding: 1px 0;
	background-color: #FFFFFF;
}

#innerMiddleComun {
	background: #E0E0E0 url(/Images/MiddleBackground.jpg) top repeat-x;
}

#middleColumn .divide {
	clear: both;
	height: 2px;
	background-color: #B9B9B9;
}

#middleColumn .content {
	padding: 10px;
}

#getQuote, #recallQuote, #renewalsQuote {
	padding: 0;
	float: left;
	border: 1px solid #000000;
}

#getQuote, #recallQuote {
	margin-right: 1px;
}

#leftColumn {
	float: left;
	width: 200px; /* left width */
	margin: 0 1px 0 -201px; /* 0 | inner left border width (needed for ie6 + ie7) | 0 | -(left width + inner left border width) */
	z-index: 4;
}

#outerBorderBottom {
	height: 11px;
	margin: 0 -9px;
	background: url(/Images/OuterBorderBottom.jpg);
}

#footer {
	padding: 0 10px 10px 10px;
	text-align: center;
}

a, a:link, a:visited, a:active {
	color: #0066CC;
	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;
	color: #336699;
}

table {
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

legend {
	padding-right: 5px;
}

.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;
	background-color: #4D4D4D;
	border: 1px solid #000000;
}

.menu h5 {
	margin: 0 5px 5px 20px;
	background: url(/Images/Navigation.gif) center right no-repeat;
	border-bottom: 2px solid #6C6C6C;
	color: #6C6C6C;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li {
    width: 100%;
    margin: 0;
    padding: 0;
	line-height: normal;
}

.menu li a, .menu li a:visited {
    display: block;
    width: auto;
    margin: 0 10px;
    padding: 4px 0;
    background-image: url(/Images/Bullet.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

.menu li a:hover {
    color: #6C6C6C;
    text-decoration: none;
}

.menu li.active > a, .menu li.active > a:visited {
    color: #6C6C6C;
}

.menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* Identation Styles Start */
.menu li a, .menu li a:visited {
    padding-left: 15px;
    background-position: 0 center;
}

.menu li li > a, .menu li li > a:visited {
    padding-left: 25px;
    background-position: 10px center;
}

.menu li li li > a, .menu li li li > a:visited {
    padding-left: 35px;
    background-position: 20px center;
}

.menu li li li li > a, .menu li li li li > a:visited {
    padding-left: 45px;
    background-position: 30px center;
}
/* Identation Styles End */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton {
	background: #000000 url(/Images/ActiveBackground.jpg);
	border-top: 1px solid #D4D4D4;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #A6A6A6;
	border-left: 1px solid #D0D0D0;
	color: #FFFFFF;
}

.articleDate {
	width: 55px;
	height: 56px;
	margin: 0 8px 8px 0;
	padding-top: 8px;
	background: url(/Images/DateBackground.gif) 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/ViewsBackground.gif) 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: 5px;
	background-color: #999999;
	border: 1px solid #000000;
}

.component h5 {
	margin: 0 5px 5px 20px;
	border-bottom: 2px solid #4D4D4D;
	color: #4D4D4D;
}

.contactComponent h5 {
	background: url(/Images/Contact.gif) center right no-repeat;
}

.newsComponent h5 {
	background: url(/Images/News.gif) center right no-repeat;
}

.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: #000000 url(/Images/PassiveBackground.jpg);
	border-top: 1px solid #D4D4D4;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #A6A6A6;
	border-left: 1px solid #D0D0D0;
	color: #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 */
/******************************************************************************/