﻿/* --- GENERAL --- */
.right { text-align: right; }

.center { text-align: center; }

.clear { clear: both; height: 1%; }

.line { border-bottom: solid 1px #f0f0f0; height: 1%; }

.border { border: solid 4px #d8dbe0; margin: 5px; }

/* --- SHOWCASE --- */
#showcase {
    background-color: #fff;
    text-align: center;
    width: 250px;
    height: 210px;
    overflow: hidden;
    margin: 10px 13px;
    border: solid 3px #d8dbe0; 
}

    #showcase img { 
    }
    
    #showcase img.ribbon { 
        position: absolute;
        margin: 140px 0 0 180px;
        border: none; 
    }

.product { 
    display: inline;
    float: left;
    margin: 5px 6px;
    padding: 5px;
    border: solid 3px #d8dbe0; 
    background-color: #fff;
    width: 140px;
    height: 125px;
    overflow: hidden;
    font-size: 0.8em;
}

    div.product div.productLink { 
        position: absolute;
    }

        div.product div.productLink em { 
            position: absolute; 
            margin-left: -1000px;
        }

    div.product div.productImage { 
        text-align: center;
    }

    div.product em { color: #c49b22; font-style: normal; }

/* --- PRODUCTS --- */
#content ul.listProducts { margin: 0; }
    
#content ul.listProducts li { 
    list-style-type: none;
    display: block;
    width: 150px;
    padding: 0px;
    margin: 4px;
	float: left;
}

    ul.listProducts li div {
        background-color: #f7f8fa;
        padding: 10px;
    }   
         
    ul.listProducts li div:hover { 
        background-color: #dfe1e5;
    }

    ul.listProducts li img { 
        margin: 0 10px 0 0; 
        vertical-align: middle; 
        border: solid 10px #fff;
    }

/* --- PAGING --- */    
.paging {
    float: right;
    height: 30px;
    text-align: center; 
    margin-right: 10px;
}
    
    .paging div {
        display: inline;
        float: left;
        color: #fff;
        margin: 0 2px;
        padding: 0px;
        height: 18px; 
        background-color: #3c5c7c;
    }

    .paging a {
        display: block;
        padding: 0 6px 2px 6px;
        color: #fff;
    }
    
    .paging a:hover { 
        background-color: #c49b22;
        color: #fff;
    }

    .paging div.selected {
        padding: 0 6px 0px 6px;
        background-color: #c49b22; 
        font-weight: bold;
        font-style: normal; 
    }

/* --- 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;
    width: 407px; 
	padding: 0px 3px;
	height: 22px;
}

form .button { 
    background-color: #f0f0f0; 
    border: solid 1px #e8e8e8; 
    clear: both;
}

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;
}    