body,
html
{
padding:0px;
margin:0px;
}

/*
div#login div.row
{
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
}
*/

div#login div.row .username,
div#login div.row .password,
div#login div.row .submit
{
	position:relative;
	float:left;
	width:85px;
	padding:0px;
	margin:0px;
	font-size:10px;
}

div#login div.row .submit
{
	width:50px;
	height:15px;
	font-size:8px;
}

div.title
{
	font-size:18px;
	font-weight:bold;
}

.text
{
	font-size:12px;
}

.orders
{
	position:relative;
}

.order .item
{
	border-bottom-width:1px;
	border-bottom-color:#CEDCFD;
	border-bottom-style:solid;
}

.order .item .name,
.order .item .price,
.order .item .time,
.order .item .remove
{
	position:relative;
	float:left;
	height:19px;
	overflow:hidden;
	
	border-right-width:1px;
	border-right-color:#E5E5E5;
	border-right-style:solid;
}

.order .item .name
{
	margin-left:10px;
	width:275px;
	padding-right:4px;
}

.order .item .price
{
	width:75px;
	text-align:right;
	padding-left:4px;
	padding-right:4px;
}

.order .item .time
{
	width:125px;
	text-align:right;
	padding-left:4px;
	padding-right:4px;
}

.order .item .remove
{
	width:75px;
	border-right-width:0px;
	text-align:right;
	padding-left:4px;
	padding-right:4px;
}

.topics,
.items
{
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CFCFCF;
	margin-top:3px;
	margin-bottom:3px;
	padding-bottom:3px;
}

.topics div.item
{
	position:relative;
	float:left;
	width:340px;
	padding-left:10px;
	overflow:hidden;
}

.topics div.item a
{
	text-decoration:none;
}

.topics div.item span
{
	font-weight:bold;
	font-size:16px;
}

.items div.item
{
	position:relative;
	float:left;
	width:340px;
	height:128px;
	margin-left:5px;
	margin-right:5px;
}

.items div.item .block
{
position:relative;
float:left;
width:240px;
padding:0px;
margin:0px;
margin-left:4px;
}

#page div.footer
{
	position:relative;
	width:100%;
	height:27px;
	padding:0px;
	margin:0px;
	text-align:center;
	
	font-size:0.60em;
}

.bold {
   font-weight: bold;
}

.italics {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.sized {
   text-size:
}

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.codebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
   border: 1px solid #BFBFBF;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
}

#crumbs
{
	position:relative;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CFCFCF;
	margin-top:3px;
	margin-bottom:3px;
}

#crumbs span a,
#crumbs span a:hover,
#crumbs span a:link,
#crumbs span a:visited,
#crumbs span a:active
{
	text-decoration:none;
	color:#042060;
}

#crumbs span a:hover
{
	color:#0A4AE2;
}

.crumItem,
.crumLink
{
	font-size:14px;
	padding-left:4px;
	padding-right:1px;
}

.crumItem
{
	font-weight:bold;
	
}

.crumLink
{
	padding-left:1px;
}