body
{
	margin: 0;
	background-image: url(images/game.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a
{
	text-decoration: none;
	color: #0000EE;
}

abbr
{
	font-style: italic;
	border-bottom: 1px dotted;
	cursor: help;
}

body#index div#padder
{
	margin-bottom: 12px;
}

a.rss img
{
	margin: 2px 0 0 6px;
	vertical-align: top;
}

a:hover
{
	text-decoration: underline;
}

div#realmessages
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 20px;
	text-align: center;
	z-index: 10000;
	background-position: top left;
	background-repeat: repeat-x;
	padding-bottom: 12px;
}

div#realmessages
{
	background-image: url(images/header/bg.png);
}

* html div#realmessages
{
	background-image: url(images/header/bg-flat.png);
}

body#index-game div#realmessages
{
	background-image: url(images/realmessages/bg.png);
	background-repeat: no-repeat;
}

* html body#index-game div#realmessages
{
	background-image: url(images/realmessages/bg-flat.png);
}

div#realmessages div#nav,
div#realmessages div#logout
{
	position: relative;
	z-index: 20000;
	height: 20px;
	line-height: 20px;
}

div#realmessages div#logout
{
	float: right;
}

div#realmessages div#gamenav
{
	height: 20px;
	line-height: 20px;
	padding-left: 65px;
}

div#sidebar
{
	width: 132px;
	padding: 0 0 24px 0;
	background-image: url(images/sidebar/bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

* html div#sidebar
{
	background-image: url(images/sidebar/bottom-flat.png);
}

* html div#sidebar
{
	margin-top: -19px;
}

html > body div#sidebar
{
	position: fixed;
	left: 0;
	top: 32px;
	z-index: 15000;
}

* html div#sidebar
{
	float: left;
}

div#sidebar div.char
{
	padding: 0 14px 0 2px;
	background-image: url(images/sidebar/bg.png);
}

* html div#sidebar div.char
{
	background-image: url(images/sidebar/bg-flat.png);
}

div#sidebar div.char > p
{
	margin: 1em 0 0 0;
	padding: 0;
}

div#main
{
	margin: 0 50px 0 132px;
	padding: 7px 0 47px 0;
}

body#minipage div#main
{
	margin: 0 50px 0 5px;
	padding: 0;
}

* html div#main
{
	margin-top: -31px;
}

div#messages
{
	clear: both;
	text-align: center;
	z-index: 10000;
	padding-top: 12px;
	background-image: url(images/messages/bg.png);
	min-height: 40px;
	height: 40px;
}

html > body div#messages
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

* html div#messages
{
	background-image: url(images/messages/bg-flat.png);
}

.hardcore,
.hardcore a,
.hardcored
{
	color: red;
}

.gamebox h3 .hardcore
{
	color: #FF9F9F;
}

.dead,
.dead a,
.deadd
{
	color: gray;
}

.gamebox h3 .dead
{
	color: #CFCFCF;
}

/* ie hack */
div.charsel
{
	width: 260px;
}

html > body div.charsel
{
	width: auto;
	min-width: 120px;
	max-width: 260px;
	float: left;
}

span.charselbox
{
	display: inline-block;
}

* html span.charselbox
{
	padding-right: 6px;
}

*:first-child + html span.charselbox
{
	padding-right: 6px;
}

.npad
{
	float: left;
	width: 3.5em;
}

/* ------------------- NEW STUFF --------------------- */

img
{
	border: 0;
}

img.charprofile
{
	float: left;
	margin-bottom: 0.5em;
	margin-top: 0.7em;
}

li.hl
{
	background-color: #CFCFCF;
}

h1
{
	text-align: center;
	font-size: 2em;
}

div.right
{
	text-align: right;
}

span.fade
{
	color: gray;
}

span.good
{
	color: green;
}

span.bad
{
	color: red;
}

ul.showall
{
	display: none;
}

a.sell,
span.sell,
a.equip,
span.equip,
a.fiddle,
span.fiddle
{
	display: inline-block;
}

a.use,
span.use
{
	display: inline-block;
	min-width: 4em;
}

div.infobox table.map tr td
{
	text-align: center;
	padding: 0.2em 0.7em 0.2em 0.7em;
}

table.mapi tr td img
{
	display: block;
}

table.mapi
{
	border-collapse: collapse;
	border-spacing: 0;
}

table.mapi tr td
{
	padding: 0;
}

table.mapi tr td a
{
	position: relative;
	display: block;
	text-decoration: none;
}

table.mapi tr td a span
{
	display: none;
	position: absolute;
	color: blue;
	width: 150px;
	text-align: center;
	background-color: transparent;
	background-image: url(images/mapbg.png);
}

table.mapi tr td a:hover span
{
	display: block;
}

table.mapi tr td a span.level
{
	bottom: 0px;
}

li.warning,
li.warning a
{
	color: red !important;
}

/* TODO: superfluous? */
li[id] ul li,
li[id] p
{
	color: black;
}

/* TODO: superfluous? */
li[id] div h3 span.right a
{
	color: white !important;
}

div.morenews
{
	text-align: center;
	margin: 0.5em 0 1em 0;
}

/* forms
 * { */
form
{
	display: block;
	margin: 0;
	padding: 0;
}

form fieldset
{
	margin: 2px;
	background-color: #EFEFEF;
	float: left;
}

* html form fieldset
{
	background-image: url(images/ieformbghack.png);
	background-repeat: repeat-x;
}

*:first-child + html form fieldset
{
	background-image: url(images/ieformbghack.png);
	background-repeat: repeat-x;
}

* html form.dialogform fieldset
{
	background-image: none;
}

*:first-child + html form.dialogform fieldset
{
	background-image: none;
}

form.dialogform div.x a.close
{
	background-image: url(images/blackx.png);
	background-repeat: no-repeat;
	float: right;
	width: 20px;
	height: 20px;
}

* html form.dialogform div.x a.close
{
	background-image: url(images/blackx.gif);
}

form legend
{
	font-weight: bold;
	font-size: 1.25em;
}

form fieldset div,
#index form div,
#create form div
{
	padding: 0.2em;
	clear: both;
}

form fieldset label,
#index form label,
#create form label
{
	float: left;
	text-align: right;
	padding-top: 0.25em;
	padding-right: 0.5em;
}

form span.itemtitle
{
	padding-top: 0.25em;
}

form label.note
{
	padding-top: 0;
}

form input.text,
form input.password
{
	width: 110px;
}

form#inventoryform input
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

form#inventoryform fieldset label
{
	float: none;
}

form#inventoryform div.col,
form#prefsform div.col
{
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

#forgotform input.text,
#forgotform input.password
{
	width: 180px;
}

#recoverform input.text,
#recoverform input.password
{
	width: 150px;
}

form input.checkbox
{
	margin-top: 0.4em;
	margin-left: 0;
}

form input.radio
{
	margin-top: 0.4em;
	margin-left: 0;
}

#loginform fieldset
{
	float: none;
}

#loginform label
{
	width: 75px;
}

#createform
{
	margin-top: 20px;
}

#createform label
{
	width: 110px;
}

#createform input.text
{
	width: 145px;
}

#cookform label,
#raidform label
{
	width: 150px;
}

div.createcontainer
{
	margin-top: 20px;
	margin-bottom: 20px;
}

div.createcontainer span div.gamebox div.content
{
	min-height: 175px;
}

div.createcontainer span.createleft
{
	display: inline-block;
	vertical-align: top;
}

#index div.createcontainer span.createleft
{
	width: 67%;
}

#create div.createcontainer span.createleft
{
	width: 33%;
}

div.createcontainer span.createright
{
	display: inline-block;
	vertical-align: top;
}

#index div.createcontainer span.createright
{
	width: 33%;
}

#create div.createcontainer span.createright
{
	width: 67%;
}

div.createcontainer span.createright div.gamebox
{
	margin-left: 4px;
}

#forgotform label,
#comboform label
{
	width: 100px;
}

#recoverform label,
#tavernform label
{
	width: 185px;
}

#pvpform label
{
	width: 280px;
}

#prefsform label
{
	width: 280px;
}

#accountprefsform label
{
	width: 130px;
}

#messageform label
{
	width: 90px;
}

#guessform label
{
	width: 60px;
}

#marketform label
{
	width: 55px;
}

#marketreserveform label
{
	width: 65px;
}

#itemvalueform label
{
	width: 190px;
}

#giftform label
{
	width: 130px;
}

#giftform textarea
{
	width: 28em;
	height: 12em;
}

div#buyselltemplate,
div#ctemplate
{
	display: none;
}

div.buyselldialog,
div.cookdialog,
div.combinedialog,
div.castdialog
{
	font-weight: normal;
	position: absolute;
	overflow: hidden;
}

div#marketstats
{
	padding-top: 1em;
}

/* https://bugs.kde.org/show_bug.cgi?id=172693 */
form.dialogform fieldset
{
	float: none;
}

form.dialogform input[type="button"]
{
	min-width: 2em;
}

#tform label
{
	width: 85px;
}

.dialogform label
{
	width: 65px;
}

.sellform div.sell,
.buyform div.buy
{
	float: none;
}

form.dialogform div.x
{
	position: absolute;
	top: 15px;
	right: 5px;
	font-weight: bold;
}

/* TODO: superfluous? */
.sellform div.x a,
.buyform div.x a
{
	color: #0000EE !important;
}

form.dialogform fieldset
{
	min-width: 280px;
}

* html form.dialogform fieldset
{
	width: 280px;
}

/* TODO: superfluous? */
.sellform,
.buyform
{
	color: black;
}

#tform #idiv
{
	margin: 0;
	padding: 0;
}

#newcharform div.chardesc
{
	margin: 0.5em 1.0em 0.5em 0.5em;
	padding: 0;
	clear: none;
	float: left;
}

#newcharform div.chardesc img
{
	float: left;
}

#newcharform div.chardescinner
{
	width: 165px;
	float: left;
	clear: none;
	margin-left: 0.5em;
}

#newcharform div.chardesc label.cname
{
	display: block;
	float: none;
	text-align: left;
	width: 120px;
}

#newcharform div.chardesc input.text
{
	width: 75px;
}

#newcharform label
{
	width: 60px;
}

#tavernform input
{
	width: 400px;
}

#tavernform input#autoscroll,
#globaltavernform input#autoscroll
{
	width: auto;
}

div#chatouter
{
	position: relative;
	z-index: 3;
}

* html div#chatouter
{
	position: absolute;
	width: 50px;
	right: 0;
	bottom: 50px;
}

div#chatoutercontainer
{
	position: relative;
}

*:first-child + html div#chatoutercontainer
{
	height: 250px;
}

div#chatcontainer
{
	position: fixed;
	width: 444px;
	right: 60px;
	bottom: 0;
	overflow: hidden;
}

* html div#chatcontainer
{
	position: absolute;
}

div#chattoggle
{
	position: fixed;
	right: 0;
	bottom: 52px;
	background-image: url(images/icons/chathl.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

* html div#chattoggle
{
	position: absolute;
	width: 50px;
	right: 0;
	bottom: 0;
	padding-top: 188px;
	text-align: center;
}

div#chattoggle a
{
	display: block;
	text-decoration: none;
	color: inherit;
	text-align: center;
}

div#chattoggle a img
{
	display: block;
}

div.tavernbox
{
	position: relative;
}

div#chatbox
{
	min-height: 140px;
	border-right: 1px dashed #666666;
	margin-top: 0.8em;
	position: relative;
}

div#chatbox div span.timestamp
{
	display: none;
	color: #6F6F6F;
	background-color: #CFCFCF;
	position: absolute;
	right: 2px;
	font-style: normal;
}

div#chatbox div:hover span.timestamp
{
	display: inline;
}

div.tavernbox div#chatbox
{
	margin-right: 150px;
}

div#chatcontainer div#chatbox
{
	height: 140px;
	overflow: auto;
}

div#userlist
{
	overflow-y: auto;
	overflow-x: hidden;
	white-space: pre;
	margin-top: 0.8em;
}

div.tavernbox div#userlist
{
	margin-right: 10px;
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 140px;
}

div#chatcontainer div#userlist
{
	float: right;
	width: 120px;
	height: 140px;
	padding-left: 3px;
}

div#chatbox div.emote
{
	color: blue;
}

div#chatbox div.joinpart
{
	color: green;
}

div#chatbox div.death
{
	font-style: italic;
}

body div#chatbox div.history
{
	color: #666666;
}

#globaltavernform div.controls
{
	margin-left: 1%;
}

#globaltavernform input#content
{
	width: 98%;
}
/* } */

/* gameboxes
 * { */
div.gamebox
{
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(images/prettybox/bottomright.png);
	margin-top: 0.7em;
}

* html div.gamebox
{
	background-image: url(images/prettybox/bottomright.gif);
}

div.gamebox h3
{
	background-repeat: no-repeat;
	font-weight: bold;
	color: white;
	font-size: 1em;
	padding: 2px 7px 2px 12px;
	min-height: 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
}

div.gamebox h3 a.close
{
	background-image: url(images/prettybox/x.png);
	background-repeat: no-repeat;
	float: right;
	width: 20px;
	height: 20px;
}

* html div.gamebox h3 a.close
{
	background-image: url(images/prettybox/x.gif);
}

*:first-child + html div.pretty h3,
*:first-child + html div.talk h3,
*:first-child + html div.error h3,
*:first-child + html div.info h3
{
	border-top: 1px solid white;
}

div.gamebox div.content
{
	background-color: #EFEFEF;
	padding: 0.3em 0.5em 0.3em 14px;
	background-image: url(images/prettybox/headershadow.png);
	background-repeat: repeat-x;
}

* html div.gamebox div.content
{
	padding: 4px 6px 4px 14px;
	background-image: url(images/prettybox/headershadow-flat.png);
}

*:first-child + html div.gamebox div.content div.open
{
	overflow: visible;
}

div.gamebox div.content div.itemcontainer
{
	overflow: hidden;
	background-color: #EFEFEF;
}

div.pop div.gamebox div.content,
div.gamebox div.gamebox div.content,
div#chatcontainer div.gamebox div.content
{
	background-color: #DFDFDF;
}

div.pop div.gamebox h3,
div#chatcontainer div.gamebox h3
{
	cursor: move;
}

div.charsel div.content
{
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

div.charsel h3
{
	height: 20px;
}

div.prettybox,
div.infobox,
div.talkbox,
div.errorbox
{
	padding-bottom: 12px;
}

div.prettybox h3,
div.infobox h3,
div.talkbox h3,
div.errorbox h3
{
	border-bottom: 1px solid #6A6A6A;
}

* html div.prettybox h3,
* html div.infobox h3,
* html div.talkbox h3,
* html div.errorbox h3
{
	padding-top: 0;
}

div.char h3
{
	font-size: 1em;
	margin: 0;
	text-align: left;
}

div.char p
{
	padding-left: 0;
}

div.gamebox span.right
{
	padding-left: 1em;
	float: right;
}

div.info span.right
{
	margin-right: -6px;
}

div.char ul li span.right
{
	padding-left: 0;
	float: right;
}

div.gamebox p
{
	margin: 0;
	padding: 0.9em 0 0 0;
}

div.gamebox ul
{
	padding: 0;
	margin: 0;
}

div.char ul
{
	margin: 0;
	padding: 0 3px 0 0;
}

span.charselbox div.char ul
{
	padding-left: 3px;
}

div.gamebox ul li,
div.char ul li
{
	list-style: none;
	padding: 0.2em 0 0.2em 0;
}

div ul li.hasbar,
div ul li.hasbar div
{
	position: relative;
}

div ul li.hasbar div.blue
{
	background-image: url(images/libar/blue.png);
}

div ul li.hasbar div.red
{
	background-image: url(images/libar/red.png);
}

div ul li.hasbar div.green
{
	background-image: url(images/libar/green.png);
}

div ul li.hasbar div.copper
{
	background-image: url(images/libar/copper.png);
}

div.gamebox ul li:hover,
div.char ul li:hover
{
	background-color: #DFDFDF;
}

div.pop div.gamebox ul li:hover,
div.gamebox div.gamebox ul li:hover
{
	background-color: #CFCFCF;
}

div.gamebox ul li div,
div.char ul li div
{
	float: right;
	z-index: 2; /* FIXME: no longer useful? */
}

div.gamebox ul li div.bar,
div.char ul li div.bar
{
	position: absolute;
	top: 0.2em;
	left: 0;
	z-index: 1;
	background-position: center center;
	background-repeat: repeat-x;
}

div.gamebox ul li.hasbar span,
div.char ul li.hasbar span
{
	position: relative;
	z-index: 2;
}

div.gamebox ul li div.action span.hide
{
	visibility: hidden;
}

div.gamebox ul li ul
{
	margin: 0 0 0 1.0em;
	padding: 0;
}

div.gamebox ul li ul li
{
	margin: 0;
	padding: 0;
}

div.gamebox div.action
{
	margin-left: 1em;
	float: right;
	font-weight: bold;
}

div.gamebox div.reply
{
	padding-top: 5px;
	padding-right: 1em;
}

div.pop,
div#chatcontainer
{
	background-image: url(images/prettybox/leftborder.gif);
	background-repeat: no-repeat;
}

div.pop div.gamebox,
div#chatcontainer div.gamebox
{
	margin: 0 0 0 1px;
}

div.pop div.gamebox h3,
div#chatcontainer div.gamebox h3
{
	margin-left: -1px;
}

div.pop div.gamebox div.content,
div#chatcontainer div.gamebox div.content
{
	border-right: 1px solid #6A6A6A;
}

div.pop div.gamebox,
div#chatcontainer div.gamebox
{
	background-image: url(images/prettybox/bottomright_inner.png);
}

div.gamebox div.gamebox
{
	background-image: url(images/prettybox/bottomright_inner_noborder.png);
}

* html div.pop div.gamebox,
* html div#chatcontainer div.gamebox
{
	background-image: url(images/prettybox/bottomright_inner.gif);
}

* html div.gamebox div.gamebox
{
	background-image: url(images/prettybox/bottomright_inner_noborder.gif);
}

* html div.pop div.gamebox div.content,
* html div#chatcontainer div.gamebox div.content
{
	zoom: 1;
}

*:first-child + html div.pop div.gamebox div.content,
*:first-child + html div#chatcontainer div.gamebox div.content
{
	zoom: 1;
}

div.gamebox div.thread
{
	margin: 1em 1.5em 0.5em 2.5em;
	padding-bottom: 1px;
}

div.gamebox div.thread ul
{
	margin-bottom: 1.5em;
}

div.gamebox h3 a
{
	color: white;
	text-decoration: underline;
}

div.gamebox ul.item li,
div.gamebox ul.battle li
{
	clear: none;
}

div.gamebox img.item,
div.gamebox img.monster,
div.gamebox img.portrait
{
	float: right;
	border: 1px solid #AFAFAF;
	margin: 0.5em 0.5em 0.5em 1em;
}

div.pop div.gamebox,
div.pop div.content
{
	float: none;
}

div.gamebox h3 div.pop ul li
{
	color: black;
	font-weight: normal;
}

div.gamebox h3 div.pop ul li a
{
	color: blue;
	text-decoration: none;
}

div.gamebox h3 div.pop ul li a:hover
{
	text-decoration: underline;
}

html body div#main div.clearer,
div.clearer
{
	float: none;
	clear: both;
	font-size: 1px;
	height: 1px;
}

div.clearhack
{
	clear: both;
}

* html div.clearhack
{
	clear: none;
	float: left;
	width: 100%;
}

div.pretty,
div.talk,
div.error,
div.info
{
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.pretty h3,
div.talk h3,
div.error h3,
div.info h3
{
	margin-right: 12px;
}

div.pretty
{
	background-image: url(images/prettybox/blackgradient_right.png);
}

div.pretty h3
{
	background-image: url(images/prettybox/blackgradient_left.png);
}

div.prettybox h3
{
	background-image: url(images/prettybox/blackgradient_topleft.png);
}

div.talk
{
	background-image: url(images/prettybox/greengradient_right.png);
}

div.talk h3
{
	background-image: url(images/prettybox/greengradient_left.png);
}

div.talkbox h3
{
	background-image: url(images/prettybox/greengradient_topleft.png);
}

div.error
{
	background-image: url(images/prettybox/redgradient_right.png);
}

div.error h3
{
	background-image: url(images/prettybox/redgradient_left.png);
}

div.errorbox h3
{
	background-image: url(images/prettybox/redgradient_topleft.png);
}

div.info
{
	background-image: url(images/prettybox/bluegradient_right.png);
}

div.info h3
{
	background-image: url(images/prettybox/bluegradient_left.png);
}

div.infobox h3
{
	background-image: url(images/prettybox/bluegradient_topleft.png);
}

* html div.pretty
{
	background-image: url(images/prettybox/blackgradient_right.gif);
}

* html div.pretty h3
{
	background-image: url(images/prettybox/blackgradient_left.gif);
}

* html div.prettybox h3
{
	background-image: url(images/prettybox/blackgradient_topleft.gif);
}

* html div.talk
{
	background-image: url(images/prettybox/greengradient_right.gif);
}

* html div.talk h3
{
	background-image: url(images/prettybox/greengradient_left.gif);
}

* html div.talkbox h3
{
	background-image: url(images/prettybox/greengradient_topleft.gif);
}

* html div.error
{
	background-image: url(images/prettybox/redgradient_right.gif);
}

* html div.error h3
{
	background-image: url(images/prettybox/redgradient_left.gif);
}

* html div.errorbox h3
{
	background-image: url(images/prettybox/redgradient_topleft.gif);
}

* html div.info
{
	background-image: url(images/prettybox/bluegradient_right.gif);
}

* html div.info h3
{
	background-image: url(images/prettybox/bluegradient_left.gif);
}

* html div.infobox h3
{
	background-image: url(images/prettybox/bluegradient_topleft.gif);
}
/* } */

/* front pages
 * { */
div#content
{
	margin-left: 3px;
	margin-right: 49px;
}

#index #logindiv span.column
{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#index #logindiv span.column div.gamebox
{
	margin-left: 4px;
}

#index #logindiv span.columnfirst div.gamebox,
#create span.createleft div.gamebox
{
	margin-left: 2px;
}

#index #logindiv span.column div.gamebox div.content
{
	min-height: 90px;
}

#index #logindiv #loginform fieldset div.inner
{
	padding: 8px;
}

/* only show for ie */
#index > #content > #disclaimer
{
	display: none;
}

#index div#topinfo
{
	margin-left: 2px;
}

#index #disclaimer
{
	border: thin dashed red;
	background-color: #EFEFEF;
	padding: 0.5em;
	margin: 2px 0 2px 2px;
}
/* } */

/* quick nav
 * { */
* html div#nav
{
 	display: none;
}

div#nav
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 25000;
	display: block;
	min-width: 65px;
	line-height: 20px;
}

#nav ul
{
	text-align: left;
	list-style: none;
	padding: 0 0 0 1.5em;
	margin: 0;
	width: 240px;
	background-color: white;
	border: 1px solid black;
}

#nav a
{
	display: block;

}

#nav > span
{
	color: blue;
}

#nav > ul
{
	position: absolute;
	left: 50px;
	top: 0px;
}

#nav > ul > li,
#nav > ul > li > ul > li
{
	position: relative;
}

#nav > ul > li > ul,
#nav > ul > li > ul > li > ul
{
	position: absolute;
	left: 235px;
	top: 0;
}

#nav li:hover
{
	background-color: #EFEFEF;
	list-style: disc;
}

#nav > ul,
#nav:hover > ul > li > ul,
#nav:hover > ul > li:hover > ul > li > ul
{
	display: none;
}

#nav:hover > ul,
#nav:hover > ul > li:hover > ul,
#nav:hover > ul > li:hover > ul > li:hover > ul
{
	display: block;
}
/* } */

/* screenshots
 * { */
div.screenshots div.imagebox
{
	float: left;
	border: 1px solid black;
	height: 215px;
	margin: 8px;
	padding: 4px;
	background-color: #DFDFDF;
}

div.screenshots div.desc
{
	width: 200px;
	text-align: center;
}
/* } */
