/**
 * styles for artifiche.ch
 * @author hada.ch
 * @copyright hada.ch
 * @version 1.0
  * created 2009-01-07
  * last modified 2009-04-16
 */

html { }

body {
    padding:0px;
    margin:0px;
    background-color:#ffffff;
    font-family: 'Frutiger Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
    color:#003968;
    font-weight:normal;
    text-align:center;
}

h3 {
    font-size:14px;
    font-weight:bold;
    margin:0px;
    padding:0px 0px 5px 0px;
}

h4 {
    font-size:11px;
    font-weight:bold;
    margin:0px;
    padding:0px 0px 5px 0px;
}

p {
    padding:0px;
    margin:0px 0px 10px 0px;
}

table {
    padding:0px;
}

td {
    vertical-align:top;
    padding:0px;
}

ul {
    margin-top:0px;
    margin-bottom:0px;
}

.italic{
    font-style:italic;
}

div.spacer{
    line-height:1px;
    font-size:1px;
    clear:both;
}

div#body_top{
}

div#center{
    width:900px;
    height:100%;
    margin:0px auto 0px auto;
    background-color:#e8e8e8;
    padding:0px 25px 0px 25px;
    border-right:1px #cccccc solid;
    border-left:1px #cccccc solid;
    text-align:left;
}

div#center_bg{
    float:left;
}

div#wrap {
    padding:0px;
    float:left;
    border:0px;
}

div#header{
    margin:15px 0px 8px 0px;
    width:100%;
    float:left;
}

div#header_left{
    float:left;
    display:inline;
}

div#header_right{
    padding-top:0px;
    text-align:right;
}

div#language_menu{
    display:inline;
    float:right;
}

div#site_title{
    font-size:18px;
    display:inline;
    text-transform:uppercase;
}

div#main_menu{
    margin-top:70px;
    vertical-align:bottom;
    float:right;
}

div.menu{
    font-size:11px;
    text-transform:uppercase;
    text-align:right;
}

div.menu a,
div.menu a:visited{
    color:#003968;
    text-decoration:none;
}

div.menu a:hover{
    color:#cc0000;
}

div.menu ul{
    padding:0px;
    margin:0px -7px 0px 0px;
    list-style-type:none;
    float:left; 
}

div.menu li{
    line-height:110%;
    display:inline-block;
    padding:0px 7px 0px 7px;
    border-left:1px #003968 solid;
    float:left;
}

div.menu li:first-child{
    border-left:0px;
}

li.active a,
li.active a:visited {
    color:#587D9D;
}

div.menu a:hover{
    color:#cc0000 !important;
}

div.menu li.active .li_left{
    width:9px;
}

div.menu li.active .li_mid{
    padding:0px 0px 0px 0px;
    /*border:1px green solid;*/
}

div.menu li.active a{
    color:#CC0000;
}

div#midarea{
    width:100%;
    min-height:400px;
    margin-top:5px;
    background-color:#ffffff;
    float:left;
    border-top:0px;
}

div#midarea_content{
    margin:0px 0px 0px 0px;
}

div#midarea_content a,
div#midarea_content a:visited{
    color:#0000ff;
    text-decoration:none;
}

div#midarea_content a:hover{
    color:#808080;
}

div#titlebar{
    width:200px;
    background-color:#9999cc;
    vertical-align:middle;
}

span#title{
    margin:auto 0px auto 0px;
    padding:2px 0px 2px 52px;
    font-size:18px;
    letter-spacing:0.05em;
    line-height:22px;
    color:#ffffff;
}

span.title1{
    font-size:1.2em;
}

div#midarea img{
    border:1px #999999 solid;
}

div#midarea_content{
    width:100%;
    min-height:450px;
    background-image:url('../upload/img/bg_mainarea.gif');
    background-repeat:repeat-y;
    float:left;
}

div#colleft{
    width:220px;
    margin-right:10px;
    float:left;
}

div#colmid{
    width:440px;
    margin-right:10px;
    float:left;
}

div#colright{
    width:220px;
    margin:0px 0px 0px 0px;
    line-height:18px;
    float:right;
}

div#colright ul{
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 20px;
    border:1px #999999 solid;
    list-style-type:none;
}

div#colright li{
    padding-left:25px;
    margin:0px 0px 0px 15px;
    line-height:18px;
}

div#minheight{
    height:380px;
    min-height:380px;
    width:1px;
}

div.titlebar{
    padding:2px;
    color:#cccccc;
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;
    letter-spacing:0.05em;
}

div.titlebar_blue{
    padding:2px;
    background-color:#003968;
    color:#cccccc;
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;
    letter-spacing:0.05em;
}

div.titlebar_blue p{
    margin:0px auto 0px auto;
}

div#colleft .titlebar{
    background-color:black; 
}

div#colmid .titlebar{
    background-color:#cc0000;
}

div#colright .titlebar{
    background-color:black; 
}

.titlebar h1{
    margin:0px !important;
    padding:0px !important;
    font-size:12px !important;
    text-transform:uppercase !important;
}

div.text{
    padding:10px 14px 10px 14px;
}

div.text,
div.text_center{
    color:#333333;
    line-height:140%;
}

div#colmid div.text{
    padding:10px 25px 10px 25px;    
}

div.text img,
div.text_center img{
    margin:3px 0px 5px 0px;
}

div.text_center img{
    padding:2px;
}

div.text a,
div.text_center a{
    color:#000066 !important;
}

div.text a:hover,
div.text_center a:hover{
    color:#cc0000 !important;
}

div.text_center{
    width:350px;
    margin:0px auto 0px auto;
    padding:10px 25px 10px 25px;   
}

div.text_center .leftalign{
    /* margin:5px 14px 5px 14px;*/
    text-align:left;
}

div.text img.left {
    float: left;
    margin-right: 10px;
}

div.list img{
    padding:2px;
}

div.poster_wrap{
    width:168px;
    text-align:center;
    float:left;
}

div#details table{
    width:100%;
}

div#details td{
    border-bottom:1px #cccccc dotted;
    padding:5px 0px 5px 0px;
}

div.spaced{
    border-top:1px #cccccc dotted;    
    padding:5px 0px 5px 0px;
}

div.spaced_first{
    padding-bottom:5px;
}

div#menu_collection{
    margin-top:20px;
}

div#listnav{
    margin-bottom:10px;
}

td.label{
    width:100px;
}

div.list img{
    border:0px;
    float:left;
    display:inline;
}

div.list div.itemdetails{
    margin:5px 0px 5px 150px;
}

div.item{
    width:100%;
    border-bottom:1px #cccccc dotted;
    padding:5px 0px 5px 0px;
}


div.clearfix{
    clear:both;
}

div#newoffers{
    padding:5px 12px 5px 12px;
}

div#newoffers a{
    color:#cc0000 !important;
    font-weight:bold;
    text-decoration:none;
}

div#newoffers a:hover{
    color:#003968 !important;
}

div#search {
    width:218px;
    /*background-color:#ddddff;*/
    background-color:#cccccc;
    margin:0px;
    padding:0px 0px 10px 0px;
    border-right:1px #cccccc solid;
    border-left:1px #cccccc solid;
}

div#search a,
div#search a:visited{
    color:#000066;
}

div#search_menu{
    padding:2px 0px 0px 0px;
    background-color:#eeeeee;
}

div#search_menu span.option,
div#search_menu span.help{
    margin-right:2px;
    line-height:140%;
    padding:0px 10px 0px 10px;
    background-color:#eeeeff;
    border:1px #cccccc solid;
    border-bottom:0px #cccccc solid;
}

div#search_menu span.help{
    background-color:#eeeeee;
    border:1px #eeeeee solid;
}

div#search_menu a span:hover{
    color:#cc0000;
}

div#search_menu a span.option:hover{
    background-color:#cccccc;
}

div#search_menu a.active span{
    background-color:#cccccc;
    color:#cc0000;
}

div#search_menu a.active{
    background-color:#ddddff;
    color:#cc0000;
}

div#search_menu a.inactive{
    background-color:#dddddd;
    color:#000066;
}

div#search_browse p{
    clear:both;
    margin:2px 0px 2px 0px;
}

div#search_browse p a:hover{
    text-decoration:none;
}

div#search_browse span{
    margin:0px 0px 0px 5px;
}

div#search_browse ul{
    margin:0px 0px 5px 0px;
    padding:0px;
    border:0px;
}

div#search_browse li{
    padding:0px 0px 0px 3px;
    font-size:0.9em;
    line-height:120%;
}

div#search_browse li.sub{
    padding-left:20px;
    font-size:0.9em;
    line-height:120%;
}

div#search_browse img {
    border:0px;
    float:left;
}

div#search_browse input.button {
    margin:0px;
}

div#search_advanced option.sub{
    padding-left:10px;
}

#expand1a, #expand2a, #expand3a, #expand4a, #expand5a, #expand6a, #expand7a, #expand8a{
    vertical-align:middle;
    border:0px;
}

#expand1b, #expand2b, #expand3b, #expand4b, #expand5b, #expand6b, #expand7b, #expand8b{
    vertical-align:middle;
    border:0px;
    display:none;
}

.scrollList{
height:100px;
width:100%;
overflow:scroll;
overflow-x:hidden;
}


div#footer{
    width:100%;
    height:20px;
    margin:5px 0px 0px auto;
    text-align:right;
    float:right;
}

div#footer_menu{
    padding:2px 0px 0px 0px;
    font-size:10px;
    text-transform:uppercase;
}

div#footer a,
div#footer a:visited{
    text-decoration:none;
}

span.footer a{
    text-decoration:none;
}

span.footer a:visited{
    text-decoration:none;
}

div#copyright{
    color:#666666;
    float:left;
}

div#copyright a,
div#copyright a:visited{
    color:#666666;
}

div#copyright a:hover{
    color:#cc0000;
}

form {
    margin:0px;
    padding:0px;
    color:#000000;
}

form#contactForm,
form#recommendForm {
    width:400px;
    float:left;
}

#contactForm,
#recommendForm {
    margin:0px;
    padding:0px;
    float:left;
}

#contactForm div,
#recommendForm div {
    margin:0px;
    padding:0px;
    color:#666666;
}

form label {
    margin:0px;
    padding:0px;
    display:block;
}

form label.keywords{
    font-size:0.9em;
}

form input.text {
    margin-bottom:3px;
    border:1px solid #999999;
    padding:1px;
    font-family: 'Frutiger Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
    color:#333333;
    font-size:11px;
}

#contactForm input.text,
#recommendForm input.text{
    width:300px;
}

#contactForm input.text_pwd,
#recommendForm input.text_pwd{
    margin-bottom:3px;
    border:1px solid #999999;
    padding:1px;
    font-family: 'Frutiger Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
    color:#333333;
    font-size:11px;
    width:100px;
}

form input.button {
    margin:5px 0px 3px 0px;
    padding:1px;
    font-size:11px;
    color:#000066;

}

form textarea {
    margin-bottom:8px;
    border:1px solid #999999;
    width:300px;
    font-family: 'Frutiger Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size:11px;
}

form input.text:active, 
form input.text:focus,
form select:active, 
form select:focus, 
form textarea:active, 
form textarea:focus {
    background-color: #FFFFFF;
    border:1px #333333 solid;
}

form div.form-comment_bg {
    margin-bottom:8px;
    border:1px solid #999999;
    background-color: #CCCCCC;
    padding:1px;
    font-size:12px;
}

form div#usermsg{
    margin-bottom:10px;
}

form select{
    /* width:183px; */
    font-size:10px;
    font-family: 'Frutiger Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
    color:#333333;
    border:1px #999999 solid;
    margin-bottom:3px;
}

form.itemsperpage select{
    width:auto;
}

p#emailmsg{
    width:280px;
    border:1px #999999 solid;
    padding:10px;
    font-size:0.9em;
    line-height:1.1em;
    
}

.warning{
    margin-bottom:10px;
    padding:10px 0px 10px 0px;
}

#warning{
    margin:15px;
    border:1px red solid;
    padding:10px;
}

.msg_error {
    color:#990000 !important; 
}

.msg_ok {
    color:#009900 !important;
}

