/*

This Stylesheet contains joomla core styles

*/

/* ---------------------------------------------------- content */
.componentheading {
  font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size:18px;
  font-weight:bold;
  color:#8100af;
  margin:0;padding:2px 5px;
  border-bottom:2px solid #aa00ee;
}
.contentheading {
  font-size:14px;
  font-weight:bold;
  color:#333;
  margin:0;padding:4px 0 8px 0;
}
.contentheading .contentpagetitle {
  font-size:14px;
}
.contentpaneopen a.readon,
.contentpaneopen a.readon:visited {
  float:right;
  display:block;
  padding:4px 0 0 0;
  color:#CC3333;
  font-weight:bold;
  text-decoration:none;
}
.article_seperator {
  line-height:0px;
  clear:both;
}

/*-------------------------------------------------------- Search Page */
table#search_table label {
  display:block;
  line-height:20px;
  font-weight:bold;
  font-size:14px;
  color:#666;
}
table#search_table div.radio_list label {
  display:inline;
  line-height:18px;
  font-weight:bold;
}
div.search_item {
  margin:0 0 10px 10px;
  width:220px;
  float:left;
}
div.search_item div.title {
  font-size:12px;
  height:20px;
  line-height:20px;
  white-space:no-wrap;
  overflow:hidden;
}
div.search_item div.title span,
div.search_item div.title a {
  font-weight:bold;
}
div.search_item div.img {
  margin:5px;
}
div.search_item div.img img {
  border:1px solid #999;
  height:76px;
}

/*-------------------------------------------------------- Home Page */
table.contentpaneopen_home {
  width:754px;
}
table.home {
  width:360px;
  height:400px;
  float:left;
}
table.home h1,
table.home h2 {
  margin:0px;
  padding:0 0 10px 0;
}
table.home h1 a {
  font-size:18px;
  color:#fff;
}
table.home h2 {
  font-size:18px;
  text-decoration:underline;
}
table.home p {
  padding:0 0 10px 0;
  margin:0px;
  font-size:14px;
  color:#F00;
}
table.home p strong {
  color:#fff;
}
table.home ul {
  margin:0;
  padding:0 0 0px 0px;
  list-style:none;
}
table.home ul #player1,
table.home ul #player2 {
  clear:left;
}
table.home div.tracks {
  clear:left;
  padding:10px 0 0 20px;
}
div.home_right {
  float:right;
  width:200px;
}
div.home_right .btn_order {
  float:right;
}
div.home_right .btn_order img {
  border:none;
}
div.home_right .pa_icon {
  float:right;
  clear:right;
  padding:280px 0 0 0;
}

