/*
Theme Name: Unideal.de Default
Theme URI: http://www.unideal.de/
Description: The default Unideal.de theme
Version: 1.0
Author: Unideal.de
Author URI: http://www.unideal.de/
Tags: unideal
Text Domain: unideal
*/

* {
    margin: 0;
    padding: 0;
}
body {
    padding: 30px 10px;
    text-align: center;
    font: 90% Arial;
    background: #2A2A2A top url(images/layout/bg.jpg) no-repeat;
}
img {
    border: none;
}
ol, ul, li {
    list-style: none;
}
input, textarea, select {
    font: 1em Arial;
}
a:link {
    color: #A01212;
    text-decoration: none;
}
a:visited {
    color: #A01212;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #A01212;
    text-decoration: none;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Basic layout }}
 * -----------------------------------------------------------------------------
*/

#frame {
    position: relative;
    width: 970px;
    margin: 0 auto;
    text-align: left;
}
#frame.bnrTop {
    padding-top: 90px;
}

#pageTop {
    height: 10px;
    font-size: 1px;
    background: url(images/layout/page-top-bg.gif) no-repeat;
}

#page {

}

#pageBottom {
    height: 180px;
    background: url(images/layout/footer-bg.gif) no-repeat;
}
#pageBottom.wide {
    background: url(images/layout/footer-wide-bg.gif) no-repeat;
}

#outerHeader {
    background: url(images/layout/page-bg-wide.gif) repeat-y;
}

#header {
    height: 65px;
    margin: 0 10px;
    background: url(images/layout/header-bg.png) no-repeat;
}
#header h1 {
    float: left;
    width: 210px;
}




#nav {
    height: 45px;
    margin: 0 10px;
    background: left url(images/layout/nav-bg.png) no-repeat;
}
#nav li {
    height: 45px;
    float: left;
    display: inline;
    position: relative;
}
#nav li a {
    float: left;
}

#nav li ul {
    position: absolute;
    top: 45px;
    z-index: 10000;
}
#nav li li {
    height: 38px !important;
    border: 1px solid #000;
    border-top: none;
}
#nav li li ul {
    position: absolute;
    left: 200px;
    top: 0;
}
#nav li li li {
    border: 1px solid #000;
    border-top: none;
    background: #666;
}
#nav li li li a {
    width: 198px;
    height: auto;
    padding: 10px 20px;
    color: #fff;
    font: bold 1em "Courier New", Courier;
    display: block;
    background: #666;
}

#navSub {
    height: 40px;
    margin: 0 10px;
    background: left url(images/layout/nav-sub-bg.png) no-repeat;
}
#navSub li {
    height: 40px;
    float: left;
    display: inline;
    position: relative;
}
#navSub li a {
    float: left;
}

#navSub li ul {
    position: absolute;
    top: 39px;
    z-index: 10000;
    display: none;
    border: 1px solid #000;
    border-top: none;
}
#navSub li li {
    width: 170px;
    height: 30px !important;
    border-top: none;
}
#navSub li li a {
    width: 150px;
    padding: 0 10px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    font-size: .9em;
    display: block;
    background: #515151;

}

.sf-sub-indicator {
    display: none;
}



#headerDivider {
    clear: both;
    height: 20px;
    background: url(images/layout/frame-top-bg.gif) no-repeat;
}
#headerDivider.wide {
    background: url(images/layout/frame-top-wide-bg.gif) no-repeat;
}

#bodyframe,
.bodyframe {
    height: 100%;
    background: url(images/layout/page-bg.gif) repeat-y;
}
#bodyframe.wide,
.bodyframe.wide {
    background: url(images/layout/page-bg-wide.gif) repeat-y;
}

#content {
    float: left;
    width: 650px;
    height: 100%;
    margin: 0 0 10px 0;
    display: inline;
}
#content.wide {
    width: 970px;
}

#sidebar {
    float: left;
    width: 320px;
}
#sidebarInner {
    margin-left: 5px;
}
.sidebarDivider {
    clear: both;
    height: 20px;
    background: url(images/layout/sidebar-divider.gif) no-repeat;
}

#footer {
    margin: 0 10px;
    padding: 30px 15px 10px;
}
#footer p {
    font-size: .8em;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Posts }}
 * -----------------------------------------------------------------------------
*/
.post, .page, .hentry {
    clear: both;
    margin: 10px 20px 10px 20px;
    background: #fff/* url(images/layout/post-bg.gif) no-repeat*/;
}
.postDivider {
    height: 20px;
    background: bottom url(images/layout/post-divider.gif) no-repeat;
}
.post p, .page p, .hentry p {
    margin-top: 10px;
    line-height: 150%;
}
.post ul, .page ul, .hentry ul {
    margin: 10px 20px;
    line-height: 150%;
}
.post ul li, .page ul li, .hentry ul li {
    list-style: circle;
}
.post ol, .page ol, .hentry ol {
    margin: 10px 20px;
    line-height: 150%;
}
.post ol li, .page ol li, .hentry ol li {
    list-style: decimal;
}
.post blockquote {
    margin: 10px 10px;
    padding: 0 20px;
    line-height: 150%;
    color: #666;
    font-style: italic;
    border-left: 3px solid #ccc;
}

.postMeta {
    color: #2D2D2D;
    letter-spacing: 1px;
    text-transform: uppercase;
    font: .85em "Courier New", Courier;
}
.postMetaDate {
    padding: 2px 0 2px 20px;
    background: left url(images_j/calendar.png) no-repeat;
}
.postMetaAuthor {
    padding: 2px 0 2px 20px;
    background: left url(images_j/user-man.png) no-repeat;
}
.postMetaComments {
    padding: 2px 0 2px 20px;
    background: left url(images_j/comment.png) no-repeat;
}
.postMetaEdit {
    padding: 2px 0 2px 20px;
    background: left url(images_j/notepad.png) no-repeat;
}
.postMetaTags {
    padding: 2px 0 2px 20px;
    background: left url(images_j/tag.png) no-repeat;
}
.postFacebookButton {
    margin-top: 10px;
    vertical-align: top;
}

.postTitle {
    /*letter-spacing: -2px;*/
    /*font: bold 2em "Courier New", Courier;*/
    font: bold 1.8em Arial;
}
.postTitle a {
    color: #2D2D2D;
    text-decoration: none;
}
.postTitle.small {
    font-size: 1.3em;
}
.postTitle.small a {

}
.postTitle.float {
    float: left;
}

.fileMeta {
    float: right;
    font-size: .85em;
    text-align: right;
}

.postHeader {
    float: left;
    width: 535px;
    display: inline;
    margin: 0 10px 10px 0;
}
.authorImage {
    float: left;
    width: 55px;
    padding-left: 10px;
}
.authorImage img {
    border: 2px solid #ccc;
}

.navigation {
    clear: both;
    margin: 10px 15px 20px;
}
/**
 * -----------------------------------------------------------------------------
 * {{ Post comments }}
 * -----------------------------------------------------------------------------
*/
.commentlist {
    margin: 10px 10px 0 10px !important;
}
.commentlist li {
    clear: both;
    min-height: 70px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none !important;
    border-bottom: 3px solid #eee;
}
.commentlist li .comment-body {
    position: relative;
    padding: 0 120px 10px 0;
    background: url(images/layout/comment-bg.gif) repeat-y;
}
.commentlist li .reply {
    clear: both;
}
.commentlist li p {
    margin-top: 10px;
    padding: 0 10px;
    line-height: 150%;
}
.comment-author {
    position: absolute;
    top: 10px;
    right: 0;
    width: 100px;
    padding: 5px;
    text-align: center;
}
.comment-author .avatar {
    vertical-align: middle;
}
.comment-author .says {
    display: none;
}
.comment-author cite {
    display: block;
}
.comment-meta {
    padding: 3px 10px;
    font: .8em "Courier New";
    color: #666;
    text-transform: uppercase;
}
.comment-meta a {
    color: #666;
}

#respond {
    clear: both;
}
#commentform {

}
#author, #email, #url {
    width: 200px;
    padding: 2px;
    border: 1px solid #666;
}
#comment {
    width: 600px;
    padding: 2px;
    border: 1px solid #666;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Archives }}
 * -----------------------------------------------------------------------------
*/
.archiveList {
    line-height: 150%;
}
.archiveList li {
    float:left;
    margin: 2px;
    display: inline;
    border-bottom: 1px solid #ccc;
}
.archiveList li a {
    float: left;
    width: 130px;
    padding: 3px 2px;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Footer }}
 * -----------------------------------------------------------------------------
*/
.footerList {
    float: left;
    width: 290px;
    display: inline;
    font-size: .8em;
    line-height: 150%;
}
.footerList li {
    padding: 3px 2px;
    border-bottom: 1px solid #ccc;
}
.footerList li:last-child {
    border: none;
}
.footerList li.user {
    padding-right: 20px;
    background: right url(images_j/user-man.png) no-repeat;
}
.footerList.margin {
    margin-left: 20px;
}


/**
 * -----------------------------------------------------------------------------
 * {{ Login }}
 * -----------------------------------------------------------------------------
*/
#loginForm {
    float: right;
    width: 400px;
    text-align: right;
    padding: 20px 10px 0 0;
    color: #fff;
    text-transform: uppercase;
    font: bold .85em "Courier New", Courier;
}
#loginForm img,
#loginForm input {
    vertical-align: middle;
}
.loginFormElementText {
    width: 100px;
    padding: 3px;
    border: 1px solid #000;
}
.loginFormElementText.username {
    background: left #fff url(images/layout/login-input-username-bg.gif) no-repeat;
}
.loginFormElementText.password {
    background: left #fff url(images/layout/login-input-password-bg.gif) no-repeat;
}
.loginFormElementText.active {
    background: #fff;
}
#loginSlide {
    float: left;
    width: 240px;
    margin-top: 3px;
    display: none;
}
#loginButtons {
    float: right;
    width: 160px;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Sidebar }}
 * -----------------------------------------------------------------------------
*/
.sidebarBoxTop {
    height: 10px;
    font-size: 1px;
    background: url(images/layout/sidebar-box-top-bg.gif) no-repeat;
}
.sidebarBox {
    padding: 5px 20px;
    font-size: .85em;
    line-height: 150%;
    background: url(images/layout/sidebar-box-bg.gif) repeat-y;
}
.sidebarBox p {

}
.sidebarBoxBottom {
    height: 10px;
    font-size: 1px;
    background: url(images/layout/sidebar-box-bottom-bg.gif) no-repeat;
}

.sidebarBoxTitle {
    margin-bottom: 5px;
    font-size: 1.5em;
    font-weight: bold;
}
.sidebarBoxLastPosts li {
    padding: 3px 2px;
    border-bottom: 1px solid #ccc;
}
.sidebarBoxMorePosts {
    padding: 3px 2px;
    font-weight: bold;
}

.sidebarBoxPostContent {

}

/**
 * -----------------------------------------------------------------------------
 * {{ Searchform }}
 * -----------------------------------------------------------------------------
*/
#searchform {

}
#searchform input {
    vertical-align: middle;
}
#searchform #s {
    width: 200px;
    padding: 3px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#searchform #s:focus {
    border: 1px solid #333;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Saving }}
 * -----------------------------------------------------------------------------
*/
#savingBox {
    height: 220px;
    position: relative;
    margin: 0 10px;
    background: url(images_j/ersparnis-bg-neu.gif) no-repeat;
}
#savingBox.small {
    height: 50px;
    position: relative;
    margin: 0 10px;
    background: url(images_j/ersparnis-bg-small.gif) no-repeat;
}
#savingBox .normalPrice {
    position: absolute;
    top: 40px;
    right: 40px;
    letter-spacing: -2px;
    text-align: right;
    font: bold 1.4em "Courier New", Courier;
}
#savingBox .newPrice {
    position: absolute;
    top: 75px;
    right: 40px;
    letter-spacing: -2px;
    text-align: right;
    font: bold 1.4em "Courier New", Courier;
}
#savingBox .savingPrice {
    position: absolute;
    top: 114px;
    right: 40px;
    color: #DA4040;
    letter-spacing: -2px;
    text-align: right;
    font: bold 1.4em "Courier New", Courier;
}
#savingBox .availability {
    position: absolute;
    top: 152px;
    right: 30px;
    letter-spacing: -2px;
    text-align: right;
    font: bold 1.4em "Courier New", Courier;
}
#savingBox .rating {
    position: absolute;
    top: 182px;
    right: 25px;
}
#savingBox.small .rating {
    position: absolute;
    top: 10px;
    right: 20px;
}
/**
 * -----------------------------------------------------------------------------
 * {{ Images }}
 * -----------------------------------------------------------------------------
*/
.wp-caption {

}
.wp-caption.alignleft {
    margin: 10px 10px 10px 0;
}
.wp-caption.alignright {
    margin: 10px 0 10px 10px;
}
.wp-caption-text {
    margin: 5px 0 0 0 !important;
    text-align: center;
    font: bold .85em "Courier New", Courier;
}

.thumbnailIndex {
    float: right;
    width: 250px;
    height: 250px;
    position: relative;
    display: block;
    margin: 10px 0 10px 10px;
    background: #333;
}
.thumbnailIndex .thumbnailFrame {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/layout/thumbnail-frame.png) no-repeat;
}
.thumbnailIndex img {
    
}

/**
 * -----------------------------------------------------------------------------
 * {{ Flash objects }}
 * -----------------------------------------------------------------------------
*/
.post object,
.page object {
    float: right;
    margin: 10px 0 10px 10px;;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Contact form }}
 * -----------------------------------------------------------------------------
*/
.contactFormElementText {
    width: 290px;
    padding: 3px;
    border: 1px solid #999;
}
.contactFormElementTextarea {
    width: 600px;
    padding: 3px;
    border: 1px solid #999;
}
.contactFormElementText:focus,
.contactFormElementTextarea:focus {
    border: 1px solid #333;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Post table layout }}
 * -----------------------------------------------------------------------------
*/
.dataTable {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}
.dataTable th,
.dataTable td {
    padding: 5px;
    background: #eee;
    border: 1px solid #ccc;
}
.dataTable.small {
    width: auto;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Advisor content }}
 * -----------------------------------------------------------------------------
*/
.tableAdvisorContainer {
    margin-top: 10px;
    padding-top: 40px;
    position: relative;
}
.bankAccountRecommendation {
    width: 90px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 235px;
    z-index: 10;
    background: url(images_j/Icon-EmpfehlungKopie.png) no-repeat;
}
.bankAccountRecommendation2 {
    width: 90px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 325px;
    z-index: 10;
    background: url(images_j/Icon-Zins-TippKopie.png) no-repeat;
}
.bankAccountRecommendation3 {
    width: 90px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 425px;
    z-index: 10;
    background: url(images_j/Icon-Zins-TippKopie.png) no-repeat;
}
.tableAdvisor {
    margin: 10px 0 0 0;
    font-size: .85em;
    border-collapse: collapse;
}
.tableAdvisor th {
    padding: 7px 5px;
    vertical-align: top;
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tableAdvisor td {
    padding: 7px 5px;
    font-size: .9em;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tableAdvisor td.center {
    text-align: center;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Breadcrumb navigation }}
 * -----------------------------------------------------------------------------
*/
.breadcrumbs {
    margin: 5px 15px 0;
    font: .85em "Courier New", Courier;
}

.productTable {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}
.productTable tr.alt td {
    background: #eee;
}
.productTable th {
    padding: 10px;
    background: #ddd;
    border: 1px solid #ccc;
}
.productTable td {
    padding: 10px;
    font-size: .85em;
    vertical-align: top;
    border: 1px solid #ccc;
}
.productTable .productName {
    text-align: center;
    font-weight: bold;
}
.productTable .productPro li {
    list-style: url(images/layout/pro.gif);
}
.productTable .productCon {

}
.productTable .productCon li {
    list-style: url(images/layout/contra.gif);
}
.productTable .productPrice {
    margin-top: 5px;
    font: bold 1.5em "Courier New", Courier;
}

.innerTable {
    border-collapse: collapse;
}
.innerTable th {
    padding: 5px 2px;
    background: none;
    font-size: .85em;
    vertical-align: top;
    border: none;
    border-bottom: 1px dotted #ccc;
}
.innerTable td {
    padding: 5px 2px;
    border: none;
    font-size: .85em;
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Basic classes }}
 * -----------------------------------------------------------------------------
*/
.clear {
    clear: both;
}
.hide {
    display: none;
}
.alignleft {
    float: left;
}
img.alignleft {
    margin: 10px 10px 10px 0;
}
.alignright {
    float: right;
}
img.alignright {
    margin: 10px 0 10px 10px;
}
.aligncenter {
    text-align: center;
}

.teaserIndex {
    font: bold 1em Arial;
}
.teaserIndex p {
    padding: 5px;
    background: #eee;
    border-bottom: 1px solid #ccc;
}
.teaserTitle {
    color: #A01212;
    font-size: 1.3em;
}

.tagCloud {
    padding-bottom: 10px;
    line-height: 200% !important;
}

.index img {

}

.readMore {
    font-weight: bold;
}

/*
 * Some special button
*/
/*
a.angebot {
    width: 303px;
    height: 40px;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    background: url(images_j/Angebot02.png) no-repeat;
}
*/
.related_post_title {
    font: bold 1.2em "Courier New", Courier;
}

.unidealDesTages {
    float: left;
    width: 140px;
    height: 140px;
}

/**
 * -----------------------------------------------------------------------------
 * {{ Newsletter }}
 * -----------------------------------------------------------------------------
*/
#sidebarFormNewsletter {
}
#sidebarFormNewsletter input {
    vertical-align: middle;
}
#sidebarNewsletterEmail {
    width: 180px;
    padding: 3px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: left #fff url(images/layout/newsletter-input-email-bg.gif) no-repeat;
}
#sidebarNewsletterEmail.active {
    background: #fff;
}
#sidebarFormNewsletter #s:focus {
    border: 1px solid #333;
}

#newsletterEmail {
    width: 300px;
    padding: 5px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#newsletterEmail:focus {
    border: 1px solid #333;
}

.newsletterMessage {
    clear: both;
    padding: 10px;
    background: #eee;
    border: 1px solid #666;
}

.allmaxxCashback {
    position: relative;
    width: 110px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background: url(images/n/allmaxxcashback.png) no-repeat;
}
.allmaxxCashback span {
    position: absolute;
    bottom: 5px;
    right: 0;
}




#prospekteDisplayLarge {
    position: relative;
    height: 250px;
}
.textContainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #000;
    opacity: .8;
    -moz-opacity: .8;
    color: #fff;
}
.textContainer .textContainerTitle {
    letter-spacing: -2px;
    font: bold 1.5em "Courier New";
}
.textContainer .textContainerTitle a {
    color: #fff;
    text-decoration: none;
}

.teaserHeader {
    margin: 10px 0 0 0;
    padding: 0;
    font: bold 1.5em "Courier New";
}

.teaserSmall {
    float: left;
    width: 190px;
    margin-top: 10px;
}
.teaserSmall.margin {
    margin-left: 20px;
}
.teaserSmallTitle {
    margin-top: 10px;
}

.teaserDefault {
    float: left;
    width: 295px;
    margin-top: 10px;
}
.teaserDefault.margin {
    margin-left: 20px;
}
.teaserDefaultTitle {
    margin-top: 10px;
}


.unidealerContainerLarge {
    clear: both;
    margin-top: 10px;
    background: #eee;

}
.unidealerContainerLarge .unidealerPic {
    float: left;
    margin: 0 10px 0 0;
}
.unidealerContainerLarge .unidealerPic {
    
}
.unidealerContainerLarge .unidealerName {
    padding: 10px;
    font: bold 1.3em "Courier New";
}
.unidealerContainerLarge .unidealerText {
    padding: 10px;
}

.unidealerTitleMore {
    padding-top: 10px;
    font: bold 1.3em "Courier New";
    border-bottom: 1px solid #ccc;
}

.unidealerContainerSmall {
    float: left;
    width: 180px;
    display: inline;
    margin-top: 10px;
    text-align: center;
    background: #eee;
}
.unidealerContainerSmall.margin {
    margin-left: 32px;
}
.unidealerContainerSmall .unidealerName {
    padding: 5px;
    font: bold 1.1em "Courier New";
}





.extraDeals {
    margin: 10px 0 0 0;
    border-collapse: collapse;
}
.extraDeals td {
    padding: 5px 10px;
}
.extraDeals td.divider {
    border-bottom: 1px solid #ccc;
}
.extraDeals .cat {
    font-size: .85em;
    font-weight: bold;
    text-transform: uppercase;
}




.liveshoppingProductContainer {
    float:left;
    width: 195px;
    display: inline;
    margin-top: 10px;
    -moz-box-shadow: 0 0 7px 0 #666;
}
.liveshoppingProductContainer.margin {
    margin-left: 10px;
}
.liveshoppingProductContainerInner {
    height: 180px;
    position: relative;
}
.liveshoppingProductLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    border: 1px solid #999;
}
.liveshoppingProductLink:hover {
        border: 1px solid #000;
}
.liveshoppingProductShopLogo {
    position: absolute;
    top: 70px;
    right: 10px;
    text-align: right;
}
.liveshoppingProductShopLogo img {
    max-width: 60px;
}
.liveshoppingProductTitle {
    padding: 5px 10px;
    font: bold 1em Arial;
    letter-spacing: -1px;
    background: #eee;
}
.liveshoppingProductTitle a {
    color: #000;
}
.liveshoppingProductImage {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.liveshoppingProductImage img {
    max-width: 120px;
}
.liveshoppingProductDesc {

}
.liveshoppingProductPrice {
    position: absolute;
    right: 0px;
    bottom: 10px;
    padding: 3px 5px;
    text-align: right;
    letter-spacing: -1px;
    font: bold 2em Arial;
    background: #fff;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 3px 0 #666;
}
.liveshoppingProductPrice a {

}
.liveshoppingProductShipping {
    color: #666;
    display: block;
    font-size: 9px;
    text-align: right;
    letter-spacing: -1px;
}
.liveshoppingProductSoldOut {

}

/**
 * -----------------------------------------------------------------------------
 * {{ Vouchers}}
 * -----------------------------------------------------------------------------
*/
.featuredVoucher {
    margin-top: 10px;
    padding: 10px 0 10px 0;
    text-align: center;
    border: 1px dashed #999;
}
.featuredVoucher img {
    margin: 0 auto;
}
.voucherContainer {
    float: left;
    width: 295px;
    margin-top: 10px;
    background: top url(images/layout/brush-medium-bg.gif) no-repeat;
}
.voucherContainer.margin {
    margin-left: 20px;
}
.voucherCategory {
    font: bold 1em "Courier New";
    letter-spacing: 1px;
}
.voucherImage {
    float: right;
    margin: 0 0 10px 10px;
}
.voucherTitle {
    font: bold 1.3em Arial;
}
.voucherDescription {
    line-height: 150%;
}
.voucherLink {
    font-weight: bold;
}

.voucherCategories {

}
.voucherCategories li {
    padding: 3px 5px;
    font-weight: bold;
    border-bottom: 1px dotted #999;
}
.voucherCategories li a {

}
.voucherCategories li.active a {
    background: #333;
    color: #fff;
}

/**
 * Wallpaper ads
 */
#displayBnrTop {
    position: absolute;
    top: 0;
    /*width: 1130px;*/
    width: 970px;
    height: 90px;
    z-index: 1;
    text-align: right;
}
#displayBnrRight {
    position: absolute;
    top: 90px;
    right: -160px;
    width: 160px;
    height: 600px;
    z-index: 1;
}



.clearfix:after {
    /* FF, O, etc. */
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
                        display: block;
}

* html .clearfix {
    height: 1%; /* IE5-6 */
}
