/* Default stylesheet */
body {
	background: #d1dfee url(http://img8.custompublish.com/getfile.php/1496924.1148.ppexqedxfw/tree_bg.jpg) no-repeat center bottom;
	color: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	/*font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;*/
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;	
	width: 100%;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link, a:visited {text-decoration: none;font-family: Verdana;color:#92342c;font-size: 100% }
a:hover {text-decoration: underline; }

/* Norgescup links */
#norgescup a:link, #norgescup a:visited{ text-decoration: none;color:#92342c; }
#norgescup a:hover {text-decoration: underline; }


/* read more.. links */
.link { }
a.link:link, a.link:visited {text-decoration: none;font-family: Verdana;color:#4d6d4a;font-size: 100% }
a.link:hover {text-decoration: underline;font-family: Verdana;color:#4d6d4a;font-size: 100% }

/* Standard navigation links */
.menu a:link, .menu a:visited {text-decoration: none;font-family: Verdana;color:#4d6d4a;font-size: 120%}

.menu a:hover {text-decoration: underline;color:#92342c;}

.menu a.menuselected:link, .menu a.menuselected:visited {font-family: Verdana;text-decoration: none;color:#92342c;font-size: 120%}
.menu a.menuselected:hover {text-decoration: underline;}

/* Top navigation links */
.topmenu a:link, .topmenu a:visited { text-decoration: none;font-family: Verdana;color:#4d6d4a;font-size: 110%;padding: 0 5px;}
.topmenu a:hover { text-decoration: underline;color:#92342c;}

.topmenu a.menuselected:link, .topmenu a.menuselected:visited {text-decoration: none;font-family: Verdana;color:#92342c;font-size: 110%;}
.topmenu a.menuselected:hover {text-decoration: underline;color:#92342c;}

/* Printable/tell a friend links	*/
.toollink {float: right;width:143px;padding: 5px 0 0 0; }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
#copyright {text-decoration: none;font-family: Verdana;color:#4d6d4a;font-size:100%;width:560px; margin:75px auto 25px auto;border-top: #4d6d4a 3px solid;}
.cp {}
a.cp:link, a.cp:visited {text-decoration: none;font-family: Verdana;color:#4d6d4a;font-size: 100%; }
a.cp:hover {text-decoration: underline: #f0e6bc;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink {}
.headlinelink:link {}
.headlinelink:visited {}
.headlinelink:hover {}

#Nyttfrastyret a {}
#Nyttfrastyret a:link, #Nyttfrastyret a:visited {text-decoration: none;font-family: Verdana;color:#4d6d4a;font-size: 120%; }
#Nyttfrastyret a:hover { text-decoration: underline;color:#92342c;}

#Styret a {}
#Styret a:link, #Styret a:visited { text-decoration: none;font-family: Verdana;color:#4d6d4a;font-size: 120%; }
#Styret a:hover { text-decoration: underline;color:#92342c;}

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	text-decoration: none;
	font-family: Verdana;
	color:#92342c;
	font-size: 100%
	margin: 0px;
	padding: 0px;
}
h1.headlineview, h3.topics {
 	color: #92342C;
    font-family: Verdana;
    font-size: 20px;
    text-decoration: none
}

#topics h3 {
 	color: #92342C;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */ {
	border-bottom: 2px solid #F2EEAC;
    clear: both;
    font-size: 1px;
    height: 20px;
    margin-bottom: 20px;
}

div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px#888;
	box-shadow: 0 0 15px #888;
	background:#e8d1c3 url(http://img8.custompublish.com/getfile.php/1477966.1148.vevpveyvbu/gradiant.jpg) repeat-x;
	
}
#top {
	background: url(http://img8.custompublish.com/getfile.php/1505381.1148.dtvwerbqps/header.jpg) no-repeat;
	width:960px;
	height:289px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
#topnav {
}
#middle {
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
	color:#4d6d4a;
	text-align: center;
}
#main {
	float: left;
	min-height: 500px;
	width: 560px;
}

#mainsidebar {
float: right;
width:180px;
height: auto;
margin: 25px 10px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}


#footer {
width: 960px;
height: 195px;
background: url(http://img8.custompublish.com/getfile.php/1477965.1148.fwdsquvaap/footerGrass.png?) no-repeat center;
clear: both;
text-align: center;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
#path {
	margin: 15px 0;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 25px 0 12.5px 30px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.hassubitem a:after {
	content: " +";
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#topmenu {
    float: right;
    height: 15px;
    position: absolute;
    right: 0;
    top: 185px;
    width: 600px;
}
#topmenu li {
	display: inline;
}
#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
	margin: 152px 0 0 766px;
	padding: 0;
	float: right;
	position: absolute;
}

input.searchinput {
	background: url(http://img8.custompublish.com/getfile.php/1477971.1148.qqxfdacett/searchBox.png) no-repeat center;
	width:144px;
	height:18px;
	border:none;
	padding: 0 0 0 5px;
	color:#92342c;
}	
input.searchsubmit {
	background: url(http://img8.custompublish.com/getfile.php/1477972.1148.yeyyutwsps/searchButton.png) no-repeat center;
	width:15px;
	height:14px;
	border:none;
	cursor: pointer;
	text-indent: -9999px;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
#location4 {
	width: 143px;
	clear: both;
	text-align: center;
	margin:15px auto;
}
 ##location4 a {
 color: #92342c;
 }

.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

#location1 img {
    border-width: 0;
    margin: 0 auto;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR {
		display: none !important;
	}
	#page, #main {
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}

/* Custom Tags */

.logo {
background: url(http://img8.custompublish.com/getfile.php/1477968.1148.dvvqywwdeb/logo.png) no-repeat;
width:221px;
height:210px;
float: left;
position: absolute;
top:30px ;
left:125px ;
text-indent: -9999px;
}

.dogFace {
background: url(http://img8.custompublish.com/getfile.php/1477964.1148.ccacfqtyvr/dogfaceLink.png) no-repeat;
width:93px ;
height:92px ;
float: left;
top: 167px;
left: 15px;
position: absolute;
text-indent: -9999px;
}

.adminbar {
float:right;
padding: 25px 25px 0 0;
}

#mainmenu {
width:140px;
text-align:left;
margin: 25px auto;
border-bottom: #f2eeac solid 3px;
border-top: #f2eeac solid 3px;
padding: 25px 0;

}

.maincolheader { 
	color: #4D6D4A;
    font-size: 26px;
    margin: 0 0 32px;;
    text-decoration: underline;
}

.frontpage .maincolheader { 
	color: #4D6D4A;
    font-size: 20px;
    margin: 0 0 32px;;
    text-decoration: underline;
}

/* Left Bar content */

#norgescup {
width: 141px;
height: auto;
text-align: center;
font-family: Verdana;
background: #f0e6bc;
border-bottom: #4d6d4a 2px solid;
border-right:#4d6d4a 2px solid;
border-left:#4d6d4a 2px solid;
padding:10px 5px;
margin: 20px auto 25px auto;
position:relative;
display: none;
}

#norgescup .cell {
width:137px;
height: auto;
text-align: left;
background: #faf2d3;
padding:5px 0 0 2px;
border: #bfbfbf 1px solid;
}

#norgescup .footer {
padding:5px 0;
}

#norgescup .contact {
font-family: Verdana;
font-size: 75%;
}

#norgescup h3 {
margin:15px 0;
color:#4d6d4a;
text-decoration: underline;
font-size: 120%; 
}

#norgescup h4 {
color:#000;
text-decoration: none;
font-size: 80%;
}

#Nyttfrastyret {
width:160px;
height:auto;
text-align:left;
margin: 25px auto;
border-bottom: #f2eeac solid 3px;
padding-bottom: 25px;
}

#Nyttfrastyret ul {
list-style: none;
padding:5px 10px
}

#Nyttfrastyret h3 {
margin:15px 0 -5px 0;
color:#92342c;
text-decoration: none;
text-align: left;
font-size: 120%; 
}

#Styret {
width:160px;
height:auto;
text-align:left;
margin: 0 auto 25px auto;
border-bottom: #f2eeac solid 3px;
padding: 25px 0;
}

#Styret ul {
list-style: none;
padding:5px 10px
}
#Styret h3 {
margin:15px 0 -5px 0;
color:#92342c;
text-decoration: none;
text-align: left;
font-size: 120%; 
}

/* Left Bar content Ends */

/* Right Bar content */

#mainsidebar .outerbox{
	color:#4d6d4a;
	text-align: center;
	width: 141px;
	float:right;
	height: auto;
	font-family: Verdana;
	border-bottom: #4d6d4a 2px solid;
	border-right:#4d6d4a 2px solid;
	border-left:#4d6d4a 2px solid;
	padding:10px 5px;
	position: relative;
	background: #f0e6bc;
	margin: 0 20px 20px 0;
}

#mainsidebar .outerbox img {
max-width:139px;
height: auto;
}


.topimg {
background: url(http://img8.custompublish.com/getfile.php/1477973.1148.rptsberrup/topBoarder_graphic.png) no-repeat;
position: absolute;
width:163px ;
height:21px ;
top: -12px; /* height of the image */
right:-5px;
}

div.outerbox img {
margin:0 auto;
border: blue 2ppx solid;
}
/* Content specific tags */

div.maincol {
  float: left;
  width: 245px;
  padding: 0px 0px 12px;
}
div.maincol.even{
  float: right;
}
div.maincol2 {
  float:left;
  width:504px;
  padding:12px
}

div.avdeling a.menu {
  font-size: 12px;
  color: #000000;
	font-weight: bold;
}

#fors0 a {color: #9C0063;font-weight: bold;} /* 1 ostlandet 1 */
#fors1 a {color: #FF3402;font-weight: bold;} /* 2 busk, telemark, vestfold  */
#fors2 a {color: #36CB00;font-weight: bold;} /* 3 hedmark oppland */
#fors3 a {color: #FFC900;font-weight: bold;} /* 4 sorlandet */
#fors4 a {color: #FF5C00;font-weight: bold;} /* 5 hordaland */
#fors5 a {color: #313097;font-weight: bold;} /* 7 trondelag */
#fors6 a {color: #2D5E00;font-weight: bold;} /* 9 Troms */
#fors7 a {color: #3265CC;font-weight: bold;} /* DK Finnmark */
#fors8 a {color: #9997FF;font-weight: bold;} /* DK More */
#fors9 a {color: #6598CC;font-weight: bold;} /* DK Nordland */
#fors10 a {color: #2DFFFF;font-weight: bold;} /*DK Rogaland */

div.avdelinger {
  position: relative;
  margin-bottom: 25px;
}

#avdelinger{
	float: right;
	margin: 20px 20px;
	position: relative;
}

#avdelinger .catselect{
	width: 140px;
}

#avdelinger .catselect option{
	width: 230px;
}
div.avdelingliste {
  position: absolute;
  bottom: 5px;
  left: 100px;
}



/* New Content as of 3/3/11 */

.frontpage .marticlelist .article0 {
	
	margin: 10px 0 25px;
	position: relative;

}
.frontpage .marticlelist .article0 div.ingress {
	background: url(http://img2.custompublish.com/getfile.php/1487848.1902.cceuawwwse/greytransparent.png) repeat;
    padding: 10px;
    max-width: 530px;
    color:#E8D1C3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.frontpage .marticlelist .article0 .iwrap {
	text-align: center;
}
.frontpage .marticlelist .article0 .iwrap a img{
	background: #4d6d4a;
	padding:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-shadow: 0 0 10px #333333;
	-webkit-box-shadow: 0 0 10px #333333;
	-moz-box-shadow: 0 0 10px #333333;
}

.frontpage .marticlelist .article0 h1.headline {
    color: #92342C;
    font-family: Verdana;
    left: 16px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    top: -25px;
}

.frontpage .marticlelist .article0 .date {
	bottom: -15px;
    position: absolute;
    right: 0;
}

.frontpage .marticlelist .article0 .linkcontainer {
	bottom: -15px;
    left: 15px;
    position: absolute;
}

.frontpage .marticlelist .article0 .dynimage {
}
/* No pic styling  */
.frontpage .marticlelist .article0.nopic {
	background: transparent;
	height: auto;
	margin-top:150px;
}
.frontpage .marticlelist .article0.nopic h1.headline {
    color: #92342C;
    font-family: Verdana;
    left: 16px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    top:-130px;
}

.viewarea {
margin-top:50px;
}
.pair0 .iwrap img, .pair1 .iwrap img {

	
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-shadow: 0 0 10px #333333;
	-webkit-box-shadow: 0 0 10px #333333;
	-moz-box-shadow: 0 0 10px #333333;
}

/* slideshow tags */

#intro {
	background: url(http://img8.custompublish.com/getfile.php/1477969.1148.rcerxfscct/preview_bg.png) no-repeat center;
	width:560px ;
	height:278px ;
	margin: 50px 0 25px 0;
	position: relative;
}
#action {
	bottom: 15px;
	float: left;
	position: absolute;
	right: 0px;
	z-index: 999;
}
#slider, #slider li {
	height: 258px;
	width: 540px;
	list-style: none;
    margin: 11px 0 0 -15px;
}
#slider li .sliderContent {
	background: url(http://img2.custompublish.com/getfile.php/1487848.1902.cceuawwwse/greytransparent.png) repeat;
	bottom: 0;
	left: 0;
	padding: 20px 30px 10px 30px;
	position: absolute;
	width: 480px;
	z-index: 999;
}
#slider li .sliderContent h2 {
	color: #92342C;
	font-size: 1.8em;
	margin: 0 0 5px;
}
#slider li .sliderContent p {
	color: #FFF;
	float: left;
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0;
	width: 500px;
}

.viewimgwrap {

	text-align: center;
	margin: 15px 0;
}
.viewimgwrap img {
	background: #4d6d4a;
	padding:5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-shadow: 0 0 10px #333333;
	-webkit-box-shadow: 0 0 10px #333333;
	-moz-box-shadow: 0 0 10px #333333;
}


.facebookWrapper{ background-color: #fff;}


/* Shop elements */

.shoppingcartlist{
  padding:0;
  margin:0;
}

.shoppingcartlist li{
  list-style-type:none;
}



#checkoutcustomtext {
 margin-top: 15px;
 padding:2px;
 border: 1px solid #efefef;
}

#checkoutlogin {
  margin: 25px 2px;
  padding: 5px; 
  background-color: #f8f8f8; 
  border: 1px solid #909090; 
}

#cartprodtable{
}

#cartprodtable td{
}

#cartprodtable th{
} 

#shopcartcontent{
}

#shopcartcontentinside {
	border-top: 2px solid #908263;
  border-bottom: 1px solid #908263;  
  background-color: #fbce74;
  padding: 6px 6px 12px 6px;
  margin-bottom: 5px;
  background-position: top right;
  background-repeat: no-repeat;
}
#shopcartcontentinside b{
	color: #908263;
}


.productview {
  border-top: 2px solid #277AC3;
  border-bottom: 1px solid #AFCDE9;  
  background-color: #F1F7FB;
  padding: 6px 6px 12px 6px;
  margin-bottom: 5px;
  background-position: top right;
  background-repeat: no-repeat;
}

#shopcartcontent b{
  font-size: 1.1em;
}
#shopcartcontent .summary{
  font-size: 12px;
}
#shopcartcontent .summary .price {
}

.boughtbaloon {
    background-color: #FFFF99;
    color: #000000;
    padding: 5px;
    border: 1px solid gray;
    z-index: 99999 !important;
	position: absolute !important;
}