/*
* merchant/default.css
* © 2004 Andrew LeBaron
* quantum tour stores
*/

body {
	margin: 0;
	padding: 0;
	color: black;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, div, ul, li, form, input, select, textarea {
	margin: 0;
	padding: 0;
}

p.debug {
	background-color: #FFFFE0;
	color: #000;
	border-bottom: 1px dashed #aaa;
	padding: 2px;
	margin: 0;
}
p.error {
	background-color: #fdd;
	color: #000;
	border-bottom: 1px dashed #aaa;
	padding: 2px;
	margin: 0;
}

div.clearer {
	clear: both;
	line-height: 0;
}
.clearboth {
	clear: both;
}

a:link, a:visited, a:hover, a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.fakelink {
	color: blue;
}
.underline {
	text-decoration: underline !important;
}

.floatright {
	float: right;
}
.red {
	color: red;
}
.indent {
	padding-left: 20px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.nowrap { white-space: nowrap; }
.blueback {
	background: #EFF7FF;
	border: 1px solid #CCE5FF;
}
.redback {
	background: #FFEFEF;
	border: 1px solid #FFCCCC;
}
.greenback {
	background: #EFFFEF;
	border: 1px solid #CCFFCC;
}

#header {
	padding: 15px;
	margin: 0;
	font-size: 140%;
	font-weight: bold;
}

#pageleft {
	float: left;
	width: 140px;
	padding: 0 10px;
}

#pageright {
	margin-left: 150px;
	padding: 0 10px;
}

.node {
	margin: 0 0 10px;
	padding: 5px 5px 0;
}
.node h1, .node h2 {
	font-weight: bold;
	font-size: 120%;
	padding-left: 3px;
}
.node h2 {
	font-size: 90%;
}
.node p, .node ul, .node h1, .node h2 {
	padding-bottom: 5px;
}
.node table, .subnav {
	margin-bottom: 5px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .node {height: 1%;}
/* End hide from IE5/mac */

#nav .node {
	background: #FFFFEF;
	border: 1px solid #F7F7A3;
}
#nav .navitems {
	margin: 0 0 0 10px;
	padding-left: 5px;
	list-style-type: disc;
}
#nav .navitems .current {
	font-weight: bold;
}

.subnav {
	background: #FFFFEF;
	border: 1px solid #CCE5FF;
	padding: 5px;
}
.subnav ul {
	padding-bottom: 0;
}
.subnav li {
	display: inline;
	list-style-type: square;
	padding-right: 5px;
}
.subnav .floatright {
	padding: 2px 0 3px;
	margin-right: 10px;
}

.listing {
	border: 1px solid #CCE5FF;
}
.listing thead td {
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #CCE5FF;
	padding: 2px 5px 3px;
	font-weight: bold;
}
.listing tbody td {
	padding: 2px 5px 3px;
	vertical-align: top;
}
.listing .action {
	text-align: center;
}
.listing .action a {
	white-space: nowrap;
}

.form {
	border: 1px solid #CCE5FF;
	border-bottom: none;
}
.form.fullwidth {
	width: 100%;
}
.form.fullwidth .label {
	white-space: nowrap;
	width: 1%;
}
.form.marginindent {
	margin-left: 10px;
}
.form td {
	padding: 3px 5px 2px;
	border-bottom: 1px solid #CCE5FF;
}

.form .label {
	text-align: right;
}
.form .input {

}
.form .note {
	font-size: 10px;
}
.form textarea {
	width: 100%;
}

tr.odd td {
	background: #F5FAFF;
}tr.even td {
	background: #EBF5FF;
}

#footer {
	margin: 15px 0 0;
	padding: 0;
	text-align: right;
	font-size: 10px;
}
