/* These are all the custom specific styles master */


#mainregion
{
    margin-top: 1em;
	background-color: white;
 	padding: 1em;
 	border: solid 1px gray;
}
	
body
{
	
    font-family: Verdana, Arial;
    font-size: 0.7em;
    text-align: left; /* for IE */ 
    color: #000; 
    margin-top: 0em;
    margin: 0;
	padding: 0;
	margin-bottom: 2em;
	border: 0;
	background-image: url(/Userfiles/Image/background/background.jpg);
	

}

#topeditor
{
	padding-top: 0px;
	padding-bottom: 0px;
	
	}

/* Controls basket distance from top-menu */
.topregionright
{
 	padding-top: 20px; 
}

a
{
	text-decoration: none;
	color: #666;
}

a:visited,a:link
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	text-decoration: underline;
	color: #666;
}

H1, .heading1
{
	font-family: Verdana;
	font-size: 2em;
	margin-top: 0.8em;
	color: #027A8B;
	
}

H2, .heading2, .heading1Product
{
	font-family: Verdana;
	font-size: 1.4em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
	font-weight: lighter;
	color: #027A8B;
}

H3, .heading3
{
	font-size: 1.1em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
	color: #666;
}

H4, .heading4
{
	color:Red;
}

/* rounded corners */
.boxXLong
{
    background: #99CCCC;
    padding: .3em;
}

.boxX 
{
}
.boxtopX 
{ 
}
.boxtopX div 
{ 
}
.boxbottomX 
{ 
}
.boxbottomX 
{ 
}
.boxbottomX div 
{ 
}

.boxHeading
{
 font-weight: bold;
 /* color: #FF9933; */
 color: #027A8B;
}


/* Box lista */
ol.olbox
{
	margin-top: 0;
	margin-bottom: 5px;
}

.olbox li
{
	margin-left:-16px;	
}



/* toppmeny */
#TopMenu LI a:link, #TopMenu LI a:visited 
{
    font-family: Verdana, Arial;
	font-size:1.2em;
	font-weight:bold;
	color: #858F90;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px; 
	float: left;
}

#TopMenu 
{
	margin-top: 0px;
	margin-bottom: 5px;
}

#TopMenu LI a:hover {
	text-decoration: underline;
}
#TopMenu .ActiveItem
{
	/* text-decoration: underline; */
	text-decoration: underline;
}
.separator
{
 float: left;
 font-size: 1em;
    vertical-align: text-top;
    margin-top: -0.3em;
    color: white;
}
/* vänstermeny */


.SimpleEntertainmentTreeView div.AspNet-TreeView ul li a
{
    /* radbryt vänstermenyn */
    /* white-space: nowrap; */
    /*    font-size: 13px; */
    color: black;
}

/* kommer snart :-) */


/* Page: StartPage */
.boxstartpage
{
	width: 47%;
	/* border: #ccc 1px dotted; */
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	vertical-align: top;
}

/* Produktkategori bildtext */
.categoryimagetext a
{
    font-size: 1.3em;
    text-align: center
    /* display: none; */
}

/* Set font on text for small basket */
.topBasket, .topBasket a
{
    font-weight: bold;
}


#leftregion
{
}

#rightregion
{
}

/* buttons */
.button.color {
	background-color:#333;
	color:#fff;
	text-shadow:-1px -1px 0 rgba(0,0,0,.3);
}
.button.color:hover {
	background-color:#666;
}

/* price */
.fontSale
{
    font-size: 1.5em;
	color: #CC0000;
	font-weight: bold;
}
.fontSaleOrd
{
    text-decoration: line-through;
}

.fontPrice
{
    color: #000;
	font-weight: bold;
	font-size: 1.5em;
}




#bottomregion
{
    border-top: solid 1px #027A8B;
    margin-top: 1.5em;
	padding-top: 0.7em;
	background-color: white;
	clear: both;
}


/* width of regions (nothing else) */
#mainregion
{
    width: 965px;  /* OBS NY gammal: 965px */ 
    /* or a percentage, or whatever */ 
}

#leftregion
{
    width: 160px; /* OBS NY gammal: 160px */ 
	/* width: 13.7em; */
    /*	height: 100%;  sabbar för firefox */
	margin-left: 0.1em;
}

#rightregion
{
	/* width: 14.5em; */
	width: 162px; /* för att man ska kunna ändra textstorlek utan att strukturen smäller */
}

#contentregion_center
{
    width: 611px; /* OBS NY gammal: 611px */
    margin-right: 5px;
	padding-right: 5px;
	margin-left: 18px;
}

/* hide right column */ 
#contentregion_center_right
{
    width: 775px;
    margin-right: 5px;
	padding-right: 5px;
	margin-left: 18px;
}
/* hide left and right column */ 
#contentregion_left_center_right
{
    margin-right: 5px;
	padding-right: 5px;
	margin-left: 8px;
}

/* hide left column */
#contentregion_left_center
{
    width: 778px;
    margin-right: 5px;
	padding-right: 5px;
	margin-left: 8px;
}

div.productmaininfoarea
{
	width: 46%; 
}

/* width of regions end */
