body, html
{
	background-color: #EEEEEE;
	text-align: left;
	color: #3F4C6B;
}

a
{
	text-decoration: none;
	color: #4D659E;
}
a:hover
{
	text-decoration: underline;
}
#cart
{
	width: 140px;	
	float: right;
	margin: 5px;
	margin-top: 20px; margin-right: 20px;
	margin-bottom: 20px;
	line-height: 200%;
	background-color: #FEFEFE;
	border: 1px dashed #dddddd;
	text-align: center;
	color: #dddddd;
}
#footer
{
	clear: both;
	font-size: small;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dddddd;
	text-align: center;
	background: transparent url('../bg.png');
}
#container
{
	background-color: white;
	border:1px solid #DDDDDD;
	position: relative;
	margin: 30px auto;
	width: 990px;
}

#createView, #printView
{
	border: 1px solid #dddddd;
	margin: 15px;
	background: transparent url('../bg.png');
	padding-bottom: 20px;
}
#printView
{
	padding-bottom: 5px;
}
.asciiText
{
	float: left;
	margin-right: 30px;
}
form
{
text-align: left;
}
label
{
	display: block;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.3em;
}
input#name, input#author, input#submit
{
	width: 270px;
}
input#submit
{
	width: 270px;
	height: 40px;
	display: block;
	text-indent: -80em;
	background: transparent url('../createButton.gif') 0px 0px no-repeat;
	overflow: hidden;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
}
input#submit.disabled
{
	background: transparent url('../waitButton.gif') 0px 0px no-repeat;
}
dd
{
margin-bottom: 0.5em;
}
.asciiText textarea
{
	font-family: Fixedsys,monospace;
	font-size: 100%;
	line-height: 100%;
	width: 600px;
	height: 600px;
	line-height: 100%;
}
img
{
	border: 0px solid black;
}
img.sample
{
	border: 1px solid black;
}
pre
{
	font-family: monospace;
	text-align: left;
	color: black;
	line-height: 130%;
}
pre a
{
	text-decoration: none;
	color: inherit;
	text-decoration: none !important;
}
#header
{
	color: black;
	width: 935px;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}
#header h1 a
{
	display: block;
	background: transparent url('../logo.png') 10px 0px no-repeat;
	width: 354px;
	height: 77px;
	text-indent: -80em;
	overflow: hidden;
}
a#copyButton
{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 80%;
}
a.addButton
{
	display: block;
	width: 230px;
	height: 40px;
	text-indent: -80em;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
	background: transparent url('../addbutton.gif') 0px 0px no-repeat;
}
a.makeButton
{
	display: block;
	width: 120px;
	height: 30px;
	text-indent: -80em;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
	background: transparent url('../makebutton.gif') 0px 0px no-repeat;
}
a.browseButton
{
	display: block;
	float: left;
	width: 230px;
	height: 40px;
	background: transparent url('../Browse_ASCII.gif') 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -80em;
}
a.createButton
{
	display: block;
	float: right;
	width: 230px;
	height: 40px;
	background: transparent url('../Create_your_own_.gif') 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -80em;
}
#cart-header pre
{
	display: block;
	margin: 0 auto;
	color: #DDDDDD;
	padding-bottom: 5px;
	border-bottom: 1px dashed #DDDDDD;
}
#cart-header
{
	margin-bottom: 20px;
	margin-top: 20px;
}
ul.cartList
{
	display: block;
	padding: 0px; margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
ul.cartList li
{
	display: block;
	float: left;
	position: relative;
	list-style-type: none;
	margin-bottom: 20px;
}
ul.cartList li a.removeLink
{
	position: absolute;
	top: -12px;
	right: -15px;
	width: 25px;
	height: 25px;
	text-indent: -30em;
	background-image: url("../remove2.png");
	overflow: hidden;
}
ul.cartList li a.removeLink:hover
{
	background-image: url("../remove.png");
}
ul.asciiList, ul.printList
{
	display: block;
	padding: 0px; margin: 0px;
	margin-bottom: 5px;
}
ul.asciiList li, ul.printList li
{
	display: block;
	float: left;
	position: relative;
	list-style-type: none;
	margin: 19px;
	width: 150px;
	height: 120px;
	text-overflow: ellipsis;
	white-space:nowrap;
}
ul.printList
{
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}
ul.printList li
{
	margin: 3px;
	height: auto;
}
ul.printList li img
{
	background-color: white;
	border: 1px solid #dddddd;
}
ul.asciiList li h3
{
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
ul.asciiList li a.addLink, #smallSample a.addLink
{
	position: absolute;
	top: 0px;
	right: 0px;
	top: -10px;
	right: -15px;
}
ul.asciiList li a.addLink:hover, #smallSample a.addLink:hover
{
	background-image: url("../add.png");
}
ul.asciiList li a
{
	text-decoration: none;
	color: black;
}
ul.asciiList li a img
{
	background-color: white;
	border: 1px solid #dddddd;
}
a.addLink
{
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -30em;
	background-image: url("../add2.png");
	overflow: hidden;
}
#viewAscii
{
	position: relative;
	width: 745px;
	background: #E5ECFF;
	border: 1px solid #dddddd;
	color: black;
	margin: 15px;
	margin-top: 20px;
	padding: 20px;
	font-size: 130%;
}
#viewAscii #details
{
	display: block;
}
#viewAscii #details h2
{
	margin: 0px; padding: 0px;
	margin-bottom: 3px;
	font-weight: normal;
}
#viewAscii #details h2 .name
{
	font-weight: bold;
}
#viewAscii #details h3
{
	margin: 0px; padding: 0px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: normal;
	font-size: 90%;
}
#viewAscii #controls
{
	float: right;
	width: 320px;
	
}
#smallSampleContainer
{
	width: 400px;
}
#smallSample
{
	margin: 0 auto;
	display: block;
	position: relative;
	list-style-type: none;
	border: 1px solid #dddddd;
}
#asciiArt dl
{
	margin: 20px;
}
#asciiArt ul.errors li
{
	list-style-type: none;
	color: red;
	margin: 0; padding: 0;
}
#asciiArt ul.errors
{
	border: 1px dashed #FFAAAA;
	margin: 0; padding: 0;
	display: block;
	margin-bottom: 20px;
	padding: 20px;
}
#viewAscii h2, #viewAscii h3
{
	text-align: left;
}
.paginationControl
{
	color: #AAAAAA;
	text-align: center;
	clear: left;
}
span.sortBy
{
	display: block;
	text-align: right;
}
span.sortBy a.selected
{
	color: #AAAAAA !important;
}
#strapline
{
	font-size: 150%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#indexView
{
	width: 765px;
	background: transparent url('../bg.png');
	border: 1px solid #dddddd;
	color: black;
	margin: 15px;
	padding: 10px;
}



#content
{
	margin: 5px;
}
.clear
{
	clear: both;
}
#powered-by
{
float: left;
clear: left;
width: 530px;
margin: 15px;
margin-bottom: 0px;
}
#description
{
	float: left;
	width: 530px;
	margin: 15px;
	background: #E5ECFF;
	border: 1px solid #dddddd;
	padding: 20px;
	color: #3F4C6B;
	font-size: 130%;
}
#description h2
{
	padding: 0px; margin: 0px;
	margin-bottom: 10px;
}
#description ul
{
	padding-left: 0px;
	margin-left: 20px;
}
#description ul li
{
	list-style-type: none;
	margin-bottom: 5px;
	padding-top: 5px;
	background: transparent url('../underline.png') no-repeat;
}
#description ul li.firstChild
{
	background-image: none;
}
#recent
{
	color: #666666;
	width: 360px;
	float: right;
	background: transparent url('../bg.png');
	margin: 15px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#recent h3
{	
	margin: 0px; padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 150%;
}
#recent ul
{
	width: 364px;
	display: block;
	padding: 0px; margin: 10px;
}
#recent ul li
{
	display: block;
	float: left;
	position: relative;
	list-style-type: none;
	margin: 10px;
	width: 150px;
	height: 106px;
	text-overflow: ellipsis;
	white-space:nowrap;
	border: 1px solid #dddddd;
}
#recent .footer
{
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}
#recent ul li h3
{
	display: none;
}
#recent ul li a.addLink
{
	display: none;
}
#recent ul li a.viewLink
{
	display: block;
}
#recent ul li a
{
	text-decoration: none;
	color: black;
}
#recent ul li a img
{
	width: 150px;
	height: 106px;
}
.centered
{
text-align: center;
}