﻿
/*GRIDSYSTEM --------------------------------------------------- */

#GridWrapper {
	margin-top: 10px; 
}

#Grid {
	float: left;
	width: 760px;
	height: auto;
}

#Right {
	float: right;
	width: 200px;
}

#Grid .GridRow {
	clear:both; 
}

#Grid .Divider {
	margin-bottom: 15px;
}

.GridBox{
	margin-bottom: 15px; 
}

.GridRow .GridBox {
	float: left;
}

/*Gridbox Templates ---------------------------------------------------------- */


/*GRIDBox med "3d"-effect --------------------------------------------------- */

.Extrude {
	border-right: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-left: 1px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
}

.Extrude.Active {
	border-color: #99abbe;
}

.GridBox.Extrude h1{
	margin:10px;
	margin-right:0px;
	text-transform: uppercase;
}

.GridBox.Extrude h2{
	font-size: 18px;
	margin:10px;
	margin-right:0px;
	text-transform: uppercase;
}

.GridBox.Extrude h3{
	margin:10px;
	margin-right:0px;
	text-transform: uppercase;
}

.GridBox.Extrude h4{
	margin:10px;
	margin-right:0px;
	text-transform: uppercase;
}

.GridBox.Extrude p{
	margin-left:10px;
	margin-right:0px;
	margin-bottom:3px;
}

.GridBox.Extrude ul{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	line-height: 150%;
}

/*GRIDBox med liten bild t. höger el vänster
--------------------------------------------------- */

.GridRow .GridBox.SmallImgRight img{
	float: right;
	margin-left: 10px;
}

.GridRow .GridBox.SmallImgLeft img{
	float: left;
	margin-right: 10px;
}

.GridRow .GridBox.Extrude.SmallImgRight img{
	margin: 5px;
}

.GridRow .GridBox.Extrude.SmallImgLeft img{
	margin: 5px;
}

/*GRIDBox med stor bild, rubriken innuti bilden
--------------------------------------------------- */

.GridRow .GridBox.WideImg img{
	margin: 0;
	width: 100%;
}

.GridRow .GridBox.WideImg h2{
	color: white;
	margin-top: -20px;
	font-weight: bold;
}

/* Högerkolumnen - boxar med färgad top.
--------------------------------------------------- */

#Right .GridBox h2{
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	height: 12px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #a2a2a2;
}

#Right .GridBox.BlueHead h2{
	background-image: url(/styles/images/bg_bluehead.gif);
	background-repeat: repeat-x;
	background-color: #002c5c;
	text-transform: uppercase;
}

#Right .GridBox.RedHead h2{
	background-image: url(/styles/images/bg_redhead.gif);
	background-repeat: repeat-x;
	background-color: #ab092b;
	text-transform: uppercase;
}

.GridBox.ArticlePuff h3{
	display: block;
	margin-bottom: 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

.GridBox.ArticlePuff h4{
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

.GridBox.ArticlePuff .ArticleImage{
	float: left;
	margin: 10px;
	margin-top: 0;
}

.GridBox.ArticlePuff p.PuffDescription{
	clear: both;
}

.GridBox.ArticlePuff .PuffPrice{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
}

.GridBox.ArticlePuff .PuffPrice.Red{
	color: #BD1337;
}

.GridBox.ArticlePuff .BlueBtn,
.GridBox.ArticlePuff .RedBtn{
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
	float: none;
	
}


.GridBox.ArticlePuff .ArticlePuffInfo 
{
	float: right;
	width: 78px;
	padding-right: 10px; 
	word-wrap: break-word;
}

/* Templates för olika många gridbox per rad
--------------------------------------------------- */


/*1 x 100%
--------------------------------------------------- */
.GridRow.x100 .First{
	width:750px;
	
	}

.GridRow.x100 .Second{
	display: none;
}

.GridRow.x100 .Third{
	display: none;
}

/*3 x 33%
--------------------------------------------------- */

.GridRow.x3x33 .GridBox{
	height: 150px;
	overflow: hidden;	
}

.GridRow.x3x33 .First{
	width: 235px;
	margin-right:20px;	
}

.GridRow.x3x33 .Second{
	width: 235px;
	margin-right:20px;
	}

.GridRow.x3x33 .Third{
	width: 235px;
}

/*2 x 75%, 25%
--------------------------------------------------- */
.GridRow.x1x75x1x25 .First{
	width: 495px;
	margin-right:20px;	
	overflow: hidden;	
}

.GridRow.x1x75x1x25 .Second{
	width: 230px;
	overflow: hidden;	
}

.GridRow.x1x75x1x25 .Third{
	display:none;
	overflow: hidden;	
}

/*2 x 25%, 75%
--------------------------------------------------- */
.GridRow.x1x25x1x75 .First{
	width: 230px;
	margin-right:20px;	
}

.GridRow.x1x25x1x75 .Second{
	width: 495px;
}

.GridRow.x1x75x1x25 .Third{
	display:none;
}

/*2 x 50%
--------------------------------------------------- */
.GridRow.x2x50 .First{
	width: 363px;
	margin-right:21px;	
}

.GridRow.x2x50 .Second{
	width: 370px;
}

.GridRow.x2x50 .Third{
	display:none;
}

