body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: url(../images/body-bg.png) no-repeat top center;
}

strong {
    font-weight: bold;
}

a {
  cursor: pointer;
  color: #136DBD;
}

.wrapper {
  min-width: 1000px;
}

#main {
  line-height: 130%;
  position: relative;
}

#main p {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.main-on-a-page {
    font-size: 14px;
}

/* inherits from boxes.css */
.page-head {
    margin-top: 4px;
    padding-bottom: 6px;
    border-bottom: 1px solid #EEE;
}

.group-select {
    background: #E6E6E6;
    border: none;
    padding: 12px 0;
    margin-top: 42px;
}

ul.bullet li {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 24px;
}

.group-select h4.legend {
  height: 23px;
  background: url(../images/nav-bg-left-header-blue.png) repeat-x;
  line-height: 23px;
  padding: 0 8px;
  cursor: pointer;
  color: white;
  padding-left: 12px;
  border: none;
  width: 992px;
  font-weight: normal;
  text-transform: uppercase;
}

.form-button,
.form-button-alt {
    background: #15AF11;
    color: white;
    text-transform: uppercase;
    border: 1px solid #108E0E;
    font-size: 14px !important;
    font-weight: normal !important;
}

.content h4,
.head h4 {
    color: #232055;
    font-weight: bold;
    text-transform: uppercase;
    background: none !important;
    padding-left: 0 !important;
}

.header-top {
  width: 1012px;
  margin: 0 auto;
  height: 84px;
  position: relative;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.cms-nav {
  bottom: 20px;
  position: absolute;
  left: 272px;
}
.cms-nav li {
  float: left;
}
.cms-nav li a {
  color: white;
  padding: 5px 12px;
  padding-top: 6px;
  text-decoration: none;
  position: relative;
}
/* DROP DOWN MENUS */
.menu-dd {
  width: 230px;
  position: absolute;
  background: #010528;
  display: none;
}
.menu-dd a {
  display: block;
  color: white;
  padding: 0 8px;
  height: 27px;
  line-height: 30px;
  text-decoration: none;
  border-top: 1px solid #414560;
  font-size: 12px;
}
.menu-dd a:hover {
  background: #292658;
}

.header-nav {
  width: 1012px;
  height: 44px;
  line-height: 31px;
  margin: 0 auto;
  background-image: url(../images/nav-bg.png);
  background-repeat: repeat-x;
  color: #f0f0f0;
}
.header-nav input {
  border: 1px solid #333333;
  background: #000000;
  color: #b3b3b3;
  padding: 2px;
  float: left;
  margin-right: 6px;
  width: 130px;
}
.header-nav .login {
  font-size: 12px;
  padding: 0 4px;
}
.header-nav .login a {
}
.header-nav .user-actions {
    color: #999;
}
.header-nav .user-actions a {
    text-decoration: none;
    color: #f0f0f0;
}
.header-nav .user-actions a:hover {
    text-decoration: underline;
}

#nav-left-root {
  background: #FFFFF;
  font-size: 11px;
}
#nav-left-root .head {
  height: 23px;
  background: url(../images/nav-bg-left-header.png) repeat-x;
  line-height: 24px;
  padding: 0 8px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 12px;
}
#nav-left-root .head div {
    background: url(../images/sidebar-rightarrow.png) no-repeat 0 5px;
    padding-left: 18px;
}
#nav-left-root .head div.down {
    background: url(../images/sidebar-downarrow.png) no-repeat 0 6px;
    padding-left: 18px;
}

.grey-gloss {
  background: #FFFFFF url(../images/nav-bg-left.png) no-repeat top left;
}
#nav-left-root ul {
  background: url(../images/nav-bg-left.png) no-repeat 0 0;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 185px;
  overflow: hidden;
  padding-right: 15px;
}
#nav-left-root div.filter {
    background: url(../images/nav-bg-left.png) no-repeat 0 0;
}
#nav-left-root div.filter ul {
  background: none;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 130px;
  overflow: hidden;
  padding-right: 15px;
}
#nav-left-root ul li {
    padding: 0 6px;
}
#nav-left-root ul li a {
  color: #333;
  padding-bottom: 0;
  display: block;
  text-decoration: none;
  padding: 6px;
  font-size: 1.1em;
  border-bottom: 1px solid #DEDEDE;
  line-height: 120%;
}
#nav-left-root ul li a:hover {
    background-color: #F5F5F5;
}
#nav-left-root ul li.less-important {
    display: none;
}

.middle {
  width: 992px;
  padding: 10px;
  padding-top: 4px;
}

.side-col {
  width: 241px;
  margin-right: 10px;
}

.side-col-home {
  width: 212px;
}

.col-2-left-layout {
  /* CONTENT AREA */
}
.col-2-left-layout .col-main {
  float: right;
  position: relative;
  width: 740px;
}
.col-2-left-layout .col-main-home {
  width: 769px;
}

input[type=text], input[type=password] {
  font-size: 12px;
}

.search-header,
.black-sub-header,
.blue-sub-header {
  height: 25px;
  background: url(../images/nav-bg-left-header-blue.png) repeat-x;
  line-height: 23px;
  padding: 0 8px;
  color: white;
  font-weight: bold;
  padding-left: 12px;
}

.search-header a
{
	color: white;
	display: block;
	float: right;
	font-size: .85em;
	font-weight: normal;
}

.search-header a:hover
{
	color: #bacbde;
}

.black-sub-header {
  background: url(../images/nav-bg-left-header-black.png) repeat-x;
  height: 24px;
  line-height: 24px;
}

.blue-sub-header span {
    color: white !important;
}

.mini-search { 
    color: white; 
    font-size: 12px;
}
.mini-search .input-text {
	width: 132px;
	margin-right: 4px;
	border: 1px solid #999999;
	padding: 4px;
}


#cart-dropdown {
    position: absolute;
    width: 250px;
}

/* HOME */
#nav-left-root-home {
  font-size: 12px;
  margin-top: 10px;
}
#nav-left-root-home .head {
  height: 23px;
  background: url(../images/nav-bg-left-header.png) repeat-x;
  line-height: 24px;
  padding: 0 8px;
  color: #F3F3F5;
  font-weight: bold;
  padding-left: 12px;
}
#nav-left-root-home .last {
  border-bottom: 1px solid #e6e6e6;
}
#nav-left-root-home ul {
  border: 1px solid #1AE010;
  border-bottom: 2;
  border-top: 2;
  padding-top: 9px;
  padding-bottom: 16px;
}
#nav-left-root-home ul li {
    padding: 0 1px;
}
#nav-left-root-home ul li a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 1px 0 1px 11px;
  font-size: .97em;
  line-height: 120%;
}
#nav-left-root-home ul li a:hover {
    background-color: #1AE010;
}
#nav-left-root-home ul li.less-important {
    display: none;
}
#nav-left-root-home ul li.more {
    padding-top: 6px;
}
#nav-left-root-home ul li.more a:before {
    content: "…";
}

#nav-right-home {
	float: right;
	width: 212px;
}
#nav-right-home ul
{
	padding-top: 9px;
	padding-bottom: 9px;
}
#nav-right-home ul.border {
	border: 1px solid #dcdcdc;
	border-top-width: 0;
}
#nav-right-home ul li
{
	padding: 0 1px;
}
#nav-right-home ul li a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 1px 0 1px 11px;
  font-size: .97em;
  line-height: 130%;
}
#nav-right-home ul li a:hover {
    background-color: #e6e6e6;
}
#nav-right-home ul li.special a {
  color: #15af11;
  font-weight: bold;
}
#nav-right-home div.border {
	border: 1px solid #dcdcdc;
	border-bottom-width: 0;
	border-top-width: 0;
}
#nav-right-home span.icon-dvtest,
#nav-right-home span.icon-events,
#nav-right-home span.icon-newsletter,
#nav-right-home span.icon-purchasing,
#nav-right-home span.icon-support {
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	margin-left: -4px;
}
#nav-right-home span.icon-dvtest {
	background-image: url(../images/icon-dvtest.png);
	padding-left: 40px;
}
#nav-right-home span.icon-events {
	background-image: url(../images/icon-events.png);
	padding-left: 24px;
}
#nav-right-home span.icon-newsletter {
	background-image: url(../images/icon-newsletter.png);
	padding-left: 22px;
}
#nav-right-home span.icon-purchasing {
	background-image: url(../images/icon-purchasing.png);
	padding-left: 24px;
}
#nav-right-home span.icon-support {
	background-image: url(../images/icon-support.png);
	padding-left: 23px;
}
#nav-right-home .newsletter {
	margin-top: 10px;
}
#nav-right-home .newsletter .container {
  border-bottom-width: 1px;
  overflow: hidden;
  padding: 8px;
  font-size: 10px;
  line-height: 120%;
  background: #ebebeb url(../images/locations-bg.png) no-repeat;
}
#nav-right-home .whats-new {
	border: 1px solid #dcdcdc;
	line-height: 0;
	margin-bottom: 10px;
}

#ticker {
  border: 1px solid #999999;
  float: left;
  height: 169px;
  margin-bottom: 5px;
  position: relative;
  width: 545px;
}
#ticker img {
  display: block;
}
#ticker img.frame {
  height: 169px;
  width: 545px;
}

#headlines {
  clear: both;
  margin-bottom: 10px;
  height: 24px;
  line-height: 25px;
  color: #eee;
  background: url(../images/ticker-bg.png) no-repeat;
  padding-left: 118px;
  overflow: hidden;
}
#headlines img {
  float: left;
  margin-right: 8px;
}
#headlines div {
    overflow: hidden;
}
#headlines a {
    color: white;
    text-decoration: none;
}

#headlines a:hover {
    text-decoration: underline;
}

#featured-item-container {
	float: right;
}
#product-ticker,
#promo-ticker {
	line-height: 0;
	overflow: hidden;
}
#product-ticker img.frame,
#promo-ticker img.frame {
	height: 64px;
	width: 210px;
}

#categories {
  float: left;
  width: 547px;
}
#categories div a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#categories div a span {
	display: block;
}
#categories div a:hover span {
	text-decoration: underline;
}
#categories div {
	border-top: 1px solid #dcdcdc;
	padding: 6px;
}
#categories p.descr {
	color: #595959;
	margin-bottom: 9px;
}
#categories p.price {
	color: #fe0000;
	font-weight: bold;
	margin-bottom: 0;
}
#categories ul {
	background: url(../images/categories-bg.gif) repeat-y;
	border: 1px solid #dcdcdc;
	border-top-width: 0;
	overflow: hidden;
}
#categories ul:first-child {
	border-top-width: 1px;
	overflow: hidden;
}
#categories ul li {
	border-left: 1px solid transparent;
	float: left;
	text-align: center;
	width: 181px;
}
#categories ul li:first-child {
	border-left: 0;
}
#categories ul li > a {
	display: block;
	text-align: center;
	text-decoration: none;
}
#categories ul li > a:hover {
	color: #bacbde;
}

.grey-sub-header {
  height: 23px;
  background: url(../images/header-bg-grey.png) repeat-x;
  line-height: 25px;
  padding: 0 8px;
  color: #333;
  padding-left: 12px;
}

.black-bg {
    background: #000 url(../images/black-gloss-bg.png) repeat-x;
    height: 20px;
    color: #eee;
}

.black-bg.tab-group a {
  float: left;
  text-align: center;
  font-size: 11px;
  display: block;
  height: 26px;
  line-height: 27px;
  color: #b3b3b3;
  padding: 0 12px;
}
.black-bg.tab-group a.active {
    background: #F5F5F5;
    color: #222;
}
.black-bg.tab-group a:hover {
    color: white;
}
.black-bg.tab-group a.active:hover {
    color: #222;
}

/*FOOTER*/
.footer-container { background: #1b1843; position: relative; }
.footer { 
    width:989px; 
    margin:0 auto; 
    padding:10px 10px 4em;
    color: #222; 
    position: relative;
    margin-top: 15px;
}
.footer a {
    color: #76748e;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 14px;
}
.footer a:hover {
    text-decoration: underline;
    color: #a4a3b3;
}

/* GENERAL */
.more-blue {
  color: #136DBD !important;
}
.more-blue:hover {
    color: #248EE7 !important;
}
.underline {
  text-decoration: underline;
}
.blue-arrow {
    display: block;
    padding-left: 20px;
    background: url(../images/right-arrow-on-grey.png) no-repeat 12px 2px;
}

.grey-bottom-bg {
    background: #E6E6E6 url(../images/grey-bottom-bg.png) repeat-x bottom;
    height: 8px;
}
.fourty-opacity {
    opacity: .4;
    filter: alpha(opacity = 40);
}
div.price-box {
    margin: 0;
    padding: 0;
}
.purple {
    color: #000066;
    text-decoration: none;
}
.purple:hover {
    text-decoration: underline;
}

.purple-tall-header {
    height: 30px;
    line-height: 30px;
    color: white;
    background: url(../images/purple-tall-bg.png) repeat-x;
    padding: 0 10px;
}

/* LISTINGS */
.product-shop h5 a {
    color: #000066;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

/* PRODUCT VIEW */
.product-essential {
    padding: 12px;
}
.overview-body ul li,
.nice-list li {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 12px;
}

/* CART */
.shopping-cart th {
    background: url(../images/nav-bg-left-header-blue.png) repeat-x;
    color: white;
    text-transform: uppercase;
    border-right: 1px solid white;
    height: 23px;
    line-height: 23px;
    padding: 0 12px;
}
.shopping-cart td.update {
    background: url(../images/nav-bg-left-header-blue.png) repeat-x;
    color: white;
    text-transform: uppercase;
    height: 23px;
    line-height: 23px;
    padding: 0 12px;
}
.shopping-cart td {
    background: #F2F2F2;
}

/* CHECKOUT */
.one-page-checkout .step-count { color: #051572; margin-right: 8px; font-size: 1.2em; }
.one-page-checkout .head,
.one-page-checkout-progress h4 { 
    text-transform: uppercase; 
    background: #1D5EA2;
    height: 27px;
    line-height: 26px;
    background: url(../images/blue-tall-bg.png) repeat-x;
    padding-left: 16px;
}
.one-page-checkout h3 {
    color: white;
}
.one-page-checkout-progress h4 { color: white; margin: 0; border: none;  }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress h4 .change { float: right; margin-right: 8px; color: #F6F8FA; font-size: .8em; margin-top: 1px; }

#checkout-review-table thead th {
    color: #000066;
    background: #F2F2F2;
    padding: 6px;
    text-transform: uppercase;
    font-size: 1.1em;
}
#checkout-review-table tfoot td {
    background: white;
}
.pager {
    margin-top: 8px;
}
.pager li {
    float: left;
    padding: 0 6px;
    font-size: 14px;
}

.paddedtable td {
    padding: 8px;
    margin-right: 4px;
}

.whitelink {
    color: white;
    text-decoration: none;
}
.whitelink:hover {
    text-decoration: underline;
}

#print-visible-product-image {
    display: none;
}
