/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: index.css (Categories) 5952 2007-03-03 06:18:46Z dwu $
 */

#bodyWrapper {
	background: url(../images/TopBackground.jpg) repeat-x left -200px;
}

#headerWrapper {
	background: none;
	height: 180px;	
}

#headerBannerWrapper {
	background: none;
	height: 60px;
}

#dealerBottomSpacer {
	height: 30px;
}

#navColumnTwo {
	display: none;
}

#categories {
	display: block;
}

/* Strings */
#categoryViolins img {
	padding-right: 100px
}

#categoryViolas img {
	padding-right: 100px
}

#categoryCellos img {
	padding-right: 0px
}

/* Woodwind */
#categoryAltoSaxophones img {
	padding-right: 20px
}

#categoryTenorSaxophones img {
	padding-right: 20px
}

#categorySopranoSaxophones img {
	padding-right: 20px
}

#categoryBaritoneSaxophones img {
	padding-right: 20px
}

#categoryBaritoneSaxophones {
	float: none;
}

#categoryClarinets img {
	padding-left: 50px
	padding-right: 20px
}

#categoryFlutes img {
	padding-right: 20px
}

#categoryPiccolos img {
	padding-right: 20px
}

/* Brass */
#categoryTrumpets img {
	padding-right: 0px
}

#categoryTrombones img {
	padding-right: 0px
}

#categoryPocketTrumpets img {
	padding-right: 0px
}

#categoryFrenchHorns img {
	padding-right: 0px
}

#categoryFrenchHorns {
	float: none;
}

#categoryAltoHorns img {
	padding-right: 0px
}

#categoryBaritones img {
	padding-right: 0px
}

#categoryEuphoniums img {
	padding-right: 0px
}

/* Accessories */
#categoryCases img {
	padding-right: 90px
}

#categoryBows img {
	padding-right: 90px
}

#categoryCareKits img {
	padding-right: 50px
}

#categoryCareKits {
	float: none;
}

#categoryStands img {
	padding-right: 50px
}

#categoryReeds img {
	padding-right: 50px
}

#categoryStrings img {
	padding-right: 50px
}

.productListing-rowheading {
	display: none;
}

.productsTable {
	width: 100%;
}

.productListing-odd, .productListing-even, .productListing-data-empty {
	border: solid 1px white;
	padding: 6px;
	width: 210px;
}

.itemModel {
	font-weight: bold;
	padding-top: 20px;
}

.itemImage {
	float: left;
	height: 200px;
}

.listingProductImage {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.itemTitle {
	font-weight: normal;
	height: 80px;
	padding-top: 20px;
}

.itemTitleMoreInfo {
	padding-top: 20px;
}

.itemTitleMoreInfo a {
	font-weight: normal;
	text-decoration: underline;
}

.productsTableLine {
	background-color: #AF763A;
	width: 1px;
}

.productTableTopSpacer {
	height: 20px;
}

.productTableBottomSpacer {
	border-bottom: solid 1px #AF763A;
	height: 20px;
}
