/* ---------------------------------------- */
/* ------- SETTINGS FOR THE ITEMS --------- */
/* ---------------------------------------- */


/* ------- THIS IS THE RIGHT PART OF THE LOWER PART --------- */
.items_items{

	position: relative;
	width: 754px;
	float: right;

	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	font-family: verdana;

	font-size: 11px;

	font-weight: normal;

	color: #555555;
}


/* ------- THIS IS THE TITLE ABOVE THE ITEMS --------- */
h2{
	position: relative;
	margin-left: 20px;
	background-color: #8da1ac;

	padding-top: 0px;
	padding-left: 20px;


	padding-bottom: 3px;

	padding-right: 0px;

	font-family: MichromaRegular;




	font-size: 16px;

	color: #ffffff;	

	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(../roundcornersIE/PIE.htc);

	border: 2px solid #ffffff;
	
}

/* ------- THIS IS THE CONTAINER OF THE ITEM DETAILS --------- */
.itemcontainer{
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #8da1ac;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	vertical-align: middle;

	font-family: Verdana;




	font-size: 16px;

	color: #ffffff;	

	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(../roundcornersIE/PIE.htc);

	border: 2px solid #ffffff;
}


/* ------- THIS IS THE TITLE OF THE ITEM --------- */
.item_title1{
	font-family: MichromaRegular;


	font-size: 14px;

	font-weight: bold;
	color: #ffffff;	

	padding-left: 20px;
	padding-bottom: 2px;

	border-bottom: 2px solid #ffffff;
}


/* ------- THIS IS THE TITLE "INFO" / "GALLERY" / "ADDITIONAL INFO" --------- */
.item_title2{
	font-family: MichromaRegular;
	height: 16px;

	font-size: 10px;

	padding-top: 3px;

	padding-bottom: 3px;


	margin: 0px;

	color: #ffffff;

	font-weight: bold;


	padding-left: 20px;
	border-bottom: 2px solid #ffffff;
	background-color: #aaaaaa;
}

/* ------- THIS IS THE ITEM INFO --------- */
.item_info{

	font-family: verdana;

	font-size: 10px;

	font-weight: normal;

	letter-spacing: 0px;

	line-height: 9pt;
	
	color: #555555;

	overflow: hidden;

	padding-top: 5px;

	padding-bottom: 5px;

	padding-left: 20px;

	padding-right: 10px;

	background-color: #eeeeee;


	border-bottom: 2px solid #ffffff;
}

/* ------- THIS IS THE LEFT PART OF THE INFO --------- */
.info_left{
	float: left;
	width:347px;
}

/* ------- THIS IS THE RIGHT PART OF THE INFO --------- */
.info_right{
	float: right;
	width:347px;
}

/* ------- THESE ARE THE LINKS FROM THE ITEM TO OTHER SITES --------- */
.item_links{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0px;
}


/* ------- SETTINGS FOR THE LINKS IN THE ITEM LINKS --------- */
a#items_external_links {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #d6e0e5;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
}

/* ------- SETTINGS FOR THE LINKS IN THE ITEM LINKS: ALLIGNMENT OF THE IMAGES --------- */
#items_external_links img {
	display: inline-block;
	margin-bottom: -4px;
}
