	#content div.list {

			padding: 0 0 0 1px;
		}
			#content div.list table {
				margin: 10px 0 0 0;
				border-collapse: collapse;

				width:100%;
			}

			#content div.list table tr.stripe {
				background-color:#ffc;
				background-color:#eee;
			}
				#content div.list table tr th, #content div.list table tr td  {
					border-bottom: 1px solid #ccc;
					font-size:80%;
					padding: 10px;
				}
				#content div.list table tr th {
					background-color:#ffa;
					background-color:#ddd;
				}
				#content div.list table tr td  {
					vertical-align:top;
					overflow: hidden;
					height: 110px;
					_height: 90px;
				}
				#content div.list table tr td p {
					margin: 0 10px 10px 130px;
					font-size:100%;
				}

				#content div.list table tr td ul {
					margin: 0 0px 10px 145px;
					font-size:90%;
					list-style-type: square;
					padding:0;
				}

				#content div.list table tr td ul.options {
					margin: 0 0px 10px 130px;
					list-style-type: none;
					padding:0;
				}
					#content div.list table tr td ul.options li {
						float: left;
						margin: 0 15px 0 0;
						font-size:95%;
					}
						#content div.list table tr td ul.options li a {
							background-repeat: no-repeat;
							padding: 1px 0 1px 20px;
							text-decoration: none;
							font-weight: normal;
						}
							#content div.list table tr td ul.options li a.add{
								background-image: url(images/icons/add.gif);
							}
							#content div.list table tr td ul.options li a.email{
								background-image: url(images/icons/email.gif);
							}
							#content div.list table tr td ul.options li a.map {
								background-image: url(images/icons/map.gif);
							}
							#content div.list table tr td ul.options li a.pdf {
								background-image: url(images/icons/pdf.gif);
							}
							#content div.list table tr td ul.options li a:hover {
								text-decoration: underline;
							}
				#content div.list table tr td img {
					float: left;
					display: block;
					position: absolute;
					z-index:1;
					margin: 0;
					padding: 0;
				}
				#content div.list table tr td div.img {
					position: relative;
					width: 120px;
				}
				#content div.list table tr td div.image_overlay {
					position: absolute;
					top:0;
					left:0;
					z-index:100;
					margin: 0;
					padding: 0;
				}