html {
	margin: 0;
	height: 100%
}

body {
	width: 804px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	font: 12px arial;
	color: #4F5559;
	background: url(images/bg.gif)
}

form {
	display: block;
	margin: 0
}

a {
	text-decoration: none;
	color: #1A6881;
}

a:hover {
	text-decoration: underline
}

img {
	border: none;
	margin: 0px;
}

hr {
	margin: 30px 0;
	width: 400px;
}


ul {
	list-style : none
}

li {
	line-height: 15px;
}




/*======================== CONTROLS ========================*/

.buttonsmall {
	color:#FFFFFF;
	font:11px Arial;
	background-color:#805d40;
	border:#000 1px solid;
	font-weight: 700;
	height:18px;
	width:40px;
}

.button {
	color:#FFFFFF;
	background-color:#805d40;
	border:#000 1px solid;
	font-size: 11px;
	font-weight: 700;
	width:60px;
	height:18px;
}

.textbox {
	border:#805d40 1px solid;
	color: #004D99;
	background-color:#FFFFFF;
	height: 18px;
	width: 200px;
	font-size: 10px;
	padding:0 2px;

}

.textboxsmall {
	border:#805d40 1px solid;
	color: #004D99;
	background-color:#FFFFFF;
	height: 18px;
	width: 100px;
	font-size: 10px;
	padding:0 2px;

}


.textarea{
	color: #1a6881;
	border:#805d40 1px solid;
	background-color:#FFFFFF;
	height:100px;
	width:200px;
	font:11px arial;
	padding:0 2px;
}

#back {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;

}

#back a {
	font: 700 12px arial;
}

.title {
	font-family: georgia;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.title_2 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}


.select {
	border:#805d40 1px solid;
	color: #004D99;
	background-color:#FFFFFF;
	font-size: 10px;
	height: 18px;

}

.radio {
	margin-bottom: 10px;
}
.errortext {
	font-weight: normal;
	color:#FF3300;
}

.validtext {
	font-weight: normal;
	color:#24B300;
}

.asterisk {
	line-height: 16px;
	vertical-align: middle;
	padding-left: 2px;
}

.bullet {
	line-height: 21px;
	vertical-align: middle;
	padding: 0 10px 3px 5px;
}

.exclamation  {
	line-height: 16px;
	vertical-align: middle;
	padding-left: 2px;
}

.subject {
	width: 175px;
	font-weight: 700;
	white-space: nowrap;
}
/*=======================*/


#table {
	height: 100%;
	width: 100%;
	border: 0px;
	background: url(images/body.gif)
}

#container {
	vertical-align: top;
	background: url(images/top.gif) no-repeat;
}

#left {
	margin-top:230px;
	padding-left: 50px;
	width: 100px;
	float: left;
}

#left p {
	margin-bottom: 1px;
}
#left .title {
	font-weight: 300;
	font-size:1.8em;
	font-family: arial;
	color: #805D40;
}

#left hr {
	color: #805D40;

}

#content {
	font-family: georgia;
	font-size: 15px;
	line-height: 20px;
	margin-right: 20px;
	margin-top: 230px;
	float: right;
	width: 440px;
}

#content .title {
	margin-bottom: 40px;
}

#bottom {
	height: 10px;
	background: url(images/bottom.gif) 0 100%  no-repeat;
	vertical-align: bottom;
}


.blocklist li {
	list-style: square;
	margin:20px 0;
}

/*=======================*/

#newsbox {
	width: 200px;
	font-family: verdana;
}

#newsbox ul {
	margin: 0;
	padding: 0;
}

#newsbox .subject {
	display: block;
	margin: 25px 0 5px 0  ;
	font-weight: bold;
	font-size: 12px;
}

#newsbox .news {
	font-size: 11px;
	display: block;
}

#newsbox .newsdate {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}

#newsbox a {
	font-size: 11px;
	text-decoration: none;
}

#newsbox a:hover {
	text-decoration: underline;
}

/*=======================*/

#linkmenu {
	margin-top: 15px;
	font-size:1.1em;
	font-family:  Geneva, Arial, Helvetica;
	text-decoration: none;
}

#linkmenu ul {
	color: #4F5559;
	margin: 0;
	padding: 0;
}

#linkmenu table td {
	white-space: nowrap;
	margin: 0;
	padding:5px 0;
}

#linkmenu ul li {
	margin:20px 0;
	white-space: nowrap;
}


#linkmenu a {
	text-decoration: none;
	color: #1a6881;
}

#linkmenu a:hover {
	color: #f26a21;
}

#linkmenu .div_message {
	white-space: nowrap;
}

/*=======================*/

#adminmenu {
	font-size:1.1em;
	font-family:  Geneva, Arial, Helvetica;
	text-decoration: none;
}

#adminmenu ul {
	color: #4F5559;
	margin: 0;
	padding: 0;
}

#adminmenu table td {
	white-space: nowrap;
	margin: 0;
}

#adminmenu ul li {
	margin:20px 0;
	white-space: nowrap;
}


#adminmenu a {
	text-decoration: none;
	color: #1a6881;
}

#adminmenu a:hover {
	color: #f26a21;
}

#adminmenu .div_message {
	white-space: nowrap;
}

/*=======================*/
#search {
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
}

#search #submit_search {
	height: 18px;
	margin: auto 0;
	vertical-align: middle;
}

#search #searchtext {
	height: 18px;
	margin: auto 0;
	vertical-align: middle;
}

/*=======================*/

#menu {
	position: absolute;
	background: url(images/menu_bg.gif);
	width: 780px;
	top: 150px;
	left: 11px;
	height: 53px;
	line-height: 40px;
	vertical-align: middle;
}

#menu a {
	margin-left: 60px;
}
.m_img {
	margin-top: 20px;
}

.m_img_o {
	margin: 20px 0 0 60px;
}

/*=======================*/
#admintable {
	width: 450px;
	margin-bottom: 50px;
}

#admintable td {
	padding:15px 0;
}
#admintable #editorborder {
	border: #805d40 1px solid;
}

/*=======================*/

#test {
	top: 100px;
}

#logo {
	position: absolute;
	left: 35px;
	top: 50px;
}

#disabled {
	font: 700 12px arial;
	position: absolute;
	background-color: #FFF;
	border:#805d40 1px solid;
	padding: 5px;
	color:#FF3300;
	left: 500px;
	top: 220px;
}


#address ul {
	line-height: 15px;
	margin: 0;
	padding: 0;
}

#address ul li {
	line-height: 20px;
	vertical-align: middle;

}


#route {
	margin-bottom: 20px;
}

#route img {
	border:1px solid;
	margin: 10px;
}




.line {
	float: left;
	padding: 40px 0;
}

#assortmentcomplete {
	margin-top: 20px;
	float: left;
}


#tooltip {
	color: #805d40;
	border:#805d40 2px solid;
	background: #f7f4eb;
	padding: 5px;

}

#flashbox {
	border:#AB9C73 1px solid;
	position: absolute;
	left: 282px;
	top: 13px;
	width: 500px;
	height: 136px;
}

#preview {
	padding: 10px;
	text-align: right;
}

#antiharvest {
	line-height: 15px;
	vertical-align: bottom;
}

.newsfooter {
	margin-top: 5px;
	text-align: right;
	font-size: 11px;
	font-weight: 700;
}

.explanation {
	font-size: 11px;
	font-weight: 700;
}

.thumb {
	border:#805d40 1px solid;
	padding: 2px;
}

/*=======================*/

#browse td {
	white-space: nowrap;
}

#legenda {
	font-size: 10px;
	font-weight: 700;
	line-height: 10px;
	margin-top: 10px;
	vertical-align: middle;
}

.header {
	border-bottom: 1px solid;
}

.header a {
	font-weight: 700;
}

#browsenavigation {
	border-top:1px solid;
	margin: 10px 0 20px 0;
	font-size: 12px;
	font-weight: 700;
}

#browse_header{
	padding-bottom: 15px;
	border-bottom:1px solid;
	vertical-align: middle;
}

#legenda img {
	vertical-align: middle;
}

/*=======================*/

#footerlinks {
	margin: 50px 0 10px 40px;
}

#footerlinks a {
	color: #616a74;
	text-decoration: none;
}

#footerlinks a:hover {
	color: #bc2222;
}

/*=======================*/

.articlebox {
	width: 175px;
	height: 175px;
	border:#805d40 1px solid;
	margin: 10px;
	background-color: #EDE7D0;

}

.articletitle {
	margin: 5px 0 0 8px;
	font-weight: 700;
	font-size: 0.8em;

}

.articlepic {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 112px;
	width: 150px;
	margin:5px 10px;
	border:#DFD2B4 2px solid;
	cursor: pointer;
}

.articlepic img {
	border:#805d40 1px solid;
	padding: 2px;
	vertical-align: middle;
}


.articleprice {
	text-align: right;
	font-weight: 700;
	margin-right: 10px;

}




/*=======================*/

#detailbox {
	margin: 20px;
}
#detailtitle {
	font-weight: 700;
	font-size: 24px;
	margin-top: 30px;
}

#detailprice {
	text-align: right;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
}
#detailpic {
	text-align: center
}

#detailpic img {
	border:#805d40 1px solid;
	padding: 2px;
}

#detaildescription {
	padding-top: 12px;
}

#detailshoppingbag {
	margin-top: 25px;
	line-height: 30px;
	vertical-align: middle;
}

#detailshoppingbag .textbox {
	margin-right: 10px;
	vertical-align: middle;
	width: 40px;
	text-align: right;	
}


/*=======================*/

.tree td {
	white-space: nowrap;
	padding: 3px;
	font-family: georgia;
}

/*=======================*/

#divPopup {
	border:#805d40 3px solid;
}

#divClose {
	background-color: #f7f4eb;
	color:#FF3300;
	padding: 2px;
}

#popuplink {
	font-weight: 700;
	color:#805d40;
}

/*=======================*/

#shoppingtable {
	width: 100%;
}

#shoppingtable td {
	white-space: nowrap;
	padding: 5px 0px ;
	margin: 0px;
}


/*=======================*/

.frontimagebox {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	height: 100px;
	width: 150px;
	border:#805d40 1px solid;
	margin: 0 30px 30px 20px;
	cursor: pointer;
}

.frontimagebox img {

	padding: 2px;
	margin: 20px 35px;
	text-align: center;
}

.frontimagebox a {
	vertical-align: middle;
}


#registertable td {

	padding: 5px 0;

}
