/*************************************************************
 * Resets
 *************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{ 
	margin:0;
	padding:0;
}
table 
{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img 
{ 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var 
{
	font-style:normal;
	font-weight:normal;
}
ol,ul 
{
	list-style:none;
}
caption,th 
{
	text-align:left;
}
h1,h2,h3,h4,h5,h6 
{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after 
{
	content:'';
}
abbr,acronym 
{
    border:0;
}

/*************************************************************
 * Stylez
 *************************************************************/
body 
{
    background:#ffffff url("backgroundFade.jpg") 0 0 repeat-x;
	font-family:verdana,sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}

#wrapper
{
    background: white;
    background-image:url(balloonbox_bigger.jpg);
    background-repeat: no-repeat;
    background-position: 20px 120px;
    left: 50%;
    margin-left: -451px;
    position: absolute;
	width: 902px;
}

#header 
{
background: #1936F4;
	display: block;
	height: 100px;
	padding: 10px 0px 0px 0px;
	position: relative;
}
    #header a.storeName
    {
        color: #ffffff;
        font-size: 3.6em;
        text-decoration: none;
    }
    #header #header-menu
    {
        bottom: 10px;
        position: absolute;
        right: 0px;
    }
        #header #header-menu a
        {
            color: #ffffff;
            text-decoration: none;
            padding: 5px 5px 5px 15px;
        }
            #header #header-menu a:hover
            {
            }
#prop
{
}
#billboards
{
}
    #billboards .billboard
    {
        display:none;
    }
    #billboards .currentBillboard
    {
    }
#menu
{
    float: left;
    font-size: .9em;
    padding: 20px 0px 0px 10px;
    width: 250px;
	min-height: 450px;
}
    #menu h3
    {
        font-weight: bold;
        margin: 10px 0px 10px 0px;
    }
    #menu a.menuItem
    {
        font-weight: bold;
        height: 20px;
        text-decoration: none;
        color: #000000;
        display: block;
        padding: 6px 0 0 10px;
        border-left: 4px solid #cccccc;
        margin-bottom:4px;
    }
        #menu a:hover
        {
            background: #eaeaea;
            color: #1b37f4;
            border-left: 4px solid #1b37f4;
        }
    #menu .menu-cart
    {
        font-size: .8em;
        text-align: center;
        margin: 0px 0px 20px 0px;
    }
        #menu .menu-cart a
        {
            color: Blue;
            font-weight: bold;
        }
    
#content 
{
    float: right;
	padding: 10px;
	padding-top:10px;
	min-height: 500px;
	width: 620px;
	}
#footer
{
    background: #ffffff;
    clear: both;
    color: #333333;
    display: block;
    font-size: .9em;
    line-height: 23px;
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
}
    #footer #footer-menu
    {
        float: right;
    }
    #footer #footer-menu a
    {
        padding: 0px 0px 0px 10px;
    }
    #footer a
    {
        color: Blue;
    }
    
form label
{
	color: #247fe6;
	display: block;
	font-size: .9em;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	}
form div
{
    clear: both;
}
.form-label-radio
{
    display: block;
    float: left;
    line-height: 1.4em;
    padding: 4px 0px 0px 0px;
}
.form-radio
{
    float: left;
    margin: 0px 10px 0px 0px;
}

/*************************************************************
 * Storefront
 *************************************************************/
#storefront
{
}
    #storefront #welcome
    {
        line-height: 23px;
        margin: 0px 0px 20px 0px;
        padding: 20px;
        vertical-align: middle;
        min-height:375px;
        position: relative;
    }
    #storefront #welcome img
{
position: absolute;
top: 20px;
}
#storefront blockquote
{
    font-size: .9em;
    font-style: italic;
    line-height: 1.6em;
    padding: 0px 15px 40px 15px;
}

/*************************************************************
 * Category
 *************************************************************/
.items-heading
{
    border-bottom: solid 1px #f2f2ff;
    height: 25px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 6px 0px;
}
.categoryItem
{
    display: inline-block;
    font-size: .8em;
    margin: 0px 10px 20px 0px;
    text-align: center;
    width: 140px;
}
    .categoryItem img
    {
    }
    
    .categoryItem .categoryItem-name
    {
    }
    
    .categoryItem .categoryItem-price
    {
    }

/*************************************************************
 * Item
 *************************************************************/
.item
{
    width:600px;
    float:right;
}
    .item .itemImage
    {
        float: left;
    }
    .item h1
    {
        font-size: 1.2em;
        font-weight: bold;
        margin: 7px 0px 3px 0px;
    }
    .item p
    {
        font-size: .9em;
        line-height: 1.6em;
        margin: 0px;
        padding: 0px 0px 0px 25px;
    }
    .item .description
    {
        display: block;
        float: right;
        width: 350px;
    }
        .item .description p
        {
        }
        
        .item .description .price
        {
            margin: 20px 0px 20px 20px;
        }
        .item .description .price div
        {
            clear: both;
        }
            .item .description .price label
            {
                padding: 2px 0px 0px 0px;
            }
            
            .item .description .price .addToCart
            {
                clear: both;
                display: block;
                padding: 0px 20px 0px 20px;
            }
    .item #images
    {
        clear: both;
        margin: 40px 0px 0px 0px;
    }
        .item #images div
        {
            margin: 0px 0px 15px 0px;
        }
        .item #images h3
        {
            display: inline;
            font-weight: bold;
            margin: 0px 10px 0px 0px;
        }
        .item #images small
        {
            font-size: .8em;
        }
        .item #images img
        {
            margin: 0px 20px 0px 0px;
        }
/*************************************************************
 * Cart
 *************************************************************/
.cart
{
    width: 100%;
}
    #cart h1
    {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0px 0px 20px 0px;
    }
    .cart td
    {
        padding: 4px;
    }
    .cartHeader
    {
        font-size: .9em;
        font-weight: bold;
        padding: 0px 0px 6px 0px;
    }
        .cartHeader-quantity
        {
            text-align: center;
        }
        .cartHeader-name
        {
        }
        .cartHeader-price
        {
            text-align:right;
        }
    .cartItem
    {
        padding: 0px 0px 20px 0px;
    }
        .cartItem-quantity
        {
            padding: 3px 0px 0px 0px;
            text-align: center;
            vertical-align: top;
            width: 10%;
        }
            .cartItem-quantity input
            {
                border: solid 1px #aaaaaa;
                text-align: center;
                width: 75%;
            }
        .cartItem-name
        {
            vertical-align: top;
            width: 60%;
        }
            .cartItem-name img
            {
                float: left;
                margin: 0px 20px 0px 0px;
            }
            .cartItem-name input
            {
                border: none;
                color: Blue;
                background: none;
                text-align: left;
                text-decoration: underline;
            }
            
        .cartItem-price
        {
            line-height: 1.4em;
            text-align: right;
            vertical-align: top;
            width: 20%;
        }
            .cartItem-price-each
            {
                color: #666666;
                font-size: .8em;
                font-style: italic;
            }
    .cartFooter-total
    {
        text-align: right;
    }
        .cartFooter-total .label
        {
            font-size: .9em;
            font-weight: bold;
            padding: 0px 20px 0px 0px;
        }
        .cartFooter-total .value
        {
            font-weight: bold;
            text-align: right;
        }
    .cartFooter-checkout
    {
        height: 100px;
        text-align: right;
    }
    .cartFooter-checkout input
    {
        background: none;
        border: none;
        color: Blue;
        text-decoration: underline;
    }
    .cartFooter-checkout a
    {
        background: #f2f2ff;
        border: solid 2px green;
        color: green;
        font-size: 12pt;
        font-weight: bold;
        margin: 0px 0px 0px 20px;
        padding: 10px;
        position: relative;
        text-decoration: none;
    }
    
/*************************************************************
 * PAGE
 *************************************************************/
#page
{
}
    #page h1
    {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0px 0px 20px 0px;
    }
    #page div.link
    {
        clear: both;
        padding: 0px 20px 0px 0px;
    }
        #page div.link img
        {
            float: left;
            padding: 0px 20px 0px 0px;
        }
        #page div.link h3
        {
            font-weight: bold;
            padding: 0px 0px 5px 0px;
        }
            #page div.link h3 a
            {
                color: blue;
                text-decoration: underline;
            }
                #page div.link h3 a:hover
                {
                    color: black;
                }
        #page div.link p
        {
            line-height: 1.6em;
        }
        