/* CSS Document */
.adminstageheader {
	background-color: #000;	
	color: #ccc;
	text-align: center;
	padding: 4px 0;
	font-size: 10pt;
	clear: both;
	border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #ccc;
	position: relative;
}
.adminstagefooter {
	background-color: #000;	
	color: #ccc;
	text-align: center;
	padding: 4px 0;
	font-size: 10pt;
	clear: both;
	border-top-width: 1px; border-top-style: dashed; border-top-color: #ccc;
	margin-bottom: 5px;
	position: relative;
}
.adminstageheader a, .adminstagefooter a {
	color: #fff;
	text-decoration: none;
}
.adminstageheader a:hover, .adminstagefooter a:hover { text-decoration: underline; }



.adminsceneheader {
	color: #ccc;
	padding: 4px 5px;
	background-color: #333;
	font-size: 10pt;
	clear: both;
	text-align: left;
	border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #aaa;
	position: relative;
}
.adminsceneheader a, .adminscenecontrols a {
	color: #fff;
	text-decoration: none;
}
.adminsceneheader a:hover, .adminscenecontrols a:hover { text-decoration: underline; }

.adminscenecontrols {
	font-size: 10pt;
	text-align: left;
	position: relative;
}
.adminsceneheader img {
	margin-right: 4px;
}


#patron_hidectrls, #patron_showctrls {
	position: absolute;
	display: block;
	width: 186px; height: 140px;
	top: 20px; right: 5px;
	/*background-color: #b5121b;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	*/
	text-indent: -9999px;
}
/*
#patron_hidectrls:hover, #patron_showctrls:hover {
	background-color: #ce565c;
	text-decoration: none;
}
*/
#patron_hidectrls {
	background: url('../img/preview.alpha.png') no-repeat top left;
}
#patron_showctrls {
	background: url('../img/edit.alpha.png') no-repeat top left;
}

/* TOOL TIPS ***********************************************************/
.tTip, .adminstageheader .tTip {
	font-size: 8pt;
	color: #aaa;
	padding: 1px 5px;
}

.tip {   
    width: 152px;   
    padding-top: 11px;   
    display: none;   
    position: absolute;   
    background: transparent url('../img/tooltip_top.png') no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #a98e6a;
	z-index: 99;
	text-align: left;
}   
  
.tipMid {background: transparent url('../img/tooltip_mid.png') repeat-y; padding: 0 15px 0 15px;}   
.tipBtm {background: transparent url('../img/tooltip_bot.png') no-repeat bottom; height: 34px;}







/* CART ****************************************************************/
#imagelist {
	border-collapse: collapse;
}
#imagelist td {
	border-top-width: 1px; border-top-style: solid; border-color: #ccc;
}
#imagelist td, #imagelist th {
	padding: 2px 5px;
}
#imagelist th.currency, th.currency {
	text-align: center;
}
#imagelist td.currency, td.currency {
	text-align: right;
	padding-right: 10px;
}

#imagelist th.quantity, th.quantity {
	text-align: center;
}
#imagelist td.quantity, td.quantity {
	padding-left: 10px; 
	padding-right: 10px; 
	text-align: center;
}
#imagelist .noborder {
	border-top-width: 0; border-top-style: none;
}
.headfoot th, .headfoot td {
	font-weight: bold;
}
#imagelist .shippinginfo {
	display: none;
	color: #999;
}



/* CUSTOMER INFO ***********************************************************/
.basicform p { 
	clear: both; 
	margin: 10px 0 10px 0;
}
.basicform .item, .basicform .error_message {
	display: block;
	float: left;
}
.basicform .error_message {
	font-weight: bold;
	font-size: 1.2em;
	color: #c00;
}
.basicform .label {
	dispaly: block;
	float: left; 
	width: 140px;
	margin-right: 5px;
	text-align: right;
	padding-top: 2px;
}

