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

  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;
}
body {
	margin: 5px 0;
	background: #ffffff;
	font: normal 10px Verdana, Times, serif;
	color: #000000;
}
h1, h2, h3 {
	color: #FF6600;
	margin:0 0 10px 0;
	font-size: 16px;
}
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 #FBC25F;
	padding-top: 10px;
	clear: both;
}
blockquote p {
  text-align: center;
}
a {
	color: #FF7700;
}
a:hover {
	text-decoration: none;
}
img {
  border:0;
}
.image {
  border: 1px solid #40ACC7;
}
.albumImage {
  border: 1px solid #40ACC7;
}
.captcha_border {
  border:1px solid #40acc7;
}

/* Boxed Style */

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

.boxed .content {
	padding: 10px;
	border-top:1px solid #40ACC7;
}
#jukebox {
  text-align: center;
}
#premium_beat {
  text-align: center;
  margin-top: 10px;
  border-top: 1px solid #40ACC7;
  padding-top: 20px;
  font-size: 10px;
}

/* Top */

#top {
	width: 854px;
	height: 90px;
	margin: 0 auto;
	padding: 10px 0 0 5px;
	background: #00ACC7 url('../images/logo.gif') no-repeat;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#top p {
  text-align: center;
  padding: 3px 15px 15px 10px;
  float: right;
  margin-right: 7px;
}

/* Logo */

#logo {
  text-align:left;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
	background: #FFFFFF url('../images/vertical_line.gif') repeat-y 180px 0;
	border-left: 1px solid #40ACC7;
	border-right: 1px solid #40ACC7;
	border-bottom: 1px solid #40ACC7;
	border-top: 1px solid #40ACC7;
}
#extra {
}

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

#main {
	float: right;
	width: 645px;
	margin-top:1px;
  padding: 10px;
  min-height:450px;
  height:auto !important;
  height:450px;
}
#main a {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
	margin-top:1px;
}
#sidebar a {
}

/* Content > Sidebar > Menu */

#menu {
	padding: 10px;
	border-bottom:1px solid #40ACC7;
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	padding: 7px 15px;
	background: url('../images/bullet_static.gif') no-repeat left center;
	text-decoration: underline;
	color: #3333FF;
}
#menu a:hover, #menu .active a {
	background-image: url('../images/bullet_over.gif');
	color: #FF7700;
}

/* form elements */
.menu {
  padding:3px;
  color: #3333FF;
  font-weight: bold;
}
select {
  color: #0066FF;
  font-weight: bold;
}
form {
  margin: 0;
  padding: 0;
}
.formOption {
  text-align: left;
}
.formBox {
  padding: 3px;
  color: #0099FF;
  border: 1px solid #40ACC7;
  width: 70%;
  font: bold 12px Verdana, Times, serif;
}
.searchBox {
  padding: 3px;
  color: #40ACC7;
  border: 1px solid #FF9900;
  width: 90%;
  font: bold 12px Verdana, Times, serif;
  margin: 5px 0 5px 0;
}
textarea {
  padding: 3px;
  color: #0066FF;
  border: 1px solid #40ACC7;
  width: 70%;
  font: bold 12px Verdana, Times, serif;
}
.formButton {
  color: #FFFFFF;
  font: bold 12px Verdana, Times, serif;
  background-color:#40ACC7;
  border: 1px solid #416AC8;
}
label.lclass {
  display:block;
  color: #0066FF;
  font-weight: bold;
  margin:0 0 3px 0;
}
.checkbox {
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
}
#footer p {
	margin: 0;
	text-align: right;
	font-size: 11px;
}

/* Cart */
.cart_count {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.cart_total {
  font-size: 11px;
  display: block;
  margin-top: 10px;
}
.cart_count_link {
  color: #FFFFFF;
}
#empty_cart {
  text-align: center;
  padding: 15px 1px 15px 1px;
  border-top: 1px solid #FBC25F;
  border-bottom: 1px solid #FBC25F;
  margin-top: 5px;
}
#cart_items_total {
  text-align: right;
  padding: 15px 1px 15px 1px;
  border-top: 1px solid #FBC25F;
  border-bottom: 1px solid #FBC25F;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.cart_item {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #D9EEF4;
}
#cart_heading {
  clear: both;
  margin: 5px 0 5px 0;
  border-bottom: 1px solid #40ACC7;
  height: 25px;
}
.cart_buttons {
  text-align: center;
  margin-top: 15px;
}
p.c_item {
  text-align: left;
}
p.c_cost {
  text-align: right;
}
.from_album {
  font-style: italic;
  font-size:10px;
}

/* Other */

.error {
  color: #FF9900;
}
#page_numbers {
  text-align: right;
  padding: 10px 1px 10px 1px;
  border-top: 1px solid #FBC25F;
  border-bottom: 1px solid #FBC25F;
  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 #FBC25F;
}
.no_script {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

/* Album Boxes */

.albums {
  border: 1px solid #D9EEF4;
  height: 53px;
  margin-bottom: 3px;
  clear: both;
}
p.view_more_info {
  float: right;
  padding: 5px;
}
.album_title {
  padding: 5px;
  text-align: left;
  width: 400px;
}
#album_name {
  padding: 10px 0 10px 0;
  border-top: 1px solid #FBC25F;
  border-bottom: 1px solid #FBC25F;
  text-align: left;
}
.child {
  display:block;
  padding-top:8px;
}
#children {
  background:#f6f8fb;
  padding: 10px 0 10px 10px;
  border: 1px solid #FBC25F;
  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 #40ACC7;
  padding-top:2px;
}
#tracks {
  clear: both;
  margin-top: 5px;
}
#track_heading {
  clear: both;
  margin: 15px 0 5px 0;
  border-bottom: 1px solid #40ACC7;
  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_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: 5px 0 5px 0;
  border-bottom: 1px solid #40ACC7;
  height: 20px;
}
#purchase_heading2 {
  clear: both;
  margin: 15px 0 5px 0;
  border-bottom: 1px solid #40ACC7;
  height: 20px;
}
.download_item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D9EEF4;
  padding: 10px 0 10px 0;
  height: 20px;
}
p.item {
  text-align:left;
  display: block;
  width: 400px;
}
p.download {
  display:block;
  float: right;
}
.purchases {
}
#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 #FBC25F;
}
p.album_downloads {
  display: block;
  margin: 2px 0 2px 0;
}
.t_name {
  vertical-align: top;
}
#fetch {
  width: 320px;
  height: auto;
  margin: 4px auto;
  background-color: #FFFFFF;
  border: 2px solid #40ACC7;
  text-align: center;
}
p.fetch {
  text-align: center;
}
.file_size {
  font-weight: bold;
  color: #FBC25F;
  font-size: 14px;
}
.file_size_small {
  color: #FBC25F;
}
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 #40ACC7;
	border-bottom: 1px solid #40ACC7;
  padding:5px;
	color: #600303;
	font-weight: bold;
	height: 15px;
	background: #FBC25F url('../images/title_bg.gif') no-repeat;
}
#most_popular_tracks {
  width: 50%;
  float: left;
}
#most_popular_albums {
  width: 50%;
  float: left;
}
#most_popular_tracks_list {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
#most_popular_albums_list {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.popular {
  padding-left: 17px;
}
.popular li {
  list-style-image: url('../images/bullet_static.gif');
  margin-bottom:5px;
}
.artist {
  font-size: 11px;
  font-style: italic;
}
