/**
    // global.css

    Written by LandRover
    Last modified 4nd November, 2009.
**/

/***************************************************/
/***************** GENERAL OBJECTS *****************/
/***************************************************/

* { padding: 0; }
html,body,ul,li,img,a,h1,h2,h3,h4,h5,h6,pre,script,form { margin: 0; }

body { font-family: Arial; font-size: 12px; color: black; direction: rtl; background: white url('') no-repeat fixed center top; }

img { border: none; }
iframe { overflow: hidden; }
object { overflow: hidden; }

a:active { outline: none; }
/* a:focus { -moz-outline-style: none; } */

.b2l { border-bottom: 3px double #dcdcdc; }
.s6 { font-size: 6px; }
.s4 { font-size: 4px; }
.pd5 { padding: 5px; }
.fl { float: left; }
.fr { float: right; }
.hd { display: none; }
.bld { font-weight: bolder; }
.blk { display: block; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.clear { clear:both; }
.clear_trans { clear: both; display: block; font-size: 0px; }