/* Munchkin Quest PRODUCT CSS Document */
#contentwrapper{
	width:90%;
	margin:auto;/* center the page*/
	text-align:left;/* reset text back to left due to ie5.x fix */
	min-width:750px;
}
#header{
	text-align: center;
	width:100%;
	background-color:#000000;
	display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/munchkinquest/img/mquest_top.gif);
    background-repeat: repeat-x;
    height:210px;
/*    background-position:center top; */
}
#header p{
	padding:30px 0 0 0;
	line-height:0;
	text-align:center;
	z-index:10;
	position:relative;
}
#content{
	float:right;
	width:100%;
//	background-color:#f6f1df;
//	background-image: url(/img/sideRight.jpg);
	background-repeat:repeat-y;
	background-position: right;
}
#content p{
	padding:10px 30px;
}
#leftcol{
	margin: 30px 0 0 0;
	width: 200px;
	float:left;
	text-align:center;
}
#rightcol{
	margin-left:200px;
}
.rollover a {
display:block;
width: 150px;
height: 75px;
background: url(/img/productAnimate2.jpg) 0 0 no-repeat;
}
.rollover a:hover {
background-position: 0 -75px;
}
.his{
	z-index:2;
	position:absolute
}
.hers{
	float:right;
	right:5%;
	//z-index:1;
	//position:absolute
}
#stay{
	position:absolute;
	z-index:10;
	width:90%;
	min-width:750px;
}
ol {
	list-style-position: inside;
	margin:0px 40px 0 40px;
}

ul {
	list-style-image: url(/img/Mbullet.gif);
	list-style-position: inside;
	margin:0px 30px;
}
ul li {
}

ul ul{
	list-style-image: url(/img/Mbullet2.gif);
	}

ul.centerMe {
}
ul.centerMe li {
	padding: 3px 10px;
	list-style: none;
	display: inline;
}
#excerpts ul{
	list-style-image: url(/img/Mbullet.gif);
	list-style-position: inside;
	margin:10px 10px 0 20px;
	text-align:left;
	font-size:85%;
	}
#bookmarks li{
	list-style: none;
	border-width:2px;
	border-color:black;
	display: inline-table;
	}
#expansion{
	margin:0 10px;
}
#expansion li {
	list-style: none;
	display: -moz-inline-block;
	display: inline-table;
	width:47%;
	v-align:top;
	padding: 2px;
	margin:0 5px 5px 0;
}
#expansion li img{
	float:left;
	padding-right:7px;
	}
#expansion li p{
	padding: 7px 0;
	text-align: left;
	}
.cards {
	margin:10px 0 0 20px;
	float:left;
	width:46%;
}
.cards ul{
	list-style-image: url(/img/Mbullet.gif);
	list-style-position: inside;
}
.cards li img{
	list-style-image:none;
	}

#icons ul{
	display:inline-table;
}
#icons li{
	list-style: none;
	display:-moz-inline-block;
	display: inline-table;

	v-align:top;
	padding: 2px;
	margin:0 10px 5px

}
#icons li img{
	list-style:none;
	}

