/* Box Element */
.be {
	margin-top: 2ex;
	margin-bottom: 0.9ex;
	
	color: #595959;	
}

/* In-line Element */
.ie {

}

/* Heading Elements */
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #004A80;
	margin-top: 1.5ex;
	margin-bottom: 0.9ex;
}

.h1 .t, .h2 .t, .h3 .t, .h4 .t, .h5 .t, .h6 .t {
	color: #004A80;
}

.h1 {
	font-size: 150%;
}

.h2 {
	font-size: 130%;
}

.h3 {
	font-size: 100%;
}

.h4 {
	font-size: 90%;
}

.h5 {
	font-size: 80%;
}

.h6 {
	font-size: 70%;
}

/* Text Element */
.t {
	font-size: 75%;
	color: #565656;
}

/* Unordered List Element */
.ul {
	padding-left: 20px;
}

/* Ordered List Element */
.ol {
	padding-left: 35px;
}

/* List Item Element */
.li {

}

/* Table Element */
.table {
	background-color: black;
	color: #595959;
}

/* Table Row Element */
.tr {
}

/* Table Cell Element */
.td {
	background-color: white;
	
	padding: 0px 5px;
}

/* Table Header Element */
.th {
	background-color: white;
}

/* Image Element */
.img {
	border: 0px;
}

/* Anchor Element */
.a {
}

/* Reference Element */
.href {
	color: #FF6600;
}

.href .t {
	color: #FF6600;
}

/* Form Element */
.form {
	color: #595959;
}

/* Field Element */
.field {
	
}

/* Check Box  Element */
.check {

}

/* Combo Box  Element */
.combo {
}

/* Combo Box Item Element */
.cbi {

}

/* Text Area  Element */
.area {

}

/* Button  Element */
.button {
}

/* Full HTML Element */
.html {

}

/* File Element */
.file {

}



.products_left {
	width: 47%;
	float: left;
}

.products_right {
	width: 47%;
	float: right;
}

.products_clear {
	clear: both;
}

.products {
	border: 1px solid #BDC0D1;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

.products .home_sect_title {
	background-color: #BDC0D1;
}


/* Special part for the References Renderer */
.ref_item {
	padding-top: 5px;
	padding-bottom: 5px;
}

.ref_item_row {
	margin-top: 8px;
	margin-bottom: 8px;
}

.ref_item_row_title {
	font-weight: bold;
}

.ref_item_pic {
	float: right;
}

.ref_del {
	height: 1px;
	width: 100%;
	
	background-image: url(img/refDel.gif);
	background-repeat: repeat-x;
	
	clear: both;	
}


/* Special part for the Offers Renderer */
.offer_item {
	padding-top: 10px;
	padding-bottom: 10px;
	
	clear: both;
}

.offer_item_row {
	margin-top: 2px;
	margin-bottom: 2px;
}

.offer_item_pic {
	float: left;
	margin-right: 10px;
}

.ref_del {
	height: 1px;
	width: 100%;
	
	background-image: url(img/refDel.gif);
	background-repeat: repeat-x;
	
	clear: both;	
}

.main_doc_cell {
	vertical-align: top;
	padding: 0.5ex;
}

.main_doc_block {
	text-align: justify;
}

/* Heading Elements */
h2.main_doc_title, h3.main_doc_title, h2.page_doc_title  {
	color: #004A80;;
}


h2.main_doc_title, h2.page_doc_title {
	font-size: 130%;
}

h3.main_doc_title {
	font-size: 100%;
	font-weight: normal;
}

.page_doc {
	text-align: justify;
}

.page_doc_title_and_list {
	/*vertical-align: top;*/
	width: 100%;
}

.page_doc_list {
	padding-left: 50px;
	list-style-image: url(img/list.gif);
}
