body 
{
	font-family: Verdana;	
	font-size: 11px;
}

#container
{
	width: 700px;
	height: 475px;
	margin-right: auto;
	margin-left: auto;
}

#subcontainer
{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#disclaimer
{
	height: 24px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	padding: 4px;
	border-top: 1px solid #9e9b96;
}

#top
{
	height: 140px;	
	background-color: #f7f7f7;
	border-bottom: 1px solid #fff;
}


#pagerbar
{
	height: 28px;
	background-color: #f7f7f7;
	padding-top: 4px;
}

#content
{
	margin:0;
	padding:0;
	background-color: White;
	width: 700px;
}

p
{
	font-size: 11px;
	font-weight: normal;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 14px;
}

#cartholder
{
	width: 183px;
	height: 140px;	
	margin-left: 515px;
	background-image:url(../../Images/cart_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #efefef;
	position: absolute;
}

#logoholder
{
	background-image:url(../../Images/appetizer.jpg);
	width: 388px;
	height: 140px;	
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #efefef;
	position: absolute;
}

#menuholder
{
	padding: 0;
	margin: 0;
	margin-left: 391px;
	height: 140px;	
	width: 124px;
	background-color: #b4b2b5;
	position: absolute;

	
}

#searchholder
{
	text-align: center;
	height: 140px;	
	width: 183px;
	margin-left: 515px;
	background-image:url(../../Images/search_bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	border: 1px solid #ffffff;
}

#searchboxspacer
{
	margin-top: 110px;
}

#mainmenu ul 
{
    padding-left: 0;
    margin-left: 0;
    background-color: #b4b2b5;
    font-size: 12px;
	list-style-type: none;
}

#mainmenu ul li a 
{
	display: block;
	padding: 2px 2px;
    background-color: #b4b2b5;    
	color: #fff;
    text-decoration: none;
    border-bottom: 1px solid white;
}
#mainmenu ul li a:hover {
    background-color: #4C7DB5;
    color: #fff;
}

.smallcartview
{
	margin-top: 30px;
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding:10px;
	vertical-align: bottom;
}

#navcontainer
{
	height: 28px;
	margin-left: 0px;
    margin-top: 1px;
    background-color: #cfcfcf;
    color: White;
    font-size: small;
    width: 700px;
    
}

#navcontainer ul {
margin: 0px;   
}

#navcontainer ul li 
{
    display: inline; 
}
#navcontainer ul li a {
    padding: 6px 10px;
    background-color: #cfcfcf;
    color: #000;
    text-decoration: none;
    float: left;
    border-left: 1px solid #fff;
    /*height: 100%;*/
}
#navcontainer ul li a:hover {
    background-color: #ff9a30;
    color: #fff;
}

#navcontainer ul li a:active
{
	background-color: #ff9a30;
}

/*
*	PRODUKTER I KATEGORI-OVERSIGTEN
*/
.product
{
	font-size: 11px;
	width: 100%;
}

.productimage
{
	width: 20%;
	float:left;
	text-align: center;
}

.productdescription
{	
	width: 45%;
	float: left;
}

.productprice
{
	width: 20%;
	float: left;
	text-align: right;
}

.productbuybutton
{
	width: 15%;
	float: right;
	text-align: center;
}

.productseperator
{
	border-top: 1px solid #000;
}

.productheadline
{
	font-size: 11px;
	font-weight: bold;
}

/*
*	UDSEENDE P LINKS
*/
a
{
	color: Blue;
}

a:hover
{
	color: Blue;
	text-decoration: none;
}

.blockitem
{
	display: block;
	background-color: White;
	height: 150px;
	text-align: center;
	cursor: hand;
	padding: 0;
	margin: 0;
	border: 1px solid white;
}

.blockitemimage
{
	margin-top: 35px;
}

.blockitemdetails
{
	background-color: #535552;
	border-top: 1px solid Black;
}
