﻿/* --- GENERAL --- */
.right { text-align: right; }
.center { text-align: center; }
.clear { clear: both; height: 1%; }
.line { border-bottom: solid 1px #f0f0f0; height: 1%; }

/* --- 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; }

/* --- TABLE --- */
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; 
    border:0px red solid;
    float:right;
    margin-top:10px;
}

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;
}    

/* ---  GALLERY --- */

.galleryintro {
    min-height: 160px;
    display: block;
    padding: 20px;
    margin-bottom:10px;   
    }

#content .galleryintro p {
}

#content .gallerypic {
    float: right;
    width: 300px;
    height: 170px;
}

#content div.polaroid {

	float: right;
	position: absolute;
	display: block;
	padding:5px;
}

#content div.ingallery {
	position: relative;
	float: left; 
	margin: 0 10px 10px 0;
	height: 130px;			
}

	#content div.ingallery > div.title {
		margin: -24px 0 0 4px;
	}

#content div.product {
	float: left;
	padding: 10px;
	width: 751px;
}

	#content div.product > div.image {
		float: left; 
		width: 150px;
		margin-top: 10px;
	}
	
	#content div.product > div.description {
		float: left; 
		width: 600px;
	}

#content .inpolaroid {
    background-position: center center;
    background-repeat: no-repeat;
    padding:5px 5px 5px 5px;
    background-color:#ffffff;
    border: 1px #cccccc solid;    
}

#content span.underpolaroid {
	color: #3c4439;
	font-size: 12px;
	position: absolute; 
	margin-top: 89px;
	width: 125px;
	font-family: comic sans ms;	
}

#content span.underpolaroid a {
	color: #000;
	text-decoration: none;
}

#content span.underpolaroid img {
	float: right;	
}

#content span.ingallery {
	margin: -20px 0px 0px 10px;
}
