/*
  Lookformp3.net
  LightStorage - Simple MP3 search engine
  (P) 2010 - 2011
  Pou Le Serg
  pouleserg.com
*/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #FFF;
  color: #333;
  font-size: 14px;
  font-family: Times New Roman;
  min-width: 990px;
}

/* search form */

div#LogoInside {
  background: transparent url(./images/lightStorage50.png) no-repeat left center;
  width: 102px;
  height: 43px;
  position: absolute;
  top: 40px;
  left: 20px;
}

form {
  border-bottom: 1px solid #BBDAFD;
  margin: 40px 20px 20px;
  padding: 10px;
}

table {
  min-width: 400px;
}

table#SearchForm {
  margin: 0 auto;
  width: 80%;
}

table#SearchForm td {
  vertical-align: top;
}

input#getmp3 {
  border: 1px solid #8CE;
  padding: 3px;
}

input#getmp3:hover {
  border: 1px solid #BBDAFD;
  box-shadow: 0 0 5px #8CE;
  -moz-box-shadow: 0 0 5px #8CE;
  -webkit-box-shadow: 0 0 5px #8CE;
}

input#submitbutton {
  border: 1px solid #8CE;
  padding: 3px 5px;
  cursor: pointer;
  text-align: center;
  background-color: #CCE6FF;
  background: -moz-linear-gradient(center top , #DEF, #BDE);
  background: -webkit-gradient(linear, left top, left bottom, from(#DEF), to(#BDE));
  color: #555;
  font-weight: bold;
  margin: 0 7px 0 30px;
}

input#submitbutton:hover {
  background: #DDEEFF;
  box-shadow: 0 0 5px #8CE;
  -moz-box-shadow: 0 0 5px #8CE;
  -webkit-box-shadow: 0 0 5px #8CE;
}

input#submitbutton:active {
  border-top: 2px solid #555;
  border-left: 2px solid #555;
  border-right: none;
  border-bottom: none;
  margin: -1px 8px 1px 29px;
  background: -moz-linear-gradient(top, #CCE6FF, #DDEEFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#CCE6FF), to(#DDEEFF));
}

.SpecRoundedCorners {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}

/* misc */

div#ContentContainer {
  margin: 34px 10px 5px;
}

.CoolShadow {
  box-shadow: 0 0 3px #8CE;
  -moz-box-shadow: 0 0 3px #8CE;
  -webkit-box-shadow: 0 0 3px #8CE;
}

div#ContentContainer table.TrackInfo {
  margin: 17px 0 10px;
}

div#ContentContainer table.TrackInfo td.FileCounter {
  min-width: 60px;
}

div.AllDone {
  background: transparent url(./images/allok.png) left center no-repeat;
  margin: 35px 0 0;
  padding: 0 0 0 25px;
}

/* links */

a {
  color: #23D;
  text-decoration: underline;
}

a:hover {
  color: #58F;
}

a.noul {
  text-decoration: none;
  outline: none;
}

table.TrackInfo a.MusicLink {
  background: transparent url(./images/music.png) left center no-repeat;
  padding: 0 0 0 20px;
}

/* footer */

div#footer {
  text-align: center;
  margin: 20px 0 10px;
  color: #777;
  white-space: nowrap;
  font-size: 10px;
  font-family: Tahoma;
  line-height: 22px;
}

p.small {
  font-size: 9px;
  color: #999;
  margin: 35px;
  font-family: Arial;
}

/* footer links */

div.FooterPageALinks {
  margin: 30px 5px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  clear: both;
}

div.FooterPageALinks a, div.FooterPageALinks b {
  background: transparent url(./images/little_light.gif) center center no-repeat;
  color: #FFF;
  margin: 0 3px 0 0;
  padding: 9px;
  text-decoration: none;
  text-shadow: 2px 0 4px #444, -2px 0 4px #444;
  font-family: Tahoma;
  font-size: 12px;
  outline: none;
}

div.FooterPageALinks b, div.FooterPageALinks span a {
  background: none;
  color: #23D;
  text-shadow: none;
  margin: 0;
}

div.FooterPageALinks span a {
  text-decoration: underline;
  font-family: Times New Roman;
  font-size: 14px;
  margin: 0 20px;
}

div.FooterPageALinks span a:hover {
  color: #58F;
}

/* bottom links */

span.bottomlink {
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 11px;
  height: 16px;
  text-decoration: underline;
}

span.bottomlink:hover {
  text-decoration: none;
}

/* track control links */

span.playlink {
  background: transparent url(./images/play2.png) no-repeat left center;
  padding: 1px 0 0 25px;
  opacity: 0.8;
}

span.playlink:hover {
  opacity: 1;
}

span.getplayercodelink {
  background: transparent url(./images/page_code.png) no-repeat left center;
  padding: 1px 0 0 25px;
  opacity: 0.8;
}

span.getplayercodelink:hover {
  opacity: 1;
}

span.sendtoplaymp3 {
  background: transparent url(./images/getcode2.png) no-repeat left center;
  padding: 1px 0 0 25px;
  opacity: 0.8;
}

span.sendtoplaymp3:hover {
  opacity: 1;
}

span.OpenNew {
  background: transparent url(./images/opennew.png) no-repeat left center;
  padding: 1px 0 0 25px;
  opacity: 0.8;
}

span.OpenNew:hover {
  opacity: 1;
}

/* containers */

div.codeSourceCl, div.TPlayerContainerCl {
  display: none;
  text-align: center;
  padding: 5px;
}

div.PlayerRightHereCl {
  margin: 5px 0 -12px;
}

div#ContentContainer table.TrackInfo div.closeButton {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  background: #DEF;
  background: -moz-linear-gradient(top, #FFF, #DEF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DEF));
  border: 1px solid #8CE;
  color: #800;
  cursor: default;
  float: right;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  margin: 3px 3px 1px 4px;
  opacity: 0.7;
  padding: 2px 1px 0;
  text-align: center;
  height: 16px;
  width: 16px;
}

div#ContentContainer table.TrackInfo div.closeButton:hover {
  opacity: 1;
}

input.htmlcodeCl {
  border: 1px solid #8CE;
  padding: 2px;
  margin: 5px 10px 0;
}

input.htmlcodeCl:hover {
  border: 1px solid #BBDAFD;
}

#noResults {
  border: 1px solid #999;
  background: #FAFAFA;
  padding: 20px;
  text-align: center;
  margin: 40px auto;
  width: 94%;
  box-shadow: 1px 1px 4px #888;
  -moz-box-shadow: 1px 1px 4px #888;
  -webkit-box-shadow: 1px 1px 4px #888;
}

/* main page */

#MainContainer {
  position: absolute;
  top: 20%;
  left: 20%;
  height: 50%;
  min-width: 60%;
  text-align: center;
}

#mainSForm {
  border: none;
  margin: 0;
  padding: 0;
}

#MainLSLogo {
  background: transparent url(./images/lightStorage.png) no-repeat left center;
  width: 205px;
  height: 87px;
  margin: 25px auto;
}

table#SearchTableMain {
  text-align: left;
  margin: 0 auto;
  white-space: nowrap;
}

p.LittleMargin {
  margin: 15px 10px 5px;
}

div.ToBottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* maintance page */

table#MaintanceTable {
  margin: 180px auto;
  width: 80%;
}

div.MaintanceIcon {
  background: transparent url(./images/maintance3.png) no-repeat left center;
  width: 128px;
  height: 128px;
}

div.MaintanceText {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

/* pages header caption */

div.TopCaption {
  font-size: 28px;
  text-align: left;
  color: #888;
  border-bottom: 1px solid #BBDAFD;
  margin: 18px 10px;
  padding: 15px 35px 30px;
  background: transparent url(./images/page.png) no-repeat left 20px;
}

div.FAQQuestion {
  font-weight: bold;
}

/* captcha module */

div#CaptchaReloadButton {
  cursor: pointer;
  border-bottom: 1px dashed #999;
  padding: 2px;
  display: table-cell;
}

div#CaptchaReloadButton:hover {
  color: #777;
  border-bottom: 1px dashed #777;
}

input#CaptchaInput {
  border: 1px solid #8CE;
  padding: 2px;
  margin: 0 5px 0 25px;
}

input#CaptchaInput:hover {
  border: 1px solid #BBDAFD;
}

/* Quick search */

div#AutoRequestBox {
  display: none;
  border: 1px solid #8CE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20000;
  box-shadow: 4px 4px 6px #49B;
  -webkit-box-shadow: 4px 4px 6px #49B;
  -moz-box-shadow: 4px 4px 6px #49B;
}

div.selector {
  background: #FFF;
  margin: 0;
  padding: 2px 7px;
  cursor: pointer;
}

div.AnderChoice, div.selector:hover {
  background: #DEEFFF;
  padding: 1px 8px 3px;
}

span.HighlightSearchStr {
  color: #C10;
}

/* Header top menu */

div#HeaderMenu {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #DEF;
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.7;
  font-size: 14px;
}

div#HeaderMenu:hover {
  opacity: 1;
}

div#HeaderMenu a {
  outline: none;
}

div#HeaderMenu div#HMControlsContainer {
  padding: 2px 5px;
}

div#HeaderMenu div#HMControlsContainer div#HMLanguageName, div#LanguagesContainer div.LangString {
  float: right;
  padding: 0 20px;
  cursor: default;
  background: transparent url(./Languages/language.use.en.jpg) left center no-repeat;
  color: #23D;
}

div#LanguagesContainer div.LangString {
  float: none;
}

div#HeaderMenu div#HMControlsContainer div#HMLanguageName:hover, div#LanguagesContainer div.LangString:hover {
  text-decoration: underline;
  color: #58F;
}

div#LanguagesContainer {
  display: none;
  position: absolute;
  top: 0;
  z-index: 500;
  background: #FFF;
  border: 1px solid #DEF;
  padding: 10px;
}

div#LanguagesContainer a {
  outline: none;
}

div#LanguagesContainer div.CloseButton {
  float: right;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10px;
  border: 1px dashed #DEF;
  padding: 0 3px 1px 4px;
  text-align: center;
  cursor: default;
  background: #FFF;
}

div#LanguagesContainer div.CloseButton:hover {
  background: #DEF;
  border: 1px solid #8CE;
}

div#LanguagesContainer div.SmallInfoTip {
  background: transparent url(./images/page_edit.png) no-repeat left 10px;
  border-top: 1px solid #DEF;
  font-family: Tahoma;
  font-size: 10px;
  margin: 10px 0 0;
  padding: 11px 0 4px 20px;
}

small {
  font-size: 8px;
}

ul {
  padding-left: 20px;
  margin: 5px 0;
}

div#TopLeftControls {
  float: left;
}

div#HeaderMenu div#HMControlsContainer div#TopLeftControls a.GoHome {
  background: transparent url(./images/home.png) left center no-repeat;
  padding: 0 0 0 20px;
}

/* Top searches */

div#HeaderMenu div#HMControlsContainer div#TopLeftControls a.TopSearches {
  background: transparent url(./images/best_star.png) left center no-repeat;
  padding: 0 0 0 20px;
}

div.TopTracks {
  font-size: 22px;
  color: #58F;
  padding: 22px 35px 35px;
  background: transparent url(./images/best_star_big.png) left 21px no-repeat;
}

div.SearchContainer {
  margin: 0 40px 50px;
  padding: 0 10px 4px;
  background: #FAFAFA;
  background: -moz-linear-gradient(top, #FFF, #DEF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DEF));
  text-align: justify;
  box-shadow: 0 0 6px #58F;
  -moz-box-shadow: 0 0 6px #58F;
  -webkit-box-shadow: 0 0 6px #58F;
}

div.SearchContainer a.TrackLine {
  display: inline-block;
  margin: 2px 5px;
}

div.SearchContainer a.tagw10 {
  font-size: 32px;
}

div.SearchContainer a.tagw9 {
  font-size: 28px;
}

div.SearchContainer a.tagw8 {
  font-size: 26px;
}

div.SearchContainer a.tagw7 {
  font-size: 24px;
}

div.SearchContainer a.tagw6 {
  font-size: 22px;
}

div.SearchContainer a.tagw5 {
  font-size: 20px;
}

div.SearchContainer a.tagw4 {
  font-size: 18px;
}

div.SearchContainer a.tagw3 {
  font-size: 16px;
}

div.SearchContainer a.tagw2 {
  font-size: 14px;
}

div.SearchContainer a.tagw1 {
  font-size: 12px;
}

div.SearchContainer a.tagw0 {
  font-size: 10px;
}

/* search count and help */

div.TotalTracksCount {
  font-size: 10px;
  color: #888;
  font-family: Verdana;
  margin: -20px 20px 5px;
  background: -moz-linear-gradient(top, #DFEEFF, #FFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#DFEEFF), to(#FFF));
  padding: 5px 10px;
}

div.SuggestNewSearch {
  margin: 20px 20px 10px;
  background: transparent url(./images/idea.png) left center no-repeat;
  padding: 0 0 0 20px;
  text-shadow: 1px 1px 3px #BBB;
}

div.SuggestNewSearch a {
  outline: none;
}

/* page 404 */

table.Page404Table {
  margin: 100px auto 50px;
  width: 70%;
}

table.Page404Table div.Page404CenterLogo {
  background: transparent url(/images/fun404.gif) no-repeat center center;
  width: 749px;
  height: 168px;
}

div.Page404CenterInfoText {
  font-weight: bold;
  text-align: center;
  color: #00C0FF;
  font-family: Arial;
  font-size: 16px;
  text-shadow: 1px 1px 1px #333;
}

/* sidebar */

iframe#SidebarFrame {
  float: right;
  width: 350px;
  height: 590px;
  border: none;
}

