/* Weblapbolt - http://www.weblapbolt.hu */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*-----------------------BoDy-----------------------*/
body {
	text-align: center;
	background-color: #ebf4d7;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color:#333;
}

.greenText {color:#86B31C;}
.redText {color:#c00;}
input {
	background-color: #f6ffe1;
	border: solid 1px #dde5ca;
	font-size: 12px;
	height: 17px;
	padding: 3px 5px 0 5px;
	color:#333;
	margin: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	background-color: #f6ffe1;
	border: solid 1px #dde5ca;
	font-size: 12px;
	height: 100px;
	padding: 3px 5px 0 5px;
	color:#333;
	margin: 2px;
	width:300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.defSubmitBtn {
	display:block;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	padding: 0 3px 0 3px;
	background-color: #9acd21;
	border: solid 1px #769e18;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: auto;
	color:#232f08;
}
.defSubmitBtn.hover {
	cursor:pointer;
	background-color: #d72d29;
	border: solid 1px #a83230;
	color: white;
}
.defSubmitBtn:hover {
	cursor:pointer;
	background-color: #d72d29;
	border: solid 1px #a83230;
	color: white;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#contents {
	width: 100%;
	text-align: center;
}

.clear {
	clear: both;
}

/*-----------------------LiNKs-----------------------*/
a, a:visited, a:active {
	text-decoration: none;
	color: #c00;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color:#9ACD21;
}

/*-------LOADER--------*/
#loader {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	height:33px;
	margin: 300px 0 0 715px;
	padding:17px 0 0 0;
	position:absolute;
	text-align:center;
	width:50px;
	z-index:100000;
}

/*-------------HEADER-------------*/
#header h1 {
	display: none;
}

#header {
	width: 1000px;
	height: 175px;
	background: transparent url(images/header.png) top center no-repeat;
	margin: auto;
}

.headerFlashContainer {
	background: url(images/headerFlashBg.jpg) no-repeat 21px 0;
}

#header ul {
	display: block;
	height: 44px;
	background: transparent url(images/headerCorners.png) -1000px -1000px no-repeat;
	overflow: hidden;
}

#header li {
	display: block;
	margin-top: 14px;
	float: left;
	height: 32px;
	padding-left: 2px;
	padding-right: 1px;
	background: transparent url(images/headerSep.gif) 0 11px no-repeat;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

#header li a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font: bold 12px arial, verdana;
	color: #373931;
	height: 21px;
	padding: 11px 10px 0 10px;
	text-transform: uppercase;	
}

#header ul.menu li a:hover span.left, #header ul li a.hover span.left {
	display: block;
	width: 9px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(images/headerCorners.png) 0 0 no-repeat;
}

#header ul.menu li a:hover span.right, #header ul li a.hover span.right {
	display: block;
	width: 9px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(images/headerCorners.png) -9px 0 no-repeat;
}

#header ul.menu li a:hover, #header ul li a.hover {
	color: #cd2d28;
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
}

#header li.first {
	background: transparent;
	margin-left: 185px;
}

#headerFlash {
	width: 100%;
	height: 131px;
	background: transparent url(images/headerFlash.png) top center no-repeat;
}

#header .languages {
	float:left;	
	position:relative;
	top: 22px;
	left: 33px;
	background: transparent url(images/headerSep.gif) 33px 2px no-repeat;
}
.languages a,.languages a:active,.languages a:visited {margin: 0 3px 0 3px;}

/*------------MAIN-----------*/
#main {
	width: 1000px;
	background: transparent url(images/contentBg.png) top center repeat-y;
	margin: auto;
	text-align: left;
}

#leftContent {
	width: 212px;
	float: left;
	margin: 0 0 0 26px;
}

#leftContent ul {
	display: block;
}

#leftContent ul.menu {
	margin: -12px 0 0 9px;
}

#leftContent ul li, #leftContent .leftBox h3 {
	display: block;
	width: 203px;	
	margin: 15px 0 5px 0;
	padding-top: 4px;
	background: transparent url(images/menuBg.png) top right no-repeat;	
}

#leftContent ul li a, #leftContent .leftBox h3, #leftContent ul li span {
	width: 196px;
	height: 22px;
	line-height: 22px;
	font: bold 12px arial, verdana;
	color: #370b0a;
	text-transform: uppercase;
	padding: 0 0 0 7px;
}

#leftContent ul li a:hover {
	color: #fff;
}

#leftContent ul ul {
	margin: 10px 0 0 0;
}


#leftContent ul li li {
	background-image: none;	
	margin: 0;
	padding: 0;
}

#leftContent ul li li a {
	width: 203px;
	height: 20px;
	line-height: 20px;
	font: bold 11px arial, verdana;
	color: #fff;
	text-transform: none;
	display: block;
}

#leftContent ul li li a:hover {
	color: #370b0a;
}

#leftContent .separator {
	width: 212px;
	height: 2px;
	margin: 20px 0;
	background: transparent url(images/menuSep.gif) right center no-repeat;
}

#leftContent .leftBox {
	text-align: center;
}

#leftContent .leftBox h3 {
	padding-top: 4px;
	margin-left: 9px;
	text-align: left;
}

#leftContent .leftBox img {
	border: 1px solid #a63634;
	margin: 5px 0;
}

#contact {
	float: right;
	width: 738px;
	height: 48px;
	margin-right: 24px;
	background: #0b5c36 url(images/contactBg.png) left top no-repeat;
}

#contact div {
	width: 181px;
	text-align: center;
	color: #fff;
	font: bold 11px arial, verdana;
	float: left;
	padding-top: 30px;
}

#centerContent {
	width: 743px;
	float: right;
	margin-right: 19px;
	margin-bottom: 20px;
}

#mainContent {
	padding: 15px 20px 15px 15px;
}




#mainContent .gallery_image img {
	margin: 10px;
	border: 1px solid #ddd;
	padding: 4px;
	background-color: #fff;
}

#mainContent h2 {
	font: bold 14px arial, verdana;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #666;
	border-bottom: 1px solid #eee;
	display: block;
}


#mainContent li {
	display: block;
	margin-left: 5px;
	padding-left: 18px;
	background: transparent url(images/bullet_green.png) top left no-repeat;	
}

.back,.back:visited,.back:active {
	float: right;
	margin: -24px 0;
	font: bold 12px arial, verdana;
	padding: 3px 0;
	color: #666;
	text-transform: uppercase;
}

.back:hover {
	color: #c00;
}

.newsEntry h3 {
	font: bold 16px arial, verdana;
	color: #86b31c;
	margin-top: 10px;
}
.newsEntry .lead {
	margin: 5px 0;
}

.newsEntry .date {
	text-align: right;
	border-top:1px solid #eee; 
	margin-top: 20px;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	background: transparent url(images/calendar.png) left top no-repeat;
	background-position: 590px 5px;
}

/*------------NEWSLISTBOX------------*/
a.newsListBox,a.newsListBox:visited,a.newsListBox:active {
	display: block;
	margin: 15px 0 0 0;
	color: #000;
}

a.newsListBox h3 {
	font: bold 16px arial, verdana;
	color: #86b31c;
}
a.newsListBox:hover h3 {color: #c00;}

a.newsListBox .date {
	font: bold 11px arial, verdana;
	color: #999;
}

a.newsListBox .image {
	float: left;
	width: 95px;
}
a.newsListBox img {
	margin:5px;
}
.imgBorder_75 {
	position: absolute;
	background-image: url(images/imgBorder_75.png);
	width:85px;
	height:85px;
}


a.newsListBox .lead {
	margin-top: 5px;
}

.articleList {
	margin-top: 20px;
}

a.articleListBox {
	display: block;
	line-height: 20px;	
	width: 200px;
	margin-left: 20px;
	padding-left: 18px;
	background: transparent url(images/bullet_green.png) center left no-repeat;
}

.articleBox {
	margin-top: 20px;
}

.articleBox div {
	float: left;
	line-height: 20px;	
	text-align: left;	
}

div.articleListBox {
	border-bottom: 1px dashed #9fa592;
}

div.articleListBox:hover {
	background-color: #fafafa;
}

.articleBox .header:hover {
	background-color: #fff;
}

div.articleListBox div {
	/*padding-right: 10px;*/
	padding: 5px;
}

.articleBox .header {
	font-weight: bold;
	border-bottom: 1px solid #9fa592;
}

.articleBox .title {
	width: 170px;
}

.articleBox .address {
	width: 180px;
}

.articleBox .telephone {
	width: 95px;
}

.articleBox .products {
	width: 220px;
}

/*---------------ITEMBOX---------------*/
a.itemBox,a.itemBox:visited,a.itemBox:active {
	display: block;
	float: left;
	width: 196px;
	height: 181px;
	margin: 20px;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;	
	color: #333;
	font: bold 11px arial, verdana;
	overflow: hidden;
	cursor: pointer;
	line-height: 14px;
}
a.itemBox:hover .title {color:#d00;}

.itemBox img {	
	margin: auto;
	padding-top: 10px;
}

.itemBox .logo {
	width: 110px;
	height: 65px;
	background: transparent url(images/logotrans.png) center center no-repeat;
	position: absolute;
	top: 150px;
	left: 44px;
}

a.itemBoxHover:hover .logo {
	top: 97px;
}

.itemBox .bg {
	width: 196px;
	height: 181px;
	background: transparent url(images/itemBg.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.itemBox .title {
	position: absolute;
	width: 193px;
	top: 159px;
	left: 0;
	text-align: center;
}

/*--------------------ITEM----------------------*/

#itemDataBox .price, #itemDataBox .priceOld, #itemDataBox .priceNew {
	font: normal 16px arial, verdana;
	color: #666;
}
#itemDataBox b {color:#333;}

#itemDataBox .priceOld span {
	text-decoration: line-through;
}

#itemDataBox .priceNew {
	padding-left: 25px;
}

#itemDataBox {
	width: 200px;
	text-align: left;
	float: right;
}

#itemDataBox h2 {
	width: 200px;
	border-bottom: 1px dashed #bec1b5;
}

div.itemsEntry {
	float: left;
	width: 470px;
	padding-right: 15px;
	border-right: 1px dashed #ddd;	
}
div.itemsEntry h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

#itemDataBox a,#itemDataBox a:active,#itemDataBox a:visited {
	display: block;
	height: 40px;
	margin-top: 20px;
	background: transparent url(images/cartBtn.png)  no-repeat;
	width: 133px;
	height: 40px;
	text-align: left;
}
#itemDataBox a:hover {background-position: 0 -40px;}
#itemDataBox a span {display: none;}

/*-------------------ORDER----------------------*/

.orderInfo {
	margin: 15px 0 15px 0;
	font-size: 14px;
	padding: 0 30px;
}
.orderInfo span {font-size: 16px; font-weight: bold;}
#orderTable {
	margin-top: 20px;
	text-align: left;
}

#orderTable a {font-weight: bold;}

#orderTable .itemOrder {
	float: left;
	width: 300px;
	margin: 10px 25px 10px 25px;
}

#orderTable .header {
	font-weight: bold;
	border-bottom: 1px dashed #bec1b5;
}

#orderTable .image {width: 95px; float: left;}
#orderTable .image img{margin:5px;}

#orderTable .itemData {
	float: left;
	width: 200px;
}
#orderTable h3 a,#orderTable h3 a:active,#orderTable h3 a:visited {
	color:#86B31C; 
	font-weight: bold; 
	font-size: 14px; 
	padding-top: 3px;
	padding-bottom: 5px;
	display: block;
}
#orderTable b {color:#000;}
#orderTable h3 a:hover {color:#c00;}

#orderTable .price {width: 250px;}

#orderTable .discount {width: 120px;}

#orderTable .count {
	margin-top:5px;
}

#orderTable .indiscount {text-decoration: line-through;}

#orderTable .itemOrder input {
	width: 30px;
	margin: 0px;
	float: left;
}

#orderTable .count a,#orderTable .count a:active,#orderTable .count a:visited {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin-left: 2px;
	background-position: 0 0;
}

#orderTable .add {background: transparent url(images/cart_add.png) center center no-repeat;}
#orderTable .remove {background: transparent url(images/cart_del.png) center center no-repeat;}
#orderTable .count a:hover {background-position: 0 -22px;}

#orderPerson {margin-top: 15px;}

#orderPerson h2 {
	padding-top: 15px;
	width: 100%;
}

#orderPerson h2 span {
	font-size: 11px;
	position: relative;
	top: -2px;
	left: 0;
	color:#999;
}

#orderPerson table {
	width:280px;
	margin: auto;
	margin-bottom: 20px;
}

#orderPerson table td {
	padding-top: 5px;
}

#orderPerson table .first {
	width: 95px;
}

#orderPerson table .center {
	text-align: center;
}

#mainContent .error {
	background: transparent url(images/error.png) left top no-repeat;
	font-weight: bold;
	color: #c00;
	margin: 15px 0 15px 0;
	text-decoration: blink;
}

/*-------------------RECIPE---------------------*/

a.recipeBox {
	display: block;
	float: left;
	margin: 20px 75px;
	width: 196px;
	height: 181px;
	font: bold 12px arial, verdana;
	color: #333;
	font-weight: bold;
	position: relative;
	top: 0;
	left: 0;
}

a.recipeBox:hover {
	color: #a6aa9b;
}


a.recipeBox div {
	position: relative;
	top: 159px;
	left: 0;
	width: 196px;
	text-align: center;
}

a.recipeBox img {
	position: absolute;
	top:0;
	left:0;
}



/*-----------------FOOTER--------------*/
#footer {
	width: 1000px;
	margin: auto;
	height: 269px;
	background: transparent url(images/footerBg.png) top center no-repeat;
	text-align: left;
}

#footer .content {
	height: 129px;
	width: 960px;
	margin: auto;
}

#footer .disclaimer {
	width: 926px;
	margin: auto;
	padding: 4px 14px 8px 20px;
	font: 11px arial, verdana;
	color: #777b6d;
	height: 21px;
	line-height: 21px;
	text-align: left;
}
.disclaimer div {float:left;}
#footer .disclaimer a {
	display: block;
	float: right;
	background: transparent url(images/wb.png) right 0 no-repeat;
	padding-right: 23px;
	font-weight: normal;
	color:#777B6D;
}

#footer .disclaimer a:hover {
	background: transparent url(images/wb.png) right -21px no-repeat;
	color:#777b6d;
}

#footer .disclaimer a span {
	display: none;
}

#footerFlash {
	width: 960px;
	height: 140px;
	background: transparent url(images/footerFlash.png) top center no-repeat;
	margin-left: 21px;
}

#footer .menu, #footer .contact {
	float: left;
}

#footer .menu {
	width: 101px;
	padding-right: 15px;
	text-align: right;
	padding-top: 10px;
}

#footer .menu a {
	display: block;
	font: 12px arial, verdana;
	line-height: 22px;	
	color: #fff;
}

#footer .menu a:hover {
	color: #5f6358;
}

#footer .contact {
	background: transparent url(images/contactFooter.png) center left no-repeat;
	padding-left: 50px;
	color: #5f6358;
	font: 12px arial, verdana;
	line-height: 29px;
	text-align: left;
	margin-top: 6px;
}
#footer .contact a,#footer .contact a:active,#footer .contact a:visited {color:#5f6358;}
#footer .contact a:hover {color:white;
}
#footer .contact span {
	display: none;
}

#footer .advert {
	float: right;
	width: 480px;
	height: 129px;
	line-height: 129px;
	padding-left: 10px;
	background: transparent url(images/ad.png) center left no-repeat;	
	padding-right: 27px;
}

#footer .advert img {
	vertical-align: middle;
	border: 1px solid #848979;
}











/*-----------------GALLERY-----------------*/

.gallery_image div {
    display: none;
}
.gallery_image {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 5px 0 5px;
}

#galleryImageContainer {
	background-color: #eee;
	padding: 4px;
	border: solid 1px #bbb;
	z-index: 15000;
}

#galleryLoader {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 37px;
    height: 37px;
    background-image: url("images/loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    z-index: 20;
    display: block;
    border: 1px solid gray;
    filter:alpha (opacity=80);-moz-opacity:.8;opacity:.8;-khtml-opacity: 0.8;
}

#galleryImage {
    padding: 4px;
    background-color: #ddd;
}

#galleryClose {
	content: ".";
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("images/closebox.png");
    cursor: pointer;
    z-index: 15100;
}

#gallerySlideBtn {
	content: ".";
    display: none;
    position: absolute;
    width: 200px;
    height: 28px;
    background-image: url("images/imageSlideStart.png");
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    z-index: 15099;
}

.gallerySlideStop {
	background-image: url("images/imageSlideStop.png") !important;
}

#gallerySlider {
	content: ".";
    display: block;
    position: absolute;
    width: 0px;
    height: 3px;
    background-color: silver;
    z-index: 15098;
    filter:alpha (opacity=80);-moz-opacity:.8;opacity:.8;-khtml-opacity: 0.8;
}

#galleryDesc {
    display: none;
    position: relative;
    color: #555;
    border: solid 0px red;
}

#galleryPrev {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("images/elozo.gif");
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 15090;
    margin-left: 5px;
}

#galleryNext {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("images/kovetkezo.gif");
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 15090;
    margin-left: 5px;
}

#galleryFullImage,.galleryFullImage:active,.galleryFullImage:visited {
	color:#9a9379;
	font-size: 11px;
	font-weight: normal;
	margin: 7px 0 0 0;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 19px;
	background-image: url("images/fullimage.png");
    background-repeat: no-repeat;
    background-position: left center;
    filter:alpha (opacity=80);-moz-opacity:.8;opacity:.8;-khtml-opacity: 0.8;
}
#galleryFullImage:hover {
	color:#b00000;
	text-decoration: none;
}

/*------------------PAGINATION--------------------*/
.pagination {
	height:50px;
	margin:5px 0 0 3px;
	padding-top:10px;
	text-align:center;
}
.pagination table {
	margin:0 left;
	border: solid 0px red;
}
.pagination .aktualis {
	background-color: #9acd21;
	border: solid 1px #769e18;
	color:#232f08;
	display:block;
	float:left;
	height:25px;
	padding:0px 0px 0px 0px;
	text-align: center;
	line-height: 25px;
	width:25px;
	margin: 0 2px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pagination .number, .pagination .number:active, .pagination .number:visited {
	background-color: #fff;
	border:1px solid #ccc;
	color:#333;
	display:block;
	float:left;
	font-weight:normal;
	height:25px;
	padding:0px 0pt 0pt 0px;
	text-align: center;
	line-height: 25px;
	width:25px;
	margin-right: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pagination .number:hover {
	background-color: #d72d29;
	border: solid 1px #a83230;
	color: white;
}
.pagination .ddd {
	display:block;
	float:left;
	height:21px;
	text-align: center;
	line-height: 24px;
	width:21px;
	margin: 0 3px 0 0;
}
#paginationNext {
	float:left;
	line-height:25px;
	margin:0px 0pt 0pt 10px;
	color: #333;
}
#paginationNext:hover {
	color: #d72d29;
}
#paginationNext span {

}
.paginationNextIa {
	display:none;
}
.paginationNextIa span {

}
#paginationPrev {
	float:left;
	line-height:25px;
	margin:0px 10px 0pt 0pt;
	color: #333;
}
#paginationPrev:hover {
	color: #d72d29;
}
#paginationPrev span {
	//display:none;
}
.paginationPrevIa {
	display:none;
}
.paginationPrevIa span {

}



#mainContent div.WBCenteredImage {
	width: 100%;
	text-align: center;
}

#endprice {
	width: 100%;
	text-align: center;
}


.kapcsContainer {float:right; width: 180px;}
.kapcsContainer h3 {font-size: 16px;}
.mapFrame {
	float: left;
	display: block;
	border: solid 3px #eee;
	padding: 2px;
}



/*------------RECIPELISTBOX------------*/
a.recipeListBox,a.recipeListBox:visited,a.recipeListBox:active {
	display: block;
	margin: 15px 0 0 0;
	color: #000;
	width: 330px;
	float: left;
	margin: 15px 10px 0 10px;
}

a.recipeListBox h3 {
	font: bold 16px arial, verdana;
	color: #86b31c;
}
a.recipeListBox:hover h3 {color: #c00;}

a.recipeListBox .date {
	font: bold 11px arial, verdana;
	color: #999;
}

a.recipeListBox .image {
	float: left;
	width: 95px;
}
a.recipeListBox img {
	margin:5px;
}

.WBLink {font-size: 16px;}


.viszonteladoList {margin-top: 15px;}

.viszonteladoList a,.viszonteladoList a:active,.viszonteladoList a:visited {
	display: block;
	width: 145px;
	border-bottom: solid 1px #eee;
	height: 20px;
	margin: 0 15px 10px 15px;
	font-size: 12px;
	float: left;
	color:#333;
}
.viszonteladoList a:hover {color:#c00; border-bottom: solid 1px #999;}


.messageBox {
	background: url(images/messageBox.png) no-repeat 0 17px;
	width: 680px;
	margin: 0 15px 20px 15px;
}
.messageBox2 {	background: url(images/messageBoxEnd.png) no-repeat 0 bottom; padding: 0 10px;}
.messageBox h3 {
	display: block;
}
.messageBox span {
	display: block;
	float: right;
	color:#ddd;
	margin: 10px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}
.messageBox p {
	margin: 15px 0 13px 0;
	float: left;
	width: 460px;
	display: block;
}

.messageBox a,.messageBox a:active,.messageBox a:visited {
	position: absolute;
	margin: 4px 0 0 623px;
}

#mainContent p object {margin-left: -5px;}