/*Shop*/

div#right{
	background-image: none;
	background-repeat: no-repeat;
}

div#left{
	background-image: url(images/bg_dots.gif)!important;
	background-repeat: repeat-y !important;
	background-position: 656px 0px !important;
	}

div#paging {
	height: 25px;
	padding-top: 10px;
	font-size: 10pt;
	color: black;
	}

	div#paging a {
		text-decoration: underline;
		font-size: 10pt;
		}

div.sort{
	border-bottom: solid 1px #D0CFCB;
	width: 645px;
	height: 29px;
	text-indent: 10px;
	margin-left: -18px;
	}

	.sort select{
		width: 190px;
		margin-top: 5px;
		font-size: 75%;
		color: #7d726a;
		font-weight: bold;
		}
	
	.bottom{
		border-top: solid 1px #D0CFCB;
		border-bottom: none !important;
		}

	div.mp3{
		line-height: 29px;
		border-bottom: solid 1px #D0CFCB;
		width: 645px;
/*		height: 29px;*/
		color: #7d726a;
		font-size: 85%;
		margin-left: -18px;
		}

	div.last{
		border: none!important;
		}

		.mp3 div.songname{
			text-indent: 12px;
			float: left;
			}
			
			.mp3 div.songname a {
				background-image: url('images/arrow_down.gif');
				background-repeat: no-repeat;
				background-position: left 4px;
				padding-left: 13px;
				text-decoration: underline;
				}

		.mp3 div.listen{
			float: right;
			display: block;
			font-size: 80%;
			}

			.mp3 div.listen a{
				background-image: url(images/musicstorespeaker.png);
				background-repeat: no-repeat;
				text-indent: 30px;
				width: 100px;
				text-decoration: none;
				color: #7d726a;
				display: block;
				}

		.mp3 table {
			clear: both;
			margin-left: 5px;
			margin-bottom: 5px;
/*			margin-top: 10px;*/
			width: 637px;
			}
			
			.mp3 table tr.unfolditem_top {
				background-image: url('images/unfolditem_top.png');				
				background-repeat: no-repeat;	
				height: 10px;			
				}
				
				.mp3 table tr.unfolditem_top td, .mp3 table tr.unfolditem_bottom td {
					background-position: top left !important;
					}

			.mp3 table tr.unfolditem_middle {
				background-image: url('images/unfolditem_middle.png');
				background-repeat: repeat-y;
				line-height: 20px;
				}	
			
			.mp3 table tr.unfolditem_bottom {
				background-image: url('images/unfolditem_bottom.png');
				background-repeat: no-repeat;
				height: 14px;			
				}	

		.mp3 table td {
			xpadding-right: 20px;
			overflow: hidden;
			background-position: top -10px;
			margin: 0px;
			}	
		.mp3 table td.title {
			font-weight: bold;
			text-indent: 10px;
			width: 110px;
			background-position: top left !important;
			padding-right: 0px !important;
			}			
		.mp3 p {
			margin: 0px !important;
			line-height: 14px;		
			}
			
			
			div.addtocartdiv {
				
			}			


				.addtocartdiv div.alignmiddle{
					height: 23px;
					float: left;
					}

					.addtocartdiv div.alignmiddle img{
						margin: -3px 4px 0px 3px;
						vertical-align: top;
						}

					div.titlediv div.alignmiddle a{
						text-decoration: none;
						}

					div.alignmiddle input{
						background-image: url(images/smallest_button.gif);
						background-repeat: no-repeat;
						background-color: transparent;
						font-family: Trebuchet MS;
						vertical-align: middle;
						margin-left: 7px;
						color: #006ea1;
						font-size: 90%;
						font-weight: bold;
						border: 0px;
						width: 71px;
						margin: 0px 13px 0px 4px;
						}

/*Right containers*/

div.lastTransactions{
	background-image: url(images/gradient_right_containers.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 308px;
	}

	.lastTransactions hr{
		border: 0px;
		height: 1px;
		clear: both;
		background-color: #d0cfcb;
		width: 308px;
		color: #d0cfcb;
		margin-bottom: 10px;
	}
	
	div.lastTransactions{
		padding: 0px 7px 0px 7px;
		}

		div.lastTransactions h3{
			padding: 27px 0px 19px 0px;
			color: #7d726a;
			font-size: 158%;
			}

		.transaction_date {
			font-style: italic;
			width: 45px;
			color: #444;
		}
		.transaction_name {
			color: #444;
		}
		.transaction_credits_positive {
			color: green;
			width: 35px;
			text-align: right;
		}
		.transaction_credits_negative {
			color: red;
			width: 20px;
			text-align: right;
		}
		
		

		div.lastTransactions p.informatie{
			font-size: 90%;
			color: #006EA1;
			padding: 0px 0px 10px 0px;
			margin: 0px 0px 0px 0px;
			}

			div.lastTransactions a.bigbutton{
				background-image: url(images/bigbutton.gif);
				width: 170px;
				height: 19px;
				display: block;
				padding: 5px 0px 0px 0px;
				text-align: center;
				text-decoration: none;
				font-weight: bold;
				font-family: Trebucet MS, verdana, arial, sans-serif;
				margin-top: 10px;
				font-size: 75%;
				color: #165e80;
				}

/*Right containers*/

#register_form p {
	clear: both;
	min-height: 17px;
	display: tablecell;
	}
	
#register_form p span {
	float: left;
	color: red;
	margin-left: 170px;
	margin-bottom: 4px;
	height: 16px;
	display: block;
	}

#register_form label {
	display: block;
	float: left;
	font-weight: bold;
	width: 170px;
}

#register_form input {
	border: 1px solid #444;
	float: left;
	padding: 2px;
	width: 300px;
	}
	
	#register_form .submit {
		clear: both;
		margin-left: 170px;
		width: 120px;
		}
