/*    CSS Reset
 *  Based on http://tantek.com/log/2004/undohtml.css
 *  Refined by Matthew Turnbull
********************************/

/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none; }

a { outline: none; }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none; }

/* avoid browser default inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. nonetheless strip their margin and padding as well */
button,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,dl,dt,dd,p,th,td,legend,select,input,textarea { margin:0; padding:0; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none; }

/* get rid of browsers and their standard border spacings */
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:collapse; border-spacing:0; }

th { text-align: right; vertical-align: top; }

button, select,input,textarea{font: 1em Verdana, sans-serif;}

blockquote, q { quotes: "" ""; }

html { line-height:1.22; }

body {
    /* 62.5% sets default text from 16px to a more manageable 10px standard across browsers. Use ems off 10px from now on */
    font: 62.5% 'Arial', Verdana, sans-serif;

    behavior:url("css/_iehoverfix.htc");

    /*line-height: 1.22em; /* fixes peekaboo bug */

}

/* I hate how images are never in line with the text around it */
/* Also apply png fix for IE6 */
img { vertical-align: text-bottom; behavior: url("css/_iepngfix.htc"); }


/* fix for IE dealign with butons. http://jehiah.cz/archive/button-width-in-ie */
button { width: auto; overflow: visible; cursor: pointer; }

/* no automatic scroll for IE */
textarea { overflow: auto; }

/* what I like */
p,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .8em;
}

/*    Useful styles
********************************/
.clear {clear: both; height: 1px; overflow: hidden; font-size: 1px; float: none;}
.clearRight {clear: right;}
.clearLeft {clear: left;}
.block {display: block}
.left {text-align: left !important;}
.center {text-align: center !important;}
.right {text-align: right !important;}
.floatLeft {float: left;}
.floatRight {float: right;}
.indent10 {margin-left: 10px;}
.indent20 {margin-left: 20px;}
.indent50 {margin-left: 50px;}
.space2 {height: 2px; width: 1px; overflow: hidden;}
.space5 {height: 5px; width: 1px; overflow: hidden;}
.space10 {height: 10px; width: 1px; overflow: hidden;}
.space15 {height: 15px; width: 1px; overflow: hidden;}
.space20 {height: 20px; width: 1px; overflow: hidden;}
.marginTop5 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.hide { display: none; }
.enclose { overflow: hidden; width: 100%; }
.last { margin-right: 0px !important; }
table.standard td, table.standard th { padding: 7px; vertical-align: top; }
form.js { display: none }

/*	Begin
********************************/

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#wrapper {

	background-color: #000;
	padding: 25px;

	color: #FFF;

	width: 915px;
	margin: 0px auto;

}

#left {

	width: 590px;

	float: left;

	padding-right: 13px;

}

#right {

	width: 300px;

	float: right;

	padding-left: 12px;

}

h1 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
}

span.strong {

    font-weight: bold;

}


/*	General
********************************/

input {

	height: 18px;
	background-color: #000;
	color: #FFF;

	border-top: 1px solid #191919;
	border-left: 1px solid #191919;
	border-bottom: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;

	padding: 5px 0px 0px 4px;

}

textarea {

    background-color: #000;
    color: #FFF;

    border-top: 1px solid #191919;
    border-left: 1px solid #191919;
    border-bottom: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;

}

a {
	color: #ffff00;
}

a:hover {
	text-decoration: underline;
}

a.noUnderline:hover {
	text-decoration: none;
}

a.normal {
	color: #FFF;
}

p {
	font-size: 1.1em;
}

#left ul {
	margin-left: 15px;
	font-size: 1.1em;
	list-style: disc;
	margin-bottom: 10px;
}

#left ul li {
	margin-bottom: 5px;
}


/*	Header
********************************/

#header {

	width: 590px;
	height: 340px;

	position: relative;

	margin-bottom: 10px;

}

.sectionHeader h1 {

    text-indent: -999px;
    overflow: hidden;
    background-repeat: no-repeat;

}

#header h1 {

    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;

    display: block;
    width: 326px;
    height: 47px;

    background-image: url('../img/layout/3000/logo.gif');

    text-indent: -999px;

}

#header a.home {

	position: absolute;
	top: 10px;
	left: 10px;

}

#header .search {

	width: 285px;
	height: 33px;

	position: absolute;
	top: 297px;
	left: 10px;

	background-color: #000;

}

#header .search input {

	width: 225px;

	position: absolute;
	top: 4px;
	left: 5px;

}

#header .search button {

	display: block;
	text-indent: -9999px;

	width: 37px;
	height: 27px;
	background: #000 url('../img/layout/common/search.gif') no-repeat;

	border: 0px;

	position: absolute;
	top: 4px;
	left: 243px;

}

#header .nav a {

	display: block;
	text-indent: -9999px;
	height: 33px;

	position: absolute;
	top: 297px;

}

#header a.a {
	left: 305px;
	width: 56px;
	background-image: url('../img/layout/common/nav_home.gif');
}

#header a.b {
	left: 371px;
	width: 62px;
	background-image: url('../img/layout/common/nav_issues.gif');
}

#header a.c {
	left: 443px;
	width: 66px;
	background-image: url('../img/layout/common/nav_street.gif');
}

#header a.d {
	left: 519px;
	width: 62px;
	background-image: url('../img/layout/common/nav_about.gif');
}


/*	Header small
********************************/

.header_small {

	height: 140px !important;

	overflow: hidden;

}

.header_small .email {

	top: 97px !important;

}

.header_small .nav a {

	top: 97px !important;

}

.header_small .search {

    top: 97px !important;

}

/*    Header tiny
********************************/

.header_tiny {

    height: 95px !important;

    overflow: hidden;

}

.header_tiny .home {

    top: 5px !important;

}

.header_tiny .email {

    top: 57px !important;

}

.header_tiny .nav a {

    top: 57px !important;

}

.header_tiny .search {

    top: 57px !important;

}



/*	Subscribe
********************************/

#subscribe {

	margin-top: 5px;

	width: 300px;
	height: 30px;

	position: relative;

}

#subscribe input {

	width: 154px;
	height: 19px;

	position: absolute;
	top: 0px;
	left: 0px;

	padding-top: 8px;

}

#subscribe button {

	display: block;
	text-indent: -9999px;

	width: 96px;
	height: 29px;

	background: #000 url('../img/layout/common/subscribe.gif') no-repeat;

	border: 0px;

	position: absolute;
	top: 0px;
	left: 167px;

}

#subscribe a {

	display: block;
	text-indent: -9999px;

	background-image: url('../img/layout/common/rss.gif');

	width: 30px;
	height: 30px;

	position: absolute;
	top: 0px;
	left: 270px;

}

/*	Navigation
********************************/

#navigation {

	width: 300px;
	height: 193px;

	position: relative;

}

#navigation a {

	display: block;
	height: 28px;
	text-indent: -9999px;
	position: absolute;

}

#navigation a {
	opacity: 0.9999;
	filter: alpha(opacity=100);
}

#navigation a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


#navigation a.a {

    background-image: url('../img/layout/common/headings/black/hear.gif');
    width: 93px;

    top: 0px;
    left: 0px;

}

#navigation a.b {

    background-image: url('../img/layout/common/headings/black/read.gif');
    width: 90px;

    top: 0px;
    left: 96px;

}

#navigation a.c {

    background-image: url('../img/layout/common/headings/black/goods.gif');
    width: 123px;

    top: 34px;
    left: 0px;


}

#navigation a.d {

    background-image: url('../img/layout/common/headings/black/look.gif');
    width: 100px;

    top: 34px;
    left: 124px;

}

#navigation a.e {

    background-image: url('../img/layout/common/headings/black/shop.gif');
    width: 86px;

    top: 68px;
    left: 0px;

}

#navigation a.f {

    background-image: url('../img/layout/common/headings/black/watch.gif');
    width: 131px;

    top: 68px;
    left: 88px;

}

#navigation a.g {

    background-image: url('../img/layout/common/headings/black/out.gif');
    width: 77px;

    top: 102px;
    left: 0px;

}

#navigation a.h {

    background-image: url('../img/layout/common/headings/black/stray.gif');
    width: 101px;

    top: 102px;
    left: 78px;

}

#navigation a.i {

    background-image: url('../img/layout/common/headings/black/eatdrink.gif');
    width: 178px;

    top: 136px;
    left: 0px;

}

#navigation a.j {

    background-image: url('../img/layout/common/headings/black/win.gif');
    width: 80px;

    top: 136px;
    left: 178px;

}

#navigation a.k {

    background-image: url('../img/layout/common/headings/black/work.gif');
    width: 114px;

    top: 102px;
    left: 182px;

}

#navigation a.m {

    background-image: url('../img/layout/common/headings/black/maps.gif');
    width: 98px;

    top: 170px;
    left: 2px;

}

/*	Entry Summary
********************************/

.entry {
	position: relative;
}

.entry h1, .entry h2 {
	font-size: 1.8em;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 1px;
    font-family: Arial, Helvetica, sans-serif;
}


.entry .date {

	margin-bottom: 10px;

}

.entry .left {

	float: left;
	width: 240px;
	overflow: hidden;
	padding-right: 15px;

}

.entry_compact .left {

	width: 140px;

}

.entry .left img {

	margin-bottom: 1em;

}

.entry .right {

	float: right;
	width: 335px;

}

.entry_compact .right {
	width: 435px;
}

.entry .left p, .entry .right p {
	padding-left: 1px;
	text-align: left;
}

.entry .right p.readmore {
	text-align: right;
}

.entry .right .author {
	text-align: right;
	margin-bottom: 25px;
}

.entry .entry_icons {
	height: 16px;
	overflow: hidden;
}

.entry .entry_icons img {
	margin-bottom: 0px;
}

.entry .bottom {

	position: absolute;
	top: 255px;
	left: 255px;
	z-index: 1000;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.6em;
	width: 335px;
	height: 35px;
	overflow: hidden;

}

/*	Random Entries
********************************/

#random_entries {
	margin-top: 10px;
}

#random_entries a {

	display: block;
	float: left;

	width: 50px;
	height: 50px;
	overflow: hidden;

	margin: 0px 10px 10px 0px;

}

#random_entries a.last {
	margin-right: 0px;
}


.random_tooltip {

	background-color: #FFF;
	padding: 10px;
	width: 310px;

}


.random_tooltip p.head {
	font-weight: bold;
}

.random_tooltip p.date {
	color: #666;
}

.random_tooltip p {
	margin-bottom: 5px;
}

.random_tooltip img {
	margin: 0px 10px 0px 0px;
}

.random_tooltip .floatLeft {
	float: left;
	width: 150px;
	overflow: hidden;
}


.random_tooltip .floatRight {
	width: 150px;
	overflow: hidden;
}

.random_tooltip a {
	color: #000;
}


/*	Out Date Header
********************************/

.out_date_header {

	padding: 10px;
	margin: 10px 0px;
	background-color: #ccc;
	color: #000;
	font-size: 1.2em;

}

.simple_header {
	font-size: 1.4em;
}

/*	Filter dropdown area
********************************/

.filter_dropdown_area {

	margin-top: 10px;

}

/*	More section
********************************/

.more_section .header {
	margin: 0px 0px 15px 0px;
	font-size: 1.8em;
	font-weight: bold;
}

.more_section p {
	margin-top: 7px;
}


.more_section .entry_simple {

	float: left;
	width: 180px;
	height: 150px;
	overflow: hidden;
	padding-right: 15px;

}

.scroll_links2 p {
	margin-bottom: 0px;
}

.scroll_links3 {
	margin-bottom: 5px;
}

/*	Issue
********************************/

.issue, .issue_last {

	float: left;
	width: 180px;
	height: 155px;
	overflow: hidden;

	margin-right: 25px;

}

.issue img, .issue_last img {
	margin-bottom: 5px;
}

.issue p, .issue_last p {
	margin-bottom: 3px;
}

.issue_last {

	margin-right: 0px;;

}

/*	Street Display
********************************/

.street_display {



}

.street_display p.head {
	font-size: 1.4em;
}

.street_display .street_img {
	float: left;
	margin: 0px 30px 20px 0px;
}


#street_full {
	width: 590px;
	overflow: hidden;
	text-align: center;
}

#street_full p {
	margin-top: 15px;
}


/*	Newsletter Frontend
********************************/

.columns {

	overflow: hidden;
	width: 100%;

}

.columns .l {

	float: left;
	width: 275px;
	margin-right: 40px;

}

.columns .r {

	float: left;
	width: 275px;

}

/*	Issue Selector
********************************/

#issues_scroll .issue_h {
	padding: 10px;
	margin: 10px 0px;
	background-color: #ccc;
	color: #000;
	font-size: 1.2em;
}

#issues_scroll .entry_t {
	float: left;
	width: 140px;
	margin: 0px 20px 15px 0px;
}




/*	Footer
********************************/

#footer_banner {

	background-color: #333;
	text-align: center;

}

#footer_banner img {
	border: 2px solid black;
}

#super_footer {

	background-color: #FFF;
	height: 295px;
	width: 915px;
	color: #000;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	font-size: 1.1em;

    background-image: url('../img/layout/common/bg_footer.gif');

}

#super_footer div {

	position: absolute;
	top: 20px;
	width: 150px;
	overflow: hidden;

}

#super_footer h2 {

	margin-bottom: 15px;

}

#super_footer a {
	display: block;
	width: 150px;
	height: 13px;
	overflow: hidden;
	color: #000;
	margin-bottom: 5px;
}

#super_footer .recent {

	left: 20px;

}

#super_footer .random {

	left: 180px;

}

#super_footer .gigs {

	left: 340px;

}

#super_footer .help {

	left: 340px;
	top: 170px;

}

#super_footer .quick {

	left: 500px;
	width: 230px;

}

#super_footer .quick select {
	float: left;
}
#super_footer .quick button {
	float: left;
	margin: 0px 0px 2px 5px;
}

#super_footer .about {

	top: 85px;
	left: 500px;
	width: 230px;

}

#super_footer .about p {
	font-size: 1em;
}

#super_footer .links {

	left: 745px;

}

#copyright {
	float: left;
}

#monkii {
	float: right;
}

#monkii a{
    text-decoration:none;
}

#monkii a:hover{
    text-decoration:underline;
}

/*	Misc
********************************/

.break {

	overflow: hidden;
	margin: 15px 0px;

}

.firstBreak {

	margin-top: 0px;

}

option.bold {
	font-weight: bold;
	background-color: #CCC;
}


#headerMessages, #headerErrors {

	padding: 17px 10px 1px 10px;
	margin: 15px 0px;
	font-size: 1.2em;

}


#showActivity {

	position: absolute;
	background-color: #333;
	color: #FFF;
	padding: 5px 10px;

}

/*	Calendar
********************************/

#calendar {

	width: 300px;
	font-size: 1.2em;
	margin-top: 5px;

}

#calendar .header {
	height: 18px;
	width: 215px;
	margin: 0px auto;
	overflow: hidden;
}

#calendar .header .month, #calendar .header a {
	float: left;
}

#calendar .header .month {

	height: 15px;
	width: 170px;
	text-align: center;
	border: 1px solid #333;
	margin: 0px 10px;

}

#calendar .weeknames {
	margin: 5px 0px;
}

#calendar .weeknames .weekname {

	float: left;
	width: 38px;
	height: 15px;
	margin-right: 5px;
	text-align: center;

}

#calendar .week {

	height: 35px;
	overflow: hidden;

}

#calendar .week .day {

	float: left;
	height: 20px;
	padding-top: 10px;
	width: 38px;
	text-align: center;
	color: #FFF;
	margin-right: 5px;
	cursor: pointer;

}

#calendar .week .on {
	background-color: #CCC;
	color: #000;
}

#calendar .fade {

	background-color: #0F0F0F;

}

.events_0 {
	background-color: #4F4F4F;
	cursor: default !important;
}

.events_1 {
	background-color: #7F7F7F;
}

.events_2 {
	background-color: #8F8F8F;
}

.events_3 {
	background-color: #9F9F9F;
}

.events_4 {
	background-color: #9F9F9F;
}

.events_5 {
	background-color: #9F9F9F;
}

#calendar_info {
	background-color: #000;
	margin-top: 5px;

}

/*	Keywords
********************************/

#keywords {
	font-size: 1.1em;
}

#keywords .header {
	overflow: hidden;
	height: 25px;
}

#keywords .header span {

	display: block;
	float: left;
	width: 75px;
	font-weight: bold;
	padding: 6px 0px 7px 0px;

}
#keywords .header a {

	display: block;
	float: left;
	width: 65px;
	padding: 6px 0px 7px 8px;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	overflow: hidden;

}

#keywords .header a:hover {
	text-decoration: none;
}

#keywords .header a.on {
	background-color: #FFF;
	color: #000;
}

#keyword_random_tab {
	width: 67px;
	border-right: 1px solid #FFF;
}

#keywords .words {
	width: 282px;
	border: 1px solid #FFF;
	padding: 7px 7px 3px 7px;
}

#keywords .words a {
	display: block;
	float: left;
	margin: 0px 15px 2px 0px;
	height: 17px;
	overflow: hidden;
	white-space: nowrap;
}



/*	Issue Scoller
********************************/


#issues_scroll .header {

	height: 13px;
	overflow: hidden;
	background-color: #333;
	color: #FFF;
	margin-top: 5px;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;

}

#issues_scroll .images {

	background-color: #4F4F4F;
	width: 300px;
	height: 341px;
	overflow: hidden;
	position: relative;
}

#issues_scroll .link_1 {
	position: absolute;
	top: 5px;
	left: 7px;
}

#issues_scroll .link_2 {
	position: absolute;
	top: 5px;
	left: 153px;
}

#issues_scroll .link_3 {
	position: absolute;
	top: 118px;
	left: 7px;
}

#issues_scroll .link_4 {
	position: absolute;
	top: 118px;
	left: 153px;
}

#issues_scroll .link_5 {
	position: absolute;
	top: 229px;
	left: 7px;
}

#issues_scroll .link_6 {
	position: absolute;
	top: 229px;
	left: 153px;
}

#issues_scroll .on {
	background-color: #CCC;
	color: #000;
}


/*	Detailed scrollers
********************************/

.scrollies {

	position: relative;
	width: 100%;
	height: 20px;
	overflow: hidden;
	margin-top: 10px;

}

.scrollies_info, .scrollies_previous, .scrollies_pages, .scrollies_next {

	position: absolute;
	top: 0px;

	height: 22px;
	overflow: hidden;

}

.scrollies_info {

	width: 170px;
	left: 0px;

}


.scrollies_previous {

	width: 80px;
	left: 185px;

}

.scrollies_pages {

	width: 273px;
	left: 267px;

}

.scrollies_next {

	right: 0px;

}



/*	Modalbox
********************************/

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 300px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../img/admin/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000;
	-moz-box-shadow: 0 0 64px #000;
	box-shadow: 0 0 64px #000;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }

.MB_alert {
	margin: 10px 0;
	text-align: center;
}

#MB_content a {
	color: #000;
}

#MB_window input {
	background-color: #FFF;
	color: #000;
}

/* Mixtape */
.Mixtape_Style {
	 margin: 30px 0 0 0;
	 padding: 0;
}

.Mixtape_Style.guest {
	margin: 0 30px 0 0;
}

p .mixNo {
	width: 100px;
	margin: 0 0 5px 0;
	font-size: 1.3em;
	text-align: left;
	padding-left: 1px;
}

.guestPlay {
	width: 300px;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.8em;
	text-align: left;
	padding-left: 1px;
}

.Mixtape_Style.guest img {
	padding: 0;
	width: 100px;
	height: 100px;
	border: none;
	background: transparent;
	float: left;
	overflow: hidden;
}
.Mixtape_Style.guest p {
	padding: 0 0 0 110px;
}

.leftTapes {
	width: 295px;
	float: left;
	display: block;
}

.leftTapes img {
	width: 65px;
	height: 65px;
	overflow: hidden;
	float: left;
}

.leftTapes p {
	margin: 10px 0 0 0;
	padding: 0;
}

.rightTapes {
	width: 295px;
	float: right;
	display: block;
}

.rightTapes img {
	width: 65px;
	height: 65px;
	overflow: hidden;
	float: left;
}

.rightTapes p {
	margin: 10px 0 0 0;
	padding: 0;
}

.mixtapeinfo {
	width: 190px;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 1.2em;
	clear: both;
}

.mixtapeinfo a {
	clear: both;
	display: block;
}

.mixdesc {
	width: 175px;
	padding: 0 0 0 10px;
	overflow: none;
	display: block;
	float: left;
}

b.song {
	padding: 0 0 0 2px;
	width: 40px;
	display: block;
	float: left;
}

b.artist {
	padding: 0 0 0 2px;
	width: 40px;
	display: block;
	float: left;
}

b.album {
	padding: 0 0 0 2px;
	height: 20px;
	width: 40px;
	display: block;
	float: left;
}

.clearTapes {
	width: 590px;
	clear: both;
	height: 0px;
}
.clearTapes hr { display: none; }


/* Gallery
********************************/

.latestGallery h1, .galleryPhotoWrapper h1 {

    float: left;
    width: 450px;
    overflow: hidden;

}

.latestGallery h2, .galleryPhotoWrapper h2 {

    float: right;
    margin-top: 8px;

}

.latestGallery img, .galleryPhotoWrapper img {

    margin-bottom: 10px;

}



.gallerySummary {

    width: 115px;
    height: 200px;
    overflow: hidden;

    float: left;

    margin-right: 30px;
    margin-bottom: 10px;

}

.gallerySummary h2 {

    margin-top: 7px;
    height: 25px;
    overflow: hidden;

}

.galleryLeftWrapper {

    float: left;
    width: 85px;
    overflow: hidden;

}

.galleryLeft, .galleryLeftCurrent {

    width: 60px;
    height: 83px;
    overflow: hidden;
    margin-bottom: 5px;

}

.galleryLeftCurrent {

    width: 66px;
    height: 89px;

}

.galleryLeftCurrent img {


    border: 3px solid #fff;

}


.galleryLeftArrow, .galleryRightArrow {

    float: left;
    width: 20px;
    overflow: hidden;

}

.galleryLeftArrow {

    margin-right: 10px;

}

.galleryRightArrow {

    margin-left: 10px;

}

.galleryPhotoWrapper {

    float: left;
    width: 445px;
    overflow: hidden;

}

.galleryPhotoWrapper h1 {

    width: 350px;

}

.galleryPhotoCenter {

    text-align: center;

}

.galleryLeftUp, .galleryLeftDown {

    padding-left: 20px;

}

.galleryLeftUp {

    margin-bottom: 5px;


}

.galleryLeftDown {



}

.galleryLeftPhotosWrapper {

    height: 622px;
    overflow: hidden;
    position: relative;

}

.galleryLeftPhotosScroll {

    position: absolute;

}

/* Top tab
********************************/

#toptab {

    position: relative;

    width: 965px;
    height: 20px;

    margin: 0px auto;

    background-color: #E5E5E5;
    color: #000;

    overflow: hidden;

}

#toptab span {

    display: block;

    height: 17px;
    width: 80px;

    position: absolute;
    top: 5px;
    left: 5px;

    overflow: hidden;

}

#toptab a {

    display: block;

    height: 15px;

    position: absolute;
    top: 3px;

    overflow: hidden;

    padding: 2px 0px 0px 5px;

    color: #000;

}

#toptab a.current, #toptab a:hover {

    background-color: #000;
    color: #fff;

}

#toptab a.a {

    width: 130px;
    left: 91px;

}

#toptab a.b {

    width: 138px;
    left: 239px;

}

#toptab a.c {

    width: 132px;
    left: 395px;

}

#toptab a.d {

    width: 125px;
    left: 545px;

}

#toptab a.e {

    width: 120px;
    left: 688px;

}

#toptab a.f {

    width: 132px;
    left: 826px;

}


/* Maps
********************************/

#map {

    margin-bottom: 10px;

}

#mapForm .legend {

    width: 590px;
    height: 30px;
    overflow: hidden;

    background-image: url('../img/maps/legend_dark.gif');

}

.mapBreak {

    height: 2px;
    overflow: hidden;

    margin: 10px 0px;

    background-color: #1A1A1A;

}

#mapForm a.miniPromotionWrapper {

    width: 590px;
    height: 45px;
    overflow: hidden;

}

#mapForm table.mapFilter {

    width: 100%;

}


#mapForm table.mapFilterHighlighted {

    background-color: #1A1A1A;

}

#mapForm table.mapFilter td, table.mapFilter th {

    padding: 7px 0px 5px 5px;

}

#mapForm table.mapFilter th {

    text-align: left;
    font-size: 1.1em;

}

#mapForm table.mapFilter td {

    text-align: right;

}

#mapForm table.mapFilter td input {

    width: 250px;

    background-color: white;
    color: black;
    height: 14px;

}

#mapForm table.mapFilter td .searchByDropdown {

    text-align: left;

}

#mapForm table.mapFilter td .searchByDropdown input {

    width: auto;
    height: auto;
    position: relative;
    top: 4px;

}


#mapForm .mapFilterGo {

    text-align: right;

}

#mapForm .mapFilterGo button {

    text-indent: -9999px;

    width: 40px;
    height: 40px;
    overflow: hidden;


    background-color: transparent;

    border: 0px;
    padding: 0px;
    margin: 0px;

    background-image: url('../img/maps/go_dark.gif');

}


#modelDescription {

    margin-top: 6px;
    font-weight: bold;

}

/* Map popup
********************************/

.mapPopup {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;

    width: 460px;
    overflow: hidden;

}

.mapPopup a {

    color: #000;
    text-decoration: underline;

}

.mapPopup img.button {

    margin-bottom: 5px;

}

.mapPopup .col {

    float: left;
    overflow: hidden;
    padding: 0px 0px 10px 0px;

}

.mapPopup .colLeft {

    width: 205px;
    padding-right: 5px;

}

.mapPopup .colRight {

    width: 240px;

}

.mapPopup .icon a {

    position: relative;
    top: -10px;
    left: 5px;

}

#mapFeedback {

    margin-top: 10px;

}


/* Map tabs
********************************/

.mapTabs {

    height: 30px;
    overflow: hidden;

}

.mapTabs a {

    display: block;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    margin-right: 1px;
    height: 30px;
    width: 79px;

}

.mapTabs a.tab1 {

    background-image: url('../img/maps/tab_map_off.png');

}

.mapTabs a.tab1on {

    background-image: url('../img/maps/tab_map_on.png');

}

.mapTabs a.tab2 {

    background-image: url('../img/maps/tab_mymap_off.png');

}

.mapTabs a.tab2on {

    background-image: url('../img/maps/tab_mymap_on.png');

}

.mapTabs a.tab3 {

    background-image: url('../img/maps/tab_conceptmap_off.png');

}

.mapTabs a.tab3on {

    background-image: url('../img/maps/tab_conceptmap_on.png');

}

.mapTabs a.tab4 {

    float: right;

    width: 155px;
    height: 23px;
    overflow: hidden;

    position: relative;
    top: 3px;

    background-image: url('../img/maps/mappedbymini-black.png');



}

.mapTabs img.conceptIcon {

    float: right;

}

.mapBG {

    width: 590px;
    height: 452px;
    overflow: hidden;

    position: relative;

    background-color: #333;

}


.myMapsIntro {

    margin-top: 10px;

}


.myMapsIntro h2 {

    color: #66CC00;

    font-size: 16px;

    display: block;
    float: left;
    width: 200px;

}

.myMapsIntro p.yourmap {

    display: block;
    float: left;
    width: 200px;

    position: relative;
    top: 5px;

}

.myMapsIntro h3 {

    clear: both;

    display: block;

    width: 590px;
    height: 20px;
    overflow: hidden;

    background-image: url('../img/maps/mymaps_header_howitworks.gif');

    text-indent: -9999px;

}

.howItWorks .number {

    float: left;

    margin-right: 10px;

}

.howItWorks .number img {

    vertical-align: top;

}

.howItWorks .number p {

    float: left;

    position: relative;
    top: 2px;

}

h4.mymap {

    display: block;

    width: 590px;
    height: 20px;
    overflow: hidden;

    background-image: url('../img/maps/mymaps_header_mymap.gif');

    text-indent: -9999px;

}


form.mymapsInput table {

    width: 100%;

}

form.mymapsInput table th {

    text-align: left;

}

form.mymapsInput table td {

    text-align: right;

}

form.mymapsInput input, form.mymapsInput textarea {

    background-color: #fff;
    padding: 0px;
    color: #000;

}

button.mapSave {

    text-indent: -9999px;

    width: 126px;
    height: 39px;
    overflow: hidden;

    background-color: transparent;

    border: 0px;
    padding: 0px;
    margin: 0px;

    background-image: url('../img/maps/mymaps_save.png');

}

.mymapLoad th {

    color: #66CC00;

    font-size: 16px;

    text-align: left;

    width: 240px;
    padding-right: 15px;

}
