body
{
    font-family: Verdana, sans-serif;
    font-size: 90%;
/*
	background-color: #1D2133;
*/
	background-color: gray;
	text-align: center;
	margin: 0;
}

#footer, #header
{
    padding: 0.5em;
    background-color: black;
    color: white;
}

#header h1
{
    font-size: 1em;
}

#header span
{
	margin: 0.25em;
	padding: 0.25em 0.25em 0.25em;
	color: #BEBEBE;
}

#footer a, #header a
{
    margin: 0.25em;
    padding: 0.25em 0.25em 0.25em ;
    text-decoration: none;
    color: white;
}

#footer a:hover, #header a:hover
{
	text-decoration: none;
	color: white;
	background-color: #336;
}

#footer a:visited, #header a:visited
{
	color: #F2F2F2;
}

.odd
{
	background-color: #eee;
}

.even
{
	background-color: white;
}

.sys-message
{
	padding: 1.5em 1.5em 1.5em 6em;
	margin-left: 6em;
	margin-right: 6em;
	margin-bottom: 1.5em;
	border: 2px #474631 solid;
	background-color: #F7F4AB;
	background-repeat: no-repeat;
	background-position: 1em 1em;
	text-align: left;
}

.warning
{
	color: red;
	background-image: url(error-small.png);
}

.confirmation
{
	color: green;
	background-image: url(check_mark-small.png);
}

tr.highlight-row-error
{
	background: red;
}

tr.highlight-row-error label
{
	color: white;
}

.icon-link
{
	padding: 0px 1.5px 0px 1.5em;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.add-link
{
	background-image: url(add.png);
}

.delete-link
{
	background-image: url(cross.png);
}

.view-cart-link
{
	background-image: url(cart.png);
}

a.preview-link
{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: black;
    vertical-align: middle;
    padding-top: 1em;
    padding-bottom: 0em;
}

a.preview-link:hover
{
    background-color: white;
}

form#enlargement-form
{
    padding: 0;
    margin: 0;
}

fieldset
{
    padding: 1em;
}

legend
{
	font-size: 2em;
	font-weight: bold;
	color: #AC3100;
}

tr#subtotal
{
    font-size: 1.25em;
    font-weight: bold;
    background-color: white;
}

tr#subtotal td
{
    border: 1px solid black;
}

td#grand_total
{
    text-align: right;
}

div#order-form
{
    text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #F1F1F1;
}

div#order-preview
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
	background-color: white;
	padding: 2em;
	border: 3px ridge gray;
}

table.order-preview
{
    border: 1px solid black;
}

table.order-preview thead
{
    background-color: black;
    color: white;
}

table.order-preview tbody
{
    vertical-align: top;
}

table.order-preview tfoot
{
    font-weight: bold;
}

table.order-preview tfoot tr td
{
    border-top: 1px dotted black;
}

table.order-details
{
    font-size: 0.8em;
    width: 100%;
}

td.line-total
{
    padding-left: 2em;
    text-align: right;
    font-size: 1.5em;
}

.error-fields
{
    color: white;
    background-color: red;
}

div#index
{
    text-align: center;
    padding-left: 3em;
    padding-right: 3em;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

table#index-thumbnails
{
    margin-bottom: 3em;
}

td.thumbnail
{
	border: 1px #939393 solid;
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	padding: 0em;
}

.thumbnail-caption
{
    padding: 0.5em 0.5em 1em 0.5em;
    text-align: center;
}

td.thumbnail img
{
    margin: 10px;
    border: 0;
}

img.enlargement
{
	border: 0;
	background-repeat: no-repeat;
}

p#catalog-comment
{
	text-align: left;
	padding: 1em;
	background-color: #E1E1E1;
}

td#image-meta-data
{
    text-align: left;
}

input.add-image-button
{
    font-size: 1.5em;
}

div#image-meta-data
{
	text-align: left;
	font-size: 0.8em;
	padding: 0.5em 1.5em 1.5em 1.5em;
	background-color: #A2A2A2;
}

div#image-meta-data h1
{
    font-size: 1.2em;
}

td#media-left-column
{
    width: 30%;
    text-align: left;
}

td#media-navigation
{
    width: 30%;
}

div#enlargement-container table
{
    padding:  3em 0em 3em 0em;
    margin-right: auto;
    margin-left: auto;
}

img.preview
{
}

tr.product-option
{
	height: 2em;
}

tr.product-option td
{
	border-bottom: 1px black dotted;
}

table.product-options-table
{
    width: 100%;
}

td.product-option-price
{
    text-align: right;
    width: 6em;
}

td.product-quantity-cell
{
    text-align: center;
    width: 6em;
}

input.product-option-quantity
{
    text-align: center;
}

td.product-option-line-total
{
    text-align: right;
    width: 6em;
}

tr.product-item-total
{
    font-style: italic;
	height: 2em;
}

td.product-item-total-value
{
    text-align: right;
}

input#place-order-button
{
	font-size: 3em;
	border: 3px ridge red;
	background-color: white;
}

div#credits
{
	font-size: 0.8em;
	text-align: left;
	padding: 0.5em;
	background-color: #E6E6E6;
}

div#index-links
{
	color: #F7F7F7;
	padding-top: 1em;
}

div#index-links a:link
{
	color: white;
}

div#index-links a:visited
{
	color: white;
}

div#index-links a:hover
{
	color: black;
	background-color: white;
}

div#gcs-index
{
width: 520px; text-align: center; margin-left: auto; margin-right: auto; padding-top: 1em;
}
