﻿body
{
    color: #272321;
    font-family: Arial, Helvetica, sans-serif;
}
ol
{
    color: #666666;
    font-size: smaller;
}

table.Cart
{
    width: 90%;
     margin-left: auto;
     margin-right: auto;
}

p.Testimonial
{
    font-style: italic;
    font-size: smaller;
}
.smallText
{
    font-size: smaller;
}

a
{
    color: blue ; /*#663300*/
    text-decoration: none;
    font-size: medium;
}
a:hover
{
    text-decoration: underline;
}
a img
{
    border: 0px;
}

h1
{
    color: #663300;
}
h2, h3
{
    color: #666666;
}

/* Products List */
div.productsWrapper
{
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.productsList
{
    margin-left: auto;
    margin-right: auto;
	list-style-type: none;
}
.productsList li
{
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
	list-style-type: none;
}

/* Products Image List */
div.extraImageWrapper
{
    margin-left: auto;
    margin-right: auto;
}
.extraImageList
{
    margin-left: auto;
    margin-right: auto;
	list-style-type: none;
}
.extraImageList li
{
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
	list-style-type: none;
}

.PopupImagePanel
{
    border: 1px solid #000000;
    text-align: center;
    height: 150px;
}

/* Main Table width and cell padding */
table.Main
{
    width: 100%;
}
table.Main td
{
    padding: 10px;
}

/* Text Box Watermarks */
.watermarked
{
	height:20px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}
.unwatermarked
{
    height: 18px;
}


