/* These are all the custom specific styles for how.se */

#mainregion
{
	background-color: white;
}

body
{
    font-family: Trebuchet MS,Verdana, Arial;
    font-size: 0.7em;
    text-align: left; /* for IE */ 
    color: #666; 
}

#topeditor
{
}

#bottomregion
{
	border-top: solid 1px #ccc;
}

/* Controls basket distance from top-menu */
.topregionright
{
 	padding-top: 0px; 
}


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: 1em;
	font-weight: lighter;
	color: #999;
}


H2, .heading2, .heading1Product
{
	font-family: Verdana;
	font-size: 1.4em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
	font-weight: lighter;
	color: #999;
}

H3, .heading3
{
	font-size: 1.1em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
	color: #666;
}

H4, .heading4
{
	color:Red;
}



/* rounded corners */
.boxXLong
{
    background: #E5E5E5;
}
.boxX { 
  background: #E5E5E5;
}
.boxtopX { 
  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;
}

.boxHeading
{
}

.boxcontent
{
}

.boxtop
{
}

/* 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-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	color: #676767;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px; 
}

#TopMenu 
{
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

#TopMenu LI a:hover {
	background-color: #dddddd;
}
#TopMenu .ActiveItem {
	background-color: #dddddd;
}

.separator
{
 float: left;
 color: white;
}
/* vänstermeny */


/* 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
{
    display: none;
}

/* Set font on text for small basket */
.topBasket, .topBasket a
{

}

/* STANDARD */
.btnDefault, .btnBig{ color: #333; }
.btnDefault:hover, .btnBig:hover{ background-color: #ccc; }


.fontSale
{
	color: #CC3333;
	font-weight: bold;
	font-size: 1.0em;
}
.fontPrice
{
	font-size: 1.0em;

}


#bottomregion
{
    border-top: solid 1px #ccc;
    margin-top: 1.5em;
	padding-top: 0.1em;
	background-color: white;
   clear: both;
 margin-bottom:-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 ***/