/* ------------------------------------------*/
/* ---------->>> COMMON <<<-----------------*/
/* ----------------------------------------*/

/* 
All non site specific styling  
*/


img
{
border: 0;
}

.imgLeft
{
float: left;
}

.imgRight
{
float: right;
}

.clearBoth, .clear
{
clear: both;
}

p 
{
margin-top: 1em;
padding: 0;
}

ol, ul, li

{
margin: .7em 0 .5em 1em;
}

.top
{
vertical-align: top;
}

.bottom
{
vertical-align: bottom;  
}

.left {
margin: 0px 12px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.inline
{
display: inline;
}

.subleft 
{
width: 290px;
float: left;
padding-right: 20px;
}

.subright 
{
width: 290px;   
float: right;
}

.textleft {
text-align: left;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.italic
{
font-style:italic;
}

.hide {
display: none;
}


