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

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?iefix') format('eot'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#webfontj1CI1MAi') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* shell */

* { font-family: Verdana, Arial, Helvetica, sans-serif; }

body { background: #edeee5; }

#wrapper {
	background: #edeee5 url(../images/bkg/header.png) repeat-x left -5px;
	border-top: 5px solid;
	zoom: 1;
}

.container,
#container {
	width: 960px;
	margin: 0 auto;
}

#container {
	font-size: 12px;
	padding-bottom: 20px;
}

#main {
	background: #fff url(../images/bkg/left-column.png) repeat-y -500px;
	margin-top: 8px;
	padding: 10px 10px 20px 10px;
	zoom: 1;
}

#main.sidecol,
#main.ecom2 { background-position: -269px; }
#main.ecom3 { background-position: -300px; }
#main.account { background-position: -329px; }

#main,
.panel {
	border: 1px solid #D0CDBB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}


/* columns */

.column {
	float: left;
	border-color: transparent;
}

.column.lf {
	border-right: 1px solid transparent;
	margin-right: -1px;
	padding-right: 10px;
}

.column.rt {
	border-left: 1px solid transparent;
	padding-left: 10px;
}

.column.mid {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	margin-right: -1px;
	padding: 0 10px;
}

.results .column.lf { width: 48%; }
.results .column.rt { width: 48%; }

.login .column.lf { width: 180px; padding: 12px 15px; }
.login .column.rt { width: 705px; }

.ecom2 .column.lf { width: 210px; }
.ecom2 .column.rt { width: 705px; }

.ecom3 .column.lf { width: 18%; }
.ecom3 .column.mid { width: 55%; }
.ecom3 .column.rt { width: 18%; }

.detail .main { float: left; width: 55%; }
.detail .side { float: right; width: 254px; }

.account .column.lf { width: 150px; }
.account .column.rt { width: 765px; }


/* customer service panel */

#cs {
	overflow: hidden;
	padding: 30px 0;
	font-size: 11px;
	line-height: 16px;
	color: #5A5953;
	background: #F5F5F0 url(../images/bkg/cs.png) repeat-x bottom;
}

#cs li {
	float: left;
	width: 23.3%;
	margin-right: 1.5%;
}

#cs li.call {
	width: 25%;
	margin: 0;
}

#cs h4 {
	margin-bottom: 15px;
	padding-left: 25px;
	line-height: 19px;
	font-weight: normal !important;
	font-size: 16px !important;
	background: no-repeat left;
}

#cs .email h4 { background-image: url(../images/icons/csr-email-us.png); }
#cs .chat h4 { background-image: url(../images/icons/csr-chat-with-us.png); }
#cs .callback h4 { background-image: url(../images/icons/csr-callback.png); }
#cs .call h4 { background-image: url(../images/icons/csr-call-us.png); }

#cs li div {
	margin-left: 25px;
	padding-top: 15px;
	border-top: 1px solid #E7E5DC;
}

#cs strong {
	color: #000;
}

#cs h4 strong {
	font-weight: normal;
}

#cs a {
	margin-right: 15px;
	padding-left: 13px;
	background: url(../images/icons/arrow-bullet.png) no-repeat left;
	text-decoration: none;
}

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

/* header elements */

#header {
	height: 89px;
	position: relative;
}

#header #logo {
	float: left;
	margin: 11px 0 0 16px;
	width: 203px;
	height: 66px;
	background: no-repeat top;
	text-indent: -9999em;
}

#header a {
	color: #667783;
	text-decoration: none;
}

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

#header .pulltab {
	float: right;
}

#header .csr {
	float: right;
	margin: 3px;
	padding: 6px 8px;
	font-size: 11px;
	line-height: 18px;
	color: #acb1b2;
	background: #2d383e;
	border: 1px solid #36444c;
}

#header .csr .count {
	display: inline-block;
	padding: 0 6px;
	margin-right: 5px;
	color: #fff;
}

#header .csr,
#header .csr .count {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

#header .csr .phone {
	color: #fff;
	font-weight: bold;
}

#header .pulltab {
	line-height: 35px;
	color: #e5e5e5;
	background: url(../images/icons/help.png) no-repeat 11px;
	cursor: pointer;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;	
}

#header .pulltab span {
	padding: 0 35px;
	background: url(../images/icons/arrow-white-down.png) no-repeat 93%;
	
}

#header .pulltab.open span {
	background-image: url(../images/icons/arrow-white-up.png);
}

#header .toplinks {
	position: absolute;
	right: 0px;
	top: 55px;
	font-size: 10px;
	overflow: hidden;
}

#header .toplinks li {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #263034;
}

#header .toplinks li:first-child {
	border: none;
}


/* global nav */

#navbar {
	margin: 5px 0 9px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 46px;
	height: 46px;
}

.home #navbar {
	margin-bottom: 25px;
}

#nav {
	height: 46px;
}

#nav,
#nav ul {
	z-index: 1500;
}

#nav a {
	color: #FFF;
	display: block;
	text-decoration: none;
}

#nav li.global {
	float: left;
	position: relative;
	z-index: 2; /* sets stack order priority over filter flyouts and cufon text */
	background: url(../images/bkg/navbar.png) repeat-x;
	border: 1px solid;
	border-top-color: #7b8f9f;
	border-right-color: #353e45;
	border-bottom-color: #404c56;
	border-left-color: #79838b;
}

#nav li.current {
	background-image: url(../images/bkg/navbar-current.png);
}

#nav a.top {
	padding: 0 26px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li.hover a.top {
	background: url(../images/bkg/nav-li-hover.png) repeat-x top; /* RCP COLOR */
}

#nav a.drop {
	position: relative;
	height: 47px;
	margin-bottom: -1px;
	z-index: 1501;
}

#nav li.first {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

#nav li.last {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border-right-color: #627380;
}

#nav li.last.hover {
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

#nav li ul {
	display: none;
	position: absolute;
	line-height: normal;
	top: 46px;
	margin-left: -1px;
	min-width: 100%;
	padding: 2px 10px;
	border-width: 1px;
	border-style: solid;
	font-size: 10px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*#nav li.last ul {
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}*/

#nav li.hover ul {
	display: block;
}

#nav li li {
	padding: 4px 0;
	white-space: nowrap;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#nav li li.top {
	border-top: none;
}

#nav li li.btm {
	border-bottom: none;
}

#nav li li a {
	padding: 5px 4px;
}


/* sub bar */

#subbar {
	clear: both;
	overflow: hidden;
	padding: 0 10px;
	background: url(../images/bkg/subbar.png) repeat-x bottom;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.home #subbar {
	display: none;
}

/* crumbs */

.crumbs {
	float: left;
	overflow: hidden;
	font-size: 10px;
	line-height: 41px;
	margin-left: 17px;
}

.crumbs li {
	float: left;
	padding-left: 15px;
	margin-right: 13px;
	background: no-repeat left;
}

.crumbs li:first-child {
	padding-left: 0px;
	background: none;
}

.crumbs a {
	color: #fff;
	text-decoration: none;
}

.crumbs a:hover {
	text-decoration: underline;
}


/* global search */

.search {
	float: right;
	margin-top: 8px;
	height: 23px;
	background: url(../images/bkg/search.png) repeat-x center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	border: 1px solid #fff;
}

.search li {
	float: left;
	border-left: 1px solid #fff;
}

.search li:first-child {
	border-left: none;
	border-right: 1px solid #e2e2e2;
}

.search input {
	vertical-align: middle;
	border: none;
	padding: 0 4px;
	margin: 0;
	color: #747D81;
	background-color: transparent;
	height: 23px;
	line-height: 23px;
	font-size: 10px;
	font-style: italic;
}

.search input[type="submit"] {
	border: none;
	padding: 0 4px;
	width: 30px;
	background: url(../images/btn/search.png) no-repeat center;
}

.search input[type="submit"]:hover {
	background-color: transparent;
}



/* footer elements */

#footer {
	overflow: hidden;
	margin-top: 10px;
	padding: 25px;
	color: #7E8182;
	background-color: #090c0d;
	font-size: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

#footer .depts {
	overflow: hidden;
	line-height: normal;
	float: left;
}

#footer .depts ul {
	float: left;
}

#footer .depts li {
	padding: 2px 34px 2px 22px;
	background: url(../images/icons/footer_bullet.png) no-repeat 7px;
}

#footer .depts li.hdr {
	padding-bottom: 10px;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #cfd0d1;
	border-bottom: 1px solid #161c1f;
	background-position: left 1px;
}

#footer .depts li.products-services { background-image: url(../images/icons/ftr-products-services.png); }
#footer .depts li.inmark-u { background-image: url(../images/icons/ftr-inmark-u.png); }
#footer .depts li.my-inmark { background-image: url(../images/icons/ftr-my-inmark.png); }
#footer .depts li.service-support { background-image: url(../images/icons/ftr-service-support.png); }

#footer .info {
	float: right;
	width: 195px;
	text-align: center;
	padding: 2px 15px 0 15px;
}

#footer .info .copyright {
	font-size: 11px;
}

#footer .info p {
	font-size: 9px;
	color: #3D4245;
	margin: 20px 0;
}

#footer .info a {
	padding: 0 10px 2px 10px;
	border-left: 1px solid #242D30;
}

#footer .info a.first {
	border: none;
}


/* common elements */

.content {
	padding: 1px 12px 20px 12px;
}

h1,h2,h3,h4 { color: #000; }

h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E3E0D1;
}

h1 {
	font-size: 23px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h1 span,
h2 span {
	color: #A5A7A8;
}

h1.hdr {
	color: #fff;
	background: #1E2328 url(../images/bkg/h1-hdr.png) repeat-x bottom;
	border-bottom: 2px solid;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	line-height: 23px;
	padding: 12px 14px 7px 14px;
}

.hdr-btn {
	margin: 9px 8px 0 0;
}

h1.ff {
	font: 24px/24px 'BebasNeueRegular', Arial, sans-serif;
	letter-spacing: 0;
}

h2 {
	font-size: 17px;
	text-transform: uppercase;
}

h3 {
	font-size: 15px;
}

h4,h5 { font-size: 12px; }

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

a:hover { text-decoration: none; }

.compact {
	font-size: 11px;
}

.quoted {
	padding-left: 6px;
	position: relative;
}

.quoted .quote.open {
	position: absolute;
	top: 0px;
	left: -1px;
}

.boxlabel { margin-bottom: 2px; }

ul.simple li { padding: 2px 0px 2px 0px; }

ul.hdiv li { border-left: 1px solid; }
ul.hdiv li:first-child {
	border: none;
	padding-left: 0px !important;
}

.note { font-size: 11px; font-style: italic; }

.msg {
	font-weight: bold;
	padding: 5px;
	margin: 15px 0px;
	background: #fbf7d8;
	border: 1px solid #d4bd16;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.msg .close {
	float: right;
	cursor: pointer;
}

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

.good {
	color: #2c8a20;
	background: #f6fef5;
	border-color: #2c8a20;
}

.threeqtr { width: 75%; }
.twothird { width: 66%; }
.half { width: 50%; }
.third { width: 33%; }
.quarter { width: 25%; }

.fpo {
	border: 2px solid #cacaca;
	background: #fafafa;
}

.btn-bar { overflow: hidden; }

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


/* home page */

.marketing {
	float: left;
	position: relative;
	width: 618px;
	height: 440px;
	background: url(../images/home/feature.jpg) no-repeat center;
}

.marketing .copy {
	position: absolute;
	width: 588px;
	padding: 20px 15px;
	font-size: 13px;
	line-height: 19px;
	left: 0px;
	bottom: 0px;
	color: #fff;
	background: url(../images/home/overlay.png);
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;	
}

.marketing .copy span.btn {
	margin: 2px 0 0 10px;
	line-height: normal;
}

.marketing .copy span.btn input {
	font-size: 12px !important;
	padding: 8px 12px;
	margin: 0;
}

.marketing h1 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #fff;
}

.sidebar {
	float: right;
	width: 308px;
	height: 420px;
	padding: 10px;
	background: #f6f6f1;
}

.home .search {
	float: none;
	margin: 0 10px 5px; 0;
	height: 25px;
	border: 1px solid #D9D9D5;
}

.home .search form {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	border: 1px solid #fff;
	overflow: hidden;
}

.home .search input[type="text"] {
	width: 244px;
}

.home .underline {
	padding-bottom: 12px;
	margin: 0 0 10px 0;
}

.sidebar h2 {
	font-size: 20px;
}

.sidebar .featured {
	clear: both;
	padding: 12px 10px;
}

.sidebar .featured li {
	overflow: hidden;
	padding: 8px;
	font-size: 11px;
	line-height: 16px;
	color: #626260;
}

.sidebar .featured li a {
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

.sidebar .featured li div {
	color: #ACACA8;
}

.sidebar .featured a.thumb {
	float: right;
	margin: 0;
}

.sidebar .module input[type="text"] {
	font-size: 10px;
	font-style: italic;
	padding: 6px;
	color: #757E82;
	background: transparent;
	border: 1px solid #D0CDBB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.sidebar .module .body {
	font-size: 10px;
	color: #63605f;
	background-color: #fefefd;
}

.sidebar .btn input {
	padding: 4px 8px;
}

.homecontent {
	overflow: hidden;
	line-height: 18px;
	color: #4C4C4C;
}

.homecontent .lf,
.homecontent .middle,
.homecontent .rt {
	float: left;
	width: 30%;
	padding: 1.5%;
}

.homecontent .underline {
	margin-bottom: 25px;
}

.homecontent .further {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.homecontent .further:hover {
	text-decoration: underline;
}

.homecontent .expert {
	overflow: hidden;
	padding-bottom: 30px;
}

.homecontent .headlines {
	padding-bottom: 20px;
}

.homecontent .expert,
.homecontent .headlines {
	border-bottom: 1px solid #e3e0d1;
	margin-bottom: 15px;
}

.homecontent .rt .fl-left {
	width: 55%;
}

.homecontent .rt .fl-right {
	width: 40%;
	text-align: center;
}

.homecontent .rt span.rounded,
.homecontent .rt img.rounded {
	width: 102px;
	height: 96px;
	margin: 0 auto 20px auto;
	background-position: center;
}


/* alerts */

.alert {
	clear: both;
	overflow: hidden;
	padding: 14px 12px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #e5e5e5;
	border: 1px solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}

.alert .close {
	float: right;
	width: 21px;
	height: 20px;
	background: url(/media/images/btn/close-alert.png) no-repeat left top;
	cursor: pointer;
	text-indent: -9999em;
}

.alert .close:hover {
	background-position: left bottom;
}

.alert a {
	color: #fff;
}


/* locations */

.locations ul {
	padding: 10px 0 40px 0;
}

.locations li {
	overflow: hidden;
	line-height: 16px;
	padding: 8px;
}

.locations li div { float: left; }
.locations li div.address { width: 50%; }


/* headlines */

.headlines {
	font-size: 11px;
}

.headlines li {
	padding-bottom: 10px;
}

.headlines .title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.headlines .title:hover {
	text-decoration: underline;
}

.headlines .date {
	display: block;
	margin: -2px 0 2px 0;
	color: #7F7F7F;
}


/* press releases */

.news .box li {
	padding: 0 !important;
}

.news a {
	overflow: hidden;
	display: block;
	height: 1%;
	text-decoration: none;
	padding: 10px 8px;
}

.news a:hover { background: #f6f7f2; }
.news a:hover .release-title,
.news .read-more { text-decoration: underline; }

.news a span {
	color: #474744;
	line-height: 18px;
	display: block;
}

.news .release-title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.news .release-date {
	font-size: 11px;
	color: #767772;
	margin-bottom: 5px;
}

.news .read-more {
	float: right;
	font-size: 11px;
	margin: 10px 0 0 0;
}

.news .pdf {
	background-position: left;
	padding-right: 0;
	padding-left: 20px;
}


/* default tabs */

.subnav {
	position: relative;
	margin: 0px 10px -1px 3px;
}

.subnav li {
	float: left;
	overflow: visible;
	margin: 0;
	font-weight: bold;
	font-size: 10px;
	padding: 1px 1px 0 1px;
	border: 1px solid transparent;	
	vertical-align: middle;
}

.subnav li,
.subnav a,
.subnav span {
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}

.subnav span,
.subnav a {
	display: block;
	height: 1%;
}

.subnav a {
	color: #fff;
	padding-bottom: 3px;
	margin-bottom: -2px;
	text-decoration: none;
	background: transparent;
}

.subnav.rolo span span {
	padding: 0 3.5px;
}

.subnav li.active {
	background: #fff;
	border-bottom-color: #fff;
}

.subnav li.active a {
	color: #000;
	background: #edeee5;
}

.subnav span {
	border: 1px solid;
	border-bottom: none;
}

.subnav span span {
	cursor: pointer;
	padding: 0px 8px;
	line-height: 24px;
	background: url(../images/bkg/sidenav.png) repeat-x bottom;
}

.subnav li.active span {
	border: none;
	background: transparent;
	line-height: 26px;
}

.subnav li.active a:hover span {
	background: transparent;
}

.tab-body {
	background: #fff;
	padding: 1px;
	border: 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.tab-body .box {
	border: none;
	background: #EDEEE5;
	margin: 0;
}

.tab-body .box li {
	padding: 10px 8px;
	border-top: 1px solid #f6f7f2;
	border-bottom: 1px solid #e4e6d8;
}

.tab-body .box li:first-child { border-top: none; }
.tab-body .box li.last { border-bottom: none; }

.subnav li.active,
.tab-body,
#compat-key ul {
	border-color: #CDCAB9;
}

.subnav li {
	border-bottom-color: #CDCAB9;
}

/* boxes */

.box {
	padding: 1px;
	margin-bottom: 15px;
	border: 1px solid #CDCAB9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.box div.form,
.box table.form {
	padding: 8px;
	background: #EDEEE5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


/* modules */

.module {
	margin-bottom: 15px;
	padding: 1px;
	background: #fefefe;
	border: 1px solid #CCC9B7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.module .hdg {
	font-weight: normal;
	text-align: center;
	margin: 0;
	line-height: 36px;
	color: #2B302F;
	background: #E8E6DA;
	border-bottom: 2px solid;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;	
}

.module .hdg span { color: #6E7A84; }

.feature .hdg {
	margin: -1px -1px 0 -1px;
	color: #fff;
	background-color: #000;
}

.module .body {
	padding: 15px;
	font-size: 11px;
	line-height: 16px;
	color: #635F5F;
	background: #F7F6EE;
}

.module ul.body {
	font-size: 12px;
}

.module ul.body li {
	line-height: 18px;
	padding: 8px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #edebd8;
}

.module ul.body li:first-child { border-top: none; }
.module ul.body li.last { border-bottom: none; }

.module ul.body a {
	text-decoration: none;
}

.module ul.body a:hover {
	text-decoration: underline;
}

/* sidenav & flyouts */

.sidenav,
.flyouts {
	margin-bottom: 35px;
}

.sidenav li {
	padding-bottom: 5px;
}

.flyout-wrapper {
	position: relative;
	z-index: 1; /* sets stack order priority over cufon text */
}

.flyouts {
	margin-top: -3px;
	margin-left: -3px;
}

.flyouts li.flyer {
	position: relative;
	height: 44px;
	z-index: 1005;
}

.flyouts div.flyer {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 214px;
	height: 42px;
	border: 1px solid #e1e0d4;
	border-right: none;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.flyout,
.flyouts .active .bridge,
.flyouts .active div.flyer { background: #ECEDE4; }

.flyouts .bridge {
	position: absolute;
	z-index: 1003;
	top: 1px;
	left: 4px;
	height: 39px;
	padding: 3px 5px 0 0;
}

.sidenav a,
.flyouts a.flyer {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: url(../images/bkg/sidenav.png) repeat-x bottom;
	text-decoration: none;
	border: 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.flyouts a.flyer { width: 206px; }

.sidenav a span,
.flyouts a.flyer span {
	display: block;
	line-height: 32px;
	padding: 0 10px;
	border: 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.sidenav .current a span,
.flyouts a.flyer span { background: url(../images/icons/arrow-sidenav.png) no-repeat right; }

.sidenav a,
.flyouts a.flyer span em {
	font-style: normal;
	font-weight: normal;
	color: #e5e5e5;
}

.sidenav .current a {
	color: #fff;
	font-weight: bold;
}

.active div.flyer {
	width: 234px;
	border-color: #CAC1A8;
}
.active a.flyer { width: 229px; }
.active .flyout { display: block; }

.flyout {
	display: none;
	position: absolute;
	z-index: 1001;
	left: 231px;
	top: 0px;
	width: 666px;
	min-height: 198px;
	padding: 15px 20px;
	border: 1px solid #CAC1A8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
}

.flyout.top {
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

.flyout .close {
	float: right;
	margin-top: 6px;
	width: 43px;
	height: 10px;
	cursor: pointer;
}

.flyout h1 {
	padding-bottom: 5px;
	border-bottom: 2px solid;
}

.flyout p {
	font-style: italic;
	color: #75746D;
}

.flyout .form-btns {
	margin-top: 15px;
	text-align: center;
}

.flyout .facets ul {
	font-size: 11px;
	margin: 0;
}

.flyout .facets li {
	border-top: 1px solid #f5f6f1;
	border-bottom: 1px solid #e3e5d7;
}

.two-across ul { width: 48%; }
.three-across ul { width: 33%; }


/* side links */

.sidelinks {
	margin: 17px 10px 35px 10px;
}

.sidelinks li {
	font-size: 11px;
	line-height: 28px;
	border-top: 1px solid #EDEADB;
	border-bottom: 1px solid #D4D1C0;
}

.sidelinks li.first {
	border-top: none;
}

.sidelinks li.last {
	border-bottom: none;
}

.sidelinks a {
	display: block;
	color: #5E5A4E;
	text-decoration: none;
	background: no-repeat right;
}

.sidelinks a:hover {
	text-decoration: underline;
}

.sidelinks .current a {
	font-weight: bold;
	color: #091114;
	background-image: url(../images/icons/arrow-rc.png);
}


/* facets */

.facets {
	line-height: 18px;
}

.facets h4 {
	margin-bottom: 5px;
	font-size: 10px;
	color: #fff;
	background: url(../images/bkg/sidenav.png) repeat-x bottom;
	text-decoration: none;
	border: 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.facets h4 span {
	display: block;
	line-height: 32px;
	padding: 0 10px;
	background: url(../images/icons/arrow-sidenav-up.png) no-repeat right;
	border: 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.facets h4.closed span {
	background-image: url(../images/icons/arrow-sidenav-down.png);
}

.facets ul {
	margin: 0 10px 10px 10px;
	font-size: 10px;
}
.facets li {
	padding: 6px 0;
	overflow: hidden;
	border-top: 1px solid #EBEAE1;
	border-bottom: 1px solid #d9d7c8;
}

.facets li:first-child { border-top: none; }
.facets li.last { border-bottom: none; }

.facets li span {
	float: right;
	font-size: 10px;
	font-style: italic;
}

.facets li a,
.facets li label {
	color: #53524C;
}

.facets li a {
	text-decoration: none;
}

.facets li a:hover,
.facets li label:hover {
	text-decoration: underline;
}

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

.advanced-search {
	height: 300px;
	padding: 8px;
	border: 1px solid #e3e5d7;
	border-right-color: #f5f6f1;
	border-bottom-color: #f5f6f1;
	overflow: auto;
}


/* image treatments */

img.border,
.border span.rounded {
	border: 1px solid #CCC9B6;
}

span.rounded {
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
			
span.rounded img { display: none; }

a span.rounded { cursor: pointer; }

.center span.rounded { margin: 0 auto; }


/* accordions */

.accordion {
	padding: 10px 15px !important;
}

.accordion .hdr {
	display: block;
	line-height: 28px;
	background: transparent url(../images/icons/arrow-accordion.png) no-repeat right;
	border-top: 1px solid #E6E3D5;
	cursor: pointer;
	text-decoration: none;
}

.accordion.longtitle .hdr {
	line-height: normal;
	padding: 8px 12px 8px 0;
	background-position: right 13px;
}

.accordion a.hdr {
	background: none;
	height: 1%;
}

.accordion .hdr:hover,
.accordion a.hdr:hover span { text-decoration: underline; }

.accordion.linked .hdr:hover {
	text-decoration: none;
}

.accordion .hdr.current {
	font-weight: bold;
	color: #2c2f31;
	background-image: url(../images/icons/arrow-accordion-open.png);
}

.accordion .hdr:first-child { border: none; }

.accordion .pane {
	display: none;
	padding: 0 10px 10px 10px;
}

.accordion .hdr em {
	font-size: 10px;
	color: #646c70;
	display: block;
	margin-top: 2px;
	text-decoration: none !important;
}



/* grids */

ul.thumbgrid {
	overflow: hidden;
	padding-left: 2px;
}

ul.thumbgrid li {
	float: left;
	text-align: center;
}

ul.thumbgrid .hdg {
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	padding-left: 12px;
}

ul.thumbgrid .body {
	padding: 9px;
}

ul.thumbgrid span.rounded {
	margin: 0 auto 10px;
}

ul.thumbgrid a {
	text-decoration: none;
}

ul.thumbgrid a:hover {
	text-decoration: underline;
}

ul.thumbgrid a:hover span {
	opacity: 0.75;
	filter: alpha(opacity = 75);
}
	
/* grids - product overview */

	ul.product-overview {
		padding-left: 5px;
	}

	ul.product-overview li {
		position: relative;
		width: 250px;
		height: 420px;
		margin: 25px;
		font-size: 12px;
		text-align: left;
	}
	
	ul.product-overview a {
		display: block;
		font-size: 15px;
		margin-bottom: 10px;
	}

	ul.product-overview .form-btns {
		width: 250px;
		margin: 0;
		text-align: center;
		position: absolute;
		left: 0px;
		bottom: 10px;
	}

/* grids - services */

	ul.services {
		margin-top: -5px;
		padding-left: 5px;
	}

	ul.services li {
		margin: 25px;
		width: 400px;
		text-align: left;
		overflow: hidden;
		position: relative;
		font-size: 12px;
	}
	
	ul.services a {
		font-size: 15px;
	}

	ul.services span.rounded {
		float: left;
		margin: 0 20px 0 0 !important;
	}

	ul.services .fl-right,
	ul.services .form-btns {
		width: 200px;
	}
	
	ul.services .fl-right {
		padding-top: 10px;
		height: 260px;
	}

	ul.services .form-btns {
		position: absolute;
		right: 0px;
		bottom: 0px;
		margin: 0;
		text-align: center;
	}
	
/* grids - categories */

	ul.categories li {
		margin: 8px;
		width: 210px;
		padding-bottom: 30px;
		text-align: center;
	}
	
	ul.categories a {
		display: block;
		margin-bottom: 15px;
	}

	ul.categories .btn input {
		padding: 6px 10px;
	}

/* grids - products */
	
	ul.products li {
		margin: 1.2%;
		width: 152px;
		height: 185px;
		line-height: 15px;
	}

	ul.products div {
		font-size: 11px;
		color: #666666;
	}

	ul.products a {
		text-decoration: underline;
	}

	ul.products a:hover {
		text-decoration: none;
	}
	
/* grids - image dimensions */

ul.product-overview a img {
	width: 250px;
	height: 140px;
}

ul.products a img {
	width: 140px;
	height: 140px;
}

ul.categories a img {
	width: 194px;
	height: 138px;
}

ul.services a img {
	width: 180px;
	height: 167px;
}


/* category feature */

.feature {
	position: relative;
	margin: -19px 0 15px 0;
	padding-bottom: 1px;
	border-bottom: 2px solid;
}

.feature .img { border: 1px solid #CCC9B7; }
.feature .img img { display: block; }

.feature .services {
	position: absolute;
	width: 210px;
	top: -40px;
	right: 5px;
}


/* form tables */

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

table.form.stack label { white-space: nowrap; }
table.form.stack label.required {
	padding: 0px 0px 0px 10px;
	background-position: left top;
}
table.form.stack th { text-align: right; font-weight: normal; }
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 textarea,
table.form.justify input[type="text"],
table.form.justify input[type="password"] { width: 88%; }
table.form.justify select { width: 90%; }
table.form.justify .jquery-selectbox { width: 97%; }
table.form.justify .nojustify input,
table.form.justify .nojustify select,
table.form.justify input[type="text"].dateinput { width: auto; }
table.form.stack.one-half { width: 50%; }
table.form.stack.three-quarter { width: 75%; }

table.oppo-list th {
	text-align: right;
	padding-right: 5px;
}

/* form elements */

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

ul.form.inline {
	overflow: hidden;
}

ul.form {
	padding-top: 8px;
	border-top: 1px solid #F6F7F2;
	border-bottom: 1px solid #E3E3D8;
}

ul.form.first { border-top: none; }
ul.form.last { border-bottom: none; }

ul.form.inline li {
	float: left;
	height: 46px;
	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;
}

div.required {
	font-size: 11px;
	font-style: italic;
}

label {
	font-size: 11px;
	font-weight: bold;
	color: #474744;
}

input,
select { vertical-align: middle; }

input.qty { text-align: center; }

input,
select,
textarea {
	font-size: 12px;
}

.form input[type="text"],
.form input[tyle="file"],
.form input[type="password"],
.form select,
.form textarea {
	margin-top: 5px;	
	padding: 4px;
	border: 1px solid #CECBBB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.form select {
	padding: 3px 4px;
}

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

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

input[type="radio"] + label,
input[type="checkbox"] + label {
	cursor: pointer;
	font-weight: normal;
}

input[type="submit"],
input[type="button"] {
	overflow: visible;
	padding: 6px 20px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	background: transparent;
	border: 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
/*	text-shadow: 0px 1px 1px rgba(0,0,0,0.35);*/
}

span.btn {
	display: inline-block;
	background: url(../images/bkg/sidenav.png) repeat-x bottom;
	border: 1px solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

span.chat input {
	padding-left: 30px;
	background: url(../images/icons/chat.png) no-repeat 10px 6px;
}

.hdr-btn input[type="submit"],
.hdr-btn input[type="button"] {
	padding: 4px;
}

.small input[type="submit"],
.small input[type="button"] {
	padding: 6px 4px;
}

.form-btns {
	overflow: hidden;
	margin: 10px 0px 15px 0px;
}

.flyout .form-btns { margin-bottom: 0px; }


span.btn.gray {
	background-color: #aaaaaa !important;
	border-color: #929292 !important;
	border-top-color: #979797 !important;
	border-bottom-color: #6b6b6b !important;
}

span.btn.gray input[type="submit"],
span.btn.gray input[type="button"] {
	border-color: #9f9f9f !important;
	border-top-color: #c2c2c2 !important;
	border-bottom-color: #909090 !important;
}

span.btn.gray:hover { background-color: #959595 !important; }


/* thumbnails */

.thumbs {
	overflow: hidden;
	margin: 0 0 10px -3px;
}

.thumbs li {
	float: left;
	max-width: 100px;
	margin: 3px;
	text-align: center;
}

.thumbs img {
	display: block;
	padding: 3px;
	margin: 0 auto 5px auto;
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.thumbs li a { float: left; }

.thumbs .caption {
	display: block;
	font-size: 11px;
}

.thumb:hover img,
.thumbs li:hover img { border-color: #fff; }

.thumbs li.active img {
	border-color: #CDCAB8;
	background-color: #E3E0D1;
}

/* select menus */

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

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

.select-menu a.select-btn {
	padding: 2px 6px;
	color: #000;
	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: #fff;
	border: 1px solid;
}

.select-menu li a:hover {
	color: #fff;
	border: 1px solid;
}

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


/* pagination */

.pagination {
	position: relative;
	height: 30px;
	padding: 3px 0;
	margin-bottom: 25px;
	line-height: 30px;
	font-size: 11px;
	color: #717171;
	border-bottom: 1px solid #E1E1D7;
}

.pagination.bottom {
	margin: 45px 0 0 0;
	border-top: 1px solid #E1E1D7;
	border-bottom: none;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

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

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

.pagination .results li {
	display: inline;
	padding: 0 4px 0 8px;
	border-left: 1px solid #E1E1D7;
}

.pagination .results li:first-child { border: none; }

.pagination .results span {
	color: #000;
	font-weight: bold;
}

.pagination label {
	font-weight: normal;
}

.pagination .pages {
	position: absolute;
	font-size: 10px;
	line-height: normal;
	padding: 3px 15px;
	right: 0px;
	top: 36px;
	text-align: center;
	background: #EDEEE6;
	border: 1px solid #E1E1D7;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.pagination.bottom .pages {
	top: -27px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.pagination .pages a {
	display: inline-block;
	width: 10px;
	margin: 0 5px;
	padding: 0 0 1px 0;
	text-decoration: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	vertical-align: middle;
}

.pagination .pages a:hover,
.pagination .pages a.current {
	color: #000;
}

.pagination .pages a.current {
	font-weight: bold;
}

.pagination .pages a.previous,
.pagination .pages a.next {
	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center;
}

.pagination .pages a.previous {
	margin-right: 15px;
	background-image: url(../icons/previous.gif);
}

.pagination .pages a.next {
	margin-left: 15px;
	background-image: url(../icons/next.gif);
}

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

/* product grid */


.grid {
	border-collapse: separate;
	border-spacing: 15px;
 	 *border-collapse: expression('separate', cellSpacing = '15px'); /* IE-specific hack */
/*	margin: -15px 0 0 -15px;*/
}

.grid td {
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

.grid td:hover {
	border-color: #cacaca;
}

.browse .grid td {
	width: 25%;
}

.grid a img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 5px auto;
}

.grid div {
	margin-top: 10px;
}

.grid div * {
	vertical-align: middle;
}

.grid .itemnum {
	display: block;
	font-weight: normal;
	margin-bottom: 8px;
}

.grid .price {
/*	display: block;
	margin-bottom: 8px;*/
}

.grid input {
	font-size: 11px;
	text-align: center;
	margin: 0px 2px;
}

.grid .addtocart {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icons/add_to_cart.png) no-repeat center;
	text-indent: -9999em;
}

/* product search results */

.results li {
	overflow: hidden;
	padding: 8px;
	font-size: 11px;
	line-height: 16px;
	color: #626260;
}

.results li div {
	color: #ACACA8;
	margin-bottom: 5px;
}

.results li div a {
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

.results li a.thumb {
	float: right;
	margin: 0;
}

.results li a.thumb img {
	width: 70px;
	height: 70px;
}

.results li p {
	margin-bottom: 5px;
	line-height: 16px;
}


/* data tables */

.datatable {
	clear: both;
	margin-bottom: 15px;
	border-collapse: separate;
	border-spacing: 0px;
	*border-collapse: expression('separate', cellSpacing = '0px');
	border: 1px solid #ccc9b7;
	background: #f8f8f1;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.datatable th,
.datatable td {
	padding: 4px 6px;
	border-right: 1px solid #e8e6da;
}

.datatable th:first-child,
.datatable td:first-child { border-left: 1px solid #fff; }

.datatable td {
	border-top: 1px solid #fcfbf8;
	border-bottom: 1px solid #f0eedf;
}

.datatable.actions td { padding: 3px 6px; }

.datatable tbody tr:first-child td { border-top-color: #dedccb; }

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

.datatable .itemnum { white-space: nowrap; }

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

.datatable.clickable tbody tr { cursor: pointer; }

.datatable th,
.tablesorter th.actions,
.tablesorter th.nosort,
.tablesorter th.actions:hover,
.tablesorter th.nosort:hover {
	font-size: 10px;
	color: #727162;
	border-top: 1px solid #fff;
	background-color: #eae8db;
	cursor: default;
}

.tablesorter th { cursor: pointer; }

.tablesorter th:hover,
.tablesorter .headerSortUp,
.tablesorter .headerSortDown {
	color: #2B302F;
	background-color: #dedccb;
}

.tablesorter .header span,
.tablesorter .headerSortUp span,
.tablesorter .headerSortDown span {
	/*display: block;*/
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

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


.datatable tfoot td { font-weight: bold; }
.datatable tfoot tr:first-child td {
	border-top: 1px solid #e8e6da;
}

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


/* collapsable rows */

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

.datatable .toggle:hover {
	text-decoration: underline;
}

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

.datatable .open td {
	border-bottom: 1px solid #eaeaea;
}

/* spec tables */

.specs {
	border-collapse: separate;
	border-spacing: 0px;
	*border-collapse: expression('separate', cellSpacing = '0px');
}

.specs th,
.specs td {
	padding: 2px;
}

.specs th {
	text-align: right;
	padding-right: 5px;
}

/* link lists */

.links .half {
	width: 46%;
	padding: 0 2%;
}


.links ul {
	padding: 10px 2% 25px 2%;
}

.links li {
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(../images/icons/arrow-bullet.png) no-repeat left 5px;
}


/* compatibililty guide */

.compat-chart th,
.compat-chart td {
	text-align: center;
	padding: 6px;
	border-right: none;
}

.compat-chart th:first-child,
.compat-chart td:first-child {
	text-align: left;
	border-right: 1px solid #EBEAE0;
}

.compat-chart th {
	border-bottom: 2px solid;
}

.compat-chart td:first-child {
	background: #F3F2E9;
}

#compat-key {
	position: relative;
	float: right;
}

#compat-key ul {
	display: none;
	position: absolute;
	right: 7px;
	top: 42px;
	white-space: nowrap;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #eaeaea;
	line-height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-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');
}

#compat-key .hover ul { display: block; }


/* detail page */

.detail .btn-bar a {
	display: block;
	margin-left: 10px;
	padding-left: 25px;
	font-size: 10px;
	line-height: 16px;
	background: no-repeat left;
}

.detail .btn-bar a.printable { background-image: url(../images/icons/printer.png); }
.detail .btn-bar a.email { background-image: url(../images/icons/envelope.png); }
.detail .btn-bar a.favorites { background-image: url(../images/icons/globe.png); }

.detail .form-btns {
	text-align: center;
	padding: 20px 0 30px 0;
}

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

.detail .caption {
	text-align: center;
	font-size: 11px;
	margin: -5px 0 15px 0;
}

.detail .magnify {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 24px;
	height: 24px;
	background: url(../images/icons/magnify.png) no-repeat center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.detail .thumbs li {
	max-width: 58px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.detail .pricing {
	margin-bottom: 30px;
}

.detail .pricing .btn {
	margin-top: 7px;
}

.detail .pricing .price {
	color: #000;
	font-size: 28px;
}

.detail .tab-body {
	font-size: 11px;
}

.detail #specs label {
	display: inline-block;
	width: 100px;
}


/* account elements */

.mycsr {
	padding-bottom: 15px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid;
}

.mycsr img {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto 10px auto;
}


/* modal dialogs */

.modal {
	background-color: #fff;
	display: none;
	padding: 0px 15px 15px 15px;
	text-align: left;
	border: 3px solid #333;
/*	-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

.modal h2 {
	margin: 0px -15px 15px -15px;
	padding: 4px 6px;
	background: #cacaca url(../images/jq.tools/calhead.png) repeat-x top;
	border-bottom: 1px solid;
/*	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;*/
}

.modal a.close {
	float: right;
	margin: 5px -9px 0px 0px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: transparent url(../images/icons/close_overlay.gif) no-repeat center;
}

.modal .form-btns { margin-bottom: 0px; }


/* overlays */

#addDiv { width: 400px; }

.popDiv {
	display: none;
	position: absolute;
	z-index: 1005;
	background: #eaeaea;
	border: 1px solid #626262;
	-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-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #727272;
}

.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: 11px;
	line-height: normal;
	overflow: hidden;
	background: #FFFFFF;
	border: 2px solid #727272;
	border-top: none;
}

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

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

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


/* CMS defaults */

.cms {
	color: #666666;
}

.content h1 {
	margin-top: 10px;
}

.cms p {
	line-height: 18px;
	margin-bottom: 15px;
}

.cms img[align="right"] {
	margin-left: 10px;
}
.cms img[align="left"] {
	margin-right: 10px;
}