@import "reset.css";
@import "combobox.css";
/******************************************
**			GENRAL STYLES				 **
******************************************/
html
{
	overflow-y: scroll;
}
body
{
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #817664;
	font-size: 12px;
	background-color: #c2b9b5;
}
h1
{
    font-family: Georgia, "Times New Roman" , Serif;
}

.FloatLeft
{
	float: left;
}
.FloatRight
{
    float: right;
}
div.Clear
{
	clear: both;
}
div.DottedSeperator
{
	border-bottom: dotted 1px #dbdbdb;
	border-top: dotted 1px #fafafa;
	margin-bottom: 1px;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
}
a
{
	text-decoration: none;
	color: #7f004d;
}
a:hover
{
	text-decoration: underline;
}
a.OrangeCaps
{
	display: block;
	color: #7f004d !important;
	text-transform: uppercase;
	font-size: 11px !important;
	text-align: right;
	text-decoration: none !important;
	margin: 20px 0px 15px 0px;
	font-family: Helvetica, Arial, sans-serif;
}
a.OrangeCaps:hover {
	color:#7f004d !important;
	text-decoration:underline !important;
	border-bottom:0 !important;
}
#PageWrap
{
	width: 831px;
	padding: 10px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	background-color: #FFF;
}
.MainWrap
{
	background: transparent url(../gfx/left_bg.gif) repeat-y scroll 0 0;
	float: left;
	margin-top: 5px;
	display: inline;
}
.ContentWrap
{
    float: left;
    padding: 0 10px 0 20px;
    width: 660px;
    display: inline;
}
/******************************************
**			FRONT PAGE					 **
******************************************/
.FrontPage
{
    width: 680px;
    /*height: 360px;*/
    overflow: hidden;
    color: #fff;
    margin-left: -10px;
    background-color: #887766;
}
.FrontPage .Text
{
    
    /*padding: 35px 20px 0px 20px;*/
    padding: 10px 20px 0px 20px;
    width: 210px;
    /*height: 295px;*/
    float: left;
    line-height: 24px;
    display:inline;
}
.FrontPage h1
{
    font-size: 18px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.FrontPage img
{
    float: left;
    display: inline;
}
.StaticFrontPage
{
    line-height: normal;
    margin-left: -10px;
    width: 680px;    
}
.StaticFrontPage h1
{
    margin: 20px 0px 10px 0px;
    font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman" , Serif;
}
.StaticFrontPage img
{
    float: right;
    margin: 0px 0px 10px 0px;
}
/******************************************
**			LEFT COLUMN GENERAL			 **
******************************************/
.LeftContent
{
	width: 140px;
	float: left;
	display: inline;
}
.LeftContent .DottedSeperator
{
	background-color: #fff;
}
.LeftContent .SearchBox
{
	height: 16px;
	width: 120px;
	margin: 1px 0 0;
	padding: 6px 10px;
	background-color: #e3e0dc;
}
.LeftContent .SearchBox .Input
{
	float: left;
	font-size: 11px;
	width: 100px;
	height: 14px;
	color: #e3e0dc;
	border: 0;
	margin-right: 4px;
	padding: 0;
}
.LeftContent .SearchBox input
{
	float: right;
}
.LeftContent .MenuLarge
{
	width: 140px;	
	margin-top: 1px;
}
.LeftContent .MenuLarge ul
{
	padding: 10px 10px 111px 10px;
}
.LeftContent .MenuLarge ul li
{
	margin-bottom: 10px;
}
.LeftContent .MenuLarge a
{
	width: auto;
	height: 78px;
	padding: 42px 8px 0;
	display: block;
	background-color: #d0cac3;
	color: #887766;
	font-family: Georgia, "Times New Roman" , Serif;
	font-size: 18px;
	text-decoration: none;
}

.LeftContent .MenuLarge a:hover
{
	border: solid 2px #bcaea7;
	height: 76px;
	padding: 40px 6px 0px;
}

.LeftContent .MenuWrap
{
	width: 140px;
	font-size: 12px;
	background-color: #FFF;
}
.LeftContent a.MenuButton
{
	display: block;
	width: 130px;
	color: #FFF;
	border: 0;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 10px;
	margin-bottom: 1px;
	text-decoration: none;
	overflow: hidden;
	height: 35px;
}
.LeftContent .MenuButton span
{
    border-top: solid 11px transparent;
    display: block;
    width: 100px;
    height: 35px;
    overflow: hidden;
}

.LeftContent a.MenuButton:hover,
.LeftContent a.MenuButton.Active
{
	background-position: -140px 0;
}
.LeftContent a.MenuButton.Clicked
{
	background-position: 0 -35px;
}
.LeftContent a.MenuButton.Clicked:hover
{
	background-position: -140px -35px;
}
.LeftContent a.MenuButton.Orange
{
	background-image: url(../gfx/button1.gif);
}
.LeftContent a.MenuButton.Red
{
	background-image: url(../gfx/button3.gif);
}
.LeftContent a.MenuButton.Violet
{
	background-image: url(../gfx/button2.gif);
}
.LeftContent .MenuWrap ul.MenuList
{
	display: block;
}
.LeftContent .MenuList div.DottedSeperator
{
    margin-left: -20px;
    width: 140px;
}
.LeftContent .MenuWrap li
{
	display: block;
	height: 22px;
	line-height: 20px;
	overflow:visible;
	padding: 0 0 0 20px;
}
.LeftContent .MenuWrap .MenuList li.TwoLines
{
	display: list-item;
    height: 30px;
    line-height: 13px;
    margin-top: 3px;
}
.LeftContent .MenuWrap .MenuList li.TwoLines a
{
    height: 30px;
}
.LeftContent .MenuWrap .MenuList li a
{
    display: block;
    height: 22px;
    width: 120px;
	text-decoration: none;
	color: #817664;
	font-size: 11px;
	

}
.MenuWrap .MenuList li a.RedText:hover,
.MenuWrap .MenuList li a.RedText.Selected
{
	color: #a40049;
}
.MenuWrap .MenuList li a.OrangeText:hover,
.MenuWrap .MenuList li a.OrangeText.Selected
{
	color: #d06f1a;
}
.MenuWrap .MenuList li a.VioletText:hover,
.MenuWrap .MenuList li a.VioletText.Selected
{
	color: #7f004d;
}

/******************************************
**			RIGHT COLUMN GENERAL    	 **
******************************************/
.RightWrap
{
	width: 220px;
    padding: 70px 0px 0 10px;
	float: right;
	font-size: 11px;
}
.RightWrap h1
{
	font-family: Georgia, "Times New Roman" , Serif;
	font-size: 24px;
	font-weight: normal;
	color: #bbb5a9;
	margin-bottom: 2px;
	margin-left: 10px;
}
.RightWrap .Content
{
    /*padding: 8px 10px 35px 20px;*/
	line-height: 18px;
	margin-bottom: 25px;
}
.RightWrap .Content .InnerContent
{
	padding: 10px 10px 0 20px;
}
.RightWrap .Content .InnerContent span.MusicPlayer
{
	display: block;
}
.RightWrap .Content a
{
    display: block;
    float: left;
    color: #817664;
    font-size: 11px;
    text-decoration: none;
    width: 180px;
    margin-bottom: 5px;
}
.RightWrap .Content a:hover
{
    text-decoration: underline;
}

.RightWrap .Content a.DownloadLink
{
    color: #817664;
    font-size: 11px;
    text-decoration: none;
    width: 165px;
    margin-bottom: 5px;
	word-break: break-word;
	word-wrap: break-word;
}

.RightWrap .Content a.DownloadLink:hover
{
    text-decoration: underline;
}
  
.RightWrap .MenuWrap
{
	margin-bottom: 40px;
}
.RightWrap .MenuWrap ul
{
	
	margin-top: -1px;
}
.RightWrap .MenuWrap li
{
	display: inline;
	height: 22px;
	line-height: 20px;
	padding-left: 10px;
}
.RightWrap .MenuWrap li a
{
	margin-left: 10px;
	text-decoration: none;
	color: #817664;	
}
.RightWrap .MenuWrap li a:hover
{
    border: 0;
    color: #7F004D;
}
.RightWrap .MenuWrap li a.Active
{
	color: #7F004D;
}
.RightWrap .SolidMenu
{
	margin: 60px 0px 10px 0px;
}
.RightWrap .SolidMenu ul
{
	margin-top: 1px;
	background-color: #f1f0ec;
	border-bottom: solid 5px #e0ddd6;
	padding: 10px 0px 10px 35px;
	font-size: 14px;
	line-height: 23px;
	font-family: Georgia, "Times New Roman" , Serif;
	list-style-type: disc;
}
.RightWrap .SolidMenu li a
{
	color: #817664;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
} 
.RightWrap .SolidMenu li a:hover
{
	text-decoration: underline;
	border: 0;
}
.RightWrap .QuoteBox
{
	font-size: 14px;
	margin: 35px 0 0 0;
	position: static;
	width: 200px;
	line-height: 22px;
}
.RightWrap .QuoteBox div
{
    width: 200px;
}  
.RightWrap .QuoteBox a.OrangeCaps
{
    margin: 10px 0 0 0;
} 
.QuoteBox
{
    background: transparent url(../gfx/quote_bg.gif) no-repeat top left;
	font-family: Georgia, "Times New Roman" , Serif;
	font-size: 18px;
	width: 384px;
	color: #887766;
	padding:20px 0px 0px 10px;
	line-height: 24px;
	height: 98px;
	margin: 22px 0 20px 277px;
}
.QuoteBox div
{
    width: 330px;
}
.QuoteBox a.OrangeCaps
{
    margin-right: 20px;
}
/******************************************
**			TOP  -  MENU				 **
******************************************/
#MenuWrap
{
	height: 143px;
}
.TopNav
{
    position: relative;
    /*left: 643px;*/
    left: 593px;
    top: 5px;
    width: 200px;
    white-space: nowrap;
    color: #6D0C1C;
    font-weight: bold;
}
.TopMenu .TopNav a
{
    text-decoration: none;
    font-size: 13px;
    color: #6d0c1c;
}
.TopMenu .TopNav a:hover
{
	text-decoration: underline;
}
.TopMenuButtonWrap
{
	height: 30px;
	position: relative;
	top: 100px;
	left: 11px;
	
}
a.TopMenuButton
{
	display: inline;
	text-decoration: none;
	width: 120px;
	height: 22px;
	float: left;
	font-size: 12px;
	color: #FFF;
	margin-right: 9px;
	padding: 8px 0px 0px 10px;
	background: #FFF no-repeat top left;
}
a.TopMenuButton:hover, a.TopMenuButton.Selected
{
	background-position: top right;
}


#MenuWrap a.LogoRed
{
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	margin-bottom: 7px;
	background: transparent url(../gfx/logo_red.gif) no-repeat left top;
}
#MenuWrap a.LogoOrange
{
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	margin-bottom: 7px;
	background: transparent url(../gfx/logo_orange.gif) no-repeat left top;
}
#MenuWrap a.LogoViolet
{
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	margin-bottom: 7px;
	background: transparent url(../gfx/logo_violet.gif) no-repeat left top;
}
#MenuWrap a.LogoRed:hover
{
	background-position: right top;
}
#MenuWrap a.LogoOrange:hover
{
	background-position: right top;
}
#MenuWrap a.LogoViolet:hover
{
	background-position: right top;
}
/******************************************
**			FOOTER      				 **
******************************************/
.FooterWrap
{
	width: 831px;
	background: #ece7e1 url(../gfx/footer_logo.gif) no-repeat 700px 30px;
	color: #bbb5a9;
	float: left;
	margin-top: 10px;
}
.FooterWrap div
{
	padding: 23px 0px 23px 23px;
	font-size: 11px;
}
.FooterWrap a
{
	color: #bbb5a9;
	text-decoration: none;
}
.FooterWrap a:hover
{
	text-decoration: underline;
}
.FooterContacts h1
 {
    color: #bbb5a9;
    border-bottom: solid 2px #e0ddd6;
    margin-bottom: 1px !important;
 } 
 .Middle .FooterContacts a
 {
    font-size: 11px;
    color: #887766;
    text-decoration: none;
    cursor: pointer;
    line-height: 11px;
 }
 .Middle .FooterContacts a:hover
 {
	color: #eea334;
    text-decoration: underline;
    border-bottom: solid 1px transparent;
 }
 .FooterContacts .ContactPanel
 {
    background-color: #f1f0ec;
    padding: 5px 10px 19px 10px;
    margin-bottom: 1px;
 }
/******************************************
**			MIDDLE COLUMN GENERAL   	 **
******************************************/

.Middle
{
	width: 420px;
	float: left;
	margin-top: 2px;
	line-height: 19px !important;
	
}
.Middle h1,
.FlowerWrap h1
{
	margin: 20px 0px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman" , Serif;
}
.Middle p,
.FlowerWrap p,
.Middle .Content
{
	line-height: 19px !important;
}
.Middle a
{
	color: #7f004d;
	text-decoration: none;
}
.Middle a:hover
{
	text-decoration: underline;
	/*border-bottom: solid 1px #BC6417;*/
}
.Middle span.ClickMe
{
	color: #bbb5a9;
	font-size: 11px;
	font-weight: normal;
}
.Middle .Image
{
	margin-left: -10px;
	width: 430px;
	height: 250px;
}
.Middle sup
{
    color: #c2b9b5; 
    font-size: 11px; 
    text-align: right;
}
.Middle ol 
{
    list-style: decimal outside none;
    margin: 0 0 0 12px;
}
.Middle ul
{
    list-style: disc outside none;
    margin: 0 0 0 12px;
   
}
.Middle li
{
    margin: 0 0 5px 0;
}

.Search h1
{
	margin-top: 20px;
	margin-bottom: 3px;
	font-size: 24px;
}
.Search
{
	width: 400px;
	float: left;
}
.Search .SearchResult
{
	line-height: 14px;
	margin-top: 20px;
}
.Search .SearchResult a
{
	/*display: block;*/
	color: #7f004d;
	font-size: 12px;
	text-decoration: none;
}
.Search .SearchMore
{
	margin: 20px 0 70px;
	text-align: right;
}
.Search .SearchMore a
{
	margin-right: 8px;
	color: #7f004d;
	text-decoration: none;
	
}
.Search .SearchResult a:hover, .Search .SearchMore a:hover
{	
	color: #7f004d;
	text-decoration: underline;
}
.MainWrap .ProductWrap,
.MainWrap .FlowerWrap
{
    width: 650px;
    margin: 2px 0 20px;    
}
.MainWrap .ProductWrap .LeftCol
{
	float: left;
	width: 430px;
}
.MainWrap .ProductWrap .RightCol
{
	float: left;
}
.MainWrap .ProductWrap .RightCol a
{
	color: #7F004D;
	text-decoration: none;
}
.MainWrap .ProductWrap h1
{
	margin: 20px 0px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman" , Serif;
}
.MainWrap .ProductWrap p
{
	line-height: 19px !important;
}
.MainWrap .ProductWrap div.ProductBox, .FlowerWrap div.ProductBox {
float:left;
height:188px;
margin:8px 3px 0 0;
width:160px;
}

/******************************************
**			PRODUCT AND FLOWER			 **
******************************************/
.ProductBox a.ProductImage{
	background:transparent url(../gfx/product_bg.gif) no-repeat scroll 0 0;
	display:block;
	height:160px;
	margin:0;
	text-align:center;
	width:160px;
}

.ProductBox span.ProductImage{
	background:transparent url(../gfx/product_bg.gif) no-repeat scroll 0 0;
	display:block;
	height:160px;
	margin:0;
	text-align:center;
	width:160px;
}

.ProductImageImage
{
	margin-top: 3px;	
}


.ProductBox .CategoryLabel
{
	margin-left: 3px;
}
.ProductBox a.ProductImage img
{
	 margin-top:3px;
}
.ProductWrap .ProductBox a,
.FlowerWrap div.ProductBox .Bottom span
{
	text-decoration: none;
	color: #817664;
}
.FlowerWrap .ProductBox .Bottom input
{
	width: auto;
}
.ProductWrap div.ClickMeWrap
{
	margin-top: 20px;
}
.ProductWrap span.ClickMe
{
	color: #bbb5a9;
}
.ProductWrap .ProductBox a:hover,
.FlowerWrap div.ProductBox a
{
    text-decoration: none !important;
}
.ProductPopUpSingle
{
	width: 628px;
	height: 415px;
	border: solid 2px #7f004d;
	position: absolute;
	background-color: #FFF;
}	
.ProductPopUp
{
	width: 628px;
	height: 518px;
	border: solid 2px #7f004d;
	position: absolute;
	background-color: #FFF;
}
.ProductPopUp div.Top, .ProductPopUpSingle div.Top
{
    background-color: #f1f0ec; 
    height: 21px;
}
.ProductPopUp div.Bottom, .ProductPopUpSingle div.Bottom
{
    border-top: solid 21px #f1f0ec;
    border-bottom: solid 21px #f1f0ec;
	position: absolute;
	top: 366px;
	width: 100%;	
}
.ProductPopUp span.Left, .ProductPopUpSingle span.Left
{
    float: left; 
    margin: 5px 0 0 5px; 
    color: #887766; 
    font-size: 11px;
}
.ProductPopUp span.Right, .ProductPopUpSingle span.Right
{
     float: right; 
     margin: 5px 5px 0 0; 
     color: #c2b9b5; 
     font-size: 11px;
     cursor: pointer;
}
.ProductPopUp span.Right a, .ProductPopUpSingle span.Right a
{
    color: #887766; 
    font-size: 11px;
}
.ProductPopUp .Bottom a.Forrige, .ProductPopUpSingle .Bottom a.Forrige
{
    background-image: url(../gfx/popup_arrow.gif); 
    width: 35px; 
    height: 110px;
    float: left;
    background-position: left bottom;
}
.ProductPopUp .Bottom a.Neste, .ProductPopUpSingle .Bottom a.Neste
{
    background-image: url(../gfx/popup_arrow.gif); 
    width: 35px; 
    height: 110px;
    float: right;
    background-position: right bottom;
} 
.ProductPopUp .Bottom a.Forrige:hover, .ProductPopUpSingle .Bottom a.Forrige:hover
{
    background-position: left top;
}
.ProductPopUp .Bottom a.Neste:hover, .ProductPopUpSingle .Bottom a.Neste:hover
{
    background-position: right top;
}
.ProductPopUp .Bottom span.Left, .ProductPopUpSingle .Bottom span.Left
{
	float: left;
	padding-left: 15px;
	background: url(../gfx/popup_left.gif) no-repeat -3px center;
    visibility: hidden;
}

.ProductPopUp .Bottom a, .ProductPopUpSingle .Bottom a
{
	cursor: pointer;
	color: #887766;
	text-decoration: none;
}
.ProductPopUp .Bottom a:hover, .ProductPopUpSingle .Bottom a:hover
{
	text-decoration: underline;
    
}
.ProductPopUp img, .ProductPopUpSingle img
{
	display: block;
	margin: auto;
}
.ProductPopUp div.Thumbnails, .ProductPopUpSingle div.Thumbnails
{
	width: 525px;
	height: 102px;
	padding: 8px 0 0 33px;
	float: left;
}
.ProductPopUp .Thumbnails a, .ProductPopUpSingle .Thumbnails a
{
	float: left;
	margin-right: 10px;
	width: 90px;
	height: 90px;
}
.ProductPopUp .Thumbnails a.InActive, .ProductPopUpSingle .Thumbnails a.InActive
{
	float: left;
	margin-right: 10px;
	width: 90px;
	height: 90px;
}
.ProductPopUp .Thumbnails a.Active, .ProductPopUpSingle .Thumbnails a.Active
{
	border: solid 2px #9c0059;
	width: 88px;
	height: 88px;
}
.ProductPopUp .Thumbnails img, .ProductPopUpSingle .Thumbnails img
{
	float: left;
	width: 90px;
	height: 90px;
}
.ProductPopUp .Thumbnails a.Active img, .ProductPopUpSingle .Thumbnails a.Active img
{
	width: 88px;
	height: 88px;
}
.FlowerWrap p
{
    margin-bottom: 5px;
}

.FlowerReceiptText
{
	line-height: 19px;	
}

.FlowerReceiptHeader
{
	font-family: Georgia, "Times New Roman" , Serif;
	font-size: 22px;
	margin: 20px 0px 20px 0px;
	display: block;
}

.FlowerWrap span.ClickMe 
{
    margin-bottom: 5px; 
    display: block;
    color: #bbb5a9;
}

.FlowerWrap .Form
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.FlowerWrap .Form .Left, .FlowerWrap .Form .Ribbon
{	
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	width: 275px;
}
.FlowerWrap .Form .Right, .FlowerWrap .Form .Card
{
	float: left;
	margin-top: 10px;
}
.FlowerWrap .Form .CardInput
{
	height: 150px;
}
.FlowerWrap .Form input,.FlowerWrap .Form textarea 
{ 
    border: 1px solid #BBB5A9; 
    padding-left: 10px;
    color: #817664; 
    font: 12px helvetica;
    margin-bottom: 10px;
}
.FlowerWrap .Form p
{
	margin-top: 5px;
	line-height: 14px !important;
}
.FlowerWrap input
{
    width: 275px;
}
.FlowerWrap textarea
{
    width: 275px;
    height: 150px;
}
.FlowerPanel
{
    float: left;
    margin: 10px 15px 0 0;
}
.FlowerPanel div img
{
    border: solid 2px #CCC;
}
.FlowerPanel .FlowerCheck
{
    float:left;
    width: 3px;
}
.FlowerPanel span
{
    float: left;
    line-height: 33px;
    font-size: 11px;
}
div.FlowerComboBox
{
    margin: 10px 0;
}
input.FlowerOrderButton
{
	background-color: #75004D;
	text-align: right;
	display: inline;
	text-decoration: none;
	width: 130px !important;
	height: 27px;
	float: left;
	font-size: 12px;
	color: #FFF !important;
	margin: 30px 0 !important;
	cursor: pointer;
	padding-right: 10px;
	border-style: none;
}
input.FlowerOrderButton:hover
{
	background-color: #6B0143;
}
.FilialHeader
{
	width: 290px;
	height: 33px;
	background-color: #7f004d;
	color: #FFF;
	text-align: right;
	padding: 20px 10px 20px 370px;
	margin-left: -10px;
}
.FilialHeader h1
{
	font-family: Georgia, "Times New Roman" , Serif;
	font-weight: normal;
	font-size: 36px;
	margin-top: -5px;
}
.FilialHeader h2
{
	float: left;
	margin: 5px 0 0 -20px;
	font-weight: normal; 
	font-size: 22px;
}
.FilialContentWrap
{
	width: 440px;
	float: left;
}
.FilialContentWrap img
{
    width: 430px;
}
.FilialContentWrap h1
{
	font-family: Georgia, "Times New Roman" , Serif;
	font-size: 24px;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
}
.FilialContentWrap .Content
{
	margin-left: 10px;
	line-height: 18px !important;
}
.FilialContentWrap .Content a
{
    color: #705e4d;
	text-decoration: none;
}
.FilialContentWrap .Content a:hover
{
	border-bottom: solid 1px #b7aea6;
}
.FilialRightWrap
{
	width: 220px;
	float: right;
	background-color: #f1f0ec;
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
}
#FilialRightWrapImg
{
	width: 220px;
	background-color: #fff;
	padding: 0 0 5px 0;
}
.FilialRightWrap h1
{
	font-family: Georgia, "Times New Roman" , Serif;
	font-size: 24px;
	font-weight: normal;
	color: #bbb5a9;
	margin: 0px 0px 5px 10px;
}
.FilialRightWrap a
{
	color: #817664;
	text-decoration: none;
}
.FilialRightWrap a:hover
{
	text-decoration: underline;
	border: 0;
}
.FilialRightWrap div.Content
{
	padding: 8px 10px 35px 20px;
	line-height: 18px;
}
.ContactWrap
{
	float: left;
	width: 430px;
	margin-left: -10px;

}
.ContactWrap .Form
{
	/*height: 500px;*/
	padding: 20px 0px 30px 20px;
	background-color: #ECE7E1;
}

.ContactWrap .Form h1
{
	font-size: 24px;
	margin-bottom: 25px;
} 
.ContactWrap .Form div
{
	margin-bottom: 5px;
}
.ContactWrap .Form label
{
	float:left;
	margin-left: 10px;
	width: 120px;
}
.ContactWrap .Form input,.ContactWrap .Form textarea
{
	font-family: Helvetica, Arial, sans-serif;
	color: #817664; 
	font-size: 12px;
	width: 195px;
}
.ContactWrap .Form textarea
{
	height: 100px;
}
.ContactWrap .ContactButton
{
	border: 0;
	color: #FFF;
	font-size: 12px;
	background-color: #D06F1A;
	padding: 2px 0px 2px 65px;
	margin: 10px 0 0px;
	float: right;
}

.ContactWrap input.ContactButton:hover
{
	background-color: #bc6417;
}

.ContactWrap div.ContactInfo
{
	margin-top: 40px;
	clear: both;
	color: #a2958b;
	line-height: 18px;
	width: 355px;
}
.ContactWrap a.OrangeCaps
{
	margin: 5px 75px 15px 0;
}

.FlowerErrorMessage
{
	font-weight: bold;
	color: red;
	width: 500px;
	padding: 30px 30px 30px 0px;
}

.ContactFormText
{
	clear: left;
	width: 120px;	
	padding-left: 10px;
	padding-top: 4px;
	height: 18px;
	float: left;
}
.DownloadLinkWrap
{
	float: left;
	width: 160px;
}
.ImageCredits
{
    color: #ccc7c1;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    display: block;
    margin: 2px 0 0 -10px;
}
.ImageCreditsRight
{
	float: right;
	color: #ccc7c1;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    display: block;
    margin: 2px 0 0 -10px;
}
/******************************************
**			    SKJEMAER				 **
******************************************/
.Forms
{
    
}
.Forms h1
{
    margin: 20px 0px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman" , Serif;
}
.Forms .Teaser
{
    width: 420px;   
}
.Forms .LinkHeader
{
    width: 420px;    
}
.Forms .Links
{
    margin-top: 20px;    
}
.Forms .Links a
{
    display: block;
    float: left;
    line-height: 19px;
    clear: both;
}
.Forms table
{
    margin: 20px 0px 20px 0px;
    width: 540px;    
}
.Forms th
{
    font-weight: bold;
}
.Forms td
{
    text-align: center;
    vertical-align: middle;
    height: 25px;    
}
.Forms td.Title
{
    padding-left: 10px;
    width: 360px;
    text-align: left !important;
}
.Forms .Divider
{
    border-bottom: dotted 1px #c4beb4;
    height: 4px;
    width: 530px;
}