.blue { color: #00A6D6; }
.green { color: #51B24C; }
.orange { color: #F5B721; }
.orangeDark { color: #F09230; }
.beige { color: #F0EFE1; }


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"; */
}

h1, h2, h3, h4, h5, h6 {
	color: #00A6D6;
}

p, li {
	font-size: 10pt;
	margin-bottom: 8pt;
	line-height: 18px;
}

a:link, a:visited, .hilite {
	color: #F09230;
	text-decoration: none;
}

a:hover {
	color: #F5B721;
	text-decoration: none;
}

h1 {
	font-size: 18pt;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 14pt;
	margin-top: 15px;
	margin-bottom: 5pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 5pt;
	font-weight: bold;
}

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;
}




/* Forms **************************************/

div.form {
	clear: both;
	float: left;
	overflow: auto;
}

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 {
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

fieldset legend {
	color: #333;
	display: block;
	font-size: 18pt;
	margin-bottom: 15px;
	font-weight: bold;
}

fieldset fieldset {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

fieldset fieldset div {
}

div.input,
div.submit {
	clear: both;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div.required {
}

div.input label {
	font-size: 9pt;
	display: block;
	padding: 6px 0px 0px 5px;;
	clear: both;
	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: 562px;
	height: 200px;
}

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;
}

input.image {
	border: 0;
}

/* 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;
}

img.alignLeft {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
}

img.product {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 20px;
}

img.pageTitle {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

img.secure {
	position: absolute;
	left: 230px;
	top: 31px;
}

/* Paging *******************************************/

div.paging {
	color: #ccc;
	clear: both;
	float: left;
	overflow: auto;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
}

div.paging span.current {
	color: #333;
}

div.paging span a {
}


/* Tables ****************************************/

table {
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	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 #bbb;
	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 #ccc;
	border-bottom: 1px solid #ccc;
	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;
}

/*  Actions  */

div.actions {
	clear: both;
	float: left;
	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-bottom: 1px dotted #aaa;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

div.comments {
	clear: both;
	float: left;
	width: 570px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.comment {
	clear: both;
	float: left;
	width: 548px;
	overflow: auto;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

.metadata {
	font-size: 9pt;
	color: #999;
}

.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 #ccc;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

dt {
	clear: both;
	float: left;
	width: 200px;
	color: #999;
	margin: 0px 10px 0px 0px;
}

dd {
	float: left;
	width: 600px;
}

.warn {
	margin: 0px 0px 0px 0px;
	color: #900;
}

/* Notices and Errors ******************/
div.message {
	position: absolute;
	left: 400px;
	top: 0;
	color: #000;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background: #F5B721;
	z-index: 100;
}

div.error-message {
	clear: both;
	font-size: 10pt;
	color: #900;
	padding: 2px 0px 0px 0px;
}

p.error {
	text-align: left;
	color: #e32;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

p.error em {
	text-align: left;
	color: #000;
	font-weight: normal;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 8pt;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

