
/*********************************************************************
Drill Nav
**********************************************************************/
#leftColNav {
	width: 192px;
	position: relative;
	float: left;
	margin-top: 35px;
	margin-right: 26px;
	}
	
	ul#drillNav {
		list-style-type: none;
		background: transparent url(../images/leftNavBG_03.png) top left repeat-y scroll;
		width: 172px;
		padding-left: 20px;
		}
		ul#drillNav li {
			font: normal 12px Arial, Helvetica, sans-serif;
			color: #5d5d5d;
			width: 150px;
			padding: 5px 0;
			}
		ul#drillNav li a {
			background: transparent url(../images/leftColNavArrow.png) 0px 3px no-repeat;
			padding-left: 13px;
			color: #4d4d4d;
			display:block;
			text-decoration: none;
			}	
		ul#drillNav li.current_page_item , ul#drillNav li.current_page_parent,  ul#drillNav li.current_page_ancestor {
			}
		ul#drillNav li.current_page_item a, ul#drillNav li.current_page_parent a, ul#drillNav li.current_page_ancestor a {
			background: transparent url(../images/leftColNavActiveArrow.png) 0px 5px no-repeat;
			color: #0076c3;
			padding-bottom: 10px;
			}
		ul#drillNav li.current_page_item a {
			padding-bottom: 0px;
			}
		ul#drillNav li a:hover {
			background: transparent url(../images/leftColNavArrowHover.png) 0px 3px no-repeat;
			text-decoration: underline;
			color: #0076c3;
			}
		ul#drillNav li.current_page_item a:hover, ul#drillNav li.current_page_parent a:hover, ul#drillNav li.current_page_ancestor a:hover {
			background: transparent url(../images/leftColNavActiveArrow.png) 0px 5px no-repeat;
			}
		ul#drillNav li ul {
			display: none;
			}
		ul#drillNav li.current_page_item ul, ul#drillNav li.current_page_parent ul, ul#drillNav li.current_page_ancestor ul{
			display: block;
			}
		ul#drillNav li.current_page_parent ul, ul#drillNav li.current_page_ancestor ul{
			margin-top: 0px !important;
			}
		ul#drillNav ul#subNav, ul#drillNav li.current_page_item ul, ul#drillNav li.current_page_parent ul, ul#drillNav li.current_page_ancestor ul{
			border-bottom:1px solid #DEDEDE;
			border-top:1px solid #DEDEDE;
			list-style-type:none;
			padding:10px 0 5px;
			width:152px;
			margin-top: 10px;
			}
		ul#drillNav ul#subNav li,  ul#drillNav li.current_page_item ul li, ul#drillNav li.current_page_parent ul li, ul#drillNav li.current_page_ancestor ul li{
			font: normal 12px Arial, Helvetica, sans-serif;
			padding-bottom: 5px;
			line-height: 1.8em;
			}
		ul#drillNav ul#subNav li a, ul#drillNav li.current_page_item ul li a, ul#drillNav li.current_page_parent ul li a, ul#drillNav li.current_page_ancestor ul li a {
			background-image: none;
			color: #0076c3;
			padding-bottom: 0;
			}
		ul#drillNav ul#subNav li a:hover, ul#drillNav li.current_page_item ul li a:hover, ul#drillNav li.current_page_parent ul li a:hover, ul#drillNav li.current_page_ancestor ul li a:hover {
			text-decoration: underline;
			background: none;
			text-decoration: none;
			padding-bottom: 0px;
			}
		 ul#drillNav ul#subNav li.active a, ul#drillNav li.current_page_parent ul li.current_page_item a, ul#drillNav li.current_page_ancestor ul li.current_page_ancestor a {
			color: #ff6600;
			}
	
/*********************************************************************
Drill Content
**********************************************************************/

#drillContent {
	float:left;
	position:relative;
	width:736px;
	margin-top: 35px;
	}
	span.title {
		display: block;
		font: bold 22px Arial, Helvetica, sans-serif;
		color:#0076c3;
		}	
	ul#breadCrumbs {
		list-style-type: none;
		padding: 10px 0 15px;
		margin-bottom: 20px;
		}
	ul#breadCrumbs li {
		display: inline;
		float: left;
		margin-right: 5px;
		}
	ul#breadCrumbs li a {
		font: normal 11px Arial, Helvetica, sans-serif;
		color: #333;
		text-decoration: none;
		}
	ul#breadCrumbs li a:hover {
		text-decoration: underline;
		}
	ul#breadCrumbs li.active a {
		font-weight: bold;
		}
	#drillItem {
		background: transparent url(../images/itemTitleBG.png) top left no-repeat;
		height: 38px;
		margin-top: 15px;
		}
		span.itemTitle {
			font: bold 16px Arial, Helvetica, sans-serif;
			color: #555;
			position: relative;
			top: 10px;
			left: 10px;
			display: block;
			width: 550px;
			}
		a.itemShare {
			float: right;
			margin-right: 10px;
			margin-top: -8px;
			}
			
		ul#itemSubList {
			background:transparent url(../images/itemSublistBG.jpg) repeat scroll left top;
			list-style-type:none;
			padding:5px 10px;
			float:left;
			width: 718px;
			}
		ul#itemSubList li {
			display:inline;
			float:left;
			margin-right:10px;
			padding-bottom:5px;
			padding-top:5px;
			width:169px;
			}
		ul#itemSubList li a {
			color: #fff;
			text-decoration: none;
			}
		ul#itemSubList li a:hover {
			text-decoration: underline;
			}
		ul#itemSubList li.active a {
			font-weight: bold;
			text-decoration: underline;
			}
		#item {
			background: transparent url(../images/itemRightColBG.png) top left scroll;
			padding: 20px;
			float:left;
			width: 698px;
			}
			#item.prodLanding {
				margin-top: 0;
				padding:0;
				width:738px;
				}
			#itemContentLeftCol {
				width: 366px;
				float: left;
				margin: 0px 20px 0px 0px;
				display:inline !important;
				}
				
				#item.cadRevit #itemContentRightCol {
					padding:20px;	
				}
				
				#itemImageMap {
					background-color: #fff;
					width: 370px;
					}	
			#itemContentLeftCol.prodLanding {
				margin-right:0;
				width: 406px;
				}	
			#itemContentRightCol.prodLanding {
				float:left;
				margin-left:10px;
				margin-right:0;
				margin-top:15px;
				width:298px;
				margin-bottom: 20px;
			}
			
			#itemContentRightCol img, #itemContentFullCol img {
				padding: 8px;
				border: 1px solid #aaa;
				background-color: #fff;
				margin: 0 auto;
			}
			
			#itemContentRightCol img.noBG, #itemContentFullCol img.noBG {
				padding: 0;
				border: none;
				background-color: transparent;
				margin: 0 auto;
			}
			
			.wp-caption-text {
				font-family: Verdana; 
				font-size: 10px; 
				color: rgb(0, 0, 0); 
				padding-top: 3px;
				padding-bottom: 15px; 
				text-align: left;
			}
			
			#itemContentFullCol form.userForm {
			}
				#itemContentFullCol form.userForm p {
					line-height:2em;
					padding:3px;
				}
				#itemContentFullCol form.userForm input, #itemContentFullCol form.userForm select, #itemContentFullCol form.userForm textarea {
					padding:3px;
					border:1px solid #aaa; 
					font:0.9em Trebuchet MS,sans-serif;
					color:#888;
					
					background:url(/english/wp-content/plugins/cforms/images/field-bg-top.gif) #ffffff repeat-x;
					vertical-align:top;
					width:298px;
					}
				#itemContentFullCol form.userForm select {
					width: 306px;
				}
				#itemContentFullCol form.userForm input.button {
					margin-top:10px;
					width: auto;
				}
				#itemContentFullCol form.userForm input:hover {
					/*background: #CEDDDF none repeat scroll 0 0;*/
				}
				#itemContentFullCol form.userForm label {
					width:190px; 
					margin:4px 10px 0 0; 
					display:-moz-inline-box; /*for mozilla*/
					display:inline-block; /*for Opera & IE*/
					text-align:left;
					vertical-align:top;
					color: #444;
					font:0.9em Trebuchet MS,sans-serif;
				}
			#itemContentFullCol form.userForm input[type="checkbox"], .cform input[type="checkbox"]{
					width: auto !important;
				}
				
			#itemContentFullCol form.userForm input#submit {
					width:100px;
					background:url(/english/wp-content/plugins/cforms/images/button-bg.gif) repeat-x;
					float:right;
					font-size:1.0em;
				}
				/*#itemContentFullCol form.cform input {
					width:250px;
				}
				#itemContentFullCol form.cform input.sendbutton {
					width:60px;
					display:block;
				}
				#itemContentFullCol form.cform select {
					width:250px;
				}
				#itemContentFullCol div.failure {
					color:#F00;
				}
				*/
			#item ul {
				background:transparent url(../images/itemRightColBG.png) repeat scroll left top;
				list-style-image: url(../images/leftColNavArrow.png);
				margin-top: 0px;
				}
				#item ul li {
					color:#444444;
					font-size:12px;
					padding:10px;
					line-height: 1.8em;
					}
					#item ul li.last{
						border-bottom: none;
						}
					#item ul li a {
						color:#017BC3;
						font-size:12px;
						text-decoration: underline;
					}
					#item ul li a:hover {
						color: #2FB5FF;
						text-decoration: none;
						}
					#item ul hr {
						border: thin none #D1E9FF;
						background-color: #D1E9FF;
						margin:0px;
					}
					#item ul hr.noBorder, #item ul hr.noBorder {
						border:none !important;
						background: transparent !important;
					}
					#item ul li.noULBG {
						list-style: none !important;
					}
						#item ul li ul, #item ul li ul li ul {
							background: none;
							margin: 0 20px;
							padding: 0px;
						}
						
						#item ul li ul li,#item ul li ul li ul li {
							list-style-type: none;
							padding: 0px;
						}
					#item ul.spotlight {
						list-style-image:none;
						list-style-type:none;
						margin:0;
						background-image: none !important;
						background-color: transparent !important;
						padding: 0px !important;
					}	
					#item ul.spotlight.rightAligned {
						float:right;
						width:311px;
					}
						
					#item ul.spotlight li {
						color:#444444;
						font-size:11px;
						line-height:1.8em;
						padding: 0px;
					}
					#item ul.spotlight li a {
						background:#FFFFFF none repeat scroll 0 0;
						border:1px solid #DDDDDD;
						color:#017BC3;
						display:block;
						font-size:11px;
						margin:5px 0;
						padding:12px;
						text-decoration:underline;
					}
					#item ul.spotlight li a:hover {
						text-decoration: none;
					}
		#logoutLink {
			background-color:#EEEEEE;
			border:1px solid #8FAAC1;
			color:#333333 !important;
			float:right;
			margin-top:5px;
			padding:4px 1px;
			text-align:center;
			text-decoration:none;
			width:75px;
		}
		#logoutLink:hover {
			background-color: #ddd;
		}
		.userForm input#submit {
			background-color: #ddd;
		}
		.userForm input#submit:hover {
			background-color: #eee;
			}
		#itemFooter {
			margin-top: 30px;
			margin-bottom: -30px;
			position: relative;
			height: 155px;
			float:left;
			width: 100%;
			}
			#itemFooter a img {
				top: 30px;
				position: absolute;
				}
			#itemFooter a#calloutOne img {
				left: -10px;
				}
			#itemFooter a#calloutTwo img {
				left: 241px;
				}
			#itemFooter a#calloutThree img {
				left: 492px;
				}
/*********************************************************************
Product Landing Page
**********************************************************************/
#prodLandLCImg {
	margin: 30px 0 20px 20px;
	position: relative;
	}			
	#prodLandLCImg a.learnMore {
		position: absolute;
		top: 285px;
		left: 20px;
		}
	.prodLandSmallText {
		font-size: 10px;
		line-height: 12px !important;
		}
		
#prodLandFooter {
	background: #F6F6F6 url(../images/prodLandingFooterBG.jpg) top left repeat-x;
	width: 100%;
	min-height: 13em;
	height: auto;
	}
	#prodLandFooter span {
		font: bold 14px/20px Arial, Helvetica, sans-serif;
		color: #003664;
		display: block;
		padding: 20px;
		padding-bottom:  0px;
		position: relative;
		}
	#pager {
		padding: 10px 20px;
	}
		#pager em {
			padding: 0 3px;
			font-style: normal;
		}
		#pager em a.current {
			color: #444;
			text-decoration:  none;
		}
	.cell {
		font-weight: bold;
		color: #003664;
		margin-top: 10px;
		background-color:#FFFFFF;
		border:1px solid #DEDEDE;
		float:left;
		margin: 10px 0 20px 20px;
		padding:10px;
		position:relative;
		text-align:center;
		width:316px;
		display: inline;
		text-decoration: none;
		}
	.cell img {
		display:block;
		margin:0 auto;
		padding-bottom:10px;
		border:1px solid #000000;
		}
	.cell:hover {
		background: #333 url(../images/cellHoverBG.jpg) top left repeat !important;
		cursor: pointer;
		}
	.cell:hover {
		color: #fff;
		}
	.cell:hover span {
		color: #777777;
		}
	a.prodCompareLink {
		background:#F6F6F6 url(../images/prodComparisonLink.jpg) no-repeat scroll left top;
		clear:both;
		display:block;
		height:23px;
		margin:0 0 20px 20px;
		width:168px;
		}
	a.prodCompareLink:hover {
		background-position: bottom left;
		}
/*********************************************************************
Store
**********************************************************************/
.storeCat {
	color: #003664;
	display: block;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	width: 558px;
	}
a.cartArrow {
	background:transparent url(../images/cartArrow.png) no-repeat scroll left top;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:27px;
	line-height:27px;
	padding-left:30px;
	width:148px;
	float: left;
	}
a.cartArrow:hover {
	background-position: bottom left;
	text-decoration: underline;
	}
.storeLanding {
	margin-top: 10px;
	padding-top: 20px;
	margin-bottom: 50px;
	float:left;
	}
	.storeLanding .cell {
		height: 155px;
		}
	.storeLanding .cell span {
		font: normal 10px/18px Arial, Helvetica, sans-serif;
		color: #555;
		}
	.storeLanding .cell.over span {
		color: #dedede;
		}
	.storeLanding .cell img {
		background-color: #ffffff;
		}

/*********************************************************************
Knowledge Center
**********************************************************************/
#blogContainer {
	margin-top:35px;
	position:relative;
	}
	#blogColCont {
		background: transparent url(../images/itemRightColBG.png) repeat scroll left top;
		}	
		.blogCol {
			float:left;
			padding:15px;
			position:relative;
			width:446px;
			}
		.blogColTitle {
			font: bold 22px/22px Arial, Helvetica, sans-serif;
			color: #aaa;
			}
		.blogPost {
			padding: 10px 10px 20px;
			background: transparent url(../images/itemRightColBG.png) repeat scroll left top;
			}
			#recentPosts .blogPost {
				margin-bottom: 20px;
				}
			#latestPost .blogPost {
				border-bottom: 1px solid #aaa;
				}
			.blogPostDate {
				background: #fff;
				color: #F7A14B;
				float: left;
				margin-right: 10px;
				position: relative;
				width: 60px;
				height: 58px;
				text-align: center;
				margin-bottom: 5px;
				}
			.blogDate {
				font: bold 36px Arial, Helvetica, sans-serif;
				display: block;
				}
			.blogMonth {
				font: bold 16px Arial, Helvetica, sans-serif;
				display: block;
				margin-top: -6px;
				}
			.blogPost img {
				display: block;
				background-color: #fff;
				padding: 8px;
				border: 1px solid #aaa;
				}
			.blogPost small {
				display: block;
				text-align:center;
				margin: -12px 0 20px;
				font: 10px Verdana, Arial, Helvetica, sans-serif;
				}
				.blogPost .comments {
					background:transparent url(../images/commentsBG.png) no-repeat scroll left top;
					display:block;
					float:right;
					position:relative;
					text-align:right;
					top: 9px;
					width:100px;
					}
					.blogPost .comments a {
						color:#679AC7;
						display:block;
						height:18px;
						line-height:16px;
						padding-right:3px;
						text-decoration:none;
						}
					.blogPost .comments a:hover {
						color: #F78E26;
						}
					.blogPost .commNum {
						color:#FFFFFF;
						font-weight:bold;
						left:0;
						padding-left:5px;
						padding-right:10px;
						position:absolute;
						text-align:center;
						width:14px;
						}
p#commentNotLoggedIn {
	clear:left;
}

p#blogPostAuth {
	border-bottom: 1px solid #aaa;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	}
	p#blogPostAuth img {
		background-color:#fff;
		border: 1px solid #aaa;
		padding: 2px;
		}
	p#blogPostAuth span {
		font: 12px Arial, Helvetica, sans-serif;
		padding: 0 20px;
		display:block;
		}
	p#blogPostAuth span a {
		color: #7d7c7c;
		font-style: italic;
		}
		p#blogPostAuth span a:hover {
			text-decoration: underline;
			}
		p#blogPostAuth span.articleControl {
			padding: 0px;
			}
		p#blogPostAuth span.articleControl a{
			color: #EF7600;
			font: 10px Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: bold;
			}
.comment {
	margin: 10px 0;
	float: left;
	}
	p.commentNumber {
		float: left;
		position: relative;
		text-align: center;
		width: 35px;
		top: 12px;
		}
	p.commPost {
		background:transparent url(../images/itemRightColBG.png) repeat scroll left top;
		border:1px solid #CCCCCC;
		float:left;
		padding:10px 30px 20px 41px;
		width:307px;
		}
		p.commPost img {
			margin: 0 15px 0px 0px;
			}
		p.commPost span {
			background: transparent url(../images/commentPerson.png) top left no-repeat;
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #000;
			display: block;
			margin-bottom: 5px;
			margin-left:-28px;
			padding-left:30px;
			}
		p.commPost a {
			text-decoration: underline;
			}
		p.commPost a:hover {
			text-decoration: none;
			}
#commentForm {
	clear: both;
	margin: 20px 0 0;
	float: left;
	width: 441px;
	}
	#commentForm h3 {
		border-bottom: 1px solid #aaa;
		padding-bottom: 10px;
		}
	#commentForm p {
		margin-bottom: 12px;
		}
	#commentForm input, #commentForm textarea {
		border: 1px dashed white;
		*border: 1px solid white;
		font: normal 12px Arial, Helvetica, sans-serif;
		padding: 3px;
		width: 250px;
		color: #555;
		}
	#commentForm textarea {
		width: 335px;
		}
	#commentForm #submitbut {
		background:#3a6891 none repeat scroll 0 0;
		border:medium none;
		color:#FFFFFF;
		font-weight:bold;
		height:30px;
		padding:0;
		width:122px;
		cursor: pointer;
		}
	#commentForm input:focus, #commentForm textarea:focus { 
		border: 1px dotted green; 
		}
	#commentForm input.error, #commentForm textarea.error { 
		border: 1px dotted red; 
		}
	form.cmxform label.error, label.error {
		color: red;
		float: left;
		font-style: italic;
		width: 220px;
		}
	#comments label.error {
		margin-left: 10px;
		}
	#commentForm #submitbut input:hover {
		color: #555;
		}
	.requiredText {
		color: #aaa;
		font: 9px Verdana, Arial, Helvetica, sans-serif;
		position: absolute;
		top: 39px;
		right: 0px;
		}
#blogColCont .paginator {
	list-style-type:none;
	width: 195px;
	float: left;
	}
	
	#blogColCont.paginator a.page {
		background-color: #fff;
		border: 1px solid #aaa;
		color: #F7A14B;
		padding: 3px 5px;
		margin: 0px 3px;
		}
	#blogColCont .paginator li ul li a.active, ul.paginator li ul li a:hover {
		background-color: #F7A14B;
		border: 1px solid #F7A14B;
		color: #fff;
		}
.monthinator form, .yearinator form {
	margin: 0 8px 0 8px;
	float: left;
	}
	
/*********************************************************************
Knowledge Center
**********************************************************************/
#kcSearchContainer {
	margin-top:20px;
	}
	#kcSearchContainer h4 {
		width: 500px;
		margin-bottom: 20px;
		line-height: 1.3em;
		}
		#bc-search {
			left:550px;
			position: relative;
			top:-7px;
			width:190px;
			}
		#bc-search span.left {
			background:transparent url(../images/searchfield_leftcap.png) no-repeat scroll left top;
			display:block;
			height:19px;
			left:0;
			position: absolute;
			top:0;
			width:20px;
			}
		#bc-search span.right {
			background:transparent url(../images/searchfield_rightcap.png) no-repeat scroll left top;
			display:block;
			height:19px;
			right:0;
			position: absolute;
			top:0;
			width:20px;
			}
		#bc-search input {
			background: transparent url(../images/searchfield_repeat.jpg) top left repeat-x;
			border: 0 none;
			padding: 3px 0 2px;
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #666;
			position: relative;
			left:20px;
			top:0;
			width:150px;
			height: 15px;
			}
			
	.searchHead {
		background: transparent url(../images/kcSearchHeaderBG.jpg) top left repeat-x;
		height: 36px;
		position: relative;
		}
		.searchHead span.searchText {
			font: bold 14px Arial, Helvetica, sans-serif;
			color: #0076c3;
			left:10px;
			position:relative;
			top: 10px;
			}
	.searchContainer {
		background: transparent url(../images/kcSearchBoxesBG.jpg) top left repeat-x;
		height: 155px;
		}
		.searchContainer div {
			display:inline;
			float:left;
			margin-top: 10px;
			position:relative;
			width:226px;
			}
		#searchLC {
			margin-left:10px;
			margin-right:18px;
			}
		#searchRC {
			float:right;
			margin-left:20px;
			margin-right:10px;
			}
		.searchContainer div span {
			font: bold 12px/15px Arial, Helvetica, sans-serif;
			color: #fff;
			display: block;
			}
		.searchContainer select {
			border: 1px solid #2888bf;
			font: normal 12px Arial, Helvetica, sans-serif;
			color: #333333;
			margin-top: 10px;
			padding: 1px;
			width: 225px;
			height: 100px;
			}
#prodLandFooter .cell span {
	font: normal 10px/18px Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	padding: 0px;
	display: block;
	}
#prodLandFooter .cell.over span {
	color: #dedede;
	}

/*********************************************************************
News
**********************************************************************/

.archivedPost {
	background:transparent url(../images/itemRightColBG.png) repeat scroll left top;
	margin-bottom:20px;
	padding:20px;
}
p.postDate {
	font: normal 11px verdana, arial, sans-serif;
	padding: 0px;
	margin: -12px 0 15px;
}
.archivedPost img {
	margin-top:5px !important;
	margin-right:10px !important;
	margin-bottom:10px !important;
}
.archivedPost p {
	padding:0px !important;
}

/*********************************************************************
2 Column Form
**********************************************************************/

#drillContent.twocol {
	width: 915px;
}

#drillContent.twocol ul {
	width: 54%;
}

#item.twocol {
	width: 100%;
}

/*
#itemContentTwoCol .cform {
	width:40%;
	padding-left:20px;
	float:right;
}

#itemContentTwoCol .cforms-required {
	width:40%;
	padding-left:20px;
	float:right;
}

*/
/*********************************************************************
BAC Tips
**********************************************************************/

.bactip {
	border:1px solid #1B5080;
	background:#f4f9fe url(../images/background.gif) no-repeat;
	padding-left:10px;
	padding-right:10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:20px;
}

/*********************************************************************
BAC Tips
**********************************************************************/