@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body,
input,
select,
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	color: #212121;
	background: #7e91b0 url(../images/bkg/container.png) repeat-y center;
}

#container {
	min-height: 100%;
	width: 948px;
	margin: 0px auto;
	padding: 0px;
}

#main {
	overflow: auto;
	padding-bottom: 110px;
	background: #e5e9ee;
}

#footer {
	position: relative;
	margin-top: -60px;
	height: 60px;
	clear: both;
}

.content {
	padding: 10px;
}

.side {
	float: left;
	width: 180px;
	padding-right: 15px;
	border-right: 1px solid #e5eaee;
	margin-right: -1px;
}

.main {
	float: left;
	width: 694px;
	padding-left: 15px;
	border-left: 1px solid #e5eaee;
}

.detail .side {
	width: 252px;
}

.detail .main {
	width: 620px;
}

.checkout .side {
	float: right;
	width: 230px;
	padding: 0 0 0 15px;
	margin: 0 0 0 -1px;
	border-left: 1px solid #e5eaee;
	border-right: none;
}

.checkout .main {
	float: right;
	width: 640px;
	padding: 0 15px 0 0;
	border-right: 1px solid #e5eaee;
	border-left: none;
}

.half { width: 50%; }
.third { width: 33%; }
.quarter { width: 25%; }

/* header elements */

#stripe {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 99.9%;
	background: #212121;
	height: 4px;
	z-index: 10;
}

#header {
	position: relative;
	height: 110px;
	background: #fff url(../images/bkg/header.jpg) no-repeat 47px top;
}

#logo {
	float: left;
	width: 300px;
	margin: 15px 0 10px 10px;
}

#account {
	margin: 4px 10px;
	padding: 0px 5px;
	float: right;
	font-size: 11px;
	color: #FFFFFF;
	background: #646a71 url(../images/bkg/shadow_large_ups.png) repeat-x top;
	background: #435767 url(../images/bkg/shadow_large_up.png) repeat-x;
	border: 1px solid #000000;
	border-top: none;
}

#account ul {
	overflow: hidden;	
}

#account ul:first-child {
	border-bottom: 1px solid #435767;
}

#account .welcome span,
#account .items span {
	font-weight: bold;
}

#account .freeship {
	color: #ff8080;
	font-style: italic;
}

#account .dept,
#account .freeship {
	border-left: 1px solid #435767;
}

#account a {
	color: #8addff;
	text-decoration: none;
}

#account a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#account li {
	float: left;
	padding: 2px 8px;
	line-height: 16px;
}

#account a.cart {
	padding-left: 20px;
	background: url(../images/icons/cart.gif) no-repeat left 1px;
}

#account a.account {
	padding-left: 13px;
	background: url(../images/btn/account.gif) no-repeat left;
}

#account a.favorites {
	padding-left: 13px;
	background: url(../images/btn/favorites.gif) no-repeat left;
}

#account a.logout {
	padding-left: 13px;
	background: url(../images/btn/logout.gif) no-repeat left;
}

#account a.checkout {
	padding-left: 10px;
	background: url(../images/btn/next.gif) no-repeat left;
}

#hdr-right {
	clear: right;
	float: right;
	line-height: 32px;
	margin-right: 10px;
}

#hdr-right strong {
	font-size: 16px;
	margin-left: 5px;
	vertical-align: middle;
}

#globalnav {
	position: absolute;
	width: 948px;
	left: 0px;
	bottom: 0px;
	clear: both;
	line-height: 30px;
	background: #000 url(../images/bkg/shadow_large_down.png) repeat-x;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

#globalnav li {
	float: left;
	width: 16.5%;
}

#globalnav,
#globalnav a {
	color: #fff;
	font-size: 15px;
}

#globalnav a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: transparent url(../images/bkg/shadow_large_down.png) repeat-x;
	border-right: 2px solid #000;
}

#globalnav a:hover,
#globalnav li.current a,
#globalnav li.current a:hover {
	background: #cc2229;
}


/* global dropnav elements */

.dropnav li { position: relative; }
.dropnav ul { position: absolute; }

.dropnav ul,
.dropnav li:hover ul ul { display: none; }

.dropnav li:hover ul,
.dropnav ul li:hover ul { display: block; }

/* shopping nav elements */

.sidenav,
.sidenav ul {
	width: 180px;
}

.sidenav {
	position: relative;
	z-index: 110;
	margin-bottom: 20px;
	background: #fff;
	border-top: 1px solid #e5eaee;
}

.sidenav li {
	margin: 0px;
	height: 1%;
	background: #fff;
}

.sidenav ul,
.sidenav ul li,
.sidenav li:hover,
.sidenav li.current { background: #e5eaee; }

.sidenav li:hover li:first-child { border-left-color: #697177; }

.sidenav ul ul li,
.sidenav ul li:hover { background: #C4CFE5; }

.sidenav ul li:hover li:first-child { border-left-color: #5a6166; }

.sidenav ul ul ul li,
.sidenav ul ul li:hover { background: #4b5155; }

.sidenav ul a span { cursor: pointer; }

.sidenav a,
.sidenav a span {
	display: block;
	zoom: 1;
}

.sidenav a {
	padding: 5px;
	color: #00338c;
	text-decoration: none;
	border-bottom: 1px solid #e5eaee;
}

.sidenav ul {
	top: -1px;
	left: 180px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	border-top: 1px solid #e5eaee;
}

.sidenav a span,
.sidenav .current a { background: transparent url(../images/icons/shopnav_arrow.png) no-repeat 98%; }

.sidenav .current a,
.sidenav li:hover a span {
	font-weight: bold;
	background-image: url(../images/icons/nav_arrow.gif);
}

/* footer elements */

#footer {
	width: 948px;
	margin-left: auto;
	margin-right: auto;
	background: #000 url(../images/bkg/shadow_large_down.png) repeat-x bottom;
}

.footer {
	padding: 15px 10px 10px 10px;
	font-size: 11px;
	border-top: 1px solid #000;
}

.footer .links li {
	float: left;
	padding: 0 8px;
	line-height: 12px;
	border-left: 1px solid #aaa;
}

.footer .links li:first-child {
	padding-left: 0;
	border: none;
}

#fineprint {
	line-height: normal;
	font-size: 11px;
	padding-top: 5px;
}

#footer,
#footer a { color: #DEDEE0; }

#footer a { font-weight: bold; }

#footer a:hover { color: #fff; }

/* crumbs */

.crumbs {
	padding: 2px 6px;
	margin: 0 0 10px 0;
	font-size: 11px;
	overflow: hidden;
	border: 1px solid #d0d5d9;
	border-right-color: #f2f5f7;
	border-bottom-color: #f2f5f7;
}

.crumbs li {
	position: relative;
	margin-right: 5px;
	padding-right: 8px;
	background: url(../images/icons/crumbs.gif) no-repeat right;
}

.crumbs li.div {
	background: none;
	border-right: 1px solid #b2c1cd;
}

.crumbs li.label { font-weight: bold; }
.crumbs li.last { background: none; }

.crumbs a { text-decoration: none; }

.crumbs span {
	display: inline-block;
	font-size: 10px;
	margin: -2px 2px 0px 0px;
	vertical-align: top;
}

/* boxes */

.box {
	padding: 10px;
	background: #e5eaee;
	border: 1px solid #d8e0e6;
}

.box.white {
	background: #fff;
	border-color: #e5eaee;
}

.subcontainer {
	background: #ffffff;
	border: 1px solid #d0d5d9;
	border-right-color: #f2f5f7;
	border-bottom-color: #f2f5f7;
}


/* facets */

.facets {
	padding: 5px 10px;
	line-height: 18px;
}

.facets h4 {
	margin: 5px 0px;
}

.facets ul {
	margin-bottom: 8px;
}

/* featured products */

.feature {
	padding: 8px;
	background: #e5eaee;
	background: transparent url(../images/bkg/footer.png) repeat-x top;
	border: 1px solid #e5eaee;
}

.feature .panel {
	display: none;
	overflow: hidden;
}

.feature .panel .left {
	float: left;
	font-size: 11px;
	width: 62%;
}

.feature .panel .right {
	float: right;
	width: 202px;
}

.feature .panel .thumb img { width: 200px; }

.feature .panel .thumb {
	background: #ffffff;
	border: 1px solid #f6f8f9;
}

.feature .panel .product,
.feature .panel .price {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.feature .panel .price {
	float: left;
}

.feature-controls {
	margin: 2px 0 0 0;
	height: 14px;
	position: absolute;
	right: 0px;
}

.hdr .feature-controls span {
	float: none;
	margin: 0;
}

.feature-controls a {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	text-decoration: none;
	cursor: pointer;
}

.feature-controls a.backward,
.feature-controls a.forward {
	background: no-repeat center;
	border: 1px solid #9bb0d2;
	border-right-color: #6082b8;
	border-bottom-color: #6082b8;
}

.feature-controls a:hover {
	border-color: #6082b8;
}

.feature-controls a,
.feature-controls a.backward:hover,
.feature-controls a.forward:hover {
	border: 1px solid #6082b8;
	border-right-color: #9bb0d2;
	border-bottom-color: #9bb0d2;
}

.feature-controls a.current { background: #00338c; }

.feature-controls a.backward { background-image: url(../images/icons/previous.gif); }
.feature-controls a.forward { background-image: url(../images/icons/next.gif); }

/* detail page */

.detail .side .thumb {
	border: 2px solid #e5eaee;	
}

.detail .side #imgDetail { 
	position: relative;
	height: 250px;
	width: 250px;
}

.detail .side .thumb .magnify {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 28px;
	height: 28px;
	background: url(../images/icons/magnify.png) no-repeat top;
}

/*.detail .side .thumb:hover .magnify { background-position: bottom; }*/

.detail .side .thumbs { margin-top: 6px; }

.detail .side .thumbs li {
	float: left;
	margin: 4px;
	height: 50px;
}

.category-list .thumb:hover,
.detail .side .thumbs li.active,
.detail .side .thumb:hover {
	border-color: #7d98c5 !important;
}

.detail .side .thumbs img {
	max-width: 50px;
	max-height: 50px;
	cursor: pointer;
}

.detail .options {
	float: right;
	margin-left: 10px;
}

.detail .options .box {
	margin-bottom: 10px;
}

.detail .options .buynow {
	margin: 8px 0px;
	white-space: nowrap;
}

.detail .price span {
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

.detail .availability {
	margin-bottom: 5px;
}

.detail .description {
	margin: 0 0 20px 0;
	min-height: 209px;
}

.detail .options .model {
	font-size: 10px;
}

.detail .options .model li {
	float: none;
	padding: 0;
	border: none;
	white-space: nowrap;
}

.detail .options .model strong {
	display: inline-block;
	width: 33px;
}

/* global elements */

h1,h2,h3,h4,p {
	margin-bottom: 10px;
}

h1,h2,h3 {
	line-height: 18px;
}

h1 {
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 2px solid #e21d22;
}

h1.noborder {
	margin-bottom: 8px;
	padding-bottom: 0px;
	border: none;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h1 span, h2 span, h3 span, h4 span { margin-left: 10px; float: right; }

h1.hdr,
h2.hdr,
div.hdr {
	font-size: 14px;
	color: #fff;
	background: #7d98c5 url(../images/icons/hdr.gif) no-repeat 6px;
	border: 1px solid #9bb0d2;
	border-right-color: #6082b8;
	border-bottom-color: #6082b8;
	padding: 2px 4px 2px 15px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.hdr {
	padding-left: 20px;
}

.hdr span {
	float: right;
	margin-right: 2px;
	font-size: 11px;
	font-weight: normal;
}

div.hdr.simple {
	background-image: none;
	padding-left: 4px;
}

div.hdr h1,
div.hdr h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;
}

div.hdr h1 {
	font-size: 14px;
}

div.hdr h2.fl-right {
	float: right;
}

.boxlabel {
	margin-bottom: 2px;
}

a {
	color: #00338c;
}


a:hover {
	text-decoration: none;
}

a.favorite {
	padding-left: 12px;
	background: url(../images/icons/plus.gif) no-repeat left;
}

.note { font-size: 11px; vertical-align: middle; }

.thumb {
	display: inline-block;
	text-align: center;
}

.thumb,
.thumb img {
	margin: 0px auto;
}

.product img {
	display: block;
	margin-bottom: 10px;
}

ul.inline li { float: left; }
ul.inline.fields li { margin-right: 15px; }
ul.inline.fields,
ul.inline.fields label {
	line-height: 20px;
	vertical-align: middle;
}

ul.list {
	padding: 0px 0px 0px 15px;
	list-style: square;
}

ul.list li { padding: 2px 0; }
ul.list.nobull {
	padding: 0px;
	list-style: none;
}

ul.list.docs {
	margin-bottom: 15px;
}

ul.list.docs li {
	line-height: 24px;
	padding-bottom: 2px;
}

ul.tree ul {
	margin-left: 20px;
	display: none;
}

ul.tree .open ul {
	display: block;
}

ul.list.docs .press-date {
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
}

ul.list.icons a {
	padding: 1px 0px 1px 22px;
	background-position: left;
}

.promo { font-style: italic; }

.special,
.nostock { color: #be1a16; }

.instock { color: #228b22; }

.continue-shopping { overflow: hidden; }
.continue-shopping li {
	float: left;
	padding: 0px 8px;
	border-left: 1px solid #eaeaea;
}

.continue-shopping li:first-child {
	padding-left: 0px;
	border: none;
}

.msg {
	font-weight: bold;
	padding: 4px 5px;
	margin: 0 0 15px 0;
	background: #f9f4d0;
	border: 1px solid #eaeaea;
}

.error {
	color: #CD0A0A;
	background: #FEF8F6;
	border-color: #CD0A0A;
}

.good {
	color: #2DA208;
	background: #F8FEF5;
	border-color: #2DA208;
}

/* category list */

.category-list li {
	overflow: hidden;
	padding-bottom: 10px;
}

.category-list .hdr a { color: #fff; }

.category-list .hdr .left,
.category-list .hdr .middle { float: left; }
.category-list .hdr .right { float: right; }

.category-list .hdr .left,
.category-list .hdr .right { width: 35%; }

.category-list .hdr { font-weight: bold; }

.category-list .hdr .middle {
	width: 30%;
	text-align: center;
}

.category-list .thumb {
	float: left;
	margin-right: 10px;
	border: 1px solid #e5eaee;
}

.category-list .thumb:hover {
	border-color: #7d98c5;
}


/* series */

.series {
	border: 1px solid #d8e0e6;
	margin-bottom: 15px;
}
/*
.series a {
	display: block;
	text-decoration: none;
}

.series a span {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 5px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	background: #788187 url(../images/bkg/th.png) repeat-x bottom;
	cursor: default;
}

.series a span em {
	float: right;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}*/

.series img {
	display: block;
	margin: 10px auto;
}

.series .box {
	border-width: 0px;
	border-top-width: 1px;
	overflow: hidden;
	font-size: 11px;
	background: #fff url(../images/bkg/footer.png) repeat-x top;
}

.series ul {
	float: left;
	width: 46%;
}

/* form tables */

table.form {
	border-collapse: separate;
	border-spacing: 5px;
	*border-collapse: expression('separate', cellSpacing = '5px'); /* IE-specific hack */
}

table.form.stack th { text-align: right; }
table.form.stack td { line-height: 18px; }
table.form.stack label { padding-right: 0 }
table.form.stack th.topalign label { line-height: 20px; }
table.form.stack th.topalign label.multi-line { line-height: normal; }
table.form.justify td { width: 100%; }
table.form.justify input[type="text"],
table.form.justify input[type="password"] { width: 88%; }
table.form.justify textarea,
table.form.justify select { width: 90%; }
table.form.justify .nojustify input[type="text"],
table.form.justify .nojustify input[type="password"],
table.form.justify .nojustify textarea,
table.form.justify .nojustify select { width: auto; }

/* form elements */

ul.form li { padding: 0px 0px 10px 0px; }

ul.form.inline { overflow: visible; }

ul.form.inline:after {
	clear: both;
	content: ".";
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	visibility: hidden;
}

ul.form.inline li {
	float: left;
	height: 32px;
	padding-right: 10px;
}

ul.form.inline li.right { float: right; }

ul.form.inline li.noheight,
ul.form.inline.noheight li {
	height: auto;
	padding-bottom: 10px;
}

ul.inline.fields li {
	margin-right: 10px;
	line-height: 20px;
}

ul.form.inline li .chzn-results li {
	display: list-item;
	float: none;
	height: auto;
	line-height: 1.5em;
	padding: 7px 7px 8px;
}

label {
	font-weight: bold;
	white-space: nowrap;
}

div.required {
	float: right;
	font-size: 11px;
	margin-top: 3px;
}

div.required,
label.required {
	display: inline-block;
	padding-left: 10px;
	background: url(../images/icons/required.gif) no-repeat left top;
}

.disabled select,
.disabled input[type="text"] {
	color: #000;
	background: transparent;
}

span.btn.disabled input[type="button"], span.btn.disabled input[type="submit"]
{
	color: #999;
	background: #ccc;
	border-color: #ddd;
	cursor: default;
	padding-right: 6px;
	font-weight: normal;
}

span.btn.disabled:hover input[type="button"], span.btn.disabled:hover input[type="submit"]
{
	color: #999;
	background: #ccc;
	border-color: #ddd;
	cursor: default;
	padding-right: 6px;
	font-weight: normal;
}

span.btn.disabled
{
	border-color: #000;
	cursor: default;
}

label,
input,
select,
textarea { vertical-align: middle; }

.modal label,
.modal input,
.modal select,
.modal textarea { vertical-align: baseline; }

select,
input[type="text"],
input[type="file"],
input[type="password"],
.ui-autocomplete-input {
	padding: 2px;
	border: 1px solid #abadb3;
	border-right-color: #dbdfe6;
	border-bottom-color: #E2E8EE;
}

select { padding: 1px; }

input[type="text"].qty { width: 25px; }

input[type="radio"],
input[type="checkbox"] { cursor: pointer; z-index: 10; }

input[type="radio"],
input[type="checkbox"] {
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 13px;
}


/* tabs */

.tabs {
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

.tabs li {
	float: left;
	margin-right: 0px;
}

.tabs a {
	display: block;
	padding: 0px 10px;
	line-height: 22px;
	text-decoration: none;
}

.tabs li.active,
.tabs li.current {
	border: 1px solid #d0d5d9;
	border-bottom-color: #ffffff;
}

.subcontainer .tabs {
	font-size: 12px;
}

.subcontainer .tabs a {
	line-height: 21px;
}

.subcontainer .tabs li.active,
.subcontainer .tabs li.current {
	border-color: #e5eaee;
	border-bottom-color: #ffffff;
}

.tabs li.active a,
.tabs li.current a,
.subcontainer .tabs li.active a,
.subcontainer .tabs li.current a {
	color: #212121;
	background: #ffffff;
	border-color: #fff;
}

.subcontainer .tabs li.active a,
.subcontainer .tabs li.current a {
	color: #212121;
	background: #ffffff;
	border-color: #e5eaee;
	border-bottom-color: #fff;
}


/* buttons */

input[type="submit"],
input[type="reset"],
input[type="button"] {
	overflow: visible;
	line-height: normal;
	padding: 1px 6px;
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
	cursor: pointer;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.35);
}

.tabs li a,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	color: #f2f4f7;
	border: 1px solid #1049af;
	border-top-color: #4176d3;
	border-left-color: #4176d3;
}

.subcontainer .tabs li a {
	color: #fff;
	border: 1px solid #6082b8;
	border-top-color: #9bb0d2;
	border-left-color: #9bb0d2;
}

span.btn {
	line-height: normal;
	display: inline-block;
	cursor: pointer;
}

.tabs li,
span.btn {
	background: #204e9f url(../images/btn/btn.png) repeat-x;
	border: 1px solid #000000;
}

.subcontainer .tabs li { background-color: #7d98c5; border: none; }

.tabs a:hover,
span.btn:hover { background: #1562ea url(../images/btn/btn_o.png) repeat-x; }

.subcontainer .tabs a:hover {
	background-color: #8eb6f5;
	border: 1px solid #6A84AD;
	border-top-color: #3c5987;
	border-left-color: #3c5987;
}

.tabs a:hover,
span.btn:hover input[type="submit"],
span.btn:hover input[type="reset"],
span.btn:hover input[type="button"] {
	color: #fff;
	border: 1px solid #0b3175;
	border-bottom-color: #1255CA;
	border-right-color: #0F48AC;
}

span.btn input[type="submit"],
span.btn input[type="reset"],
span.btn input[type="button"] { margin: 0px; }

span.btn.big input[type="button"],
span.btn.big input[type="submit"] {
	font-size: 14px;
	letter-spacing: -0.3px;
	padding: 4px 8px 4px 18px;
}

span.btn.big.next input[type="button"],
span.btn.big.next input[type="submit"] {
	padding: 4px 18px 4px 8px;
}

/*
span.btn.gray { background-color: #7D98C5; }

span.btn.gray input[type="submit"],
span.btn.gray input[type="button"] {
	
	border: 1px solid #585858;
	border-top-color: #bfbfbf;
	border-left-color: #bfbfbf;

	
	border: 1px solid #9BB0D2;
	border-right-color: #6082B8;
	border-bottom-color: #6082B8;
}

span.btn.gray input[type="submit"]:hover,
span.btn.gray input[type="button"]:hover { 

	background-color: #a8a8a8;

	
	border: 1px solid #9BB0D2;
	border-left-color: #6082B8;
	border-top-color: #6082B8;
}
*/

span.next input[type="submit"],
span.next input[type="button"] {
	padding-right: 17px;
	background: transparent url(../images/btn/next.gif) no-repeat right;
}

span.back input[type="submit"],
span.back input[type="button"] {
	padding-left: 15px;
	background: transparent url(../images/btn/back.gif) no-repeat 5px;
}

span.save input[type="submit"],
span.save input[type="button"] {
	padding-left: 17px;
	background: transparent url(../images/btn/save.gif) no-repeat 5px;
}

span.add input[type="submit"],
span.add input[type="button"] {
	padding-left: 15px;
	background: transparent url(../images/btn/add.gif) no-repeat left;
}

span.remove input[type="submit"],
span.remove input[type="button"] {
	padding-left: 17px;
	background: transparent url(../images/btn/trash_empty.gif) no-repeat 5px;
}

span.update input[type="submit"],
span.update input[type="button"] {
	padding-left: 17px;
	background: transparent url(../images/btn/update.gif) no-repeat 5px;
}

span.shipping input[type="submit"],
span.shipping input[type="button"] {
	padding-left: 20px;
	background: transparent url(../images/btn/shipping.gif) no-repeat 5px;
}

span.print input[type="submit"],
span.print input[type="button"] {
	padding-left: 17px;
	background: transparent url(../images/btn/print.gif) no-repeat 5px;
}

span.account input[type="submit"],
span.account input[type="button"] {
	padding-left: 17px;
	background: transparent url(../images/btn/account.gif) no-repeat 5px;
}

span.cart input[type="submit"],
span.cart input[type="button"] {
	padding-left: 18px;
	background: transparent url(../images/btn/cart.gif) no-repeat 5px;
}

.form-btns { margin-top: 10px; line-height: 20px; }

ul.form-btns .fl-left,
ul.form-btns .fl-right { width: 30%; }
ul.form-btns .fl-right { text-align: right; }
ul.form-btns .center { float: left; width: 40%; }

.btn-bar {
	overflow: hidden;
	margin: -2px 0px 0px 0px;
}

.btn-bar li { float: left; margin: 0px 5px 0px 0px; }
.btn-bar.fl-right li { margin: 0px 0px 0px 5px; }

.qty {
	width: 30px;
	text-align: center;
}

.oppo-list,
.oppo-list label { line-height: 16px; }

ul.oppo-list li {
	text-align: right;
	overflow: hidden;
	padding: 0px 2px;
}

ul.oppo-list li.total {
	font-weight: bold;
	background: #e5eaee;
}

ul.oppo-list label { float: left; }
ul.oppo-list.stack label { width: 50%; }

ul.oppo-list li.stack,
ul.oppo-list.stack li { text-align: left; }

ul.oppo-list.borders,
ul.oppo-list.borders label { line-height: 20px; }
ul.oppo-list.borders li { border-top: 1px solid #d8e0e6; }
.box ul.oppo-list.borders li:first-child { border: none; }

table.oppo-list {
	background: #fff;
	border-top: 1px solid #e5eaee;
}

table.oppo-list.hdrs {
	border: none;
}

table.oppo-list th {
	padding-right: 10px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

table.oppo-list th,
table.oppo-list td {
	padding: 2px 8px;
	border-right: 1px solid #e5eaee;
	border-bottom: 1px solid #e5eaee;
}

table.oppo-list th {
	border-left: 1px solid #e5eaee;
	background-color: #F2F5F7;
}

table.oppo-list .total th,
table.oppo-list .total td {
	font-weight: bold;
	border-top-color: #b1c1cd;
}

table.oppo-list .hdr td {
	padding: 10px 0 0 0;
	border-left: none;
	border-right: none;
}

table.oppo-list .hdr td,
table.oppo-list tr.hdr:hover td {
	background: #fff;
}

table.oppo-list .hdr:first-child td {
	padding-top: 0px;
	border: none;
}

table.oppo-list .hdr div {
	padding: 0 5px;
	line-height: 20px;
	color: #ffffff;
	background: #7d98c5 url(../images/bkg/th.png) repeat-x bottom;
	font-weight: bold;
	border-top: 1px solid #9bb0d2;
	border-bottom: 1px solid #6082b8;
}

.box .box table.oppo-list,
.box .box table.oppo-list th,
.box .box table.oppo-list td {
	padding: 0;
	border: none;
	background: transparent;
}

.box .box table.oppo-list th {
	padding-right: 8px;
}

/*table.oppo-list.fl-right th { text-align: right; }*/

/* select menus */

.select-menu {
	width: 100px;
	margin: 0px auto;
	font-size: 12px;
}

.select-menu a {
	display: block;
	text-decoration: none;
	text-align: left;
}

.select-menu a.select-btn {
	padding: 2px 6px;
	color: #555555;
	background: #FFFFFF url(../images/bkg/select.gif) no-repeat right;
	border: 1px solid #CACACA;
}

.select-menu.open a.select-btn,
.select-menu a.select-btn:hover {
	color: #555555;
	background-image: url(../images/bkg/select_o.gif);
	border-color: #000;
}

.select-menu.open ul { display: block; }

.select-menu ul {
	display: none;
	position: absolute;
	margin-top: -1px;
	white-space: nowrap;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	min-width: 98px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#CACACA');
}

.select-menu li {
	font-size: 11px;
	border-top: 1px solid #000;
}

.select-menu li a {
	padding: 3px 6px;
	color: #f2f4f7;
	background: #204e9f url(../images/btn/btn.png) repeat-x;
	border: 1px solid #1049af;
	border-top-color: #4176d3;
	border-left-color: #4176d3;
}

.select-menu li a:hover {
	color: #FFFFFF;
	background: #1562ea url(../images/btn/btn_o.png) repeat-x;
	border: 1px solid #0b3175;
	border-bottom-color: #1255CA;
	border-right-color: #0F48AC;
}

.select-label {
	float: left;
	margin-right: 10px;
	line-height: 20px;
}


/* pagination */

.pagination {
	overflow: hidden;
	padding: 3px 4px;
	font-weight: bold;
	font-size: 11px;
	background-color: #e5eaee;
	border: 1px solid #d8e0e6;
	border-bottom: none;
}

.pagination .fl-left,
.pagination .fl-right {
	width: 25%;
	line-height: normal;
}

.pagination .fl-right { text-align: right; }

.pagination .pages {
	text-align: center;
	line-height: 18px;
}

.pagination .pages a {
	display: inline-block;
	width: 18px;
	text-decoration: none;
}

.pagination .pages a:hover,
.pagination .pages a.current {
	background: #fafafa;
}

.pagination .pages a.previous,
.pagination .pages a.next {
	background-repeat: no-repeat;
	background-position: center;
}

.pagination .pages a.previous { background-image: url(../images/icons/previous.gif); }
.pagination .pages a.next { background-image: url(../images/icons/next.gif); }

.pagination select,
.pagination input {
	font-size: 11px;
}

/* facets */

.facets {
	padding: 5px 10px;
	line-height: 18px;
}

.facets h4 {
	margin: 5px 0px;
}

.facets ul {
	margin-bottom: 8px;
}

.facets label {
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

.facets label:hover {
	text-decoration: none;
}

/* product grids */

.datatable {
	border-collapse: separate;
	border-spacing: 0px;
	*border-collapse: expression('separate', cellSpacing = '0px');
	border-left: 1px solid #e5eaee;
}

.datatable th,
.datatable th.nosort:hover {
	font-size: 11px;
	padding: 3px 4px;
	color: #ffffff;
	background: #7d98c5 url(../images/bkg/th.png) repeat-x bottom;
	border-top: 1px solid #9bb0d2;
	border-bottom: 1px solid #6082b8;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.35);
}

.tablesorter th {
	padding: 3px 2px;
	border-left: 1px solid #9bb0d2;
	border-right: 1px solid #6082b8;
}

.tablesorter th:hover,
.tablesorter .headerSortDown,
.tablesorter .headerSortUp {
	background: #496ba1;
}

.tablesorter .header span,
.tablesorter .headerSortUp span,
.tablesorter .headerSortDown span {
	display: block;
	/*background-image: url(../images/icons/bg.gif);*/
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

.tablesorter .headerSortUp span { background-image: url(../images/icons/asc.gif); }
.tablesorter .headerSortDown span { background-image: url(../images/icons/desc.gif); }

.datatable td {
	padding: 4px;
	border-bottom: 1px solid #e5eaee;
	border-right: 1px solid #e5eaee;
}

.datatable.compact th {
	font-size: 10px;
}

.datatable.compact td {
	padding: 3px 4px;
	font-size: 11px;
	vertical-align: top;
}

.datatable tr.selected td,
.datatable.hovers tr:hover td,
.datatable.selectable tr:hover td,
.datatable.clickable tr:hover td { background: #f4fbff; }

/*.datatable tr.selected td {
	background-color: #ebfce2;
}*/

.datatable.selectable tr:hover td,
.datatable.clickable tr:hover td { color: #0082b4; }

.datatable.clickable tr:hover td { text-decoration: underline; }

.datatable th.pricing { width: 10%; }
.datatable th.buy { width: 24%; }

.datatable .tfoot td {
	vertical-align: middle;
	line-height: 22px;
	padding: 0px 4px;
	border: none;
	background: #e5eaee;
}

.datatable .tfoot.first td,
.datatable.list .tfoot.first td {
	border-top: 4px solid #7d98c5;
}

.datatable.grid { border: 1px solid #e5eaee; }

.datatable.grid td {
	padding: 10px;
	width: 130px;
	text-align: center;
	vertical-align: top;
	background: none;
	border: none;
}

.datatable.grid.one td { width: 100%; }
.datatable.grid.two td { width: 50%; }
.datatable.grid.three td { width: 33%; }
.datatable.grid.four td { width: 25%; }

.datatable.grid .thumb { margin-bottom: 10px; }

.datatable.grid span.btn input {
	font-size: 10px;
	padding: 1px;
}

.datatable.small .thumb img {
	max-width: 60px;
	max-height: 60px;
}

.datatable.list {
	border-right: 1px solid #e5eaee;
	border-bottom: 1px solid #e5eaee;
}

.datatable.list td {
	vertical-align: top;
	border-right: none;
	background: none;
}

.datatable.list .thumb {
	float: left;
	margin: 0px 10px 0px 5px;
}

.datatable.list .thumb,
.datatable.list .thumb img {
	max-width: 75px;
	max-height: 75px;
}

.datatable.list .description {
	margin-left: 115px;
}

.datatable.cart { margin-bottom: 15px; }

.datatable.cart .thumb,
.datatable.cart .thumb img {
	max-width: 50px;
	max-height: 50px;
}

.datatable.cart .thumb {
	border: none;
}

.product {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.product:hover { text-decoration: underline; }

.datatable.cart .product { font-size: 12px; }
.datatable.grid .product {
	font-size: 11px;
	margin-bottom: 5px;
}

.datatable .price {
	font-weight: bold;
	font-size: 13px;
}

.datatable .promo,
.datatable .description { font-size: 11px; }

.datatable .description {
	padding: 0px;
	list-style: none;
}

.datatable.grid .buynow { margin-top: 10px; }

.datatable .model {
	color: #606060;
	font-size: 11px;
	margin-top: 2px;
}

.datatable .model li {
	float: none;
	padding: 0px;
	border: none;
	line-height: 14px;
}

.model {
	overflow: hidden;
	margin-bottom: 5px;
}

.model li {
	float: left;
	padding: 0px 5px;
	border-left: 1px solid #CACACA;
}

.model li:first-child {
	padding-left: 0px;
	border: none;
}

ul.description {
	padding: 0px 0px 0px 17px;
	list-style: square;
}

.datatable tbody tr.section td {
	font-weight: bold;
	padding: 15px 6px 5px 6px;
}

.datatable .actions {
	text-align: center;
	width: 130px;
}

.datatable .subrow td:first-child { padding-left: 40px; }


/* pim elements */

.datatable .toggle {
	padding-left: 20px;
	background: no-repeat left;
	background-image: url(../images/icons/expand.png);
	cursor: pointer;
}

.datatable .toggle:hover {
	color: #0082b4;
	text-decoration: underline;
}

.datatable .open .toggle {
	background-image: url(../images/icons/collapse.png);
}

.datatable .open td:first-child {
	background-color: #f2f5f7;
	border-bottom: 1px solid #e5eaee;
}

/* dashboard elements */

.dash-side {
	display: none;
	width: 40%;
	padding-left: 15px;
	border-left: 1px solid #e5eaee;
}

.dash-main .oppo-list {
	float: left;
	width: 50%;
}

.dash-main .oppo-list td {
	width: 100%;
}

.terms-customer .dash-main,
.terms-customer .dash-side {
	display: block;
	float: left;
}

.terms-customer .dash-main {
	width: 55%;
	margin-right: -1px;
	padding-right: 15px;
	border-right: 1px solid #e5eaee;
}

.terms-customer .oppo-list {
	float: none;
	width: auto;
}

.terms-customer .oppo-list th {
	width: 110px;
	white-space: nowrap;
}

.terms-customer .oppo-list td {
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

.terms-customer .oppo-list th,
.terms-customer .oppo-list td {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* contact elements */

.contact-info {
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 13px;
}

.contact-info li {
	float: left;
	width: 49%;
}

.contact-staff {
	border-top: 1px solid #e5eaee;
	overflow: hidden;
}

.contact-staff li {
	float: left;
	width: 49%;
	height: 95px;
	padding-top: 10px;
}

.contact-staff li img {
	float: left;
}

.staff-info {
	padding-top: 20px;
}

.googlemap {
	padding-top: 20px;

}

.googlemap iframe {
	border: 1px solid #cacaca;
}


/* logged out elements */

body.loggedout {
	background-image: url(../images/bkg/container_lo.png);
}

.loggedout #container {
	width: 470px;
}

.loggedout #header {
	padding: 30px 0px 0px 0px;
	background: none;
	border: none;
}

.loggedout #logo {
	float: none;
	margin: 0px auto;
}

.loggedout #main {
	padding-bottom: 70px;
	background: transparent;
}

.loggedout #footer {
	width: 515px;
	background: none;
	margin-top: -30px;
	height: 30px;
}

.loggedout .footer {
	border: none;
}

.loggedout #fineprint {
	padding-top: 0px;
}

.loggedout #fineprint,
.loggedout #fineprint a {
	color: #212121;
}

.loggedout h1 {
	color: #4f74b0;
}

.loggedout .box {
	background: transparent;
	border: 2px solid #7b97c4;
}


/* overlays */

.modal {
	padding: 10px;
}

#addDiv { width: 400px; }

.popDiv {
	display: none;
	position: absolute;
	z-index: 1005;
	background: #e5eaee;
	border: 1px solid #404040;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
}

.popDiv .popHdr {
	padding: 6px 8px;
	font-weight: bold;
	color: #FFFFFF;
	background: #000 url(../images/bkg/shadow_large_down.png) repeat-x;
}

.popDiv .popHdr .close {
	position: absolute;
	display: block;
	top: 7px;
	right: 7px;
	width: 12px;
	height: 12px;
	background: url(../images/btn/close.gif);
}

.popDiv .popBody {
	padding: 8px;
	font-size: 12px;
	line-height: normal;
	overflow: hidden;
	background: #FFFFFF url(../images/bkg/footer.png) repeat-x top;
	border: 2px solid #354451;
	border-top: none;
}

.popDiv #addImg {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	border: 1px solid #CACACA;
}

.popDiv #itemName {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.popDiv #itemDetails span {
	font-weight: bold;
}


/* jquery UI combo box */

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

ul.ui-autocomplete {
	position: absolute;
	cursor: default;
	border: 1px solid #abadb3;
	border-top: none;
	background: #ffffff;
	max-height: 200px;
	overflow: auto;
}

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}

.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	color: #000;
	text-decoration:none;
	display:block;
	padding: 0 2px;
	line-height: 1.5;
	zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	color: #00338c;
	font-weight: normal;
}

.ui-menu .ui-state-hover { background-color: #e5eaee; }

.combo-select {
	overflow: hidden;
	vertical-align: middle;
	text-indent: -9999em;
	font-size: 1px;
	margin-left: -23px;
	padding: 0;
	width: 23px;
	height: 21px;
	border: 1px solid #abadb3;
	border-right-color: #dbdfe6;
	border-bottom-color: #E2E8EE;
	border-left-color: #fff;
	background: #FFFFFF url(../images/bkg/combo_select.gif) no-repeat center;
}

.combo-select:hover {
	background-image: url(../images/bkg/combo_select_o.gif);
	border: 1px solid #abadb3;
}


/* dynamic tables */

ul.table {
	margin-bottom: 15px;
	line-height: 20px;
}

ul.table.header { margin-bottom: 0; }

ul.table li {
	overflow: hidden;
	padding: 4px 0;
	height: 1%;
	border-bottom: 1px solid #becbd6;
}

ul.table.header li {
	font-weight: bold;
	line-height: normal;
}

ul.table div {
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.order-list label {
	font-weight: normal;
}

.order-list a {
	padding: 0 2px;
}

.order-list a:focus {
	color: #fff;
	background-color: #3399ff
}

.order-list .del-item { float: right; }

.order-list div.code { width: 30%; }

.order-list div.quantity,
.order-list div.unitprice,
.order-list div.extprice {
	width: 11%;
	padding-right: 5px;
	text-align: center;
}

.order-list div.extprice {
	width: auto;
}

.order-list div.description {
	clear: left;
	float: none;
	padding: 0;
}

.order-total {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}
.datatable td.manyExpectedFoundNone {
	text-align:center; 
	font-weight:bold;
	padding: 20px;
}

#product-list {
	display: none;	
}


.new-item,
.del-item {
	xdisplay: none;
}

.pages .pagination {
	border: 0;
}

.pagination .pages {
	margin: 0 auto;
}

ul.pages li {
	display: inline;
}

.tablesorter th a {
	color: white;
	text-decoration: none;
}

.tablesorter th.headerSortDown a, .tablesorter th.headerSortUp a  {
	margin-right: 15px;
}


#reset-button { margin: 15px 0 0 }
#reset-button a { color: #8b0000 }

#orderForm .box.form.inline.margin-btm{
	overflow:visible;
	height: 40px;
}

#orderForm .form.inline.noheight li label{
	display: block;
}

#orderForm .form.inline.noheight label{
	display:inline;
}

#orderForm .box.margin-btm label{
	display: inline;
	clear: both;
}

.pagination .fl-right label{
	float: left;
	margin: 3px;
	margin-left: 8px;
}

.pagination .fl-right .select-menu{
	float:left;
	text-align: left;

}

.pagination .fl-left, .pagination .fl-right{
	width: 20%;
}

.pagination{
	overflow:hidden !important;
}

.orderformMinHeight {
	min-height: 300px;	
}

.orderformMinHeight table tr{
	height: 25px;
}
