#boxContent {
	position: absolute;
	*position: static;
	top: 0;
	left: 0;
	margin-top: 150px;
	margin-right: 150px;
}

#boxSpecials {
	position: absolute;
	*position: static;
	right: 0;
}

.csc-default {
	page-break-inside: avoid;
}

.csc-default > div {
	display: inline-block;
}

* html #boxContent {
	position: static;
	margin-top: 0;
}

* html .csc-default {
	page-break-inside: auto;
}


/********************************************
 * This print style sheet must be included
 * after the YUI style sheet grids.css,
 * grids-min.css, reset-fonts-grids.css,
 * reset-fonts-grids-min.css respectively.
 * One of the above must be loaded in any
 * case, because this style sheet just
 * overwrites styles set by one of the style
 * sheets listed above.
 *
 * The rules defined here assume that
 * div.first is the only content inside
 * div#bd that is to be printed. The web
 * developer must ensure that this is the
 * case. Thus he must set "display: none;"
 * for all content not to be printed.
 *******************************************/

/* set general page layout *****************/
@page
{
	size: auto portrait;
	margin: 2.0cm 1.5cm;
}

body {
	color: #000000;
	background-color: transparent;
	text-align: left;
}

.noPrint
{
	display: none !important;
}

.noWrap
{
	white-space: nowrap;
}

/* overwrite YUI screen styles *************/
#doc,
#doc2,
#doc3,
#custom-doc,
.yui-t1,
.yui-t2,
.yui-t3,
.yui-t4,
.yui-t5,
.yui-t6,
.yui-t7
{
	width: auto;
}

#yui-main
{
	width: auto;
}

.yui-t1 #yui-main,
.yui-t2 #yui-main,
.yui-t3 #yui-main,
.yui-t4 #yui-main,
.yui-t5 #yui-main,
.yui-t6 #yui-main
{
	margin: 0;
}

.yui-t1 .yui-b,
.yui-t2 .yui-b,
.yui-t3 .yui-b,
.yui-t4 .yui-b,
.yui-t5 .yui-b,
.yui-t6 .yui-b
{
	width: auto;
}

.yui-t1 #yui-main .yui-b,
.yui-t2 #yui-main .yui-b,
.yui-t3 #yui-main .yui-b,
.yui-t4 #yui-main .yui-b,
.yui-t5 #yui-main .yui-b,
.yui-t6 #yui-main .yui-b,
.yui-t7 #yui-main .yui-b
{
	margin: 0;
}

#yui-main .yui-b
{
	width: auto;
}

.yui-gb .yui-u,
.yui-gc .yui-u,
.yui-gd .yui-u
{
	margin: 0;
	width: auto;
}

.yui-gc div.first,
.yui-gd .yui-u,
.yui-gd div.first,
.yui-ge .yui-u,
.yui-ge div.first,
.yui-gf .yui-u,
.yui-gf div.first,
.yui-ge div.first
{
	width: auto;
}

/* community specific styles ***************/

#hd {
	display: none;
}

.printImage {
	display: inline-block !important;
	margin-bottom: 50px;
	*margin-bottom: 20px;
	clear: both;
	width: 100%;
}

.printImage .logoBox{
	float: right;
	text-align: center;
}

#boxNaviHeader,
#boxNavigation2 {
	display: none !important;
}

#main {
	padding-left: 0;
}

#boxContent {
	width: auto !important;
}

#boxContent img {
	border: none !important;
}

