/*********************************
    NORMAL ELEMENS
*********************************/
html, body{
    margin: 0;
    font-family: Verdana, sans-serif;
    color: black;
    background-color: #F5F5F5;
}
h1, h2, h3{
    color: #66776E;
    font-weight: normal;
    }
h1{
    font-size: 22px;
    }
h2{
    font-size: 18px;
    }
h3{
    font-size: 16px;
    }
a{
    color: #99A1A8;
    text-decoration: none;
    }
a:hover{
    color: black;
    text-decoration: underline;
    }
dl{
    overflow: hidden;
    }
dt{
    float: left;
    width: 120px;
    font: bold 11px Verdana, sans-serif;
    margin-bottom: 5px;
    }
img{
    margin: 5px;
    border: none;
    }

pre{
    padding: 5px;
    border: 1px solid #444;
    background-color: #F5F5F5;
    }
/*********************************
    CLASSES
*********************************/
.hidden{
    display: none;
    }
    
.required:after {
	color: #f00;
	content: ' *';
	}
	
.small{
    font-size: 9px;
    }

ul.errors {
    list-style: none;
    }
    
ul.errors li{
    color: red;
    }
    
.error {
    margin-bottom: 20px;
    padding: 7px 7px;
    width: 500px;
    border: 1px solid red; 
    color: #4A4D4A;
    background-color: #FFCCCC; 
    }

.warning {
    margin-bottom: 20px;
    padding: 7px 7px;
    width: 500px;
    border: 1px solid #FFF7B5; 
    color: #4A4D4A;
    background-color: #FFFFD6; 
    }

.success {
    margin-bottom: 20px;
    padding: 7px 7px;
    width: 500px;
    border: 1px solid lime; 
    color: #4A4D4A;
    background-color: #B3FFB3; 
}

/* FORMS */
dl.zend_form .description {
	padding: 0;
	font-size: 9px;
	margin-left: 80px;
	}

/*********************************
    SPECIFIED ELEMENTS
*********************************/
#container{
    margin: 0 auto 0 auto;
    padding: 10px;
    width: 800px;
    overflow: hidden;
    border: 1px solid #66776E;
    border-top: 0;
    background-color: white;
}

/* TITLE */
#title{
    margin: 0;
    text-align: right;
    font-size: 32px;
    }
#title a{
    color: #66776E;
    text-decoration: none;
    border: 0;
    }
#title img{
    border: 0;
    vertical-align: top;
}

/* LEFT BAR */
#left{
    width: 200px;
    margin-right: 20px;
    float:left;
    }
#navigator{
    height: 200px;
    width: 200px;
    margin: 0 0 10px 0 !important;
    background-image: url('/img/nav.background.jpg');
    background-repeat: no-repeat;
    border: 1px solid #66776E;
    }
#navigator .white{
    display: block;
    height: 62px;
    width: 62px;
    margin: 1px;
    padding: 0;
    float: left;
    background-color: white;
    -moz-opacity:0.3;
    -khtml-opacity:0.3;
    opacity:0.3;
    filter:alpha(opacity=30);
    }
#navigator .white:hover{
    -moz-opacity:0.7;
    -khtml-opacity:0.7;
    opacity:0.7;
    filter:alpha(opacity=70);
    }
    
#navigator .active{
	-moz-opacity:0.7;
    -khtml-opacity:0.7;
    opacity:0.7;
    filter:alpha(opacity=70);
	}
	
#navigator .top{
    margin-top:5px;
    }
#navigator .left{
    margin-left:5px;
    }
* html #navigator .left{
    padding-left: 0;
    margin-left: 2px;
    }
#navigator a{
    font: normal 12px Verdana,sans-serif;
    text-decoration: none;
    color: #999;
    text-align: center;
    vertical-align: middle;
    line-height: 62px;
    }
#navigator a:hover{
    color: black;
    }

#left div{
    margin-left: 30px;
    }

.language-controls{
    font: 10px Verdana, sans-serif;
    margin: -10px 0 10px 0;
    padding: 0;
    float: left;
    }

.language-controls a{
	margin-right: 10px;
	}

.user-controls{
    font: 10px Verdana, sans-serif;
    margin: -10px 0 10px 0;
    padding: 0;
    float: right;
    text-align: right;
    }

#submenu {
	clear: both;
	}

#submenu ul{
    padding: 0;
    list-style: square inside url('/img/block.png');
    }

#submenu li{
    font-size: 12px;
    }

.shortlist div{
    margin: 0 !important;
    }
    
.shortlist h3{
    display: inline;
    text-align: left;
    color: #444;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    }

.shortlist h3 img{
	vertical-align: middle;
	}
    
.shortlist p{
	color: #444 !important;
	margin: 0 0 5px 10px;
	font-size: 12px;
	}

.shortlist ul{
    list-style: none;
    padding: 0;
    margin-top: 10px;
    }

.shortlist li{
    font-size: 10px;
    color: #666;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2px;
    padding-bottom: 2px;
    }

.shortlist li a{
    color: #666;
    text-decoration: none;
    }

.shortlist li a:hover{
    color: #ccc;
    }

.shortlist.gallery img{
    display: block;
    margin: 2px;
    border: 0;
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    opacity:0.5;
    filter:alpha(opacity=50);
    }

.shortlist.gallery a:hover img{
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
}

.shortlist.gallery li{
    margin-bottom: 10px;
    border: none;
}

* html #gallery-shortlist ul{
    margin: 0;
}
* html #gallery-shortlist li{
    margin: 0;
}

/* CONTENT */
#breadcrumbs {
	color: #99A1A8;
	font-size: 10px;
	margin-top: 10px;
	margin-left: 225px;
	}
	
#breadcrumbs a{
	border-bottom: 1px dotted;
	}

#content{
    margin-left: 225px;
    margin-top: 10px;
    min-height: 660px;
    font: 12px Verdana, sans-serif;
}
* html #content{
    height: 730px;
}
#footer{
	clear: both;
    margin-bottom: 0;
    font-size: 9px;
    text-align: right;
}
#footer a{
    text-decoration: underline;
}