@charset "utf-8";
/* CSS Document */

#backtotop_wrap {
	width: 900px;
	margin: auto;
	}
#backtotop_right {
	width: 207px;
	float: right;
	text-align: center;
	}
#divTopRight {
	width: 100%;
	position: absolute;
	z-index:50;
	margin: 0;
	}
#rental_entry {
	border-top: 2px solid #B1B3C0;
	padding: 5px;
	height: 77px;
	}
#rental_entry ul li { 
	display:inline; 
	padding:0 
	}
#item {
	padding: 0;
	}
#cat {
	padding: 0;
	}
#price {
	padding: 0;
	}
ul li.thumb { 
	float: left;
	margin:0 10px 0 10px; 
	}
li.info	{
	float: right;
	width: 80%;
	}
#RentCat {
	margin: 0 -18px 0 -9px;
	}
#RentCat a.Audio {
	background-color: #514D58;
	}
#RentCat a.Lighting {
	background-color: #764B21;
	color: #FAFAFA;
	}
#RentCat a:hover.Lighting {
	background-color: #FFFFFF;
	color: #000000;
	}
#RentCat a.Video {
	background-color: #6C6C6A;
	}
#RentCat a.Rigging {
	background-color: #64656E;
	color: #FAFAFA;
	}
#RentCat a:hover.Rigging {
	background-color: #FAFAFA;
	color: #000000;
	}
#RentCat a.Computers {
	background-color: #1D255E;
	color: #FAFAFA;
	}
#RentCat a:hover.Computers {
	background-color: #C6D1E5;
	color: #000000;
	}
#RentCat a.AV {
	background-color: #440909;
	color: #FAFAFA;
	}
#RentCat a:hover.AV {
	background-color: #FFFFFF;
	color: #000000;
	}
#RentCat a.Power {
	background-color: #2C2A30;
	color: #FAFAFA;
	}
#RentCat a:hover.Power {
	background-color: #ffab58;
	color: #fffaee;
	}
#RentCat a {
		overflow: hidden;
		width: 19%;
		position: relative;
		display: inline-block;
		margin: 18px 9px 0;
		padding: 10px 10px 0 10px;
		height: 100px;
		text-align: center;
		background-color: #2c2a30;
		color: #E4E4E4;
		text-decoration: none;
		font-weight: bold;
		}
#RentCat a:hover {
	background-color: #FFFFFF;
	color: #FFFFFF;
	}
/* Form */
#form_wrap {
	margin-top: 18px;
	padding: 10px;
	background-color: #2C2A30;
	background-image: url(../Images/Background/top.png),  url(../Images/Background/bottom.png);
	background-repeat: repeat-x;
	background-position: top, bottom;
	}
.form .lbl {
	text-align:center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	color: #B1B3C0;
	}
.button .lbl {
	width:100%;
	text-align: center
	}
.form .input {
	padding: 5px 0;
	}
.form .input input {
	width: 100%;
	border:1px solid #B1B3C0;
	}
.form .input select {
	border:1px solid #B1B3C0;
	}
.form .input text {
	border:1px solid #B1B3C0;
	}



