/*
 * Betapress stylesheet Glamour
 * Choong Wei Tjeng (choong@genj.nl)
 * G+J Uitgevers, 20081022
 */

@import "standard.css";

body {
    background-color: #fff;
    margin: 0 auto;
    /* choong */
    width: 425px;
}

table.OneColumNewProductlistTable {
    margin: 0;
}

table.HeaderTitle {
    display: none;
}

td.oneColumnNewWithPriceRow {
    border-top: 3px dotted #9d9d9d;
    padding: 8px;
}

table.oneColumnNewWithPrice {
    margin: 0;
    padding: 0;
    background: transparent;
}

td.oneColumnNewWithPrice {
}

div.oneColumnNewWithPrice {
    background: transparent;
}

td.productListPicture img {
    border: 1px solid #9d9d9d;
}

td.ProductTitle {
    font-size: 1.0em;
    color: #707070;
    font-family: "trebuchet ms", "helvetica", sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    padding-bottom: 15px;
}

td.ProductPrice {
    padding: 0;
    margin: 0;
}

span.ProductPrice {
}

div.descriptionShort {
    background: transparent;
}

span.descriptionShort {
    font-family: "trebuchet ms", helvetica, sans-serif;
    font-size: 1.0em;
}

div.readMore {
    background: transparent;
    padding: 0;
    margin: 0;
}

a.moreInfo {
    padding-left: 10px;
    font-family: "trebuchet ms", helvetica, sans-serif;
    font-size: 1.0em;
    color: #9d9d9d;
}

a.moreInfo:hover {
    text-decoration: underline;
}

div.ButtonBar {
    background: transparent;
    padding: 0;
}

input.Button {
    margin: 0;
    padding: 0;
    background-image: url(../Images/glamour_button.gif);
    width: 60px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border: 0;
}

div.pagerIndex {
    border-top: 3px solid #9d9d9d;
    background: transparent;
    padding: 15px 10px 30px;
    margin: 0;
    font-family: "trebuchet ms", helvetica, sans-serif;
    clear: both;
}

div.pagerIndex a {
    text-decoration: none;
    color: #b91676;
}

div.pagerIndex a:hover {
    text-decoration: underline;
}

div.clearfix {
    width: 150px;
    background: transparent;
    float: right;
}

div.resultInfo {
    display: none;
}

div.pagerPages {
    background: transparent;
    width: 250px;
    text-align: left;
    float: left;
}

div.pagerPrevNext {
    clear: both;
    background: transparent;
    width: 140px;
    text-align: right;
}

td.TableFooterStyle {
    display: none;
}


/* Bestelformulier */
form {
    margin: 20px 10px 0;
    font-family: "trebuchet ms", helvetica, sans-serif;
}

table.Table {
    font-size: 1.0em;
}

td.TableHeaderStyle {
    font-family: "trebuchet ms", helvetica, sans-serif;
    border-bottom: 3px solid #9d9d9d;
    font-size: 1.3em;
    font-weight: bold;
}

form input.Button {
    margin: 15px 0 30px;
    padding: 0;
    background-image: url(../Images/glamour_button.gif);
    width: 150px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border: 0;
}

form table.HeaderInformation {
    display: table-cell;
    padding-bottom: 20px;
    font-size: 1.1em;
}

div.errorStack {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

/* Tijdelijke hack omdat betapress een roze kleurtje hardcoded erin had staan.. */
td.Prompt font {
    color: red;
}


/* Product details pagina */
form div {
    background: transparent;
}

/* tijdelijk omdat ik geen onderscheid kan maken tussen forms.. */
form div.ButtonBar {
    float: right;
}

a.linkBack {
    float: right;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #951a27;
    margin-top: 20px;
    margin-right: 20px;
}

a.linkBack:hover {
    text-decoration: underline;
}


/* Klachtenformulier */
div.complaintTextarea textarea {
    width: 425px;
}
