



body {
    padding: 0px;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: 0px;
    margin-left: -1px;
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: black;
    background-image: url(../../garage_door_openers/images/gdo_header_right2.jpg);
    background-repeat: repeat-x;
    background-attachment: scroll;

}


html {
    scrollbar-base-color: black;
    scrollbar-3dlight-color: white;
    scrollbar-arrow-color: #0099CC;
}


input.textbox {
background-color: #000000; border: solid #0099CC 1px;    
font-weight: normal; font-size: 12px; color: #FFFFFF;

}


a:link {
	color: #FFFFFF;
        text-decoration: underline;
        font-size: 12px;
}

a:visited {
	color: #FFFFFF;
        text-decoration: underline;
        font-size: 12px;
}

a:active {
	color: #FFFFFF;
        text-decoration: underline;
        font-size: 12px;
}


a:hover {
	color: #FF0000;
        text-decoration: none;
        font-size: 12px;
}


h2  {
  font-size: 14px;
  font-weight: bold;
  color: #0000FF;
  font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;

}

p {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
  margin-right: 25px;
  margin-left: 10px;
 
} 


table#product_list {    
      background-color: #999999;
    
}

.image { 
    padding: 10px;    
    border: solid #FFFFFF 1px;
   
}

.description {
      padding: 10px; 
      border: solid #FFFFFF 1px; 
      
    
}
   
.divider {
height: 5px;
background-color: #000000;    

}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.cart_Quantity{
     font-weight: bold; 
     color: #FF2020; 
     font-size: 12px;

}
a.view_Cart{
     color: #FFFFFF;
     font-weight: normal; 
     font-size: 11px;
     text-decoration: underline;
    
}
a:hover.view_Cart{
     color: #FF0000;
     font-weight: normal; 
     font-size: 11px;
     text-decoration: none;
}

.centered{ 
     text-align:center;
     color: #FFFFFF;
     font-weight: normal; 
     font-size: 11px;
     text-decoration: none;
}
