body {
font-family: arial, sans-serif;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:0px;
padding:0px;
width:100%;
background-color: white;
/*
background-image: url(img/right.jpg);
background-repeat:no-repeat; 
background-position: 10% 30%
*/
}

img {
border: 0px;
margin-bottom: 5px;
}

#bottles {
margin: 0px;
padding: 0px;
height: 100%;
right: 0px;
top: 0px;
position: absolute;
}

#container {
background-color: #fff;
z-index: 10;
top: 0px;
left: 0px;
width: 51%;
min-width: 550px;
width: expression(document.body.clientWidth < 1024 ? "550px" : "51%" );
text-align:left;
background-image: url(img/left.jpg);
background-repeat: repeat-y;
position: absolute;
height: 800px;
overflow: auto;
}

#bodylist {
top: 300px;
width: 500px;
text-align: center;
list-style: none;
margin: 0px;
padding-left: 30px;
padding-right:0px;
}

#bodylist li{
border-bottom: dotted 1px #333333 ; 
padding-top: 2px;
padding-bottom: 2px;
}

#bodylist li a{
color: #003399;
font-size: 20px;
text-decoration: none;
margin-bottom: 0px;
padding-right: 17px;
background-image: url(img/plus.gif);
background-repeat: no-repeat;
background-position: right 35% ;
}

#bodylist li * a{
color: #003399;
font-size: 15px;
text-decoration: underline;
margin-bottom: 0px;
padding-right: 0px;
background-image: none;
}

#bodylist li a.selected {
background-image: url(img/x.gif);
}

#bodylist p{
color: #0099cc ;
}

.blog{
font-size: 13px;
}

#bodylist p.description2 {
color: #00CC77;
}

#bodylist p.description3 {
color: #33CCCC;
}
.folder p{
font-size: px;
}

.subnav {
font-size: 16px;
line-height:1.5; 
color: #003399;
text-decoration: underline;
}

.subfolder p{
font-size: 15px;
margin-top: 5px;
margin-bottom: 0px;
}

.relation {
text-decoration: underline;
font-style: italic;
color: #003399;
}

.field {
margin-left: 50px;
margin-top: 8px;
margin-bottom: 8px;
text-align: left;	
}

textarea {
margin-top: -27px;
margin-left: 150px;
display: block;	
}

input {
margin-top: -27px;
margin-left: 150px;
display: block;	
}


