/* Main structure, global styles ------------*/

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

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

#container-inner {
}

.home-page #content {
	background: transparent url('../site-images/bg-main-w.png') repeat-y center top;
}

#content-inner {
	margin: 0 10px;
	padding: 30px 0 0 0;
}

/*
#content-inner {
	background: #f0f0f0;
}
*/

.home-page #content-inner {
	padding-top: 0;
}

#alpha {
	width: 565px;
	float: left;
	margin: 0 15px 0 12px;
}

.home-page #alpha {
	margin: 0 0 0 5px;
	_margin: 0 0 0 3px;
	width: 590px;
}

.widget-promo .widget-content { 
    width: 270px;
    height: 210px;
    height: 245 !msie;
    overflow: hidden;
}

.widget-promo img {
    background: #ebebeb;
    padding: 5px;
}

#beta {
	float: right;
	width: 240px;
	margin-right: 10px;
	margin-top: 31px;
}

.home-page #beta {
    float: left;
	width: 257px;
	margin-top: 0;
	margin-right: 0;
}

#footer {
	padding: 30px 20px;
}

.home-page #footer {
	background: transparent url('../site-images/bg-main-bottom-w.png') no-repeat center top;
}

#footer ul { margin: 0; padding: 0; list-style-type: none; }

#footer-nav-1, #footer-nav-1 li, #footer-nav-2, #footer-nav-2 li {
	float: left;
}

#footer-nav-1 li {
	padding: 0 5px;
	border-left: 1px #7f7f7f solid;
	color: #999999;
}

#footer-nav-1 a:link,
#footer-nav-1 a:visited {
	color: #0066CC;
}

#footer-nav-1 a:hover,
#footer-nav-1 a:active {
	color: #aaa7a7;
}

#footer-nav-2 {
	font-size: 10px;
}

#footer-nav-2 ul {
	margin: 30px 0 10px 0 !important;
}


#footer-nav-2 li {
	padding: 0 5px;
	border-left: 1px #999999 solid;
	color: #999999;
}

#footer-nav-1 li.first,
#footer-nav-2 li.first {
	padding-left: 0;
	border-left: none;
}

#footer-nav-2 a:link,
#footer-nav-2 a:visited {
	color: #999999;
}

#footer-nav-2 a:hover,
#footer-nav-2 a:active {
	color: #aaa7a7;
}

#language-selector, #footer-logo {
	float: right;
}

#footer-logo {
	margin-top: 30px;
}

#footer-logo a {
	display: block;
	width: 79px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('../site-images/logo-assa-abloy.png') no-repeat left top;
}

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}

hr {
    height: 1px;
    padding: 0;
    margin-bottom: 10px;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0 0 1px 0;
}

#alpha p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
}

#alpha p.lead {
	font-size: 18px !important;
	line-height: 24px !important;
}

#alpha p.excerpt.lead {
	font-size: 14px !important;
	line-height: 22px !important;
}

a:link, a:visited {
	color: #005aad;
	text-decoration: none;
}

a:active, a:hover {
	color: #FC861E;
	text-decoration: none;
}

.home-page a:link,
.home-page a:visited {
	color: #333;
}

.home-page a:active, .home-page a:hover {
	color: #FC861E;
}

/* Header ------------*/

.home-page #header {
	background: transparent url('../site-images/bg-main-w.png') repeat-y center top;
}

#header-inner {
	position: relative;
	margin: 0 22px;
	height: 76px;
	padding-bottom: 30px;
	border-bottom: 2px #93c0ef solid;
}

.home-page #header-inner {
	padding-bottom: 0;
	border-bottom: 0;
}

#logo {
	position: absolute;
	left: 0;
	top: 14px;
	display: block;
	width: 133px;
	height: 54px;
	margin: 0;
	padding: 0;
}

#logo a {
	display: block;
	width: 133px;
	height: 54px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('../site-images/logo-hid.png') no-repeat left top;
	outline: none;
}

#tagline {
	position: absolute;
	left: 138px;
	top: 24px;
	font-size: 13px;
	color: #808080;
}

#tagline a {
	color: #808080 !important;
	outline: none;
}

#support-nav {
	position: absolute;
	right: 202px;
	top: 18px;
}

#support-nav ul {
	margin: 0;
	padding: 0;
	display:inline;
	list-style-type: none;
}

#support-nav li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	list-style-type: none;
	font-size: 11px;
	border-right: #333 1px solid;
}

#support-nav-contact { border: none !important; }

#support-nav a {
	color: #333;
}

#support-nav a:hover {
	color: #FC861E;
}

#global-search {
	position: absolute;
	right: 0;
	top: 14px;
}

#global-search .input-text {
	width: 150px;
	padding: 3px;
	margin: 0 10px 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
}

#search-submit {
	width: 22px;
	height: 22px;
	border: none;
	padding: 0;
	padding-top: 22px !msie;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url('../site-images/button-arrow.png') no-repeat 0 0;
	cursor: pointer;
}

#search-submit:hover {
	background-position: 0 -22px;
}

#global-nav {
	position: absolute;
	top: 50px;
	right: -15px;
}

#global-nav-main {
	position: relative;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	z-index: 99990 !important;
}

#global-nav-main li {
	position: relative;
	float: left;
	margin: 0 0 0 -7px;
	padding: 0;
 	padding: 0 8px 7px 0;
	display: inline;
	list-style-type: none;
	z-index: 99992 !important;
}

#global-nav-main h4 {
	padding: 7px 20px 7px 10px;
	margin: 0;
	font-size: 12px;
	color: #6fabe9;
	font-weight: bold;
	cursor: default;
	background: transparent url('../site-images/arrow-dropdown.png') no-repeat right 10px;
	_background: transparent url('../site-images/arrow-dropdown-ie6.gif') no-repeat right 10px;
}

#global-nav-main li.sfHover h4 {
	color: #fff;
	background: #6fabe9 url('../site-images/arrow-dropdown.png') no-repeat right -53px;
	_background: #6fabe9 url('../site-images/arrow-dropdown-ie6.gif') no-repeat right -53px;
}

#global-nav-main ul { 
	display: none;
	position: absolute;
	left: 0;
	top: 28px;
	top: 29px !msie;
	z-index: 99991 !important;
	line-height: 1;
}

#global-nav-support-sub {
	left: auto !important;
	right: 0 !important;
	right: -1px !msie;
}

#global-nav-main ul li {
	display: block;
	float: none;
	width: 150px;
	background: #6fabe9;
	margin: 0;
	padding: 0;
	border-top: 1px #fff solid;
}

#global-nav-main ul li.first {
	border-top: none !important;
}

#global-nav-main ul li a {
	display: block;
	_display: inline-block;
	_width: 150px;
	padding: 5px 10px;
	color: #fff;
}

#global-nav-main ul li.first a {
	border: none;
	padding-top: 20px;
}

#global-nav-main ul li a:hover {
	color: #005aab;
	background: #e1e1e1;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../site-images/menu-shadow.png') no-repeat right bottom;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

#global-nav-support-sub {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}

#global-nav-main li.sfHover { 
	background:	url('../site-images/menu-shadow.png') no-repeat right bottom;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

#global-nav-support.sfHover {
	background:	url('../site-images/menu-shadow.png') no-repeat right top !important;
	padding-bottom: 0;
}

/* Home: product feature ------------*/

#home-product-feature {
	height: 258px;
	overflow: hidden;
	position: relative;
}

#home-product-feature .feature-item {
	width:880px;
	height:258px !important;
}

#home-product-feature .feature-item p {
	position: absolute;
	left: 435px;
	top: 32px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 24px;
	color: #fff;
}

#home-product-feature .feature-item.black-text p {
	color: #000;
}

.feature-item .learn-more-link {
	display: block;
	position: absolute;
	left: 629px;
	top: 140px;
	min-height: 22px;
	padding-left: 30px;
	background: url('../site-images/button-arrow.png') no-repeat;
	background-position: 0 0;
	font-family: 'Gil Sans', Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6fabe9 !important;
	line-height: 22px;
}

.feature-item .learn-more-link:hover {
	background-position: 0 -22px;
	color: #a0a0a0 !important;
	text-decoration: underline;
}

/* Home: product nav ------------*/
#product-nav {
	clear:both;
	height:56px;
	width:100%;
	margin-top: -12px;
	margin-bottom:10px;
	position:relative; 
	z-index: 999 !important;
}

#product-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#product-nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#product-nav a {
	background-image: url('../site-images/product-nav-w.png');
	display: block;
	float: left;
	font-size: 12px;
	height: 41px;
	_height: 56px;
	overflow: hidden;
	padding-top: 15px;
/* 	text-indent: -9999px; */
}

#product-nav a:link,
#product-nav a:visited {
	color: #fff !important;
}

#product-nav a:active,
#product-nav a:hover {
	color: #005aab !important;
}

#product-nav-cards a {
	background-position: 0 -59px;
	padding-left: 78px;
	width: 68px;
	_width: 146px;
}

#product-nav-readers a {
	background-position: -147px -59px;
	padding-left: 70px;
	width: 76px;
	_width: 146px;
}

#product-nav-printers a {
	background-position: -294px -59px;
	padding-left: 68px;
	width: 79px;
	_width: 147px;
}

#product-nav-inlays a {
	background-position: -441px -59px;
	padding-left: 54px;
	width: 93px;
	_width: 147px;
}

#product-nav-rfid a {
	background-position: -588px -59px;
	padding-left: 75px;
	width: 71px;
	_width: 146px;
}

#product-nav-hotd a {
	background-position: -737px -59px;
	padding-left: 74px;
	width: 74px;
	_width: 148px;
}

#product-nav-cards a:hover { background-position: 0 -1px; }
#product-nav-readers a:hover { background-position: -147px -1px; }
#product-nav-printers a:hover { background-position: -294px -1px; }
#product-nav-inlays a:hover { background-position: -441px -1px; }
#product-nav-rfid a:hover { background-position: -588px -1px; }
#product-nav-hotd a:hover { background-position: -737px -1px; }

/* Home: Other nav ------------*/
#other-nav { 
    width: 575px;
    padding-top: 5px; 
    background: transparent url('../site-images/bg-othernav-top-w.png') no-repeat left top;
}

#other-nav-inner { 
    background: #fff url('../site-images/bg-othernav-bottom-w.png') no-repeat left bottom;
    padding: 0 5px 5px 5px;
}

#other-nav-inner-liner {
	background: transparent url('../site-images/bg-othernav-inner-w.png') no-repeat left bottom;
    padding: 5px;
    min-height: 135px;
}

#other-nav-main {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#other-nav-main h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
}
#other-nav-main li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 143px;
	width: 120px !msie;
	_width: 120px;
}

#other-nav-main ul {
	width: 143px;
	width: 121px !msie;
	_width: 121px;
	margin: 0;
	padding: 0;
}

#other-nav-main ul li {
	margin: 0 0 7px 17px;
	padding: 0;
	list-style-type: disc;
	float: none;
	font-size: 11px;
	width: 108px;
	width: 106px !msie;
	_width: 106px;
}

#other-nav-about { 
	width: 124px !important; 
}

#other-nav .ctrl-show-more,
#other-nav .ctrl-show-less {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	min-height: 13px;
	line-height: 14px;
	color: #6fabe9;
	cursor: pointer;
}

#other-nav .ctrl-show-more {
	background: transparent url('../site-images/icon-show-more-less.png') no-repeat 0 0;
}

#other-nav .ctrl-show-less {
	background: transparent url('../site-images/icon-show-more-less.png') no-repeat 0 -46px;
}

.other-nav-sub-more,
#other-nav .ctrl-show-less {
	display: none;
}

/* Blog ------------*/

.entry-header {
	position: relative;
	margin-bottom: 30px;
}

.entry-title,
.page-title,
#page-title {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px #c1c1c1 solid;
	margin: 0 0 10px 0;
	padding: 0 70px 3px 0;
}

.entries .entry-title {
	font-size: 20px;
}

.blog-index-page .entries .entry-title {
	font-size: 24px;
	padding-right: 0;
}

.ctrl-print {
	padding-right: 23px;
	line-height: 19px;
	color: #005aad;
	background: transparent url('../site-images/icon-print.png') no-repeat right 3px;
	cursor: pointer;
}

.ctrl-print:hover {
	color: #FC861E;
}

.entry-header .ctrl-print {
	position: absolute;
	right: 0;
	top: 9px;
}

.entry-image {
	float: left;
	margin: 0 15px 15px 0;
}

.entry-footer {
	margin-bottom: 50px;
}

.entry-share {
	margin-bottom: 10px;
}

.entry-share li {
	float: left;
	padding: 0 5px;
	border-left: 1px #505050 solid;
	font-size: 14px;
}

.entry-share li.sharethis-link {
	padding-left: 0;
	border-left: none;
}

.entry-share a:link,
.entry-share a:visited {
	color: #666666 !important;
}

.entry-share a:active,
.entry-share a:hover {
	color: #FC861E !important;
}

.entry-footer .byline {
	font-style: italic;
	margin-bottom: 10px;
}

/* Comments ------------*/

#comments h2 {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px #C1C1C1 solid;
	color: #005aab;
}

.comment {
	position: relative;
	min-height: 65px;
	_height: 65px;
	margin-bottom: 30px;
	background: transparent url('../site-images/bg-comment-blue-w.png') repeat-y right top;
}

.comment.entry-author { background-image: url('../site-images/bg-comment-grey-w.png') !important; }

.comment .user-pic {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 55px;
	height: 55px;
}

/* Hide generic silhouette icon until we enable registration and/or image upload */
.comment .user-pic { display: none; }
.comment.entry-author .user-pic { display: block; }


.comment-content {
	margin-left: 55px;
	padding: 0;
	background: transparent url('../site-images/bg-comment-blue-bottom-w.png') no-repeat right bottom;
}

.comment.entry-author .comment-content { background-image: url('../site-images/bg-comment-grey-bottom-w.png') !important; }

.comment-header {
	padding: 10px 14px 0 38px;
	background: transparent url('../site-images/bg-comment-blue-top-w.png') no-repeat right top;
}

.comment.entry-author .comment-header { background-image: url('../site-images/bg-comment-grey-top-w.png') !important; }

.comment-header h3 { font-size: 12px; padding: 0 10px; }

.comment-header .commenter-name { font-weight: bold; }

.comment-header .comment-meta {
	font-size: 9px !important;
	margin-bottom: 10px !important;
	padding: 0 10px;
	border-bottom: 1px solid #333;
}

.comment-body {
	padding: 0 14px 5px 48px;
}

.comment-body, 
.comment-body p {
	font-size: 12px !important;
}

.comment-body p {
	line-height: 15px !important;
	margin-bottom: 15px !important;
}

.comments-open {
	margin-left: 10px;
	background: transparent url('../site-images/bg-comment-form-w.png') repeat-y right top;
}

.comments-open-content {
	background: transparent url('../site-images/bg-comment-form-bottom-w.png') no-repeat right bottom;
}

#comment-greeting {
	padding: 10px;
	background: transparent url('../site-images/bg-comment-form-top-w.png') no-repeat right top;
	min-height: 10px;
}

#comments-form {
	display: block;
	padding: 15px;
}

#comments-form label {
	display: block;
	font-weight: bold;
	color: #005aab;
}

#comment-form-remember-me label {
	display: inline;
}

label .note {
	font-weight: normal;
	color: #333;
}

#comments-form #comment-text {
	width: 100%;
	height: 125px;
	margin-bottom: 30px;
}

.comment-form-data {
	float: left;
	width: 225px;
	margin-bottom: 10px;
}

#comment-form-email {
	float: right;
}

#comment-form-remember-me {
	float: right;
	width: 225px;
	padding-top: 15px;
}

#comments-open-captcha {
	width: 100%;
}

.comment-form-data input {
	width: 220px;
}

#comments-open-footer {
	text-align: right;
}

#comment-preview {
	width: 67px;
	height: 22px;
	border: none;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	background: transparent url('../site-images/button-preview.png') no-repeat 0 0;
	cursor: pointer;
}

form>#comment-preview { height: 0; }

#comment-preview:hover {
	background-position: 0 -22px;
}

#comment-submit {
	width: 48px;
	height: 22px;
	border: none;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	background: transparent url('../site-images/button-post.png') no-repeat 0 0;
	cursor: pointer;
}

form>#comment-submit { height: 0; }

#comment-submit:hover {
	background-position: 0 -22px;
}

/* Archives ------------*/

.archive {
	margin-bottom: 30px;
}

.archive-header {
	margin-bottom: 5px;
}

.archive-content li {
	margin-left: 15px;
	margin-bottom: 5px;
	list-style-type: disc;
}

.mt-author-archive .author-image {
	position: relative;
	top: 30px;
	right: 0;
}

.content-nav {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	border-top: 1px #c1c1c1 solid;
}

.archive-subhead {
	float: right;
	margin-top: -30px;
}

/* Widgets ------------*/

.widget {
	position: relative;
	width: 240px;
	margin-bottom: 20px;
	border-top: 2px #4899e7 solid;
	padding-top: 8px;
}

#beta .widget a:link,
#beta .widget a:visited {
	color: #333;
}

#beta .widget a:active,
#beta .widget a:hover {
	color: #FC861E;
}	

.home-page .widget {
	width: 280px;
	border-top: none;
	padding-top: none;
	padding-top: 5px;
	margin-bottom: 5px;
	background: transparent url('../site-images/bg-widget-top-w.png') no-repeat left top;
}

.home-page .widget-inner {
    padding: 5px;
	background: #fff url('../site-images/bg-widget-bottom-w.png') no-repeat left bottom;
}

.home-page .widget-content {
    background: transparent url('../site-images/bg-widget-inner-bottom-w.png') no-repeat right bottom;
    padding-bottom: 5px;
}

.home-page .widget-content-inner {
    position: relative;
    padding: 5px;
    background: transparent url('../site-images/bg-widget-inner-w.png') repeat-y right top;
    height: 200px;
    height: 240px !msie;
}

.home-page .widget-industry-blog .widget-content-inner {
    background: transparent url('../site-images/bg-widget-2-inner-w.png') no-repeat left bottom;
}

.widget-header {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #FC861E;
}

.home-page .widget-header {
	font-weight: normal;
	color: #005aad;
	margin-bottom: 0;
    background: transparent url('../site-images/bg-widget-inner-top-w.png') no-repeat right bottom;
	
}

.home-page .widget-industry-blog .widget-header {
    background: transparent;
}

.home-page .widget-industry-blog .widget-content {
    background: transparent;
    padding: 0;
}

.widget-header a:link,
.widget-header a:visited {
	color: #005aad !important;
}

.widget-header a:active,
.widget-header a:hover {
	color: #FC861E !important;
}

.widget h3 {
	font-size: 12px;
	font-weight: normal;
}

.widget .ctrl-collapse {
	display: block;
	position: absolute;
	top: 10px;
	right: 7px;
	width: 9px;
	height: 9px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('../site-images/icon-expand-collapse-widget.png') no-repeat left -28px;
}

.widget .ctrl-expand {
	display: block;
	position: absolute;
	top: 10px;
	right: 7px;
	width: 9px;
	height: 9px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('../site-images/icon-expand-collapse-widget.png') no-repeat left top;
}

.widget .ctrl-expand { display: none; }

.home-page .widget .ctrl-collapse,
.home-page .widget .ctrl-expand {
	display: none;
}

#beta .widget li {
	margin-left: 5px;
	padding: 3px 0;
	border-top: 1px solid #6FABE9;
}

.widget-top-searches, .widget-news, .widget-discretionary, .widget-hp-left {
	float: left;
}


#alpha .widget-hp-left .widget-content,
.widget-promo .widget-content,
#alpha .widget-hp-left p,
.widget-promo p,
#alpha .widget-hp-left li,
.widget-promo li {
	font-size: 12px;
	line-height: 16px;
}

#alpha .widget-hp-left p,
.widget-promo p {
    margin-bottom: 10px !important;
}

#home-widgets {
    padding-bottom: 5px;
}

#home-widgets .widget {
    margin-bottom: 0;
}


#alpha .widget-hp-left a:link,
#alpha .widget-hp-left a:visited,
.widget-promo a:link,
.widget-promo a:visited {
    color: #005aad;
}

#alpha .widget-hp-left a:active,
#alpha .widget-hp-left a:hover,
.widget-promo a:active,
.widget-promo a:hover {
    color: #FC861E;
}


.widget-top-searches, .widget-discretionary, .widget-hp-left { margin-right: 15px; }


.widget-hp-left .cta-link,
.widget-promo .cta-link {
    text-align: right;
}

.widget-hp-left .cta-link:hover,
.widget-promo .cta-link:hover {
    text-align: right;
}


.widget-hp-left .cta-link a,
.widget-promo .cta-link a {
    text-align: right;
    color: #6FABE9 !important;
}

.widget-hp-left .cta-link a:hover,
.widget-promo .cta-link a:hover {
    text-align: right;
    color: #FC861E !important;
}


.widget-top-searches li {
	margin-left: 16px;
	margin-bottom: 5px;
	list-style-type: disc;
}

.widget-news .widget-content-inner {
    padding: 0 5px;
	height: 210px;
	height: 240px !msie;
}

.widget-news .widget-content-inner-liner {
	height: 210px;
	height: 240px !msie;
	padding-right: 10px;
	overflow: auto;
	position: relative;
}

.widget-news li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	background: transparent url('../site-images/bullet-arrow-blue.png') no-repeat 0 5px;
}

.widget-industry-blog {
    height: 140px;
}

.widget-industry-blog .widget-content {
	position: relative;
}

.widget-industry-blog .widget-content-inner {
	height: 110px;
}

.widget .entry-thumb {
	position: absolute;
	left: 5px;
	top: 5px;
}

.widget-news .entry-thumb {
    display: none;
}

.widget .entry-text {
	margin: 0 0 0 70px;
}

.widget-news .entry-text {
    margin: 0;
}

.widget-industry-blog p {
	font-size: 11px;
	color: #6e6e6e;
	margin-top: 5px;
}

.widget .entry-footer {
	margin-top: 10px;
	margin-bottom: 0;
}

.widget .entry-footer li {
	float: left;
	padding: 0 7px !important;
	margin: 0 !important;
	font-size: 11px;
	border-right: #6e6e6e 1px solid;
	border-top: none !important;
	line-height: 1;
}

.widget .entry-footer li.read-more-link { padding-left !important: 0; background: transparent !important; }
.widget .entry-footer li.feed-link { padding-right: 0 !important; border: none; }
.widget .entry-footer li.feed-link a { 
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('../site-images/icon-feed-14x14.png') no-repeat left top;
}

.widget .entry-footer li a:link,
.widget .entry-footer li a:visited,
.widget-hp-left a:link,
.widget-hp-left a:visited {
	color: #6fabe9 !important;
}

.widget .entry-footer li a:active,
.widget .entry-footer li a:hover,
.widget-hp-left a:active,
.widget-hp-left a:hover  {
	color: #FC861E !important;
}

.widget-recent-bloggers .entry-text { margin-left: 42px; }

.widget-recent-bloggers h4 a:link,
.widget-recent-bloggers h4 a:visited {
	color: #005aab !important;
}

.widget-recent-bloggers h4 a:active,
.widget-recent-bloggers h4 a:hover {
	color: #FC861E !important;
}

.read-more-link {
	display: block;
	float: right;
	margin-top: 10px;
	padding-right: 13px;
	font-size: 12px;
}

.read-more-link:link,
.read-more-link:visited {
	color: #6fabe9 !important;
	background: transparent url('../site-images/arrow-read-more.gif') no-repeat right 3px;
}

.read-more-link:active,
.read-more-link:hover  {
	color: #FC861E !important;
	background: transparent url('../site-images/arrow-read-more.gif') no-repeat right -17px;
}

.widget-promo .read-more-link { display: none; }

.entry .read-more-link {
	margin-top: -15px;
	margin-bottom: 20px;
	font-size: 14px;
}

.entry .read-more-link:link,
.entry .read-more-link:visited {
	background-position: right 4px;
}

.entry .read-more-link:active,
.entry .read-more-link:hover  {
	background-position: right -16px;
}

/* Utility ------------*/
/* wraps enclosing block element around inner floated elements */
.pkg:after, .widget-content-inner:after { content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
.pkg, .widget-content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, *html .widget-content-inner { height: 1%; }
.pkg[id], .widget-content-inner[id] { height: auto; }
.pkg, .widget-content-inner { display: block; }
/* */

.hidden { display: none; }
.larger { font-size: 120%; }
.large { font-size: 110%; }
.small { font-size: 85%; }
.smaller { font-size: 70%; }
.tiny { font-size: 10px; }

strong { font-weight: bold; }
em {font-style: italic; }

/* style for video landing page */
.videowrapper {
	width: 500px;
	margin: 0 auto;
}

/* style for colorbox */
.productLandingPage .productZoom IMG {
        width: 300px;
        display: block;
}

.productLandingPage .productZoom {
        width: 300px;
        display: block;
        text-align: center;
        float: left;
        font-size: 14px;
}

.productLandingPage .text {
       width: 380px;
       float: right;
}

.productLandingPage .text .findOutMore {
       font-size: 14px;
       display: block;
       text-align: right;
       background: url(/images/findoutbutton.jpg) no-repeat right;
       padding: 3px 40px 3px 0px;
       margin: 30px 60px 0px 0px;
}

.landing-page #content-inner {
       width: 767px;
       margin: 0 auto;
}

.landing-page h2 {
       font-size: 30px;
       margin-bottom: 10px;
}

.black {
       color: #000;
}

.landing-page #footer {
       border-top: 2px solid #93C0EF;
       margin: 40px 22px 0px 22px;
}

.landing-page tr.odd { background: #f7f7f7}

.landing-page tr.even { background: #e6e6e6}

.landing-page table td {padding: 5px; border: 2px solid #fff; width: 150px}

/* Product section ------------*/

.product-section #container { width: 920px; }

.product-section {
    background: #ececec;
}

.product-section h2,
.product-section h3,
.product-section h4 {
    color: #000;
}

.product-section #beta h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.product-section a:hover {
    color: #FC861E !important;
}

.product-section #header,
.product-section #content {
    width: 920px;
    background: transparent url('../site-images/bg-page-main.png') repeat-y center top;
}

.product-section #header-inner {
    border-bottom: none;
    padding-bottom: 0;
}

.product-section #global-nav { right: -5px; }
.product-section #support-nav { right: 212px; }
.product-section #global-search { right: 10px; }

.product-section #content-inner { padding-top: 10px; }

.product-section #footer {
    width: 880px;
    background: transparent url('../site-images/bg-page-bottom.png') no-repeat center top;
}

.product-section #footer-logo a { background-image: url('../site-images/logo-assa-abloy-trans.gif') }

.product-section #page-content {
    width: 850px;
    margin: 0 auto;
}
.contant{
	overflow:hidden;
	margin-top:65px;}
.product-section #alpha {
    width: 539px;
    float:right;
    margin: 0 0 0 62px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 14px;

}

.product-section #beta {
    width: 249px;
    float: left;
    margin: 0;
    background: #fafafa;
}

.product-cat-page #alpha {
    float: left;
    margin-left: 0;

}

.product-cat-page #beta {
    float: right;
    margin-left: 50px;
}

.product-section h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-section #alpha p,
.product-section #alpha li,
.product-section #product-intro p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 14px;
}

.product-section #alpha ul > li {
    margin-left: 25px;
    list-style-type: disc;
}

.product-section #alpha ol > li {
    margin-left: 25px;
    list-style-type: upper-alpha;
}

#product-header {
    width: 850px;
    margin: 0 25px;
}


#product-cat-nav {
    margin-top: 15px;
    margin-bottom: 29px;
    padding: 0 !important;
    text-align: center;
}

#product-cat-nav li {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 5px;
    border-right: 2px #fff solid;
}

#product-cat-nav li a {
    display: block;
    padding: 10px 20px 10px 50px;
    margin: 0;
    font-weight: bold;
    color: #fff !important;
}

#product-cat-nav li.nav-compare { border-right: none; }

#product-cat-nav li.nav-order a { background: transparent url('../site-images/icon-order-white.png') no-repeat 5px center; }
#product-cat-nav li.nav-case-studies a { background: transparent url('../site-images/icon-case-studies-white.png') no-repeat 20px center; }
#product-cat-nav li.nav-support a { background: transparent url('../site-images/icon-support-white.png') no-repeat 20px center; }
#product-cat-nav li.nav-downloads a { background: transparent url('../site-images/icon-downloads-white.png') no-repeat 20px center; }
#product-cat-nav li.nav-compare a { background: transparent url('../site-images/icon-compare-white.png') no-repeat 10px center; }

#product-cat-nav li a:hover { background-color: #FC861E !important; }

.subcat-listing { margin-left: 5px; }

.subcat-listing .more-products { display: none; }

.subcat-listing li {
    float: left;
    width: 152px;
    margin-left: 30px;
    list-style-type: none !important;
    color: #666;
    text-align: center;
}

.subcat-listing li img { margin-bottom: 5px; }

.subcat-listing li h4 {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.subcat-listing li p { text-align: left; }

.subcat-listing a { color: #666; }

.product-cat-page #alpha .related-products {
    padding: 6px 15px;
    background: #e2e2e2;
    margin-top: 40px;
}

.product-cat-page #alpha .related-products.expanded {
    background: #f9f9f9;
}

.product-cat-page #alpha .show-related,
.product-cat-page #alpha .hide-related {
    display: block;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: transparent url('../site-images/arrow-down-black.png') no-repeat 0 center;
}

.product-cat-page #alpha .hide-related { 
    background-image: url('../site-images/arrow-up-black.png') !important;
    margin-bottom: 6px !important;
}


#product-intro {
    position: relative;
    width: 246px;
    float: left;
    padding: 30px 20px 0 0;
    margin-bottom: 10px;
}

#product-intro .view-all {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    padding-left: 7px;
    background: transparent url('../site-images/arrow-right-grey.png') no-repeat left center;
}

.product-actions li {
    padding: 0 0 2px 0 !important;
}

.product-actions a {
    display: block;
    height: 20px;
    line-height: 18px;
    padding-left: 35px;
    font-size: 12px;
    font-weight: bold;
}

.action-order-supplies a { background: transparent url('../site-images/icon-order.png') no-repeat 0 0; }
.action-watch-video a { background: transparent url('../site-images/icon-watch.png') no-repeat 0 0; }
.action-support a { background: transparent url('../site-images/icon-support.png') no-repeat 0 0; height: 22px; }
.action-downloads a { background: transparent url('../site-images/icon-downloads.png') no-repeat 0 0; height: 22px; }
.action-compare a { background: transparent url('../site-images/icon-compare.png') no-repeat 0 0; }

#product-intro h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

#product-intro h2 .family {
    display: block;
    font-size: 26px;
    font-weight: normal;
    color: #939393;
    text-transform: uppercase;
    letter-spacing: -.05em;
    margin-bottom: 5px;
}

#product-images {
    width: 580px;
    float: right;
    overflow: hidden;
}

#product-thumbs {
    text-align: right;
    margin-top: 5px;
}

#product-thumbs h3,
#product-thumbs ul,
#product-thumbs li {
    display: inline-block;
}

#product-thumbs h3 {
    font-size: 12px;
    font-weight: bold;
    color: #004a86;
    vertical-align: middle;
}

#product-thumbs li {
    margin-left: 20px;
}

#product-docs,
#product-cat-nav {
    position: relative;
    background: #96bfcf url('../site-images/bg-product-docs-gradient.jpg') repeat-y 0 0;
    padding: 8px 12px;
    margin-bottom: 40px;
}

#product-docs {
    margin-top: -10px;
}

#product-cat-nav {
    min-height: 36px;
}

#product-docs .show-more-docs,
#product-docs .show-less-docs {
    display: block;
    float: right;
    width: 42px;
    height: 38px;
    padding: 0;
    background: transparent url('../site-images/button-more-docs.png') repeat-x 0 0;
    text-indent: -9999em;
    outline: none;
}

#product-docs .show-less-docs { background-image: url('../site-images/button-less-docs.png'); }

#product-docs li {
    float: left;
    margin-left: 10px;
    width: 170px;
}

#product-docs li a {
    display: block;
    float: left;
    min-height: 22px;
    padding: 7px 5px 5px 31px;
    background: transparent url('../site-images/icon-pdf.png') no-repeat 5px 5px;
    font-size: 10px;
    color: #fff !important;
    text-transform: uppercase;
    min-height: 26px;
}

#product-docs li a:hover { background-color: #FC861E !important; }

#docs {
    margin-right: 60px;
    margin-top: 0;
}

#more-docs { margin-top: 10px; }

#more-docs li {
    margin-bottom: 10px;
}

#alpha .toc { margin-bottom: 30px; }

#alpha .toc ul li {
    float: left;
    font-weight: bold;
    border-right: #004b87 2px solid;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    list-style-type: none;
}

#alpha .toc ul li#toc-section-3 { border: none; }

#alpha .toc ul li a {
    text-transform: uppercase;
    color: #000;
}

#alpha .toc ul li a.active {
    border-bottom: 2px #e9eef0 solid;
    cursor: default;
}

#alpha .product-callout {
    margin: 20px 0;
}

#alpha .product-callout h3 { 
    margin-bottom: 7px;
    padding-top: 14px;
}

.img-left {
    float: left;
    margin: 0 14px 14px 0;
}

.product-section .expansion-item {
    padding: 20px 15px;
}

.product-section .expansion-item.even {
    background: #f3f3f3;
}

.product-section .expansion-item .item-image {
    float: left;
    margin: 0 10px 0 0;
}

.product-section .expansion-item h4 a { color: #000; } 

.product-section .expansion-item .item-text {
    float: left;
    width: 350px;
}

.product-section .cta-learn-more,
.product-section .related-product-item .cta-learn-more  {
    padding-left: 8px;
    color: #000;
    font-weight: bold;
    background: transparent url('../site-images/arrow-right-black.png') no-repeat 0 center;
}


.cta-footer {
    background: #e3e3e3;
    padding: 5px 15px;
}

.cta-footer a {
    font-weight: bold;
    display: block;
    height: 22px;
    line-height: 22px;
    padding-left: 35px;
}

.cta-footer .cta-download-specsheet { background: transparent url('../site-images/icon-pdf.png') no-repeat 0 0; }
.cta-footer .cta-contact { background: transparent url('../site-images/icon-order.png') no-repeat 0 4px; }

#beta .related-products {
    padding: 20px 10px 10px 10px;
    color: #666;
}

#beta .printer-selector {
    margin-bottom: 40px;
}

#alpha .related-products-inner {
    padding: 15px;
    color: #666;
}

.related-products p {
    margin-bottom: 10px;
}

#alpha .related-products 
    background: #f9f9f9;
    padding: 30px;
    font-size: 11px;
}

#alpha .related-products h4 {
    font-size: 12px;
    font-weight: bold;
}

#alpha .related-products p {
    font-size: 11px;
}

#alpha .related-products .related-product-item .item-img {
    float: left;
    width: 153px;
}

#beta .related-products h3 { font-weight: bold; }

#beta .related-product-item {
    margin-bottom: 20px;
}

#beta .related-product-item  h4{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-cat-page #alpha .related-products-inner,
.product-cat-page #alpha .hide-related,
#more-docs,
#product-docs .show-less-docs,
#alpha #section-2,
#alpha #section-3,
#product-intro #videoPlayer {
    display: none;
}



#beta .printer-selector,
.product-cat-page #product-header {
    font-size: 20px;
    color: #ccc;
    text-align: center;
    
}

.product-cat-page #product-header { height: 310px; }

.productspecstable th, .productspecstable td {
  font-size: 12px;
}

tr.specsheader {
background:none repeat scroll 0 0 #CCCCCC;
padding:4px 0;
}
tr.specshighlight {
background:none repeat scroll 0 0 #EEEEEE;
}

