@charset "UTF-8";
/* CSS Document */


body {
 margin:10px 10px 10px 10px;
 background-color: #FFFFFF;
 background-repeat: no-repeat;
 background-attachment: fixed;
 color: #000000;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 90%;
 line-height: 18px;
}

#content {
 position: relative;
 left:100px;
 top:30px;
 width:700px;
}

h1 {
 font-size:140%;
}

h2 {
 font-size:110%;
}

img {
 border:0;
}

hr {
 border:0;
 color: #dedeee;
 background-color: #dedeee;
 height:2px;
}

a {
 text-decoration:none;
}

a:link {
 color: #000066;
}

a:active {
 color: #999999;
}

a:visited {
 color: #000066;
 }

a:hover {
 color: #0033FF;
 text-decoration: none;
}

.info {
 color: #AAAAAA;
 font-size:85%;
 margin: 5px 0 5px 0;
}

.large_search {
 font-size:18px;
 padding:4px;
}

.ext_link{
 border:none;
}

/*tr .artist {
position:relative;
background:#efefff;
border:#dedeee solid 2px;
padding:10px 10px 10px 10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}*/

.album_art{
 border:white 10px solid;
 margin:5px 5px 13px 5px;
}

.album_art_td {
 background:#efefff;
 border:#dedeee solid 2px;
 margin-left:10px;
 padding:10px 10px 0 10px;
 -moz-border-radius-topleft:10px;
 -webkit-border-top-left-radius:10px;
 -moz-border-radius-bottomleft:10px;
 -webkit-border-bottom-left-radius:10px;
}


.album_details {
 background:#efefff;
 border:#dedeee solid 2px;
 margin-top:10px;
 padding:10px 10px 0 10px;
 -moz-border-radius-topright:10px;
 -webkit-border-top-right-radius:10px;
 -moz-border-radius-bottomright:10px;
 -webkit-border-bottom-right-radius:10px;
}


