
/* SHOP */

#cartIcons {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#cartIcons img {
    width: 55px;
    height: 55px;
    margin-bottom: 0px;
    border: solid 1px black;
}

#cartDiv {
    position: relative;
    float: right;
    z-index: 2;
    padding: 20px;
    text-align: right;
}

#itemsWrapper {
    position: absolute;
    width: 60%;
    left: 0px;
}

#cart { margin-bottom: 10px; }

#cartInfo {
    font-size: 0.8em;
}


div.shopItems {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 175px;
    padding: 10px;
    text-align: center;
}
img.shopItemImg {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px black;
}

h2.shopItemHeading {
    font-family: "Verdana", sans-serif;
    margin: 0px;
    line-height: 14px;
	padding-bottom: 4px;
    height: 56px;
}
.shopItemNumber {
    font-size: 8px;
}
.shopItemTitle {
    font-size: 14px;
}
.shopItemBy {
    font-size: 10px;
}
.shopItemPrice {
    font-size: 0.7em;
    margin-top: 0px;
    margin-bottom: 5px; 
}

#JSdisabledShopMsg {
    position: absolute;
    z-index: 4;
    background-color: white;
    padding: 20px;
}
#JSdisabledShop {
    position: absolute;
    background-color: black;
    z-index: 3;
    left: 183px;
    right: 10px;
    top: 158px;
    bottom: 10px;

    filter: alpha(opacity=20);
    opacity: .20;
    -moz-opacity: 0.20;
    -khtml-opacity: 0.20;
}

#shipping {
    font-size: 0.6em;
}













