/******************************************************************************/
/* 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;
    font-family: Palatino Linotype;
    background: #FFFFFF url(/Images/HeaderBackground.gif) repeat-x top;    
    font-size: 85%;
    color: #000000;
    line-height: 17px;
}

#pageWrapper, #footerInner {
    width: 980px; /* fixed layout: width: 760px; | fluid layout width: auto; */
    margin: 0 auto; /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
    padding: 0;
}

#header {
    height: 180px;
}

#logo {
    float: right;
    margin: 8px;
}

#haselburyMill {
    position: relative;
    top: 90px;
    left: 8px;
}

#telephoneNumber {
    float: right;
    margin: -26px 50px 0 0;
    color: #FFFFFF;
    font-size: 140%;
    font-weight: bold;
}

#search {
    float: right;
    width: 200px;
}

.searchButton {
    height: 22px;
    width: 35px;
    background: url(/Images/Template/ButtonBackground.jpg) bottom repeat-x;
    border: solid 1px #660033;
    color: #660033;
    cursor: pointer;
}

#menu {
    margin-top: -33px;
}

#menu ul {
    margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
}

#menu li {
    margin-left: 8px;
    padding: 7px 0 7px 10px;
    line-height: 30px;
    display: inline;
}

#menu a, #menu a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover {
    color: #847259;
}

#breadCrumb {
    padding: 8px;
}

#outerColumnContainer {
    padding: 10px 0;
    background-color: #FFFFFF;            /* set the background color for the middle column here */
    border-left: solid 190px #FFFFFF;     /* left width | left column background color */
    border-right: solid 190px #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%;
    margin: 0;
}

#middleColumn .content {
    margin: 0 10px;
    padding: 10px;
}

#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: 180px; /* left width */
    margin-left: -190px; /* -left width + left padding */
    padding-left: 10px;
}

#rightColumn {
    float: right;
    width: 180px; /* right width */
    margin-right: -190px; /* -right width + right padding */
    padding-right: 10px;
}

* html #rightColumn {
    margin-right: -95px; /* -((right width + right padding) / 2) */
}

#footer {
    padding: 15px 10px;
    border-top: solid 1px #35000E;
    font-size: 90%;
}

#footer a, #footer a:visited {
    color: #35000E;
}

a, a:visited {
    color: #35000E;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    padding: 0;
}

h1 {
    color: #660033;
    font-size: 150%;
    line-height: 30px;
    font-weight: bold;
}

h2 {
    color: #660033;
    font-size: 125%;
    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;
}

legend {
    padding: 0 10px 0 5px;
    font-weight: bold;
    color: #660033;
}

.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 */
/******************************************************************************/

/******************************************************************************/
/* 2 Column (Reverse) Styles Start */
/******************************************************************************/
body.twoColumnReverseLayout #leftColumn {
    display: none;
}

body.twoColumnReverseLayout, body.twoColumnReverseLayout #outerColumnContainer {
    border-left-width: 0;
}
/******************************************************************************/
/* 2 Column (Reverse) Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
.menu {
    margin-bottom: 5px;
}

.menu h3 {
    margin-bottom: 5px;
}

.menu ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style-type: none;
}

.menu li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu li a, .menu li a:visited {
    display: block;
    width: auto;
    margin: 0 10px;
    padding: 2px 0 6px 0;
    background-image: url(/Images/NavArrow.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    text-decoration: none;
}

.menu li a:hover {
    text-decoration: underline;
}

.menu li.active > a, .menu li.active > a:visited {
    background-image: url(/Images/NavArrowActive.gif);
    background-repeat: no-repeat;
}

.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, .passiveButton {
    padding-top: 1px;
    background: #FFFFF url(/Images/Template/ButtonBackground.jpg) bottom repeat-x;
    border: solid 1px #FFFFFF;
    font-weight: bold;
}

.advertBox1 {
    padding-bottom: 10px;
}

.advertBox1 .top {
    background: #999966 url(/Images/Advert1TopRight.gif) no-repeat top right;
}

.advertBox1 .top div {
	background: url(/Images/Advert1TopLeft.gif) no-repeat top left;
}

.advertBox1 .top, .advertBox1 .top div {
	height: 6px;
}

.advertBox1 .top span {
    display: block;
    height: 6px;
    margin: 0 6px;
	background-image: url(/Images/Advert1TopCenter.gif);
}

.advertBox1 .content {
    padding: 4px;
	border-left: solid 2px #999966;
	border-right: solid 2px #999966;
}

* html .advertBox1 .content {
    padding: 0 4px;
}

.advertBox1 .bottom {
    background: url(/Images/Advert1BottomRight.gif) no-repeat bottom right;
}

.advertBox1 .bottom div {
	background: url(/Images/Advert1BottomLeft.gif) no-repeat bottom left;
}

.advertBox1 .bottom, .advertBox1 .bottom div {
	height: 6px;
}

.advertBox1 .bottom span {
    display: block;
    height: 4px;
    margin: 0 6px;
    border-bottom: solid 2px #999966;
}

.advertBox2 {
	margin-bottom: 10px;
	background-color: #310008;
	color: #FFFFFF;
}

.advertBox2 a, .advertBox2 a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.advertBox2 a:hover {
    text-decoration: underline;
}

.advertBox2 .top {
	background: url(/Images/Advert2TopRight.gif) no-repeat top right;
}

.advertBox2 .top div {
	background: url(/Images/Advert2TopLeft.gif) no-repeat top left;
}

.advertBox2 .bottom {
	background: url(/Images/Advert2BottomRight.gif) no-repeat bottom right;
}

.advertBox2 .bottom div {
	background: url(/Images/Advert2BottomLeft.gif) no-repeat bottom left;
}

.advertBox2 .top, .advertBox2 .top div, .advertBox2 .bottom, .advertBox2 .bottom div {
	height: 6px;
}

.advertBox2 .content {
	margin: 0 15px;
}

.advertBox3 {
	margin-bottom: 10px;
	background-color: #630031;
	color: #FFFFFF;
}

.advertBox3 a, .advertBox3 a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.advertBox3 a:hover {
    text-decoration: underline;
}

.advertBox3 .top {
	background: url(/Images/Advert3TopRight.gif) no-repeat top right;
}

.advertBox3 .top div {
	background: url(/Images/Advert3TopLeft.gif) no-repeat top left;
}

.advertBox3 .bottom {
	background: url(/Images/Advert3BottomRight.gif) no-repeat bottom right;
}

.advertBox3 .bottom div {
	background: url(/Images/Advert3BottomLeft.gif) no-repeat bottom left;
}

.advertBox3 .top, .advertBox3 .top div, .advertBox3 .bottom, .advertBox3 .bottom div {
	height: 6px;
}

.advertBox3 .content {
	margin: 0 15px;
}

.advertBox4 {
    padding-bottom: 10px;
}

.advertBox4 .top {
    background: url(/Images/Advert4TopRight.gif) no-repeat top right;
}

.advertBox4 .top div {
	background: url(/Images/Advert4TopLeft.gif) no-repeat top left;
}

.advertBox4 .top, .advertBox4 .top div {
	height: 6px;
}

.advertBox4 .top span {
    display: block;
    height: 6px;
    margin: 0 6px;
	background-image: url(/Images/Advert4TopCenter.gif);
}

.advertBox4 .content {
    padding: 4px;
	border-left: solid 2px #310008;
	border-right: solid 2px #310008;
	color: #000000;
}

.advertBox4 .bottom {
    background: url(/Images/Advert4BottomRight.gif) no-repeat bottom right;
}

.advertBox4 .bottom div {
	background: url(/Images/Advert4BottomLeft.gif) no-repeat bottom left;
}

.advertBox4 .bottom, .advertBox4 .bottom div {
	height: 6px;
}

.advertBox4 .bottom span {
    display: block;
    height: 4px;
    margin: 0 6px;
    border-bottom: solid 2px #310008;
}

.articleDate, .articleViews {
	width: 55px;
	height: 56px;
	margin: 4px;
	padding-top: 8px;
	background: url(/Images/ArticleViews.jpg) no-repeat;
	color: #FFFFFF;
	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;
}

.centerBox {
    margin: 0 16px;
	background-color: #D6D3BD;
}

.centerBox .top {
	background: url(/Images/MiddleTopRight.gif) no-repeat top right;
}

.centerBox .top div {
	background: url(/Images/MiddleTopLeft.gif) no-repeat top left;
}

.centerBox .bottom {
	background: url(/Images/MiddleBottomRight.gif) no-repeat bottom right;
}

.centerBox .bottom div {
	background: url(/Images/MiddleBottomLeft.gif) no-repeat bottom left;
}

.centerBox .top, .centerBox .top div, .centerBox .bottom, .centerBox .bottom div {
	height: 16px;
}

.centerBox .content {
	margin: 0 15px;
}

.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;
}

.component, .component2 {
    margin-bottom: 5px;
    color: #FFFFFF;
}

.component a, .component a:visited, .component2 a, .component2 a:visited {
    color: #FFFFFF;
}

.component h3, .component2 h3 {
    color: #FFFFFF;
}

.component h5, .component2 h5 {
    height: 20px;
    margin: 0;
    padding: 10px;
	font-size: 125%;
}

.component h5 {
    background: url(/Images/Template/ComponentHeader.jpg) no-repeat;
}

.component2 h5 {
    background: url(/Images/Template/Component2Header.jpg) no-repeat;
}

.component .inside, .component2 .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;
}

.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;
}

.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;
}

.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;
}

.blackText, .blackText a, .blackText a:visited {
    color: #000000;
    text-decoration: none;
}

.brownText, .brownText a, .brownText a:visited {
    color: #35000E;
    text-decoration: none;
}

.darkGreenText, .darkGreenText a, .darkGreenText a:visited {
    color: #5C5E56;
    text-decoration: none;
}

.greenText, .greenText a, .greenText a:visited {
    color: #D3D3BE;
    text-decoration: none;
}

.purpleText, .purpleText a, .purpleText a:visited {
    color: #660033;
    text-decoration: none;
}

.titleText {
    font-size: 145%;
    line-height: 30px;
    font-weight: bold;
}

.whiteText, .whiteText a, .whiteText a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/