/* CSS document */
body {
	background-color:#7cab00;
	background-image:url(../images/main_body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#holder {
	position: relative;
	width:823px;
	background-color: #89b41a;
	margin-left:auto;
	margin-right:auto;
}

#mainBorderLeft {
	width:12px;
	min-height:750px;
	float:left;
	background-image:url(../images/main_left_border_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#mainBorderRight {
	width:11px;
	min-height:750px;
	float:left;
	background-image:url(../images/main_right_border_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#mainPageContent {
	width:800px;
	float:left;
	background-color: #89b41a;
}

#mainPageHeader {
	width:800px;
	height:86px;
}

/* Login box */
div#boxLoginContainer {
	padding-top: 25px;
	padding-left: 460px;
}

div#boxLoginContainer div.lbLinks {
	color: #fcff00;
	font-size: 10px;
	font-weight: bold;
}

div#boxLoginContainer a.boxLoginLink {
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#boxLoginContainer a.boxLoginLink:hover {
	color: #fcff00;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

/* Logined box */
div#boxLoginedContainer {
	padding-top: 40px;
	padding-left: 400px;
}

div#boxLoginedContainer div.lbLinks {
	color: #fcff00;
	font-size: 14px;
	font-weight: bold;
}

div#boxLoginedContainer a.boxLoginLink {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div#boxLoginedContainer a.boxLoginLink:hover {
	color: #fcff00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#mainPageUpperMenuHolder{
	width:800px;
	height:30px;
	background-color: #fefefe;
}

/* Upper menu */
div#mainPageUpperMenuContainer{
	float: left;
	width: 726px;
	height: 30px;
	margin-left: 3px;
	padding-left: 34px;
	line-height: 30px;
	font-size:16px;
	color:#ffffff;
	text-align: center;
	vertical-align: middle;
	background-image:url(../images/upper_menu_bg.gif);
}

div#mainPageUpperMenuContainer a {
	text-decoration: none;
	color: #ffffff;
}

div#mainPageUpperFlagContainer{
	float: left;
	width: 34px;
	height: 24px;
	padding-top: 6px;
	text-align: center;
	background-image:url(../images/upper_menu_bg.gif);
}

div#mainPageUpperMenuContainer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#mainPageSpacer {
	width:800px;
	height:7px;
	background-image:url(../images/under_menu_spacer.gif);
}

div.boxHeader {
	width: 174px;
	height: 23px;
	line-height: 23px;
	background-image: url(../images/box_head_bg.gif);
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

a#btnScrollUp {
	display: block;
	width: 174px;
	height: 23px;
	background-image: url(../images/btn_scroll_up.jpg);
}

a#btnScrollDown {
	display: block;
	width: 174px;
	height: 23px;
	background-image: url(../images/btn_scroll_down.jpg);
}

a.scrollableMenuItem {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	padding: 3px 3px 3px 7px;
}

a.scrollableMenuItem:hover {
	display: block;
	color: #ffff00;
	text-decoration: none;
	font-size: 12px;
	padding: 3px 3px 3px 7px;
} 

/* News */
a.mainPageNews {
	display: block;
	width: 177px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:transparent;
	cursor:auto;
	text-decoration: none;
}

a.mainPageNews:hover {
	display: block;
	width: 177px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#729c11;
	cursor:pointer;
	text-decoration: none;
}

a.mainPageNews span.title {
	display: block;
	padding: 3px 0px 3px 0px;
	color: #314100;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.mainPageNews:hover span.title {
	display: block;
	color: #314100;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.mainPageNews span.lead {
	display: block;
	padding-bottom: 3px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

a.mainPageNews:hover span.lead {
	display: block;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

a.mainPageMoreNews {
	display: block;
	width: 164px;
	font-size: 11px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

a.mainPageMoreNews:hover {
	display: block;
	width: 164px;
	font-size: 11px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
}

/* Newsletter subscription box */
input.mainBoxInput {
	padding: 3px;
	background-color: #7fa718;
	font-size: 11px;
	color: #ffffff;
	border: none;
}

div#boxColumn {
	float: left;
	width: 174px;
}

div#mainThirdColumn {
	float: left;
	width: 623px;
}

/* Production order container */
div#wsPOContainer {
	width: 623px;
	height: 354px;
}

/* Four Seeded Categories Container (FSC) */
div#wsFSCContainer {
	margin-top: 4px;
	width: 623px;
	height: 114px;
}

/* Main Page Seeded Categories 2 - horizontal pictures */
div#wsFSCContainer div.spacer {
	float: left;
	width: 5px;
	height:1px;
}

a.mainPageSC2 {
	display: block;
	width: 152px;
	height: 115px;
	float: left;
	text-decoration: none;
}

a.mainPageSC2:hover {
	display: block;
	width: 152px;
	height: 115px;
	float: left;
	text-decoration: none;
	cursor:auto;
}

a.mainPageSC2 span.title {
	display: block;
	padding-left: 4px;
	width: 148px;
	margin-bottom: 1px;
	height: 23px;
	line-height: 23px;
	background-image: url(../images/box_head_bg.gif);
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	cursor:pointer;
}

/* Main page message under seeded categories 2 */
div#mainPageMessage {
	width: 623px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

div#mainPageMessage a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

div#mainPageMessage a:hover {
	color: #ffff00;
	font-size: 11px;
	text-decoration: none;
}

/* Banner containers */
a.bannerContainer {
	display: block;
	width: 214px;
	cursor: auto;
	text-decoration: none;
}

a.bannerContainer:hover {
	display: block;
	width: 214px;
	cursor: pointer;
	text-decoration: none;
}

span.bannerImg {
	display: block;
}

div.bannerContainerSpacer {
	width: 4px;
	height: 1px;
}

span.bannerTextContainer {
	display: block;
	width: 200px;
	padding: 3px 7px 3px 7px;
	height: 66px;
	line-height: 66px;
	background-color: #4b6400;
	vertical-align: middle;
}

span.bannerText {
	display: block;
	color: #ffffff;
	line-height: normal;
	font-size: 11px;
}

/* Main page more webshop categories */
div#moreCategoriesContainer {
	float: left;
	width: 187px;
}

div#moreCategoriesContainer div.title {
	width: 187px;
	height: 23px;
	line-height: 23px;
	background-image: url(../images/box_head_bg.gif);
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

a.wsMCMenuitem {
	display: block;
	margin-top: 4px;
	width: 174px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #4b6400;
	background-color: #c1d786;
}

a.wsMCMenuitem:hover {
	display: block;
	margin-top: 4px;
	width: 174px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #4b6400;
	background-color: #d9e8b0;
}

/* Webshop */
div.wsPLTitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

div.wsPLText {
	font-size: 12px;
	font-weight: normal;
	color: #8b1521;
	padding-bottom: 10px;
}

div.wsPDTitle {
	padding-left: 38px;
	padding-top: 105px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

div.wsPDText {
	padding-left: 38px;
	font-size: 12px;
	font-weight: normal;
	color: #8b1521;
	padding-bottom: 15px;
	text-align: justify;
}

a.wsPDCategory {
	display: block;
	padding-left: 38px;
	font-size: 14px;
	font-weight: bold;
	color: #4f7a33;
	padding-bottom: 5px;
	text-decoration: underline;
}

a.wsPDCategory:hover {
	display: block;
	padding-left: 38px;
	font-size: 14px;
	font-weight: bold;
	color: #4f7a33;
	padding-bottom: 5px;
	text-decoration: underline;
}

div.wsPDPrice {
	padding-left: 38px;
	font-size: 16px;
	font-weight: bold;
	color: #a9000c;
	padding-bottom: 15px;
}

div.wsPDOrderBtn {
	padding-left: 38px;
}

a.wsPDGreenLink {
	display: block;
	padding-left: 38px;
	font-size: 11px;
	color: #4b6400;
	text-decoration: none;
}

a.wsPDGreenLink:hover {
	display: block;
	padding-left: 38px;
	font-size: 11px;
	color: #4b6400;
	text-decoration: underline;
}

/* Upper menu */
a.lowerMenu {
	text-transform: lowercase;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}

a.lowerMenu:hover {
	text-transform: lowercase;
	text-decoration: underline;
	color: #ffffff;
}

/* Order form */
td.orderSumRow {
	color: #4b6400;
	font-size: 14px;
	font-weight: bold;
}

/* Footer containers */
div.footerFlowersImg {
	margin-top:5px;
	width:800px;
	height:55px;
	background-image:url(../images/main_footer_1.jpg);
}

div.footerMenu {
	margin-top:2px;
	width:800px;
	height:30px;
	background-color:#4b6400;
}

div.mainPageFooter {
	margin-top: 10px;
	width: 800px;
	height: 210px;
	background-image: url(../images/footer2_bg.gif);
}

div.mainPageFooterText {
	margin-top: 20px;
	text-align: center;
	width: 800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

div.mainPageFooterBankText {
	margin-top: 120px;
	padding: 0px 10px 0px 0px;
	text-align: justify;
	width: 790px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

div.mainPageFooterBankText a {
	color:#89b41a;
	text-decoration: none;
}

div.mainPageFooterBankText a:hover {
	color:#ffffff;
	text-decoration: none;
}

/* Simple site */
div.siteSimpleContainer {
	text-align: center;
	padding-top: 30px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	min-height: 390px;
}

/* General classes */
div.clear {
	float:none;
	clear:both;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}
