
#wrapper {
	width: 200px;
	height:800px;
	margin-left: auto;
	margin-right: auto;
	//border:6 red dotted;
	overflow-y:visible;
	}

.accordionButton {	
	width: 200px;
	float: left;
	background: #000000;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	}
	
.accordionContent {	
	font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
	font-size:11px;
	line-height:1.2em;
	width: 200px;
	float: left;

	display: none;

	}

}
/*A:link {text-decoration: none; color: lightblue;}
A:visited {text-decoration: none; color: darkblue;}
A:active {text-decoration: none; color: orange;}
A:hover {text-decoration: none; color: red;}
*/
ul.NoBulletNoIndent {
  list-style-type: none;
  margin-left: 6px;
  padding-left: 6px
}

.small  { color: #000000; font-size: 10px; font-family: Arial; text-decoration:none;}

.shipping { color: red; font-size: 10px; font-weight: bold; font-family: Arial;}
.style5 {
color:#FF0000;}

