@charset "UTF-8";

/* CSS Document */

@import url("home.css");

/*----------------------------------------------------------------------*/
/*	Catalogues List  */
/*----------------------------------------------------------------------*/

.cataloguebox {
	clear: both;
	position: relative;
	margin: 0px auto 45px; }
	
.cataloguebox .lines100 {
	height: 280px;
	position: relative; }
	
.cataloguebox .content {
	position: absolute;
	overflow: hidden;
	width: 310px;
	bottom: 0px;
	left: 10px; }
	
.content_meio {
	position: absolute;
	overflow: hidden;
	width: 220px;
	bottom: 0px;
	left: 13px; }	
	
.cataloguebox .content img {
	margin-bottom: 15px; }
	
.cataloguebox .top {
	color: #CCC !important;
	text-transform: uppercase;
	font: bold 8px Arial;
	display: block;
	text-align: center;
	padding-top: 7px; }
	
.cataloguebox .top:hover {
	color: #FFF !important; }
	
.cataloguebox .content a {
	display: block;
	margin: 10px 0px 0px 0px;
	width: 79px;
	height: 15px;
	background: transparent url(../templates/images/buttons/explore.gif) no-repeat 0px 0px; }
	
.cataloguebox .content a:hover {
	width: 79px;
	height: 15px;
	background: transparent url(../templates/images/buttons/explore.gif) no-repeat 0px -15px; }
	
.cataloguebox .image {
	float: right; }
	
/*----------------------------------------------------------------------*/
/*	Catalogue Page  */
/*----------------------------------------------------------------------*/

#slider1 {
	width: 946px;
	overflow: hidden; }

#panel1 #image {
	width: 600px;
	height: 350px; }
	
#panel1 #content {
	position: absolute;
	width: 310px;
	padding-right: 20px;
	left: 620px;
	bottom: 30px; }

.grid2colb {
	margin-top: 70px; }

#sidebar .button {
	margin-top: 0px;
	margin-bottom: 45px; }

#panel2 h2 {
	width: 100%;
	height: 19px;
	margin: 20px 0 0 97px;
	background: url(../templates/images/headers/h2/h2video.gif) no-repeat; }
	
#panel2 #flashplayer {
	width: 750px;
	height: 290px;
	margin: 0 auto;
	border: 1px solid #333333; }
	
.button a {
	display: block;
	margin: 0px 0px 20px 78px;
	width: 199px;
	height: 23px;
	background: transparent url(../templates/images/buttons/licrequest.gif) no-repeat 0px 0px; }
	
.button a:hover {
	background: transparent url(../templates/images/buttons/licrequest.gif) no-repeat 0px -23px; }
	
#audioplayer {
	position: absolute;
	width: 250px;
	height: 150px !important;
	top: 5px;
	left: 15px; }

#carousel .bucket {
	float: left;
	margin: 0px 11px 0px 0px;
	position: relative;
	overflow: hidden; }
	
.artistbucket {
	position: relative;
	float: left;
	margin: 0 28px 28px 0; }

.bubble {
    position: absolute;
    width: 150px;
    height: 150px;
    color: #CCC;
    border: 1px solid #00405E;
    display: none; }
    
.bubblecontent {
	overflow: hidden;
	padding: 5px;
	width: 140px;
	height: 140px;
	top: 0;
	left: 0;
	position: absolute; }

.bubblebg {
	width: 150px;
	height: 150px;
	top: 0;
	left: 0;
	position: absolute;
	background: transparent url(../templates/images/backgrounds/bg1px75black.png) repeat; }
	
.bubble h5 {
	font: bold 10px Arial;
	text-transform: uppercase;
	line-height: 14px;
    color: #CCC; }
    
.bubble p {
	font: normal 10px Arial;
	line-height: 14px;
    color: #CCC; }
    
.bubble a {
	font: bold 10px Arial;
	line-height: 14px; }
    
.bubblelicense {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 5px;
	background-color: #00405E;
   	font: normal 10px Arial;
	line-height: 14px;
    color: #CCC !important; }
    
.bubblelicense a {
	font-style: italic;
    color: #CCC !important; }
    
.bubblelicense a:hover {
	font-style: italic;
    color: #FFF !important; }
