/* @group Layout */

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	text-align: center;
	font: small Verdana, Geneva, Helvetica, Arial, sans-serif;
}

#boxed {
	width: 961px;
	border: 1px solid #666666;
	margin: auto;
}

#menubar {
	border-bottom: 1px solid #666666;
}

#content {
	padding: 40px;
}

#copyright {
	text-align: center;
	margin: 20px auto;
	color: silver;
	font-size: x-small;
	padding-top: 5px;
	width: 773px;
}


/* @group Prop */

.prop {
	float: right;
	width: 1px;
	height: 425px;
}

.clearprop {
	clear: both;
	height: 1px;
	overflow:  hidden;
}

/* @end */

/* @group Form */

.pad20 {
	padding: 20px;
	border-top: 1px solid #666666;
}

.topline {
	padding: 20px;
	padding-bottom: 40px;
	border-top: 1px solid #666666;
}

.cssform {
	width: 100%;
}

.cssformspecial {
	width: 100%;
	height: 50px;
	color: red;
}

.label {
	width: 450px;
	float: left;
	text-align: left;
	margin: auto;
}

.price {
	width: 150px;
	text-align: center;
}

.button {
	float: right;
}

.checkout {
	font-weight: bold;
	font-size: large;
	color: black;
}

.loginform {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}

.loginlabel {
	text-align: right;
	font-size: small;
}

.loginfield {
	width: 350px;
	text-align: left;
	font-size: small;
}
.logincomments {
	width: 350px;
	text-align: left;
	font-size: small;
}

/* @end */

/* @group Columns */

.column30 {
	width: 30%;
}

.column40 {
	width: 40%;
}

.column45 {
	width: 49%;
}

.column50 {
	width: 50%;
}

.column60 {
	width: 60%;
}

.column70 {
	width: 70%;
}

.column100 {
	width: 100%;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.indent50left {
	position: relative;
	left: 50px;
}

.indent50right {
	position: relative;
	right: 50px;
}

.indent50both {
	position: relative;
	padding-right: 50px;
	padding-left: 50px;
}
/* @end */

/* @end */

/* @group Text Adjustments */

h1 {
	font-size: small;
}

h2 {
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-size: small;
}

/* @group Formatting Class */

.aligntop {
	vertical-align: top;	
}

.red {
	color: red;
}

.silver {
	color: silver;
}

.black {
	color: black;
}

.tiny {
	color: white;
	size: xx-small;
	font-size: 0;
}

.blacknoul {
	color: black;
	text-decoration: none;
}

.bullets {
	list-style-type: disc;
	text-align: left;
	line-height: 2;
	list-style-position: inside;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.right {
	text-align: right;
}

.small {
	font-size: small;
}

.xsmall {
	font-size: x-small;
}

.zero {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.centeredbox {
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
}

/* @end */

/* @group Links */

a:link {
}

a:visited {
	color: maroon;
}

a:active {
}

a:hover {
}

a img {
  border: 0.00 !important;
}

/* @end */



/* @end */
