@import url("/System/Stylesheets/css/reset-typo.css");
@import url("/System/Stylesheets/css/layout.css");

.CS_leftLayoutBox,
.CS_rightLayoutBox
{
	position: relative;
	width: 50%;
	border: 1px solid red;
}
.CS_leftLayoutBox
{
	float: left;
}
.CS_rightLayoutBox
{
	float: right;
}

#adminContent .ajax__calendar td{
	 margin:0;padding:0;
}

#adminContent
{
	padding: 1em 5%;
	border: 5px solid #f0edef;
	background-color: #fff;
	min-height: 35em;
}
#adminContent dl
{
	margin: 0;
}
#adminContent table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#adminContent th
{
	border-bottom: 1px solid #CD0014;
	font-weight: bold;
}
#adminContent th,
#adminContent td
{
	padding: .5em 6px;
}
#adminContent dl
{
	min-height: 6em;
	margin: 0;
	padding: .5em 6px;
}
#adminContent dl dt
{
	margin-top: .5em;
}
#adminContent dl dd
{
	padding-left: 10px;
}
#adminContent dl,
#adminContent table table
{
	margin-bottom: 1em;
	border-bottom: 1px solid #dddada;
	background: #F8F8F8 url("System/Stylesheets/images/formbg_fixedheight.gif") repeat-x scroll 0 0;
}
#adminContent table table td
{
	border-bottom: 1px solid #fff;
}
#adminContent .selectedOrder td,
#adminContent .selectedOrder th,
#adminContent table table th
{
	border-bottom: 1px solid #e1c7ba;
	border-top: 1px solid #e1c7ba;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
#adminContent tr.orderDetails td
{
	background: #F8F8F8 none !important;
}
#adminContent tr.odd td
{
	background: #F8F8F8 url("System/Stylesheets/images/formbg_fixedheight.gif") repeat-x scroll 0 100%;
}
#adminContent .actionLinks
{
	color: #cd0014;
}
#adminContent .actionLinks a
{
	margin-right: .5em;
}

/***** CHECKOUT POPUP *****/
#overlay_wantsNoInfo
{
    /*position: relative;*/
    position: absolute;
    top: 50%;
    left: 10%;
    width: 450px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#overlay_wantsNoInfo.manualSpotBox .bt,
#overlay_wantsNoInfo.manualSpotBox .bb
{
    height: 17px;
    line-height: 17px;
    margin: 0 8px 0 0;
    position: relative;
}
#overlay_wantsNoInfo.manualSpotBox .bt,
#overlay_wantsNoInfo.manualSpotBox .bt div,
#overlay_wantsNoInfo.manualSpotBox .bb,
#overlay_wantsNoInfo.manualSpotBox .bb div
{
    background: transparent url("System/Stylesheets/images/spotbox_corners.png") no-repeat scroll 0 0
}
#overlay_wantsNoInfo.manualSpotBox .bt div,
#overlay_wantsNoInfo.manualSpotBox .bb div
{
    background-position: 100% 0;
    height: 17px;
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px;
}
#overlay_wantsNoInfo.manualSpotBox .bw,
#overlay_wantsNoInfo.manualSpotBox .bw2
{
    background-image: url("System/Stylesheets/images/spotbox_borders.png");
}
#overlay_wantsNoInfo.manualSpotBox .bw
{
    background-position: 100% 0;
    background-repeat: repeat-y;
}
#overlay_wantsNoInfo.manualSpotBox .bw2
{
    background-position: 0 0;
    background-repeat: repeat-y;
}
#overlay_wantsNoInfo.manualSpotBox .bb
{
    background-position: 0 100%;
}
#overlay_wantsNoInfo.manualSpotBox .bb div
{
    background-position: 100% 100%;
}

#overlay_wantsNoInfo.manualSpotBox .content
{
    background-color: #fff;
    margin: 0 16px;
}
#overlay_wantsNoInfo.manualSpotBox .modalClose
{
    background: url("System/Stylesheets/images/btn_close.gif") no-repeat;
    position: absolute;
    right: 8px; top: 8px;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 17px;
}

/***** BUTTONS ****/
.navBtnPay
{
    background: url("System/Stylesheets/images/navbutton_sprites.gif") no-repeat;
    text-indent: -9999px;
    display: block;
    height: 21px;
}
.navBtnPay
{
    width: 52px;
    background-position: -768px 0;
}

/***** Hacks *****/
.CS_selfClear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.CS_selfClear { display: inline-block; }

/* Hide from IE-mac \*/
* html .CS_selfClear { height: 1%; }

.CS_selfClear { display: block; }
/* End hide from IE-mac */


@media print {
	#container{
		margin: 0;
		width: 550px;
	}
	
	.noprint, h1, #extraContent, .iconprint, .cufon-canvas canvas{
		display: none;
	}
	
	.cufon-alt{
		display: inline;
	}
}