*
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
}

p
{
	padding:0px;
	margin:0px;
}

body
{
    background-color: #fff;
}

.container
{
    margin: 0 auto;
    width: 1041px;
    background-image: url("images/middleBg.gif");
    background-position: right;
    background-repeat: repeat-y;
}

.container .topRight
{
    background-image: url("images/topRightCorner.gif");
    background-position: top right;
    background-repeat: no-repeat;
    float: right;
    width: 23px;
    height: 17px;
}

.container .topLeft
{
    background-image: url("images/topLeftCorner.gif");
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    width: 14px;
    height: 17px;
}

.container .topMiddle
{
    background-image: url("images/topMiddle.gif");
    background-position: top center;
    background-repeat: repeat-x;
    height: 17px;
}

.container .topMiddle:after
{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
}

h1
{
    height: 197px;
    font-size: 0px;
    color: #fff;
    margin: 0px 20px 7px 20px;
    background-image: url("images/header.jpg");
    background-repeat: no-repeat;
}

p
{
	margin:0px;
	padding:0px;
	padding-top:10px;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.pageTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #55D855;	
}

a.productNavigation {
    text-decoration: none;
	font:10px Verdana, Verdana, Helvetica;
    color: #55D855;
	font-weight: normal;
	
}

a.productNavigationGray {
    text-decoration: none;
	font:10px Verdana, Verdana, Helvetica;
    color: #C6C8CA;
	font-weight: normal;
}

.navigationGray {
    text-decoration: none;
	font-family: Verdana, Verdana, Helvetica;
    font-size: 10px;
    color: #C6C8CA;
	font-weight: normal;
}

.navigationSelected {
    text-decoration: underline;
	font-family: Verdana, Verdana, Helvetica;
	font-size:10px;
    color: #000000;
	font-weight: normal;
}


/*
    MENYEN
*/

#nav
{
    margin: 0px 20px 7px 20px;
    background-image: url("images/menubarRightCorner.gif");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #55D855;
    height: 23px;
    list-style-type: none;
}

#nav:after
{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: left;
}

#nav li
{
    float: left;
    position: relative;
}

#nav li a
{
    display: block;
    padding: 4px 12px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#nav li a:hover
{
    color: #3F3F3F;
}

#nav li ul
{
    display: none;
    position: absolute;
    top: -69px;
    left: 0px;
    width: 120px;
    list-style: none;
}

#nav li:hover ul, #nav li.over ul
{
    display: block;
}

#nav li > #nav ul
{
    top: auto;
    left: auto;
}

#nav li ul li 
{
    border-bottom: 1px solid #fff;
}

#nav li ul li a
{
    display: block;
    background-color: #55D855;
    width: 75px;
    text-transform: capitalize;
}

#nav li.left
{
    background-image: url("images/menubarLeftCorner.gif");
    width: 5px;
    height: 23px;
}

/*
    /MENYEN
*/


.container .bottomRight
{
    background-image: url("images/bottomRightCorner.gif");
    background-position: bottom right;
    background-repeat: no-repeat;
    float: right;
    width: 24px;
    height: 23px;
}

.container .bottomLeft
{
    background-image: url("images/bottomLeftCorner.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 23px;
}

.container .bottomMiddle
{
    background-image: url("images/bottomMiddle.gif");
    background-position: bottom center;
    background-repeat: repeat-x;
    height: 23px;
}

.container .bottomMiddle:after
{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
}

.leftMenu
{
    margin: 0px 20px;
    list-style-type: none;
}

.leftMenu li
{
    margin-bottom: 1px;
}

.leftMenu li a
{
    display: block;
    height: 22px;
    width: 178px;
    background-image: url("images/leftMenu.gif");
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.leftMenu li a:hover
{
    background-image: url("images/leftMenuHover.gif");
}

.leftMenu li a span
{
    padding: 3px 15px;
    display: block;
}

.rightContent
{
    vertical-align: top; 
    text-align: left; 
    width: 160px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.rightContent th.headLeft
{
    background-image: url("images/rightContentHeadLeftCorner.gif"); 
    width: 13px; 
    height: 26px;
    vertical-align: top;
}

.rightContent th.headRight
{
    background-image: url("images/rightContentHeadRightCorner.gif"); 
    width: 13px; 
    height: 26px;
    vertical-align: top;
}

.rightContent th.headMiddle
{
    background-image: url("images/rightContentHeadMiddle.gif"); 
    height: 26px;
    width: 110px;
    color: #fff;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    vertical-align: middle;
}

.rightContent td.content
{
    background-image: url("images/rightContentMiddle.gif"); 
    background-position: top right;
    font-size: 11px;
    width: 136px;
}

.rightContent td.content p
{
    padding: 0px 10px;
}

.rightContent td.bottomLeft
{    
    background-image: url("images/rightContentBottomLeftCorner.gif"); 
    width: 13px; 
    height: 21px;
}

.rightContent td.bottomRight
{    
    background-image: url("images/rightContentBottomRightCorner.gif"); 
    width: 13px; 
    height: 21px;
}

.rightContent td.bottomMiddle
{    
    background-image: url("images/rightContentBottomMiddle.gif"); 
    height: 21px;
}

.pressBigImage
{
    width: 355px;
    background-image: url(images/pressBigImageMiddle.gif);
    float: left;
    margin-right: 20px;
}

.pressBigImageTop
{
    height: 19px;
    background-image: url(images/pressBigImageTop.gif);
    
}

.pressBigImageBottom
{
    height: 26px;
    background-image: url(images/pressBigImageBottom.gif);
    
}

.pressThumb 
{
    width: 78px;
    height: 70px;
    background-image: url(images/pressThumbShadow.gif);
    background-repeat:no-repeat;
    vertical-align: middle;
    text-align: left;
    padding-left:12px;
}

.plateView
{
    font-size: 11px; 
    font-weight: bold; 
    color: #666; 
    width: 191px; 
    height: 119px; 
    background-image: url(images/skiltvisningShadow.gif);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: top;
}

.groupShadow
{
    background-image: url(images/groupShadow.gif);
    width: 210px;
    height: 156px;
    vertical-align: top;
    text-align: center;
}

.groupTitle
{
    text-align: center; 
    color: #666666; 
    text-transform:uppercase; 
    padding-top: 10px;
    padding-right:10px;
    padding-left:10px;
    height: 25px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.gotoCartShadow
{
	height: 49px; 
	width: 135px;
}

.gotoCartShadow td
{
	background-image: url(images/gotoCartShadow.jpg); 
	text-align: center; 
	vertical-align: middle
}

.gotoCartShadow td a
{
	text-transform: uppercase; 
	color: #666; 
	text-decoration: none; 
	font-size: 13px;
	margin-top: 10px;
}

.gotoCartShadow td a:hover
{
	color: #333;
}

.cartStepTitle
{
	font-size:10px;
}
