html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	min-width:985px;
	min-height:595px;
}

object,
embed {
	background: #000;
	display: block;
	margin: 0 auto
}

a, .save {
	color: yellow;
}


.save {
	cursor: pointer;
}
.save:hover {
	text-decoration:underline;
}

a img {
	border: 0;
}
table {
	border-collapse: collapse;
}
table td {
	vertical-align: top;
}
#outerWrapper {
	float:left;
	height:50%;
	margin-top:-288px; /* half vertical height*/
	width:100%;
}

#wrapper {
	clear:both;
	height:576px;
	margin: 0 auto;
	overflow: hidden;/* allow content to scroll inside element */
	padding: 0;
	text-align:left;
	width:985px;
}

#albumNavWrapper {
	display: block;
	float: right;
	margin: 480px 0 0 0;
	overflow: hidden;
	padding: 0;
	height: auto;
	text-align: center;
	width: 595px;
}

#shoppingCart {
	background: #000 url('/images/shoppingCartBg.png');
	background-position: 30px 100px;
	background-repeat: repeat-x;
	border: 1px solid #fff;
	margin: 0 auto auto 75px;
	width: 585px;
	height: 470px;
}

#shoppingCart #close {
	margin: 4px 1em 0 0;
	text-align: right;
	text-transform: uppercase;
}

#shoppingCart #close a {
	color: #fff;
	text-decoration: none;
}

#shoppingCartTitle {
	height: 110px;
	margin: 0 auto;
	display: block;
	padding: 0;
	float: none;
}

#shoppingCartTitle img {
	margin: 0 auto;
	display: block;
	padding: 0;
	float: none;
}

#content {
background: transparent;
	display: block;
	height: 345px;
	margin: 0;
	overflow: hidden;
	width: 580px;
}

#shoppingCart #content p {
	margin-left: 15px;
}

#shoppingCartLinks {
	height: 30px;
}

#shoppingCartLinks a {
	color: #fff;
	font-weight: 900;
	font-size: 12px;
	text-decoration: none;
}

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

#shoppingCartTable {
	margin: 0 auto;
	width: 540px;
}


#shoppingCartTable th {

padding: 5px;
}

#shoppingCartTable td {
	background: transparent;
}

#shoppingCartTable td.remove {
	vertical-align: middle;
	text-align: center;
}



#shoppingCartTable select {

	width: 100px;

	}

	

#shoppingCartTable select option{

	width: 121px !important;

	}

.price {
	padding: 0;
	text-align: center;
	width: 3em;
}

#albumNav {
	display: block;
	margin: 0 auto;
}

#albumNav ul {
	display: block;
	margin: 0;
	float: right;
	padding: 0;

}
#albumNav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 90px;
}
#albumNav a {
	outline-style: none;
}


#logo {
display: block;
margin: 0 auto;
}

#logoWrapper {
	margin: 501px 0 0 0;
	float: right;
	overflow: hidden;
	width: 285px;
}

#albumResult {
	height: 475px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 1;
	width: 700px;
}
#albumResult ul {
	float: left;
	margin: 0;
	padding: 0;
	width:11000px;
}
#albumResult ul li {
	display: block;
	float: left;
	margin: 0 1px;
	width: 700px;
}
#albumResult ul li img {
	display: block;
	margin: 0 auto;
}



#detailsContainer {
	background: transparent url('/images/foreground.png');
	display: block;
	height: 475px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	width:985px;
}

#detailsContainerInner {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 985px;
}

.entry {
	height: 475px;
	overflow: hidden;
}

.description {
	background: #000;
	float: right;
	height: 475px;
	margin-top:0px;
	overflow: hidden;
	width: 285px;
}

.description h1,
.description h2,
.description img,
.description p {
	line-height: 1.5em;
	margin-left: 15px;
	margin-right: 15px;
}
.description img {
	border: 1px solid #fff;
}
.description h1 {
	font-size: 1em;
}
.description h2 {
	font-weight: 100;
	font-size: 1em;
}

.description form {
	margin: 20px 10px;
}
.description form fieldset {
	border: 0;
}
.description ul {
	margin-right: 15px;
}
.description li {
	line-height: 1.5em;
	margin-bottom: 1em;
}

.submit
{
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a.submit,
a.submit:hover {
	text-decoration: none;
}


.submit:active
{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

#ajaxLoader {
	background: red;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}



#total {
	border-top: 1px solid #fff;
	margin: 15px;
	text-align: right;
}

.big_form {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.big_form li {
	margin:10px 0;
}
.big_form label {
	display:block;
	float:left;
	padding-right:10px;
	text-align:right;
	width:140px;
}
.big_form input[type="text"] {
	width:250px;
}
.big_form select {
	width:256px;
}
.big_form textarea {
	width:250px;
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: none;
overflow: scroll; /*leave this value alone*/
height: 70px; /*Height should enough to fit largest content's height*/
left: -42px;
width: 530px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
width:430px;
left: 0;
top: 0;
}

.stepcarousel .release{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
#newLocationWindow
{
    border: 1px solid white;
    display: block;
    position: absolute;
    background-color: black;
    height: 76px;
    left:300px;

}
#LocationWindow{
    padding:10px;
}
#shipping
{
    background-color:gray;
    border:1px solid white;
    left:100px;
    position:absolute;
    top:100px;
    width:650px;
}
#shippingTitle
{
    font-size:12pt;
}
#shippingContent
{
    text-align:center;
}
.shippingName
{
    font-size:16pt;
    margin-bottom:20px;
}
.shippingL
{

}
.shippingL li
{
    float:none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    text-decoration:none;
}
.shippingL li div
{
    float:left;
    padding-right:5px;
}
.shippingPos
{
    margin-left:10px;
    width:30px;
}
.shippingFormtName
{
    width:200px;
}
.shippingFCost
{
    width:160px;
}
.shippingOCost
{
    width:190px;
}
.shippingSubmit
{
    margin-bottom:30px;
    margin-top:10px;
    width:70px;
}
.requests
{
    display:inline-block;
}
.requests li div
{
    display:inline-block;
}
.requestId
{
    width:50px;
}
.requestRel{
    width:200px;
}
.requestMail{
    width:100px;
}
.updatesBar{
    margin-left:-50px;
    position:absolute;
    width:700px;
}
.updatesBar h3{
    background-color:#222200;
    color:yellow;
    float:left;
    padding:5px;
}
#newsCarousel{
    background-color:#111111;
    height:20px;
    margin-top:11px;
    overflow:hidden;
    padding:5px 0 0;
    width:620px;
}/*
#newsCarousel div{
    display:inline;
    padding:0 10px;
    width:100%;
}*/
.newsDate{
    color:yellow;
    padding:0px 10px;
}
.newsItem{
    width:200px;
    float:left;
}
.newsItem a{color: white}
.newsBelt{
    width:600px;
}
.CDMLinks{position: absolute;margin-left:20px;}
.CDMLinks li{display: inline-block; }
.CDMLinks a{color: white;}
.specialCDMLink{color: yellow !important;}
.newsTitle{text-align:center}
.newsText{height:290px;overflow:auto;}
.mProduct{
    width:182px;
    display: inline-block;
    height:345px;
}
#merchContent{
    margin-left:10px;
}
.merchContentProduct{
    overflow:auto;
    height:345px;
}
.editMPspan{
    width:150px;
}
.hideMPspan{
    width:60px;
}
.deleteMPspan{
    width:50px;
    border-right: yellow 1px solid;
}
#merchContent ul li{}
#merchContent ul li a{}
.formatforproduct{
    padding-left:20px;
    width:100px;
}
.priceforproduct{}
.merchLinks a{
    padding: 0px 15px;
}
.merchLinks {
    padding-bottom: 15px
}

#infoContent{
	overflow:auto;
	height:345px;
}

#extrasOptions label{
float: left;
clear:both;
width:100px;
display:block;
text-align:right;
}
#extrasOptions input{
float: left;
width:80px;
display:block;
}
#imgUploadBlock{
    display: none;
    position: absolute;
    border: 1px solid yellow;
    background-color: gray;
    width: 490px;
    height:50px;
    top:200px;
    left:50px;
}
#imgUploadBlock table{
    margin-left:10px;
    margin-top:12px;
}