 {
	margin:0;
	padding:0;
}


#container {
	position:absolute;
	left:0%;
	top:145px;
	margin-left:0px;
	width:955px;
	background:#ffffff;
	padding:2px 35px 35px 35px;
	border:1px solid #eeeeee;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,1);
	-ms-box-shadow:0 1px 2px rgba(0,0,0,1);
	-o-box-shadow:0 1px 2px rgba(0,0,0,1);
	box-shadow:0 1px 2px rgba(0,0,0,1);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

dt {
	font-weight:bold;
	background: #5398e6;
	background: -moz-linear-gradient(top, #93c1f5 0%, #5398e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93c1f5), color-stop(100%, #5398e6));
	background: -webkit-linear-gradient(top, #93c1f5 0%, #5398e6 100%);
	background: -o-linear-gradient(top, #93c1f5 0%, #5398e6 100%);
	background: -ms-linear-gradient(top, #93c1f5 0%, #5398e6 100%);
	background: linear-gradient(top, #93c1f5 0%, #5398e6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff3', endColorstr='#c1cad5', GradientType=0 );
	float:left;
	width:740px;
	padding:10px 10px 9px 10px;
	margin-top:15px;
	margin-bottom:-4px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	cursor:pointer;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,1);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,1);
	-ms-box-shadow:0 1px 1px rgba(0,0,0,1);
	-o-box-shadow:0 1px 1px rgba(0,0,0,1);
	box-shadow:0 1px 1px rgba(0,0,0,1);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

dt:hover {
	color:black;
	background: #eceff3;
	background: -moz-linear-gradient(top, #fff 0%, #c1cad5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c1cad5));
	background: -webkit-linear-gradient(top, #fff 0%, #c1cad5 100%);
	background: -o-linear-gradient(top, #fff 0%, #c1cad5 100%);
	background: -ms-linear-gradient(top, #fff 0%, #c1cad5 100%);
	background: linear-gradient(top, #fff 0%, #c1cad5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#c1cad5', GradientType=0 );
}

dd {
	display:none;
	background:#93c1f5;
	margin:0 0 15px 0;
	float:left;
	width:700px;
	padding:10px 10px 15px 10px;
	border-left:1px solid white;
	border-right:1px solid white;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,1);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,1);
	-ms-box-shadow:0 1px 1px rgba(0,0,0,1);
	-o-box-shadow:0 1px 1px rgba(0,0,0,1);
	box-shadow:0 1px 1px rgba(0,0,0,1);
	-webkit-border-radius:0 0 5px 5px;
}

.zoom {
border: 1px solid #88a0ae;
margin: 0px 0px 0px 20px;
 transition: transform 0.8s;
 -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s;
}

.zoom:hover {
 cursor: zoom-in; 
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(6.0, 6.0);
 -moz-transform: scale(6.0, 6.0);
 -webkit-transform: scale(6.0, 6.0);
 -o-transform: scale(6.0, 6.0);
 -ms-transform: scale(6.0, 6.0);
}

.zoom:hover2 {
 cursor: zoom-in; 
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(1.5, 1.5);
 -moz-transform: scale(1.5, 1.5);
 -webkit-transform: scale(1.5, 1.5);
 -o-transform: scale(1.5, 1.5);
 -ms-transform: scale(1.5, 1.5);
}

#button {
	float:right;
	display:block;
	height:18px;
	width:17px;
	text-indent:-9999px;
}

.closed { background:url(../../images/button2.png) left no-repeat; }

.open { background:url(../../images/button.png) right no-repeat; }

