BODY
{
	background-color: #850504;
	background-image: url(/images/stuga/body_bg.gif);
	background-repeat: repeat-x;	
}

.Inverted, a.Inverted
{
	color: #FFFFFF;
}

.FontColorList, A.FontColorList
{
	color:#333333;
	font-weight:bold;
}

.BgColor0
{
	background-color: #FFFFFF;
}

.BgColor1
{
	background-color: #f8c4d1;
}

.BgColor2
{
	background-color: #f9e2e7;
}

.BgColor3
{
	background-color: #d11313;
}

.BgColor4
{
	background-color: #DA4647;
}

.BgColor5
{
	background-color: #E4787B;
}

.BgColor6
{
	background-color: #F2BEC2;
}

.BgColor7
{
	background-color: #F8C4D1;
}


/* BOX STANDARD */
.Box
{
	background: url(/images/stuga/box_left_bg.gif) no-repeat left top;
}

.Box DIV.BoxBoxTop
{
	background: url(/images/stuga/box_right_bg.gif) no-repeat right top;
}

.Box DIV.BoxBoxContent
{	
	background-color: #ffffff;
}

.Box DIV.BoxBoxBottomDiv
{
	background: url(/images/stuga/box_left_bg.gif) no-repeat left bottom;		
}

.Box DIV.BoxBoxBottom
{
	background: url(/images/stuga/box_right_bg.gif) no-repeat right bottom;
}

/* BOX NO GRADIENT */

.BoxNoGradient
{
	background: url(/images/stuga/boxNoGradient_left_bg.gif) no-repeat left top;
}

.BoxNoGradient DIV.BoxNoGradientBoxTop
{
	background: url(/images/stuga/boxNoGradient_right_bg.gif) no-repeat right top;
}

.BoxNoGradient DIV.BoxNoGradientBoxContent
{	
	background-color: #ffffff;
}

.BoxNoGradient DIV.BoxNoGradientBoxBottomDiv
{
	background: url(/images/stuga/boxNoGradient_left_bg.gif) no-repeat left bottom;
}

.BoxNoGradient DIV.BoxNoGradientBoxBottom
{
	background: url(/images/stuga/boxNoGradient_right_bg.gif) no-repeat right bottom;
}

.Separator
{
	background-image: url(/images/stuga/separator_gradient_bg.gif);
	background-repeat: repeat-x;
}

.ProdSubItem
{
	background-image: url(/images/stuga/prod_sub_item_bg.gif);
}

.TabStrip LI
{
  background: url(/images/stuga/tab_left_bg.gif) no-repeat left top;
}

.TabStrip A
{
  background: url(/images/stuga/tab_right_bg.gif) no-repeat right top;
}

.TabStrip LI.TabActive
{
  background-image: url(/images/stuga/tab_left_on_bg.gif);
}

.TabStrip LI.TabActive A
{
  background-image: url(/images/stuga/tab_right_on_bg.gif);
}

DIV.Arrow
{
	background-image: url(/images/stuga/arrow_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.topbox 
{
	background-color: #FFFFFF;
    width: 758px;
}


/* Topmenu */
#topmenu 
{
    background-image: url(/images/stuga/topmenu_bg.gif);
    background-repeat: repeat-x;
    background-position: top left;
    height:27px;
    clear:both;
}

#submenu a:hover 
{
    color: #efc31e;
}
#submenu .submenu_holder
{
    float:left;
    background-image:url(/images/stuga/topmenusub_bg.gif);
    height: 27px;
    overflow: hidden;
}

.ListPaging a.selected 
{
	background-color: #d11313;
	color: #FFFFFF;	
	padding-left: 1px;
	padding-right: 1px;
}