/*+++++++++++++++++++++++++++++++++++++++++++++

  Script: Maian Music v1.0
  Written by: David Ian Bennett
  E-Mail: support@maianscriptworld.co.uk
  Website: http://www.maianscriptworld.co.uk

  +++++++++++++++++++++++++++++++++++++++++++++
  
  This File: stylesheet.css
  Description: Stylesheet

  +++++++++++++++++++++++++++++++++++++++++++++*/

* {
	margin: 0;
	padding: 0;
}
.wrapper{
	background: url(../images/body_bg_big.jpg) top center no-repeat;
}
body {
	width: 865px;
	margin: 0 auto;
    background: #065782 url(../images/body_bg_v.jpg) top center repeat-x;
	font: normal 11px Verdana, Times, serif;
	color: #535353;
	text-align: justify;
}
h1, h2, h3 {
	color: #535353;
	margin:0 0 10px 0;
	font-size: 18px;
}
p, blockquote, ol {
	margin-bottom: 1.5em;
	text-align: justify;
}
p {
  margin:0;
  padding:0;
}
blockquote {
	margin-top: 5px;
	text-align: center;
	 /* border-top: 1px solid #666666; */ 
	padding-top: 10px;
	clear: both;
}
blockquote p {
  text-align: center;
}
a {
	color: #999999;
}
a:hover {
	text-decoration: none;
}
img {
  border:0;
}
.image {
  border: 1px solid #535353;
}
.albumImage {
 /*  border: 1px solid #535353; */
}
.captcha_border {
  /* border:1px solid #535353; */
}

/* Boxed Style */

.boxed {
}
.boxed .title {
	padding: 5px 0 5px 10px;
	background: #535353 url('../images/title_bg.gif') no-repeat;
	font-size: 1em;
	font-weight: bold;
	color: #cccccc;
	margin:0;
}

.boxed .content {
	padding: 10px;
	 /* border-top:1px solid #535353; */ 
}
#jukebox {
  text-align: center;
}
#premium_beat {
  text-align: center;
  margin-top: 10px;
  /*  border-top: 1px solid #535353; */ 
  padding-top: 20px;
  font-size: 10px;
  display:none;
  visibility: hidden;
}

/* Top */

#top {
	width: 850px;
	height: 125px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background: url('../images/header_maian.jpg') top left no-repeat;
	color: #FFFFFF;
	/* border-top: 1px solid #535353;
	border-left: 1px solid #535353; */ 

}
#top p {
  text-align: center;
  padding: 12px 25px 0 0;
  float: right;
  margin: 10 5px 0 0;
  color: #666666;
}

/* Logo */

#logo {
  text-align:left;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
	/* border-left: 3px solid #ff0000; */
	background: #FFFFFF;
	/*background: #FFFFFF url('../images/vertical_line.gif') repeat-y 185px 0;*/
	 /* border-left: 5px solid #535353;
	border-right: 5px solid #535353;
	border-bottom: 5px solid #535353;
	border-top: 5px solid #CCCCCC; */ 
}
#extra {
}

/* Content > Main */
/* The height hack should work in most browsers. */

#main {
	float: right;
	width: 635px;
  padding: 15px;
  min-height:450px;
  height:auto !important;
  height:450px;
 /* background:#FF0000;*/
}
#main a {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 185px;
	height: 100%!important;
	background: #D5EDFF;
}
#sidebar a {
}

/* Content > Sidebar > Menu */

#menu {
	padding: 10px;
	/* border-bottom:1px solid #535353; */
    background: #CCCCCC url('../images/menu_bg.gif') top left no-repeat;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	padding: 5px 15px;
	background: url('../images/bullet_static.gif') no-repeat left center;
	text-decoration: none;
	color: #535353;
}
#menu a:hover, #menu .active a {
	background: url('../images/bullet_over.gif') no-repeat left center;
	color: #999999;
}

/* form elements */
.menu {
  padding:3px;
  color: #535353;
  font-weight: bold;
}
select {
  color: #535353;
  font-weight: bold;
}
form {
  margin: 0;
  padding: 0;
}
.formOption {
  text-align: left;
}
.formBox {
  padding: 3px;
  color: #535353;
  /* border: 1px solid #535353; */ 
  width: 70%;
  font: bold 12px Verdana, Times, serif;
}
.searchBox {
  padding: 3px;
  color: #535353;
 /*  border: 1px solid #535353; */
  width: 90%;
  font: bold 12px Verdana, Times, serif;
  margin: 5px 0 5px 0;
}
textarea {
  padding: 3px;
  color: #535353;
   /* border: 1px solid #535353; */ 
  width: 70%;
  font: bold 12px Verdana, Times, serif;
}
.formButton {
  color: #FFFFFF;
  font: bold 12px Verdana, Times, serif;
  background: #76b2d7;
  height: 30px;
  min-width: 155px;
  border: 2px solid #3c85b1; 
  /* border: 1px solid #CCCCCC; */ 
}
label.lclass {
  display:block;
  color: #535353;
  font-weight: bold;
  margin:0 0 3px 0;
}
.checkbox {
}

/* Footer */

#footer {
	clear: both;
	width: 850px;
	height: 25px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: #ffffff url('../images/footer_bg.jpg') repeat-x left bottom;
	text-align: center;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

/* Cart */
.cart_count {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color: #666666;
}
.cart_total {
  font-size: 11px;
  display: block;
  margin-top: 10px;
  color: #666666;
}
.cart_count_link {
  color: #666666;
}
#empty_cart {
  text-align: center;
  padding: 15px 1px 15px 1px;
 /* border-top: 1px solid #666666;
  border-bottom: 1px solid #666666; */
  margin-top: 5px;
  color: #666666;
}
#cart_items_total {
  text-align: right;
  padding: 15px 1px 15px 1px;
 /* border-top: 1px solid #666666;
  border-bottom: 1px solid #666666; */
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.cart_item {
  padding: 5px 0 5px 0;
  /* border-bottom: 1px solid #999999; */
  color: #666666;
}
#cart_heading {
  clear: both;
  margin: 5px 0 5px 0;
  /* border-bottom: 1px solid #535353; */
  height: 25px;
  color: #666666;
}
.cart_buttons {
  text-align: center;
  margin-top: 15px;
}
p.c_item {
  text-align: left;
    padding: 2px;
	  background: #edf9ff;
}
p.c_cost {
  text-align: right;
  font-weight:bold;
  background:#DBF1FD url(../images/fade.gif) top left repeat-x;
  padding: 2px;
  font-size:10px;
  line-height: 10px;
  
}
.from_album {
  font-style: italic;
  font-size:10px;
}

/* Other */

.error {
  color: #666666;
}
#page_numbers {
  text-align: right;
  padding: 10px 1px 10px 1px;
/*  border-top: 1px solid #666666; 
  border-bottom: 1px solid #666666;*/
  margin-top: 5px;
}
p.button_align {
  display:block;
  clear: both;
  text-align: center;
  padding: 15px 0 10px 0;
}
p.hits {
  display:block;
  text-align: center;
  margin-top: 10px;
  padding: 5px 0 10px 0;
  font-size: 11px;
  /* border-top: 1px solid #666666; */
}
.no_script {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

/* Album Boxes */

/* LE ANCIEN ALBUM 
.albums {
  border: 1px solid #D9EEF4;
  height: 53px;
  margin-bottom: 3px;
  clear: both;
}*/

/* LE NOUVEAL ALBUM*/ 
.albums {
  border: 1px solid #D9EEF4;
  height: 117px;
  margin: 3px;
  clear: both;
}

p.view_more_info {
  float: right;
  padding: 5px;
}
.album_title {
  padding: 5px;
  text-align: left;
  width: 400px;
}
#album_name {
/*padding: 50px 0 50px 0;*/
  padding: 30px 0 30px 0;
  
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  text-align: left;
}
.child {
  display:block;
  padding-top:8px;
}
#children {
  background:#f6f8fb;
  padding: 10px 0 10px 10px;
  border: 1px solid #666666;
  text-align: left;
}


/* Track formatting 
   Some of these may be applicable to v1.0 only. I didn`t remove them in case it upset something in the system
*/

.showTrack {
 border-bottom: 1px dashed #535353;
  padding-top:2px;
}
#tracks {
  clear: both;
  margin-top: 5px;
}
#track_heading {
  clear: both;
  margin: 15px 0 5px 0;
  border-bottom: 1px solid #535353;
  height: 25px;
}
.track_title {
  float: left;
  width: 320px;
  height: 30px;
}
.track_cost {
  float: left;
  width: 100px;
  height: 30px;
}
.track_options {
  float: left;
  width: 80px;
  height: 30px;
  text-align: right;
}
#tracks ul {
  margin: 0;
	list-style: none;
	float: left;
	height: auto;
}
#tracks li {
  display: inline;
  height: 30px;
  padding: 5px 0 5px 0;
  vertical-align: middle;
  border-bottom: 1px solid #D9EEF4;
}
li{
	list-style: none;
	}
.li_name {
  width:320px;
  float: left;
  line-height: 30px;
}
.li_cost {
  width:100px;
  float: left;
  line-height: 30px;
}
.li_cart {
  width:80px;
  float: left;
  text-align: right;
}

/* Paypal */
#paypal_connection {
  text-align: center;
  margin-top: 30px;
  /* border-top: 1px solid #D9EEF4; 
  border-bottom: 1px solid #D9EEF4;*/
  padding: 15px 0 15px 0;
  font-size: 14px;
  font-weight: bold;
}

/* Downloads */
#purchase_heading {
  clear: both;
  margin: 0;
 /* border-bottom: 1px solid #535353; */
  /*height: 10px;*/
}
#purchase_heading2 {
  clear: both;
  margin: 0 0 10px;
 /* border-bottom: 1px solid #535353; */
 /* height: 10px;*/
}
.download_item {
  margin: 0;
  padding: 0;
border-bottom: 2px solid #fff;
 /* padding: 20 0 10; */
  height: 30px;
}
p.item {
  text-align:left;
  display: block;
  width: 400px;
}
p.download {
  display:block;

  float: right;
}
.purchases {
	padding: 0 0 0 0;
	  background: #D5EDFF;
	  

}
#album_tracks {
  margin: 5px auto;
  text-align: left;
  width: 95%;
  padding:2px;
  /* border: 1px solid #D9EEF4; */
}
p.enjoy_music {
  display:block;
  text-align: center;
  margin-top: 10px;
  padding: 5px 0 10px 0;
 /* border-top: 1px solid #666666; */
}
p.album_downloads {
  display: block;
  margin: 2px 0 2px 0;
}
.t_name {
  vertical-align: top;
}
#fetch {
  width: 350px;
  /*width: 250px;*/
  height: auto;
  margin: 4px auto;
  background-color: #FFFFFF;
/*  border: 1px solid #535353; */
  text-align: center;
}
p.fetch {
  text-align: center;
}
.file_size {
  font-weight: bold;
  color: #666666;
  font-size: 14px;
}
.file_size_small {
  color: #666666;
}
p.back_link {
  display: block;
  text-align:center;
  margin-top: 15px;
}
.sorry {
  color:red;
  font-size:16px;
  font-weight:bold
}
.sorry_msg {
  font-size:16px;
  font-weight:bold
}

/* Most Popular */
#most_popular {
  margin: 5px 0 10px 0;
	text-align: left;
	/* border-top: 1px solid #535353;
	border-bottom: 1px solid #535353; */
  padding:5px;
	color: #CCCCCC;
	font-weight: bold;
	height: 15px;
	background: #535353 url('../images/title_bg.gif') no-repeat;
}
#most_popular_tracks {
  width: 48%;
  float: left;
}
#most_popular_albums {
  width: 40%;
  float: left;
}
#most_popular_tracks_list {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
#most_popular_albums_list {
  width: 33%;
  float: left;
  margin-bottom: 10px;
}
ul.popular {
  padding: 0 0 0 15px;
  list-style: none;
}
.popular li {
  /*list-style-image: url('../images/bullet_static.gif');*/
  margin-bottom:5px;
}

.popular li table td{
	vertical-align:top;
	text-align:left;
	
}
.artist {
  font-size: 11px;
  font-style: italic;
}

/* AFFICHAGE DES POCHETTES DANS L'INDEX*/

.block_album{
	position: relative; 
	float: left; 
	margin: 5px;
	padding: 0;
	width: 115px;
	height: 152px;
	/*background: #CC6600;*/
}

.block_album ul li.nom_album{
	font-weight: bold;
	text-align: left;
}

.block_album img{
	border: solid #333333 1px;
	margin: 0 0 2px 0;
}
.block_album ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.block_album ul li{
	margin: 0;
	padding: 0;
}
.wrapper #top a.le_panier{
	font-weight: bold;
	text-decoration:none;
	color: #666666;
}
.wrapper #top a.le_panier:hover{
	color: #191919;
	text-decoration: underline;
}

.montant_delete{
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

.c_cost span{
	padding: 0 20px 0 30px;

}

.acheter_album{
	background: #569ecb;
	padding: 10px;
	border-bottom: #666666 solid 1px;
	
}
.acheter_album a.link_complet{
	text-decoration:none;
		margin: 0;
}
a.link_complet h3{
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	font-weight:bold;
	margin: 0;
	padding: 2px;
}

a.link_complet:hover h3{
	color: #D5EDFF;
}
