@charset "utf-8";
/* CSS Document */

body{font-family:Trebuchet, sans-serif;
	font-size:12px;
	color:#505050;
	}
	
a:link
{
	color: #505050;
	text-decoration:underline;
}

a:visited
{
	color: #505050;
	text-decoration:underline;
}


div#productInfo a:link
{
	color: #cccccc;
	text-decoration: underline;
}

div#productInfo a:visited
{
	color: #cccccc;
	text-decoration: underline;
}

.med_gen
{
	font-size: 10px;
	font-weight: normal;
}

.arcade
{
	font-family:Trebuchet, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:700;
	margin-left:5px;
}

.arcade_blue
{
	font-family:Trebuchet, Helvetica, sans-serif;
	font-size:12px;
	color:#006998;
	font-weight:700;
	margin-left:0px;
}

div#footerText p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:700;
	margin-left:15px;
	}
	

div#outerContainer{
	position: relative;
}

	
div#productInfoContainer
{
	position: relative;
	/*
	left: 0px;
	z-index: 0;*/
	width:530px;
	height:290px;
}

div#productInfoNav{
	position:absolute;
	top: 0px;
	left: 0px;
	width:506px;
	height:21px;
	margin-top:8px;
	margin-left:12px;
}

div#productInfoNavBtn{
	float:left;
}

div#productInfoContent{
	position: relative;
	width:530px;
	height:290px;
	background:url(../images/bg_productinfo.gif) no-repeat top #FFFFFF;
}

div#productInfo{
	position: relative;
	width:506px;
	height:217px;
	top:35px;
	padding-top:5px;
	padding-left:10px;
	color:#FFFFFF;
	text-align:left;
	overflow:auto;
}

#product td{
padding:5px;
}


#thumbs td{
border-top:2px solid #7fc5e5;
}

#thumbs img{
margin:5px 5px 0 0;
border:2px solid #7fc5e5;
}

#thumbs2 img{
margin:5px 5px 0 0;
border:2px solid #7fc5e5;
}


