﻿/*

    CSS Document


    Site: Bergmans Möbler
    URL: http://www.bergmansmobler.se
    Author: PS Kommunikation
    Version: 2.0

    Date: 2009.08.30

*/


/*
 *      DEFAULT
 *
 */
 
BODY {
	background:#ecebea url(../images/bg-body.gif) top left repeat-x;	
	text-align:center;
}
DIV#Wrapper {
	background:url(../images/bg-wrapper.gif) top left no-repeat;			
	margin:0 auto; 
    text-align: left;	
    width:980px;
}

/*
 *      MASTHEAD
 *
 */

DIV#Masthead {
}
DIV#Logo {
    display:inline; 
    float:left;    
    margin:40px 0 0 0;
    width:202px;
}

/*** Helpnav ***/

DIV#Helpnav {
   	display:inline;
	float:right;
    text-align:right;
    width:300px;	
}
DIV#Helpnav UL {
    float:right;    
    list-style-type:none;
}
DIV#Helpnav UL LI {
    display:inline;
    float:left;
    font-size:11px;
    line-height:1.2em;
    margin:0 0 0 10px;
}
DIV#Helpnav A {
    text-decoration:none;
    color:#666;
}
DIV#Helpnav A:HOVER {
    text-decoration:underline;
}
DIV#Helpnav LI.Sitemap { 
    background:url(../images/icon-sitemap.gif) no-repeat center left;
    height:20px;
    line-height:20px;
    display:block;
    padding:0 0 0 20px;
}
DIV#Helpnav LI.About { 
    background:url(../images/icon-about-website.gif) no-repeat center left;
    height:20px;
    line-height:20px;
    display:block;
    padding:0 0 0 15px;
}
DIV#Helpnav LI.Shoppinglist A {
    color:#fff;
}
/*
 *      NAVIGATION
 *
 */

/*** Tabnav ***/

DIV#Tabnav {
}
DIV#Tabnav UL {
    list-style-type:none;
    margin:0;
    padding: 0 0 50px 0;
}
DIV#Tabnav UL LI {
    float:left;
    margin-right:5px;
}
DIV#Tabnav UL LI.ActiveTab {
    background:url(../images/bg-tabnav-active-l.gif) no-repeat;
    padding:0 0 0 5px;

}
DIV#Tabnav UL LI.ActiveTab A {
    color:#333;
    display:block;
    background:url(../images/bg-tabnav-active-r.gif) right top no-repeat;
    padding:5px 20px 9px 15px;
}
DIV#Tabnav UL LI {
    background:url(../images/bg-tabnav-bl.gif) left bottom no-repeat;
}
DIV#Tabnav UL LI A {
    display:block;
    color:#fff;
    text-decoration:none;
    background:url(../images/bg-tabnav-br.gif) right bottom no-repeat;
}
DIV#Tabnav UL LI A STRONG {
    display:block;
    font-style:normal;
    background:url(../images/bg-tabnav-tl.gif) left top no-repeat;
}
DIV#Tabnav UL LI A STRONG EM {
    display:block;
    font-style:normal;
    background:url(../images/bg-tabnav-tr.gif) right top no-repeat;
    padding:5px 10px;    
}


/*** Mainnav ***/

DIV#Mainnav {
    float:right;
    margin:10px 0 25px 0;
    padding:0;
    width:720px;
}
DIV#Mainnav UL#TopMenu {
    float:right;    
    list-style-type:none;
    margin:0;
}
DIV#Mainnav UL#TopMenu LI {
    float:left;
    line-height:3.2em;
    margin:0 0 0 20px;
    width:18em;           
}
DIV#Mainnav UL#TopMenu LI STRONG {
    display:block;
    height:2em;
    padding:0 10px;         
}
DIV#Mainnav UL#TopMenu LI A {
    color:#666;
    display:block;
    font-size:1.2em;
    font-weight:bold;
    line-height:2.8em;     
    text-decoration:none;
}
DIV#Mainnav UL#TopMenu LI EM {
    display:block;
    line-height:normal;
    font-size:0.8em;
    font-style:normal;
    font-weight:normal;
    padding:0 10px 10px 10px;    
}
DIV#Mainnav UL#TopMenu LI.TopMenuLiSelected {
    background:url(../images/bg-mainnav-br.gif) bottom right no-repeat;        
}
DIV#Mainnav UL#TopMenu LI.TopMenuLiSelected STRONG {
    background:url(../images/bg-mainnav-tl.gif) top left no-repeat;      
}
DIV#Mainnav UL#TopMenu LI.TopMenuLiSelected A {
    background:url(../images/bg-mainnav-tr.gif) top right no-repeat;
    color:#fff;
}
DIV#Mainnav UL#TopMenu LI.TopMenuLiSelected EM {
    background:url(../images/bg-mainnav-bl.gif) bottom left no-repeat;
    color:#fff;     
}

/* subnav */

DIV#Subnav {
    display:inline;
    float:left;
    padding:0 20px 0 20px;
    width:160px; 
}
DIV#Subnav UL {
    list-style: none;
    margin:0;
    padding:0;
    font-size:1.2em;
    border-bottom:solid 1px #eaeaea;
} 

/* Level 1 */

DIV#Subnav UL LI {
    line-height:normal;    
    margin:0;     
}
DIV#Subnav UL LI A {
    border-top:solid 1px #eaeaea;
    color:#666;
    display:block;
    padding:10px 20px;
    margin:0;
    text-decoration:none;
}
DIV#Subnav UL LI.subnavToggleOpen A {
    background:url(../images/icon-circle-plus.gif) no-repeat left center;
}
DIV#Subnav UL LI.subnavToggleOpen UL LI A {
    border:none;
    background:none;
}

/* Toggle */

DIV#Subnav UL LI.subnavToggleClose A {
    background:url(../images/icon-circle-minus.gif) no-repeat left center;
}
DIV#Subnav UL LI.subnavToggleClose UL LI A {
    background:none;
    border:none;
}

/* Selected */

DIV#Subnav UL LI.subnavSelected A {
    font-weight:bold;
}
DIV#Subnav UL LI.subnavSelected UL {
    margin-bottom: 10px;
    border-bottom:none;
}
DIV#Subnav UL LI.subnavSelected UL LI A {
    font-weight:normal;
}

/* Level 2 */
BODY.jQuery DIV#Subnav UL LI UL {
    display:none;
}
BODY.jQuery DIV#Subnav UL LI.subnavToggleClose UL {
    display:block;
}
DIV#Subnav UL LI UL {
    font-size:.9em;
    border:none;
    margin-bottom:10px;
}
DIV#Subnav UL LI UL LI A {
    border:none;
    padding:5px 20px 5px 20px;   
}

/* Level 2 selected */
UL#SubMenu LI.SubMenuLiSelected A,
DIV#Subnav UL LI.subnavItemSelected A {
    color:#a30573;
}


/*** Subnav Brands ***/

DIV#SubnavBrands UL {
    list-style: none;
    margin:0;
    padding:0;
} 
DIV#SubnavBrands UL LI {
    background:url(../images/icon-circle-plus.gif) no-repeat left center;    
    display:block;
    font-family: "Arial", Verdana, sans-serif;	    
    font-size:1.0em;
    line-height:normal;    
    margin:0;     
}
DIV#SubnavBrands UL LI A {
    background:url(../images/subnav-arrow-left.gif) center right no-repeat;
    border-bottom:solid 1px #eaeaea;
    color:#666;
    display:block;
    line-height:2.5em;
    padding:0 20px 0 20px;
    margin:0;
    text-decoration:none;
}
DIV#SubnavBrands UL LI A:HOVER {
    color:#36afe7;
}
DIV#SubnavBrands UL LI.Current A {
    color:#36afe7;    
    font-weight:bold;   
}

/*
 *      SEARCH
 *
 */

DIV#searchform {
    background:#0092b2 url(../images/bg-plate-blue.gif) top left repeat-x;
    padding:10px;
    border:solid 1px #0092b2;
}
DIV#searchform INPUT {
    background:#f2f2f2 url(../images/bg-input.gif) no-repeat;
    border-bottom:solid 2px #fff;
    color:#434343;
    float:left;
    font-size:1.1em;
    padding: .4em .3em;
    margin:0;
	width:110px;
	border:0;
}
DIV#searchform INPUT.searchbutton { 
    background:url(../images/icon-arrow-right-sm.png) center left no-repeat;
    float:right;
    margin:3px 0 0 3px;
    width:17px;
    height:19px;
}

/* result */

.Paging {
    text-align:right;
    margin-bottom:10px;
}
.Paging DIV P {
    text-align:right;
}
.PagingActive,
.PagingDigits {
    background:url(../images/bg-paging.gif) no-repeat;
    font-size:10px;
    margin-bottom:20px;
    padding:4px 7px;
    line-height:20px;
    text-align:center;
 } 
.PagingActive {
    background:url(../images/bg-paging-active.gif) no-repeat;
    color:#fff;
    height:33px;
}
.PagingDigits {
    color:#a30573;
    text-decoration:none;
}
.PagingPrev,
.PagingNext {
    color:#a30573;
    padding: 3px 20px;
} 
.PagingPrev {
    background:url(../images/icon-paging-prev-active.gif) top left no-repeat;
}
.PagingPrev[disabled] {
    color:#666;    
    background:url(../images/icon-paging-prev-disabled.gif) top left no-repeat;
}
.PagingNext {
    background:url(../images/icon-paging-next-active.gif) top right no-repeat;
}
.PagingNext[disabled] {
    color:#666;
    background:url(../images/icon-paging-next-disabled.gif) top right no-repeat;
}
.Paging .FloatLeft {
    font-size:1.1em;
}
.Paging EM  {
    font-style:normal;
}
/*
 *      CONTENT COMMON
 *
 */
 DIV#PlaceholderOuter {
    background:url(../images/bg-content-top.gif) 0 30px no-repeat;
    margin:0 0 0 0;
    width:980px;
}
DIV#PlaceholderInner {
    background:#fff url(../images/bg-content-tile.gif) top left repeat-y;
    margin:0;
    padding:0;
    width:980px;
    min-height:700px;
}  
DIV#Content {
    margin:10px 20px 0 20px;    
    width:940px;
}
DIV#ContentWrapper {
    display:inline;    
    float:left;
    margin:0px 20px 0 20px;
    width:430px;
}

/*** Pagetools ***/

UL#Pagetools {
   	float:right;
   	list-style:none;
   	margin-right:20px;
}
UL#Pagetools LI {
    float:left;
    margin:0 0 0 2px;
    text-indent:-9999px;
    width:20px;
    height:25px;

}
UL#Pagetools LI A {   
    color:#333;
    display:block;
    width:20px;
    height:25px;

}
UL#Pagetools LI A#normal {
    background:url(../images/icon-text-small.gif) no-repeat;
}
UL#Pagetools LI A#larger {
    background:url(../images/icon-text-medium.gif) no-repeat;
}
UL#Pagetools LI A#largest {
    background:url(../images/icon-text-large.gif) no-repeat;
}
UL#Pagetools LI A#print { 
    background:url(../images/icon-print.gif) no-repeat;
    margin-right:2px;
}

/*** Breadcrumbs ***/

DIV#Breadcrumbs {
    float:left;
    margin-left:230px;
}
DIV#Breadcrumbs P {
    color:#666;
    font-size:1.1em;
    margin:0;
}
DIV#Breadcrumbs A {
    text-decoration:none;
}
DIV#Breadcrumbs A:HOVER {
    text-decoration:underline;
}

/*
 *      CONTENT START
 *
 */


/*** USP ***/

DIV#Usp {
    height:299px;
    margin:0 0 20px 0;
    width:730px;
}

/*** CONTENT ***/

DIV#PrimaryContent {
    margin:0 0 20px 0;
}
DIV#SpotlightProductsContainer {
    float:left;
    width:450px;
}
DIV#SpotlightProductsContainer H2 {
    margin-top:10px;
}
DIV#SidebarContent {
    float:right; 
    width:280px;     
}
DIV#StartNews {
    background:#0092b2 url(../images/bg-start-news.gif) top left no-repeat;
    width:280px;
    min-height:205px;
    margin-top:10px;
    padding-bottom:5px;
}
DIV#StartNews H2 {
    color:#fff;
    padding:10px 10px 0 10px;
    margin-bottom:25px;
}
DIV#StartNews P {
    color:#fff;
    margin:0;
}
.StartNewsItem { 
    margin:10px 10px 0 10px;
}
.StartNewsItem P { 
    font-size:1.2em;
    font-weight:bold;    
    margin:0;
}
.StartNewsItem SPAN { 
    color:#ccf6ff;
    display:block;
    font-size:0.85em;
    line-height:1.1em;    
    font-weight:normal;
}
.StartNewsItem A { 
    color:#fff;
    text-decoration:none;
    line-height:1.1em;
}
.StartNewsItem A:HOVER { 
    color:#fff;
    text-decoration:underline;
}
.StartNewsBottom { 
    background: url(../images/border-start-news.gif) top left repeat-x;
    margin:20px 10px 0 10px;
    text-align:right;
    padding-top:5px;
}
.StartNewsBottom A { 
    color:#fff;    
    font-weight:bold;
    text-decoration:none;
    display:block;    
}
.PuffSidebar {
    border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;    
    border-left:1px solid #dfdfdf;
    height:12em;
    position:relative;
    width:278px;
}
.PuffSidebarContainer {
    left:10px;
    position:absolute;
    top:20px;
    width:258px;
}
.PuffSidebarContainerText {
    float:left;
    width:120px;
}
.PuffSidebar H2 {
}
.PuffSidebar P {
    color:#a30573;
    line-height:1.3em;
}
.PuffSidebar P STRONG {
    display:block;
}
.PuffSidebarContainerImage {
    float:right;
    width:130px;
}
DIV#PuffContainer { 
    margin:20px 0 0 0;
}
DIV#SecondaryContent {
}
DIV#PuffOne {
    background:url(../images/bg-puff-one.jpg) no-repeat left top;
    border:1px solid #dfdfdf;
    float:left;
    height:175px;          
    position:relative;
    width:230px;
}
DIV#PuffOne A {  
    background:url(../images/icon-arrow-right-sm.png) no-repeat right center;    
    font-family: "Georgia", serif;
	padding:0 20px 0 0;	
	text-decoration:none;     
}
DIV#PuffOne A:HOVER {  
    text-decoration:underline;     
}
DIV#PuffTwo {
    background:url(../images/bg-puff-two.jpg) no-repeat left top;
    border:1px solid #dfdfdf;
    float:right;
    height:175px;
    position:relative;        
    width:480px;
}
DIV#PuffTwo A {  
    background:url(../images/icon-arrow-right-sm.png) no-repeat right center;    
    font-family: "Georgia", serif;
	font-weight:bold;
	padding:0 20px 0 0;
	text-decoration:none;     
}
DIV#PuffTwo P {
    margin-right:230px;
}
DIV#PuffTwo A:HOVER {  
    text-decoration:underline;     
}
.PuffContentContainer {
    bottom:10px; 
    left:10px;
    position:absolute; 
}

/*
 *      CONTENT SUBPAGE
 *
 */

/*** Content Text and Image ***/

/* google map*/

DIV#GoogleMap {
    float:right;
    margin:0 20px 0 40px;
    width:260px;         
}
.GoogleMapItem {
    margin:0 0 20px 0;     
}
DIV#GoogleMap H2 {
    font-family:Arial, Verdana, sans-serif;    
    font-size:1.1em;
}
DIV#GoogleMap P {
    font-size:1.1em;
}    

/*** Content News ***/

.NewsItem {
    border-bottom:solid 1px #e2e2e2;
    margin:0 0 20px 0;
}
.NewsItem A {
    font-weight:bold;
    text-decoration:none;
}
.NewsItem A:HOVER {
    text-decoration:underline;
}
.NewsItemImage {
    float:left;
    margin:0 20px 0 0;
    width:250px;
}
.NewsItemText {
    float:right;
    margin:0;
    width:460px;
}

/*** Content Contact ***/

FIELDSET#FormContactinfo INPUT {
    width:309px;
}
FIELDSET#FormMessage TEXTAREA {
    width:309px;
}

/*** Content Brands ***/

DIV#ContentBrands {
    display:inline;    
    float:right;
    margin:0px 20px 0 20px;
    width:730px;
}
DIV#BrandItemsContainer {
}
.BrandItem {
    display:inline;
    float:left;
    width:180px;
    padding:10px 0;
    text-align:center;
    margin:0 0 10px 0;
}
.BrandItem:HOVER {
 
}
.BrandItem P {  
    color:#a30573;      
    font-family: Georgia, serif;
    font-size:1.2em;    
    line-height:normal;     
    margin:10px 0;
    text-align:center;     
}
.BrandItem IMG {  
    border:none;         
}

DIV#BrandContainer {
    margin-bottom:10px;
}
DIV#BrandContainer IMG {
    float:left;
    display:inline;
    padding:0 20px 10px 20px;
}

/*** Content Products ***/

/*** Shoppinglist ***/

.ShoppingList {
    margin:0 8px 0 8px;
    padding:10px 0 10px 0px;
    text-align:center;
    border-bottom:solid 1px #eaeaea;
}
.ShoppingList DIV {
    float:left;
}
DIV#ShoppingListCounter {
    margin:0 15px 0 0;
    width:50px;
}
DIV#ShoppingListCounter P {
    color:#acacac;
    font-family: Georgia, serif;
    font-size:3.6em;
    margin:0 0 0 10px;
    padding:0;
}
DIV#ShoppingListImage {
    width:65px;
}
DIV#ShoppingListDescription {
    width:300px;
}
DIV#ShoppingListDescription h3 {
    margin:10px 0 0 0;
}
DIV#ShoppingListDescription P {
    color:#a30573;      
    font-family: Georgia, serif;
    line-height:normal;     
    margin:5px 0 0 0;
    text-align:left;
    padding:0;
}
DIV#ShoppingListRemove P {
    margin:0;
    padding-top:20px;
} 
DIV#ShoppingListRemove A {
    text-decoration:none;
    color:#999;
    line-height:2em;
} 

/*** ProductItem ***/

.ProductItem {
    display:inline;
    float:left;
    margin:0 8px 20px 8px;
    padding:10px 0 0 0;
    text-align:center;
    width:128px;
    height:18em;
    border:solid 1px #fff;
}
.ProductItem:HOVER {
    border:solid 1px #ccc;
}
.ProductItem H3 {
    font-size:1.1em;
    margin:10px 0 0 0;
    text-align:center;    
}
.ProductItem P {  
    color:#a30573;      
    font-family: Georgia, serif;
    font-size:1.8em;    
    line-height:normal;     
    margin:2px 0 0 0;
    text-align:center;     
}
.ProductItem P SPAN {  
    color:#0092b2;
    display:block;  
    font-family:Arial, Verdana, sans-serif;  
    font-size:0.6em; 
    font-weight:normal;          
}
.ProductItem IMG {  
    border:none;         
}
.ProductItem A {  
    color:#434343;
    text-decoration:none;        
}
.ProductItem A:HOVER {  
    text-decoration:none;          
}
DIV#ContentProduct {
    display:inline;    
    float:right;
    margin:0px 20px 0 20px;
    width:730px;
}
DIV#SpotlightProductsContainer H1 {
    font-size:1.6em;
   	font-weight:bold; 
    margin:0.5em 0 0.2em 0;
}
DIV#ProductOverviewItemsContainer {
    margin:20px 0 20px 0;
}
DIV#ProductItemImage {
    display:inline;
    float:left;
    margin:0 0 40px 0;
    width:360px;    
}
DIV#ProductImageMain {
    margin:0 0 20px 0;
    text-align:center;
    position:relative;
}
#tooltip {
    background: url(../images/bg-tooltip.gif) no-repeat; 
    color:#fff;
    padding: 5px; 
    position: absolute; 
    bottom:10px; 
    right:10px; 
    width:125px; 
}
DIV#AddToShoppingList {
    text-align:left;
}
DIV#AddToShoppingList A {
    line-height:3em;
    color:#999;
    font-size:1.3em;
    font-weight:bold;
    text-decoration:none;
}
DIV#AddToShoppingList A:hover {
    text-decoration:underline;
} 
DIV#ProductImgPreview {
    height:360px;
}
DIV#ProductThumbnails SPAN {
    float:left;
}
DIV#ProductItemInfo {
    display:inline;
    float:right;
    font-size:0.9em;
    line-height:normal;
    width:340px;    
}
DIV#ProductDescription {
}
DIV#ProductDescription H1 {
    font-size:4em;  
    line-height:1.1em;
    margin:0 0 0.5em 0;
}
.Price {
    background:url(../images/bg-price.png) no-repeat top left;
    color:#fff;
    font-family:Georgia, serif;	
    font-size:35px;
    font-weight:bold;
    height:81px;
    padding:21px 0 0 0;
    text-align:center;
    width:328px;
    margin:35px 0 5px 0;  
}
.PriceDescription {
    font-size:1.1em;
    line-height:normal;
    font-style:italic;
}
DIV#ProductAttributes {
}
DIV#ProductAttributes UL {
    list-style-type:none;
    margin:0;
}
DIV#ProductAttributes A {
    text-decoration:none;
}
DIV#ProductAttributes A:HOVER {
    text-decoration:underline;
}
DIV#ProductAttributesColLeft {
    float:left;
    margin:0 0 20px 0;
    width:160px;
}
DIV#ProductAttributesColRight {
    float:right;
    width:160px;    
}
DIV#MoreOptions {
    margin-bottom:20px;
}
DIV#MoreOptions A {
    text-decoration:none;
}
DIV#MoreOptions A:HOVER {
    text-decoration:underline;
}
DIV#MoreOptions UL {
    list-style-type:none;
    margin:0;
}
DIV#MoreOptions UL LI {
    display:inline;
    margin:0 10px 0 0;
}

/* paging */

.Paging { 
    padding:0 0 15px 0;
}
.Paging UL {
    margin:0;
    padding:0;
    list-style-type:none;
    float:right;
}
.Paging LI {
    float:left; 
    line-height:1.8em;
}
.Paging LI A {
    color:#333;  
    padding:0.6em;    
    text-decoration: none;
}
.Paging LI.Active A {
    background:url(../images/bg-paging-active.gif) no-repeat left center;
    color:#fff;
    font-weight:bold;
}
.Paging LI A:HOVER {
    text-decoration: none;
} 

/*** SITEMAP ***/

.SiteMap {
  font-family: arial; 
  font-size: 1.2em;
  line-height:15px;
}
.SiteMapTableCell {
  padding: 5px;
}
.RootNode,
.ParentNode,
.LeafNode { 
  padding-left:5px;
} 
.RootNode a { 
  color: #000;
  font-weight: bold;
  text-decoration:none;
} 
.RootNode a:hover { 
  text-decoration:underline;
} 
.ParentNode a { 
  text-decoration:none;
} 
.ParentNode a:hover { 
  text-decoration:underline;
} 
.LeafNode a { 
  text-decoration:none;
} 
.LeafNode a:hover { 
  text-decoration:underline;
} 

/*
 *      FOOTER
 *
 */

DIV#Footer {
    background:url(../images/bg-content-bottom.gif) no-repeat left top;
    margin:0 0 0 0;
    padding:45px 0 0 10px;
}
DIV#Footer H2 {
    color:#434343;
    font-family:Arial, Sans-Serif;
    font-size:1.1em;
    margin-bottom:0.3em;        
}
DIV#Footer P {
    color:#888;
    font-size:1.1em;
    line-height:1.4em;
    margin:0;
    padding:0; 
}
DIV#Footer UL {
    list-style-type:none;
    margin:0;
}
DIV#Footer UL LI {
    font-size:0.9em;
    margin:0;
}
DIV#Footer UL#FooterMenu {
    width:180px;
}
DIV#Footer UL#FooterMenu LI {
    float:left;
    width:90px;
}
DIV#Footer UL#FooterMenu LI A {
    float:left;
}
DIV#Footer A {
    color:#666;    
    text-decoration:none;    
}
DIV#Footer A:HOVER {
    color:#777;
    text-decoration:underline;        
}
.FloatLeft {
    float:left;
}
.FloatRight {
    float:right;
	margin:0 0 0 15px;
}
DIV#ColOne {
    display:inline;
    float:left;
    margin:5px 50px 0 0;
    width:200px;
}
DIV#ColTwo {
    display:inline;
    float:left;
    margin:5px 50px 0 0;
    width:140px;
}
DIV#ColThree {
    display:inline;
    float:left;
    margin:5px 50px 0 0;
    width:140px;
}
DIV#ColFour {
    display:inline;
    float:right;
    margin:5px 0 0 0;
    width:23em;
}
DIV#ColFour P {
    margin:0 0 10px 0;
}

/*
 *      PRODUCTION
 *
 */

DIV#Production {
    margin:0;
}
DIV#Production P {
    color:#9d9b9b;
    font-size:1.1em;
    line-height:1.4em;
    margin:0 0 0.1em 0;
    padding:0; 
    text-align:right;
}
DIV#Production A {
    color:#9d9b9b;
    text-decoration:none;
}
DIV#Production A:HOVER {
    text-decoration:underline;
}

/*
 *      CLASSES
 *
 */

.ArrowLeft {
    background:url(../images/icon-arrow-left-sm.png) left center no-repeat; 
    padding:0 0 2px 20px;
}
.ArrowRight {
    background:url(../images/icon-arrow-right-sm.png) right center no-repeat; 
    padding:0 20px 2px 0;
} 
.Facebook {
    background:url(../images/icon-facebook.gif) left center no-repeat; 
    padding:0 0 0 18px;
}
.Delicious {
    background:url(../images/icon-delicious.gif) left center no-repeat; 
    padding:0 0 0 23px;
}
.Email {
    background:url(../images/icon-mail.gif) left center no-repeat; 
    padding:2px 0 2px 20px;
}
.Shoppinglist {
    background:url(../images/bg-icon-shoppinglist-left.gif) left center no-repeat; 
    padding:5px 0 5px 5px;
}
.Shoppinglist A {
    background:url(../images/bg-icon-shoppinglist-right.gif) right center no-repeat; 
    padding:5px 10px 5px 5px;
    color:#fff;
    font-weight:bold;
}
.ShoppinglistAdd {
    background:url(../images/icon-shoppinglist-add.gif) left center no-repeat; 
    padding:5px 0 5px 27px;
}

.ShoppinglistRemove {
    background:url(../images/icon-shoppinglist-remove.gif) left center no-repeat; 
    padding:5px 0 5px 27px;
}
.FloatLeft {
    display:inline;
    float:left;
}
.FloatRight {
    display:inline;
    float:right;
}
.NoMargin {
    margin:0;
}
.Hide {
    position:absolute;
	left:-9999px;
	z-index:100;
}
.Clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.Clearfix {display:inline-block; clear:both;}
/* Hides from IE-mac \*/
* html .Clearfix {height:1%;}
.Clearfix {display:block;}
/* End hide from IE-mac */