/* GLOBAL */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .ui-reset { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: #000; background: #fff; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { padding: 0px; border: 0px dotted transparent; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* @group Core Styles */

body { color: #333; font: 13px/20px "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif; background: #eff0e9 url(/img/background.png) repeat-x 0 bottom; width: 986px; margin: 0 auto 140px; }

/* @group Inline Styles */

strong, b { font-weight: bold; }
em, i { font-style: italic; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }

.muted { color: #777; }

/* @group Links */

a:link { color: #0c5f7f; }
a:visited, a:active { color: #548fa5; }

/* @group Links Options    */

a.blue, a.blue:link, a.blue:visited, a.blue:active { color: #00a0d2 !important; }
a.no-history:visited { color: #0c5f7f; }
a.arrow { padding-right: 20px; background: url(/img/links-arrow.png) no-repeat right center; }

/* @group Neutra Links
   Make same links same color as text
   */

a.neutra:link { color: inherit; }
a.neutra:visited, a.neutra:active { color: #666; color: rgba(0,0,0,0.6); }

h1 { margin: 20px 0 10px; color: #006280; font-weight: bold; font-size: 22px; line-height: 26px; }
h2 { position: relative; margin: 20px 0 10px; color: #006280; font-weight: bold; font-size: 17px; line-height: 22px; }
h2 .right { position: absolute; right: 0; color: #999; font-size: 11px; line-height: 22px; font-weight: normal; margin-top: 2px; }
h2 .right a { color: #999; }

label { cursor: pointer; }
a.label { cursor: pointer; }
.example { color: #a9a9a9 !important; }
input[type=text], input[type=password], textarea { color: #333; width: auto; font: 13px/normal "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif; padding: 5px; padding-top: 4px; margin: 0; border: 1px solid #999; background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
select { font: 13px/20px "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif; padding: 1px 2px 2px; }
textarea { height: 60px; /* 3 lines of text */ resize: vertical; }
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; }
button, input[type="reset"], input[type="button"], input[type="submit"], input[type="file"] > input[type="button"] { cursor: pointer; }


/* @group Browser Alert Bar */
#outdated-browser { position: absolute; width: 100%; text-align: center; background-color: #ffffe1; font: bold 11px/normal 'Lucida Grande' , Geneva, Tahoma; padding: 6px 0; border-bottom: 1px solid black; z-index: 1200; }
#outdated-browser p { padding: 0 10px; }

/* @group Global Blocks */

/* @group Header */

#header { position: relative; clear: both; height: 108px; width: 940px; margin: 0 auto; z-index: 50; }
#branding { padding-top: 20px; }
#logo a { display: block; width: 232px; height: 45px; text-indent: -3000px; background: url(/img/header-logo.png) no-repeat 0 0; }
#tagline { font-size: 13px; line-height: 17px; color: #0e637f; font-weight: bold; }

/* @group User Bar */

#user-bar { color: white; position: absolute; top: -1px; right: 0; background: #2ad; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; font-size: 11px; line-height: normal; padding: 2px; z-index: 600; }
#user-bar a { color: white; text-decoration: none; }
#user-bar > li { position: relative; float: left; margin: 2px; }
#user-bar > li > a { position: relative; z-index: 100; display: block; height: 21px; padding: 0px 8px; padding-top: 7px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: url(/img/dropdown-arrow.png) no-repeat -100px -100px; }
#user-bar > li > a:hover { color: #0e6080 !important; background-color: #fff !important; }
#user-bar > li > a.active { color: #0e6080 !important; background-color: #fff !important; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
#user-bar > li.user > a { background-repeat: no-repeat; background-position: 2px 2px; padding-left: 32px; color: #0e6080; background-color: #b3e3f2; font-weight: bold; }
#user-bar > li.favs > a { padding-left: 27px; color: #0e6080; font-weight: bold; background: #b3e3f2 url(/img/favs-icon.png) no-repeat 5px center; }
#user-bar > li.lang-switch > a { padding-right: 15px; background: url(/img/dropdown-arrow.png) no-repeat right 0; }
#user-bar > li.lang-switch > a:hover, #user-bar > li.lang-switch > a.active { background: #fff url(/img/dropdown-arrow.png) no-repeat right -32px; }
#user-bar li ul { display: none; z-index: 1; position: absolute; right: -1px; margin-top: -2px; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; padding: 6px; -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15); -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15); box-shadow: 0 3px 5px rgba(0,0,0,0.15); border: 1px solid #2ad; }
body:nth-of-type(1) #user-bar li ul /* Safari 3.1+, Chrome, FF3.5+ */ { }
#user-bar li ul li { }
#user-bar li ul li a { color: #0e6080 !important; display: block; padding: 5px 10px; padding-left: 22px; text-decoration: underline; }
#user-bar li ul li a:hover { background-color: #b3e3f2 !important; -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px; }
#user-bar li ul li a:active { text-decoration: none; }
#user-bar li ul li.current a { background: url(/img/drop-down-current-icon.png) no-repeat 9px center; }

/* @group Search */

#header-search { position: absolute; top: 61px; right: 0; color: #006280; }
#header-search > * { float: left; }
#header-search label { font-size: 13px; font-weight: bold; padding-right: 5px; padding-top: 2px; line-height: 22px; }
#header-search input { color: #006280; border: 1px solid #006280; padding-right: 30px; width: 190px; line-height: 16px; }
#header-search input.placeholder { color: #7fb0bf; }
#header-search .buttonsearch { position: absolute; top: 1px; margin-left: -25px; width: 22px; height: 22px; border: 1px solid transparent; padding: 0; -moz-border-radius: 2px; -webkit-border-radius: 2px; background: white url(/img/header-search-icon.png) no-repeat -5px -5px; }
#header-search input:focus + button { background-position: -5px -35px; }
#header-search .buttonsearch:hover { background-position: -5px -65px !important; background-color: rgb(0,98,128); }
#header-search .buttonsearch:focus { opacity: 0.8; }
#header-search a.advanced { float: right; font-size: 11px; margin-left: 8px; line-height: 24px; }

/* @group Nav */

#nav { position: relative; clear: both; background: #fff; -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px; padding: 22px 23px 0; z-index: 10; }

/* @group First-level */

#nav > li { float: left; position: relative; margin-left: 3px; padding: 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #006280; }
#nav > li:first-child { margin-left: 0px; }
#nav > li > a { position: relative; display: block; height: 30px; width: 114px; color: white; background: #006280 no-repeat 0 0; font-weight: bold; font-size: 12px; line-height: 29px; text-align: center; text-decoration: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
#nav > li > a:hover { background: #00789d; border-color: #00789d; }
#nav > li.on > a { background: #00789d; border-color: #00789d; }
#nav > li.current > a { color: #006280; border-color: #006280; background: #fff 0 -30px; }
#nav > li.home > a { width: 31px; text-indent: -3000px; background-image: url(/img/nav-icons.png); }
#nav > li.more > a { width: 56px; font-weight: normal; text-align: left; padding-left: 13px; }
#nav > li.more > a > span { }

/* @group Pin */
#nav > li > a > span i { visibility: hidden; position: absolute; right: 0; top: 50%; margin-top: -11px; width: 16px; height: 22px; margin-right: 5px; background: url(/img/nav-dropdown.png) no-repeat 0 0px; z-index: 5; }
#nav > li > a > span i:hover { background-position: 0 -30px; }
#nav > li > a > span i:active { background-position: 0 -60px; }
#nav > li.on > a > span i { visibility: visible; background-position: 0 -90px !important; }
#nav > li > a:hover > span i { visibility: visible; }
#nav > li.active > a > span i { visibility: visible; background-position: 0 -10px; }
#nav > li.more > a > span i { visibility: visible; }

/* @group Sub Nav */

#nav > li ul { display: none; position: absolute; background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size: 12px; line-height: 20px; padding: 9px 13px 11px; width: 270px; z-index: 500; color: #006280; border: 1px solid #004961; z-index: 400; -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.25); -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.25); box-shadow: 0 3px 5px rgba(0,0,0,0.25); }
body:nth-of-type(1) #nav > li ul /* Safari 3.1+, Chrome, FF3.5+ */ { border: 1px solid rgba(255,255,255,1); }
#nav > li.more ul { width: 220px; }
#nav > li ul li.browse, #nav > li ul li.header { float: none; width: auto !important; font-weight: bold; }
#nav > li ul li.browse { padding-bottom: 8px; margin-bottom: 8px; border-bottom: 2px solid #cce0e6; }
#nav > li ul li.browse a span { text-decoration: underline; }
#nav > li ul li { width: 130px; padding-right: 5px; float: left; }
#nav > li.more ul li { width: 100px; }
#nav > li.more ul li { }
#nav > li ul a { display: block; color: #006280; text-decoration: underline; }
#nav > li ul a:hover { color: #333; text-decoration: underline; }

/* @group Main */
#main{  -moz-border-radius-bottomright: 10px;  -moz-border-radius-bottomleft: 10px;  -webkit-border-bottom-right-radius: 10px;  -webkit-border-bottom-left-radius: 10px;  border-bottom-right-radius: 10px;  border-bottom-left-radius: 10px;	position: relative;	clear: both;	background: #fff;	padding: 1px 23px;}

/* @group Breadcrumb */

#breadcrumb { clear: both; color: #555; background: #d7d8d1; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; padding: 0 23px; }
#breadcrumb a { color: #555; }

/* @group Breadcrumb */

#breadcrumb > ol { float: left; }
#breadcrumb > ol li { float: left; height: 50px; line-height: 50px; padding-left: 26px; background: url(/img/breadcrumb-separator.png) no-repeat -2px center; }
#breadcrumb > ol li.home { padding-left: 0; background-image: none; }
#breadcrumb > ol li a { display: block; white-space: nowrap; }
#breadcrumb > ol li.home a { padding-left: 22px; background: url(/img/breadcrumb-home-icon.png) no-repeat left center; font-weight: bold; }


#networks { float: right; margin-right: -5px; }
#networks li { float: left; height: 50px; line-height: 50px; padding: 0 5px; font-size: 12px; }
#networks li a { display: block; white-space: nowrap; text-indent: -3000px; }
#networks li.fb a { background: url(/img/icons/facebook-24x24.png) no-repeat center center; width: 24px; }
#networks li.tt a { background: url(/img/icons/twitter-24x24.png) no-repeat center center; width: 24px; }
#networks li.yt a { background: url(/img/icons/youtube2-24x24.png) no-repeat center center; width: 24px; }

/* @group Footer */

#footer { clear: both; width: 940px; margin: 36px auto 0; }
#footer h1 { display: none; }

#sitemap { font-size: 12px; line-height: 15px; color: #444; margin-bottom: 28px; }
#sitemap a { color: #444; text-decoration: none; }
#sitemap a:hover { text-decoration: underline; }
#sitemap > li { float: left; width: 188px; margin-left: 0px; }
#sitemap > li:first-child { margin-left: 0; }
#sitemap > li h2 { color: #444; margin: 0; margin-bottom: 15px; font-size: 14px; line-height: 15px; font-weight: bold; }
#sitemap > li > ul > li { margin-bottom: 5px; }

/* @group Footer Links */

#end-of-page { clear: both; color: #444; border-top: 1px solid #d7d8d1; font-size: 11px; line-height: 30px; padding-top: 6px; }
#end-of-page a { color: #444; }
#copyright { float: left; }
#footer-links { float: right; color: #d7d8d1; }
#footer-links a { padding: 0 3px; }
#footer-links .sabam { display: block; float: right; width: 107px; height: 30px; background: url(/img/sabam.png) no-repeat 0 0; text-indent: -3000px; margin-left: 15px; }

/* Layout Default
_______________________________________________________________________________________________________________________________________
*/
#content { float: left; width: 620px; }
#content > .left-col { float: left; width: 300px; margin-right: 20px; }
#content > .right-col { float: right; width: 300px; }
#sidebar { width: 300px; float: right; }

/* Components
_______________________________________________________________________________________________________________________________________
*/

/* @group Rich Text */

.richtext { font-size: 13px; line-height: 20px; }
.richtext p, .richtext ul { margin: 10px 0; }
.richtext cite { font-style: italic; }
.richtext img.left { float: left; margin-right: 12px; }
.richtext img.right { float: left; margin-left: 12px; }
.richtext img.center { display: block; margin: 10px auto; vertical-align: top; }

/* @group Buttons */
.button { display: inline-block; color: white !important; background: #00a0d2 url(/img/buttons_background.png) repeat-x 0 center; text-decoration: none; border: 1px solid #00789d; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 0px rgba(0,0,0,0.15); -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.15); box-shadow: 0 1px 0px rgba(0,0,0,0.15); font-weight: bold; padding: 0; font-family: "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif; text-transform: capitalize; }
.button:hover { background-position: -300px center; }
.button:focus, .button:active{ background-position: -600px center; } 
.button.-icon { position: relative }
.button span { display: block; padding: 0px 8px 2px; border: 2px solid #59B9D8; border: 2px solid rgba(255,255,255, 0.35); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-text-shadow: 0 -1px 0px rgba(0,0,0,0.15); -webkit-text-shadow: 0 -1px 0px rgba(0,0,0,0.15); text-shadow: 0 -1px 0px rgba(0,0,0,0.15); font-size: 11px; line-height: 20px; white-space: nowrap; }
.button:focus span { -moz-text-shadow: 0 0px 0px rgba(0,0,0,0.15); -webkit-text-shadow: 0 0px 0px rgba(0,0,0,0.15); text-shadow: 0 0px 0px rgba(0,0,0,0.15); }
button.button{}
button.button span{	position: relative;}
.button.-medium span { padding: 0px 14px 2px; font-size: 14px; line-height: 28px; }
.button.-small span { padding: 0px 5px 2px;	line-height: 16px;	border-width: 1px; }
.button.-medium.-icon span { padding-left: 40px }

.button.-muted { background-color: #999; border-color: #666; border-color: rgba(0,0,0,0.15); }
.button.-muted span { border-color: #b9b9b9; }
.button.-medium.-icon span { padding-left: 40px }
.button.-icon .icon {
  background: rgba(0, 0, 0, 0.1) url("/img/icons.sprites.png") no-repeat;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.3);
  left: 2px;
  padding: 0 !important;
  position: absolute;
  top: 2px;
}

.button.-medium.-icon .icon {  height: 30px;  width: 29px;}
.button.-darkblue{	background-color: #006280;	border-color: rgba(0,0,0,0.3);}
.button.-darkblue span{	border-color: #3c879c;}
.button.-green {  background-color: #629f20;  border-color: #3b6410;}
.button.-purple {  background-color: #5c73a3;  border-color: #33466d;}
.button.-muted{	background-color: #999;	border-color: #666;	border-color: rgba(0,0,0,0.15);}
.button.-muted span{	border-color: #b9b9b9;}

/* @end */

/* @group Arrow */

.button.arrow{	margin: 0 0 0 4px;	padding: 11px 0px;	text-indent: -3000px;	width: 18px;	background: url(/img/links-arrow.png) no-repeat right center;	border: 0;	height: 11px;}
.button.arrow .-white{	background-image: url(/img/links-arrow-white.png);}
.button.-icon .icon.-arrow { background-position: center top; }
.button.-icon .icon.-fb { background-position: center -30px; }

/* @group Arrow */

.button.arrow { margin: 0 0 0 4px; padding: 11px 0px; text-indent: -3000px; width: 18px; background: url(/img/links-arrow.png) no-repeat right center; border: 0; height: 11px; }
.button.arrow .-white { background-image: url(/img/links-arrow-white.png); }

/* @group Profile Actions */

.profile-actions li { float: left; }
.profile-actions li a, .profile-actions li span { display: block; padding: 0px 8px; margin-left: 3px; background-color: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size: 11px; line-height: 28px; color: #006280 !important; text-decoration: none; font-weight: bold; }
.profile-actions li span { color: #555 !important; }
.profile-actions li a:hover { text-decoration: underline; }
.profile-actions li a:active { color: #333 !important; }
.profile-actions li.message a { background: #fff url(/img/icons/message-icon.png) no-repeat 6px center; padding-left: 28px; }
.profile-actions li.fav-add a, .profile-actions li.fav-add span { background: #fff url(/img/icons/favorite-add-icon.png) no-repeat 6px center; padding-left: 30px !important; }
.profile-actions li.fav-add-anon a, .profile-actions li.fav-add-anon span { background: #fff url(/img/icons/favorite-add-icon.png) no-repeat 6px center; padding-left: 30px !important; }
.profile-actions li.fav-remove a, .profile-actions li.fav-remove span { background: #fff url(/img/icons/favorite-remove-icon.png) no-repeat 6px center; padding-left: 30px !important; }
.profile-actions li.-wait a, .profile-actions li.-wait span { background: #fff url(/img/icons/wait_16.gif) no-repeat 6px center !important; padding-left: 28px !important; }

/* @group List Actions */

.actions { float: right; margin-right: -3px; font-size: 11px; }
.actions > li { float: left; }
.actions > li > a { display: block; padding: 0px 5px; margin-left: 3px; background-color: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size: 11px; line-height: 22px; color: #006280 !important; text-decoration: none; font-weight: bold; border: 1px solid #D4E5EC; }
.actions > li > a:hover { text-decoration: underline; }
.actions li.fav-add > a, .actions li.fav-add > span { background: #fff url(/img/icons/favorite-add-icon.png) no-repeat 4px center; padding-left: 28px !important; }
.actions li.fav-remove > a, .actions li.fav-remove > span { background: #fff url(/img/icons/favorite-remove-icon.png) no-repeat 4px center; padding-left: 28px !important; }

/* @group Popup Menu */

.actions li ul { z-index: 500; position: absolute; right: 7px; margin-top: 0px; background: #fff; -webkit-border-radius: 3px; -webkit-border-top-right-radius: 0; -moz-border-radius: 3px; -moz-border-radius-topright: 0; border-radius: 3px; border-top-right-radius: 0; padding: 2px; -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15); -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15); box-shadow: 0 3px 5px rgba(0,0,0,0.15); border: 1px solid #d4e5ec; line-height: normal; }
.actions li ul li { }
.actions li ul li a { color: #0e6080 !important; display: block; padding: 5px 10px; padding-left: 22px; text-decoration: none; }
.actions li ul li a:hover { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; text-decoration: underline; }
.actions li ul li a:active { text-decoration: none; }
.actions li ul li.current a { background: url(/img/drop-down-current-icon.png) no-repeat 9px center; }

/* @group RSS Link */

a.rss-link { text-decoration: none; padding-right: 18px; background: url(/img/icons/rss.png) no-repeat right center; }
a.rss-link:hover { text-decoration: underline; }


/* @group Boxed */
.section.-boxed { }
.section.-boxed > .header { padding-right: 12px; }
.section.-boxed > .header > h2 { padding-left: 12px; }

/* @group Artwork */

.artwork { display: block; padding: 2px 3px 4px; }
.artwork.-s30 { width: 30px; height: 30px; background: url(/img/frames.png) no-repeat -1px 0; padding: 2px 2px 4px; }
.artwork.-s60 { width: 60px; height: 60px; background: url(/img/frames.png) no-repeat -50px 0; padding: 2px 3px 4px; }
.artwork.-s90 { width: 90px; height: 90px; background: url(/img/frames.png) no-repeat -130px 0; }

.artwork i { display: none; }
.artwork:hover i, .radio-item:hover .artwork i { display: block; }
.artwork.-s30 i { position: absolute; width: 30px; height: 30px; background: url(/img/play-button.png) no-repeat -3px -2px; }
.artwork.-s60 i { position: absolute; width: 60px; height: 60px; background: url(/img/play-button.png) no-repeat -53px -2px; }
.artwork.-s90 i { position: absolute; width: 90px; height: 90px; background: url(/img/play-button.png) no-repeat -130px 0; }

.artwork.-s30:hover i { position: absolute; width: 30px; height: 30px; background: url(/img/play-button.png) no-repeat -3px -152px; }
.artwork.-s60:hover i { position: absolute; width: 60px; height: 60px; background: url(/img/play-button.png) no-repeat -53px -152px; }
.artwork.-s90:hover i { position: absolute; width: 90px; height: 90px; background: url(/img/play-button.png) no-repeat -130px 0; }

.artwork.-f120			{						width: 120px; height: 120px; background: url(/img/frames.png)		no-repeat -241px 0;}
.artwork.-f120 i		{ position: absolute;	width: 120px; height: 120px; background: url(/img/play-button.png)	no-repeat -130px -152px; }
.artwork.-f120:hover i	{ position: absolute;	width: 120px; height: 120px; background: url(/img/play-button.png)	no-repeat -130px -152px; }

/* @group Cover */

.cover { display: block; width: 42px; height: 38px; background: url(/img/disk.png) no-repeat 0 0; }
.cover.-large { width: 78px; height: 74px; background-image: url(/img/disk-large.png); }
.cover img { margin-top: 1px; margin-left: 6px; vertical-align: top; }
.cover.-large img { margin-left: 7px; }

/* @end */

/* @group Avatar */

.avatar { display: block; border: 1px solid #999999; background: white; }
.avatar.-s40 { width: 40px; height: 40px; }
.avatar.-s90 { width: 90px; height: 90px; padding: 1px; border: 1px solid #c7c7c7; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4); box-shadow: 0 1px 3px rgba(0,0,0,0.4); }

/* @group Lists */

/* @group Header: Compact */

.list-compact-header { color: #333; margin-bottom: 5px; font-size: 12px; line-height: 26px; margin-top: 15px; padding: 0 !important; }
.list-compact-header h1, .list-compact-header .count { float: left; margin: 0; padding: 0; font-size: 12px; color: #333; line-height: 26px; font-weight: bold; }
.list-compact-header .right { float: right; }
.list-compact-header .filters { float: right; }
.list-compact-header .filters li { float: left; padding-left: 10px; }
.list-compact-header .filters li label { color: #777; padding-right: 5px; }
.list-compact-header .filters li select { font-size: 12px; }

/* @group Footer */

.list-footer { clear: both; position: relative; border-top: 1px solid #f2f2f2 !important; padding: 8px 10px 9px; font-size: 12px; line-height: 16px; }
.list-footer a.more { color: #006280; text-decoration: none; padding-right: 20px; background: url(/img/links-arrow.png) no-repeat right center; }
.list-footer a.more:hover { text-decoration: underline; }

/* @group List */

.radio-list { border: 1px solid #d4e5ec; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
.radio-list .radio-item { border-top: 1px solid #f2f2f2; }
.radio-list .radio-item:first-child { border-top: 0px; }


.focus-list { border: 1px solid #d4e5ec; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
.focus-list .radio-item { border-top: 1px solid #f2f2f2; }

/* @group Radio Item */
.radio-item { position: relative; padding: 7px 10px 8px; padding-left: 83px; min-height: 69px; }
.radio-item:hover { background-color: #f0f9fc; }
/*.radio-item:first-child { border-top: 0; }*/
.radio-item h3 { display: inline; font-weight: bold; font-size: 13px; line-height: 18px; margin-bottom: 3px; }
.radio-item h3 a { color: #333; text-decoration: none; }
.radio-item:hover h3 a { text-decoration: underline; }
.radio-item .artwork { position: absolute; left: 9px; top: 10px; }
.radio-item .actions { visibility: hidden; }
.radio-item:hover .actions { visibility: visible; }
.radio-item .popularity { position: relative; margin-left: 4px; top: 1px; display: inline-block; }
.radio-item .description { clear: both; color: #666; font-size: 12px; line-height: 15px; max-height: 30px; overflow: hidden; margin-bottom: 2px; }
.radio-item .genres, .radio-item .genres a { clear: both; color: #999; font-size: 11px; line-height: 14px; }

/* @group Compact */

.radio-item.-compact{ position: relative; padding: 7px 10px; padding-left: 52px; min-height: 39px; }
.radio-item.-compact h3 { margin-top: 2px !important; margin-bottom: 0; }

/* @group List: Artists */

.artists-list { }
.artists-list ul { font-size: 13px; line-height: 20px; }
.artists-list li { display: inline; }
.artists-list li a { color: #333 !important; }

/* @group List: Tracklist */

.track-list { }
.track-item { position: relative; padding: 5px 0; padding-left: 52px; padding-right: 130px; min-height: 38px; }
.track-item .cover { position: absolute; display: block; left: 0; top: 5px; }
.track-item h3 { padding-top: 3px; line-height: normal; }
.track-item h3 a { }
.track-item .time { line-height: normal; font-size: 11px; color: #777; }
.track-item .buy { position: absolute; top: 14px; right: 0; }
.track-item .buy li { float: left; }
.track-item .buy li a { display: block; width: 50px; height: 20px; text-indent: -3000px; background: url(/img/tracklist-shops-buttons.png) no-repeat 0 0; margin-left: 3px; }
.track-item .count { width: 380px; margin-top: 2px; }
.track-item .count span { position: relative; display: block; background: #ddd; white-space: nowrap; color: #333; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; height: 13px; min-width: 1px; }
.track-item .count span i { position: absolute; right: -75px; width: 70px; padding-left: 5px; line-height: 12px; font-size: 11px; font-style: normal; color: #777; }
.track-item .buy li.amazon a { width: 62px; background-position: 0 0; }
.track-item .buy li.amazon a:hover { background-position: -100px 0; }
.track-item .buy li.itunes a { width: 56px; background-position: 0 -30px; }
.track-item .buy li.itunes a:hover { background-position: -100px -30px; }

/* @group List: Albumlist */

.albums-list { }
.albums-item { position: relative; padding: 5px 0; padding-left: 88px; min-height: 72px; }
.albums-item .cover { position: absolute; display: block; left: 0; top: 5px; }
.albums-item h3 { padding-top: 3px; line-height: normal; }
.albums-item h3 a { }
.albums-item .buy { position: absolute; top: 14px; right: 0; }
.albums-item .buy li { float: left; }
.albums-item .buy li a { display: block; width: 50px; height: 20px; text-indent: -3000px; background: url(/img/tracklist-shops-buttons.png) no-repeat 0 0; margin-left: 3px; }
.albums-item .buy li.amazon a { width: 62px; background-position: 0 0; }
.albums-item .buy li.amazon a:hover { background-position: -100px 0; }
.albums-item .buy li.itunes a { width: 56px; background-position: 0 -30px; }
.albums-item .buy li.itunes a:hover { background-position: -100px -30px; }

/* @group List: Comments */

.comments-list { }
.comments-list .article.login { padding: 8px 0px 9px !important; font-size: 11px; min-height: 0; }
.-boxed > .comments-list .article.login { padding-left: 10px !important; }
.comments-list .article { position: relative; border-top: 1px solid #f2f2f2; padding: 6px 0px 9px; padding-left: 52px; font-size: 13px; line-height: 18px; min-height: 47px; }
.comments-list .article:first-child { border-top: 0; }
.comments-list .article.post { padding: 10px; padding-left: 52px; }
.comments-list .article.post textarea { width: 556px; margin-bottom: 5px; height: 45px; }
.comments-list .article .avatar { position: absolute; top: 10px; left: 0px; }
.comments-list .article .meta { margin-top: 3px; color: #999; font-size: 11px; line-height: normal; }
.comments-list .article .meta a { color: #999; }

/* @group Paging */

.paging { margin: 0; text-align: center; width: auto; border-top: 1px solid #f2f2f2; padding-top: 20px; }
.paging > a, .paging > span { padding: 0 7px; font-size: 12px; text-decoration: none; color: #00a0d2; }
.paging > a.current { color: #333; font-weight: bold; }
.paging > a:hover { text-decoration: underline; }
.paging > a.next { background: url(/img/arrow_r.png) no-repeat right center; font-weight: bold; padding-right: 17px; }
.paging > a.previous { background: url(/img/arrow_l.png) no-repeat left center; font-weight: bold; padding-left: 17px; }

/* @group Profile Nav */

#profile-nav { left: 0; position: absolute; clear: both; padding-left: 20px; margin-left: 20px; margin-top: -53px !important; }
#profile-nav li { float: left; }
#profile-nav a { display: block; font-size: 11px; line-height: 33px; padding: 0 12px; color: #444; background: url(/img/radio-nav-background.png); text-decoration: none; margin-right: 2px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; font-weight: bold; }
#profile-nav li.current a { background-color: white; }

/* @group Forms */

/* @group Classic */

.classic-form h2 { font-size: 16px; line-height: normal; color: #333; margin: 0; margin-bottom: 10px; padding-left: 15px; }
.classic-form .feedback { background: #b3e3f2 no-repeat 14px 12px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; margin-bottom: 20px; padding: 10px 14px 10px 40px; font-weight: bold; }
.classic-form .feedback a { color: #333 !important; }
.classic-form .feedback.-ok { background-image: url(/img/icons/feedback-icon-ok.png); }
.classic-form .feedback.-error { background-image: url(/img/icons/feedback-icon-error.png); background-color: #f0e6b2; }
.classic-form .feedback ul { margin-top: 3px; font-weight: normal; padding-left: 1em; }
.classic-form .feedback li { list-style-position: outside; list-style-type: disc; }
.classic-form fieldset { border: 1px solid #e5e5e5; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; margin-bottom: 20px; padding-top: 14px; padding-bottom: 4px; }
.classic-form .row { padding-left: 156px; margin: 0 14px; position: relative; padding-bottom: 10px; }
.classic-form .separator { border-top: 1px solid #e5e5e5; height: 0px; overflow: hidden; margin: 0 14px 10px; }
.classic-form .row .field label:first-child { display: inline-block; width: 152px; margin-left: -156px; }
.classic-form .row.required label { font-weight: bold; }
.classic-form .row.error label { color: #ff5300; }
.classic-form .row .error-message { color: #ff5300; font-size: 11px; line-height: 13px; padding-top: 3px; }
.classic-form .row .persisting-tip, .classic-form .row .tip { font-size: 11px; color: #999; line-height: 13px; padding-top: 3px; }
.classic-form .row .tip { display: none; }


.classic-form .field label:first-child { display: inline-block; width: 152px; margin-left: -156px; }
.classic-form .required label { font-weight: bold; }
.classic-form .error label { color: #ff5300; }
.classic-form .error-message { color: #ff5300; font-size: 11px; line-height: 13px; padding-top: 3px; }
.classic-form .persisting-tip, .classic-form .tip { font-size: 11px; color: #999; line-height: 13px; padding-top: 3px; }
.classic-form .tip { display: none; }

.small-form-feedback { background: #b3e3f2 no-repeat 14px 12px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; margin-bottom: 20px; padding: 10px 14px 10px 40px; font-weight: bold; }
.small-form-feedback.-error { background-image: url(/img/icons/feedback-icon-error.png); background-color: #f0e6b2; }


/* @group Form Elements */
.classic-form .row input[type=text], .classic-form .row input[type=password] { width: 150px; }
.classic-form .row .falseinput { padding: 4px 0; }
.classic-form .row .falseinput > span { color: #555; }
.classic-form .row.-inline { padding-left: 0px; padding-bottom: 10px; }
.classic-form .row.-inline label { display: inline; padding-left: 0; margin: 0 !important; }
.classic-form .row.-inlinecheckbox { padding-left: 0px; padding-bottom: 10px; }
.classic-form .row.-inlinecheckbox label { display: block; padding-left: 5px; }
.classic-form .row.-inlinecheckbox input { position: absolute; margin-left: -25px; }


.classic-form .form-buttons { margin: 20px 0; text-align: center; font-size: 14px; line-height: 18px; }
.classic-form .form-buttons .button { min-width: 80px; }
.classic-form .form-buttons .or { padding-left: 5px; }

/* @group Elements */

/* @group Popularity */

.popularity { width: 58px; height: 12px; overflow: hidden; text-indent: -3000px; background: url(/img/icons/popularity.png) no-repeat 0 0; }

.popularity.-null { background-position: 0 0px; }
.popularity.-n1 { background-position: 0 -12px; }
.popularity.-n2 { background-position: 0 -24px; }
.popularity.-n3 { background-position: 0 -36px; }
.popularity.-n4 { background-position: 0 -48px; }
.popularity.-n5 { background-position: 0 -60px; }
.popularity.-n6 { background-position: 0 -72px; }

.popularity.-white.-null { background-position: -62px 0px; }
.popularity.-white.-n1 { background-position: -62px -12px; }
.popularity.-white.-n2 { background-position: -62px -24px; }
.popularity.-white.-n3 { background-position: -62px -36px; }
.popularity.-white.-n4 { background-position: -62px -48px; }
.popularity.-white.-n5 { background-position: -62px -60px; }
.popularity.-white.-n6 { background-position: -62px -72px; }

.popularity.-black.-null { background-position: -124px 0px; }
.popularity.-black.-n1 { background-position: -124px -12px; }
.popularity.-black.-n2 { background-position: -124px -24px; }
.popularity.-black.-n3 { background-position: -124px -36px; }
.popularity.-black.-n4 { background-position: -124px -48px; }
.popularity.-black.-n5 { background-position: -124px -60px; }
.popularity.-black.-n6 { background-position: -124px -72px; }

.popularity.-darkblue.-null { background-position: -186px 0px; }
.popularity.-darkblue.-n1 { background-position: -186px -12px; }
.popularity.-darkblue.-n2 { background-position: -186px -24px; }
.popularity.-darkblue.-n3 { background-position: -186px -36px; }
.popularity.-darkblue.-n4 { background-position: -186px -48px; }
.popularity.-darkblue.-n5 { background-position: -186px -60px; }
.popularity.-darkblue.-n6 { background-position: -186px -72px; }


/* @group Date Cal */

.datecal { display: block; width: 34px; height: 50px; padding: 0 1px; background: url(/img/datecal-default.png) no-repeat 0 0; }
.datecal .mm { display: block; background: #cc0000; font-size: 9px; font-weight: bold; color: white; text-transform: uppercase; text-align: center; line-height: 16px; letter-spacing: 0.02em; }
.datecal .dd { display: block; font-size: 18px; font-weight: bold; text-transform: uppercase; text-align: center; line-height: 16px; letter-spacing: 0.02em; padding-top: 6px; }
.datecal.-small { width: 25px; height: 34px; padding: 0 1px; background: url(/img/datecal-small.png) no-repeat 0 0; }
.datecal.-small .mm { display: block; background: #cc0000; font-size: 9px; font-weight: bold; color: white; text-transform: uppercase; text-align: center; line-height: 14px; letter-spacing: 0.02em; }
.datecal.-small .dd { display: block; font-size: 12px; font-weight: bold; text-transform: uppercase; text-align: center; line-height: 16px; letter-spacing: 0.02em; padding-top: 1px; }

/* @group Calls to Action */

.c2a { margin: 20px 0; padding: 18px; color: white; background: #520; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; font-size: 13px; line-height: 20px; }
.c2a a { color: white; }
.c2a .title { font-size: 20px; line-height: 24px; font-weight: bold; margin-bottom: 15px; text-align: center; }
.c2a ul { }
.c2a ul li { margin: 5px 0; background: url(/img/c2a-bullet.png) no-repeat 0 0; font-weight: bold; padding-left: 23px; }
.c2a-action { text-align: center; margin-top: 20px; margin-bottom: 6px; }

/* @group IMUs */

.imu { margin: 0px 10px 10px 0px; }
.imu * { vertical-align: top; }
.s300x250 { width: 300px; height: 250px; }
.s728x90 { width: 728px; height: 90px; }


h1 a { text-decoration: none; color: inherit !important; }
h1 a:hover { text-decoration: underline; }
h1 .sub-genre { font-weight: normal; background: url(/img/h1-arrow.png) no-repeat 0 center; padding-left: 19px; }

#related-styles { margin: 10px 0; font-size: 12px; line-height: 18px; }
#related-styles ul { display: inline; }
#related-styles ul li { display: inline; }
#related-styles ul li.current a { font-weight: bold; text-decoration: none; }

#related-artists { margin: 20px 0; }
#related-artists .artists-list { border: 1px solid #d4e5ec; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; padding: 8px 10px; }

.search { padding-left: 33px; background: url(/img/title-icon.png) no-repeat 0 center; margin-bottom: 20px; }
#search-basic { padding-bottom: 14px; }
#search-toggler { padding-left: 7px; font-weight: bold; }
#search-form .row label { text-align: right; padding-right: 8px; width: 144px; }
#search-form .row.-inlinecheckbox label { width: auto; margin-left: 0; text-align: left; }
#search-form .row.-inlinecheckbox { padding-left: 156px; }
#sf-keyword { width: 270px; padding: 7px 7px 8px; }
#search-form .clear { color: #999; margin-left: 5px; }
#search-form .form-buttons { margin-top: 12px; margin-bottom: 15px; }


#search #content h1 { padding-left: 33px; background: url(/img/title-icon.png) no-repeat 0 center; margin-bottom: 20px; }
#search-basic { padding-bottom: 14px; }
#search-toggler { padding-left: 7px; font-weight: bold; }
#search-form .row label { text-align: right; padding-right: 8px; width: 144px; }
#search-form .row.-inlinecheckbox label { width: auto; margin-left: 0; text-align: left; }
#search-form .row.-inlinecheckbox { padding-left: 156px; }
#sf-keyword { width: 270px; padding: 7px 7px 8px; }
#search-form .clear { color: #999; margin-left: 5px; }
#search-form .form-buttons { margin-top: 12px; margin-bottom: 15px; }


/*#signup-form #register-main > .top { background: url(/img/signup-main-top.png) no-repeat center bottom; }*/
#signup-form #register-main > .top { background-color: #FFF; }
#signup-form #register-content h2 { text-align: center; }
#signup-form #facebook-connect { border: 1px solid #e5e5e5; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; padding: 14px; margin: 0 0 20px; text-align: center; }
#signup-form #facebook-connect h2 { margin-top: 5px; margin-bottom: 3px; }
#signup-form #facebook-connect p { color: #999; }
#signup-form #facebook-connect p.fb-button { margin-top: 10px; margin-bottom: 2px; }
#signup-form #create-account .form-buttons { margin-bottom: 20px; }
#signup-form #create-account fieldset { margin-bottom: 0; }
#signup-form #frm-email { width: 240px; }
#signup-form #optins { padding-left: 156px; }

#login-form #register-main > .top { background-color: #562200; }
#login-form #content h2 { text-align: center; }
#login-form #facebook-connect { border: 1px solid #e5e5e5; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; padding: 14px; margin: 0 0 20px; text-align: center; }
#login-form #facebook-connect h2 { margin-top: 5px; margin-bottom: 3px; }
#login-form #facebook-connect p { color: #999; }
#login-form #facebook-connect p.fb-button { margin-top: 10px; margin-bottom: 2px; }
#login-form #create-account .form-buttons { margin-bottom: 20px; }
#login-form #create-account fieldset { margin-bottom: 0; }
#login-form #frm-email { width: 240px; }
#login-form #frm-password + a { padding-left: 5px; }
#login-form #keep-connection { padding-left: 178px; }
#login-form #sidebar .buttons { text-align: center; }
#login-form #sidebar { color: White; }


#register-main { width: 940px; padding: 0; margin: 0 auto; background: transparent; }
#register-main > .top { display: block; height: 32px; background: url(/img/register-main-top.png) no-repeat center bottom; }
#register-main > .bottom { display: block; height: 32px; background: url(/img/register-main-bottom.png) no-repeat center top; }
#register-main > .inner { background: #fff url(/img/register-background.png) repeat-y center top; border: 2px solid #b2d8e3; border-top: 0; border-bottom: 0; }
#register-content { float: left; width: 560px; padding: 0; margin: 0 30px; }
#register-sidebar { color: #ddd3cc; float: right; width: 316px; font-size: 13px; line-height: 18px; }
#register-sidebar h1 { color: White; font-weight: normal; font-size: 17px; line-height: normal; margin-top: 0px; }
#register-sidebar h2 { color: White; font-size: 13px; line-height: 18px; margin: 0; margin-top: 18px; }
#register-sidebar p { margin: 0; margin-bottom: 18px; }
#register-sidebar h2 { }
/*#register-sidebar .header { font-size: 17px; line-height: normal; color: #552100; background: url(/img/sidebar-presentation-background.png) no-repeat center bottom; padding: 0px 20px 10px; }*/
#register-sidebar .header { font-size: 17px; line-height: normal; color: #552100; background-color: #FFF; padding: 0px 20px 10px; }
#register-sidebar .header h1 { color: #552100; margin-top: 0; }
#register-sidebar .content { padding: 0 20px; }
#register-sidebar .footer { border-top: 2px solid White; margin: 18px 20px 0px; }
#register-footer-help { font-weight: bold; text-align: center; padding-bottom: 40px; }

/* FORM VALIDATION */
div.error { clear: both; color: red; vertical-align: top; padding-left: 5px; }
label.error { clear: both; color: red; vertical-align: top; padding-left: 5px; }
.aspbutton { padding: 5px; color: white !important; background: #00a0d2 url(/img/buttons_background.png) repeat-x 0 center; text-decoration: none; border: 1px solid #00789d; font-weight: bold; text-transform: capitalize; }
.aspbuttongray { padding: 5px; color: white !important; background: #777 url(/img/buttons_background.png) repeat-x 0 center; text-decoration: none; border: 1px solid #00789d; font-weight: bold; text-transform: capitalize; }

#forgot-password-form #content { text-align: center; }
#forgot-password-form #content label { padding-right: 10px; }
#forgot-password-form #content input { width: 240px; }


#msg-main { width: 940px; padding: 0; margin: 0 auto; background: transparent; }
#msg-main > .top { display: block; height: 32px; background: url(/img/msg-main-top.png) no-repeat center bottom; }
#msg-main > .bottom { display: block; height: 32px; background: url(/img/msg-main-bottom.png) no-repeat center top; }
#msg-main > .inner { background: #fff repeat-y center top; border: 2px solid #b2d8e3; border-top: 0; border-bottom: 0; padding: 1px 20px 1px 20px; }
#msg-content { background: #fff; font-size: 15px; line-height: 22px; padding: 0; margin: 0; }
#msg-content h1 { text-align: center; font-size: 17px; color: #006280; line-height: normal; margin: 0px 0 23px; }
#msg-content p { margin: 11px 0; }
#msg-content #message-button { border-top: 1px solid #e5e5e5; text-align: center; padding: 20px 0 0; margin-top: 22px; }
#msg-content #message-button a.button { }
#msg-content #message-button .or { margin-left: 6px; }
#msg-footer-help { font-weight: bold; text-align: center; padding-bottom: 40px; }


.bold { font-weight: bold; }

#DOMWindowLoader { padding: 25px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; background: white; margin-left: -33px; margin-top: -33px; }
#DOMWindow { overflow: hidden !important; }
#DOMWindow > .wrapper { overflow: hidden !important; }
#DOMWindow > .wrapper > .title-bar { position: relative; height: 48px; padding: 4px 4px 0; background: url(/img/background-top-570.png) no-repeat center top; }
#DOMWindow > .wrapper > .title-bar h1 { font-size: 16px; line-height: 20px; color: #fff; padding: 13px 18px 0; margin: 0; }
#DOMWindow > .wrapper > .title-bar .closeDOMWindow { position: absolute; display: block; width: 48px; height: 48px; top: 4px; right: 4px; text-indent: -3000px; background: url(/img/close.png) no-repeat 0 0; }
#DOMWindow > .wrapper > .title-bar .closeDOMWindow:hover { background-position: 0 -48px; }
#DOMWindow > .wrapper > .content { padding: 0 4px; background: url(/img/background-570.png) repeat-y center top; }
#DOMWindow > .wrapper > .bottom { height: 20px; padding: 0 4px 4px; background: url(/img/background-bottom-570.png) no-repeat center bottom; }
#DOMWindow > .wrapper.message > .content { padding: 16px 20px 0 20px !important; }
#DOMWindow > .wrapper.message > .content .buttons { margin-top: 16px; padding-top: 20px; border-top: 1px solid #ddd; text-align: center; }

#write-message { width: 620px; margin-left: auto; margin-right: auto; }
#write-message .form { font-size: 13px; line-height: 20px; }
#write-message .form fieldset { background: #E5EFF2; border-color: #E5EFF2; }
#write-message .form p { margin: 0; }
#write-message #row-message label { display: block; margin-bottom: 5px !important; }
#write-message .form input[type=text] { width: 200px; }
#write-message #row-message { margin-top: 10px; }
#write-message #row-message textarea { width: 516px; height: 150px; }
#write-message #row-message .error-message { margin-bottom: 10px; }
#write-message h1 a { text-decoration: underline; }


/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(/img/flexslider/prevnext.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -20px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(/img/flexslider/indicator.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* @end */


#browse-more { float: left; border-top: 1px solid #d4e5ec; padding: 8px 10px; width:280px; }
#browse-more label { width: 160px; font-weight: bold; color: #006280; }
#browse-more select { float: right; width: 140px; font-size: 12px; line-height: normal; }
#browse-more button { margin-right: 0; }


#bottom-banner {  background-color: white;  -moz-border-radius-topleft: 10px;  -moz-border-radius-topright: 10px;  -webkit-border-top-left-radius: 10px;  -webkit-border-top-right-radius: 10px;  border-top-left-radius: 10px;  border-top-right-radius: 10px;  height: 90px;  overflow: hidden;  margin-top: 2px;  padding: 10px 0;  text-align: center; }

a.nofav{ text-decoration: none; color:#FFF; }
.nodec{ text-decoration: none; }

.presslabel li span{ display: inline-block; width: 150px; }

