
div.feedback ul { 
	text-align: center;
	margin:0; 
	padding:0; 
	list-style:none;
	background-color: #f2f1eb;
	border: 2px solid #8b9298;
    margin-bottom: 15px;
}
	div.feedback ul li {
	    width: 99%;
	    padding: 3px; 
	    color: black;
	}
	div.feedback ul li.feedbackPanelINFO {
		font-weight: bold;
	}

table.basket {
	width: 100%;
}
	table.basket div.prodColor {
		width: 40px;
		height: 40px;
	}
	table.basket tr {
		text-align: left;
	}
		table.basket tr img {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		table.basket tr th {
			padding: 3px;
			color: black;
		}
		table.basket tr.basketHead th {
			border-bottom: 2px solid #8b9298;
		}
		table.basket tr.basketFoot th {		
			border-top: 2px solid #8b9298;
		}
		table.basket tr.odd {
			background-color: #f6f6f6;
		}
		table.basket tr.even {
			background-color: #fff;
		}
		table.basket tr.subtotal {
			background-color: #1b387a;;
			color: #fff;
		}
		table.basket tr.shipping {
			background-color: #fff;
		}
		table.basket tr.orderTotal {
			font-size: 1.5em;
			font-weight: bold;
			color: #137;
		}
		table.basket tr.orderTotal td {			
			border-top: 2px solid #1b387a;
		}
	table.basket .price {
		text-align: right;
	}
	table.basket .total {
		font-weight: bold;
	}
	table.basket td {
		padding: 2px;
		vertical-align: top;
	}
		table.basket td.shippingTotal {
			font-weight: bold;
		}
		table.basket td.spinner {
			padding-top: 4px;
		}
		table.basket div.color {
			border: 1px solid black;
			width: 15px;
			height: 15px;
		}
		table.basket div.colorBig {
			border: 1px solid black;
			width: 30px;
			height: 30px;
		}

div.shopTop {
	margin-bottom: 10px;
}
	div.shopTop h1 {
		text-align: left;
	}
	
div.shopCat {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
}
div.shopList {
	
}
div.shopProd {
	Xmargin-top: 1em;
	padding-top: 3px;
	border-top: 1px solid #ccc;
	Xtext-align: center;
}
div.shopProd div.add {
	padding-top: 1px;
	padding-right: 10px;
	text-align: right;
}
div.catProdList {
	border-top: 1px solid #ccc;
	padding-top: 3px;
}

div.productList {
	padding: 10px;
}

div.prodColor {
	width: 150px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #eee;
}
div.prodImage {
	text-align: center;
}

div.otherProducts {
	margin-top: 2em;
}
	div.otherProducts h3 {
		text-align: left;
	}

div.productPanel {
	padding: 5px;
	margin: 10px;
	width: 150px;
	text-align: center;
	float: left;
}
	div.productPanel div.prodColor {
		width: 130px;
		height: 60px;
	}
	div.productPanel div.productImage a {
		display: block;
	}
		div.productPanel div.productImage a:hover {
			text-decoration: none;
		}

div.popupBasket {
	cursor: pointer;
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 300px;
	background-color: #f2f1eb;
	border: 2px solid #8b9298;
	z-index: 9999;
}
	div.popupBasket h2 {
		background-color: #8b9298;
		color: white;
		font-style: normal; 
		padding: 2px;
	}
	div.popupBasket p {
		background-color: #8b9298;
		color: white;
		font-size: 90%; 
		padding: 0;
	}

div.checkoutPanel {
	margin-left: 8px;
	margin-right: 8px;
}
	div.checkoutPanel table {
		width: 90%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
div.basketList {
	text-align: center;
}
div.basketCheckout {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 2px;
}
div.siteSeal {
	text-align: center;
	margin-top: 20px;
}
div.freeShipping {
	text-align: center;
	margin-top: 20px;
}
div.orderContact {
	margin-top: 15px;
}

div.basketPanel {
	margin-left: 8px;
	text-align: center;
	border: 1px solid #999;
	background-color: white;
	padding: 1px;
}
	div.basketPanel .basketTitle {
		font-size: 1.3em;
		font-weight: bold;
		padding-bottom: 5px;
	}
	div.basketPanel table.basket {
		width: 100%;
		margin: 0;
	}

form {
}
	option {
		padding-right: 1em;
	}
	fieldset.styled {
		text-align: left;
		border: none;
	}
		fieldset.styled legend {
			display: none;
		}
		fieldset.styled label {
			display: block;
			line-height: 1.2;
			font-weight: bold;
		}
		fieldset.styled ol {
		}
			fieldset.styled li {
				list-style: none;
				margin-bottom: 1em;
			}

#panelFeedback {
}
	#panelFeedback ul {
		margin: 0 10% 10px 10%;
		padding: 3px 3px 3px 30px;
		background: #ffe url(dialog-warning.png) no-repeat top left; ;
		border: 3px solid #daa;
	}
		#panelFeedback li {
			list-style: none;
			margin: 0;
			padding-left: 25px;
			color: #c00;
		}

.infoTitle {
	font-size: 2em;
	font-weight: bold;
	color: black;
	text-align: center;
	margin-bottom: 0.3em;
}
.infoLabel {
	padding: 1px 3px;
	font-weight: bold;
	background-color: #137; 
	color: white;
	font-size: 1.3em;
}
.infoDetails {
	padding: 5px 0px 0px 10px;
	margin-bottom: 10px;
}

.infoButtons {
	padding: 5px 0px 0px 10px;
	margin-bottom: 10px;
	border-top: 1px solid #137;
	text-align: center;
}

