body{
	background-image: url('../assets/images/dark-texture.jpg');
	background-repeat: repeat;
}
#header {
	height: 100px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}
#content{
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#navbar {
	background-color: #404040;
	margin: 0px 0px 0px 0px;
	color: white;
	text-align: right;
}
#navbar > ul.links{
	display: inline;
	margin-right: 20px;
}
#searchForm{
	margin-right: 20px;
}
#navbar a {
	color: white;
	text-decoration: none;	
}
#content {
	min-height: 400px;
	padding: 10px 20px 10px 20px;
}
#footer {
	height: 40px;
	color: white;
background-color: white;
	background-repeat: repeat;
}
.productlisting, table.productlisting td{
	border: 0px solid black !important;
}

#header .menu {
	text-align: right;
}

#header .menu .homeMenu{
	float: right;
	margin-top: 17px;

}

#header .menu .homeCart {
	float: right;
	text-align: center;
	padding-right: 10px;
}

#header .menu .cartCount{
	margin-bottom: -7px;
	padding-left: 10px;
	font-style: italic;
	font-size: 8pt;
	
}

.ItemShortDescription {
	color: #1390D7;
	font-weight: Bold;
	display: block;
}

table.shoppingcart td img, table.productlisting td img {
	border: 0px solid #fff;
}

legend {
 	color: #869A33;
}

#success {
	background-color: #869A33;
}
input[name='ItemRevision.Qty']{
	margin-left: 5px;
margin-right: 5px;
}
