

		div.inventory span.inventory_main a img{
		
		}

		div.inventory span.inventory_thumbs a img{
		
		}

		


		#inventory_blur {
				position: fixed;
				top: 0;
				left: 0;
				opacity: .7;
				-moz-opacity: .7;
				filter: alpha(opacity = 70);
				display: none;
				background-color: black;
				height: 1000px;
				width: 100%;
				z-index: 5000;
		}
		
		#inventory_lightwrap {
			position: fixed;
			left: 0;
			top: 10%;
			width: 100%;
			text-align: center;
			display: none;
			z-index: 5001;
			
  		}
		
		#inventory_lightbox {
			margin: 0 auto;
			border: 2px solid black;
			border-radius: 5px;
			background-color: white;
			padding: 5px;
			text-align: center;
  		}
		
		#inventory_lightbox p {
			position: relative;
			margin: -5px -5px 5px -5px;
			padding: 2px 10px;
			display: block;
			text-align: right;
  		}
		
		#inventory_lightbox p a {
			display: block;
			background: #900;
			color: white;
			font-weight: bold;
			text-decoration: none;
			position: absolute;
			top: -11px;
			right: -11px;
			width: 20px;
			height: 20px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			line-height: 19px;
			text-align: center;
			border: 1px solid white;
  		}
		
		#inventory_lightimg {	
			width: auto;
  		}
			
table td label {
display: block;
float: left;
width: 80px;
text-align: right;
margin: 3px 7px 0 0;
padding: 0;
}

table td input {
display: inline;
float: none;
clear: none;
margin: 0 5px 0 5px;
padding: 0;
width: 200px;
}

table td input.city {
width: 100px;
}

table td input.state {
width: 30px;
}

table td input.zip {
width: 50px;
}

table td input.submit {
width: auto;
margin-left: 90px;
}

div.inventory {
border: 1px solid #ccc;
margin: 10px;
padding: 10px;
font-size: 10pt;
width: 40%;
}

div.inventory p.name {
font-weight: bold;
}
			#inv_page {
				width: 100%;
				text-align: right;
				margin: 0;
				padding: 0;
			}
			#inv_page a:link, #inv_page a:visited, #inv_page span {
				padding: 0 4px;
			}
div.inventory {
color:rgb(84, 84, 84);
float:left;
width:245px;
}
div.inventory.oddrow{
float:right;
}

div.inventory span{
color:rgb(150, 150, 150);
margin-right:10px;
display:block;
clear:both;
font-size:1em;
line-height:1em;
width:100%;
}

div.inventory img {
    border: 0px none;
    float: left;
    display: block;
    margin-right: 10px;
}

div.inventory_detail  {
width:100%;
height:auto;
}

div.inventory_detail  img {
    float: none;
clear:both;
    display: block;
    margin:0;
}
div.inventory_detail .inventory_images .inventory_thumbs img{
margin:10px;
float:left;
clear:none;
}

#catform input{
width:400px;
}
#catform fieldset{
border:none;
width: 700px;
}
#catform label{
width:150px;
}


#catform input.submit{
width:100px;
float:right;
}
