/*# GENERAL & LAYOUT # */
* {
	padding: 0;
	margin: 0;
	outline: 0;
}
body {
	font: 11px/21px Verdana, Arial, sans-serif;
	color: #454544;
	background: #f9f9f6 url(/simplywonderful/media/simply-wonderful/ui/bottom-bg.gif) repeat-x 0 bottom;
	text-align: left;
}
a {
	color: #957b4a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
.cl, .clear {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.hidden {
	display: none;
}
.right {
	float: right;
	display: inline;
}
.left {
	float: left;
	display: inline;
}
.shell {
	width: 927px;
	margin: 0 auto;
}

/*# HEADER # */
h1#logo {
	width: 154px;
	height: 106px;
	position: absolute;
	top: 0;
	right: 48px;
}
h1#logo a {
	display: block;
	height: 106px;
	background: url(/simplywonderful/media/simply-wonderful/ui/logo.gif);
}
#inner-logo {
	width: 122px;
	height: 83px;
	position: absolute;
	right: 75px;
	top: 19px;
	padding: 0px 0 15px 0;
}
#inner-logo a {
	display: block;
	height: 83px;
	background: url(/simplywonderful/media/simply-wonderful/ui/inner-logo.gif);
}
#header {
	height: 175px;
	background: url(/simplywonderful/media/simply-wonderful/ui/header-bg.gif) repeat-x 0 0;
	padding-top: 23px;
}
#header .shell {
	position: relative;
}
#inner-header {
	background: url(/simplywonderful/media/simply-wonderful/ui/inner-header.gif) repeat-x 0 0;
	padding-top: 43px;
	height: 157px;
}


#header-img {
	background: url(/simplywonderful/media/simply-wonderful/ui/header-img.jpg) no-repeat 0 0;
	height: 38px;
	padding-top: 137px;
}
#content-header {
	height: 100%;
	border:solid 1px #525252;
	border-bottom:0;
	background:url(/simplywonderful/media/simply-wonderful/ui/border-t.gif) repeat-x 0 -1px;
	padding-top:1px;
}
#top-border {
	background: url(/simplywonderful/media/simply-wonderful/ui/top-border.png) repeat-x 0 0;
	height: 3px;
	position: relative;
	z-index: 2;
}

#bg {
	background: #faf9f6 url(/simplywonderful/media/simply-wonderful/ui/bottom-bg.gif) repeat-x 0 bottom;
}

/*# MAIN MENU # */
#mainmenu {
	position: relative;
	height: 40px;
}
#mainmenu ul {
	list-style-type: none;
	float: left;
}
ul#menuElem {
	padding-left: 58px;
}
#mainmenu ul li {
	float: left;
	display: inline;
	padding-right: 5px;
	height: 43px;
}
#mainmenu ul li a {
	float: left;
	display: inline;
	font: 15px/38px Georgia, serif;
	color: #606060;
	text-decoration: none;
	background: url(/simplywonderful/media/simply-wonderful/ui/btn.png) no-repeat 0 0;
	width: 156px;
	text-align: center;
	height: 43px;
	cursor: pointer;
	font-weight: bold;
}
#mainmenu ul li ul li a {
	float: left;
	display: inline;
}
#mainmenu ul li ul li a.active {
	float: left;
	display: inline;
	background: url(/simplywonderful/media/simply-wonderful/ui/btn-active.gif) no-repeat 0 0;
	height: 76px;
}
#mainmenu ul li.CMSListMenuHighlightedLI a.CMSListMenuLinkHighlighted {
	background: url(/simplywonderful/media/simply-wonderful/ui/active-btn.gif) no-repeat 0 0 !important;
	height: 43px;
	line-height: 43px;
	color: #fefefe;
	margin-top: -3px;
	position: relative;
	z-index: 10;
	width: 152px;
}
#mainmenu ul li.CMSListMenuHighlightedLI ul {
	height: 23px;
	background: url(/simplywonderful/media/simply-wonderful/ui/content-top-bg.gif) 0 0 repeat-x;
	position: absolute;
	z-index: 1;
	top: 38px;
	left: 0;
	width: 835px;
	padding: 12px 10px 0 80px;
	border-left: solid 1px #525252;
}
#mainmenu ul li.CMSListMenuHighlightedLI ul li {
	float: left;
	display: inline;
	padding-left: 8px;
	padding-right: 5px;
	height: auto;
}
#mainmenu ul li.CMSListMenuHighlightedLI ul li a {
	float: none;
	font: bold 10px/18px Verdana, Arial, sans-serif;
	color: #b1b1b2;
	background: none;
	width: auto;
	padding-right: 9px;
	border-right: solid 1px #b1b1b2;
}
#mainmenu ul li.CMSListMenuHighlightedLI ul li.CMSListMenuLI-last a {
	border-right: 0 !important;
}
#mainmenu ul li.CMSListMenuHighlightedLI ul li a.CMSListMenuLinkHighlighted, #mainmenu ul li.CMSListMenuHighlightedLI ul li a:hover {
	color: #fff;
	background: none !important;
	font: bold 10px/18px Verdana, Arial, sans-serif;
	width: auto;
	margin: 0;
}

/*# LANGUAGE BOX # */
#inner-header .shell {
	position: relative;
}
#languagebox {
	position: absolute;
	bottom: 7px;
	right: 46px;
}
#languagebox .languageSelectionWithCultures a {
	font: bold 10px/18px Verdana, Arial, sans-serif;
	color: #1b6b9e;
	text-decoration: none;
	text-transform: lowercase;
	background:url(/simplywonderful/media/simply-wonderful/ui/lang.gif) no-repeat 0 4px; padding-left:11px;
}
#languagebox .languageSelectionWithCultures a:hover {
	text-decoration: underline;
}

/*# CONTENT WRAPPER # */
#content-wrapper {
	border: solid 1px #626262;
	border-top: none;
	padding: 27px 10px 0 33px;
	width: 882px;
	margin-top: -3px;
	position: relative;
	z-index: 1;
	height: 100%;
	background-color: white; /*#fefefe;*/
}

.tabs-wrapper {
	margin: -39px 0 0 -30px;
}
.homepage {
	width: 575px !important;
}

.indent {
	padding-left: 30px;
}

.home-image{
	background: #fefefe url(/simplywonderful/media/simply-wonderful/ui/container-bg.jpg) no-repeat 0 0;
}

.content-cnt {
	background: url(/simplywonderful/media/simply-wonderful/ui/content-header.gif) no-repeat 0 0;
	height: 110px;
	padding: 0px 75px 0 62px;
	position: relative;
}
.content-cnt p {
	padding-top: 16px;
}
#maincontent {
	float: left;
	display: inline;
	width: 625px;
	padding-left: 28px;

}

.inside-content {
	margin:-30px 0 0 0;
	width: 575px !important;
}

#maincontent p {
	padding-bottom: 20px;
}
#maincontent p span {
	color: #84a51d;
}
#maincontent img {
	margin-right: 21px
}
.no-padding {
	margin-left: -28px;
	position: relative;
}
.no-padding img {
	margin-right: 5px !important;
	margin-bottom: 20px;
	border: 1px solid #d2d3d5;
}

.no-padding img.three-images {
	margin-right: 2px !important;
}

.content-image {
	margin-left: -28px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #d2d3d5;
}

/*# FCK - ZONE # */
#FCK { 
	
}
.inner-FCK {
	position: relative; 
	margin-top: -86px;
}
.shell div.no-sub {
	margin-top: -119px !important;
}

#FCK h1 {
	font: 24px/28px Georgia, Times, serif;
	color: #454544;
	padding: 30px 0 15px 0;
	width:625px;
}

#FCK h2, .contact-details h2 {
	font: 14px/18px Verdana, Arial, sans-serif;
	color: #b86d46;
	font-weight: bold;
	margin: 15px 0 3px;
}

#FCK h2.tabs {
	padding: 0 0 0 50px;
	border: none;
}

#FCK h2.table-tabs {
	padding: 0 0 0 30px;
	border: none;
}
#FCK p.table-price {
	padding: 0 0 0 30px;
	margin: -10px 0 20px 0;
font-size: 14px;
	border: none;
}

#FCK h3 {
	font: 18px/26px Georgia, Times, serif;
	color: #454544;
	padding-bottom: 5px;
}

#FCK h4 {
	font: bold 13px/21px Verdana, Arial, sans-serif;
	color: #84a51d;
	padding: 0 0 6px;
}

#FCK p {
	padding: 0px 0 12px;
}

#FCK .green {
	color: #84a51d;
}

/* for home page*/
#FCK p.intro{
	font: 13px/24px Georgia, Times, serif;
	font-weight: bold;
	padding: 4px 0 20px;
	color: #717171;
}

/* for inside*/
#FCK p.intro-text{
	font: 11px/19px Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 4px 0 20px;
	color: #717171;
}

#FCK p.before-tabs {
	font-weight: bold;
	padding: 0 250px 0 30px;
	color: #717171;
	margin: 0px 0 12px;
	line-height: 17px;
}

#FCK p.slogan {
	font: italic bold 14px/24px Verdana, Arial, sans-serif;
	color: #84a51d;
	text-align: center;
	padding-top: 20px;
}

#FCK  p.quote {
	text-align: right;
	font: italic 11px/18px Verdana, Arial, sans-serif;
	padding-bottom: 5px;
}
#FCK p.author {
	text-align: right;
	font: bold 10px/18px Verdana, Arial, sans-serif;
	color: #b86d46;
	padding-top: 0;
	margin-bottom: 20px;
}

#FCK  h2.testimonial-title {
	font: 13px/15px Verdana, Arial, sans-serif;
	color: #84a51d;
	padding: 0 0 6px;
	margin:3px 0 0;
}

#FCK  p.testimonial-quote {
	margin: 0 0 5px;
	padding:0;
	font: italic 11px/16px Verdana, Arial, sans-serif;
}

#FCK  p.testimonial-date {
	font: bold 9px/9px Verdana, Arial, sans-serif;
	color: #919191;
	padding: 0;
	margin:0;
}

#FCK h2.news-title {
	padding: 0 0 6px;
	margin:5px 0 0;
	border: none;
}

#FCK  h2.news-title a {
	color: #b86d46;;
}

#FCK h2.news-title span {
	font-weight: normal;
}

#FCK h3.faq {
	font: bold 13px/14px Verdana, Arial, sans-serif;
	margin: 12px 0 4px;
	padding:0;
	color: #b86d46;
}

.NewsBody {
	margin: 0 0 15px;
}
#FCK  .NewsBody a {
	color: #1b6b9e;
}

#FCK p.link{
	background:url(/simplywonderful/media/simply-wonderful/ui/link.gif) no-repeat 0 8px; 
	padding-left:12px;

}

#FCK p.pdf{
  	 background:url(/simplywonderful/media/simply-wonderful/ui/ico-pdf.gif) no-repeat 0 2px;
	padding-left:20px;
}
#FCK p.word{
  	 background:url(/simplywonderful/media/simply-wonderful/ui/ico-word.gif) no-repeat 0 2px;
	padding-left:20px;
}


#FCK p img {
	float: none;
}

#FCK p img.floatleft {
	float: left;
	display: inline;
	margin: 4px 13px 0 0;
}

#FCK ul {
	list-style-type: none;
	margin: 0 0 20px;
}
#FCK ul li {
	background: url(/simplywonderful/media/simply-wonderful/ui/arrow.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-left: 25px;
	font: bold 11px/18px Verdana, Arial, sans-serif;
	color: #7a7979;
}

#FCK ul li.text-list {
	margin: 0 0 8px 25px;
	font-weight: normal;
}

div.post {
	margin-bottom: 20px;
}

#contact-info img {
	float: left;
	display: inline;
}
#contact-info .contact-details {
	float: left;
	display: inline;
	padding-left: 13px;
}

/*# TABS # */
#FCK .tabs {
	list-style-type: none;
	padding-left: 16px;
	border-bottom: solid 1px #a0c323;
	height: 25px;
}
#FCK .tabs li {
	float: left;
	display: inline;
	text-align: center;
	background: none;
	padding: 0;
	margin: 0
}
#FCK .tabs li a {
	float: left;
	display: inline;
	border-top: solid 1px #ebebea;
	border-right: solid 1px #ebebea;
	font-size: 11px;
	line-height: 24px;
	color: #989798;
	text-decoration: none;
	padding: 0 15px;
}
#FCK .tabs li.first a {
	border-left: solid 1px #ebebea;
}
#FCK .tabs li a.current, .tabs ul.table-tabs li a.current {
	background-image: url(/simplywonderful/media/simply-wonderful/ui/tab-bg.gif);
	border: solid 1px #a0c323;
	border-bottom: none;
	line-height: 31px;
	margin-top: -6px;
	position: relative;
	z-index: 2;
	color: #454544
}

/*# FROZEN FOOD TABLE # */
#FCK .table-tabs li a {
	color: #957b4a;
	font-weight: bold
}
#FCK .table-tabs li a.current {
	color: #454544;
}
#FCK .table-tabs li a {
	border-top: solid 1px #e2ebf3;
	border-left: solid 1px #e2ebf3;
	border-right: 0;
}
#FCK .table-tabs li.last a {
	border-right: solid 1px #e2ebf3;
}
#FCK .table-tabs li.last a.current {
	border-right: solid 1px #a0c323;
}
#FCK .table {
	padding-left: 28px;
	padding-right: 19px;
}
#FCK .table h1, .table p {
	padding-left: 30px;
}
#FCK .table p {
	padding-bottom: 15px;
	color: #7a7979;
}
#FCK .tab-table p {
	padding: 5px 0 20px 30px;
}
#FCK .table tr th {
	text-align: center;
	border-right: solid 1px #a0c323;
	
}

#FCK .table tr th img {
	padding-bottom: 4px;
}

#FCK .table tr td {
	border-top: solid 1px #a0c323;
	border-right: solid 1px #a0c323;
	font-size: 11px;
	line-height: 24px;
	color: #606060;
	text-align: center;
	font-weight: bold
}
#FCK .table tr td.darkblue-box {
	background: url(/simplywonderful/media/simply-wonderful/ui/darkblue-box.gif) no-repeat 10px 6px;
	padding: 4px 0 4px 37px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
}
#FCK .table tr td.new {
	background: url(/simplywonderful/media/simply-wonderful/ui/new.gif) no-repeat -1px 2px;
	padding: 4px 0 4px 37px;	
}

#table-legend {
	padding: 30px 0 20px 0;
}
#table-legend .left {
	width: 80px;
	text-align: center;
	padding-left: 20px;
	font-size: 10px;
}
#table-legend .left p {
	padding: 0
}
#table-legend .left img {
	text-align: center
}

/*# PANES # */
.panes {
	padding: 0 5px;
}
.pane {
	display: none;
	padding: 5px 0;
}
#FCK #maincontent .pane img {
	margin: 0 0 15px 20px !important;
	border: solid 1px #cdd2d6
}
#FCK p.tab-intro {
	padding: 0 0 8px 20px;
	font: bold 11px/18px Verdana, Arial, sans-serif;
	color: #7a7979;
	margin: 4px 0;
}
#FCK ul.food-list {
	list-style-type: none;
	padding-bottom: 20px;
	font: 11px/18px Verdana, Arial, sans-serif;
}
#FCK ul.food-list li {
	background: url(/simplywonderful/media/simply-wonderful/ui/blue-box.gif) no-repeat 0 3px;
	padding: 0 0 3px 23px;
	font-weight: normal;
}
#FCK ul.food-list li a {
	color: #606060;
	text-decoration: none;
}
#FCK ul.food-list li a:hover {
	text-decoration: underline;
}

#FCK ul.food-list li .price {
	font-weight: bold;
	float: right;
}



/*# SIDEBAR # */
#FCK #sidebar h2 {
	font: 13px/26px "Trebuchet MS", Arial, sans-serif;
	color: #454544;
	background: url(/simplywonderful/media/simply-wonderful/ui/sidebar-title.gif) repeat-x 0 0;
	text-align: center;
	padding-bottom: 0;
	font-weight: bold;
	margin:0;
}
#FCK #sidebar p.link a {
	font: bold 10px/18px Verdana, Arial, sans-serif;
	color: #1b6b9e;
}

#FCK #sidebar p.headline a {
	text-decoration: none;
	color: #454544;
}

#FCK #sidebar {
	width: 240px;
	float: right;
	display: inline;
}
#FCK #sidebar .box {
	background: url(/simplywonderful/media/simply-wonderful/ui/sidebar-box.gif) no-repeat 0 0;
	padding: 20px 20px 1px 18px;
	margin: 0 0 30px;
}
#FCK #sidebar .box p {
	padding: 0 0 2px 0;
}
#FCK #sidebar .box p.link {
	padding: 0 0 0 15px;
	background: url(/simplywonderful/media/simply-wonderful/ui/lang.gif) no-repeat 0 7px;
padding-bottom: 20px;
}
#FCK #sidebar .green-box {
	margin-top: 32px;
	background: url(/simplywonderful/media/simply-wonderful/ui/box-cnt.gif) repeat-y 0 0;
	width: 242px;
}
#FCK #sidebar .green-box-top {
	background: url(/simplywonderful/media/simply-wonderful/ui/box-top.gif) no-repeat 0 0;
}
#FCK #sidebar .green-box-bottom {
	background: url(/simplywonderful/media/simply-wonderful/ui/box-bottom.gif) no-repeat 0 bottom;
	padding: 9px 1px;
}
#FCK #sidebar .side-border {
	border-top: solid 7px #fbd023;
}
#FCK #sidebar p.item {
	font: bold 11px/15px Verdana, Arial, sans-serif;
	color: #97b735;
}
#FCK #sidebar p.description {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 7px;
}
#FCK #sidebar p.price {
	font: bold 11px/15px Verdana, Arial, sans-serif;
	padding-bottom: 11px;
}
#FCK #sidebar .extra-box {
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #f1f1f1;
	padding-top: 11px;
}
#FCK #sidebar p.note {
	font-style: italic;
	line-height: 15px;
	padding: 12px 0 0;
}

/*# FOOTER # */
#bottom {
	background: url(/simplywonderful/media/simply-wonderful/ui/bottom.gif) no-repeat center bottom;
	padding-bottom: 60px;
	padding-top: 20px;
}
#bottom .left {
	width: 320px;
	margin-left: 58px;
}
#bottom .right {
	width: 385px;
	margin-right: 20px;
}
#bottom .right a {
	color: #1b6b9e;
	text-decoration: none;
}
#bottom .right a:hover {
	text-decoration: underline;
}
#footer {
	height: 87px;
}
#foot-nav {
	background: #fff;
	border-top: solid 1px #d0cfca;
	border-bottom: solid 1px #d0cfca;
	padding: 15px 0;
	text-align: center;
}
#foot-nav li {
	list-style-type: none;
	display: inline;
	padding: 0 18px;
	line-height: 10px;
	border-right: 1px solid #606060;
}
#foot-nav li.last {
	border: 0;
}
#foot-nav a {
	color: #606060;
	text-decoration: none;
}
#foot-nav a:hover {
	color: #1B6B9E;
}
#footer p.footer-text {
	float: right;
	color: #a2a1a1;
}

#footer p.footer-text a {
	color: #a2a1a1;
}

/*# SITEMAP # */

#sitemap {
	margin-bottom: 40px;
}

#sitemap li.CMSSiteMapListItem {
	margin-bottom: 15px;
}

#sitemap li.CMSSiteMapListItem li.CMSSiteMapListItem {
	font-weight: normal;
	margin-bottom: 3px;
}

#sitemap li.CMSSiteMapListItem li.CMSSiteMapListItem a {
	color: #454544;
}


/*# CONTACT FORM # */


/*---[ COLOR SCHEME]--------------------- */
/*
uneven background color: 	#f1f5f8
required: 			#7f5503;
regular text:			#454544;

*/

/* ---- || FIELDSET || -----*/
fieldset {
	border: none;
	margin: 0 0 20px 0px; 
	width: 550px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}



fieldset ol {
	margin: 20px 0 10px 0;
	padding: 0;
}

fieldset li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0;
	clear: left;
	border-top: 1px solid #dcdcdc;
}


fieldset li.even div {
	background-color:#fbfbfb;
	float: left;
}

fieldset li.uneven div {
	background-color:#fbfbfb;
	float: left;

}

fieldset li.long {
	height:auto;
	border: none;
}

fieldset li {
	background: url(../images/cmxform-divider.gif) left top repeat-x;
}

fieldset li.blank {
	background: none;
}

legend {
	color: black;
	padding: 0 0 10px 0px;
	margin:10px 0 0 0px;
	font-weight: bold;
	font-size: 11px;
}

/* ---- || LABELS || -----*/
fieldset label {
	display: block;
	width: 155px;
	float: left;
	margin: 0;
	padding: 0;
}

em {
	font-weight: bold;
	font-style: normal;
	color:#454544;
}


/* ---- || FORM ELEMENTS || -----*/
fieldset input { 
	font-size: 12px;
	padding:3px;
	margin:0 0 2px 0;
	width: 100px;

}

fieldset input.long { 
	width: 360px; 
}

fieldset input.UploaderInputFile{ 
	width: 210px; 
}


fieldset input.FormButton {
	margin: 10px 0 0 165px;
	padding:3px 30px;
	width: auto;
}

fieldset div.submit {
	margin:0 0 0 0;
	text-align: left;
}



fieldset select {
	font-size: 12px;
	width: 190px;
}

fieldset input.required, 
fieldset select.required {
	border: 1px solid #7f5503;
}

fieldset input.requiredsmall,
fieldset select.requiredsmall {
	border: 1px solid #7f5503;
	width: 60px;
}

fieldset select.small {
	width: 60px;
}

fieldset input.radio {
	width: 13px;
	margin: 0px 4px -2px 2px;
}

fieldset input.checkbox {
	width: 13px;
	margin: 0px 4px 1px 2px;
}

fieldset textarea 
{
   	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-left:3px;
	margin-right:8px;
	width: 363px;
}

fieldset textarea.fullwidth
{
    font-size: 12px;
	padding-left:3px;
	margin:10px 0 0 0;
	width: 420px;
}


/* ---- || LEGEND || -----*/
div.legende {
	border: 1px solid #ccd0d4;
	width: 100px;
	margin: 15px 0 0 395px; 
	padding: 5px 10px;
}

div.legende em {
	color: #454544;
	font-weight: normal;
	font-style: normal;
}

.messageBox 
{
    font-size: 14px;
    font-weight:bold;
    color:#454544;
    margin: 20px 5px 20px 5px;
    padding: 8px 8px 5px 8px;
    border: 1px solid #a31515;
    display:block;
}

.EditingFormErrorLabel
{
    color: #a31515;
    font-weight: bold;
    padding: 1px 3px 0px 3px;
}