div.guestbook-picture
{
width: 60px;
height: 50px;
background: url(img_frontend_guestbook/guestbook.gif) no-repeat top left;
}

div.guestbook-description
{
width: 495px;  
}

div.entries-filter
{
text-align: right;
}

div.entries-filter ul
{
float: right;
padding-left: 0;
list-style: none;
font-size: 11px;
}

div.entries-filter li
{
float: left;  
padding: 0 7px 0 12px;
background: url(img_frontend_guestbook/bullet.png) no-repeat center left;
}

div.entries-filter li.first
{
background: none;
padding-left: 0;
}

div.entries-filter a
{
line-height: 1.4;
padding: 0 3px;
white-space: pre;
}

div.entries-filter a.current
{
color: #77AD00;
font-weight: bold;
}

div.entries-filter a.current:hover
{
color: #BEFC35;
}

div.comment h2
{
font-size: 13px;
}

div.comment span.small
{
font-size: 11px;
color: #6C6C6C;
}

div.comment blockquote
{
padding: 5px 0;
margin: 0px;
}

div.comment blockquote span
{
padding: 2px 4px 0 4px;
line-height: 1.4;
color: #FFFFFF;
}

div.comment blockquote span.open
{
background: url(img_frontend_guestbook/q_white_left.png) no-repeat bottom right;
padding: 0 0 0 16px; 
}

div.comment blockquote span.close
{
background: url(img_frontend_guestbook/q_white_right.png) no-repeat bottom right;
padding: 0 0 0 16px; 
}

div.odd blockquote span
{
color: #AFAFAF;
}

div.odd blockquote span.open
{
background: url(img_frontend_guestbook/q_dark_left.png) no-repeat bottom right;
padding: 0 0 0 16px; 
}

div.odd blockquote span.close
{
background: url(img_frontend_guestbook/q_dark_right.png) no-repeat bottom right;
padding: 0 0 0 16px; 
}

div.top-margin
{
margin-top: 35px;
}

div.comment textarea
{
width: 100%;
height: 100px;
}

div.comment div.submit-button
{
text-align: center;
padding-top: 10px;
}

div.comments-pager
{
float: left;
width: 555px;
padding-top: 15px;
text-align: center;
font-size: 14px;
}

div.comments-pager u
{
font-size: 14px;
text-decoration: none;
}

div.comments-pager a
{
font-size: 14px;
font-weight: bold;
color: #77AD00;
}

div.comments-pager a:hover
{
color: #BEFC35;
}

