/* CSS Document */


#catalog{
width: 95%;
border-collapse: collapse;
}

#catalog img{
border: 1px solid #612e26;
}

#catalog td {
padding: 5px;
}

#catalogText a{
text-decoration: none;
}

#catalogLine { font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #333333; }

#catalogColumns { font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #333333; }

#catalogBuy { text-align: right }

#catalogBuy a {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/menuBGon.gif) repeat-x center;
font-weight: bold;
font-style: normal;
color: #612e26;
border: 1px solid #612e26;
text-decoration: none;
padding: 1px 10px 1px 10px; }

#catalogBuy a:hover { 
background: url(../images/flyOn.gif) repeat-x center;
color: #000000;
border: 1px solid #612e26; }

#viewcart { text-align: right }

#viewcart a {
white-space: nowrap;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/menuBGon.gif) repeat-x center;
font-weight: bold;
font-style: normal;
color: #612e26;
border: 1px solid #612e26;
text-decoration: none;
padding: 1px 10px 1px 10px; }

#viewcart a:hover {
background: url(../images/flyOn.gif) repeat-x center;
color: #000000;
border: 1px solid #612e26; }

#proceedtocheckout { text-align: right }

#proceedtocheckout a {
white-space: nowrap;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
background: url(../images/menuBGon.gif) repeat-x center;
font-weight: bold;
font-style: normal;
color: #612e26;
border: 1px solid #612e26;
text-decoration: none;
padding: 1px 10px 1px 10px; }

#proceedtocheckout a:hover {
background: url(../images/flyOn.gif) repeat-x center;
color: #000000;
border: 1px solid #612e26; }

#catalogSearchLine{ display: none; }
