/* GENERAL STYLES */
html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	color: #e2d0b5;
}



.titletext
{
	font-family: Times, Times New Roman;
	font-size: 46px;
	font-weight: normal;
	color: #000;
}
.ucase
{
	text-transform: uppercase;
}
.biggest { font-size:14px; }
.bigger { font-size:13px; }
.big { font-size:12px; }
.normal { font-size:11px; }
.small { font-size:10px; }
.smaller { font-size:9px; }
.smallest { font-size:8px; }

a 
{
	color: #000;
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}

select, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

td
{
	font-size: 10px;
	line-height:14px;
	font-family: Arial;
	color: #000;
}


#header
{
	width: 860px;
	padding-bottom:36px;
}
#headerText
{
	margin-top:36px;
	position:absolute;
	width: 860px;
}

#container
{
	width: 860px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	border-top: 0;
}

#leftside
{
	float: left;
	width: 176px;
	padding-bottom:36px;
}

#main 
{	
	margin-left: 212px;
	width: 360px;
	float: none;
	clear: none;
	padding-bottom: 36px;
}

#rightside
{

	width: 210px;
	float: right;
	clear: none;
	padding-right:36px;
	padding-bottom:36px;
	position:relative;
}

#footer
{
	clear: both;
	background-color: #fff;
	border-top: 1px solid #e95d0f;
	margin-left: 36px;
	margin-right: 36px;
	padding-top: 8px;
}

.footer 
{
	font-family: Times, Times New Roman;
	font-size: 8px;
}


#title
{
	font-family: Times, Times New Roman;
	font-size: 32px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 16px;
	margin-bottom: 2px;
	color: #000;
}

#nav
{
	background-color: #fff;
	width: 176px;
}


#sidecontent
{
	background-color: #fff;
	width: 176px;
	padding-left: 36px;
}
#headermain
{
	padding: 10px;
	height: 30px;
}


#subtitle
{
	margin-bottom: 0px;
	font-family: Times, Times New Roman;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	float: left;
}

#globalmenu
{
	color: #fff;
	text-align: right;
}

#globalmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalmenu li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

#globalmenu a
{
	color: #fff;
}

#content
{
	padding: 0;
	border-bottom: none;
	border-right: none;
	width: auto;
	min-height: 400px;
display: block;
}

.section 
{
	display:block;
	margin-bottom:0px;
	padding-bottom:16px;
}

.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}


.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.feeditem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.feeditem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.feeddetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

.intropic
{
	padding-bottom: 24px;
}

.padding
{
	padding: 8px;
	display: block;
}

.paddingHalf
{
	padding: 4px;
	display: block;
}

.listingMeta
{
	margin-bottom: 0px;
	font-family: Times, Times New Roman;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}
.listingItemHeader
{
	font-size: 9px;
	line-height: 14px;
	color: #e95d0f;
	font-family: Arial;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}
.listing 
{
	margin-bottom: 0px;
	font-family: Times, Times New Roman;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}







.orange
{
	color: #e95d0f;
}

.black
{
	color: #000;
}

.nobold
{
	font-weight: normal;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}
.noitalic
{
	font-style: normal;
}

.noborder
{
border:0px solid black;
}






/*Rubrik*/
.pageheader {
	display:block;
	font-size: 24px;
	font-weight: normal;
	color: #e95d0f;
	font-family: Times New Roman, Times;
	margin-bottom:14px;
	line-height:24px;
	margin-top: 0px;
	text-transform: uppercase;
}
/*RUBRIK*/
.subHeader 
{
	display:block;
	font-size: 20px;
	font-weight: normal;
	color: #e95d0f;
	font-family: Times New Roman, Times;
	margin-bottom:14px;
	line-height:20px;
	letter-spacing:1px;
	margin-top: 0px;
	text-transform: uppercase;

}
/*Brodtext*/
.bread 
{
	font-size: 10px;
	line-height:14px;
	font-family: Arial;
	color: #000;	
	margin-bottom:14px;
	margin-top: 0px;
}

/*Ingress*/
.intro {
	font-size: 13px;
	line-height:16px;
	font-family: Times New Roman, Times;
	color: #000;
	margin-bottom:8px;
	margin-top: 0px;
	font-style: italic;
}


.subNav {
	padding-left:5px;
	border-bottom:4px solid #fff;
    height:24px;
    line-height:24px;
	font-size:9px;
    font-family: Arial;
    font-weight:bold;
    letter-spacing: 1px;
    color:#000;
    text-align:left;
	text-decoration: none;
    background-image :  url(/usercontrols/sluice/navigation/picsshop/bg.gif);
    background-repeat : repeat-y;
    text-transform:uppercase;
}
.subNava { color:Black }
.subNavOver {
	padding-left:5px;
	border-bottom:4px solid #fff;
    height:24px;
    line-height:24px;
	font-size:9px;
    letter-spacing: 1px;
    font-family: Arial;
    font-weight:bold;
    color:#000;
    text-align:left;
	text-decoration: none;
    background-image :  url(/usercontrols/sluice/navigation/picsshop/bg_selected.gif);
    background-repeat : repeat-y; 
    text-transform:uppercase;
}
.CartBoxBody
{
    padding-left:36px;
    border-bottom:4px solid #fff;
    line-height: 18px;
    font-size:10px;
    font-family: Times New Roman, Times;
    color:#000;
    text-align:left;
    text-decoration: none;
    letter-spacing: 1px;
    background-image :  url(/usercontrols/sluice/navigation/picsleft/bg.gif);
    background-repeat : repeat-y;
    text-transform:uppercase;
}

.CartBoxHead
{
    padding-left:36px;
    height:18px;
    line-height: 18px;
    font-size:10px;
    font-family: Times New Roman, Times;
    color:#000;
    text-align:left;
    text-decoration: none;
    letter-spacing: 1px;
    background-image :  url(/usercontrols/sluice/navigation/picsleft/bg_selected.gif);
    background-repeat : repeat-y; 
    text-transform:uppercase;
}
.searchnavigation
{
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-family: Arial;
}
.searchnavigation a
{
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
.searchnavigation strong 
{
	color:#cccccc;
	font-size: 11px;
	line-height: 14px;
}
.searchnavigation a:hover
{
	text-decoration:underline;
}
.searchnavigation .arrow
{
	color: #e95d0f;
	font-weight:bold;
}
.searchnavigation .disabled
{
	color: #888888;
	font-weight:bold;
}
#xsltsearch_summary 
{
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-family: Arial;
}

/* EDITOR PROPERTIES */
h1 {
font-size: 24px;
font-weight: normal;
color: #e95d0f;
margin-bottom:14px;
line-height:24px;
margin-top: 0px;
font-family: Times New Roman, Times;
}

.bread {
margin-bottom:14px;
margin-top: 0px;
}

.intro {
font-size: 13px;
line-height:16px;
color: #000;
margin-bottom:8px;
margin-top: 0px;
font-style: italic;
font-family: Times New Roman, Times;
}

h3 {
font-size: 20x;
font-weight: normal;
color: #e95d0f;
margin-bottom:14px;	line-height:20px;
letter-spacing:1px;
margin-top: 0px;
text-transform: uppercase;
font-family: Times New Roman, Times;

}

