@charset "utf-8";
			div#sidebar {
				margin-left: 0;
				width: 255px;
				}
			div#sidebar ul {
				margin: 0 0 0 57px;
				padding: 0;
				}
			div#sidebar h3,
			div#sidebar h4,
			div#sidebar form {
				margin-left: 40px;
				}
			div#productthumbs {
				width: 255px;
				overflow: hidden;
				/*margin-left: -40px;*/
				margin-top: 25px;
				}
			div#productthumbs h3 {
				margin-left: 40px;
				}
			div#productthumbs ul {
				list-style-type: none;
				margin: 0 1px;
				padding: 0;
				}
			div#productthumbs li {
				float: left;
				width: 53px;
				height: 53px;
				border: 1px solid #DDD;
				margin: 0 11px 11px 0;
				}
			div#productthumbs a {
				display: block;
				width: 100%;
				height: 100%;
				font-size: 7pt;
				}
			div#text {
				width: 456px;
				}
			div#pagination hr {
				border: 0;
				border-top: 1px dashed #4f5253;
				height: 0;
				width: 200px;
				margin: 20px auto 0 auto;
				}
			div#download {
				border-top: 1px solid #FFF;
				text-align: center;
				margin-top: 30px;
				}
			div#download p {
				}
			div#download a {
				padding: 37px 0 0 60px;
				margin: 0;
				background: transparent url(../images/download-pdf.gif) top left no-repeat;
				text-decoration: none;
				}
