/* CSS Document */


#catalog{
width: 90%;
border-collapse: collapse;
}

#catalog img{
border: 1px solid #000000;
}

#catalog td {
padding: 5px;
}

#catalogText a{
text-decoration: none;
}

#catalogLine { font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000; }

#catalogColumns { font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000; }

#catalogBuy { text-align: right }

#catalogBuy a {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #A42A30;
border-top: 1px #494949 solid;
border-left: 1px #494949 solid;
border-right: 1px #838383 solid;
border-bottom: 1px #838383 solid;
padding: 2 11 3 9;
color: #F0F0F0;
text-decoration: none;
}

#catalogBuy a:hover { 
border-top: 1px #F6F7C0 solid;
border-left: 1px #F6F7C0 solid;
border-right: 1px #494949 solid;
border-bottom: 1px #494949 solid;
  color: #F6F7C0;
  background-color: #A42A30;
  padding: 3 10 3 10;
}

#viewcart { text-align: right }

#viewcart a {
white-space: nowrap;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #A42A30;
border-top: 1px #494949 solid;
border-left: 1px #494949 solid;
border-right: 1px #838383 solid;
border-bottom: 1px #838383 solid;
padding: 2 11 3 9;
color: #F0F0F0;
text-decoration: none; }

#viewcart a:hover {
border-top: 1px #F6F7C0 solid;
border-left: 1px #F6F7C0 solid;
border-right: 1px #494949 solid;
border-bottom: 1px #494949 solid;
  color: #F6F7C0;
  background-color: #A42A30;
  padding: 3 10 3 10;
}

#proceedtocheckout { text-align: right }

#proceedtocheckout a {
white-space: nowrap;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: #A42A30;
border-top: 1px #494949 solid;
border-left: 1px #494949 solid;
border-right: 1px #838383 solid;
border-bottom: 1px #838383 solid;
padding: 2 11 3 9;
color: #F0F0F0;
text-decoration: none;
}

#proceedtocheckout a:hover {
border-top: 1px #F6F7C0 solid;
border-left: 1px #F6F7C0 solid;
border-right: 1px #494949 solid;
border-bottom: 1px #494949 solid;
  color: #F6F7C0;
  background-color: #A42A30;
  padding: 3 10 3 10;
}

#catalogSearchLine{ display: none; }
