/* 
    Document   : AuthenticRugs
    Created on : Nov 19, 2009, 12:33:52 PM
    Author     : Axiss Online
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a { text-decoration: none; color: #E7D3AC; }
a:active { color: #E7D3AC;}
a:visited { color: #E7D3AC; }
a:hover { text-decoration: underline; color: #099; }

a.LivingBox img { 
  border-style: solid; 
  border-width: 2px;
  border-color: #000000;
}

a.LivingBox:hover img { 
  border-style: solid; 
  border-width: 2px;
  border-color: #FFFFFF;
}

root { 
    display: block;
}

#mainParagraph1 {
  line-height: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#sideListItem1 {
  line-height: 20px;
  text-indent: -10px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#sideListItem2 {
  line-height: 18px;
  text-indent: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#HomeLivingBox {
  
  text-decoration: underline;
}

#slideShow1 {
  width : 620px;
  height : 180px;
}

#slideShowStoreIntSmall {
  width : 250px;
  height : 167px;
}

#slideShowLivingMain {
  width : 360px;
  height : 334px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-color: #003333;
  border-bottom-color: #003333;
  border-left-color: #003333;
  border-right-color: #003333;
}

.SlideShowButtons1 {
    border-left-style: groove;
    border-right-style: groove;
    padding-right: 6px;
    padding-left: 6px;
}
.SlideShowButtons2 {
    border-right-style: groove;
    padding-right: 6px;
    padding-left: 6px;
}

