﻿#Content #Types
{
	margin: 15px 18px 0 18px;
}

#Content #Types ul
{
	list-style: none;
}

#Content #Types ul li
{
	display: inline;
	margin: 0 10px 5px 0;
}

#Content #Types ul li a
{
	background: #F4F4E1;
	font-size: 1.2em;
	color: #6F6248;
	text-decoration: none;
}
/* ----------- Category Pictures ----------- */
#Content .Categories
{
    float: left;
    display: inline;
    border: solid 1px #D6CFC0;
    padding: 10px;
    width: 230px;
    height: 240px;
    margin: 0 0 5px 18px;
    text-align: center;
    font-size: 1.4em;
}
#Content .Categories img
{
    margin: 0 0 5px 0;
}

#Content .Categories a
{
    color: #6F6248;
    font-weight: bold;
    text-decoration: none;
}
#Content .Categories a:hover
{
    text-decoration: underline;
}
/* ----------- Product Pictures ----------- */
#Content .Products
{
    float: left;
    display: inline;
    border: solid 1px #D6CFC0;
    padding: 10px;
    width: 130px;
    height: 140px;
    margin: 0 8px 5px 18px;
    text-align: center;
    font-size: 1.2em;
}
#Content .Products2
{
    float: left;
    display: inline;
    border: solid 1px #D6CFC0;
    padding: 10px;
    width: 130px;
    height: 150px;
    margin: 0 8px 5px 18px;
    text-align: center;
    font-size: 1.2em;
}
#Content .Products img, .Products2 img
{
    margin: 0 0 5px 0;
}

#Content .Products a,.Products2 a
{
    color: #6F6248;
    font-weight: bold;
    text-decoration: none;
}
#Content .Products a:hover, .Products2 a:hover
{
    text-decoration: underline;
}
