﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
}


h1
{
    font-family: Arial Narrow;
    font-weight: bold;
    font-size: 24px;
}

h2
{
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

h3
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

a.websiteTitle:link, a.websiteTitle:active, a.websiteTitle:visited
{
    text-decoration: none;
    color: #000;
}

a.websiteTitle:hover
{
    text-decoration: none;
    color: #666;
}

a.websiteTitle span
{
    font-family: Arial Narrow;
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 5px;
    margin-left: 10px;
}

#Bottom
{
    width: 960px;
    margin: 20px auto 20px auto;
    overflow: auto;
}

#Top
{
    width: 960px;
    margin: 0 auto;
    height: 130px;
    background-color: #333;
}

#Footer
{
    width: 920px;
    margin: 0 auto;
    height: 90px;
    padding: 20px;
    background-color: #fff;
}

#FooterInner
{
    width: 920px;
    height: 80px;
    overflow: auto;
    background-color: #fff;
}

#TopWrapper
{
    width: 100%;
    height: 130px;
    background-color: #333;
}

#Header
{
    width: 600px;
    height: 130px;
    background-color: #333;
    float: left;
    display: inline;
}

#HeaderRight
{
    width: 360px;
    height: 130px;
    background-color: #333;
    float: left;
    display: inline;
    text-align: right;
}

#ContentArea1
{
    display: inline;
    float: left;
    width: 640px;
}

#ContentArea2
{
    display: inline;
    float: left;
    width: 300px;
    margin: 20px 0px 0px 20px;
}

.content3
{
    display: inline;
    float: left;
    width: 300px;
    margin: 20px 0px 0px 20px;
}

#ContentArea4
{
    display: inline;
    float: left;
    width: 300px;
    margin: 20px 0px 0px 20px;
}

.content5
{
    display: inline;
    float: left;
    width: 300px;
    margin: 20px 0px 0px 20px;
    /*overflow: auto; */
    /*clear: both;*/
}

#ItemDetailAd
{
    float: right;
    margin: 15px 37px 0px 0px;
}

#HeaderRight a:link, #HeaderRight a:visited, #HeaderRight a:active, #HeaderRight a:hover
{
    color: #ff0;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: 40px;
}

#PlateWrapper
{
    width: 300px;
    height: 78px;
    background: url(/images/PlateBG.jpg);
    background-repeat: no-repeat;
    margin: 25px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

#PlateWrapper h1 
{
    margin: 0px 0px 0px 8px;
}

fieldset
{
    border: none;
}

fieldset div
{
    overflow: auto;
    margin: 20px 0;
    border: solid 1px #ccc;
    padding: 10px;
}

fieldset label, input, textarea
{
    float: left;
    display: inline;
    font-size: 1.1em;
}

fieldset input, textarea
{
    width: 400px;
}

fieldset label
{
    width: 150px;
    font-weight: bold;
    font-family: Arial Narrow;
    font-size: 18px;
}

div.formInfo
{
    float: right;
    width: 300px;
    height: 100%;
    margin: 0 0 0 20px;
    background-color: #ddf;
    overflow: auto;
}

div.cap
{
    width: 400px;
    float: left;
    margin: 0px;
    padding-right: 0px;
}

div.cap input
{
    width: 100px;
}

.alert 
{
    color: #f00
}

/* Listing */
.listImage
{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.listItem
{
    margin: 20px 0;
    overflow: auto;
    border: solid 1px #ccc;
    background-image: url(/images/ListItemBG.jpg);
    background-repeat: repeat-x;
}

.listDescription
{
    padding-left: 20px;
}

.listTitle, .listDescription
{
    overflow: visible;
}

a.listTitle:link, a.listTitle:active, a.listTitle:visited, a.listTitle:hover
{
    font-size: 22px;
    text-decoration: none;
    font-family: Arial Narrow, Sans-Serif;
}

a.listTitle:hover h2
{
    color: #c30;
    font-family: Arial Narrow, Sans-Serif;
}

a.listTitle h2
{
    font-size: 22px;
    color: #333;
    text-decoration: none;
    margin-top: 3px;
    font-family: Arial Narrow, Sans-Serif;
}



/* Item Detail */

.itemDetailImage
{
    border: solid 1px #ccc;
    margin: 10px;
    padding: 10px;
    float: left;
    display: inline;
    overflow: visible;
}

.itemDetailDescription
{
    border: solid 1px #ccc;
    margin: 10px;
    padding: 10px;
    float: left;
    display: inline;
    width: 450px;
}

.itemDetailAtts ul
{
    margin: 0px;
    padding: 0px;
}

.itemDetailAtts ul li
{
    margin: 0px;
    padding-left: 0px;
    list-style: none;
}

.itemPrice
{
    font-size: 24px;
    font-weight: bold;
}




/* Login */
#loginStatus
{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-top: 30px;
}

#loginStatus a:link, #loginStatus a:visited, #loginStatus a:active, #loginStatus a:hover
{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    display: inline;
}


/* Grids */
td
{
    padding:  20px;
    vertical-align: top;
    text-align: left;
}

td.gridTitle
{
    width: 200px;
}



/* Footer Links */
#FooterInner ul
{
    padding-bottom: 15px;
}

#FooterInner li
{
    display: block;
    float: left;
    margin-right: 15px;
}

#FooterInner a:link, #FooterInner a:visited, #FooterInner a:active, #FooterInner a:hover
{
    color: #333
}

.footerTaglin2
{
    color: #333;
    display: block;
    clear: left;
    margin: 0px 0px 10px 40px;
}


/* Text Content */

.introTag
{
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
}