/*------------------------------------------------------------------------
# Bridgetalk - July, 2011
# ------------------------------------------------------------------------
# Copyright (C) Shine. All Rights Reserved.
# Websites:  http://www.shine.co.il
-------------------------------------------------------------------------*/




/* TOP CONTAINER
--------------------------------------------------------- */

#hptop {
    width: 900px;
    padding: 25px 0 0 0;
       margin: 0 auto;
}

#hptop div.moduletable {
    padding: 0;
    margin: 0;
}

#slide {
    float:right;
    clear: right;
    width: 665px;
    height: 350px;
    border: 1px solid #cccccc;
        margin-bottom: 20px;
}

#slide div.moduletable {
    /*padding: 1px;*/
}

#hptxt {
    float:left;
    clear: left;
}

#hptxt div.moduletable, #hptxt h1 {
    width: 212px;
    color: #666;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 11px !important;
    text-align: right;
margin: 0;
}





/* BOTTOM CONTAINER
--------------------------------------------------------- */

table.hpbottom {
    width: 900px;
    padding: 25px 0px 5px 0;
}

table.hpbottom div.moduletable {
    color: #666;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    padding: 0 10px 0 10px;
    text-align: right;
}

table.hpbottom div.moduletable p, #hptxt div.moduletable p {
    line-height: 1.5em;
}

table.hpbottom div.moduletable h3, #hptxt div.moduletable h3 {
    color: #333;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
/*margin: 1.4em 0 1.1em 0;*/
}

#hptxt div.moduletable h3 {
margin: 1.4em 0 1.1em 0;
}

#hpleft div.moduletable {
    width: 230px;
}

#hpright div.moduletable {
    width: 200px;
}

#hpmiddle, #hpmiddle2, #hpmiddle3 {
    /*width: 126px;
    padding: 0 5px 0 5px;*/
    margin-right: auto;
    margin-left: auto;
}

#hpright div.moduletable {
   margin-left: 0;
   /*padding: 0 0 30px 0;*/
}

div.moduletable img {
border: none;

}



