/* These are all the custom specific styles bex1 */


#mainregion
{
	background-color: white;
 	padding: 0.5em;
 	background-image: url(/caupoimages/custom/design/header_dartdirekt.jpg);
 	background-repeat: no-repeat;
 		
}
	
body
{
    font-family: Verdana, Arial;
    font-size: 0.7em;
    text-align: left; /* for IE */ 
    color: #666; 
    margin-top: 0em;
    background-color: white;
    margin: 0;
	padding: 0;
	border: 0;
	/* test */
	/* background-image: url(/caupoimages/custom/design/top.gif); */ 
	background-repeat: repeat-x;

}

#topeditor
{
	padding-top: 0px;
/*	padding-bottom: 30px; FUNKAR ENDAST I ie7
	margin-bottom: 20px; */
}

/* Controls basket distance from top-menu */
.topregionright
{
 	padding-top: 5em; 
	padding-right: 2em;
	padding-bottom: 1em;
	
}


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: 1.5em;
	margin-top: 0.8em;
	font-weight: lighter;
	color: #000;
	
}

H2, .heading2, .heading1Product
{
	font-family: Verdana;
	font-size: 1.2em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
	font-weight: bold;
	color: #000;
}

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 
{
  background: url(/caupoimages/custom/design/box_top_middle.gif) no-repeat; 
  /* funkar i ff och mac? */
  padding-top: 1em;
}

.boxtopX { 
}

.boxtopX div { 

}
.boxbottomX { 
  background: url(/caupoimages/custom/design/box_bottom.gif);
  font-size: 0; /* required for IE6 */
}
.boxbottomX div { 
    height: 20px;  
  background: url(/caupoimages/custom/design/box_bottom.gif);
   
}
.boxcontentX {
  padding: 0px 4px 0px 4px;
  overflow: auto;
}

.boxHeading
{
 font-weight: bold;
 /* color: #FF9933; */
 color: #CC6633;
 
}


/* 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: -5px;
	margin-bottom: 5px;
}

#TopMenu LI a:hover {
	color: gray;
}
#TopMenu .ActiveItem
{
	text-decoration: underline;
	color: gray;
}

.separator
{
 float: left;
 color: white;
}

/* vänstermeny */


/* 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
{
    font-weight: bold;
    color: white;
}



#rightregion
{

}


#leftregion
{

}


/* set color on buttons */
/* MIKE */
/*.btnDefault, .btnBig{  background-color: #99CC99; color: white; }
.btnDefault:hover, .btnBig:hover{ background-color: green; } */

/* STANDARD */
.btnDefault, .btnBig{ color: #333; }
.btnDefault:hover, .btnBig:hover{ background-color: #ccc; }

.fontSale
{
	color: red;
	font-weight: bold;
	font-size: larger;
}
.fontPrice
{
    color: #CC6600;
	font-weight: bold;
	font-size: larger;
}


/*** 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 ***/
