/*
Theme Name: FlexiShop
Theme URI: http://www.extradollop.com.au
Description: WP FlexiShop
Version: 1
Author: ExtraDollop
Author URI: http://www.extradollop.com.au
*/

/*
 * Fancy notification styling
 */

#fancy_notification{
	position: fixed;
	top:15% !important;
	left:30% !important;
	background: black;
	border: 4px solid black;
	display: none;
	height: auto;
	color:white;
	z-index: 2000;
	clear:both;
	overflow: hidden;
	padding: 30px;
}
#fancy_notification #loading_animation{
	display: none;
}
#fancy_notification #fancy_notification_content{
	display: none;
	width: 300px;
	height: auto;
	text-align: left;
	margin: 0 !important;
}
#fancy_notification #fancy_notification_content span{
	margin: 0 0 6px 0;
	display: block;
	font-weight: normal;
}
#fancy_notification #fancy_notification_content a{
	display: block;
	float: left;
	margin-right: 6px;
	margin-bottom: 3px;
	font-size:11px;
	font-weight: bold;
}

#fancy_notification #fancy_notification_content a.go_to_checkout{
	color:#FFDE00 !important;
	text-decoration: none;
	float:left;
}

#fancy_notification #fancy_notification_content a.continue_shopping{
	text-decoration: none;
	float:right;
}

#fancy_notification #fancy_notification_content a.continue_shopping:hover{
	color:#09F;
}

#fancy_notification #fancy_notification_content a:hover{
	text-decoration: underline;
}

table.logdisplay{ width: 100%; }
table.logdisplay tr.toprow td{ text-align: left; font-weight:bold; }
table.logdisplay tr.toprow2 td{ text-align: left; font-weight:bold; }
table.logdisplay tr td{ padding-left: 5px; padding-top: 2px; padding-bottom: 2px;}
table.logdisplay tr.alt{ background-color: #eeeeee; }
table.logdisplay tr.alt td{ background-color: #eeeeee; }
td.processed{ text-align: left; min-width: 140px; width: 140px; white-space: nowrap; }
td.processed a{ border-bottom: none; }
td.processed a img{ margin-left: 5px; }
div#form_field_form_container{ padding: 0; margin: 0; }  
div#form_field_form_container div, div#form_field_form_container div table{  padding: 0;  margin: 0;  width: 100%;  border-collapse: collapse; }  
div#form_field_form_container div table tr td{ padding: 0; margin: 0; }
table.logdisplay td.details {
  padding: 0;
}
div.order_status{
	border-bottom: 1px solid #eee;
	display: none;
	width: 100%;
	text-align: left;
	padding:13px 8px 1px 0px;
}
div.order_status table {
  width: 97%;
}
div.order_status table.logdisplay{
	margin: 4px 0;
}
div.order_status table.customer_details {
	margin: 4px 0;
}
div.order_status table.customer_details tr td {
	text-align: left;
}
div.order_status div{ width: 100%; padding:0 0 1ex 0; display: block !important;}
div.order_status ul{ list-style-type: none; margin: 1ex 0 0 0; padding: 0; }
div.order_status ul li{ padding-left: 0; }
div.order_status ul li input{ margin: 0 2px -2px 0; }
img.log_expander_icon { margin-right: 3px; }
div.wpsc_page_numbers{
	margin-bottom: 5px;
}