p, h1, h2, h3, h4, h5, h6, li, textarea, input, label, a, div, legend, select, td, tr, th, dt, dd {
	font-family: Helvetica, Arial, sans-serif;
/*	font-family: "Comic Sans MS"; */
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	color: #279cd1;
}

p, li, blockquote {
	font-size: 10pt;
	margin-bottom: 10px;
	line-height: 20px;
}

p.center {
	text-align: center;
}

a:link, a:visited, .hilite {
	/* color: #ef660b; */
	color: #ED860A;
	text-decoration: none;
}

a:hover {
	color: #f3a03f;
	text-decoration: none;
}

a.normalColor {
	color: #279cd1;
}

blockquote {
	margin-left: 40px;
}


h1 {
	font-size: 18pt;
	margin-bottom: 10px;
	font-weight: bold;
}

div.column2 h1 {
	font-size: 15pt;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
}

h2 {
	font-size: 15pt;
	margin-top: 10px;
	margin-bottom: 5pt;
	font-weight: bold;
	letter-spacing: -0.3pt;
}

div.column2 h2 {
	font-size: 12pt;
	margin: 15px 0px 5px 0px;
}

h3 {
	font-size: 11pt;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}

div.column2 h3 {
	font-size: 10pt;
	margin: 15px 0px 5px 0px;
}

h3.profile {
	font-size: 9pt;
	font-weight: normal;
	color: #999;
	border-top: 1px solid #e6e6e6;
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

h4 {
	font-size: 10pt;
	margin-bottom: 0pt;
	font-weight: bold;
}

hr {
	display: block;
	height: 1px;
	width: 100%;
	border: 0;
	background: #ccc;
	margin: 5px 0px 15px 0px;
}

div.editText a {
	float: left;
	clear: both;
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url('/img/edit.png') no-repeat scroll top left;
}

span.subtitle {
	font-size: 11pt;
	padding: 0px 0px 0px 10px;
	display: inline;
	font-weight: normal;
	color: #555;
}

span.small {
	font-size: 8pt;
	color: #888;
}


/* Forms **************************************/

div.form {
	clear: both;
	float: left;
	overflow: auto;
	width: 100%;
}

input, textarea, select {
	font-size: 10pt;
	padding: 3px 3px 3px 3px;
	border: 1px solid #ccc;
	background: #fff;
}

select {
	float: left;
	clear: both;
}

select[multiple=multiple] {
}

option {
}

input[type=checkbox] {
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0;
	width: auto;
}

input[type=radio] {
	width:auto;
}

input[type=image] {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

fieldset {
	display: block;
	float: left;
	clear: both;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

fieldset legend {
	color: #333;
	display: block;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	border-top: 3px solid #e6e6e6;
	width: 100%;
}

fieldset fieldset {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

fieldset fieldset div {
}

fieldset#swfupload {
	position: relative;
}

div.input,
div.submit {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

div.required {
}

div.input label {
	font-size: 9pt;
	display: block;
	padding: 6px 0px 0px 5px;;
	float: right;
	width: 200px;
	text-align: left;
}

div.textarea label {
	font-size: 9pt;
	display: block;
	padding: 0px 0px 4px 0px;;
	width: 100%;
	text-align: left;
	float: left;
}

div.checkbox label {
	font-size: 9pt;
	display: block;
	padding: 1px 0px 0px 5px;;
	text-align: left;
	float: left;
	clear: none;
}

div.input input,
div.input select {
	float: left;
}

div.input input[type=text],
div.input input[type=password] {
	width: 300px;
}

div.input select {
	width: 300px;
	clear: none;
}

div.input textarea {
	width: 542px;
	height: 100px;
}

div.radio label {
}

input[type=submit] {
	display: block;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	background: #666;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	clear: both;
	float: left;
	width: auto;
}

/* This is for source_only editing */
textarea.sourceEditor {
	font-family: Courier, monospace;
	font-size: 9pt;
	color: #333;
	clear: both;
	width: 638px; /* widgEditor width set 6 of 6 (width - 2px) */
	height: 600px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
}

div.submit input[type=image],
div.input input.image {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
}

div.input select.dateSelect {
	width: 100px;
}

/* List *****************************************************************************************/

ul, ol {
	margin: 0px 0px 10px 0px;
}

li {
	font-weight: normal;
	margin: 0px 10px 10px 40px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}

ol, ol li {
	list-style-type: decimal;
}


img.widgImage,
img.alignRight {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 10px;
	border: 0;
}

img.alignLeft {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
	border: 0;
}

img.alignCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.product {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 20px;
	border: 0;
}

img.pageTitle {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border: 0;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearBoth {
	clear: both;
}

img.secure {
	position: absolute;
	left: 230px;
	top: 31px;
}

/* Paging *******************************************/

div.paging {
	color: #ccc;
	clear: both;
	float: left;
	overflow: auto;
	width: 100%;
	padding: 3px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #e6e6e6;
}

div.column2 div.paging {
	clear: both;
	float: left;
	overflow: auto;
	width: 100%;
	font-size: 9pt;
	padding: 5px 0px 0px 0px;
	border-top: 3px solid #e6e6e6;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
	display: inline;
}

div.paging span.current {
	color: #333;
}

div.paging span a {
}


/* Tables ****************************************/

table {
	background: #fff;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 0;
	border-bottom: 0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

td, tr, th {
	font-size: 10pt;
}

th {
	background: #f2f2f2;
	border:1px solid #e6e6e6;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	padding: 2px 4px 2px 4px;
}

th a {
	background:#f2f2f2;
	display: block;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

td.productName {
	text-align: left;
	vertical-align: middle;
	height: 35px;
}

td.productQuantity {
	text-align: center;
	background: #e6e6e6;
	vertical-align: middle;
}

input.productQuantity {
	width: 20px;
	text-align: right;
}

td.productPrice {
	text-align: right;
	vertical-align: middle;
}

td.productSubtotal {
	text-align: right;
	vertical-align: middle;
}

td.productRemove {
	vertical-align: middle;
}

td.grandTotal {
	height: 35px;
	text-align: right;
	vertical-align: middle;
}

td.productUpdate {
	text-align: center;
	vertical-align: middle;
}

input.productUpdate {
	float: none;
	margin: 0 auto;
}

td.address {
	text-align: left;
}

td.id {
	width: 30px;
}

td.name {
	width: 200px;
	text-align: left;
}
td.date {
	width: 150px;
}
td.number {
	width: 100px;
	text-align: right;
}
td.description {
	text-align: left;
}
td.image {
	width: 75px;
}

tr.topTotals td {
	border-bottom: 4px solid #ccc;
}


/*  Actions  */

div.actions {
	clear: both;
	float: left;
	width: 970px;
	overflow: auto;
	padding: 10px 0px 10px 0px;
}

div.actions ul {
	margin: 0px 0;
	padding: 0;
}

div.actions li {
/*	display: inline; */
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	white-space: nowrap;
	font-size: 9pt;
}

div.actions ul li a {
}

div.actions ul li a:hover {
}

a.buyNow {
	display: block;
	background: transparent url(/img/buynow.png) no-repeat top left;	
	width: 114px;
	height: 49px;
	
}

/* comments **********************/

div.post {
	clear: both;
	float: left;
	overflow: auto;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

div.comments {
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 3px solid #e6e6e6;
}

div.comment {
	clear: both;
	float: left;
	width: 528px;
	overflow: auto;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #e6e6e6;
}

.metadata {
	font-size: 9pt;
	color: #999;
	line-height: 16px;
}

div.column2 .metadata {
	margin: 3px 0px 10px 0px;	
}

div.column2 div.post .metadata {
	margin: 3px 0px 0px 0px;	
}

.hideMore {
	display: none;
}

/* Scaffold View ********************/
div.view {
	clear: both;
	overflow: auto;
}

dl {
}

dl.altrow {
	background: #f4f4f4;
}

dt, dd {
	font-size: 10pt;
	border-top: 1px solid #e6e6e6;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

dt {
	clear: both;
	float: left;
	width: 320px;
	color: #999;
	margin: 0px 10px 0px 0px;
	text-align: right;
}

dd {
	float: left;
	width: 600px;
}

.warn {
	margin: 0px 0px 0px 0px;
	color: #900;
}

/* Notices and Errors ******************/

div.message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 1em 0;
}

div.error-message {
	clear: both;
	color: #F00;
	font-weight: normal;
	font-size: 10pt;
	margin: 3px 0px 0px 0px;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
}

#authMessage p,
#systemMessage p,
#systemMessage div.message {
	font-size: 13pt;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
    background-color: transparent;
    border: 0;
    overflow: auto;
    padding: 0;
	cursor: pointer;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

div.input label {
	width: 230px;
}

div.checkbox label {
	width: 500px;
}

div#formColumnLeft div.input label {
	width: 320px;
}

div#formColumnRight div.input,
div#formColumnRight div.submit {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #e6e6e6;
}

div#formColumnRight div.input label {
	width: auto;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}

div#formColumnRight div.checkbox label {
	padding: 0px 0px 0px 5px;
	width: 250px;
}

div#formColumnRight div.input.checkbox input {
	width: auto;
}

div#formColumnRight div.input input[type=text],
div#formColumnRight div.input input[type=password],
div#formColumnRight div.input select {
	width: 290px;
}

form div#formColumnRight p,
div.form p {
	margin: 0px 0px 0px 0px;
}

ul.links {
	display: block;
	clear: both;
	float: left;
	padding: 30px 0px 0px 0px;
}

ul.links li {
/*	display: inline; */
	display: block;
	clear: both;
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
}






div.columnLeft div.input label,
div.columnRight div.input label {
	width: 155px;
}

div.columnRight div.checkbox label,
div.columnLeft div.checkbox label {
	width: 430px;
}

div.textarea textarea {
	clear: both;
	float: left;
}

div.textarea label,
div.columnLeft div.textarea label,
div.columnRight div.textarea label {
	width: 100%;
	clear: both;
	float: left;
}

div.columnLeft div.textarea textarea,
div.columnRight div.textarea textarea {
	width: 455px;
}
/* Gallery ***********************************************************/

div.galleryItemLeft, div.galleryItemRight {
	width: 470px;
}

div.galleryItemLeft {
	margin: 10px 0px 10px 10px;
	clear: both;
	float: left;
}

div.galleryItemRight {
	margin: 10px 9px 10px 0px;
	float: right;
}

div.galleryItemLeft img,
div.galleryItemRight img {
	padding: 10px 10px 10px 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
	background: #fff;
}

p.imageTitle {
	font-size: 12pt;
	padding: 2px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

p.imageMeta {
	font-size: 9pt;
	color: #999;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	line-height: 17px;
}

div.galleryLarge {
	float: left;
	width: 730px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 35px;
}

div.galleryParent {
	clear: both;
	float: left;
	width: 970px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	background: #fff;
}

div.galleryLarge img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #e6e6e6;
}

div.galleryLarge p.imageTitle {
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	border-top: 1px dotted #ccc;
	margin: 3px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
}

div.galleryLeft {
	float: left;
	width: 85px;
}

div.galleryRight {
	float: right;
	width: 85px;
}

div.galleryLeft img,
div.galleryRight img {
	border: 5px solid #e6e6e6;
}

div.imageDesc {
	margin: 0px 0px 0px 90px;
	width: 550px;	
}

div#galleryComments {
	margin: 20px 0px 0px 210px;
	width: 550px;
	clear: both;
	float: left;
}



div.flash-replaced {
	clear: both;
	float: left;
	margin: 0px 0px 10px 0px;
}

div.productInfo {
	border-top: 1px dotted #ccc;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

div.productInfo p {
	margin: 0px 0px 3px 0px;
}

div.auctionItem {
	margin: 0px 10px 10px 0px;
	padding: 10px 0px 10px 10px;
	width: 460px;
	height: 150px;
	border: 1px solid #ddd;
	float: left;
	display: block;
}

div.auctionInfo {
	width: 290px;
	height: 150px;
	float: left;
	overflow-y: auto;
	overflow-z: hidden;
}

div.auctionInfo p {
	font-size: 9pt;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 12pt;
}

div.auctionInfo p.auctionTitle {
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

div.auctionItem img {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.screenShot {
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 10px solid #e6e6e6;
}

div.categorySelect {
	float: left;
}

div.categorySelect select {
	float: left;
	width: 300px;
}

#auctionAdmin {
	float: left;
	width: 946px;
	clear: both;
	overflow: auto;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
	background: #fff;
	border: 2px solid #ccc;
}

#AuctionItemIndexPdfForm label,
#AuctionItemIndexPdfForm input,
#AuctionItemIndexPdfForm input[type="submit"]  {
	font-size: 10pt;
	float: left;
	margin: 0px 5px 0px 0px;
	clear: none;
}
#AuctionItemIndexPdfForm label {
	padding: 5px 0px 0px 0px;
}

p.directory {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #e6e6e6;
	line-height: 15px;
}

div#search {
	position: absolute;
	right: 0px;
	top: 147px;
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#search input {
	float: right;
	clear: none;
	margin: 0px 0px 0px 5px;
}

div#search input#UserName {
	width: 200px;
}

input.image {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
}

img.add {
	position: absolute;
	top: 17px;
	right: 0px;
}

div.userList {
	width: 100%;
	border-bottom: 1px dotted #e6e6e6;
}

div.userList p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
}

img.trash {
	float: right;
	margin: 3px 0px 0px 0px;
}

div.thumbnail {
	border: 1px solid #e6e6e6;
	float: left;
	margin: 0px 9px 10px 0px;
	padding: 0;
}

div.viewOptions {
	float: left;
	margin: 3px 0px 0px 15px;
	padding: 0;
}

div.audioPlayer {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

p.data {
	color: #999;
}

p.data strong {
	color: #333;
}

#auctionCategories {
	float: left;
	width: 100%;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#auctionCategories li {
	display: block;
	float: left;
	clear: both;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	width: 100%;
	font-size: 10pt;
	border-bottom: 1px dotted #ccc;
	color: #777;
}

#auctionCategories li a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12pt;
}

#auctionCategories li a:hover {
	color: #f3a03f;
}

#bidderID {
	width: 448px;
	padding: 7px 10px 7px 10px;
	margin: 10px 0px 20px 0px;
	border: 1px dotted #ED860A;
	background: #fbfae6;
}

#bidderID p {
	margin: 0px 0px 0px 0px;
}

span.dropcap {
	display:;
	color: #279CD1;
	font-size: 320%;
	float : left;
	line-height: 1em;
	margin-right: 0.2em;
	margin-bottom:-0.25em;
}

div.socialLinks {
	clear: both;
/*	float: left; */
	width: 100%;
	height: 20px;
	border-top: 1px solid #ddd;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}

div.socialLinks img {
	float: left;
	margin: 0px 0px 0px 0px;
}

div.socialLinks div,
div.socialLinks iframe {
	float: left;
}






