@charset "UTF-8";

@media all {

/* STRUCTURE */
.wide #main            { width: 960px; padding: 0 10px 0 8px; }
.wide #breadcrumbs     { height: 24px; }

.wide #contents        { width: 700px !important; padding: 0 !important; }
.wide #sidebar         { width: 246px; padding: 0 20px 0 0; }
.fitness #sidebar form { margin: 10px 0 20px; }

/* SIDEBAR */
* html #topics, * html #plan { width: 246px; }
#topics,#plan                { width: 200px; padding: 0 20px 10px 26px; background: url(img/sidebar_background.png) 0 100% no-repeat; }
#topics fieldset             { margin: 8px 0 10px 14px; padding: 0; background: none; border: none; }


/* H2 */
#topics h2 { width: 246px; height: 45px; margin: 0 -20px 0 -26px !important; padding: 0; text-indent: -9999px; background: url(img/topics_h2.png) no-repeat; }

#club_proms ul.button li { margin-bottom: 20px; }

/* club_proms - PROMOS */
#club_proms ul.promos { margin-bottom: 0; }
#club_proms ul.promos li.column     { width: 31%; line-height: 1.1; }
#club_proms ul.promos li.column h3  { height: auto; }
#club_proms ul.promos li.column img { margin-right: 6px; float: left; }
#club_proms ul.promos li.column p   { margin-top: 5px; margin-left: 70px; font-size: 92%; }


/* OVERLAY */
.boxWrap  { margin-top: -30px; }
.boxOverlayArrow,
.boxOverlayArrow2 { top: 30px;}
.overlay .arrow li a { margin: 0; }
}





@media print {
.boxWrap { display: none; }
}

