.eshopErrorMessage {
	color: red;
	font-size: 11px;
	text-align: center;
}

.eshopProductsFilterBar {
	height: 25px;
	margin: 5px;
	padding: 5px;
	
	font-size: 10px;
	
	border: 0;
	border-bottom: 1px;
	border-style: dashed; 
	border-color: gray;
}

.eshopProductsNavBar
{
	height: 25px;
	margin: 5px;
	padding: 5px;
	
	font-size: 11px;
	text-align: center;
}

.eshopProductsList {
	min-height:300px;
	align: center;
}

.eshopProductInList {
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	float: right;
	
	width: 200px;
	height: 225px;
	overflow: hidden;
	
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	
	border: 1px;
	border-style: solid; 
	border-color: #cacaca;
}

.eshopProductInList:HOVER {
	font-weight: bold; 
	
	background-color: #F6F6FA;
	border-color: gray;
}

.eshopProductInListPrice {
	height: 15px;
	color: green;
	font-size: 10px;
}

.eshopProductInListOldPrice {
	height: 15px;
	color: red;
	font-style: italic;
	font-size: 10px;
	text-decoration: line-through;
}

.eshopProductInListImage {
	border: 0;
}

.eshopProductInListBasketQuantity {
	height: *;
	padding-top: 3px;
	text-align: center;
	vertical-align: bottom;
	color: black;
}

.eshopProductDetails {
	padding: 5px;
	text-align: center;
	width: 98%;
}

.eshopProductPriceStatus {
	width: 50%;
}

.eshopProductBasketStatus {
	color: green;
	font-size: 10px;
	text-align: left;
	width: 50%;
	float: left;
}

.eshopProductPrice {
	color: green;
	font-size: 12px;
	text-align: left;
}

.eshopProductOldPrice {
	color: red;
	font-style: italic;
	font-size: 12px;
	text-decoration: line-through;
	text-align: left;
}

.eshopBasketStatusBar {
	width: 100%;
	font-size: 10px;
	
	border: 0;
	border-bottom: 1px;
	border-style: dashed; 
	border-color: gray;
}

.eshopBasket {
	width: 100%;
	text-align: center;
}

.eshopBasketList {
	width: 100%;
	text-align: center;
	font-size: 11px;
}

.eshopProductInBasket {
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	
	/*width: 500px;*/
	height: 225px;
	overflow: hidden;
	
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	
	border: 1px;
	border-style: solid; 
	border-color: #cacaca;
}

.eshopProductInBasket:HOVER {
	border-color: gray;
	background-color: #F6F6FA;
}

.eshopProductInBasketImage {
	border: 0;
}

.eshopBasketProductProperty {
	margin: 10px;
	width: 100%;
}

.eshopBasketProductSummary {
	margin: 20px;
	padding: 10px;
	
	font-size: 12px;
	font-weight: bold;
}

.checkoutLink {
	color: green;
}

.checkoutLink:HOVER {
	color: red;
}

.continueLink {
	color: green;
}

.continueLink:HOVER {
	color: red;
}

.eshopLoginForm {
	font-size: 11px;
	text-align: center;
}

.eshopFormFieldTitleBox {
	text-align: left;
	width: 45%;
}

.eshopFormFieldBox {
	text-align: left;
	width: 55%;
}

.eshopFormField {
	font-size: 11px;
}

.eshopFormMessage {
	padding: 5px;
	margin: 5px;
	
	font-size: 11px;
	text-align: center;
}

.eshopLogoutForm {
	font-size: 11px;
	text-align: center;
}

.eshopLogoutFormMessage {
	margin: 5px;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}

.eshopCheckoutForm {
	font-size: 11px;
	text-align: center;
}

.eshopCheckoutResultFormMessage {
	margin: 10px;
	padding-top: 100px;
	font-size: 11px;
	text-align: center;
	height: 200px;
}

.eshopGetInfoForm {
	font-size: 11px;
	text-align: center;
}
