/* ----------------------------------------------------------
What: McKinley, Inc. main styles
Who: Krasimir Makaveev(krasi(at)makaveev(dot)com)
When: 12.07.2006(updated)
---------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
}

.hide, #header h1 span {
	display: none;
}

input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.btn {
	cursor: pointer;
}

form {
	margin: 0;
	padding: 0;
}

/* Site content container
---------------------------------------------------------- */

#big_box {
	width: 780px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

/* Top section
---------------------------------------------------------- */

/* Header > Logo */

#header {
	border-top: 5px solid #900;
}

#header h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#header h1 a {
	display: block;
	width: 195px;
	height: 115px;
	background: url("../images/mckinley_logo.png") no-repeat;
}

/* Header > Menu */

#nav_top_main {
	float: right;
	font-size: 10px;
	text-align: right;
	margin: 0;
	padding: 15px 15px 0 0;
	color: #333;
}

#nav_top_main ul {
	margin: 0;
	padding: 0;
}

#nav_top_main ul li {
	list-style-type: none;
	display: inline;
}

#nav_top_main ul li a {
	color: #333;
	text-decoration: none;
	padding: 0 8px 0 2px;
	background: url("../images/dot_1px_grey.gif") repeat-y top right;
}

#nav_top_main ul li.cart {
	padding: 3px 0 3px 20px;
	background: url("../images/cart.png") no-repeat center left;
}

#nav_top_main ul li.last a {
	background: none;
	padding: 0;
}

#nav_top_main ul li a:hover {
	text-decoration: underline;
}

#nav_top_main p {
	margin: 20px 0 0 0;
	padding: 0;
}

#nav_top_main p.logout {
	margin: 5px 0 0 0;
}

#nav_top_main p a {
	color: #900;
}

#nav_top_main input.btn {
	background: #fff;
	border: 0;
	color: #900;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* Header > Categories */

#nav_top_cat, #nav_btm {
	clear: both;
	font-size: 11px;
	background: #900;
	border: 1px solid #600;
	height: 26px;
	font-weight: bold;
	color: #fff;
}

#nav_top_cat ul, #nav_btm ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav_top_cat ul li, #nav_btm ul li {
	display: inline;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 26px;
}

#nav_top_cat ul li a, #nav_btm ul li a {
	text-decoration: none;
	color: #fff;
	padding: 0 7px 0 1px;
	background: url("../images/dot_1px_white.gif") repeat-y top right;
}

#nav_top_cat ul li a:hover, #nav_btm ul li a:hover {
	text-decoration: underline;
}

#nav_top_cat ul li.last a, #nav_btm ul li.last a {
	background: none;
	padding: 0;
}

/* Header > Search bar */

#search_bar {
	float: left;
	background: #bbbcbe;
	text-align: center;
	font-size: 11px;
	width: 780px;
	height: 26px;
	line-height: 26px;
}

#search_bar form {
	margin: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
}

#search_bar label {
	font-weight: bold;
	color: #333;
}

#search_bar label.search {
	padding: 3px 0 3px 21px;
	background: url("../images/search.png") no-repeat center left;
}

#search_bar input {
	font-size: 10px;
	width: 200px;
	border: 1px solid #333;
	margin: 0;
	padding: 2px;
}

#search_bar input.go_btn {
	border: 0;
	width: 29px;
	height: 17px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 4px;
}

/* Main section
---------------------------------------------------------- */

/* Main - Index */

#mckinley-sb-white #main {
	float: left;
	width: 780px;
	background: #fff;
}

/* Main - Sub */

#mckinley-sb-red #main {
	float: left;
	width: 780px;
	background: #fff url("../images/main_back.gif") repeat-y top left;
}

/* Sidebar - Index */

#sidebar {
	float: left;
	width: 195px;
	color: #333;
}

#mckinley-sb-white #sidebar h2 {
	font-size: 1em;
	letter-spacing: -1px;
	margin: 10px 0 10px 10px;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
	background: #e7e8ea;
}

#mckinley-sb-red #sidebar h2 {
	font-size: 1em;
	letter-spacing: -1px;
	margin: 10px 10px 10px 10px;
	padding: 2px 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#mckinley-sb-red #sidebar h3 {
	font-size: 0.75em;
	margin: 0 10px;
	padding: 0;
	color: #fff;
}

#mckinley-sb-white #sidebar h3 {
	font-size: 0.75em;
	margin: 0 10px;
	padding: 0;
	color: #333;
}

#sidebar input, #content input {
	border: 1px solid #666;
	padding: 2px;
	font-size: 11px;
}

#sidebar input.btn {
	font-weight: bold;
	background: #900;
	color: #fff;
	border: 1px solid #900;
}

#sidebar p {
	font-size: 11px;
	margin: 10px 0 10px 10px;
}

#sidebar ul {
	margin: 25px;
	padding: 0;
}

#sidebar ul li {
	font-size: 11px;
	list-style-type: square;
}

#mckinley-sb-red #sidebar ul {
	margin: 5px 25px 10px 25px;
	color: #fff;
}

/*
#sidebar ul.partners_list {
	margin: 0 25px 10px 25px;
	color: #900;
}
*/

#mckinley-sb-white #sidebar a, #content a {
	color: #900;
}

#mckinley-sb-red #sidebar a {
	color: #fff;
}

/* Categories list - red back */

#mckinley-sb-red #sidebar ul.ctg_list_sb, #mckinley-sb-red #sidebar ul.partners_list {
	margin: 10px;
	padding: 0;
}

#mckinley-sb-red #sidebar ul.ctg_list_sb li ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#mckinley-sb-red #sidebar ul.ctg_list_sb li, #mckinley-sb-red #sidebar ul.partners_list li, #mckinley-sb-red #sidebar ul.ctg_list_sb li ul li {
	list-style-type: none;
}

#mckinley-sb-red #sidebar ul.ctg_list_sb li a, #mckinley-sb-red #sidebar ul.partners_list li a {
	display: block;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	padding-left: 5px;
}

#mckinley-sb-red #sidebar ul.ctg_list_sb li a:hover, #mckinley-sb-red #sidebar ul.ctg_list_sb li a.act, #mckinley-sb-red #sidebar ul.partners_list li a:hover, #mckinley-sb-red #sidebar ul.partners_list li a.act {
	background: #600 url("../images/white_arrow.gif") no-repeat 165px center;
}

#mckinley-sb-red #sidebar ul.ctg_list_sb li ul li a:hover, #mckinley-sb-red #sidebar ul.ctg_list_sb li ul li a.act {
	background: #600 url("../images/white_arrow.gif") no-repeat 155px center;
}

/*
#mckinley-sb-red #sidebar ul.ctg_list_sb li a.act, #mckinley-sb-red #sidebar ul.ctg_list_sb li ul li a.act {
	font-weight: bold;
}
*/

/* Categories list - white back */

#mckinley-sb-white #sidebar ul.ctg_list_sb {
	margin: 10px;
	padding: 0;
	border-top: 1px solid #ccc;
}

#mckinley-sb-white #sidebar ul.ctg_list_sb li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

#mckinley-sb-white #sidebar ul.ctg_list_sb li a {
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding-left: 5px;
}

#mckinley-sb-white #sidebar ul.ctg_list_sb li a:hover, #mckinley-sb-white #sidebar ul.ctg_list_sb li a.act {
	background: #efefef url("../images/red_arrow.gif") no-repeat 165px center;
}

/* Form elements */

/* Red back */

#mckinley-sb-red #sidebar select {
	border: 1px solid #fff;
}

#mckinley-sb-red #sidebar select, #mckinley-sb-red #sidebar select option {
	background: #900;
	color: #fff;
}

/* White back */

#mckinley-sb-white #sidebar select {
	border: 1px solid #666;
}

#mckinley-sb-white #sidebar select, #mckinley-sb-white #sidebar select option {
	background: #fff;
	color: #333;
}

/* Common */

#sidebar form {
	margin: 10px;
	padding: 0;
}

#sidebar select, #sidebar select option {
	font-size: 11px;
	width: 175px;
}

.err_msg {
	font-size: 11px;
	font-weight: bold;
	color: #900;
	border: 1px solid #900;
	background: #ecd1d1;
	padding: 5px;
}

/* Content - Index */

#content {
	float: right;
	width: 585px;
	color: #333;
}

#content h2 {
	font-size: 1em;
	letter-spacing: -1px;
	margin: 10px;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
	background: #e7e8ea;
}

#content h3 {
	font-size: 1.2em;
	margin: 15px 10px;
	padding: 0;
	color: #900;
	font-weight: normal;
	letter-spacing: -1px;
}

#content h3 span {
	font-weight: bold;
}

#content h4 {
	font-size: 0.8em;
	margin: 15px 10px;
	padding: 0;
	color: #333;
	font-style: italic;
}

#content p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 10px;
}

#content ul {
	margin: 25px;
	padding: 0;
}

#content ul li {
	font-size: 12px;
	list-style-type: square;
}

#content hr {
	border: 0;
	margin: 0 10px;
	padding: 0;
	background-color: #900;
	color: #900;
	height: 1px;
}

#content input.chk {
	border: 0;
}

#content ul.partners_list {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 565px;
}

#content ul.partners_list li {
	list-style-type: none;
	float: left;
	width: 176px;
	height: 90px;
	border: 1px solid #ccc;
	text-align: center;
	margin: 0 10px 10px 0;
	font-size: 11px;
}

#content ul.partners_list li a span.the_logo {
	width: 176px;
	height: 70px;
	display: block;
	cursor: pointer;
}

#content ul.partners_list li a {
	text-decoration: none;
	color: #333;
	width: 176px;
	height: 90px;
	font-weight: bold;
	display: block;
}

#content ul.partners_list li a span.the_name {
	background: #ccc;
	display: block;
	width: 176px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

#content img.partners_img {
	float: right;
	margin: 0 0 10px 10px;
}

#content #sel_feat_prod {
	font-size: 11px;
	margin: 10px;
}

/* Home page text container */

#content .hp_text {
	font-size: 12px;
	line-height: 1.6em;
	margin: 10px;
}

#content .hp_text h3 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: normal;
	font-weight: bold;
}

/* FAQs */

#content dl {
	margin: 10px;
	padding: 0;
}

#content dl dt, #content dl dd {
	font-size: 12px;
	line-height: 1.6em;
}

#content dl dt {
	font-weight: bold;
	background: #efefef;
	padding: 1px 3px;
}

#content dl dd {
	margin: 0 0 15px 0;
	padding: 3px;
}

#content dl dd address {
	font-style: normal;
}

/* Promo icons */

#content .p_in_stock {
	background: url("../images/icons/In-Stock.gif") no-repeat top right;
}

#content .p_limited_supply {
	background: url("../images/icons/Limited-Supply.gif") no-repeat top right;
}
			
#content .p_limited_time_offer {
	background: url("../images/icons/Limited-Time-Offer.gif") no-repeat top right;
}

#content .p_new_item {
	background: url("../images/icons/New-Item.gif") no-repeat top right;
}

#content .p_empty {
	background: #fff;
}

/* Search results */

#content table.search_results {
	margin: 10px;
	width: 550px;
	border-top: 1px solid #efefef;
}

#content table.search_results tr td {
	vertical-align: top;
	border-bottom: 1px solid #efefef;
	font-size: 11px;
	padding: 5px;
}

#content table.search_results tr td h3 {
	font-size: 12px;
	color: #900;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0px;
}

#content table.search_results tr td h3 a {
	text-decoration: none;
}

#content table.search_results tr td p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#content table.search_results tr td p.lrn {
	margin-top: 5px;
	font-weight: bold;
}

/* Product list */

#content ul.prod_list {
	margin: 0 10px 10px 10px;
	padding: 0;
}

#content ul.prod_list li {
	list-style-type: none;
	float: left;
/* 	display: block; */
	width: 126px;
/* 	height: 250px; */
	text-align: center;
	padding: 15px 15px 15px 0;
	border-bottom: 1px solid #e7e8ea;
}

#content ul.prod_list li h3 {
	font-size: 11px;
	color: #900;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1em;
}

#content ul.prod_list li h3 a {
	text-decoration: none;
}

#content ul.prod_list li h3 a:hover, #content ul.prod_list li p a:hover {
	color: #333;
}

#content ul.prod_list li p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#content ul.prod_list li p a {
	color: #900;
}

/* Product list (w/ tables) */

#content table.product_list {
	margin: 0 10px 10px 10px;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #e7e8ea;
}

#content table.product_list tr td {
	width: 126px;
	vertical-align: top;
	text-align: center;
	padding: 15px 10px;
	border-bottom: 1px solid #e7e8ea;
}

#content table.product_list tr td h3 {
	font-size: 11px;
	color: #900;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0px;
}

#content table.product_list tr td h3 a {
	text-decoration: none;
}

#content table.product_list tr td h3 a:hover, table.product_list tr td p a:hover {
	color: #333;
}

#content table.product_list tr td p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#content table.product_list tr td p a.more {
	padding: 1px 3px;
	background: #ccc;
	border: 1px solid #999;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

/* Featured products */

#content table.feat_product_list {
	margin: 0 10px 10px 10px;
	padding: 0;
	border-collapse: collapse;
}

#content table.feat_product_list tr td {
	width: 126px;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 3px 10px;
}

#content table.feat_product_list tr td h3 {
	font-size: 11px;
	color: #900;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0px;
}

#content table.feat_product_list tr td h3 a {
	text-decoration: none;
}

#content table.feat_product_list tr td h3 a:hover, table.feat_product_list tr td a:hover {
	color: #333;
}

#content table.feat_product_list tr td a.more {
	padding: 1px 3px;
	background: #ccc;
	border: 1px solid #999;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#content .prod_pages {
	text-align: center;
	font-size: 11px;
}

/* Registration */

#content table.reg {
	margin: 10px;
	border: 1px solid #ccc;
	background: #efefef;
}

#content table.reg th {
	text-align: right;
	width: 180px;
}

#content table.reg td {
	text-align: left;
	width: 360px;
}

#content table.reg td span {
	color: #900;
}

#content table.reg td input, #content table.reg td textarea {
	border: 1px solid #999;
	padding: 2px;
	width: 246px;
	font-size: 11px;
}

#content table.reg td input.btn {
	border: 1px solid #900;
}

#content table.reg td select, #content select#prod_id {
	border: 1px solid #999;
}

#content table.reg td select, #content table.reg select option {
	width: 250px;
	font-size: 11px;
}

#content table.reg td input.chk {
	border-style: none;
	width: auto;
}

#content table.reg th, #content table.reg td {
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	vertical-align: top;
	color: #333;
}

#content input.btn {
	font-weight: bold;
	background: #900;
	color: #fff;
	border: 1px solid #900;
}

/* Problem field */

#content table.reg tr.err th, #content table.reg tr.err td {
	color: #900;
}

#content table.reg tr.err td input {
	border: 1px solid #900;
}

/* Error messages */

#content .err_msg {
	margin: 0 10px;
	font-size: 11px;
}

#content .err_msg ul {
	list-style: square;
	margin: 0 15px;
	padding: 0;
}

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

#content .small_note {
	font-size: 11px;
	color: #666;
	font-style: italic;
	margin: 0 10px;
	padding: 0;
}

#content .footnote {
	border-top: 1px solid #ccc;
	font-size: 11px;
	color: #666;
	font-style: italic;
	margin: 10px;
	padding: 0;
}

/* Partners */

#content .left_img_box {
	float: left;
}

#content .left_img_box img {
	border: 1px solid #ccc;
	margin: 10px 10px 0px 10px;
	padding: 10px;
}

#content .left_img_box p {
	margin: 0 10px 0 10px;
	padding: 0;
}

#content .left_img_box a {
	display: block;
	text-align: right;
	background: #ccc;
	padding: 1px 3px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* Product-related */

#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_top {
	font-size: 11px;
}

#content .prod_desc_top .oversz {
	display: block;
	border: 1px solid #ccc;
	background: #efefef;
	padding: 1px 5px;
	color: #900;
}

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

#content .prod_dtl {
	border-collapse: collapse;
}

#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;
}

/* Price break table */

#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;
}

#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;
	
}

/* New stuff: grid, etc. */

#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;
}

/* Shopping cart */

#content table.cart {
	width: 565px;
	border-collapse: collapse;
	margin: 10px;
	border-bottom: 1px solid #ccc;
}

#content table.cart tr th {
	background: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content table.cart tr th, #content table.cart tr td {
	font-size: 11px;
	vertical-align: top;
	padding: 5px;
}

#content table.cart tr.lgt td {
	background: #fff;
}

#content table.cart tr.drk td {
	background: #efefef;
}

#content table.cart tr td a.del_item {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #900;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

#content table.cart tr td a.del_item:hover {
	background: #999;
	color: #333;
}

/* Bottom section
---------------------------------------------------------- */

#footer {
	text-align: center;
}

#footer address {
	width: 780px;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background: #bbbcbe;
	line-height: 26px;
	text-align: center;
}

#footer ul {
	margin: 0;
	padding: 0;
	line-height: 50px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
}

#footer ul li a {
	color: #333;
	text-decoration: none;
	padding: 0 8px 0 2px;
	background: url("../images/dot_1px_grey.gif") repeat-y top right;
	font-size: 10px;
}

#footer ul li.last a {
	background: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}