body, td, th, input, select
{
    font-family: Verdana;
    font-size: 12px;
    color: #666;
}

a
{
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

html, body, form
{
    padding: 0;
    margin: 0;
}

/* ------------------- HEIGHT 100% FIX ---------------------------

html,body,form
{
	height:100%;
}

#wrapper
{
	position:relative;
	height:auto !important; 
    height:100%; 
    min-height:100%; 
}
   ---------------------------------------------------------------*/

#wrapper
{
    margin: 0 auto;
    width: 900px;
}

.cp
{
    padding: 16px;
}

.cl
{
    clear: both;
}

.rss
{
    background: transparent url(img/rss.gif) no-repeat;
    height: 16px;
    padding-left: 20px;
}

/* --------------- fckEditor fix ---------------------------------*/
body.fckEdit
{
    background-color: Transparent;
    height: auto;
}

*:first-child + html body.fckEdit
{
    background-color: #fff;
    background-image: none;
}
/* ---------------------------------------------------------------*/

.left
{
    float: left;
    padding-right: 15px;
}
.right
{
    float: right;
}

a img
{
    border: 0;
}

.topimg
{
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

h1,h1 a
{
    font-family: Verdana;
    margin-top: 0;
    color: #ca1a33;
    font-size: 32px;
    font-weight: normal;
}


h4
{
    font-family: Times New Roman;
    font-size:28px;	
}

.fckEdit
{
    height: auto !important;
}

.ProdName
{
    margin-top: 40px;
    color: #000;
    font-size: 23px;
}

.Inter
{
    font-family: Times New Roman;
}

.Staland
{
    font-family: Verdana;
}

.ProdPrice
{
    font-family: Times New Roman;
    color: #000;
    font-size: 20px;
}

.ProdCheap
{
    font-family: Times New Roman;
    color: #ca1a33;
    font-weight: 700;
    font-size: 20px;
}

.SizeBox
{
    border: 1px solid #E1E1E1;
    width: 291px;
    color: #000;
    bottom: 0px;
    position: absolute;
}

.linje
{
    border-bottom: 1px solid #E1E1E1;
    line-height: 0px;
    clear: both;
    height: 15px;
    margin: 0 0 15px 15px;
}

.fet
{
    font-weight: 700;
    color: #000;
}

.scp
{
    padding: 3px;
}

.farg
{
    background-color: #f2f2f2;
}

.tillbaka
{
    background-image: url(img/arrow-le.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.bottom
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    line-height: 22px;
    text-align: left;
}

.intProdText
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 25px;
    right: 0px;
    border: 1px #cccccc solid;
    font-weight: normal;
    border-top: 0;
    border-bottom: 0;
    line-height: 25px;
    font-family: Verdana;
}
.intProdText .rtext
{
	line-height:12px;
}

#mainmenu h3 img, .sortiment img
{
    margin-bottom: 3px;
}

#mainmenu h3
{
    font-family: '/Fonts/TIMELTSR.TTF';
    font-size: 11px;
    font-weight: normal;
    background-color:#7F7F7F;
}

#mainmenu h3 a
{
    background-color:#7F7F7F;
}

#mainmenu
{
    padding-left:10px;
    margin-top:4px;
    padding-top:3px;
}

.sortiment
{
    margin-left: 10px;
    font-size: 13px;
    font-family:Verdana, Times, Times New Roman;
    color: #FFF;
}

.ltext
{
    float: left;
    padding-left: 5px;
}

.rtext
{
    float: right;
    padding-right: 5px;
}

.specPrice
{
    font-weight: bold;
    color: #CA1A33;
}

hr
{
    border: 0;
    border-bottom: solid 1px #ccc;
}

.sep
{
    border-left: solid 1px #fff;
    height: 23px;
}

#menuwrapper
{
    background-color: #7F7F7F;
    width: 100%;
    height: 24px;
}
/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul
{
    font-size: 12px;
    margin: 0;
    padding: 0;
    z-index:20;
    list-style: none;
    margin-right: 0px;
    margin-left: 5px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul
{
    display: none;
    position: absolute;
    top: 1.0em;
    margin-top: 7px; /* I'm using ems and px to allow people to zoom their font */
    left: -15px;
    width: 200px;
    background-color: #7F7F7F;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul
{
    top: -1px;
    margin-top: 0;
    left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li
{
    float: left;
    display: block;
    position: relative;
    margin-right: 3px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li
{
    border-top:1px solid #DDDDDD;
    float: none !important;
    z-index:21;
    margin: 0;
    margin:3px 0 1px;
}
.menulist ul > li:last-child
{
    margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a
{
    display: block;
    padding: 0px 0px 0px 0px;
    font-family:Verdana, Times, Times New Roman;
    color: #FFFFFF;
    text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus
{
    color: #eee;
    text-decoration:none;
}
.menulist a.highlighted
{
    color: #FFF;
    text-decoration:none;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind
{
    display: none;
}
.menulist ul a .subind
{
    display: block;
    float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a
{
    font-family:Verdana, Times, Times New Roman;
    font-size:13px;
    font-weight:normal; 
    float: left;
}
.menulist ul a
{
    float: none;
}
/* \*/
.menulist a
{
    float: none;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child + html .menulist ul li
{
    float: left;
    width: 100%;
}

* html .menulist ul li
{
    float: left;
    height: 1%;
}
* html .menulist ul a
{
    height: 1%;
}
/* End Hacks */

.menulist li.selected
{
}

.menulist li.hidden
{
    display: none;
}

#ctl00_exMainMenu_exMenu2
{
    float:left;
    height:24px;
    border-left: 1px solid white;
    background-color:#7F7F7F;
}

.mprice
{
	margin-top:15px;
	background-image:url(img/rea.gif);
	padding:5px;
	padding-bottom:1px;
	padding-top:10px;
	width:70px;
	height:34px;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:12px;
}

.mprice small
{
	font-size:10px;
	color:#000;
}