/***********
CSS by AC 200803

commonly shared styles

************/


/***
* FRAMEWORK & TOP WRAPPERS
***/
body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body, td {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #333333;
}


/***
* FOOTER
***/
#site-footer {
clear: both;
margin: 5px 5px 0 0 ;
font-size: 8pt;
text-align: right;
}
#site-footer div.copyright {
}
#site-footer a {
}
#site-footer ul {
float: right;
margin: 0;
list-style-type: none;
}
#site-footer ul li {
float: left;
padding: 0 10px;
border-left: 1px solid #ffffff;
}


/***
* HEADINGS & TITLES
***/

h1, h2, h3,
.componentheading {
font-weight: normal;
margin: 0px;
}
h1 {
font-size: 12pt;
margin-bottom: 5px;
color: #009900;
}
h2 {
	font-size: 12pt;
	margin-bottom: 5px;
	color: #009900;
}
h3, .componentheading {
font-size: 11pt;
font-weight: bold;
}


/* Specific for Joomla */
.contentheading,
.componentheading {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #009900;
	font-weight: bold;
	padding-bottom: 10px;
}


/***
* GENERIC HTML TAGS
***/
form {
margin: 0;
}


p {
margin-top: 0;
}

a, a:link, a:visited, a:hover{
color: #0033CC;
}

a img {
border: 0;
}

.point {
font-size: 0px;
line-height: 0px;
width: 0px;
height: 0px;
}

.sectiontableheader_eg {
	font-weight: bold;
	padding-left:5px;
}

.sectiontableheader_eg2 {
	padding-left:5px;
}

/* virtuemart extra - rain */
.sub-category
{
	vertical-align:middle;	
}

.sub-category a
{
	display:block;
	vertical-align:text-top;
	padding-top: 10px;
}
.sub-category a:hover
{
	display:block;
	vertical-align:text-top;
	padding-top: 10px;	
}
.sub-category a:visited
{
	vertical-align:text-top;
	padding-top: 10px;	
}
.img_align a
{
	vertical-align:middle;
}
