/* *** Begin Components *** */
body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 62.5%; /* em x 10 = px */
	background-color: #0a0b0c;
}

#global-wrapper {
	background-image: url(/images/layout/global-wrapper.png);
	height: 100%;
}

#global {
	background-image: url(/images/layout/global.png);
	background-repeat: repeat-x;
	background-position: 0 90px;
}

#top {
	width: 100%;
	height: 90px;
	border: 0;
	background-image: url(/images/layout/top.png);
	background-repeat: repeat-x;
}

#top td {
	border: 0;
	padding: 0;
	margin: 0;
}

#top-left {
	background-image: url(/images/layout/top.png);
	background-position: top right;
	background-repeat: repeat-x; /* FF3 1px hack */
}

#top-logo {
	width: 240px;
	background-position: top left;
	vertical-align: top; /* keeps Safari happy */
}

#top-nav {
	width: 760px;
}

#top-right {
	background-position: top left;
	background-repeat: repeat-x; /* FF3 1px hack */
}

#top-wrapper {
	height: 90px;
}

#logo {
	background-image: url(/images/layout/logo.png);
	width: 230px;
	height: 90px;
	display: block;
	float: left;
	padding: 0 10px 0 0;
	text-indent: -9999em;
}

#content {
	background-color: pink;
}

#feature {
	background-color: lime;
	height: 50px;
}

#container-wrapper {
	margin: 0 auto 50px auto;
	width: 1000px;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	background-image: url(/images/layout/container-wrapper.png);
}

#container {
	margin: 0 auto 0 auto;
	width: 1000px;
	background-image: url(/images/layout/container.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#main-wrapper {
	width: 1000px;
		margin: 10px 0 0 0;
}

#main {
	width: 1000px;

}

#footer{
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 320px;
}

#footer-wrapper  {
	float: left;
	width: 100%;
	background-image: url(/images/layout/footer.png);
	background-repeat: repeat-x;
}

#copyright {
	padding: 30px 0 20px 0;
	font-size: 1.2em;
	text-align: center;
	float: left;
	width: 100%;
	color: #999999;
	background-color: #0a0b0c;
}

#copyright a {
	color: #e5e5e5;	
}

.wrapper {
	margin: 0 auto 0 auto;
	width: 1000px;
}

div.captcha-wrapper {
	
	float: left;
	margin: 0 10px 0 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

div.captcha-wrapper img {
	padding: 2px;
	float: left;
}

/* *** Begin Tags *** */

h1, span.h1, h2, span.h2, h3, span.h3, h4, span.h4, h5, span.h5, h6, span.h6 {
	display: block;
}

h1, span.h1 {
	
}

h2, span.h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #19adf7;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 0.5em 0;
}

p.margin-bottom {
	margin-bottom: 15px;
}


ol.p li {
	/*margin: 0 0 0.5em 0;*/
}

ol, ul {
	list-style-type: none;	
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;	
}

em {
	font-style: normal;
}

hr {
	background-color: #404040;
	height: 1px;
	margin: 10px 0 10px 0;
	float: left;
	border: 0;
}

iframe {
	float: left;
}

/* *** End Tags *** */

/* *** Begin Classes *** */
.clickable .row:hover {
	background-color: #ffffcc; 
	cursor: pointer;
}

.center {
	text-align: center;
}

.required {
	color: #ff0000 !important;
}

.active {
	
}

.warning {
	color: #ffff00;
}

.disabled {
	background-color: #e5e5e5;	
}

.hidden {
	display: none;	
}

.visable {
	display: block;	
}

.highlight {
	background-color: #ffffcc;	
}

a.email {
	color: #19adf7 !important;
}

.code {
	padding: 4px;
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #e5e5e5;
}

.nowrap {
	white-space: nowrap;
}

.googlesearch {
	background-color: #ffffff;
	background-image: url(http://www.google.com/coop/images/google_custom_search_smwide.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	float: left;
}

.icon {}

.icon-inline {
	vertical-align: middle;
}

div.row {
	margin: 0 0 15px 10px;
	float: left;
	width: 980px;
}

div.col {
	float: left;
}

.col-alpha {
	width: 700px;
	margin: 0 0 0 10px;
}

.col-beta {
	width: 270px;
	margin: 0 0 0 10px;
}

.col-gamma {
	width: 570px;
	margin: 0 0 0 10px;
}

.col-delta {
	width: 400px;
	margin: 0 0 0 10px;
}

.col-epsilon {
	width: 980px;
	margin: 0 0 0 10px;
}

.col-zeta {
	width: 420px;
	margin: 0 0 0 10px;
}

/* *** End Classes *** */

/* *** Begin Form *** */
form {

}

form li {
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

form li.multi-line {
	clear: none;
	margin: 0 0 0 10px;
}

.col-alpha form li.full-line {
	width: 650px;
}

.col-gamma form li.full-line {
	width: 520px;
}

label, span.label {
	display: block;
	color: #999999;
}

label span {
	color: #999999;	
}

select {
	border: 1px solid #cccccc;
	color: #000000;
}

textarea {
	border: 1px solid #cccccc;
}

input {
	border: 1px solid #cccccc;
}

input[type="submit"] {
	float: left;
	display: block;
}

input[type="image"] {
	float: left;
	display: block;
	border: none;
}

input[type="checkbox"] {
	clear: both;
	display: block;
	float: left;
	margin: 3px 5px 0 0;
}

input[type="radio"] {

}

input[type="submit"]:hover {

}

input[type="text"], input[type="password"] {
	padding: 4px;
	height: 20px;
}

input[type="file"].second-child {
	margin: 5px 0 0 0;
}

input.inline {

}

.button {
	background-repeat: no-repeat;
	background-color: transparent !important; /* keep this, or transparent png images will stop working */
	border: 0;
	cursor: pointer;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	height: 40px;
	text-align: center;
	width: 110px;
	color: #f0f0f0;
	background-image: url(/images/layout/button.png);
	margin: 0 10px 0 0;
}

a.button {
	display: block;
	float: left;
}

.button:hover {
	text-decoration: none;
	background-position: 0 -40px;
}

.button-submit {
	background-image: url(/images/layout/button-submit.png);
	text-indent: -9999em;
}

.button-ticket-new {
	background-image: url(/images/layout/button-ticket-new.png);
	text-indent: -9999em;
}

.button-login {
	background-image: url(/images/layout/button-login.png);
	text-indent: -9999em;
}

.button-order {
	background-image: url(/images/layout/button-order.png);
	text-indent: -9999em;
}

.button-pay {
	background-image: url(/images/layout/button-pay.png);
	text-indent: -9999em;
}

.button-pay-selected {
	background-image: url(/images/layout/button-pay-selected.png);
	text-indent: -9999em;
}

.button-withdraw {
	background-image: url(/images/layout/button-withdraw.png);
	text-indent: -9999em;
}

.button-activate {
	background-image: url(/images/layout/button-activate.png);
	text-indent: -9999em;
}

.button-delete {
	background-image: url(/images/layout/button-delete.png);
	text-indent: -9999em;
}

.button-save {
	background-image: url(/images/layout/button-save.png);
	text-indent: -9999em;
}

.button-cancel {
	background-image: url(/images/layout/button-cancel.png);
	text-indent: -9999em;
}

.button-add {
	background-image: url(/images/layout/button-add.png);
	text-indent: -9999em;
}

.button-remove {
	background-image: url(/images/layout/button-remove.png);
	text-indent: -9999em;
}

.button-continue {
	background-image: url(/images/layout/button-continue.png);
	text-indent: -9999em;
}

.button-cart-view {
	background-image: url(/images/layout/button-cart-view.png);
	text-indent: -9999em;
}

.button-cart-add {
	background-image: url(/images/layout/button-cart-add.png);
	text-indent: -9999em;
	width: 130px;
}

.button-checkout {
	background-image: url(/images/layout/button-checkout.png);
	text-indent: -9999em;
}

.button-lookup {
	background-image: url(/images/layout/button-lookup.png);
	text-indent: -9999em;
}

.button-update {
	background-image: url(/images/layout/button-update.png);
	text-indent: -9999em;
}

.button-validate-code {
	background-image: url(/images/layout/button-validate-code.png);
	text-indent: -9999em;
	width: 150px;
}

.button-cart-empty {
	background-image: url(/images/layout/button-cart-empty.png);
	text-indent: -9999em;
	width: 150px;
}

.button-cart-update {
	background-image: url(/images/layout/button-cart-update.png);
	text-indent: -9999em;
	width: 150px;
}

.button-continue-shopping {
	background-image: url(/images/layout/button-continue-shopping.png);
	text-indent: -9999em;
	width: 190px;
}

.button-order-complete {
	background-image: url(/images/layout/button-order-complete.png);
	text-indent: -9999em;
	width: 170px;
}

.button-search {
	height: 32px;
	width: 32px;
	background-image: url(/images/icons/search-32.png);
	text-indent: -9999em;
	padding: 0;
}

.button-search:hover {
	background-position: 0 0;
}

.button-order-large {
	height: 60px;
	width: 270px;
	display: block;
	margin: 0 0 0 25px;
	color: #b3b3b3;
	background-image: url(/images/layout/button-order-large.png);
	text-indent: 0;
}

.button-order-large small {
	font-size: 0.5em;
	font-weight: normal;
}

.button-order-large span.price {
	font-weight: bold;
	margin: 12px 0 0 20px;
	font-size: 3.6em;
	float: left;
}

.button-order-large span.text {
	font-weight: normal;
	margin: 14px 20px 0 0;
	font-size: 2.8em;
	float: right;
}

.button-order-large:hover {
	background-position: 0 -60px;
}

/* copied from a */
input[type="submit"].buttonlink {
	margin-top: 0.5ex;
	margin-bottom: -0.5ex;
}

.buttonlink {
	background: none;
	border: none;
	text-decoration: none;
	font-size: 1.2em;
	color: #19adf7;
}

.buttonlink:hover {
	text-decoration: underline;
}

/* *** End Form *** */
/* *** Begin FAQ *** */
dt {
	font-weight: bold;
	color: #ffffff;
}

dd {
	color: #ffffff;
	margin: 0 0 20px 0;
}

/* *** End FAQ *** */

#row-logo {
	margin: 10px 0 10px 0;
	height: 60px;
	width: 1000px;
	float: left;
}



/* *** Begin Tooltip *** */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000000;
	background-color: #45484c;
	padding: 5px;
	color: #ffffff;
}

#tooltip h3, #tooltip div {
	margin: 0;
}
/* *** End Tooltip *** */
/* *** Begin Dialog *** */
.dialog {
	width: 978px;
	margin: 0 auto 10px auto;
	font-size: 1.6em;
	color: #ffffff;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}

.dialog .icon {
	float: left;
	margin: 10px 20px 15px 15px;
}

.dialog .list {
	float: left;
	margin: 15px 0 15px 0;
}

.dialog .list li {
	margin: 0 0 8px 0;
}

.dialog em {
	font-weight: bold;
}

#dialog-error {
	
	border: 1px solid #4d4d4d;
}

#dialog-info {
	border: 1px solid #19adf7;
}

/* *** End Dialog *** */
/* *** Begin Table *** */
table {
	border-collapse: separate;
	border-spacing: 0;
}

table.list {
	margin: 0 0 15px 0;
}

table.list td {
	padding-right: 1em;
}

.col-alpha table.list {
	width: 680px;
}

.col-epsilon  table.list {
	width: 960px;
}

thead {
	text-align: left;
	
}
table.data {
	border: 1px solid #f7f7f7;
	color: #333333;
}

table.data thead {
	
	background-color: #e5e5e5;
}

table.data tr {
	font-weight: normal;
}

table.data th {
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	color: #1a1a1a;
	font-weight: bold;
	padding: 5px;
}

table.data td {
	padding: 5px;
	border-right: 1px solid #e5e5e5;
	border-left: 0;
	border-bottom: 1px solid #e5e5e5;;
	border-top: 0;
}



table.data th:last-child, td:last-child {
	border-right: 0;
}

table.data tr.even {
	background-color: #f7f7f7;
}

table.data tr.odd {
	background-color: #ffffff;
}

table.data tr.break {
	background-color: #e5e5e5;
	font-weight: bold;
	
}

table.data tr.title{
	background-color: #e5e5e5;
	font-weight: bold;
}

table.data tr.order {
	background-color: #f7f7f7;
}


/* *** End Table *** */
