/* CSS Document */

	
.nostyle {
	list-style-type:none;
	}
	
.toad
	{
	color: #000000;
	font-size: 1.05em;
	font-weight: bold;
	}	

/* Begin Side Menu Bar */


.next {
	float: right;
	margin-top: -35px;
	margin-right: 5px;
	padding: 0px;
	font:normal 12px Verdana;
	}

.next a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
	margin-top: -35px;
	margin-right: 5px;
	}
	
.next a:hover{
	background: #cac3c3;
	margin-top: -35px;
	margin-right: 5px;
	}	
	
.previous a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
	margin-top: -35px;
	margin-left: 105px;
	}
	
.previous a:hover{
	background: #cac3c3;
	margin-top: -35px;
	margin-left: 105px;
	}		
	
.previous {
	float: left;
	margin-top: -35px;
	margin-left: 105px;
	padding: 0px;
	font:normal 12px Verdana;
	}


#productinfo img {
	float: right;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding: 5px;
	}
	
#productinfo .imgs {
	text-align: center;
	margin-left: 0px;
	margin-top: 75px;
	margin-right: 200px;
	}

#productinfo {
	margin-left: 186px;
	margin-top: 0px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding: 15px;
	height: 1100px;
	}

#productinfo h1 {
	margin:0px;
	padding: 0px;
	text-align: right;
	font-size: 1.75em;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	}

#productinfo p {
	padding-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-size: .90em;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	}

#productinfo .black
	{
	color: #000000;
	margin-top: 250px;
	}


.markermenu{
background-color: #f3f3f3;
float: left;
margin-top: 0px;
margin-left: 0px;
margin-right: 15px;
margin-bottom: 5px;
padding: 0;
width: 180px;
height:1100px;
border: 1px solid #f3f3f3;
}



.markermenu li a{
background:url(../../images/arrow.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 180px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #cac3c3;
background-image:url(../../images/arrowdown.gif); /*onMouseover image change. Remove if none*/
}
/* End Side Menu Bar */

