/******************************************************************************/
/* 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: 82%;
    color: #6E8499;
    line-height: 17px;
}

#pageWrapper {
    width: 980px;
    margin: 0 auto;
    padding: 0;
}

#breadCrumb {
    margin: 35px 0 10px 0;
    padding: 0;
    color: #CC3366;
    font-weight: bold;
}

#breadCrumb a, #breadCrumb a:visited {
    color: #6E8499;
}

#outerColumnContainer {
    padding: 15px 0;
}

#mainColumn {
    float: right;
    width: 684px;
}

#logo {
    margin: 0 10px;
}

#leftColumn {
    float: left;
    width: 296px;
}

#leftColumnContainer {
    margin: 0 20px 0 0;
    width: 276px;
}

#footer {
    padding: 15px 0;
    text-align: center;
    font-size: 80%;
}

a, a:visited {
    color: #663366;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #CC3366;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    padding: 0;
}

h1 {
    color: #CC3366;
    font-size: 160%;
    line-height: 35px;
    font-weight: bold;
}

h2 {
    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: 50%;
    height: 1px;
    color: #065083;
}

.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 */
/******************************************************************************/

/******************************************************************************/
/* Top Menu Styles Start */
/******************************************************************************/
#header #menu {
	float: left;
}

#header #menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header #menu ul li {
	float: left;
	margin: 0 18px 0 0;
	padding: 0;
}

#header #menu ul li a, #menu ul li a:visited {
	display: block;
	height: 20px;
}

#header #menu ul li.home a, #header #menu ul li.home a:visited {
	width: 38px;
	background: url(/Images/Home.gif) no-repeat center center;
}

#header #menu ul li.home a:hover {
	background: url(/images/HomeHover.gif) no-repeat center center;
}

#header #menu ul li.cafe a, #header #menu ul li.cafe a:visited {
	width: 30px;
	background: url(/Images/Cafe.gif) no-repeat center center;
}

#header #menu ul li.cafe a:hover {
	background: url(/Images/CafeHover.gif) no-repeat center center;
}

#header #menu ul li.catering a, #header #menu ul li.catering a:visited {
	width: 60px;
	background: url(/Images/Catering.gif) no-repeat center center;
}

#header #menu ul li.catering a:hover {
	background: url(/images/CateringHover.gif) no-repeat center center;
}

#header #menu ul li.cakes a, #header #menu ul li.cakes a:visited {
	width: 122px;
	background: url(/Images/Celebration.gif) no-repeat center center;
}

#header #menu ul li.cakes a:hover {
	background: url(/Images/CelebrationHover.gif) no-repeat center center;
}

#header #menu ul li.diary a, #header #menu ul li.diary a:visited {
	width: 31px;
	background: url(/Images/Diary.gif) no-repeat center center;
}

#header #menu ul li.diary a:hover {
	background: url(/Images/DiaryHover.gif) no-repeat center center;
}

#header #menu ul li.about a, #header #menu ul li.about a:visited {
	width: 62px;
	background: url(/Images/About.gif) no-repeat center center;
}

#header #menu ul li.about a:hover {
	background: url(/Images/AboutHover.gif) no-repeat center center;
}

#header #menu ul li.contact a, #header #menu ul li.contact a:visited {
	width: 76px;
	background: url(/Images/Contact.gif) no-repeat center center;
}

#header #menu ul li.contact a:hover {
	background: url(/Images/ContactHover.gif) no-repeat center center;
}

#header #menu ul li.news a, #header #menu ul li.news a:visited {
	width: 106px;
	background: url(/Images/News.gif) no-repeat center center;
}

#header #menu ul li.news a:hover {
	background: url(/Images/NewsHover.gif) no-repeat center center;
}

/******************************************************************************/
/* Top Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#outerColumnContainer .menu {
    margin-bottom: 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;
    margin: 0 10px;
    padding: 2px 0 6px 0;
}

#outerColumnContainer .menu li a:hover {
    text-decoration: underline;
}

#outerColumnContainer .menu li.active > a, #outerColumnContainer .menu li.active > a:visited {
    background-repeat: no-repeat;
    color: #CC3366;
    font-weight: bold;
}

#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: 5px;
    background-position: 0 center;
}

#outerColumnContainer .menu li li > a, #outerColumnContainer .menu li li > a:visited {
    padding-left: 10px;
    background-position: 10px center;
}

#outerColumnContainer .menu li li li > a, #outerColumnContainer .menu li li li > a:visited {
    padding-left: 15px;
    background-position: 20px center;
}

#outerColumnContainer .menu li li li li > a, #outerColumnContainer .menu li li li li > a:visited {
    padding-left: 20px;
    background-position: 30px center;
}
/* identation styles end */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton, .passiveButton {
    background-color: #91BAD0;
    font-weight: bold;
    color: #FFFFFF;
}

.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: 79px;
	height: 94px;
	padding-top: 35px;
	background: url(/Images/Views.jpg) no-repeat;
	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;
}

.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-top: 10px;
}

.component .header {
    height: 20px;
    padding: 10px;
    font-weight: bold;
	font-size: 125%;
}

.template1, .template6 {
    background-color: #91BAD0;
    color: #FFFFFF;
}

.template1 a, .template2 a, .template4, .template6 a {
    color: #FFFFFF;
}

.template2, .template4 {
    background-color: #CC3366;
    color: #FFFFFF;
}

.template3, .template5 {
    background-color: #D1E2EB;
}

.template6 {
    min-height: 86px;
    padding-right: 80px;
    background: #91BAD0 url(/Images/LoveFood.gif) no-repeat bottom right;
}

.template2 {
    min-height: 86px;
    padding-right: 80px;
    background: #CC3366 url(/Images/LoveFoodPink.gif) no-repeat bottom right;
}

.template3 {
    min-height: 86px;
    padding-right: 80px;
    background: #D1E2EB url(/Images/LoveFoodSky.gif) no-repeat bottom right;
}

.component .content {
    padding: 10px;
}

.componentItem, .componentItem2 {
    margin: 5px 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;
}

.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 {
    margin: 15px 0;
    text-align: center;
}

.pageNavigation {
    margin: 15px 0;
}

.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: 5px;
    padding: 0px;
    border: solid 1px #91BAD0;
}

.productPrice {
    font-weight: bold;
}

.productTitle {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.rating {
    margin: 15px 0;
}

.ratingStar {
    display: block;
    width: 13px;
    height: 20px;
    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;
}

.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;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/******************************************************************************/
/*Please duplicate all HTML tag styles to Wysiwyg.css */
.imageBorder {
    margin: 5px;
    padding: 0px;
    border: solid 1px #91BAD0;
}

#leftColumn .imageBorder, #rightColumn .imageBorder {
    border: solid 1px #FFFFFF;
}

.darkBlueText, .darkBlueText a, .darkBlueText a:visited {
    color: #6E8499;
}

.lightBlueText, .lightBlueText a, .lightBlueText a:visited {
    color: #91BAD0;
}

.lightGreenText, .lightGreenText a, .lightGreenText a:visited {
    color: #D2E3EB;
}

.pinkText, .pinkText a, .pinkText a:visited {
    color: #CC3366;
}

.purpleText, .purpleText a, .purpleText a:visited {
    color: #663366;
}

.skyText, .skyText a, .skyText a:visited {
    color: #D1E2EB;
}

.quote {
	margin: 10px;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.noGrid {
    width: 100%;
    border-width: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableGrid {
    width: 100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableGrid, .tableGrid td, .tableGrid th {
    border-color: #91BAD0;
    border-style: solid;
}

.tableGrid th, .tableGrid td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.tableGrid th {
    background-color: #D1E2EB;
    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 */
/******************************************************************************/