body {
   background: url(../gfx/bg.jpg) repeat-x #2f2f2f;
   margin: 20px;
   padding: 0;
   text-align: center;
}

img, div {
   border: 0;
   padding: 0;
   margin: 0;
}

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

#head {
   margin-bottom: 4px;
}

#content {
   width: 980px;
   text-align: left;
}

#foot {
   padding: 4px 0 4px 0;
   background: #6c6e70;
}

.txt { 
   font-size: 12px;
   color: #000000;
   font-family: arial;
   line-height: 160%;
}

.title h1 {
   font-size: 20px;
   color: #000000;
   font-family: arial;
   font-weight: normal;
}

a, .title p a {
   font-size: 11px;
   color: #0060ff;
   font-family: arial;
   text-decoration: none;
}

a:hover, .title p a:hover {
   color: #ff0036;
}

#browseFilesBox {
   padding: 0;
   margin: 100px 0 20px 0;
   height: 150px;
   width: 600px;
   overflow: hidden;
   position: relative;
   padding: 10px 0 10px 0;
}

#browseFilesBox #browseScroller { width: 6000px; height: 100px; position: relative; }
#browseFilesBox #browseScroller img { margin-right: 5px; }
#browseButtons { margin: 10px 0 20px 0; }
#browseButtons button:disabled { background: #111111; color: #333333; }
#browseButtons button:active { background: #1298ff; color: #ffffff; }
#browseButtons button {
   background: #333333;
   font-size: 20px;
   border: 0;
   padding: 7px;
   color: #ffffff;
}

#itemDetail {
   font-size: 15px;
   color: #ffffff;
}

#itemDetail .sm { font-size: 10px; margin-top: 5px; }
