/* -- ELEMENT STYLES -- */

body
{
	font-family: "Arial", Helvetica, Sans-serif;
	font-size: 12px;
	color: #454545;
	background-color: #FFF;
	margin: 10px 30px 10px 30px;
	text-align: justify;
	line-height: 1.6em;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.date
{
	font-size: 10px;
	float: right;
	color: #102A73;
	}

.header
{
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 4px 0;
	color: #18447B;
		}
		
.accessory_header
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #18447B;
		}
		
.accessory
{
	font-size: 11px;
		}

.categoryheader
{
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 4px 0;
	color: #18447B;
		}
		
.formbits {  
	font-size: 11px; 
	COLOR: #444444; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	padding: 1px;
	margin: 1px 0 0 1px;
	font-weight: normal;
	border: 1px solid #444444;
	}

.info {
	text-align: justify;  
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0 0;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: normal;
	background: #f0f1f1;	
	}
	
	

.right {
	text-align: justify;  
	padding: 10px 10px 10px 10px;
    COLOR: #ffffff;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: normal;
    background: #009AAA;	
	}

.title
{
	font-size: 13px;
	font-weight: bold;
	COLOR: #18447B;
	padding: 10px 0px 4px 10px;
	background: #C8C8C8;
	text-align: left;
}

.registerbg
{
	font-size: 12px;
	font-weight: bold;
	COLOR: #fff;
	padding: 10px 0px 10px 10px;
	background: #108F4B;
	text-align: center;
}

.section_title {
	font-size: 16px;
	font-weight: bold;
	color: #18447B;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #18447B;
}


.bold {color: #102A73;font-weight: bold;}

.white {	font-size: 11px;color: #fff;}


/* -- MAIN CONTAINERS -- */


#article
{
	padding: 50px 30px 30px 50px;		
}


/* -- LINKS -- */


a {
  color: #0F94BA;
  text-decoration:none;
  line-height: 1.1em;
}

a:hover {
  text-decoration:underline;
}



a.footer {
  margin: 0 12px 0 12px;
  font-size: 11px;
  text-decoration:none;
  color: #18447B;
  }

a.footer:hover {
  text-decoration:underline;
  }


a.more {
  color: #0F94BA;
  text-decoration:none;
}

a.more:hover {
  color: #0F94BA;
    text-decoration:underline;
}


a.top {
	font-size: 12px;
	margin: 0 6px 0 6px;
	font-weight: bold;
  	text-decoration:none;
  	color: #fff;
}

a.top:hover {
  text-decoration:underline;
}


/* -- IMAGE STYLES -- */


.relProd {
 	padding: 2px;
	background-color: white;
	border: 1px solid #D3D3D3;
	margin: 0 14px 10px 0;
	height: 90px;
}


.imgLeft {
  float: left;
 	padding: 4px;
	background-color: white;
	border: 1px solid #D3D3D3;
	margin: 0 14px 10px 0;
}

.imgRight {
  float: right;
 	padding: 2px;
	background-color: white;
	border: 1px solid #D3D3D3;
	margin: 0 0 10px 14px;
}
