/* These are all the custom specific styles for villamagnolia.se */


#mainregion
{
    background: url(/Userfiles/Image/background/background_cols.gif) repeat;
}
 
body
{
    font-family: Verdana, Arial;
    font-size: 0.7em;
    text-align: left; /* for IE */ 
    color: gray;
    margin-top: 0em;
    background-color: #F1F1F1;
}

#topeditor
{
 padding-top: 0px;
 padding-bottom: 20px; /* OOOO */
 background-image: url(/Userfiles/Image/background/topp.jpg);
 background-repeat: no-repeat;
 overflow: auto;
}

#bottomregion
{
 /* border-top: solid 1px #ccc; */
 
}

/* Controls basket distance from top to top-menu */
.topregionright
{
  padding-top: 10em;
  padding-right: 2em;
}

a
{
 text-decoration: none;
}

a:visited,a:link
{
 text-decoration: none;
 color: #333;
}

a:hover
{
 text-decoration: underline;
}



H1, .heading1
{

 font-size: 2em;
 margin-top: 1em;
 font-weight: lighter;
 color: #B42027;
 font-family: Verdana, Georgia, serif;
}


H2, .heading2, .heading1Product
{
 font-size: 1.5em;
 margin-top:0.7em;
 margin-bottom: 0.4em;
 font-weight: lighter;
 color: #B42027;
 font-family: Verdana, Georgia, serif;
}

H3, .heading3
{
 font-size: 1.1em;
 margin-top:0.5em;
 margin-bottom: 0.4em;
 color: #B42027;
 font-family: Verdana, Georgia, serif;
}

H4, .heading4
{
 color:Red;
}

H5, .heading5
{
  color: white;
  font-size: 1em;
  text-decoration: none;
  font-weight: lighter;
  margin-top:0em;
}

/* rounded corners */
.boxXLong
{
    background: url(../caupoimages/custom/meny_list_long.gif) 2px 0px  no-repeat;
   
}


.boxX 
{
    background: url(../caupoimages/custom/meny_list.gif) 2px 0px;
}
.boxtopX 
{
    margin-top: 0em;
    /* background: url(../caupoimages/custom/ne.gif) no-repeat top right;  */

}
.boxtopX div { 
  height: 4px; 
 /* background: url(../caupoimages/custom/nw.gif) no-repeat top left;  */
  overflow: hidden;
}
.boxbottomX { 
  /*background: url(../caupoimages/custom/se.gif) no-repeat bottom right;  */
  font-size: 0; /* required for IE6 */
}
.boxbottomX div { 
  height: 4px; 
  /*background: url(../caupoimages/custom/sw.gif) no-repeat bottom left;  */
}
.boxcontentX {
  padding: 0px 4px 0px 4px;
  overflow: auto;
}

/* box rubrik och link */
.boxHeading
{
 font-weight: bold;
 color: white;
 padding-left: .5em;
}

.boxcontent
{
    /* mellanrum mellan rubrik och innehall */
    margin-top: .2em;
}

.boxtop
{
 /* border-bottom: solid 1px #FF9933; */
 /*background: url(/Userfiles/Image/background/bg.jpg) 2px 0px;*/
 height: 1.7em;
 padding-top: .1em;
 
}

.boxtopleft
{
 /*background: url(/Userfiles/Image/background/bg.jpg) 2px 0px  no-repeat; */
 height: 0em;
}

/* 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: Tahoma, Verdana;
 font-size:1em;
 font-weight:bold;
 color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px; 
	float: left;
}

#TopMenu 
{
    /* border-top: solid 1px #ccc; */
 /* border-bottom: solid 1px #ccc; */
 border-top: solid 1px white;
 border-bottom: solid 1px white;
 /* margin-right: -12em; */
    text-align: center;
 width: 100%;
 /* background-image: url(/Userfiles/Image/background/MainMenuBg.png); */
 /* margin-top: -11px; SABBAR I FF */
background-color: black;
 margin-bottom: 5px;
}

#TopMenu LI a:hover {
 text-decoration: underline;
}
#TopMenu .ActiveItem {
 /* background-color: #EAE8BC; */
}

.separator
{
 float: left;
 color: white;
 font-size: 1.2em;
}

/* vänstermeny */
.SimpleEntertainmentTreeView div.AspNet-TreeView ul li a
{
    /* radbryt vänstermenyn */
   /* white-space: nowrap; */
/*    font-size: 13px; */
color: white;
}


/* Page: StartPage */
.boxstartpage
{
 width: 47%;
 /* border: #ccc 1px dotted; */
 padding: 5px 5px 5px 5px;
 margin: 5px 5px 5px 5px;
 vertical-align: top;
}

/* test personlig tabell i editor */
table.customtable
{ 
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    width: 260px;
    background-color: #fafafa;
}


/* 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;
}

/* 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.6em;
	color: #CC0000;
	font-weight: bold;
	font-family: Arial;
}
.fontSaleOrd
{
    text-decoration: line-through;
    font-family: Arial;
}

.fontPrice
{
    color: #000;
	font-weight: bold;
	font-size: 1.6em;
	font-family: Arial;
}

#bottomregion
{
    margin-top: 2em;
    padding-top: 2em;
    background-color: white;

    margin-bottom:-2em;
    height: 10em;
   clear: both;
    border-top: solid 1px black;
}

.caupologo
{
    float: right;
    margin-top: 1.2em;
}


/*** 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 ***/
