/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container height:360px; width:600px; */
#simplemodal-container 
{
    height:180px; width:300px; color:#333; background-color:#fff; border:4px solid #de1c85; padding: 12px;
    background-image: url('../../../../App_Themes/ThirtyOne/images/message-info.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;	
	-webkit-overflow-scrolling: touch;
}

#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
/* #simplemodal-container a {color:#ddd;} */
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:0; right:0; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9; padding-left:50px;}

.order-popup
{
    padding-left:40px;
}

/* webkit fix to force scroll bar in safari */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* FADEMESSAGE JQUERY PLUGIN */
#fade_message
{
    position: absolute;
    max-width: 700px;
    min-width: 450px;
	min-height: 90px;
	z-index: 120;	
	cursor: pointer;
}

#fade_message p
{
	margin-bottom: 5px;
}

#fade_message_text
{
	padding: 8px 8px 8px 8px;
}

#fade_close
{
	float: right;
	position: relative;
	top: -10px;
	left: 10px;
	cursor: pointer;
	background-color: blue;
	width: 100px;
	height: 200px;	
}

#blackout {	
	background-color: #000;
	filter:alpha(opacity=40);
	opacity:0.4;
	moz-opacity:0.4;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 15;
    background-image:url(../../../../App_Themes/ThirtyOne/new/transparent.png);    
    display: block;
    width: 100%;       
    cursor:wait;
}
/* FADEMESSAGE JQUERY PLUGIN */

/* TAX POPUP */
 #taxpopup table
{
    width:100%;
    margin-top:20px;   
    marg 
}

 #taxpopup table td {
	text-align:right;
}