body {
 //font-size: 62.5%;
 font-size: 12px;
 font-family: arial;
 color: #fff;
 background: #120000 url(/other_files/soccerade/img/bg-body.png) repeat-x 0 0;
}
a {
 color: #fff;
}
.back-link a {
 text-decoration: none !important;
 font-weight: bold;
}
/**************************************/
/*        STRUCTURAL SETTINGS         */
/**************************************/
.wrapper {
 width: 970px;
 overflow: hidden;
 margin: 0 auto;
 position: relative;
}
#marquee, #main {
 width: 960px;
 margin-bottom: 20px;
 background: #b70014;
}
#marquee {
 margin-left: 5px;
 padding-top: 70px;
 -moz-box-shadow: 0 0 10px rgba(80,1,7,.5);
 -webkit-box-shadow: 0 0 10px rgba(80,1,7,.5);
 box-shadow: 0 0 10px rgba(80,1,7,.5);
 position: relative;
 height: 535px;
}
#main {
 margin-left: 5px;
 background: none;
 overflow: hidden;
}
#main .box {
 overflow: hidden;
 float: left;
 width: 480px;
 margin-right: 20px;
 background: #84000d url(/other_files/soccerade/img/bg-box.png) repeat-x 0 0;
}
#main .box + .box {
 width: 220px;
}
#main .box + .box + .box {
 margin-right: 0;
}
.box .content {
 background: #8d000d;
 padding: 10px;
 height: 122px;
 max-height: 122px;
 overflow: hidden;
}
.padding {
 padding: 10px;
}
/* Country images in last box */
.box + .box + .box img {
 display: block;
 margin: -10px auto;
 height: 110px;
}

/**************************************/
/*              GLOBALS               */
/**************************************/
/*** SITELOGO ***/
h1#logo {
 position: absolute;
 left: 15px;
 top: 15px;
 z-index: 4;
}
#logo a {
 display: block;
 width: 212px;
 height: 59px;
 /*text-indent: -3000px;*/
}
#logo a img {
 border: none;
}

/*** Main Navigation ***/
#main-navigation {
  position: absolute;
  top: 12px;
  right: 207px;
  z-index: 4;
}
#main-navigation ul { float: left; margin: 0;  padding: 0; }
#main-navigation li { position: relative; float: left; list-style: none; }
#main-navigation li a { 
 display: block;   
 padding: 5px 11px 4px;
 margin-right: 5px;
}

#main-navigation a,
#main-navigation a:visited,
#main-navigation a:link {
 color: #000;
 font-size: 14px; 
 color: #fff; 
 font-weight: bold;
 text-transform: uppercase;
 text-decoration: none; 
}

#main-navigation li:hover a, 
#main-navigation li.current_page a {
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 background: #84000d url(/other_files/soccerade/img/bg-mnav_active.gif) repeat-x 0 0;
}
/* Sub Navigation */
.snav {
 display: none;
 position: absolute;
 top: 25px;
 left: 0;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 background: #a20011;
 border-top: 1px solid #b70014;
}
#main-navigation li:hover .snav {
 display: block;
 padding: 0;
 margin: 0;
 list-style: none;
}
#main-navigation .snav li {
 display: block;
 float: none;
 list-style: none;
 padding: 0;
 margin: 0;
}
#main-navigation .snav li a {
 font-size: 10px;
 margin-right: 0;
 display: block;
 padding: 5px 20px 5px 10px;
 background-image: none;
 background-color: transparent;
 color: #fff;
 width: 100px;
}
#main-navigation .snav li a:hover {
 background-image: none;
 color: #000;
}

/*** SEARCH ***/
#qsearch {
 position: absolute;
 right:15px;
 top: 10px;
 z-index: 4;
 width: 180px;
 height: 26px;
 padding-top: 3px;
 padding-left: 4px;
 background: transparent url(/other_files/soccerade/img/bg-qsearch.gif) no-repeat 0 0;
}
#qsearch label {
 display: none;
}
#qsearch input[type="text"] {
 font-size: 12px;
 width: 143px;
 color: #444;
 padding: 5px 3px;
 border: none;
 background: transparent;
}
#qsearch input.searchButton {
 position: absolute;
 border: none;
 text-indent: -4000px;
 line-height: 1px; /* for IE7 */
 right: 7px;
 top: 5px;
 height: 20px;
 width: 20px;
 cursor: pointer;
 =overflow: visible;
 background: transparent;
}

/**************************************/
/*              MARQUEE               */
/**************************************/
/*** Flash Object ***/
#marquee object {
 position: absolute;
 bottom: -32px;
}
/*** Content Area ***/
#marquee .content {
 position: relative;
}
/*** Headlines on Marquee ***/
#marquee h2 {
 width: 390px;
 margin: 10px 0 30px 20px;
 font-size: 18px;
 line-height: 18px;
 font-weight: bold;
 text-transform: uppercase;
}
#marquee h2 span {
 display: block;
 font-size: 13px;
 line-height: 12px;
 text-transform: none;
}
/*** Definition Lists on Marquee ***/
#marquee dl {
 font-size: 11px;
 font-weight: bold;
}
#marquee dt {
 font-size: 14px;
}
#marquee dl.awards-2007,
#marquee dl.awards-2008 {
 width: 210px;
 padding: 20px 0 20px 20px;
}
#marquee dl.awards-2008 {
 margin-top: 0;
}
/*** Smart Energy logo on Marquee ***/
a.smart-energy {
 position: absolute;
 left: 20px;
 bottom: 15px;
}
/*** Static Content Portlets ***/
#marquee .static-content {
 height: 420px;
 overflow-y: auto;
 width: 418px;
 float: right;
} 
#marquee .static-content h2 {
 margin-left: 0;
 width: auto;
} 
#marquee .static-content p {
 padding-bottom: 10px;
}
#marquee .static-content img {
 float: right;
 margin: 0 0 25px 45px;
 border: 1px solid #fff;
 padding: 10px;
}
/* Lists in static content */
#marquee .static-content ul {
 list-style: disc;
 padding-left: 20px;
 margin-bottom: 10px;
} 
 
/*** Search Result Portlets ***/
#marquee .item-list {
 height: 420px;
 overflow-y: auto;
 width: 460px;
 float: right;
} 
#marquee .item-list h2 {
 margin-left: 0;
 margin-bottom: 10px;
 margin-top: 40px;
 font-size: 14px;
 width: 400px;
} 
#marquee .item-list ul,
#marquee .item-list li {
 list-style: none;
 margin-bottom: 7px;
} 
#marquee .item-list li {
 padding: 0 15px 15px 0;
 font-size: 12px;
} 
#marquee .item-list span.date {
 font-weight: bold;
 float: left;
 border-right: 1px solid #fff;
 padding-right: 5px;
} 
#marquee .item-list h3 {
 float: left;
 padding-left: 5px;
 font-size: 12px;
 margin-bottom: 2px;
 width: 324px;
}
#marquee .item-list h3 a {
 text-decoration: none;
}
#marquee .item-list p {
 clear: left;
 padding: 3px 0;
}
/*** News List ***/
#marquee .news-list.item-list {
 height: 330px;
 overflow-y: auto;
 width: 418px;
 float: right;
} 
#marquee .item-list h2 {
 margin: 0 0 0 0;
 padding: 0 0 20px;
 font-size: 14px;
 width: 400px;
}

/*** News Detail ***/
#marquee .news-detail {
 height: 420px;
 overflow-y: auto;
 width: 418px;
 float: right;
} 
#marquee .news-detail h2 {
 margin-left: 0;
 margin-bottom: 2px;
 margin-top: 40px;
 font-size: 14px;
 width: 400px;
} 
#marquee .news-detail span.date {
 display: block;
 margin-bottom: 10px;
}
#marquee .news-detail p {
 padding-bottom: 10px;
}
#marquee .news-detail img {
 margin: 0 0 15px 15px;
}
#marquee .news-detail a {
 padding: 10px 0;
}

/*** News-detail thumbnail gallery ***/
#marquee .news-detail .gallery {
 overflow: hidden;
 margin: 10px 0;
}
#marquee .news-detail .gallery a {
 float: left;
 width: 50px;
 height: 50px;
 padding: 0 0 0 0;
 margin-right: 5px;
}
#marquee .news-detail .gallery a img {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 width: 100%;
 height: 100%;
}

/*** Contact Us ***/
/* Button */
#marquee .contact a {
 border: 1px solid #a70012;
 padding: 5px 10px;
 display: block;
 text-decoration: none;
 font-weight: bold;
 font-size: 10px;
 text-transform: uppercase;
 background: #84000d url(/other_files/soccerade/img/bg-mnav_active.gif) repeat-x 0 0;
}
#marquee .contact a:hover {
 background: #84000d url(/other_files/soccerade/img/bg-mnav.gif) repeat-x 0 0;
}

/**************************************/
/*              MAIN                  */
/**************************************/
#main h2 {
 text-transform: uppercase;
 padding-bottom: 10px;
 font-size: 15px;
}
#main h2 a {
 text-decoration: none;
}
#main p {
 font-size: 12px;
 padding-bottom: 10px;
}
#main a.more {
 display: block;
 color: #fff;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
 clear: both;
}
/*** NEWS ***/
#main dl {
 padding-bottom: 10px;
 overflow: hidden;
}
#main dd, #main dt {
 float: left;
 margin-bottom: 3px;
}
#main dt {
 clear: left;
 padding-right: 5px;
 border-right: 1px solid #fff;
}
#main dd {
 padding-left: 5px;
}
#main dd a {
 color: #fff;
 text-decoration: none;
 font-size: 11px;
}

/*** SPONSORSHIP ***/
#main .sponsorship p {

}

/**************************************/
/*              PLAYERS               */
/**************************************/
/*** General ***/
#marquee .marquee .details {
 width: 418px;
 float: right;
 height: 330px;
 overflow-y: auto;
}
#marquee .marquee .details h2 {
 padding: 0 0 20px 0;
 margin: 0;
}
#marquee .marquee .details p {
 padding: 0 0 15px 0;
 font-size: 12px;
}

/*** MARQUEE FIXED HEIGHT ***/
#marquee .marquee {
 height: 535px !important;
} 

/**************************************/
/*           PLAYER GALLERIES         */
/**************************************/
#marquee .gallery-photos,
#marquee .gallery-videos {
 position: absolute;
 left: 500px;
 bottom: 100px;
}
#marquee .gallery-videos {
 position: absolute;
 left: 500px;
 bottom: 20px;
}
#marquee .gallery-photos h2,
#marquee .gallery-videos h2,
#marquee .scrollable h2 {
 margin: 0 0 4px 0;
 font-size: 12px;
}
#marquee .gallery-photos a,
#marquee .gallery-videos a {
 margin-right: 3px;
 width: 50px;
 height: 50px;
 overflow: hidden;
 float: left;
} 
.gallery-photos a img {
 width: 100%;
 height: 100%;
}
/*** Pagination ***/
#marquee .pagination {
 position: absolute;
 right: 40px;
 bottom: 80px;
 color: #000;
 font-weight: bold;
}
#marquee .pagination a {
 text-decoration: none;
 border: 1px solid #900;
 padding: 2px;
 background: #950002;
}
#marquee .pagination a:hover {
 text-decoration: none;
 border: 1px solid #fff;
 padding: 2px;
}
#marquee .gallery-videos ~ .pagination {
 bottom: 15px;
}
/*** Album LIST View ***/
.album-list a.album {
 margin: 0 7px 0 0;
}
/*** Thumbnauil Album View ***/
.album-view {
 text-align: center;
}
.album-view img {
 margin: 7px;
}

/**************************************/
/*             PRODUCTS               */
/**************************************/
/*** Bottle Gallery ***/
#marquee .carousel {
 height: 520px !important;
}
#container {
 position: absolute;
 bottom: 100px;
 left: 65px;
 overflow: visible;
}
.sliderGallery {
 background: #b70014;
 overflow: hidden;
 position: relative;
 padding: 0;
 height: 360px;
 width: 830px;
 margin-left: 5px;
}     
.sliderGallery ul {
 position: absolute;
 list-style: none;
 overflow: none;
 padding: 0;
 margin: 0;
 width: 1580px;
}
.sliderGallery ul li {
 display: inline-block;
 width: 200px;
 margin-right: 25px;
}
/*** Text ***/
.sliderGallery > ul span {
 float: right;
 width: 100px;
 padding-top: 90px;
 font-size: 12px;
 height: 240px;
 position: relative;
}
.sliderGallery > ul span em {
 display: block;
 font-size: 15px;
 font-weight: bold;
 text-transform: uppercase;
 padding-bottom: 10px;
}
.sliderGallery > ul span a {
 text-decoration: none;
}
.sliderGallery a.more {
 position: absolute;
 bottom: 0;
 text-transform: uppercase;
 font-weight: bold;
}
/*** Disclaimer ***/
#marquee .disclaimer {
 position: absolute;
 top: 420px;
 left: 180px;
}
#marquee .disclaimer .static-content {
 height: 100px;
 overflow: hidden;
 padding: 0 0 0 0;
 width: 730px;
}
#marquee .disclaimer h2 {
 margin: 0 0 0 0;
 font-size: 12px;
}
#marquee .disclaimer p {
 font-size: 14px;
 font-weight: normal;
 margin-right:10px;
 margin-top: 28px;
}
/*** Slider Controls ***/
button#plus, button#minus {
 position: absolute;
 left: -30px;
 background: url(/other_files/soccerade/img/scrollbar-arrow_active.png) no-repeat 0 0;
 width: 24px;
 height: 176px;
 -moz-outline: none;
 bottom: 150px;
 text-indent: -4000px;
 cursor: pointer;
}
button#plus {
 left: 840px;
 background: url(/other_files/soccerade/img/scrollbar-arrow_active-right.png) no-repeat 0 0;
}
button#plus:hover {
 background: url(/other_files/soccerade/img/scrollbar-arrow.png) no-repeat 0 0;
}
button#minus:hover {
 background: url(/other_files/soccerade/img/scrollbar-arrow_left.png) no-repeat 0 0;
}
#marquee .slider-container {
 position: relative;
 width: 822px;
 padding: 1px;
 height: 24px;
 background: url(/other_files/soccerade/img/scrollbar_red.png) no-repeat 0 0;
}
#marquee #slider {
 position: absolute !important;
 left: 51px !important;
 width: 720px;
 height: 22px;
 top: 0;
}    
#marquee .ui-slider-handle {
 position: absolute !important;
 cursor: pointer;
 height: 22px !important;
 width: 100px !important;
 top: 1px !important;
 background: url(/other_files/soccerade/img/scrollbar-handle_red.png) no-repeat 0 0 !important;
 z-index: 100;
 -moz-outline: 0;
 margin-left: -50px;
}

/**************************************/
/*        THICKBOX OVERRIDES          */
/**************************************/
#TB_window {
 border: none !important;
 background: none !important;
}

#TB_window a {color: #b70014 !important; text-transform: uppercase; text-decoration: none; font-weight: bold; }
#TB_window a:visited {color: #b70014 !important;}
#TB_window a:hover {color: #b70014 !important;}
#TB_window a:active {color: #b70014 !important;}
#TB_window a:focus{color: #b70014 !important;}

/**************************************/
/*        ALBUM BACK LINK             */
/**************************************/
div.album.back-link {
 text-align: center;
}

/**************************************/
/*        FOLDERS SETTINGS            */
/**************************************/
/*** Folders overview list ***/
.folders-list {
 margin: 20px 30px 20px 30px;
}
.folders-list .item {
 float: left;
 width: 48%;
}
.folders-list .item .folder-img {
 float: left;
 padding: 0 5px 10px 0;
}
/*** Folders detail ***/
.folder {
 margin: 40px 0 0 20px;
}
.folder .item {
 width: 130px;
 float: left;
 height: 200px;
 padding: 5px 10px 0 10px;
}
#marquee .flash-object object {
 position: relative;
}

/**** Pagination for Folders ****/
.folder-pag .pagination {
 position: absolute;
 top: 430px;
}


/**************************************/
/*        DOWNLOADS - LOGIN/LOGOUT    */
/**************************************/

#marquee .user-logout  {
 padding: 0 0px 0 850px;
}

#marquee .user-login  {
 position: absolute;
 left: 500px;
 top: 150px;
}
#marquee .user-login input {
 display: block;
 margin: 0 0 10px 0;
}

#marquee .user-list .portlet-msg {
 position: absolute;
 left: 500px;
 top: 50px;
}
