/* 
    Document   : common
    Created on : Apr 30, 2009, 11:36:55 AM
    Author     : sergey@efremov@daxx.com
    Description: clipcaster style
*/

*{
    margin: 0px;
    padding: 0px;
}
html, body{
    width:100%;
    min-height: 700px;
    margin: 0 0px;
}

body{    
	height:100%;
    background-color: #000000;
    font-family: courier,monospace,"Bookman Old Style","URW Bookman L","itc bookman",serif;
}

div#container
{
    width:100%;
    height:100%;
    background: #000 url(../img/down1.png) repeat-x 0% 100%;
}

div#leftborder
{
    width:100%;
    min-height: 100%;
    height: 100%;
    background: url(../img/left.png) no-repeat 100% 0%;
}

div#rightborder
{
    width:100%;
    min-height: 100%;
    height: 100%;
    background: url(../img/right.png) no-repeat 0% 0%;
}

div.clear{
    clear:both;
}
div#header{
    width:100%;
    height: 90px;
	position:absolute;
}
div#clipcatsterlogo {
    float:left;
    margin-top:15px;
    margin-left:15px;
    background-color: transparent;
    background: url(../img/logo-big.png) no-repeat 0% 0%;
    height: 41px;
    width: 253px;
}

div#clipcatsterlogo-small {
    float:left;
    margin-top:15px;
    margin-left:15px;
    background-color: transparent;
    background: url(../img/logo-small.png) no-repeat 0% 0%;
    height: 24px;
    width: 152px;
}
div#bottles {
	position:absolute;
	bottom: 15;
	right:0;
    float:right;
    margin-right:25px;
    background-color: transparent;
    background: url(../img/bottles.png) no-repeat 0% 0%;
    height: 108px;
    width: 77px;
	z-index:1;
}
div#ambonlogo{
    float:right;
    margin-right:15px;
    background-color: transparent;
    background-image: url(../img/logo2.png) ;
    background-repeat:no-repeat;
    background-position: 100% 0%;
    margin-top:30px;
    height: 48px;
    width: 39px;
}

div#content{
    width:100%;
    height:100%;
    text-align:center;
    z-index: 20;
    position:relative;
}

div#footer{
    position:relative;
    width:100%;
    margin-top:-164px;
    z-index: 10;
    overflow: hidden;
}

div#fakelayer{
    position:relative;
    width:100%;
    margin-top:-64px;
    height: 64px;
    z-index: 15;
    overflow: hidden;
}
div#linefooter{
    text-align:center;
    height:5px;
    min-height:5px;
    background-color: transparent;
    background-image: url(../img/backline.gif);
    background-repeat: repeat-x;
}

div#linefooter img{
    height: 2px;
    min-height:2px;
    padding-top:2px;
}

div#cocktailbar{
    height: 164px;
    width:100%;
    background-color: transparent;
}

div#menubar{
    height: 30px;
    background-color: transparent;
    background-image: url(../img/backlinemain.png);
    background-repeat: repeat-x;
}

div#menubar ul.menu{
    padding-left:40px;
    margin-top:0px;
    margin-bottom:0px;
}

div#menubar ul.menu li{
    -x-system-font:none;
    float:left;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-left:20px;
    padding-right:20px;
    padding-top:8px;
    height:30px;
    /*background-color: transparent;*/
    background-image: url(../img/delimeter.gif);
    background-repeat: no-repeat;
    background-position: 100% 0%;
}


div#menubar ul.menu li a{
    padding-top:5px;
    color: #FFFFFF;
    text-decoration:none;
    font-size: 10px;
}

div#menubar ul.menu li a.greenlink{
    color: #05dc3a;
}

.greenlink{
    color: #05dc3a;
}

div#menubarlinks{
    float:left;
}
div#searchbar{
    z-index: 40;
    height: 30px;
    float: right;
    position: relative;
    margin-top: -30px;
    margin-right: 236px;
}
div#ckbrbutton{
    font-size: 1pt;
    left:0px;
    float:left;
    width:40px;
    height:40px;
    margin-left:20px;
    margin-top:-20px;
    background-color: transparent;
    background-image: url(../img/ckbar.png);
    background-repeat: no-repeat;
    cursor:pointer;
    z-index:100;
    position:absolute;
    /*
    _background-image: expression("none");
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ckbar.png', sizingMethod='crop');
    */
}
div#ckbrbutton:hover{
    background-color: transparent;
    background-image: url(../img/ckbar.png);
    background-repeat: no-repeat;
    background-position: 0 -42px;
}
input.searchinput{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    vertical-align: middle;
    border:none;
    background-color:transparent;
    color:#FFFFFF;
    height:20px;
    padding: 5px;
    margin-left: 5px;
    width: 183px;
}
div.searchcontainer{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    z-index:200;
    position:absolute;
    margin-top:2px;
    height:24px;
    width:226px;
    background: url(../img/search.png) no-repeat;
}
div#suggestionlist{
    position:absolute;
    visibility:hidden;
    z-index:100;
    height:234px;
    width:226px;
    margin-top:-210px;
    padding-left:0px;
    margin-bottom:0px;
    background: url(../img/sugbartop.png) no-repeat;
}

div#suggestionlist ul{
    background-color: #2d2d2d;
    background-image: url(../img/sugback.jpg);
    background-repeat: repeat-x;
    margin-top: 8px;
    margin-bottom: 0px;
    height:210px;
    width: 226px;
}

div#suggestionlist ul li{
    padding-left:10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    float: none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    color:#939393;
    display:block;
    /*margin-top: -14px;*/
}

div#suggestionlist ul li.firstsuglink{
    margin-top: -14px;
}

div#suggestionlist ul li.type{
    padding-top: 3px;
}

div#suggestionlist ul li a{
    text-decoration: none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    color:#FFFFFF;
    display: block;
}
div#suggestionlist ul li a:hover{
    color:#00dd18;
}

li.suglink{
    margin-left: 68px;
}


div#conttextcont{
    width: 500px;
    height: 400px;
    margin: 0 auto;
    overflow:auto;
    text-align:left;
}

div#textcontainer{
    width: 500px;
    height: 400px;
    overflow-x:hidden;
    text-align:left;
    margin: 0px;
    padding: 0px;
}



div#textcontainer p{
    text-align:left;
    color: #FFFFFF;
    font-size:10px;
}

ul#bardownloadlist{
    text-align:center;
}
ul#bardownloadlist li{
    float:left;
    line-height:normal;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
li.clear{
    clear:both;
}
#obj_selgen, #obj_selsong
{
	margin-top: 0px;
}

#header
{
    z-index:30;
}
