body {
	text-align:center;
	overflow: -moz-scrollbars-vertical;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #123984;
}

body * {
	text-align:left;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.clear {clear: both;}

a {
	text-decoration: underline;
	color: #003366;
}

a:hover {
	text-decoration: none;
	background: #0F377D;
	color: white;
}

a img {
	border: 0px;
	text-decoration: none;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 14px;
}

#complete {
	width: 890px;
	margin: 0px auto;
}

#top {
	background: url("../images/top.jpg") no-repeat;
	width: 890px;
	height: 54px;
}

#middle {
	width: 890px;
}

#middle_left {
	width: 232px;
	float: left;
}

#logodiv {
	margin-left: 22px;
	height: 125px;
	margin-top: 10px;
}

#backdiv {
	height: 33px;
	margin-left: 22px;
	margin-top: 20px;
}

#logo {	
	margin:0; padding:0;
	width: 187px; height:125px;
	overflow:hidden;
	position: relative;
}

#logo span{
	display:block;
	position:absolute; 
	left:0; 
	top:0;
	width:187px; 
	height:125px;
	margin:0; 
	padding:0;
	background:url("../images/logo.jpg") top left no-repeat;
}

#czback {	
	margin:0; padding:0;
	width: 187px; height:33px;
	overflow:hidden;
	position: relative;
	margin-top: 125px;
}

#czback span{
	display:block;
	position:absolute; 
	left:0; 
	top:0;
	width:187px; 
	height:33px;
	margin:0; 
	padding:0;
	background:url("../images/czback.jpg") top left no-repeat;
}

#enback {	
	margin:0; padding:0;
	width: 187px; height:33px;
	overflow:hidden;
	position: relative;
	margin-top: 125px;
}

#enback span{
	display:block;
	position:absolute; 
	left:0; 
	top:0;
	width:187px; 
	height:33px;
	margin:0; 
	padding:0;
	background:url("../images/enback.jpg") top left no-repeat;
}

#menu a:hover {
	background: none;
}


#cart {
	margin-top: 30px;
	width: 232px;
	height: 175px;
	float: left;
	background: url("../images/cart.jpg") bottom left no-repeat;
	text-align: center;
}

#cart_icon {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#cart_icon:hover {
	text-decoration: none;
	background: none;
	color: #003366;
}

#cart_top {
	width: 232px;
	height: 26px;
	display: block;
	background: url("../images/cart-top.jpg") no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: white;
	font-size: 20px;
}

#lng {
	position: absolute;
	left: 600px;
	top: 10px;
}

#lng a {
	padding: 5px;
}

#lng a:hover {
	background: white;
}

#middle_right {
	margin-left: 235px;
	position: relative;
	margin-top: -8px;
}

#bottom {
	background: url("../images/bottom.jpg") no-repeat;
	width: 890px;
	height: 29px;
}

#bottom p {
	margin: 0px;
	padding: 7px 0px 0px 40px;
	color: white;
	font-size: 11px;
	font-weight: bold;
}

.clear {
	clear: both;
}

.showItemPhoto {
	float: left;
}

.item {
	border: 1px solid black;
	height: 100%;
}

.item img {
	float: left;
	margin-right: 10px;
	width: 200px;
}

.item h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	background-color: #123586;
	color: white;
}

.item h3 {
	margin: 0px;
	padding: 0px;
}

.tracklist {
    padding: 10px 10px 10px 210px;
}

.left {
	float: left;
}

.right {

}

.message {
	color: red;
}