/* General
----------------------------------------------------------------- */
* {
	padding:0;
	margin:0;
	}
	
a {
	text-decoration:none;
	outline:none;
	}
	
img {
	border:0;
	}	
	
ul {
	list-style:none;
	}
	

/* Body and Wrapper
----------------------------------------------------------------- */
body {
	background:#5e5e5e url(images/background.gif) repeat left top;
	text-align:center;
	font-family: Tahoma, Arial;
	font-size:11px;
	}
	
#wrapper {
	width:950px;
	margin:0 auto;
	text-align:left;
	}


/* Header
----------------------------------------------------------------- */
#header {
	float:left;
	width:950px;
	height:146px;
	background:url(images/header-bg.gif) no-repeat left top;
	}


/* Branding
----------------------------------------------------------------- */	
#branding {
	float:left;
	width:150px;
	}
	
#branding h1 {
	width:118px;
	height:120px;
	text-indent:-9999px;
	margin:10px 0 0 20px;
	}
	
#branding h1 a {
	display:block;
	width:118px;
	height:120px;
	text-indent:-9999px;
	}
	
#branding p {
	text-indent:-9999px;
	}


/* Header Right
----------------------------------------------------------------- */	
#header-right {
	float:right;
	width:720px;
	}


/* Header Links
----------------------------------------------------------------- */	
#header-links {
	float:right;
	height:32px;
	background:url(images/header-links-right-bg.gif) no-repeat right top;
	padding-right:40px;
	}
	
#header-links ul {
	float:left;
	padding-left:6px;
	padding-top:5px;
	height:27px;
	background:url(images/header-links-left-bg.gif) no-repeat left top;
	}
	
#header-links ul li {
	float:left;
	color:#d7d4d3;
	font-size:9px;
	line-height:18px;
	}
	
#header-links ul li a{
	float:left;
	color:#fff;
	margin:0 10px;
	text-decoration:underline;
	}
	
#header-links ul li a:hover{
	text-decoration:underline;
	}
	
#header-links img {
	float:left;
	margin-right:4px;
	}
	
	
#header-links .change-lang {
	margin-left:8px;
	padding-left:14px;
	/*background:url(images/change-lang-bg.gif) no-repeat left center;*/
	}
	
#header-links span {
	text-decoration:underline;
	}
#header-links ul li.change-c {
	margin-left:0px;
	padding-left:0px;
	/*background:url(images/change-lang-bg.gif) no-repeat left center;*/
	}
#header-links ul li.change-c a.active {
	color:#ffffff;
	/*font-weight:bold;*/
	text-decoration:none;
	}

/* Header Main Navigation
----------------------------------------------------------------- */
#main-nav {
	float:right;
	width:720px;
	background:url(images/main-nav-bg.gif) no-repeat left top;
	height:35px;
	margin-top:60px;
	}



#main-nav_gr {
	float:right;
	width:720px;
	background:url(images/main-nav-bg_gr.gif) no-repeat left top;
	height:35px;
	margin-top:60px;
	} 
	
	#main-nav_gr ul {
	float:left;
	height:35px;
	line-height:35px;
	padding-right:30px;
	}

#main-nav_gr li {
	float:left;
	margin-right:4px;
	}
	
#main-nav_gr li a {
	float:left;
	display:block;
	width:105px;
	height:35px;
	text-indent:-9999px;
	background:url(images/transparent-bg.gif) repeat left top;
	}
	
#header-right .releases-active{
	background:url(images/main-nav-bg.gif) no-repeat left -35px;
	}
	
#header-right .essentials-active{
	background:url(images/main-nav-bg.gif) no-repeat left -70px;
	}
	
#header-right .bestsellers-active{
	background:url(images/main-nav-bg.gif) no-repeat left -105px;
	}
#header-right .catalogue-active{
	background:url(images/main-nav-bg.gif) no-repeat left -140px;
	}
#header-right .releases-active_gr{
	background:url(images/main-nav-bg_gr.gif) no-repeat left -35px;
	}
	
#header-right .essentials-active_gr{
	background:url(images/main-nav-bg_gr.gif) no-repeat left -70px;
	}
	
#header-right .bestsellers-active_gr{
	background:url(images/main-nav-bg_gr.gif) no-repeat left -105px;
	}
#header-right .catalogue-active_gr{
	background:url(images/main-nav-bg_gr.gif) no-repeat left -140px;
	}
	
#main-nav ul {
	float:left;
	height:35px;
	line-height:35px;
	padding-left:18px;
	width:460px;
	}

#main-nav li {
	float:left;
	margin-right:4px;
	}
	
#main-nav li a {
	float:left;
	display:block;
	width:105px;
	height:35px;
	text-indent:-9999px;
	background:url(images/transparent-bg.gif) repeat left top;
	}
	
#main-nav-search {
	float:right;
	padding-right:10px;
	padding-top:10px;
	width:220px;
	}
	
.main-nav-textfield {
	float:left;
	width:160px;
	color:#353535;
	border:0;
	background:none;
	font-size:10px;
	font-family:Tahoma;
	margin-left:15px;
	padding-left:0px;
	padding-top:2px;
	}
	
.main-nav-menu {
	float:left;
	width:100px;
	color:#353535;
	border:#fff 1px solid;
	font-size:10px;
	font-family:Tahoma;
	margin-right:4px;
	}
	
.main-nav-submit {
	float:left;
	}
	

/* Content
----------------------------------------------------------------- */
#content {
	width:934px;
	float:left;
	background-color:#fff;
	margin-top:10px;
	padding:10px 8px 10px 8px;
	margin-top:10px;
	background:#fff url(images/content-bg.gif) no-repeat left top;
	}
	
#wrapper .second-bg {
	background:#fff url(images/content-second-bg.gif) no-repeat left top;
	}
	
#content h2 {
	float:left;
	width:95%;
	font-family: Tahoma, Verdana;
	font-size:22px;
	color:#3b3b3a;
	padding:0 0 10px 30px;
	line-height:24px;
	letter-spacing:-1px;
	}
	
	
/* Path
----------------------------------------------------------------- */	
#path {
	width:910px;
	float:left;
	padding:0 12px 12px 12px;
	}
	
#path p {
	color:#3b3b3a;
	}
	
#path p a {
	color:#3b3b3a;
	}
	
#path p a:hover {
	text-decoration:underline;
	}


/* New Releases
----------------------------------------------------------------- */
#artist-name {
	float:left;
	width:625px;
	margin-bottom:8px;
	}
	
#artist-name p {
	font-family: Tahoma, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#3b3b3a;
	padding-left:12px;	
	}
	
#artist-name p a {
	font-family:  Tahoma, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#bc2241;
	padding:0 5px;
	}
	
#artist-name p a:hover {
	color:#3b3b3a;
	text-decoration:underline;
	}
	
#select-options {
	float:left;
	width:625px;
	color:#4b5863;
	font-family:Verdana, Arial;
	font-size:11px;
	line-height:18px;
	padding:10px 0;
	margin-bottom:8px;
	}
	
#select-left {
	float:left;
	}
	
#select-right {
	float:right;
	}
	
	
#select-left p {
	float:left;
	font-family: Tahoma, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#3b3b3a;
	padding-left:12px;
	}
	
#select-left select {
	float:left;
	width:200px;
	font-family:Verdana, Arial;
	font-size:11px;
	margin-left:10px;
	border:#7f9db9 1px solid;
	}
	
#select-right select {
	float:left;
	width:60px;
	font-family:Verdana, Arial;
	font-size:11px;
	margin-left:10px;
	border:#7f9db9 1px solid;
	}
	
#select-right p {
	float:left;
	color:#888888;
	}
	
#releases-main {
	float:left;
	width:625px;
	background:url(images/realeases-main-bg.gif) repeat-y left top;
	border-bottom:#c0c0c0 1px solid;
	}
	
#checkboxes {
	float:left;
	width:625px;
	background:url(images/realeases-checkboxes-bg.gif) no-repeat left top;
	/* height:32px; */
	}
	
#checkboxes span.checkboxes-nolabel01 {
	color:#243a75;
	font-weight:normal;
	padding:10px 15px 0 5px;
	text-align:center;
	width:45px;
	}
	
#checkboxes span.checkboxes-nolabel02 {
	color:#243a75;
	height:22px;
	font-weight:normal;
	padding:10px 10px 0 5px;
	margin-left:15px;
	display:inline;
	width:43px;
	background:url(images/realeases-checkboxes-bg_22.gif) no-repeat 0px bottom;
	text-align:center;
	}
	
#checkboxes span.checkboxes-nolabel03 {
	color:#243a75;
	height:22px;
	font-weight:normal;
	padding:10px 2px 0 25px;
	background:url(images/checkboxes-sep.gif) no-repeat 15px bottom;
	}
	
#checkboxes span {
	display:block;
	float:left;
	color:#ca2027;
	font-weight:bold;
	padding:10px 3px 0 12px;
	padding-left:7px;
	}
#checkboxes span.vinyl00 {
	display:block;
	float:left;
	color:#ca2027;
	font-weight:bold;
	padding:10px 3px 0 0px;
	width:50px; 
	text-align:right;	}
#checkboxes span.all00 {
	display:block;
	float:left;
	color:#ca2027;
	font-weight:bold;
	padding:10px 3px 0 0px;
	width:30px; 
	text-align:right;	}
#checkboxes span.downL00 {
	display:block;
	float:left;
	color:#ca2027;
	font-weight:bold;
	padding:10px 3px 0 0px;
	width:66px; 
	text-align:right;	}
	
	
#checkboxes input {
	float:left;
	width:16px;
	height:16px;
	margin-top:9px;
	}
	
#checkboxes input.checkboxes-submit {
	width:20px;
	height:15px;
	margin:9px 0 0 0;
	}

#search-data {
	float:left;
	width:625px;
	padding:0 0 12px 0;
	}
	
#search-data-titles {
	float:left;
	width:100%;
	background:url(images/search-data-titles-bg.gif) repeat-y left top;
	padding:10px 0;
	}
	
#search-data-titles a{
	color:#353535;
	}
	
#search-data-titles a:hover{
	/*text-decoration:underline;*/
	color:#CA2027;
	}
		
#search-data-titles img {
	margin:0 0 1px 8px;
	}

#search-data-titles {
	/*font-weight:bold;*/
	color:#353535;
	}
	
#search-data-titles .left-margin-01{
	margin-left:160px;
	}
	
#search-data-titles .left-margin-02{
	/*margin-left:150px;*/
	margin-left:130px;
	}

#search-data-titles .left-margin-03{
	/*margin-left:75px;*/
	margin-left:45px;
	}	

.entry {
	float:left;
	width:615px;
	padding:5px 5px;
	background:url(images/entry-bg.gif) no-repeat left bottom;
	}
	
.entry-image {
	float:left;
	width:52px;
	padding-left:6px;
	}
	
.entry-image img{
	border:#c0c0c0 1px solid;
	}
	
.entry-description {
	float:left;
	width:220px;
	}
	
#search-data .entry-description p {
	color:#ca2027;
	padding-left:8px;
	line-height:16px;
	}
	
#search-data .entry-description p a{
	color:#ca2027;
	}
	
#search-data .entry-description p a:hover{
	text-decoration:underline;
	}
	
#search-data .entry-description img {
	position:relative;
	top:3px;
	left:5px;
	}
	
#search-data .entry-description p.description-p02 {
	color:#353535;
	}
	
#search-data .entry-description p.description-p03 {
	color:#949494;
	font-size:10px;
	}
	
.entry-listen {
	float:left;
	width:60px;
	height:50px;
	line-height:50px;
	}
	
#search-data .entry-listen p {
	float:left;
	font-size:9px;
	color:#a6a6a6;
	}
	
#search-data .entry-listen p a{
	color:#a6a6a6;
	}
	
#search-data .entry-listen p a:hover{
	color:#5e5e5e;
	}
	
#search-data .entry-listen img {
	float:left;
	margin:14px 0 0 4px;
	}
	
.entry-date {
	float:left;
	width:76px;
	font-size:10px;
	font-family:Verdana, Arial;
	font-weight:bold;
	color:#696565;
	line-height:50px;
	background:url(images/entry-date-bg.gif) repeat-y left top;
	margin:0 12px;
	text-align:center;
	}
	
.entry-price {
	float:left;
	/*width:60px;*/
	width:100px;
	font-family:Verdana, Arial;
	color:#696565;
	line-height:50px;
	text-align:center;
	}
	
	
.entry-buy {
	float:left;
	width:60px;
	padding-left:6px;
	}
	
#search-data .entry-buy p {
	float:left;
	font-size:9px;
	color:#5e5e5e;
	height:50px;
	line-height:50px;
	}
	
#search-data .entry-buy p a{
	color:#5e5e5e;
	text-decoration:underline;
	}
	
#search-data .entry-buy p a:hover{
	text-decoration:none;
	}
	
#search-data .entry-buy img {
	float:left;
	margin:14px 0 0 4px;
	}	
	
#items {
	float:left;
	width:615px;
	text-align:right;
	padding:10px 10px 0 0;
	}
	
#items p {
	font-family:Verdana, Arial;
	font-size:10px;
	color:#888888;
	padding-left:10px;
	}
	
#items p a {
	color:#ca2027;
	text-decoration:underline;
	padding:2px;
	}
	
#items p a:hover {
	text-decoration:none;
	}
	
#details-title {
	float:left;
	width:625px;
	background:url(images/realeases-details-bg_new.gif) no-repeat left top;
	height:32px;
	}
	
#details-title h3 {
	font-family:Verdana, Arial;
	font-size:11px;
	color:#bc1f40;
	line-height:20px;
	padding-left:12px;
	border-bottom:1px solid #C0C0C0
	}
	
#details-main {
	float:left;
	width:625px;
	background:url(images/realeases-main-bg.gif) repeat-y left top;
	border-bottom:#c0c0c0 1px solid;
	padding:0 0 12px ;
	}
	
#details-description {
	float:left;
	padding:12px;
	margin-bottom:10px;
	position:relative;
	}
	
#details-description img {
	float:left;
	border:#c0c0c0 1px solid;
	}
	
#details-description ul {
	float:left;
	font-family: Verdana, Arial;
	color:#727273;
	width:350px;
	overflow:hidden;
	}
	
#details-description ul a, #details-description ul span{
	color:#488ecc;
	}
	
#details-description ul a:hover {
	text-decoration:underline;	
	}
	
#details-description li {
	padding-bottom:6px;
	clear:both;
	display:block;
	line-height:14px;
	/*
	overflow:hidden;
	height:12px;
	line-height:17px;*/
	}
#details-description li img{
	border:0;
	padding-left:3px;
	float:none;
}

#details-description li.description-buy {
	margin-top:-7px;
	line-height:inherit;
}

#details-description li.description-buy img{
	padding-left:3px;
	float:inherit;
	vertical-align:middle;
	margin-top:3px;
}


#details-description ul.left-list {
	width:80px;
	padding-left:20px;
	color:#444444;
	}
	
#details-description .details-description-buy {
	/*float:left;
	margin-top:141px;*/
	top:152px;
	left:320px;
	position:absolute;
	width:50px;
	}
	
#details-description .details-description-buy img{
	/*float:right;*/
	border:none;
	margin:0 0 0 6px;
	}
	
#details-description .details-description-buy p {
	float:right;
	font-size:9px;
	color:#5e5e5e;
	line-height:21px;
	}	

#details-description .details-description-buy a{
	text-decoration:underline;
	color:#5e5e5e;
	}
	
#details-description .details-description-buy a:hover {
	text-decoration:none;
	}
	
#details-samples {
	float:left;
	width:615px;
	padding:5px;
	margin-bottom:20px;
	}
	
#details-samples .samples-title {
	float:left;
	background:url(images/details-sample-bg.gif) no-repeat left top;
	width:100%;
	height:29px;
	line-height:29px;
	padding:2px 0px 0px 0px
	}
	
#details-samples .samples-title h4 {
	float:left;
	width:615px;
	height:24px;
	line-height:24px;
	padding-top:5px;
	color:#bc1f40;
	font-size:11px;
	font-family:Verdana, Arial;
	}
	
#details-samples .samples-title span {
	display:block;
	float:left;
	padding:0 20px;
	}
	
#details-samples .samples-title span.samples-and-title {
	background:url(images/details-sample-sep.gif) no-repeat left bottom;
	/*padding:0 118px;*/
	padding:0 66px;
	}
	
#details-samples .samples-side {
	float:left;
	width:605px;
	color:#bc1f40;
	font-size:11px;
	font-family:Verdana, Arial;
	font-weight:bold;
	border-bottom:#c0c0c0 1px solid;
	padding:10px 5px;
	}
	
#details-samples .samples-entry {
	float:left;
	width:605px;
	/*line-height:20px;*/
	padding:0px 0px 0px 3px ;
	margin:2px 0 2px 0;
	background:url(images/samples-entry-bg.gif) repeat-y left top;
	border-bottom:#c0c0c0 1px solid;
	}
	
#details-samples .samples-number {
	float:left;
	width:22px;
	padding-left:10px;
	}
	
#details-samples .samples-format {
	float:left;
	width:120px;
	padding-left:26px;
	}
	
#details-samples .samples-format p {
	float:left;
	font-size:9px;
	color:#4f504f;
	}
	
#details-samples .samples-format p a{
	color:#a6a6a6;
	}
	
#details-samples .samples-format p span a {
	font-size:11px;
	color:#488ecc;
	}
	
#details-samples .samples-format p span a:hover {
	text-decoration:underline;
	color:#488ecc;
	}
	
#details-samples .samples-format p a:hover{
	color:#5e5e5e;
	}
		
#details-samples .samples-format img {
	float:left;
	margin:0 10px 0 4px;
	}
	
#details-samples .samples-info {
	float:left;
	/*width:258px;*/
	width:561px;
	}
	
#details-samples .samples-info p {
	float:left;
	color:#4f504f;
	padding-left:10px;
	}
	
#details-also-bought {
	float:left;
	width:615px;
	/*padding:0 5px;*/
	padding:0 0px 0px 5px;
	}
	
#details-also-bought .also-bought-title {
	float:left;
	background:url(images/details-sample-bg.gif) no-repeat left top;
	width:100%;
	height:31px;
	line-height:31px;
	}
	
#details-also-bought .also-bought-title h4 {
	float:left;
	width:605px;
	height:26px;
	line-height:26px;
	padding-top:5px;
	padding-left:10px;
	color:#bc1f40;
	font-size:11px;
	font-family:Verdana, Arial;
	}
	
#details-also-bought .also-bought-images {
	float:left;
	width:605px;
	padding:5px;
	}	

#details-also-bought .image-container {
	float:left;
	width:105px;
	padding:10px 0;
	background:url(images/bg-1px-grey.gif) repeat-y 91px top;	
	}
	
#details-also-bought .image-container-right {
	float:left;
	width:75px;
	padding:10px 0;
	background:none;	
	}

#details-also-bought img {
	border:#c0c0c0 1px solid;
	}
	
#feedback {
	float:left;
	width:585px;
	padding:10px 20px;
	margin:20px 0 0 0;
	background-color:#efeeee;
	line-height:16px;
	color:#302d2d;
	}
	
#feedback a {
	color:#488ecc;
	text-decoration:underline;
	}
	
#feedback a:hover {
	text-decoration:none;
	}
	

/* Cart Shop
----------------------------------------------------------------- */	
#cart-container {
	float:left;
	width:625px;
	background:url(images/realeases-main-bg.gif) repeat-y left top;
	border-bottom:#c0c0c0 1px solid;
	padding:0 0 10px 0;
	}
	
#cart-main {
	float:left;
	width:615px;
	padding:5px;
	background:url(images/cart-container-bg.gif) no-repeat left top;
	}
	
#cart-main .cart-title {
	float:left;
	background:url(images/details-sample-bg.gif) no-repeat left top;
	width:100%;
	height:31px;
	line-height:31px;
	}
	
#cart-main .cart-title h4 {
	float:left;
	width:615px;
	height:26px;
	line-height:26px;
	padding-top:5px;
	color:#bc1f40;
	font-size:11px;
	font-family:Verdana, Arial;
	}
	
#cart-main .cart-title span {
	display:block;
	float:left;
	padding:0 170px 0 30px;
	background:url(images/details-sample-sep.gif) no-repeat right bottom;
	}
	
#cart-main .cart-title span.cart-titles01 {
	background:url(images/details-sample-sep.gif) no-repeat rightbottom;
	padding:0 22px 0 20px;
	}
	
#cart-main .cart-title span.cart-titles02 {
	background:url(images/details-sample-sep.gif) no-repeat right bottom;
	padding:0 24px 0 20px;
	}
	
#cart-main .cart-title span.cart-titles03 {
	background:url(images/details-sample-sep.gif) no-repeat right bottom;
	padding:0 8px 0 5px;
	}
	
#cart-main .cart-title span.cart-titles04 {
	background:url(images/details-sample-sep.gif) no-repeat right bottom;
	padding:0 12px 0 10px;
	}
	
#cart-main .cart-entry {
	float:left;
	width:605px;
	line-height:20px;
	padding:0 5px 5px 5px;
	margin:5px 0 0 0;
	background:url(images/cart-entry-bg.gif) repeat-y left top;
	border-bottom:#c0c0c0 1px solid;
	}
	
#cart-main .cart-cover {
	float:left;
	width:239px;
	}
	
#cart-main .cart-cover img {
	float:left;
	margin-right:10px;
	border:#c0c0c0 1px solid;
	}
	
#cart-main .cart-cover p {
	color:#ca2027;
	padding-left:8px;
	padding-top:8px;
	line-height:16px;
	}
	
#cart-main .cart-cover p a{
	color:#ca2027;
	}
	
#cart-main .cart-cover p a:hover{
	text-decoration:underline;
	}
	
#cart-main .cart-cover p.item-desription{
	color:#616262;
	padding-top:0;
	}
	

#cart-main .cart-code {
	float:left;
	width:94px;
	text-align:center;
	padding-top:12px;
	}
	
#cart-main .cart-code p {
	color:#616262;
	}
	
#cart-main .cart-price {
	float:left;
	width:72px;
	text-align:center;
	padding-top:12px;
	}
	
#cart-main .cart-price p {
	color:#616262;
	}
	
#cart-main .cart-quantity {
	float:left;
	width:74px;
	text-align:center;
	padding-top:12px;
	}
	
#cart-main .cart-quantity p {
	color:#616262;
	}
	
#cart-main .cart-quantity input {
	float:left;
	color:#616262;
	font-size:1em;
	font-family: Tahoma, Arial;
	border:#455563 1px solid;
	width:14px;
	height:12px;
	padding:2px;
	text-align:right;
	margin-left:30px;
	}
	
#cart-main .cart-summ {
	float:left;
	width:70px;
	text-align:center;
	padding-top:12px;
	}
	
#cart-main .cart-summ p {
	color:#616262;
	}
	
	
#cart-main .cart-item-delete {
	float:left;
	width:50px;
	text-align:center;
	padding-top:12px;
	}
	
#total-summ {
	float:left;
	height:40px;
	line-height:40px;
	width:100%;
	border-bottom:#c0c0c0 1px solid;
	}	
	
#total-summ span {
	color:#616262;
	margin-left:13px;
	font-weight:normal;
	}
	
#total-summ p {
	padding-left:372px;
	font-family: Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#bc1f40;
	}
#total-summ_2 {
	float:left;
	height:40px;
	line-height:40px;
	width:100%;
	border-bottom:#c0c0c0 1px solid;
	}	
	
#total-summ_2 span {
	color:#616262;
	margin-left:13px;
	font-weight:normal;
	}
	
#total-summ_2 p {
	padding-left:372px;
	font-family: Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#980b28;
	}
	
#cart-buttons {
	padding:10px 0;
	width:100%;
	float:left;
	}
	
#cart-buttons p {
	float:left;
	}
	
#cart-buttons span {
	color:#bc1f40;
	}	
	
#cart-buttons a{
	color:#000;
	}	
	
#cart-buttons a:hover{
	color:#bc1f40;
	}
	
.refresh {
	width:94px;
	height:25px;
	line-height:25px;
	background:url(images/refresh.gif) no-repeat left top;
	padding:0 0 0 34px;
	}
	
.continue-shopping {
	width:121px;
	height:25px;
	line-height:25px;
	background:url(images/continue-shopping.gif) no-repeat left top;
	padding:0 0 0 32px;
	}
	
.checkout {
	width:124px;
	height:25px;
	line-height:25px;
	background:url(images/checkout.gif) no-repeat left top;
	padding:0 0 0 7px;
	margin-left:170px;
	}	
.checkout a { padding-left:30px; }


/* Contact Form
----------------------------------------------------------------- */
#form-container {
	float:left;
	width:625px;
	background:url(images/realeases-main-bg.gif) repeat-y left top;
	border-bottom:#c0c0c0 1px solid;
	padding:0 0 10px 0;
	}
	
#form-main {
	float:left;
	/*width:555px;*/
	width:550px;
	padding:35px 35px 15px 35px;
	background:url(images/cart-container-bg.gif) no-repeat left top;
	}
	
#form-main p {
	line-height:16px;
	padding-bottom:10px;
	}
	
#form-main table td {
	vertical-align:top;
	padding:10px 0 0 0;
	}
	
#form-main table img {
	margin:4px 5px 0 0;
	float:left;
	}
	
#form-main input {}

#form-main input.checkbox {
	float:left;
	width:16px;
	height:16px;
	}

#form-main select.select-menu {
	background-color:#fbf4a3;
	border:#727065 1px solid;
	font-family:Verdana, Arial;
	font-size:10px;
	padding:1px;
	}

#form-main input.text-fields {
	background-color:#fbf4a3;
	border:#727065 1px solid;
	font-family:Verdana, Arial;
	font-size:10px;
	padding:1px;
	float:left;
	width:380px;
	height:14px;
	}	
	
#form-buttons {
	padding:24px 70px 0 0;
	}	
	
#form-main input.submit-buttons {
	width:98px;
	height:25px;
	background:url(images/form-button-bg.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	float:right;
	margin-left:10px;
	font:normal 11px arial;
	color:#666666;
	}	
	
#form-main textarea {
	/*width:430px;*/
	width:380px;
	overflow:auto;
	height:45px;
	background-color:#fbf4a3;
	border:#727065 1px solid;
	font-family:Verdana, Arial;
	font-size:10px;
	padding:1px;
	}
		
	
/* New Albums
----------------------------------------------------------------- */	
#new-albums {
	width:934px;
	height:260px;
	float:left;
	margin:0px 0px 10px 0px;
	}

/* Left Section
----------------------------------------------------------------- */	
#left-section {
	float:left;
	width:625px;
	}
	
#welcome {
	float:left;
	width:455px;
	height:57px;
	background:url(images/welcome-bg.gif) no-repeat left top;
	padding:20px 20px 0 150px;
	}
	
#welcome p {
	color:#bc1f40;
	}
	
#columns {
	float:left;
	padding-top:10px;
	}
		
	
/* Right Section
----------------------------------------------------------------- */	
#right-section {	
	float:right;
	width:300px;
	}
	
#cart {
	float:left;
	width:300px;
	margin:15px 0;
	}
	
#cart p {
	clear:both;
	font-family:Verdana, Arial;
	color:#bc1f40;
	border-bottom:#d5d5d4 1px solid;
	padding:6px 15px;
	line-height:16px;
	}
	
#cart p a{
	color:#bc1f40;
	}
	
#cart p span {
	display:block;
	color:#616262;
	}
	
#cart p.summary {
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	color:#616262;
	line-height:14px;
	}
	
#cart span.total-price {
	color:#bc2241;
	}
#cart span.total-price2 {
	color:#980b28;
	}
	
#cart span.fpa {
	font-weight:normal;
	font-size:9px;
	}

	
#cart img {
	float:right;
	}
	
#favorites {
	float:left;
	width:280px;
	height:34px;
	line-height:34px;
	background:url(images/favorites.gif) no-repeat right center;
	padding-right:20px;
	}
	
#continue-shopping {
	float:left;
	width:280px;
	height:34px;
	line-height:34px;
	background:url(images/cart-continue.gif) no-repeat right center;
	padding-right:20px;
	}
#continue-shopping p {
	float:left;
	padding-left:150px;
	}	
#continue-shopping p a{
	padding-left:26px;
	}
#favorites p{
	float:left;
	padding-left:176px;
	}
	
#favorites p a, #continue-shopping p a {
	color:#353535;
	}
	
#favorites p a:hover, #continue-shopping p a:hover {
	color:#bc1f40;
	}
	
#favorites p span, #continue-shopping p span {
	color:#bc1f40;
	padding-left:3px;
	}
	
	
	

/* Footer
----------------------------------------------------------------- */
#footer {
	width:950px;
	clear:both;
	}
#flamplayer_cont{
	float:left;
	display:block;
	width:300px;
	padding:10px 0px 10px 0px;
}
#flamplayer{
	float:left;
	width:300px;
}
span.cost_list{
	padding-left:15px;
	color:#5a5a60;
	font:normal 11px Verdana,Arial;
}
span.coin_list{
	padding-left:15px;
	color:#5a5a60;
	font:normal 11px Verdana,Arial;
}

#site_map 		{ float:left; width:615px; padding:20px 0px 0px 10px; }
#site_map h1 	{ clear:both; display:block; overflow:hidden; font:bold 15px Tahoma,Verdana; color:#BC1F40; }
#site_map ul 		{ clear:both; display:block; overflow:hidden; font:normal 12px Tahoma,Verdana; color:#3B3B3A; padding:0px 0px 5px 10px; margin:0; list-style:none; }
#site_map ul li		{ clear:both; display:block; overflow:hidden; font:normal 12px Tahoma,Verdana; color:#3B3B3A; padding:5px 0px 0px 10px; }
#site_map ul li a		{ font:normal 12px Tahoma,Verdana; color:#3B3B3A; }
#site_map ul li a:hover	{ font:normal 12px Tahoma,Verdana; color:#BC1F40; }



	
	
#cart-main  .cart-title span {
	display:block;
	float:left;
	padding:0 0;
	background:url(images/details-sample-sep.gif) no-repeat right bottom;
	text-align:center;
	}
	
#cart-main .cart-title span.cart-titles01 {
	background:url(images/details-sample-sep.gif) no-repeat rightbottom;
	padding:0;
	text-align:center;
	width:80px;
	}
	
#cart-main .cart-title span.cart-titles02 {
	background:url(images/details-sample-sep.gif) no-repeat right bottom;
	padding:0;
	text-align:center;
	width:72px;

	}
	
#cart-main .cart-title span.cart-titles03 {
	background:url(images/details-sample-sep.gif) no-repeat right bottom;
	padding:0;
	text-align:center;
	width:74px;
	}
	
#cart-main .cart-title span.cart-titles04 {
	background:url(images/details-sample-sep.gif) no-repeat right bottom;
	text-align:center;
	padding:0;
	width:70px;
	}
#cart-main .cart-title span.cart-titles05 {
	background:none;
	padding:0;
	text-align:right;
	padding-left:5px;
	}
	

#cart-main #bigcart_in .cart-entry {
	float:left;
	width:605px;
	line-height:20px;
	padding:0 5px 5px 5px;
	margin:5px 0 0 0;
	background:url(images/cart-entry-bg022.gif) repeat-y left top;
	border-bottom:#c0c0c0 1px solid;
	}
	
	
#bigcart_in #total-summ p { padding-left:0; padding-right:73px; text-align:right; }



/* RSS ------------------- */

.rss_list 		{ }
.rss_list ul 		{ display:block; padding:0px; margin:0; list-style:none; }
.rss_list li		{ float:left; width:160px; display:block; overflow:hidden; font:normal 12px Tahoma,Verdana; color:#3B3B3A; padding:5px 0px 0px 10px; list-style:none; }
.rss_list li a	{ color:#3B3B3A; }
.rss_list li a:hover	{ color:#BC1F40; }



/* Email Notification Pop UP */
#content .availability_notice_header		{ position:absolute; top:100px; left:300px; width:334px; z-index:9999; font-size:11px; background: transparent url(images/upper_av_not.png) no-repeat top left;padding:8px 0 0 0;}
#content .availability_notice_footer		{ background: transparent url(images/lower_av_not.png) no-repeat bottom left; padding:0 0 8px 0; }

#content .availability_notice				{ padding:8px 12px; font-size:11px; background-color:#bc1f40; }
#content  .availability_notice h2.title {font:bold 15px Tahoma, Geneva, sans-serif; color:#fff; padding:0 0 0 20px; margin:0 0 10px 0; background:#bc1f40 url(images/availability_not_title_bg.jpg) no-repeat center left; float:none; }
#content  .availability_notice p 			{ font-size:11px; color:#fff;}

#content  .availability_notice form			{ margin:0px; padding:0px; }
#content  .availability_notice input		{ margin:10px 3px 5px 0; padding:3px; color:#bc1f40; border:none;background:none;background-color:#fff; font-weight:bold; font-size:11px;}
#content  .availability_notice input.av_btn	{ margin:10px 0 5px 3px; background:none; background-color: #000; color:#fff; border:none; font-weight:bold; padding:3px; }

#content  .availability_notice .close		{ text-decoration:none; text-align:right; 	}
#content  .availability_notice .close a		{ font-size:10px; text-decoration:none; padding:0 10px 0 0; color:#000; }

#content { position:relative; }


