/* ++++++++++++ defining detail forms +++++++++++++++++*/
.divdet
{
   
}
.topblock{ width: 100%;}
.blockinall {
background: transparent url('../Images/detail_global.jpg') repeat-x 0 0;
 
}

.middleblock { margin-top: 30px; margin-bottom: 30px; padding: 10px; overflow: scroll;
/*background-color: #5BB5E4;*/
background: transparent url('../Images/detail_desc.jpg') repeat-x 0 0;
}

.Bleft, .Bmiddle, .Bright { /*background-color: #E5E7F3;*/ padding: 10px; width: 550px;}
.Bleft{ float: left;}
.Bmiddle { float: left;}
.Bright{ float: left;}

.Btic, .Btac { padding: 2px; background-color: #E5E7F3; height: 25px; border-color: silver; border-bottom-style: solid; border-width: 1px;}
.Btic{  float: left; color: #627BAD; width: 200px; font-weight: bold;}
.Btac
{
    background-color: #EBEDF5;
    color: #002346;
    overflow: hidden;
    white-space: nowrap;
}

.transparent { background-color: transparent; white-space:nowrap;}
