/* 
 * styles.css
 *
 * The /css/styles.css file contains localized CSS styles that are used for all browsers.
 */

#SidebarSecondary #liquid-round {
    width:355px;
    margin:14px 0px 16px 0px;
    background:#fff url(images/leftside.gif) repeat-y left top;
}
#SidebarSecondary #liquid-round .top {
    width:100%;
    height:20px;
    background:url(images/top.gif) no-repeat left top;
}
#SidebarSecondary #liquid-round .top span {
    display:block;
    position:relative;
    height:20px;
    background:url(images/top-right.gif) no-repeat right top;
}
#SidebarSecondary #liquid-round .center-content {
    position:relative;
    background:url(images/rightside.gif) repeat-y right top;
    padding:1px 20px 1px 25px;
    margin:-1px 0 -50px 0;
    height:210px;
}
#SidebarSecondary #liquid-round .bottom {
    width:100%;
    height:60px;
    background:url(images/bottom.gif) no-repeat left bottom;
}
#SidebarSecondary #liquid-round .bottom span {
    display:block;
    position:relative;
    height:60px;
    background:url(images/bottom-right.gif) no-repeat right top;
}
#SidebarSecondary #liquid-round p {margin:0 0 1em 0}