/* ----------------------------------------------------------
What: McKinley, Inc. print styles
Who: Krasimir Makaveev(makaveev.com)
When: 26.05.2006(updated)
---------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 100px;
	padding: 0;
	background: #fff;
	color: #000;
}

.hide, #nav_top_main, #nav_top_cat, #search_bar, #sidebar, #nav_btm, #header h1 span {
	display: none;
}

#header h1 {
	margin: 15px 0 0 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 300px;
	height: 87px;
	background: url("../images/mckinley_forms_header.gif") no-repeat;
}

p, td, address {
	font-size: 12px;
}

address {
	font-style: normal;
}

#footer {
	clear: both;
	border-top: 1px solid #000;
}

#footer address {
	font-size: 11px;
}

a {
	color: #000;
	text-decoration: none;
}

h1 {
	border-bottom: 1px solid #000;
}

#content .item_num {
	margin: 0 10px;
	padding: 0;
	color: #666;
	font-weight: bold;
}

#content .img_left {
	float: left;
	background: #fff;
	width: 220px;
}

#content .img_left img {
	margin: 0 10px 10px 10px;
	padding: 0;
}

#content .img_left ul {
	margin: 0 35px 10px 35px;
}

#content .img_left ul li {
	font-size: 11px;
}

#content .col_right {
	float: left;
	width: 350px;
}

#content .col_right p {
	margin-left: 0;
}

#content .prod_desc {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: 11px;
}

#content .prod_desc .oversz {
	font-weight: bold;
	border: 1px solid #ccc;
	background: #efefef;
	padding: 1px 5px;
	color: #900;
}

#content .prod_dtl tr td {
	padding: 5px 10px 5px 0;
	font-size: 11px;
}

#content .prod_dtl input, #content .prod_dtl select, #content .prod_dtl select option {
	font-size: 11px;
}

#content .prod_dtl select {
	border: 1px solid #333;
}

#content .prod_dtl input {
	width: 30px;
}

#content .prod_price {
	font-size: 14px;
	font-weight: bold;
}

#content .prod_price span {
	color: #900;
	font-size: 1.4em;
}

#content input.add2cart {
	background: #900;
	border: 1px solid #900;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

#content table.edit_prod_dtl {
	margin: 10px;
	border-collapse: collapse;
}

#content table.edit_prod_dtl tr th {
	background: #efefef;
}

#content table.edit_prod_dtl tr th, #content table.edit_prod_dtl tr td {
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 5px;
	
}

#content table.grid {
	border-collapse: collapse;
	margin-left: 10px;
}

#content table.grid tr th, #content table.grid tr td {
	border: 1px solid #fff;
	font-size: 11px;
	text-align: center;
}

#content table.grid tr th {
	background: #ddd;
	font-weight: normal;
}

#content table.grid tr.prices th {
	background: #666;
	color: #fff;
	font-weight: bold;
}

#content table.grid tr.z th, #content table.grid tr.z td {
	background: #eee;
}

#content table.grid tr td, #content table.grid tr td input {
	width: 55px;
}

#content table.grid tr td input {
	text-align: center;
}

#content table.price_brk {
	border-collapse: collapse;
}

#content table.price_brk tr td {
	font-size: 11px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 2px 5px;
	width: 40px;
}

#content table.price_brk tr th {
	font-size: 11px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 2px 5px;
	background: #eee;
}