html{
    overflow: -moz-scrollbars-vertical;
}

img{
	border: 0;
}

a{
	color: #ff0000;
	text-decoration: none;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Courier New', Courier, Arial, Verdana, sans-serif;
	background-color: #ffffff;
	background-image: url(../images/backgroundStripe.gif);
	font-size: 11px;
}

#container{
    margin: 0 auto;
    width: 900px;
}

#contentContainer{
    width: 720px;
    height: 100%;
    background-image: url(../images/backgroundSplash.gif);
}

#navContainer, #contentContainer, #blockContainer, #spaceContainer{
    position: relative;
    float: left;
}

#contentBox{
	position: relative;
    float: right;
}

#navContainer{
    width: 180px;
    padding: 0% 0% 0% 0%;
    background-color: #ffffff;
}

#logo{
    margin: 20px auto;
    height: 132px;
    width: 101px;
}

/* Navigation */
#navigation{
    margin: 40px 0px 40px 0px;
    padding-left: 20px;
    list-style-type: none;
}

#navigation li.main{
    font-weight: bold;
    text-transform: uppercase;
    color: #ff0000;
    text-decoration: none;
    padding: 6px 0px 0px 0px;
}

#navigation li.main a{
    color: #ff0000;
    text-decoration: none;
}

#navigation li.main ul{
    margin: 0;
    padding-left: 0px;
    list-style-type: none;
}

#navigation li.main ul li{
    text-transform: lowercase;
    color: #989898;
}

#navigation li.main ul li ul{
    font-weight: normal;
    padding-left: 10px;
}

#navigation li.main ul li a{
    color: #989898;
    text-decoration: none;
}

#navigation li.main ul li a:hover, #navigation li.main ul li.active a{
    color: #000000;
}


#note a{
    color: #ff0000;
    text-decoration: none;
}

#note a:hover{
    text-decoration: underline;
}

#spaceContainer{
    width: 180px;
}

#language{
    padding: 20px 0px 0px 5px;
    margin: 0;
}

#language li{
    font-size: 1.5em;
    list-style-type: none;
    float: left;
}

#language li a{
	color: #989898;
    text-decoration: none;
}

#language li.active a{
	color: #ff0000;
}

#contentBox{
    width: 360px;
    background-color: #ffffff;
}

#content{
    line-height: 1.4em;
    padding: 118px 18px 25px 36px;
}

#contentIndex{
    padding: 8px 18px 25px 36px;
}

#blockContainer{
    width: 180px;
    height: 100%;
}

#shopBlock{
    width: 133px;
    position: relative;
    margin: 20px 0px 0px 20px;
    background-color: #ffffff;
}

#shopBlock #cart{
    padding: 8px;
}

#shopBlock #cart ul{
    margin: 0;
    padding: 0;
}

#shopBlock ul li{
    list-style-type: none;
}

#offer{
    padding: 0px 10px 0px 10px;
    width: 340px;
    margin: 10px 0px 30px -36px;
}

#offer input{
    background-color: white;
    border: 1px solid black;
}

#offer input.button{
    margin: 0;
    width: 80px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid black;
}

/* Shop Navigation */

.extraNote{
    color: white;
    position: absolute;
    top: 22px;
    left: 18px;
    width: 264px;
    height: 36px;
    padding: 5px 50px 0px 10px;
    text-align: right;
    background-image: url(../images/cartSmallWhite.gif);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #c6bcb5;
}

#bar{
    height: 30px;
    width: 360px;
    background-color: #C6BCB5;
}

#shopNavigatie{
    height: 30px;
    padding: 0px 10px 0px 10px;
    width: 340px;
    margin: 10px 0px 0px -36px;
    background-color: #C6BCB5;
}

#shopNavigatie .previousShop a img, #shopNavigatie .nextShop a img{
    float: left;
}

#shopNavigatie .previousShop a span, #shopNavigatie .nextShop a span{
    display: block;
    float: left;
    height: 12px;
    padding: 9px 0px 3px 6px;
    color: white;
}

#shopNavigatie .nextShop input{
    font-family: 'Courier New', Courier, Arial, Verdana, sans-serif;
    font-size: 11px;
    height: 30px;
    float: right;
    border: 1px solid #C6BCB5;
    cursor: pointer;
    background-color: #C6BCB5;
    color: white;
}

.previousShop{
    float: left;
}

.nextShop{
    float: right;
}

.block{
    position: relative;
	overflow: hidden;
    margin: 20px 0px 0px 20px;
    width: 133px;
    height: 200px;
    background-color: #ffffff;
}

.block h2, #shopBlock h1{
	color: #ff0000;
	margin: 8px 0px 0px 8px;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
}

.block p, #shopBlock p{
	margin: 5px 5px
}

.block input, .block select{
	border: 1px solid black;
	margin: 0% 2%;
	width: 96%;
}

.block input.button{
	margin: 1% 2%;
	padding: 0;
	background-color: #ff0000;
	color: white;
	border: 0px;
	text-align: center;
}

#message{
	padding: 4px;
}

#content h1, #contentIndex h1, #contentCard h1, #contentCards h1{
    font-size: 1.6em;
    color: #ff0000;
}

#content a, #contentIndex a{
    color: #ff0000;
    text-decoration: none;
}

#footer{
    text-align: center;
    clear: both;
    margin-top: 10px;
    background-color: white;
    padding: 2px 0px;
    width: 720px;
}

#introMovie{
    margin: 0px 0px 0px -36px;
}

/* Cards */
#back{
    margin: 20px 18px 0px 18px;
}

#cardNav{
    position: relative;
    margin: 18px 18px 0px 18px;
    padding: 0px 4px;
    width: 316px;
    background-color: #c6bcb5;
}

#cardNav .prev, #cardNav .next, #cardNav .back{
    text-transform: uppercase;
    color: white;
}

#contentCards{
    line-height: 1.4em;
    padding: 128px 18px 25px 18px;
}

#contentCard{
    line-height: 1.4em;
    padding: 8px 18px 25px 18px;
}

#burnSend{
    float: right;
    margin-top: 108px;
}

#cardInfo{
    margin-top: 274px;
}

.cardImage{
    max-width: 324px;
    cursor: pointer;
}

#artistInfo, #otherArtWork{
    margin-top: 20px;
}

#cardInfo p{
    margin: 0;
}

#artistInfo, #cardInfo, #otherArtWork{
    width: 170px;
    text-align: right;
    padding: 0px 5px 0px 5px;
}

#artistInfo strong, #cardInfo strong, #otherArtWork strong{
    display: block;
    color: #FF0000;
}

#artistInfo a{
    color: black;
    text-decoration: underline;
}

#otherArtWork img{
    margin: 0px 5px 0px 0px;
}

#moognifyObject{
    border: 5px solid #ff0000;
}

#contentCards h1{
    margin: 0px 0px 11px 0px;
}

#contentCards h1.shop{
	font-size: 2.5em;
	margin-top: -30px;
}

#contentCard h3{
    margin: 9px 0px 5px 0px;
}

.card{
    float: left;
    width: 90px;
    height: 140px;
    margin: 0px 6px;
}

.card h2{
    margin: 2px 0px 15px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #989898;
}

.card h2 a{
    color: #989898;
}

.card h2 a:hover{
    color: #000000;
}

.clear{
    clear: both;
}

#intoCartDiv{
	position: relative;
	float: right;
	margin-top: -15px;
	margin-right: 0px;
}

.price{
	position: absolute;
	right: 43px;
	top: 20px;
	font-weight: bold;
	font-size: 18px;
}

/* ShoppingCart */
#bigCart{
    margin: 0px 0px 0px -36px;
    width: 360px;
}

#bigCartTable{
    width: 360px;
}

#bigCartTable tr.cartTop{
    background-color: #C6BCB5;
    color: white;
}

#billingAddress, #shippingAddress{
    margin: 0px 0px 0px -36px;
    width: 360px;
}

#shippingAddress{
    overflow: hidden;
}

#billingAddress table tr.textField td input, #shippingAddress table tr.textField td input, .changeContainer table tr.textField td input, #billingAddress table tr td select, #shippingAddress table tr td select, .changeContainer table tr td select{
    font-family: 'Courier New', Courier, Arial, Verdana, sans-serif;
    border: 1px solid black;
    padding: 0;
    width: 95%;
}

#orderOverview{
    margin: 0px 0px 0px -36px;
    width: 360px;
}

.button{
    width: 352px;
    margin: 8px 0px 0px -36px;
    padding: 0px 8px 0px 0px;
    text-align: right;
}

#accountContainer{
    position: relative;
    width: 360px;
    margin: 0px 0px 0px -36px;
}

#accountContainer .details{
    position: relative;
    width: 350px;
    padding: 5px 5px;
	margin-bottom: 5px;
    height: 140px;
    background-color: #C6BCB5;
}

#accountContainer .details .change{
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#accountContainer .details h2{
    font-size: 1.4em;
}

#changeDetails{
    width: 360px;
    margin: 0px 0px 0px -36px;
}

/* Slideshow */

#exampleShow{
    position: relative;
    margin: 35px 0px 0px -132px;
    width: 465px;
    height: 315px;
}

#exampleShow .slideshow-images{
    float: right;
}

#exampleShow .slideshow-thumbnails{
    height: 315px;
	width: 100px;
    float: left;
}

.slideshow-thumbnails ul {
	margin: 0;
	padding: 0;
}

.slideshow-thumbnails li {
	float: left;
	list-style-type: none;
	margin: 0px 0px 10px 0;
}

.slideshow-thumbnails a {
	display: block;
	padding: 2px;
}
.slideshow-thumbnails a:hover {
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	opacity: .5;
}
	
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	left: 0;
	top: 0;
}	