/*
 * section.css
 *
 * Stylesheet for section-specitic information on theconfederateshop.com
 * Copyright (c) 2008 The Confederate Shoppe(tm). All rights reserved.
 */


div#products {
	padding: 10px;
	border: solid 1px #eee;
	background: #f9f9f9 url('/img/parchment.jpg');
}

p.description {
    margin: 0;
    text-indent: 15px;
    color: #333;
    font-style: italic;
}

div.product {
    float: left;
    text-align: center;
    width: 175px;
    height: 215px;
    margin: 5px;
    background: #fff;
    border: solid 1px #ccc;
	font-size: 12px;
}

#content div.product a {
	border-bottom: none;
}

div.product p {
    margin: 2px;
}

div.product p.img {
	height: 125px;
}

div.product p.img img {
	border: none;
}

div.product p.name {
	height: 60px;
	padding: 0 5px 0 5px;
}

div.product p.price {
	font-weight: normal;
}

div.product table * {
    text-align: center;
}


/* Pagination */

div.pages {
    margin: 0;
    margin-top: 3px;
    width: 175px;
    float: right;
    font-size: 10px;
    background: url('/img/pages.png') no-repeat;
    text-align: center;
	padding: 1px 3px 3px 3px;
}

#content div.pages a {
	font-size: 10px;
    font-style: normal;
    border-bottom: none;
    word-spacing: 5px;
    margin: 0 1px 0 1px;
}

div.pages span {
    margin: 0 1px 0 1px;
    font-style: italic;
}

div.pages p {
    margin: 0;
    font-weight: bold;
    padding: 0;
}

div.pages select {
	background: none;
	border: none;
}


/* First Letters */

div.letters {
    float: left;
}

div#content div.letters a {
    border-bottom: none;
    font-size: 15px;
    font-style: normal;
    margin: 2px 0 0 2px;
	color: #333;
}

div#content div.letters a:hover {
    color: #000;
}