/*Amariyo Site Css Development*/
body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	text-align: center;
	max-height: 99%;
	font-size: 95%;
}
html, body, #container { 
	min-height: 100%;
	width: 100%;
	height:100%; 
} 
html>body, html>body #container {
	height: auto;
}
#container {
	position: absolute;
	top: 0;
	left: 0;
}
#h2 {
	font-size:200%;
	color: black;
}	
#page_contents {
	margin: 10px 10px 10px 10px;
}
#shortlist {
	position: absolute;
	top: 12%;
	left: 10%;
	width: 82%;
	height: 70.5%;
	background-image:url(../images/back/bck7.jpg);
	color: silver;
	padding: 6px;
	font-size: 11px;
	border: 3px solid silver;
}
#shortlist_desc {
	position: absolute;
	top: 14%;
	left: 12%;
	width: 78%;
	height: 5%;
	padding: 4px;
	background-image: url(../images/back/bck7.jpg);
	border-bottom: 1px dotted black;
	font-size: 100%;
	color: silver;
}
#shortlist_items {
	position: absolute;
	overflow: auto;
	top: 19%;
	left: 12%;
	background-color: silver;
	width: 78.5%;
	height: 60%;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	word-spacing: 3.0;
}
.shortlist_item  {
	background-color: grey;
	width: 99.5%;
	height: 88px;
	color: black;
	font-weight: bold;
	font-size: 10px;
}
.shortlist_image {
	border: 1px solid black;
}
p, td, th {
	font: 1.2em Arial, Helvetica, Sans-serif;
}
.shorttable {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}
.shorttable td {
	border: solid 1px black;
	padding: 2px;
	text-align: center;
}
.shorttable th {
	height: 25px;
	border: 1px solid #828282;
	background-colour: grey;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}
.shorttable tr {
	height: 25px;
	padding: 5px;
	background-image: url(../images/back/bck7.jpg);
	color: silver;
}
.shorttable tr.altrow1 {
	height: 88px;
	background-image:none;
	background-color: grey;
	color: black;
}
.shorttable tr.altrow2 {
	height: 88px;
	background-image: none;
	background-color: silver;
	color: black;
}

#close {
	float: center;
	top: 90%;
	left: 45%;
}

	

