body {
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
}

div#content {
	width: 90%;
	border: white;
	border-style: solid;
	border-width: 10px;
	text-align: left;
}

div#imageList {
	width: 100%;
	display: inline;
	margin-top: 20px;
}

a {
	color: #c00909;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

div#box {
	position: relative;
	float: left;
	height: 150px;
	border: white;
	border-style: solid;
	border-width: 15px;
	font-size: 9px;
	color: gray;
}

div#details {
	margin-left: 15px;
	font-size: 10pt;
	text-align: left;
}

div#footer {
	float: left;
	font-family: verdana;
	font-size: 8pt;
	color: black;
	width: 100%;
}

.numImages {
	color: #de1111;
	font-size: 14px;
	font-weight: bold;
}


.headerTop {
	color: white;
	height: 35px;
}

.headerBottom {
	color: black;
	height: 35px;
}

.thumbnail {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	display: inline-block;
}

img {
	border-width: 0px;
	border: none;
}

hr {
	color: gray;
	background-color: #dedede;
	height: 1px;
	border: 0;
	width: 100%;
}

.col240px {
    width: 240px;
    text-align: right;
}
.col180px {
    width: 180px;
	text-align: center;
}

.col260px {
    width: 260px;
    vertical-align: top;
}

.col800px {
    width: 800px;
}

.row1 {
	font-size: 8pt;
    background-color: #e8e8e8;
}

.row2{
	font-size: 8pt;
    background-color: #f9f9f9;
}

#preview{
        position:absolute;
        border:1px solid gray;
        padding:5px;
        color: black;
        background-color: white;
        display:none;
}

#tooltip{
        position:absolute;
        border:1px solid #333;
        background:#f7f5d1;
        padding:2px 5px;
        color:#333;
        display:none;
}

.tag0{
	color: #c00909;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
.tag1{
	color: #c00909;
	text-decoration: none;
	font-size: 10pt;
}
.tag2{
	color: #de1111;
	text-decoration: none;
	font-size: 6pt;
	font-weight: bold;
}
.tag3{
	color: #de1111;
	text-decoration: none;
	font-size: 8pt;
}

.desc {
	font-family: verdana;
	font-size: 8pt;
	color: #454545;
}