/*Produkter*/
.tblShopCatHeading
{
	width: 502px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.tblShopCatHeadingTD
{
	padding-left: 10px;
	font-size: 11pt;
	font-weight: bold;
	background-color: #b2b2cc;
	color: #ffffff;
}

.tblProducts
{
	margin-left: 10px;
}

.tblProdHalf
{
	width: 235px;
	height: 175px;
		height: auto;
	min-height: 175px;
	background-image: URL(/images/varebg2.gif);
	background-repeat: no-repeat;
}
.tblProdHalf TD
{
	padding: 5px;
}

.tblProdFull
{
	width: 500px;
	height: 90px;
		height: auto;
	min-height: 90px;
	border: solid 1px #cccccc;
	margin-bottom: 5px;
}

.smallProdImg
{
	margin-right: 10px;
}

.tblProdFull TD
{
	padding: 5px;
}

.tblProd TD
{
	padding: 10px;
}

.tdProduct
{
}

.tblProducts
{
	width: 100%;
}


.ProdListLink
{
	font-size: 12px;
}
.ProdListLink:hover
{
	text-decoration: underline;
}

.ProdListTD
{
	font-size: 12px;
	margin-top: 10px;
	border: solid 1px #cccccc;
}

.ProdHeadingTD, .ProdHeadingTDImg
{
	border-bottom: solid 1px #000000;
	margin-bottom: 5px;
}

.oddline
{
	background-color: #FFFFFF;
}

/*Handlekurv*/
.tdCartHeading
{
	background-color: #ffffff;
	color: #666699;
	font-size: 11px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.tblCartOverview
{
	background-color: #ffffff;
	border: solid 1px #666699;
	width: 100%;
}

.tdCartHeadingSmall
{
	background-color: #ffffff;
}


/* Shop checkout stuff */

.ShopLoginLayoutDIV
{
	background-color: Transparent;
	text-align: center;
	padding-top: 50px;
	height: 100%;
		height: auto;
	min-height: 100%;
}

.ShopLoginLayoutDIV input
{
	font-size: 12px;
	width: 200px;
}



.ShopLoginTable
{
	border: 3px solid #ffffff;
	border: 1px solid #666699;
	width: 350px;
	padding: 5px;
}

.ShopLoginTitle
{
	font-weight: 800;
	font-size: 15px;
	background-color: #666699;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	color: white;
}

.ShopLoginNameText
{
	padding: 5px;
	font-size: 12px;
	vertical-align: baseline;
}

.ShopLoginInputLoginName
{
	padding: 10px;
}



.ShopLoginPasswordText
{
	padding: 5px;
	font-size: 12px;
}

.ShopLoginInputPassword
{
	padding: 10px;
}



.ShopLoginInputButtonTD
{
	padding-left: 10px;
}

.LoginButton
{
}

.Title, .Info
{
	font-size: 12px;
	font-weight: bold;
}

