/* CSS Document */

h1, h2, h3, h4, h5, h6 {
        /*font-weight: bold; */
        margin-top:0px;
        margin-bottom:3px;
		color:#333333;
		font-weight:normal;
}
 
h1 {	font-size: 218%;	}
h2 {	font-size: 164%;	}
h3 {	font-size: 145%;	}
h4 {	font-size: 118%;	}
h5 {	font-size: 100%;	}


a
{
	text-decoration:none;
	/*color:#0033FF;*/
}

hr
{
	height:1px;
	color:#666666;
	/*background-color:#666666;*/
}

/* IMAGES GALLERIES IMAGES IMAGES GALLERIES IMAGES GALLERIES IMAGES GALLERIES IMAGES GALLERIES IMAGES GALLERIES */

.imgtext
{
	float:left;
	width:115px;
	height:135px;
	border:solid 1px #999999;
	text-align:center;
	margin:3px;
	overflow:hidden;
}

.imgcontainer
{
	float:left;
	width:115px;
	height:115px;
	border:solid 0px #999999;
	text-align:center;
	margin:0px;
	padding-top:7px;
}
.imgcontainer img
{
	/*margin:auto;*/
}

.galleryimage
{	margin:1px;
}
.galleryimage img
{	padding:4px;
	border:solid 1px #CCCCCC;
}


.productcontainer
{
	float:left;
	/*width:240px;
	height:150px;*/
	width:100%;
	border:solid 0px #999999;
	border-top:solid 1px #999999;
	text-align:left;
	margin:3px;
	overflow:hidden;
	/*padding-top:7px;*/
	padding:5px 3px 2px 3px;
}

.productcontainer img
{
	text-align:left;
	border: solid 0px #ccc;
	margin:4px 5px 3px 0px;
	padding:4px;
}

.productcontainer h5
{
	font-weight:bold;
}


.content, .contenttop, .contentbottom
{
	width:98%;
	padding:10px 5px 5px 10px;
	border:solid 0px #FF0000;
}

.contenttop img, .contentbottom img
{
	padding: 3px !important;
	margin: 5px !important;
	border:solid 1px #CCCCCC;
	border:solid 1px #043680;
}


.listitems
{
	margin-left:10px;
	padding-left:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #666666;
}

.tabletitle
{
	text-align:right;
	padding:0px 5px 0px 5px;
	vertical-align:text-top;
	width:120px;
}




.recordlist
{
	margin-left:10px;
	padding-left:5px;
	vertical-align:middle;
	list-style:none;
}
.listitem, .listitemoff, .listitemproduct, .listitemoffproduct
{
	margin: 5px 0px 0px 10px;
	padding-left:5px;
	vertical-align:middle;
}

.listitem {	list-style-image:url(../images/buttons/document.png);}
.listitemoff {	list-style-image:url(../images/buttons/document_stop.png);}

.listitemproduct {	list-style-image:url(../images/buttons/cubes.png);}
.listitemoffproduct {	list-style-image:url(../images/buttons/cubes_off.png);}



.listitemproduct a
{	
	color:#006699 !important;
}

.listitemoffproduct a, .listitemoff a
{	
	color:#999999 !important;
}
.listitem a
{	
	color:#ffffff;
	color:#666666;
	text-decoration:none;
}
.listitem a:hover, .listitemoff a:hover
{	
	color:#FF6600 !important;
}