/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Verdana;
	line-height:150%;
	font-style:italic;
	
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
	background-color:#CCFF66;
		
}

.link_color{
	height:18px;
	font-family: Georgia, "Times New Roman", Verdana;
	
	color:#006699;
	}
img.dropshadowed { filter: dropshadow( color=gray, offx=3, offy=3, positive=1 ); }


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 80%;
 font-weight: bold;
 color: #333333;
 margin: 1px;
 padding: 0px;
 margin-left:5px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

p { 
	font: 9pt/17pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	color:#000066;
	text-shadow:#006699;
	letter-spacing: .04em;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#content{
  float:left;
  width: 60%;
  padding-left:10px;
  
}

#headlines{
  	float:right;
	width: 16%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 5px 0px 5px;
border-bottom: 1px solid #DBDBDB;
border-top:1px solid #DBDBDB;
color:#666666;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	height:18px;
	font-family: Georgia, "Times New Roman", Verdana;
	font-size: 90%;	
}


/************** .feature styles ***************/
#content_furniture{
  float:none;
  width: 90%;
  
}


.feature{
	padding: 2px 2px 2px 2px;
	font-size: 85%;
	float:none;
	letter-spacing:0.03em;
	line-height:18px;
	
}

.Site_Top_Address{
	padding: 2px 2px 2px 2px;
	font-size: 85%;
	float:none;
	letter-spacing:0.035em;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	

	
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-bottom:1px solid #CCCCCC;
	font-size: 75%;
	color: #cccccc;
	padding: 0px 0px 5px 10px;
}

#siteInfo_bot{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 0px 0px 5px 10px;
}


#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

.style-newsite {
	color:#FF0000;
	font-weight: bold;
	font-size: x-large;
	background-color:#FFFF00;
}


/************* #search styles ***************/

#search{
	padding: 0px 0px 5px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
border-bottom: 1px solid #EEE;
margin-left:10px;
font-size:85%;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 1px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}


#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************************* Page **************/
.page{
	clear: both;
/*	padding: 10px 0px 0px 10px; */
	font-size: 85%;
	color:#333333;
	letter-spacing:0.035em;
	line-height:19px;
	
}

.Site_Top_Address{
	clear: both;
/*	padding: 10px 0px 0px 10px; */
	font-size: 85%;
	color:#333333;
	letter-spacing:0.035em;
	line-height:19px;
	
}

.page_used{
	clear: both;
/*	padding: 10px 0px 0px 10px; */
	font-size: 85%;
	color:#333333;
	letter-spacing:0.035em;
	line-height:19px;
	text-align:justify;
	
}

.page p{
	padding: 0px 0px 10px 0px;
}

.page img{
max-height:100px;
max-width:120px;
}

.page_detail img{
max-width:450px;
}

.page_size{
	clear: both;
/*	padding: 10px 0px 0px 10px; */
	font-size: 85%;
	color:#333333;
	font-weight:bold;
	letter-spacing:0.035em;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.page_model{
	clear: both;
/*	padding: 10px 0px 0px 10px; */
	font-size: 85%;
	color:#333333;
	font-weight:bold;
	letter-spacing:0.035em;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.page_price_list{
	clear: both;
/*	padding: 10px 0px 0px 10px; */
	font-size: 85%;
	color:#333333;
	font-weight:bold;
	letter-spacing:0.035em;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.page_price_red{
	clear: both;
/*	padding: 10px 0px 0px 10px; */
	font-size: 85%;
	font-weight:bold;
	color:#FF0000;
	letter-spacing:0.035em;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.furniture{
	height:18px;
	font-family: Georgia, "Times New Roman", Verdana;
	font-size: 90%;	
}

#FadeInSlideShow1_div{
BORDER:#000000 0px none;
}

    .tip {font:12px
          Arial,Helvetica,sans-serif; 
		  border:solid 1px #666666; 
		  
		  padding:1px;
          position:absolute; 
		  z-index:100;
          visibility:hidden; 
		  color:#333333; 
		  top:20px;
          left:90px; 
		  background-color:#E5E5E5;
          layer-background-color:#ffffcc;}
                  
				  

.table_bg{
	background-color:#E5E5E5;
	padding:1px;
	border: 1px solid #cccccc;
	height:20px;
	
	

}
.table_bg_active{
background-color:#BCBCBC;
}				

table.nav {
	background-color: white;
	font-family: Georgia, "Times New Roman", Verdana;
	margin-right: 2px;
	margin-left: 5px;
	word-spacing: 0.025em;
	float:left;

}
table.nav th {
	padding: 1px 1px 1px 1px;
	background-color: white;
	font-size:75%;
	line-height:20px;
	font-family: Georgia, "Times New Roman", Verdana;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
	border-bottom-color:#CCCCCC;
}
table.nav td {
	padding: 1px 1px 1px 1px;
	background-color: white;
	font-size:75%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Verdana;

}



table.navn {
	background-color: white;
	font-family: Georgia, "Times New Roman", Verdana;
	margin-right: 2px;
	margin-left: 5px;
	word-spacing: 0.025em;
	float:left;

}

table.navn td {
	padding: 1px 1px 1px 1px;
	background-color: white;
	font-size:75%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Verdana;

}




table.content{
background-color:#E5E5E5;

	
}


#main {
    margin: auto;
	border: 1px solid #cccccc;
	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

.photo_pro_list {
    padding:3px;
	border: 1px solid #cccccc;
	background:#FFFFFf;
    font-family:Arial, Helvetica, sans-serif;
    font-size : 12px;
    text-align:center;

}

.abco_special_list{
    padding:3px;
	border: 1px solid #cccccc;
	background:#FFFFFf;
    font-family:Arial, Helvetica, sans-serif;
    font-size : 12px;
    text-align:center;
	}


.abco_special{
	border: 1px solid #cccccc;
	background-color:#E7E7FE;
}

.page_table_td {
    padding:3px;
	border: 1px solid #cccccc;
	background:#FFFFFf;
   

}

.red_text{
font-size:85%;
color:#FF0000;
font-family:Georgia, "Times New Roman", Verdana;
}

.green_policy{color: #006600; background-color:#00CC00; text-shadow:inherit}
