﻿/* --- GENERAL --- */
.right { text-align: right; }
.lefty { float: left; }

.center { text-align: center; }

.clear { clear: both; height: 1%; }

.line { border-bottom: solid 1px #f0f0f0; height: 1%; }

.caps { text-transform: uppercase; }

.image { border: solid 3px #5c5c5c; margin: 10px 5px; }

.brackets { text-align: center; }

.homevisual { 
    display: inline;
    margin:  0; 
}

.shopvisual { 
    margin:  -19px 0px 0 -20px; 
}

/* --- ITEMS --- */
.items { 
    border: solid 1px #000;
    float: left;
    margin-bottom: 20px;
    border: solid 1px #e8e8e8;
    padding: 10px;
    width: 540px;
}

.item { 
    float: left;
    padding: 10px;
    border: solid 1px #fff;
    width: 540px;
} 

    div.items:hover { background-color: #f0f0f0; }

    div.comment { width: 510px; }
   
    div.items .itemcontent { }
    
    div.items .itemdate, div.item .itemdate { font-size: 0.9em; }

    div.items p, div.item p { margin: 10px 0; }

    div.items .itempicture, div.item .itempicture {  
        border: solid 1px #f0f0f0;
        float: right;
        margin: 10px; 
    } 
    
/* --- PAGING --- */    
#paging {
    text-align: center; }
    
    #paging a, #paging em {
        margin: 0 2px;
        padding: 2px 4px;
        border: solid 1px #e8e8e8; }
    
    #paging a:hover {
        background-color: #f0f0f0; }

    #paging em {
        background-color: #f0f0f0;
        font-weight: bold;
        font-style: normal; }

/* --- PRODUCTS --- */    
table.products {
}

    table.products td { 
    }

        table.products td p { 
            margin: 0 0 8px 0;
        }
    
    table.products tr.coffeeofthemonth td { 
        background-image: url('../images/common/bg-coffeethemonth.gif');
        background-repeat: repeat-y;
        background-position: 0 0;
    }

    table.products .coffeemachines td {
        font-size: 0.9em;
        border: none; }
        
    table.products td { padding: 4px; border-bottom: solid 3px #f2f2f2; }

/* --- REWARDS --- */    
.reward {
    width: 200px;
    height: 280px;
    margin: 5px; 
    padding: 9px;
    display: inline;
    float: left;
    border: solid 1px #e6e5e2;
    text-align: center; }

.rewardwide { 
    width: 432px; }
    
/* --- TABEL --- */
dl.table-display {
	margin: 0;}

    dl.table-display a {
	    font-weight: normal;}

    .table-display dt {
	    width: 60px;
	    float: left;
	    margin: 0;}

    .table-display dd {
	    float: left;
	    margin: 0;}

    /* commented backslash hack for mac-ie5 \*/
    dt { clear: both; }
    /* end hack */    

/* --- FORM --- */
form { 
    width: 450px; 
}

form div { 
    margin: 5px 0 0 0; 
}

form input, form textarea {
	font-family: Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif;
	border: 1px solid #e8e8e8;
}

form input[type=text], form textarea, form select {
	width: 400px;
	background: #fff;
}

form textarea {
  	height: 100px;
}

form select { 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana; 
	font-size: 0.8em;
	padding: 0px 3px;
	height: 22px;
}

form .button { 
    background-color: #f0f0f0; 
    border: solid 1px #e8e8e8; 
    clear: both;
    font-size: 11px;
}

form .login { border: none; }

form img.captcha {
	background-image: url('../img/common/human_check.gif');
	background-repeat: no-repeat;
	width: 80px;
	height: 28px;
}

form input.captcha {
    display: inline;
    width: 40px;
	margin: 0 0 4px 5px;
    padding: 4px 5px 6px 5px;
}

form div.small {
	float: left; 
	width: 204px !important; 
}

form input.small {
	width: 195px; 
}

form input.date {
	width: 105px; 
}

form div.smaller {
	float: left; 
	width: 104px; 
}

form input.smaller {
	width: 95px; 
}

form div.smallest {
	float: left;
	width: 45px; 
}

form div.wider {
	float: left; 
	width: 304px; 
}

form input.wider {
	width: 295px; 
}
    
/* --- VALIDATION ---*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #3b99d2 !important;
}

input.validation-passed, textarea.validation-passed {
}

.validation-advice {
	background-image: url('../img/icons/error.png');
	background-repeat: no-repeat;
	font-size: 9pt;
	padding-left: 20px;
	color: #3b99d2;
	margin-bottom: 10px;
}

.custom-advice {
	color: #3b99d2;
}    