/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	background: none;
}
img, fieldset {
	border: 0;
}
header, #main_nav, footer, .breadcrumbs, .print{
	display:none;
}

.container {
	width: 100%;
}
#main {
	background: #fff;
	padding: 0;
}
.online_display{
	display:none;
}

.eq_height {
	height: auto !important;
}

.page-title {
	margin-bottom: 15px;
}

/* Fonts */

.title {
    font-size: 13px;
}
h2 {
	font-size: 20px;
}
p {
	font-size: 12px;
}

/* Orders */

#order-details {
	min-height: inherit;
	margin-bottom: 15px;
}
#order-details p, #order-details label {
	margin-bottom: 0;
}
.large-icon:before {
	width: 40px;
	height: 40px;
	font-size: 18px;
    line-height: 40px;
}
.large-icon {
	padding-left: 55px;
}

.table-row-lg .col, .details-lg, .details-med {
	padding: 10px;	
}
.table-row-lg .right {
	background: #fff;
}
.table-category .cell {
	padding: 10px;
	min-height: inherit;
}

.details-lg {
	width: 75%;
}
.details-med {
	width: 25%;
}

.table-row-lg .right .item-info:last-child {
	border-left: none;
	padding-left: 0;
}



