.imagecontainer{
	position: relative;
	float: left;
	margin-bottom: 10x;
	padding: 40px 0px 0px 40px;
}

.images{
	cursor: default;
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: both;
}

.images li{
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 0px;
	float: left;
	height: 90px;
	text-align: center;
}

.images li a.border{
	border: 5px solid silver;
	background: url(../scripts/lightbox/images/loading.gif) no-repeat center center;
}

.images li a.border:hover{
	border: 5px solid #660000;
}

.images li a.cart{
	border: 0px;
	background: url(../images/shopping_cart_add.jpg) no-repeat right top;
	padding: 0px 26px 0px 0px;
	line-height: 24px;
}

.images li a.cart IMG{
	margin: 0px;
	padding: 0px;
}

.images img, .images li a.border, .images li a.cart{
	display: block;
}

.shop{
	width: 100%;
	border-collapse: collapse;
}

.shop TR.even{
	background-color: White;
}

.shop TR.oneven{
	background-color: #E5E5E5;
}

.shop TR.total{
	background-color: #A8321F;
}

.shop TR.total TD{
	color: white;
	font-weight: bold;
	padding: 5px;
	border-bottom: 0px solid white;
}

.shop TR.even TD.right, .shop TR.oneven TD.right, .shop TR.total TD.right{
	text-align: right;
}

.shop TD, .shop TH{
	border-bottom: 1px solid silver;
	text-align: center;
	vertical-align: middle;
}

.shop TH{
	color: #660000;
	height: 30px;
}

.shop INPUT, .shop SELECT, .shop OPTION{
	color: #660000;
	margin: 0px;
	padding: 0px;
}

.shop INPUT[type=text]{
	width: 20px;
	text-align: center;
}

INPUT[type=submit], INPUT[type=button]{
	width: 120px;
	margin: 0px;
	padding: 0px;
}

.shop SELECT{
	width: 120px;
}

.shop IMG{
	margin: 0px;
	padding: 0px;
	float: none;
}

p.left{float:left;padding:0px;margin:0px;}
p.right{float: right;;padding:0px;margin:0px;}