/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.productListing-data img, .infoBoxContents img {
border: 3px solid #675e43;
}

#breadcrumbnav {
text-align: right;
font-size: 10px;
}
a.headerNavigation {
color: #2C241F;
}
#productinfo-pho {
}
#mainphoto {
width:400px;
padding:5px;
margin-bottom: 15px;
background-color: #675e43;
float:left;
text-align: center;
}
#mainphoto img {
border: none;
}
#subphoto {
width:66px;
margin-left:8px;
float:left;
}
#subphoto img{
border: 3px solid #675e43;
margin-bottom:5px;
}
#productinfo-txt {
padding: 0 0 10px 0;
clear:both;
}
#productinfo-txt p {
margin:0 auto;
padding: 0;
}
#productinfo-des {
width:380px;
float:left;
}
#productinfo-pri {
padding-left: 10px;
float:left;
}

ul.home_category {
padding: 10px 20px 30px 20px;
list-style-type: none;
overflow: hidden;
}
ul.home_category li {
margin:0;
padding:0;
width: 120px;
float:left;
}
table.productListing {
margin-bottom: 20px;
}
#powerdby {
padding: 100px 0 10px 0;
text-align: center;
font-size: 9px;
}
#powerdby a {
color: #2C241F;
}
.submit {
padding:10px;
text-align:center;
}