/* reset css */
        *
        {
            margin: 0px;
            padding: 0px;
            word-wrap: break-word;
        }
input[type=submit]
{
    padding: 3px;
}
        a
        {
            text-decoration: none;
        }
        a:hover
        {
            text-decoration: underline;
        }
        img
        {
            border: none;
        }
        p
        {
            margin-top: 5px;
            margin-bottom: 5px;
        }

/* default page */
html { }
body {
    background-image: url('http://wefest.com/b/wp-content/uploads/2012/12/random_bg_21.jpg');
    background-repeat: repeat;
    background-position: top;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}
        #skiptocontent
        {
            position: absolute;
            left: -9999px;
            width: 1px;
        }
#wrapper
{
            position: relative;
            margin-left: auto;
            margin-right: auto;
            width: 948px;
            padding: 20px;
    background-color: #fff;
}
        #nginNav
        {
            background-color: #454545;
            height: 20px;
            color: #FFF;
            padding: 5px;
            text-align: center;
	    border: 1px solid #000000;
        }
        #nginNav a
        {
            color: #FFF;
            font-weight: bold;
            line-height: 20px;
        }
        #cartNav
        {
            float: right;
        }
        #returnNav
        {
            float: left;
        }
#header {
    margin-top: 14px;
}
#header > div {
    
}
        #aside
        {
            float: right;
            margin-right: -200px;
            width: 200px;
            height: 200px;
            margin-bottom: -200px;
            background-color: Green;
        }
        #content
        {
            padding: 10px;
	    background-color: #FFFFFF;
            color: #000000;
        }
        #footer
        {
            background-color: #000;
            height: 20px;
            padding: 5px;
            color: #FFF;
            line-height: 20px;
        }
        #footer a
        {
            color: #FFF;
            font-weight: bold;
        }
        #footer #poweredBy
        {
            float: right;
        }

        .productRow
        {
            clear: both;
        }
        .product
        {
            float: left;
            width: 22%;
            margin: 10px;
            text-align: center;
        }
        .product img
        {
            height: 184px;
        }
        .clear
        {
            clear: both;
        }
.radio
{
    border-top: 2px solid Gray;
}
.radio td
{
    border-bottom: 2px solid Gray;
    padding-top: 2px;
    padding-bottom: 2px;
}

        #productImgContainer
        {
            float: left;
            margin-right: 10px;
            border-right: 1px solid Gray;
            width: 50%;
        }
#productImgContainer #imgProduct
        {
            width: 95%;
        }
        #productInfoContainer
        {
            padding: 10px;
            float: left;
            width: 45%;
        }
        #productAttributes
        {
            margin-top: 10px;
            margin-bottom: 10px;
        }
#productAttributes h3
{
    margin-top: 5px;
    margin-bottom: 5px;
}
        #productMessage
        {
            color: Red;
        }
        #productPrices
        {
            font-size: 20px;
            float: left;
            width: 200px;
            line-height: 33px;
            vertical-align: middle;
        }
        #productAddPrice
        {
            font-size: 15px;
        }

/*Shopping Cart*/
#shoppingCartTable
{
    width: 100%;
    border-bottom: 2px solid Gray;
}
#shoppingCartTable th
{
    text-align: left;
    margin: 0px;
    padding: 10px;
}
#shoppingCartTable .cartRow
{
    background-color: #cccccc;
}
#shoppingCartTable td
{
    margin: 0px;
    padding: 10px;
}
#shoppingCartTable input[type=text]
{
    width: 35px;
}
#shoppingCartSubDiv
{
    padding: 10px;
    margin-left: 60px;
}
#shoppingCartSubTotal
{
    float: right;
    padding: 10px;
    text-align: right;
    font-weight: bold;
}
#shoppingCartCheckout
{
    float: right;
    padding: 10px;
    text-align: right;
}
#emptyShoppingCart
{
    text-align: center;
}
