/* These are all the custom specific styles for homeset */


#mainregion
{
	background-color: #efefef;
 	padding: 0.5em;
}
	
body
{
	
    font-family: Verdana, Arial;
    font-size: 0.7em;
    text-align: left; /* for IE */ 
    color: #666; 
    margin-top: 0em;
    margin: 0;
	padding: 0;
	border: 0;
	background-color: Black;
	/* test */
	/* background-image: url(/Userfiles/Image/background/fetsulabg.jpg);  
	background-repeat: repeat-x; */

}

#topeditor
{
	padding-top: 5px;
	padding-bottom: 6px;
	background-color: #6A5D55;
	height: 70px;
}

/* Controls basket distance from top-menu */
.topregionright
{
 	padding-top: 20px; 
 	padding-right: 2em;
}


a
{
	text-decoration: none;
	color: black;
}

a:visited,a:link
{
	text-decoration: none;
	color: #333;
}

a:hover
{
	text-decoration: underline;
}



H1, .heading1
{
	font-family: Verdana;
	font-size: 2em;
	margin-top: 0.8em;
	font-weight: lighter;
	color: #6A5D55;
	
}

H2, .heading2, .heading1Product
{
	font-family: Verdana;
	font-size: 1.4em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
	font-weight: lighter;
	color: #6A5D55;
}

H3, .heading3
{
	font-size: 1.1em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
	color: #666;
}

H4, .heading4
{
	color:Red;
}



/* rounded corners */
.boxXLong
{
    background: #dfdfdd;
}

.boxX 
{

}
.boxtopX 
{ 

}
.boxtopX div 
{ 
}
.boxbottomX { 
  font-size: 0; /* required for IE6 */
}
.boxbottomX { 
  font-size: 0; /* required for IE6 */
}
.boxbottomX div { 
    height: 10px;  
}

.boxHeading
{
 font-weight: bold;
 color: #6A5D55;
 
}


/* 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:0.8em;
	font-weight:bold;
	color: black;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#TopMenu 
{
	margin-top: 7px;
	margin-bottom: 5px;
}

#TopMenu LI a:hover {
	color: gray;
}
#TopMenu .ActiveItem
{
	text-decoration: underline;
	color: gray;
}
.separator
{
 float: left;
 font-size: 2.6em;
    vertical-align: text-top;
    margin-top: -0.3em;
    color: #efefef;
}
/* vänstermeny */


.SimpleEntertainmentTreeView div.AspNet-TreeView ul li
{
    /* radbryt vänstermenyn */
   /* white-space: nowrap; */
/*    font-size: 13px; */
}

/* 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-family: Georgia, serif;
    color: Red;
    font-size: 1.3em;
    /* display: none; */
}

/* Set font on text for small basket */
.topBasket, .topBasket a
{
    color: White;
}



#rightregion
{
/*	background-image: url(/Userfiles/Image/background/column_right.gif);  
	padding-top: 1em; */

}


#leftregion
{
/*	background-image: url(/Userfiles/Image/background/column_left.gif);
	padding-top: 1em; */
}


/* set color on buttons */
/* MIKE 
.btnDefault, a.btnDefault, .btnBig{  background-color: #333; color: white; }
.btnDefault:hover, .btnBig:hover{ background-color: gray; }
*/
/* STANDARD */
.btnDefault, .btnBig{ color: #333; }
.btnDefault:hover, .btnBig:hover{ background-color: #ccc; }


.fontSale
{
	color: #993333;
	font-weight: bold;
	font-size: larger;
}
.fontPrice
{
    color: #6A5D55;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Verdana, Times New Roman;
}


#bottomregion
{
    margin-top: 5em;
    clear: both;
}


/*** width of regions (nothing else) ***/
#mainregion
{
    width: 965px; /* or a percentage, or whatever */ 
}

#leftregion
{
    width: 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; /* gastro: from 621 */
    margin-right: 5px;
	padding-right: 5px;
	margin-left: 18px; /* gastro: from 8 */
}

/* hide right column */ 
#contentregion_center_right
{
    width: 775px; /* gastro */
    margin-right: 5px;
	padding-right: 5px;
	margin-left: 18px; /* for gastro: from 8 */
}
/* 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 ***/