.edit-selection {
    background-color: #EEE;
}

.family-profile {
    width: 300px;
    min-height: 100px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}

.bordered-image,
.family-profile img {
    float: left;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #ede3c9;
}

.bordered-image {
    margin-left: 20px;
    margin-right: 20px;
}

.family-profile h2 {
    font-size: 15px;
    color: #BF6800;
    margin-top:3px;
    margin-bottom:5px;
}

.family-profile p {
    font-size: 13px;
    color: gray;
    padding-bottom:5px;
}

body {
    font-family: sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #222;
    height: 100%;
}

html>.body {
    background-color: #2d2d2d;
    min-width: 1055px;
}

h1 {
    background-image: url(page_h1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding:25px;
    padding-left: 90px;
    margin:  0px;
    font-size: 28px;
    color: #e59e30;
}

#background {
    background-image: url(bg.jpg);
    background-repeat: repeat-x;
    background-position: 50% 0;
    height: 100%;
}

#container {
    width: 1055px;
    margin:0 auto;
    position: relative;
}

#container .logo {
    position: absolute;
    top: 5px;
    left: -20px;
    z-index: 800;
    border: 0px;
}

#advert {
    border: 1px solid black;
    width: 500px;
    height: 100px;
    top: 30px;
    right: 30px;
    position: absolute;
    z-index: 800;
    overflow: hidden;
}
#advert img {
    border: 0px;
}

#page {
    position: relative;
    padding: 5px;
    padding-top: 160px;
    padding-left: 50px;
    
}

#main {
    background-color: white;
    padding-top: 0px;
}

#main .evo-module-block {
    vertical-align: top;
    display: inline-block;
    padding: 20px;
    width: 645px;
    /* IE7 fix  for inline block*/
    zoom:1;
    *display: inline;
}

.nosidebar .evo-module-block {
    width: auto !important;
    display: block !important;
}

#main #sidebar {
    vertical-align: top;
    display: inline-block;
    width: 310px;
    /* IE7 fix  for inline block*/
    zoom:1;
    *display: inline;
}

.box {
    background-image: url(box_top.gif);
    background-repeat: no-repeat;
    margin-left: -5px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 15px;
    background-color: #e59e30;
}

.box h2 {
    color: white;
    padding: 5px;
    background-image: url(box_fish.gif);
    background-position: 270px 3px;
    background-repeat: no-repeat;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}

.fill {
    color: gray;
    padding: 5px;
    background-image: url(box_inner_top.gif);
    background-repeat: no-repeat;
    background-color: #DDD;
}

.footer {
    color: white;
    background-image: url(box_footer_top.gif);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #8C8C8C;
    padding-top: 5px;
}

.footer p {
    display: block;
    padding: 5px;
    background-image: url(box_footer.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #8C8C8C;
    text-align: right;
    
}

#sitemap {
    background-image: url(sitemapbg.png);
    background-repeat: repeat-x;
    margin-top: 100px;
    background-color: #040404;
    position: relative;
    min-height: 100px;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 80px;
}

#sitemap .sitemap-heading {
    position: absolute;
    top: -38px;
    left: 20px;
}

#sitemap h2 {
    color: #BF6800;
}

#sitemap a{
    color: #DF8800;
    text-decoration: none;
}

#sitemap p {
    padding: 6px;
}

#footer {
    background-color: #9c5f00;
    padding: 10px;
    text-align: center;
    color: white;
}

.evo-module-menu .main-menu {
    text-align: left;
    background-image: url(menu-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 27px;
    padding-left: 180px;
}

.evo-module-menu .main-menu li {
    background-image: url(tab-left.png);
    background-position: left;
    background-repeat: no-repeat;
    vertical-align: bottom;
    padding-left: 7px;
    padding-right: 4px;
    margin-top: 4px;

    height: 23px;
    display: inline-block;
    /* IE7 fix  for inline block*/
    zoom:1;
    *display: inline;
    
}

.evo-module-menu .main-menu li a {
    display: block;
    height: 100%;

    background-image: url(tab-right.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 7px;

    line-height: 23px;
    font-size: 15px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.evo-module-menu .main-menu li a:hover {
    color: #FEE;
}

.evo-module-menu .main-menu .selected-item {
    background-image: url(tab-left-a.png);
}

.evo-module-menu .main-menu .selected-item a {
    background-image: url(tab-right-a.png);
}

#page>.evo-module-block{
    background-color: #8c8c8c;
    padding-left: 170px;
}

#page>.evo-module-block .evo-module-menu {
    text-align: right;
}

#page>.evo-module-block .evo-module-menu .selected-item {
    background-color: gray;
}

#page>.evo-module-block .evo-module-menu li {
    display: inline-block;

    /* IE7 fix  for inline block*/
    zoom:1;
    *display: inline;

}
#page>.evo-module-block .evo-module-menu li:hover {}

#page>.evo-module-block .evo-module-menu li a{
    display: block;
    background-image: url(fish_off.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 10px;
    padding-top: 13px;
    padding-left: 40px;
    height: 20px;

    font-size: 14px;
    color: #EDEDED;
    font-variant: small-caps;
    text-decoration: none;
    font-weight: bold;
}

#page>.evo-module-block .evo-module-menu li a:hover {
    background-color: silver;
    background-image: url(fish_on.gif);
}

.evo-module-eventcategory .evo-module-upcomingevents {
    margin-top: 30px;
    margin-bottom: 30px;
}

.evo-module-event .date {
    position: absolute;
    right: 0px;
    top: 30px;
}

.evo-module-event .time {
    position: absolute;
    right: 0px;
    top: 50px;
}

.evo-module-event {
    margin-bottom: 10px;
}

.evo-module-event h1 {
    margin-bottom: 70px;
}

.evo-module-event .evo-module-product {
    position: absolute;
    right: 0px;
    top: 60px;
    background: #EEE;
    padding: 5px;
}

.evo-module-upcomingevents h2 {
    display: none;
}

.evo-module-upcomingevents .event {
    border-bottom: 1px silver dashed;
}
.evo-module-upcomingevents .event:last-child {
    border-bottom: 1px solid transparent;
}
.evo-module-upcomingevents .event:hover{
    background-color: #DFDFDF;
}
#main #sidebar .evo-module-upcomingevents .event:hover{
    background-color: #CDCDCD;
}

.evo-module-upcomingevents a {
    display: block;
    padding: 10px;
    color: #DF8800;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
}

.evo-module-upcomingevents .event a {
    display: table-cell;
    vertical-align: middle;
    min-height: 60px;
}

.evo-module-upcomingevents .event a img {
    float: left;
    margin-right: 10px;
}
.evo-module-upcomingevents .event a .date {
    color: gray;
    font-variant: small-caps;
    font-size: 11px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}
.evo-module-upcomingevents .event a .text{
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width:100%;
}
#main #sidebar .evo-module-upcomingevents .event a .text {
    padding-top:30px;
    display:inline;
}
.evo-module-upcomingevents .event a .description{
    color: #999;
    font-weight: normal;
    font-size: 11px;
}
.evo-module-upcomingevents .event a img {
    max-width: 60px;
    max-height: 60px;
    border: none;
    vertical-align: middle;
    padding: 2px;
}
.evo-module-upcomingevents .add {
    background-color: #EEE;
    font-size: 12px;
    margin-top: 10px;
}
.evo-module-upcomingevents .add img {
    vertical-align: middle;
    padding: 8px;
}

#main #sidebar .evo-module-login .logout a{
    background-image: url(padlock.png);
    background-position: 5px 2px;
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 20px;
    color:#BF6800;
    margin-left:5px;
}

#main #sidebar .evo-module-widget {
    padding: 13px;
}

#main #sidebar form {
    text-align:right;
    display:block;
    font-size:12px;
    max-width: 100%;
    padding: 2px;
}
#main #sidebar form input[type=text],
#main #sidebar form input[type=password] {
    width:120px;
}

#main #sidebar .evo-module-checkout {
    font-size: 11px;
}

#main #sidebar .evo-module-checkout td {
    padding: 3px;
}
#main #sidebar a.checkout-link {
    display: block;
    text-align: right;
    padding: 5px;
    color: #DF8800;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}
#main #sidebar .evo-module-checkout .checkout-button,
#main #sidebar .evo-module-checkout .quantity,
#main #sidebar .evo-module-checkout .details,
#main #sidebar .evo-module-checkout thead {
    display: none;
}


.evo-module-checkout .register {
    width: 300px;
}


.evo-module-product .product-view-default .description,
.evo-module-product .product-view-default .image {
    display: none;
}

.evo-module-product .product-view-default .name {
    display: inline;
    font-size: 15px;
    padding: 8px;
}

.evo-module-product .product-view-default .financial {
    position: static;
}
.evo-module-product .product-view-default .price {
    padding: 3px;
    font-weight: bold;
}

.evo-module-registration h2 {
    display:none;
}


.evo-module-product {
    margin-top: 30px;
    text-align: right;
}

.evo-module-product h1 {
    background-image: none;
}

.jokeoftheweek {
    position: absolute;
    top: 13px;
    left: 220px;
    width: 300px;
}

.jokeoftheweek {
    background-image: url(top.png);
    background-color: transparent;
}

.jokeoftheweek .footer {
    background-color: gray;
    background-image: none;
}

.jokeoftheweek h2 {
    background-image: none;
}

