/*

    CSS Document


    Site: Bergmans Möbler
    URL: http://www.bergmansmobler.se
    Author: PS Kommunikation
    Version: 2.0

    Date: 2009.08.30

*/


/*
 *      HTML GENERAL
 *
 */

BODY {
	font-size:62.5%;     
    font-family:Arial, Verdana, sans-serif;
    color:#434343;
}
H1, H2, H3 {
    font-family:Georgia, serif;	
	font-weight:normal; 	
	text-align:left;
	color:#232323    
}
H1 {
    font-size:4em;  
    line-height:1.1em;
    margin:0 0 0.5em 0;
}
H2 {
    font-size:1.6em;
   	font-weight:bold; 
    margin:0 0 0.2em 0;
}
H3 {
    font-size:1.2em;
        	font-weight:bold; 
    margin:0 0 0.1em 0;
}
P {
    font-size:1.2em;
	line-height:1.5em;
    margin:0 0 1.8em 0;
    font-weight:normal;
}
UL {
    font-size:1.2em;
    list-style-type:square;
    margin:0 0 10px 25px;
}
UL LI {
    line-height:1.5em;
}
OL {
    font-size: 1.2em;
    list-style-type: decimal;
    margin:0 0 10px 30px;
}
OL LI {
    line-height:1.5em; 
}
IMG {
    border:none;
}
ABBR {
    border-bottom: dotted 1px;
    cursor: help;
}
EM {
    font-style:italic;
}
STRONG {
    font-weight:bold;
}
A {
    color:#0092b2;
}
A:HOVER {
    text-decoration: none
}

DIV#Content FIELDSET {
    margin:10px 0 0 0;
    padding:0;
}
DIV#Content FIELDSET P {
    margin:0;
    padding:0;
}
DIV#Content LEGEND {
    display:none;
}
DIV#Content LABEL {
    Content:block; 
    font-size:0.9em;
    margin:3px 0 0 0;
    text-align:left;    
}
DIV#Content FIELDSET LABEL.error {
   	display:inline;
   	float:left; 
   	color:red; 
   	width:auto; 
   	margin-left:10px; 
   	vertical-align:top; 
}
DIV#Content INPUT {
    background:#f2f2f2 url(/images/bg-input.gif) repeat-x top left;
    border:1px solid #f2f2f2;
    display:block;  
	height:1.6em;    
    font-size:1.0em;
	margin:0 0 10px 0;
	padding:5px 5px 0 5px;
	width:25em;
}
DIV#Content INPUT.Submit {
    background:#f2f2f2 url(/images/bg-submit.gif) repeat-x top left;
    border:1px solid #f2f2f2;
    color:#fff;
    display:block;  
	height:39px;    
    font-size:1.0em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 20px 0 20px;
	text-align:center;
	width:7em;
}
DIV#Content FIELDSET SELECT {
	color:#222;  
	display:block;  
	height:1.8em;    
	font-family:Arial, Sans-Serif;
	font-size:1.0em;
	padding:2px 5px 0 5px;
	width:250px;	
}
DIV#Content TEXTAREA {
    background:#f2f2f2 url(/images/bg-textarea.gif) repeat-x top left;
    border:1px solid #f2f2f2;   
    display:block;     
    font-family:Arial, Verdana, sans-serif;
	font-size:1.0em;
	height:10em;	
	margin:0 0 5px 0;
	padding:0.2em;
	width:25em;
}

/*
 *      CLASSES
 *
 */

.Ingres 
{
    font-size:1.3em;
}
.border 
{
    
    text-decoration:none;
    color:#666;
}
.AjaxLoader
{
    background: #333 url(/images/ajax-loader.gif) top left;
    padding-left:200px;
}
