/* CSS SMS*/

html {
  font-family: Arial,Helvetica,sans-serif;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}

body {
  margin: 0;
  background-color: #E8EFDE;
}

* {
  margin:0;
  padding:0;
}

img {
  border: 0 none;
  margin: 0;
  padding: 0;
  display: block;
}

a {
  text-decoration:none;
  font-weight: bold;
  color: #336699;
}

a:focus { 
  outline: none; 
}

#bg {
  background-color: #E8EFDE;
}

#main {
  margin: 0 auto;
  width: 915px;
}

#header {
  height: 120px;
  padding: 5px 0;
}

#logo {
  background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 120px;
  width: 177px;
  border: none;
  float: left;
}

#headBanner {
  border: none;
  float: right;
  margin-top: 15px;
  height: 90px;
  width: 728px;  
}

#headNav {
  background-color: #537825;
  height: 36px;
}

#headMenu {
  float: left;
  width: 450px;
  height: 36px;
  margin-left: 5px;
  color: #9AB973;
}

#headMenu ul {
  list-style: none outside none;
  margin: 0;
  font-size: 12px;
  margin: 0;
  padding: 11px 0;
}

#headMenu li {
  display: inline;
  margin: 0;
  padding: 0;
}

#headMenu a {
  color: #CCCCCC;
  margin: 0 3px;
  text-decoration:none;
  font-weight: bold;
}

#headMenu a:hover {
  text-decoration: underline;
}

#headSearch {
  float: right;
  width: 450px;
  height: 36px;
  margin-right: 5px;
  text-align: right;
}

#searchForm {
  margin-top: 5px;
}

#searchForm label {
  font-size: 14px;
  color: #ffffff;
}

#searchForm input[type="text"] {
  background-color: #9AB973; 
  border: 2px solid #3C561B;
	width: 175px;
  padding: 2px;
}

#searchForm input[type="radio"] {
  margin-left: 15px;
  margin-right: 4px;
}

.searchBt {
  background: url("../images/go_bt.png") transparent;
  cursor: pointer;
  display: inline;
  border: none;
  height: 23px;
  overflow: hidden;
  padding: 0;
  width: 23px;
  margin-left: 8px;
}

#alphabet {
  background-color: #9AB973;
  height: 36px;
}

#alphabet ul {
  list-style: none outside none;
  padding: 6px 0 0 68px;
  margin: 0;
}

#alphabet li {
  float: left;
  margin-right: 5px;
  padding: 0;
  border: 3px solid #3C561B;
}

#alphabet li a {
  display: block;
  color: #3B551A;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#alphabet li a:hover {
  color: #ffffff;
  background-color: #6B9C30;
}

#mainContent {
  background-color: #ffffff;
  padding: 10px 10px;
  width: 895px;
  float: left;
}

#mainContent h1 {
  background: url("../images/vinyl.png") no-repeat scroll 0 0 transparent;
  color: #333333;
  font-size: 20px;
  height: 35px;
  padding: 3px 0 0 35px;
}

#likeArtist {
  padding-left: 35px;
}

#likeSong {
  padding-top: 15px;
}

#mainContent h2 {
  font-size: 15px;
  padding: 3px 0;
  color: #FF6633;
}

#mainContent h3 {
  font-size: 12px;
  padding: 0 0 15px 0;
  color: #336699;
}

#left {
  float: left;
  display: inline;
  width: 300px;
}

#random {
  background: url("../images/titleBg.png") repeat-x scroll #DBE7CD;
  border-color: #9AB973;
  border-style: solid;
  border-width: 1px 1px 2px 1px;;
  float: left;
  padding: 5px;
  width: 290px;
}

#random p {
  font-size: 12px;
  line-height: 1.5;
}

#middle {
  float: left;
  display: inline;
  width: 275px;
  margin: 0 10px;
}

#popular {
  background: url("../images/titleBg.png") repeat-x scroll #DBE7CD;
  border-color: #9AB973;
  border-style: solid;
  border-width: 1px 1px 2px 1px;;
  float: left;
  padding: 5px;
  width: 265px;
  margin-bottom: 10px;
}

.popularSong {
  font-size: 13px;
  padding: 3px 0;   
}

.popularSong a {
  color: #CE0000;
  text-decoration: none; 
}

.popularArtist { 
  font-size: 12px;
  margin: 0 0 10px 0;
  font-weight: bold;  
}

.popularArtist a {
  color: #9966CC;
  text-decoration: none; 
}

#latest {
  background: url("../images/titleBg.png") repeat-x scroll #DBE7CD;
  border-color: #9AB973;
  border-style: solid;
  border-width: 1px 1px 2px 1px;;
  float: left;
  padding: 5px;
  width: 265px;
}

.latestSong {
  font-size: 13px;
  padding: 3px 0;   
}

.latestSong a {
  color: #CE0000;
  text-decoration: none; 
}

.latestArtist { 
  font-size: 12px;
  margin: 0 0 10px 0;
  font-weight: bold;  
}

.latestArtist a {
  color: #9966CC;
  text-decoration: none; 
}

#right {
  float: left;
  display: inline;
  width: 300px;
}

#righTopBanner {
  padding-bottom: 10px;
  height: 250px;
}

#twidget {
  padding-bottom: 10px;
}

#fwidget {

}

#leftContainer {
  float: left;
  display: inline;
  width: 585px;
  margin-right: 10px;  
}

#insideBox {
  background: url("../images/titleBg.png") repeat-x scroll #DBE7CD;
  border-color: #9AB973;
  border-style: solid;
  border-width: 1px 1px 2px 1px;;
  float: left;
  padding: 5px;
  width: 575px;
}

#insideBox p {
  font-size: 12px;
  line-height: 1.5;
}

.formLbl {
  font-weight: bold;
  margin-top: 10px;
}

.formBt {
  background-color: #9AB973;
  border: 2px solid #3C561B;
  padding: 2px;
  width: 100px;
  font-weight: bold;  
}

#insideBox input[type="text"] {
  background-color: #9AB973;
  border: 2px solid #3C561B;
  padding: 2px;
  width: 400px;
}

#insideBox textarea {
  background-color: #9AB973;
  border: 2px solid #3C561B;
  padding: 2px;
  width: 400px;
}

#formAlert {
  margin-top: 10px;
  font-weight: bold;
  color: #996633; 
}

#adList {
  margin-left: 30px;
  font-size: 12px;
}

#adList li {
  padding: 3px 0;  
}

.comCountry {
  font-weight: bold; 
  padding-bottom: 5px;
}

.codeBox{
  background-color: #F6F6FF;
  border: 1px solid #333333;
  font-size: 11px;
  padding: 10px;
}

.comLink {
  padding: 3px 0;
}

#songList {
  border-top: 1px solid #9AB973;
  float: left;
  list-style: none outside none;
  margin: 10px 0 0;
  width: 575px;
}

#songList li {
  border-bottom: 1px solid #9AB973;
  display: inline;
  float: left;
  width: 575px;
  padding: 8px 0;
  font-size: 12px;
}

#artistList {
  border-top: 1px solid #9AB973;
  float: left;
  list-style: none outside none;
  margin: 10px 0 0;
  width: 575px;
}

#artistList li {
  border-bottom: 1px solid #9AB973;
  display: inline;
  float: left;
  width: 575px;
  padding: 8px 0;
  font-size: 12px;
}

#footer {
  clear: both;
  background-color: #537825;
  margin: 0 auto;
  height: 30px;
  width: 915px;
  text-align: center; 
  color: #9AB973; 
}

#footer ul {
  list-style: none outside none;
  margin: 0;
  font-size: 12px;
  margin: 0;
  padding: 8px 0;
}

#footer li {
  display: inline;
  margin: 0;
  padding: 0;
}

#footer a {
  color: #CCCCCC;
  margin: 0 3px;
  text-decoration:none;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}
