/* GLOBAL ITEMS */

body
{
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}

table
{
	margin: 0px;
	padding: 0px;
}

img
{
	border-width: 0px;
}

a:link { color: #D4145A; text-decoration: underline; }
a:visited { color: #D4145A; text-decoration: underline; }
a:hover {  color: #999; text-decoration: none; }
a:active {  color: #D4145A; text-decoration: underline; } 


/* TABLES */

.table_center
{
	width: 100%; 
	text-align: center; 
	/*background-color:#0CC;*/
}

.td_main
{
	width: 1000px;  
	display: block;
	height: 500px;
	vertical-align: top;
}

#testcont
{
	width: 1000px; 
	position: relative;
	display: block;
	height: 500px;
	vertical-align: top;
	margin-left: 100px;
}

.browserIE .td_main
{
	width: 1000px;  
	height: 500px;
	vertical-align: top;
	display: block;
}


/* MENU */

#menu
{
	width: 1000px;
	height: 30px;
	position: fixed;
	z-index: 200;
	top: 0px;
	left: 100px;
	/*background-color:#FC9;*/
}

.left { float: left; }

.right { float: right; }

#menuinfo
{
	width: 230px;
	display: inline;
	background-color:#FFF;
	position: fixed;
	padding: 10px;
	top: 40px;
	left: 850px;
	float: none;
	text-align: left;
	letter-spacing: 0.5px;
	line-height: 13px;
	z-index: 999;
	font-size: 10px;
}

.browserSafari #menuinfo
{
	width: 230px;
	display: inline;
	background-color: #FFF;
	position: fixed;
	padding: 10px;
	top: 40px;
	left: 850px;
	float: none;
	text-align: left;
	letter-spacing: 0.5px;
	line-height: 13px;
	z-index: 999;
	font-size: 10px;
}

.browserIE #menuinfo
{
	width: 230px;
	display: inline;
	background-color:#FFF;
	position: fixed;
	padding: 10px;
	top: 40px;
	left: 850px;
	float: none;
	text-align: left;
	letter-spacing: 0.5px;
	line-height: 13px;
	z-index: 999;
	font-size: 10px;
}

.close
{
	width: 30px;
	height: 30px;
	float: right;
	position: absolute;
	z-index: 999;
	top: 0px;
}


/* SPACERS */

#w100pc_h150px
{
	width: 100%;
	height: 150px;
	display: block;
	/*background-color:#C33; */
}



/* ITEMS */

.item
{
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 250px;
}

.browserIE .item
{
	float: none;
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 250px;
}

.road
{
	width: 1000px;
	height: 250px;
	position: relative;
	z-index: -999;
}

#item_detail
{
	width: 480px;
	padding: 10px;
	display: block;
	position: absolute;
	z-index: 999;
	background-color: #fff;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}

.browserIE #item_detail
{
	width: 480px;
	padding: 10px;
	display: block;
	position: absolute;
	z-index: 999;
	left: 0px;
	background-color: #fff;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}

#piclinks
{
	width: 480px;
	text-align: center;
	position: absolute;
	z-index: 999;
	top: 7px;
	left: 0px;
}

.piclink
{
	background-color: #fff;
	padding: 4px;
	padding-bottom: 2px;
	margin-left: 10px;
}

#piclinks a:link { font-size: 9px; color: #000; text-decoration: none; }
#piclinks a:visited { font-size: 9px; color: #000; text-decoration: none; }
#piclinks a:hover { font-size: 9px; color: #999; text-decoration: none; }
#piclinks a:active { font-size: 9px; color: #000; text-decoration: none; } 