*
{
    margin: 0px;
    padding: 0px;
    /* border: 1px solid #555555; 
    */
}

body
{
    color: white;
    background-color: black;
    font-family: tahoma;
    background-image: url("/views/img/mosaic.jpg");
}

.block
{
    width: 900px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
}

.eqip_block
{
    border: 1px solid #555555;
    padding: 10px;
    background-color: black;
}

.eqip_title{    font-size: 18px; font-weight: bold;}

.eqip_model{    font-size: 15px; color: #EE0000; text-align: right;  }

.eqip_info{    font-size: 14px;}

.eqip_cost{    font-weight: bold;  font-size: 18px; float: right; }

.eqip_img
{
    float: left;
    width: 250px;
    text-align: center;
}

.eqip_text
{
    width: 470px;
    height: auto;
    float: left;
}

.cls
{
    clear: both;
}

.eqip_preview
{
    float: left;
    height: 250px;
    width : 100px;
    text-align: center;
}

.eqip_color
{
    float: left;
    height: 250px;
    width : 50px;
    text-align: center;   
}

.eqip_color_box
{
    height: 20px;
    width: 20px; 
    border: 1px solid #999;
    margin: 5px 15px;
}

.logo
{
    padding: 5px;
    float: left;
	margin-top: 0px ;
    
}
.logo_menu
{
    float: right;
    position: relative;
    top: -20px;
}

.search
{
    float: right;
    margin: 20px 0px;
}

.line_footer
{
    width: 900px;
    color: white;
}

.footer
{
    margin: 50px 0px 0px 0px;
}

#banners a img {
    opacity:0.2; 
    -moz-opacity:0.3; 
    filter:alpha(opacity=20);  
    margin-top: 5px;
}

#banners a:hover img {
    opacity:1.0; 
    -moz-opacity:1.0; 
    filter:alpha(opacity=100); 
    margin-top: 5px;  
}

#banners
{
    float: right;
}

.search_text
{
    border: solid 1px green;
    margin: 10px 0px 20px 0px;
    background-color: #008000;
}

.img_main
{
    float: left;
}

.title
{
    float: right;
    width: 600px;
}

a
{
	color: red;
}



