/* These are all the custom specific styles annaivan.se */


#mainregion
{
 	padding: 0.5em;
	/* agnes i lund */
	/*background-image: url(/Userfiles/Image/background/bakgrund_topp.jpg);
	background-rep*/
}
	
body
{
    font-family: Arial;
    font-size: 0.85em;
    text-align: left; /* for IE */ 
    color: black; 
    margin-top: 0em;
	background-color: #fff;
	background-image: url(/Userfiles/Image/background/bg.gif);
	background-repeat: repeat-y;
	background-position: 50% top;
}

#topeditor
{
	padding-top: 5px;
	padding-bottom: 6px;
	background-image: url(/Userfiles/Image/logo/logga.gif); 
	background-position: 20px 20px;
	background-repeat: no-repeat;
	height: 9em;
}

/* Controls basket distance from top-menu */
.topregionright
{
 	padding-top: 35px; 
}


a
{
	text-decoration: none;
	color: Black;
}

a:visited,a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}



H1, .heading1
{
	font-family: Verdana;
	font-size: 2em;
	margin-top: 0.8em;
	font-weight: lighter;
        color: #000;
}


H2, .heading2, .heading1Product
{
	font-family: Trebuchet MS, Verdana;
	font-size: 1.4em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
	font-weight: lighter;
        color: #000;
}

H3, .heading3
{
	font-size: 1.1em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
        color: #000;
}

H4, .heading4
{
	color:Red;
}



/* rounded corners */
.boxX { 
}
.boxtopX { 

}
.boxtopX div { 
}
.boxbottomX { 
}
.boxbottomX div { 
}
.boxcontentX {
}

/* Box lista */
ol.olbox
{
	margin-top: 0;
	margin-bottom: 5px;
}

.olbox li
{
	margin-left:-16px;	
}



.separator
{
 float: left;
 color: white;
}
*/
/* vänstermeny */
.SimpleEntertainmentTreeView div.AspNet-TreeView ul li
{
    /* radbryt vänstermenyn */
   /* white-space: nowrap; */
/*    font-size: 13px; */
}


/* 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
{
    font-weight: bold;
}

/* 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;
	font-family: Arial;
}
.fontSaleOrd
{
    text-decoration: line-through;
    font-family: Arial;
}

.fontPrice
{
    color: #000;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial;
}

/* Listning av produkter */
#wrapper {
  border-bottom: dotted 1px #d6d7d6;
}
div.modelname{ text-align: left; }
div.descriptionshort{ text-align: left; }

#bottomregion
{
    margin-top: 1.5em;
    padding-top: 0.5em;
}

/* top menu test */
#TopMenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/Userfiles/Image/topmenu/bg_menu.png) repeat-x left bottom;
	margin-bottom: 3em;
}
#TopMenu:after {
	content: " ";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
#TopMenu li {
	float: left;
	margin-right: 1px;
}
#TopMenu a {
	float: left;
	display: block;
	
	padding-right: 16px;
	padding-left: 0;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
#TopMenu a span {
	float: left;
	
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 16px;
	cursor: pointer;
}
#TopMenu a:hover {
}
#TopMenu a:hover span {
}
#TopMenu .ActiveItem, #menu .ActiveItem:hover {
	background: url(/Userfiles/Image/topmenu/bg_menu_on_right.png) no-repeat right top;
	color: #000;
}
#TopMenu .ActiveItem span, #menu .ActiveItem:hover span {
	background: url(/Userfiles/Image/topmenu/bg_menu_on_left.png) no-repeat left top;
}



/*** 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 ***/
