#content p, #content h1, #content h2, #content h3, #content ul, #content ol, #content li, #content table
{
margin: 0 0 1em 0;
}

td, th
{
vertical-align: top;
}

div.hr
{
padding: 0;
background-color: #000;
color: inherit;
clear: both;
height: 1px;
}

div.clearBoth
{
clear: both;
width: 1px;
height: 1px;
font-size: 1px;
line-height: 1px
}

div.clearLeft
{
clear: left;
width: 1px;
height: 1px;
font-size: 1px;
line-height: 1px
}

#content ul
{
list-style-image: url(../style/aaBullet.gif);
list-style-type: square;
}

#content li
{
margin-bottom: 0;
}

/* Thumbnails in VCMS Auto-Galleries */

a.ImgEnvGT
{
display: block;
float: left;
margin: 0 1em 1em 0;
padding: 5px;
background-color: #fff;
border: 1px solid #a6a6a6;
/* For IE 7 */
cursor: pointer;
}

a.ImgEnvGT span
{
display: block;
background-repeat: no-repeat;
border: none;
}

a.ImgEnvGT img
{
display: none;
border: none;
}

a.ImgEnvGT:hover img
{
cursor: pointer;
display: block;
border: 1px solid #a6a6a6;
padding: 5px;
background-color: #fff;
/* For IE 7 */
position: absolute;
}

/* Other VCMS-generated images */

img.Normal, img.FloatLeft, img.FloatRight
{
display: block;
border: 1px solid #a6a6a6;
padding: 10px;
margin-bottom: 1em;
background-color: #fff;
}

img.FloatLeft, img.FloatLeftNoBorder
{
float: left;
margin: 0 1em 1em 0;
}

img.FloatRight, img.FloatRightNoBorder
{
clear: right;
float: right;
margin: 0 0 1em 1em;
}

img.Normal, img.NormalNoBorder
{
clear: both;
}

/* Default styling for VCMS SHOP */
div.ProductSummary
{
border: 1px solid #a6a6a6;
margin: 0 10px 10px 0;
padding: 5px;
width: 265px;
height: 200px;
float: left;
background-color: #f6f6f6;
font-size: .9em;
}

table.Cart
{
border-collapse: collapse;
border: 1px solid #a6a6a6;
border-right: none;
border-bottom: none;
}

table.Cart form
{
display: inline;
}

table.Cart select
{
min-width: 40px;
}

table.Cart th, table.Cart td
{
text-align: left;
border: 1px solid #a6a6a6;
border-left: none;
border-top: none;
padding: 4px;
font-size: 13px;
}

table.Cart th
{
background-color: #e3e3e3;
color: inherit;
font-weight: normal;
}

table.Cart td
{
background-color: #f5f5f5;
color: inherit;
}

table.Cart th.right, table.Cart td.right
{
text-align: right;
}

table.Cart th.center, table.Cart td.center
{
text-align: center;
}

#CartSummary
{
position: fixed;
right: 0;
bottom: 0;
height: 60px;
width: 290px;
z-index: 100;
background: transparent url(../style/aabgCartSummary.png) no-repeat;
color: #000;
font-size: 11px;
text-align: left;
padding: 0 0 0 10px;
}

#CartSummary p
{
margin: 10px 0;
}

div.VShopInfo
{
color: #000;
background: #f5f5f5 url(../style/iconAlert.png) no-repeat .5em .5em;
border: 1px solid #a6a6a6;
margin: 0 0 1em 0;
padding: 0.5em;
padding-left: 30px;
font-size: .8em;
}

.warning
{
color: #f00;
background-color: transparent;
}

a img
{
border: none;
}

fieldset
{
border: 1px solid #a6a6a6;
margin-bottom: 2em;
padding: 1.5em .5em;
background-color: #f5f5f5;
color: inherit;
}

legend
{
border: 1px solid #a6a6a6;
padding: .2em .5em;
background-color: #e3e3e3;
color: inherit;
}

label
{
display: block;
float: left;
width: 130px;
}

fieldset input, fieldset select, fieldset textarea
{
font: .85em "Arial", "Helvetica", Sans-serif;
border: 1px solid #a6a6a6;
background-color: #fff;
color: inherit;
}

/* Form validation */
fieldset input.BadValue, fieldset select.BadValue
{
background-color: #ffe0ff;
color: #000;
}

/* Draw attn to (eg) form input */
.PayAttn
{
background-color: #cfc;
color: #000;
}

.button
{
display: inline-block;
margin: 0;
padding: 0 4px;
height: 20px;
background: #ffcf7d url(../style/aabgbutton.gif) 0 50% repeat-x;
color: #000;
border: 1px solid #d5bd98;
border-right-color: #935e0c;
border-bottom-color: #935e0c;
font: 13px "Arial", "Helvetica", Sans-serif;
}

span.button
{
height: 18px;
}

.button:hover
{
background: #ffdc8a url(../style/aabgbuttonHover.gif) 0 50% repeat-x;
color: #000;
}

div.hr
{
margin: 1.5em 0;
background: transparent url(../style/aabgHr.png) 0 50% repeat-x;
color: inherit;
height: 10px;
}

/* Custom classes */
table.WithBorder th, table.WithBorder td
{
text-align: left;
border: 1px solid #c99;
border-left: none;
padding: 4px;
font-size: 13px;
}

table.WithBorder th
{
background-color: #fae5e2;
color: #8b3553;
font-weight: bold;
font-family: "Georgia", "Times New Roman", "Times", Serif;
}

table.WithBorder td
{
background-color: #fff;
color: inherit;
}

table.WithBorder th.right, table.WithBorder td.right
{
text-align: right;
}

table.WithBorder th.center, table.WithBorder td.center
{
text-align: center;
}

table.WithBorder
{
border: 1px solid #c99;
border-right: none;
border-bottom: none;
border-collapse: collapse;
}

.CenteredText
{
text-align: center;
}

/* END custom classes */

/* Print & non-css */

div.hr hr
{
display: none;
}

/* VCMS in diagnostic mode */

div.Diagnostics
{
clear: both;
color: #000;
background-color: #ebebeb;
font: 10px "Verdana";
border: 1px solid #5b5b5b;
padding: 1em;
margin: 1em 0;
}

div.Diagnostics h1, div.Diagnostics h2, div.Diagnostics h3
{
font: bold 10px "Verdana";
color: #000;
background-color: #ebebeb;
}

/* CUSTOM SECTION FOR JACKY'S POSTER-STYLE INSET */
table.JackysPoster, table.JackysPoster td
{
font: italic 1.05em "Georgia", sans-serif;
color: #363636;
}

table.JackysPoster
{
background: #fff url(../ImageBank/FlyerBackground.png) 50% 50% no-repeat;
}

table.JackysPoster td
{
padding: 0 .5em .5em 0;
background-color: transparent;
}

table.JackysPoster td.center, table.JackysPoster td.JWHead
{
text-align: center;
font-weight: bold;
}

table.JackysPoster td.JWHead
{
font-size: 1.2em;
color: #be5a67;
background-color: transparent;
line-height: 1.1em;
}

table.JackysPoster td.JWHead a
{
color: #be5a67;
text-decoration: underline;
}

table.JackysPoster td.JWHead a:hover
{
color: #00f;
}

table.JackysPoster ul
{
margin-left: .2em;
padding-left: .5em;
}

table.JackysPoster ul li
{
list-style-image: none;
list-style-type: disc;
margin-left: .2em;
padding-left: .2em;
padding-bottom: .6em;
}
