/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #94713B;
}

.headertable
{
	background-color:#CCDDEE
		
}

.header
{
	background-image: url(/avApr/graphics/topp2.jpg);	
}

#topMenu
{
	width: 800px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 50px;
}

.ramme
{
	background-color:#cccccc
}

.top
{
	background-color:#eeeeee
}

.bottom
{
	background-color:#eeeeee
}

.brownBorder_left
{
	border-left: #b3a25d 4px solid;
	border-top: #b3a25d 4px solid;
	background-color:White;
} 
.brownBorder_top
{
	border-top: #b3a25d 4px solid;
	background-color:White;
} 	
.gray
{
	background-color: #DDDCCB;
}
.white
{
		background-color: white;
}
.smallgray
{
	color: Gray;
}
.imageborder
{
	border-right: #7D6736 thin solid;
	border-top: #7D6736 thin solid;
	border-left: #7D6736 thin solid;
	border-bottom: #7D6736 thin solid;
}
Div#lang 
{
	position:absolute;
	left: 970px;
	top: 150px;
	z-index:1;
	
}

div#minicart
{
	width: 100px;
	float: right;
}

.productImage
{
	margin-left: 5px;
}


