@charset "utf-8";

/* --------------------List Style CSS--------------------------- */

/* IMAGE */
body{
	cursor:default;
	}
a{
	outline:none;
}
a:active{
	outline:none;
}
a:hover{
	outline:none;
}
.DB_List_ImageLink{
	display:block;
	color:#333;
	text-decoration:none;
}
.DB_List_ImageStyle{
	width:125px;
}

/* LINKS */
.DB_List_Link{
	height:20px;
	display:block;
	color:#333;
	text-decoration:none;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* REGULAR TEXT */
.DB_List_Text {
	display:block;
	height:20px;
	color:#333;
	text-decoration:none;
	text-align:center;	
}
.DB_List_Watch {
	background-image: url(../images/watch.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 125px;
	display: block;
	background-color: #0C9;
	margin-top: 1px;
	margin-left: 17px;
	*margin-left: 0px;
}

/* TABLES */
.DB_List_Table {
	width:160px;
	float:left;
	text-align: center;
	margin:6px;
	margin-bottom:40px;
}
.DB_List_Table_Image {
	vertical-align:bottom;
	*position:relative;
	
}

#absoluteDiv {
	height: 25px;
	width: 148px;
	position: absolute;
	margin-top:126px;
	*margin-top:0;
	*top: 126px;
	padding-left:18px;
	*padding-left:6px;
	*left:0px;
	
}
#absoluteDiv #bkg {
	height: 22px;
	width: 122px;
	background-image: url(../images/trans.png);
	padding-top: 2px;
	padding-left: 2px;
}
#absoluteDiv #bkg .a {
	background-image: url(../images/usa.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	padding-right: 4px;
}
#absoluteDiv #bkg .b {
	background-image: url(../images/spain.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	padding-right: 4px;
}
#absoluteDiv #bkg .c {
	background-image: url(../images/france.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	padding-right: 4px;
}
#absoluteDiv #bkg .d {
	background-image: url(../images/other.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	padding-right: 4px;
}

