﻿.shopHeader
{
	background-color: #ebebeb;
	background-image: url(img/hl_bg.gif);
	vertical-align: middle;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
}
.shopFooter
{
	background-color: #ebebeb;
	background-image: url(img/hl_bg.gif);
	vertical-align: middle;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
}

.shopImage
{
	width: 70px;
	height: 70px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
.shopImageColumn
{
	width: 130px; 
	text-align: center; 
	vertical-align: top;
}
.shopLink
{
	font-size: 14px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.shopLinkColumn
{
	width: 300px; 
	vertical-align: top;
}
.shopAmount
{
	font-size: 18px;
	color: black;
	font-family: Arial;
}
.shopLink:Hover
{
	color: #ff6622;
}
.shopModel
{
	font-family: Arial;
	font-size: 10px;
}
.shopDesc
{
	font-family: Arial;
	font-size: 10px;	
}
.shopDescColumn
{
	vertical-align: top;
}
.shopPrice
{
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: red;
}
.shopPriceColumn
{
	width: 120px; 
	vertical-align: top;
}
.shopNoTaxPrice
{
	font-family: Arial;
	font-size: 8px;
}
.shopPrevPrice
{
	font-family: Arial;
	font-size: 8px;
}

.shopItemImage
{
}
.shopItemName
{
	color: #ff6622;
	font-family: Arial;
	font-size: 18px;
}
.shopItemDesc
{
	font-family: Arial;
	font-size: 10px;	
}
.shopItemPrice
{
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: red;
	text-align: right;
}
.shopItemNoTaxPrice
{
	font-family: Arial;
	font-size: 8px;
	text-align: right;
}
.shopItemPrevPrice
{
	font-family: Arial;
	font-size: 10px;
	text-align: right;
}
.shopRowNormal 
{ 
	background-color: #FFFFFF
}
.shopRowhighlight 
{ 
	background-color: #000000
}
.shopPages
{
	font-size: 14px;
	font-family: Arial;
	vertical-align: top;
	text-align: right;
}

.relatedHeader
{
	color: #ff6622;
	font-family: Arial;
	font-size: 18px;
	text-align: left;
}
.relatedImage
{
	width: 70px;
	height: 70px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
.relatedLink
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.relatedPrice
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: red;
	padding-left: 10px;
}

.Cart
{
	border-right: #a5a5a5 1px solid;
	border-top: #a5a5a5 1px solid;
	border-left: #a5a5a5 1px solid;
	border-bottom: #a5a5a5 1px solid;
	background-color: #ebebeb;
}
.CartText
{
	font-family: Arial;
	font-size: 10px;	
}


.orderTable
{
	border-right: #a5a5a5 1px solid;
	border-top: #a5a5a5 1px solid;
	border-left: #a5a5a5 1px solid;
	border-bottom: #a5a5a5 1px solid;
	background-color: #ebebeb;
	vertical-align: top;
	
}
.orderHeadline
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}
.orderInfo
{
	font-family: Arial;
	font-size: 10px;
}
.orderErrors
{
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}

