f/*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Bækholt)
** All you guys rock :)
*/

.search {

}


.temp {
	background: #BD2601;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px;
}

.temp a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0 3px 0 3px;
}

.temp a:visited {
	color: #FFFFFF;
}

body {
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
    margin: 0;
    padding: 0;
	text-align: center;
	background: #6182B8;
}

/* sorts out the old liquid width */
/*#width {
	width: 70%;  
	min-width: 780px;  
	background: #FFFFFF;
	border-left: 0px solid #006699;
	border-right: 0px solid #006699;
	margin-left: auto;
	margin-right: auto;
}*/

* html .minwidth {
	border-left:780px solid #FFFFFF;
}

* html .container1 {
	margin-left:-780px;
	position:relative;
}

/*\*/
* html .minwidth, * html .container1 {
	height: 1px;
}
/**/

#container2 {
    position: relative;
}

/* end of liquid width */

#width {
	width: 780px; 
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.homesearch {
	font-size: 14px;
	font-weight: bolder;
	padding: 8px 0 15px 0;
	border: 0;
}

#header {
	height: 90px;	
	margin-left: auto;
	margin-right: auto;
	background: url('/images/headerbetween.jpg');
	background-repeat: repeat-x;
	position: relative;
	padding-right:2px;
}

#header1 {
	position: absolute;
	top: 0;
	left: 0;
}

#header2 {
	background: url('/images/header2.jpg');
	background-repeat: no-repeat;
	height: 90px;
	width: 349px;
	position: absolute;
	top: 0;
	right: -1px;
}

#utility {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #666666;
	font-size: 10px;
}

#utility a {
	text-decoration: none;
}

#utility a:hover {
	color: #CC0000;
}

#youarehere {
	color: #666666;
	font-size: 11px;
}

.breadcrumbs {
	font-size: 10px;
	color: #666666;
	margin:0;
}

/*
** Search portlet
*/

input.searchButton {
    margin-top: 1px;
    font-size: 95%;
	display: none;
}
#searchGoButton {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 11px;
}

#searchInput {
    width: 11.5em;
    font-size: 95%;
	margin: 0;
}

#p-searchleft {
	font-size: 11px;
	color: #666666;
	position: absolute;
	top: 123px;
	right: 170px;
	z-index: 3;
	font-weight: bold;
}

.p-search {
    font-size: 10px;
    color: black;
	padding: 0 0 5px 0;
    border-bottom: 0px solid #aaa;
	position: absolute;
	top: 120px;
	right: 8px;
	z-index: 3
}

#holder {
	width: 100%;
	margin: 1.5em 0 0 0;
	border: 0px solid purple;
	position: relative;
	z-index: 1;
}

#topbar {	
	background: #B60000;
	margin: 0 auto;
	position: relative;
	border-bottom: 0px solid #CCCCFF;
	padding: 3px;
	color: white;
	text-align: right;
	z-index: 4;
}

#topbar a {
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 0 7px 0 7px;
	font-family: Kristen ITC, Verdana, Arial, Helvetica, sans-serif;
}

#topbar a:hover {
	color: #FFCC66;
	text-decoration: none;
}

#searchbox {	
	background: url('/images/redsearchbg.gif') no-repeat;
	position: absolute;
	top: 94px;
	right: 0;
	border: 0px solid #CCCCFF;
	padding: 0;
	color: white;
	width: 238px;
	z-index: 3;
}

#searchbox form {	
	margin: 0;
	text-align: right;
	padding: 0 3px 4px 0;
}

#searchbox form input {	
	font-size: 10px;
}

#whitebox {
	background: #FFFFFF; 
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-left: 0px solid #aaa;
}

#shoplayout {
	background: #C9D9F5;
}

.leftbar {
	width: 150px;
	background: #FFFFFF;
	border: 0px solid red;
	text-align: left;
	border-left: 0px solid #8DB9EC;
}

.browseby {
	padding: 5px 0 5px 0;
	margin: 0 8px 0 8px;
	border-bottom: 1px solid #D9E3F3;
	font-family: Kristen ITC, Verdana, Arial, Helvetica, sans-serif;
	color: #E3A11C;
	font-size: 12px;
	font-weight: bold;
}

.browseby a {
	color: #E3A11C;
}

.browseby a:hover {
	color: #CC0000;
	text-decoration: none;
}

.navtitle {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #D9E3F3;
}

.nav {
	background: #FFFFFF; 
	position: relative;
	font-size: 11px;
	border-top: 0px solid #D9E3F3;
}
	
.nav a {
	display: block;
	text-decoration: none; 
	margin: 0 8px 0 8px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #D9E3F3;
	border-top: 0px solid #D9E3F3;
	color: #454646;
}

.nav a:hover {
	background: #F4F7FD; 
	color: #CC0000;
	text-decoration: none;
}

a.navhold {
	color: #CC0000;
	background: #F4F7FD;
	font-weight: bold;
}

.break {
	padding: 5px 0 5px 10px;
}

#copyright {
	width: 130px;
	text-align: center;
	color: #999999;
	background: #F4F7FD;
	padding: 10px;
	font-size: 11px;
	
}

#copyrightdiv {
	border-top: 0px solid #aaa;
	text-align: center;
	padding: 10px;
	
}

.bordertop {
	border-top: 1px solid #8DB9EC;
}

#wikicontent {
    background: white;
    color: black;
    line-height: 1.5em;
	font-size: 12px;
	margin: 0 10px 0 15px;
}

#content {
    background: white;
    color: black;
    line-height: 1.5em;
	font-size: 12px;
	margin: 0 10px 0 15px;
}

td {
	line-height: 1.5em;
	font-size: 12px;
}

div {
	text-align:left;
}

#adsense {
	background: #F4F7FD;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #D9E3F3;
}

.indexarticles {
	font-size: 11px; 
	border-bottom: 1px solid #aaa; 
	line-height: 1.5em; 
	padding: 4px 4px 4px 7px;
}

.indexarticles a {
	color: #B60000;
	font-weight: bolder;
}

table td.blogarticles {
	font-size: 11px;
	color: #000000;
	border: 0px solid #1D5BD9;
	padding: 5px;
}

table td.blogarticles a {
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
}

table td.blogarticles a:hover {
	text-decoration: none;
	color: #0033FF;
}

#submitarticle { 
	width: 147px;
	padding: 0 15px 0 0;
}

.blogimages {
	 border-bottom: 1px dashed #aaa;
	 padding:0;	 
}

.blogimages img {
	width: 100px;
}

#adsense2 {
	border: 1px solid #619BDA;
	padding: 5px;
	width: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.greyline1 {
	border-top:1px solid #CCCC99;
	margin-top:10px; 
	padding:10px;
	
}

/* Wiki info at bottom */

#tabs, #tabs2 {
	text-align: center;
	border: 0px solid blue;
	width: 100%;
}

#tabs a, 
#tabs2 a {
	padding: 0 5px 0 5px;
	text-decoration: none;
	font-size: 11px;
	color: #7AA0DE;
}

#tabs li a:hover, 
#tabs2 li a:hover {
	color: #CC0000;
}

#tabs ul, 
#tabs2 ul {
	list-style-type: none;
}

#tabs li,
#tabs2 li{
	display: inline;
}


#ourfooter {
    text-align: center;
	padding: 5px 0 5px 0;
	background: #FFFFFF;
	border-top: 1px solid #aaa;
	font-size: 11px;
}

.pBody2 {
    font-size: 10px;
    background-color: FFFFFF;
    color: black;
    border: 0px solid #000000;
	text-align:center;
}

div.backlink {
	font-size: 11px;
	margin-bottom: 0px;
	border: 0px solid red;
}

.ver11 {
	font-size:11px;
}

.borderbottom {
	border-bottom:1px solid #aaa;
}

.padright {
	padding-right:20px;
}

td table p {
	margin:0;
}

#bodyContent table img {
	padding: 0px;
	text-align: center;
}

/* images and text for index page */

#indeximages {
	float: left; 
	width: 180px; 
	height: 600px; 
	margin-right: 20px;
	border: 0px solid red;
}

.image1 {
	position: absolute; 
	top: 230px; 
	left: 0px;
}

.image2 {
	position: absolute; 
	top: 380px; 
	left: 0px;
}

.image3 {
	position: absolute; 
	top: 530px; 
	left: 0px;
}

.image4 {
	position: absolute; 
	top: 680px; 
	left: 0px;
}

.image5 {
	position: absolute; 
	top: 830px; 
	left: 0px;
}

.image6 {
	position: absolute; 
	top: 980px; 
	left: 0px;
}

.red {
	color: #B60000;
	font-weight: bold;
	font-size: 13px;
}

.mbottom {
	margin-bottom: 6px;
}

#paragraph1 {
	background: url('/images/paragraphtoys3.jpg');
	background-repeat: no-repeat;
	height: 219px;
	border: 1px solid #aaa;
	padding-left: 10px;
	padding-top: 1px;
	margin: 10px 0 10px 0;
	
}

.homepagenewtoys {
	font-size: 12px; 
	line-height: 1.5em
}

.homepagenewtoys img {
	margin-right: 8px;
}

.fright {
	float: right;
}

.indexbox {
	border: 0px solid red; 
	margin-left:200px; 
	height: 900px;
	padding-top: 3px;
}

#favbrandstop {
	background-color: #ADCBF1;
	border: 1px solid #333366;
	padding: 4px 0 3px 10px;
}

#favbrandsimg {
	background:url('/images/favbrands.jpg');
	background-repeat: no-repeat;
	width: 121px;
	height: 11px;
	padding: 0;
}

.favbrands {
	border: 1px solid #aaa;
	border-top: 0;
}

.favbrands1 {
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px; 
	border: 0px solid red;
	float: left;
	margin-right: 120px;
}

.favbrands2 {
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px; 
	border: 0px solid blue;	
}

#newtoys {
	background-color: #ADCBF1;
	border: 1px solid #333366;
	padding: 3px 0 3px 10px;
	margin: 20px 0 5px 0;
}

#newtoysimg {
	background:url('/images/newtoys.jpg');
	background-repeat: no-repeat;
	width: 70px;
	height: 14px;
}

/* end of images and text for index page */

/* Contact page styles */

.contactbox {
	padding:10px;
	background: #E7F9FE;
	border-top: 2px solid #226C81; 
	border-bottom: 2px solid #226C81;
	font-size: 12px;
	width: 500px;
}

.ouraddress {
	line-height: 0;
}

.linkpage {
	font-size: 12px;
	line-height: 1.5em;
}

/* general styles */

.bluebox p {
	background: #CFE6EE;
	border: 1px solid #375E6B;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.pinkbox p {
	background: #F9D1E8;
	border: 1px solid #954773;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.yellowbox p {
	background: #FFFFCC;
	border: 1px solid #FFCC33;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

table {
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 14px;
}

p img {
    margin: 0;
}

img {
    border: 0px solid #aaa;
    vertical-align: middle;
}

.alignright img {
	float: right; 
	margin: 0 0 10px 10px; 
	border: 1px solid #aaa;
}

img.border {
	border: 1px solid #aaa;
}

hr {
    height: 1px;
    color: #aaa;
    background-color: #aaa;
    border: 0;
    margin-top: 3px;
	padding: 0;
}

h1 {
font-size: 18px;
font-weight: bold;
color: #CC0000;
padding-top: 7px;

}

#content h2, #wikicontent h2 {
    /* background: url('/images/bluehead.jpg');
	background-repeat: repeat-x; */
	color: #000000;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	margin-bottom: 5px;
}

#content h1, #wikicontent h1 {
    margin-bottom: 15px;
}

h3, h4, h5, h6 {
    color: black;
    background: none;
    font-weight: bold;
    margin-top: 1em;
    padding-top: .5em;
	margin-bottom: 1em;
    border-bottom: 0px solid #aaa;
	font-size:12px;
}

ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: .3em 0 0 1.5em;
    padding: 0;
    list-style-image: url('bullet.gif');
}

ol {
    line-height: 1.5em;
    margin: .3em 0 0 3.2em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: .1em;
}

#siteSub {
    display: none;
}
#contentSub {
    font-size: 84%;
    line-height: 1.2em;
    margin: 0 0 1.4em 1em;
    color: #7d7d7d;
    width: auto;
}

table.linkpage {
	font-size: 12px;
	line-height: 1.5em;
}

.greyborder {
	border: 1px solid #aaa;
}

#createAccount {
	border: 0px solid red;
	text-align: left;
}

.outerorangetab {
	text-align: right;
	background: #F1F0EF;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding: 5px 5px 0 5px;
	margin-top: 5px;
}

.orangetab {
	background: url('/images/orangetab.jpg');
	background-repeat: no-repeat;
	width: 212px;
	height: 28px;
	text-align: center;
	padding-top: 5px;
	margin: 0 0 0 auto;
}

.catBorder {
	border-top: 1px solid #aaa;
	padding: 5px 10px 5px 0;
}

table.cats {
	font-size: 11px;
	line-height: 1.5em;
}

.catseparator {
	 padding: 15px 40px 15px 40px; 
	 border-bottom: 1px dashed #aaa;
	 color: #454544;
}

.catseparator2 {
	 padding: 15px 10px 15px 0; 
	 border-bottom: 1px dashed #aaa;
	 color: #454544;
}

.buynowbutton {
	position: absolute; 
	top: 0; 
	right: 10px; 
	background: url('http://www.thetoyreview.com/images/buynowbutton.jpg'); 
	width: 101px; 
	height: 42px; 
	text-align: center; 
	padding-top: 3px; 
	background-repeat: no-repeat;
	
}

.afflink {
	padding: 5px 10px 5px 10px;
	text-align: center;
}

#commentnotice {
	font-size: 11px;
	border: 1px solid #aaa;
	padding: 3px;
	background: #CCCCFF;
}






*****************************************************************************************************************
*****************************************************************************************************************
*************************************** End of our personal styles!!!! ******************************************
*****************************************************************************************************************
*****************************************************************************************************************

/* other stuff - leave in */

span.subpages {
    display: block;
}

/* Some space under the headers in the content area */

#bodyContent {
	position: relative;
}

/* user notification thing */
.usermessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: black;
    font-weight: bold;
    margin: 2em 0 1em;
    padding: .5em 1em;
    vertical-align: middle;
}
#siteNotice {
    text-align: center;
    font-size: 95%;
    padding: 0 .9em;
}
#siteNotice p {
    margin: 0;
    padding: 0;
}
.error {
    color: red;
    font-size: larger;
}

#catlinks {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    margin-top: 1em;
    clear: both;
}

#catlinks p {
    margin:0;
}


/* content styles */

#toc,
.toc {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	display:none;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}


/* images */

div.floatright, table.floatright {
    clear: right;
    float: right;
    position: relative;
    margin: 0 0 .5em .5em;
    border: 0;
}

div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
    float: left;
    position: relative;
    margin: 0 .5em .5em 0;
    border: 0;
}

div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
    margin-bottom: .5em;
    border-style: solid;
    border-color: white;
    width: auto;
}
div.thumb div {
    border: 1px solid #ccc;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 94%;
}
div.thumb div a img {
    border: 1px solid #ccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: .3em 0 .1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: .5em 0 .8em 1.4em;
}
div.tleft {
    float: left;
    margin-right: .5em;
    border-width: .5em 1.4em .8em 0;
}

.hiddenStructure {
    display: none;
}
img.tex {
    vertical-align: middle;
}
span.texhtml {
    font-family: serif;
}

/*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
*/

/*
** User styles
*/
/* table standards */
table.rimage {
    float: right;
    position: relative;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.toccolours {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}
div.townBox {
    position: relative;
    float: right;
    background: white;
    margin-left: 1em;
    border: 1px solid gray;
    padding: .3em;
    width: 200px;
    overflow: hidden;
    clear: right;
}
div.townBox dl {
    padding: 0;
    margin: 0 0 .3em;
    font-size: 96%;
}
div.townBox dl dt {
    background: none;
    margin: .4em 0 0;
}
div.townBox dl dd {
    margin: .1em 0 0 1.1em;
    background-color: #f3f3f3;
}

/*
** edit views etc
*/
.special li {
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment {
    color: gray;
}
#pagehistory span.user {
    margin-left: 1.4em;
    margin-right: .4em;
}
#pagehistory span.minor {
    font-weight: bold;
}
#pagehistory li {
    border: 1px solid white;
}
#pagehistory li.selected {
    background-color: #f9f9f9;
    border: 1px dashed #aaa;
}

/*
** Diff rendering
*/
table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: white;
}
td.diff-addedline {
    background: #cfc;
    font-size: smaller;
}
td.diff-deletedline {
    background: #ffa;
    font-size: smaller;
}
td.diff-context {
    background: #eee;
    font-size: smaller;
}
span.diffchange {
    color: red;
    font-weight: bold;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a[href ^="http://"],
#bodyContent a[href ^="gopher://"] {
    background: url(external.png) center right no-repeat;
    padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
    background: url(lock_icon.gif) center right no-repeat;
    padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
    background: url(mail_icon.gif) center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
    background: url(news_icon.png) center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
    background: url(file_icon.gif) center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
    background: url(discussionitem_icon.gif) center right no-repeat;
    padding-right: 18px;
}
/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
    color: #36b;
    background: none;
    padding: 0;
}
#bodyContent a.external {
    color: #36b;
}
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0;
}

#bodyContent .plainlinks img {
    margin: 2px;
	padding: 0;
}
/*
** Structural Elements
*/

/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
    border: none;
    margin: 0 0 .5em;
    padding: 0;
    float: none;
    width: 11.7em;
    overflow: hidden;
}
.portlet h4 {
    font-size: 95%;
    font-weight: normal;
    white-space: nowrap;
}
.portlet h5 {
    background: transparent;
    padding: 0 1em 0 .5em;
    display: inline;
    height: 1em;
    text-transform: lowercase;
    font-size: 91%;
    font-weight: normal;
    white-space: nowrap;
}
.portlet h6 {
    background: #ffae2e;
    border: 1px solid #2f6fab;
    border-style: solid solid none solid;
    padding: 0 1em 0 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}
.pBody {
    font-size: 95%;
    background-color: FFFFCC;
    color: black;
    border-collapse: collapse;
	text-align: right; 
    padding: 0 .8em .3em .5em;
}

.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
    margin: 0;
    padding: 0;
}
.portlet ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(bullet.gif);
    font-size: 95%;
}
.portlet li {
    padding: 0;
    margin: 0;
}

/* the navigation portlet */

#p-navigation {
    position: relative;
    z-index: 3;
}


/*
** the personal toolbar
*/

#p-personal {
    border: 0px solid red;
    background: none;
    overflow: hidden;
    line-height: 1.2em;
	position: relative;
	top: 0;
	right: 5px;
	
}

#p-personal h5 {
    display: none;
}
#p-personal .portlet,
#p-personal .pBody {
    padding: 0;
    margin: 0;
    border: none;
    z-index: 0;
    overflow: hidden;
    background: none;
}
/* this is the ul contained in the portlet */
#p-personal ul {
    border: none;
    line-height: 1.4em;
    text-align: right;
    list-style: none;
}
#p-personal li {
    z-index: 0;
    border: none;
    padding: 0;
    display: inline;
    margin-left: 1em;
    line-height: 1.2em;
    background: none;
}

#p-personal li a {
    text-decoration: none;
	font-size:11px;
	color: #619BDA;
}

#p-personal li a:hover {
    color: #CC0000;
}

/* the icon in front of the user name, single quotes
in bg url to hide it from iemac */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background: url(user.gif) top left no-repeat;
    padding-left: 20px;
    text-transform: none;
}

/*
** the page-related actions- page/talk, edit etc
*/

.mytoolbarbg {
	background: #F4F7FD;
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: 2;
	width: 100%;
}

#mytoolbar {
	font-size: 11px;
	margin: 0 0 0 -15px;
	border: 0px solid red;
	border-bottom: 1px solid #aaa;
}

#mytoolbar ul {
	list-style: none;
	margin-left: .8em;
}

#mytoolbar li {
    display: inline;
    border: 1px solid #aaa;
	margin: 0 .5em 0 0;
	padding: .2em 0 .2em 0;
	border-bottom: none;
	background-color: #FFFFFF;
}

#mytoolbar li a {
    background-color: #FFFFFF;
    color: #002bb8;
    border: none;
    padding: 0 .8em 0 .8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    margin: 0;

}

#mytoolbar h5 {
    display: none;
}

#mytoolbar .hiddenStructure {
    display: none;
}

#mytoolbar li.selected {
    border-color: #FFCC66;
	border-bottom: 1px solid white;
}

#editbutton {
	position: absolute;
	top: 130px;
	left: 12px;
	z-index: 4;
}

#editform {
	width: 600px;
}

form #upload {
	width: 600px;
}

#p-cactions {

	font-size: 11px;
    position: relative;
	top: 1px;
	left: 0;
	margin: 0;
    white-space: nowrap;
    width: 100%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    list-style: none;
    font-size: 95%;
	border: 0px solid green; 
}
#p-cactions .hiddenStructure {
    display: none;
}
#p-cactions ul {
    list-style: none;
	margin: 0;
}
#p-cactions li {
    display: inline;
    border: 1px solid #aaa;
    margin: 0 .5em 0 0;
    padding: .2em 0 .2em 0;   
    overflow: visible;
    background: white;
	border-bottom: none; 
}
#p-cactions li.selected {
    border-color: #fabd23;
	border-bottom: 0;
	padding-bottom: 2px;
}

#p-cactions li a {
    background-color: white;
    color: #002bb8;
    border: none;
    padding: 0 .8em 0 .8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;

}
#p-cactions .selected a {
    z-index: 3;
}
#p-cactions .new a {
    color: #ba0000;
}
#p-cactions li a:hover {
    z-index: 3;
    text-decoration: none;
}
#p-cactions h5 {
    display: none;
}
#p-cactions li.istalk {
    margin-right: 0;
}
#p-cactions li.istalk a {
    padding-right: .5em;
}
#p-cactions #ca-addsection a {
    padding-left: .4em;
    padding-right: .4em;
}
/* offsets to distinguish the tab groups */
li#ca-talk {
    margin-right: 1em;
}
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
    margin-left: 0;
}

/*
** the remaining portlets
*/
#p-tbx,
#p-lang {
    position: relative;
    z-index: 3;
}

/* hide from incapable browsers */
head:first-child+body #footer li { white-space: nowrap; }
#f-poweredbyico, #f-copyrightico {
    margin: 0 8px;
    position: relative;
    top: -2px; /* Bump it up just a tad */
}
#f-poweredbyico {
    float: right;
    height: 1%;
}
#f-copyrightico {
    float: left;
    height: 1%;
}

/* js pref toc */
#preftoc {
    float: left;
    margin: 1em;
    width: 13em;
}
#preftoc li {
    border: 1px solid white;
}
#preftoc li.selected {
    background-color: #f9f9f9;
    border: 1px dashed #aaa;
}
#preftoc a,
#preftoc a:active {
    display: block;
    color: #0014a6;
}
#prefcontrol {
    clear: both;
    
    margin-top: 1em;
}
div.prefsectiontip {
    font-size: 95%;
    margin-top: 1em;
}
fieldset.operaprefsection {
    margin-left: 15em;
}

/*
** IE/Mac fixes, hope to find a validating way to move this
** to a separate stylesheet. This would work but doesn't validate:
** @import("IEMacFixes.css");
*/
/* tabs: border on the a, not the div */
* > html #p-cactions li { border: none; }
* > html #p-cactions li a {
    border: 1px solid #aaa;
    border-bottom: none;
}
* > html #p-cactions li.selected a { border-color: #fabd23; }
/* footer icons need a fixed width */
* > html #f-poweredbyico,
* > html #f-copyrightico { width: 88px; }
* > html #bodyContent,
* > html #bodyContent pre {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 25px;
}

/* more IE fixes */
/* float/negative margin brokenness */
* html #footer {margin-top: 0;}
* html #column-content {
    display: inline;
    margin-bottom: 0;
}
* html div.editsection {
	font-size: smaller;
	display:none;
}

.editsection {
	display: none;
}

#pagehistory li.selected { position: relative; }

/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {
    float: none;
}
* > html #column-one {
    position: absolute;
    left: 0;
    top: 0;
}
* > html #footer {
    margin-left: 13.2em;
}
.redirectText {
    font-size: 150%;
    margin: 5px;
}

.printfooter {
    display: none;
}

.not-patrolled {
    background-color: #ffa;
}
div.patrollink {
    font-size: 75%;
    text-align: right;
}
span.newpage, span.minor, span.searchmatch {
    font-weight: bold;
}
span.unpatrolled {
    font-weight: bold;
    color: red;
}

span.searchmatch {
    color: red;
}
.sharedUploadNotice {
    font-style: italic;
}

span.updatedmarker {
    color: black;
    background-color: #0f0;
}
span.newpageletter {
    font-weight: bold;
    color: black;
    background-color: yellow;
}
span.minoreditletter {
    color: black;
    background-color: #c5ffe6;
}

table.gallery {
    border: 1px solid #ccc;
    margin: 2px;
    padding: 2px;
    background-color: white;
}

table.gallery tr {
    vertical-align: top;
}

table.gallery td {
    vertical-align: top;
    background-color: #f9f9f9;
    border: solid 2px white;
}

div.gallerybox {
    margin: 2px;
    width:  150px;
}

div.gallerybox div.thumb {
    text-align: center;
    border: 1px solid #ccc;
    margin: 2px;
}

div.gallerytext {
    font-size: 94%;
    padding: 2px 4px;
}

span.comment {
	font-style: italic;
}

span.changedby {
	font-size: 95%;
}

.previewnote {
	text-align: center;
	color: #cc0000;
}
.editExternally {
	border: 1px solid gray;
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0.5em;
	float: left;
	font-size: small;
	text-align: center;
}
.editExternallyHelp {
	font-style: italic;
	color: gray;
}

li span.deleted {
	text-decoration: line-through;
	color: #888;
	font-style: italic;
}

.toggle {
	margin-left: 2em;
	text-indent: -2em;
}

/* Classes for EXIF data display */
table.metadata {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

table.metadata caption {
	font-weight: bold;
}

table.metadata th {
	font-weight: normal;
}

table.metadata td {
	padding: 0.1em;
}

table.metadata {
	border: none;
	border-collapse: collapse;
}

table.metadata td, table.metadata th {
	text-align: center;
	border: 1px solid #aaaaaa;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

table.metadata th {
	background-color: #f9f9f9;
}

table.metadata td {
	background-color: #fcfcfc;
}

/* filetoc */
ul#filetoc {
	text-align: center;
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}

#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
	margin-right: 0.33em;
}


/* Classes for article validation */

table.revisionform_default {
	border: 1px solid #000000;
}

table.revisionform_focus {
	border: 1px solid #000000;
	background-color:#00BBFF;
}

tr.revision_tr_default {
	background-color:#EEEEEE;
}

tr.revision_tr_first {
	background-color:#DDDDDD;
}

p.revision_saved {
	color: green;
	font-weight:bold;
}

#mw_trackbacks {
	border: solid 1px #bbbbff;
	background-color: #eeeeff;
	padding: 0.2em;
}


/* Allmessages table */

#allmessagestable th {
	background-color: #b2b2ff;
}

#allmessagestable tr.orig {
	background-color: #ffe2e2;
}

#allmessagestable tr.new {
	background-color: #e2ffe2;
}

#allmessagestable tr.def {
	background-color: #f0f0ff;
}

span.backlinks {
	font-size: 9px;
}

a span.backlinks {
	color: #999999;
}

a:hover span.backlinks {
	color: #999999;
	text-decoration: none;
}
