/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*/
    padding-left: 2em;
    margin-bottom: 1.1em;
}
ul {
    list-style-type: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
DNN Nonsense
======================================================*/

/* Module actions */
	.dnnActionMenuBorder{-moz-box-shadow: 0 0 5px #888;-webkit-box-shadow: 0 0 5px #888;box-shadow: 0 0 5px #888;z-index:-1;
	background:transparent;position:absolute;width:100%;height:100%;border:1px #ccc solid}
	.DnnModule{z-index:902;position:relative;display:block;}
		.dnnActionMenu{margin:0;padding:0;position:absolute;z-index:906;color:#000;}
		ul.dnnActionMenuBody {display:none;background:#fff;border:5px solid #aaa;padding:10px;border-radius:3px;-moz-border-radius:3px;text-align:left;
		position:absolute;left:0;top:10;min-width:480px;-moz-box-shadow:0 0 5px #888;-webkit-box-shadow:0 0 5px#888;box-shadow:0 0 5px #888;z-index:999;}
			ul.dnnActionMenuBody li {list-style-type:none;padding:0;margin:0;}
			ul.dnnActionMenuBody li.first.last {position:relative;}
			.dnnActionMenuTag {background:#aaa;background:-moz-linear-gradient(top, #F3F3F3 0%, #CFCFCF 100%);
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#CFCFCF));
			filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#CFCFCF',GradientType=0 );
			display:block;padding:5px 10px;border:1px #999 solid;border-radius:3px;-moz-border-radius:3px;line-height:16px;font-weight:bold;font-size:11px;min-width:65px;cursor:default;}
				.dnnActionMenuTag img{display:block;float:left;padding-right:3px;}
			ul.dnnActionMenuBody li{display:block;clear:both;float:none;font-weight:bold;font-size:14px;}
				ul.dnnActionMenuBody li span{border:none;display:block;background:none;padding:0;margin:6px 0;width:auto}
			ul.dnnActionMenuBody li ul{overflow:hidden;padding:10px 0;margin:0;width:96%;border-top:1px #ccc solid;}
			ul.dnnActionMenuBody li ul li{float:left;display:block;min-width:150px;font-weight:normal;clear:none;padding:3px 15px 3px 0px;font-size:11px;border:none;margin:0;}
			ul.dnnActionMenuBody li ul li a, ul.dnnActionMenuBody li ul li a img{display:block;line-height:16px;min-height:16px;color:#328DDE;}
				ul.dnnActionMenuBody li ul li a:hover{color:#1B4D79;}
			ul.dnnActionMenuBody li ul li a img{padding-right:3px;float:left;}	

	/*jQuery UI Tabs 1.8.14 */
	.dnnForm .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	.dnnForm .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
	.dnnForm .ui-tabs .ui-tabs-nav li, ul.dnnAdminTabNav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
	.dnnForm .ui-tabs .ui-tabs-nav li a, ul.dnnAdminTabNav li a {float:left;padding:.5em 1em;text-decoration:none;font-weight:bold;color:#fff;text-decoration:none;display:block;margin:0;
		letter-spacing:-0.03em;background:#818181;background:-moz-linear-gradient(top, #818181 0%, #656565 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#656565));
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 );-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:0px;
		-moz-border-radius-bottomleft:0px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;text-shadow:0px 1px 1px #000;}
	.dnnForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
	.dnnForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .dnnForm .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .dnnForm .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
	.dnnForm .ui-tabs .ui-tabs-nav li a, .dnnForm .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
	.dnnForm .ui-tabs .ui-tabs-panel{ display:block;border-width: 0; padding: 1em 1.4em; background: none;}
		.dnnForm .ui-tabs-panel{position:relative;}
	.dnnForm .ui-tabs-hide {display:none !important;}

/*  === Common Reusable Selectors === */
	.dnnForm{padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;min-width:620px;width:96%;margin:0 auto}
		h2.dnnFormSectionHead{margin:0.5em auto 0.6em;padding:0;letter-spacing:-0.03em;font-weight:bold;border-bottom:1px #ccc solid;text-align:left;line-height:1.2;font-size:1.5em;}
			.dnnForm h2.dnnFormSectionHead a, .dnnForm h2.dnnFormSectionHead a:visited{display:block;text-decoration:none;padding:0.4em 0.8em;color:#000;
			letter-spacing:-0.03em;font-weight:bold;background:url(/images/down-icn.png) no-repeat 98% center;display:block}
				.dnnForm h2.dnnFormSectionHead a:hover{background:#f1f1f1 url(/images/down-icn.png) no-repeat 98% center;}
			.dnnForm h2.dnnFormSectionHead a.dnnSectionExpanded{background:url(/images/up-icn.png) no-repeat 98% center;text-align:left}
				.dnnForm h2.dnnFormSectionHead a.dnnSectionExpanded:hover{background:#f1f1f1 url(/images/up-icn.png) no-repeat 98% center;}
			.dnnFormExpandContent{position:absolute;top:-32px;right:10px;}
				.dnnFormExpandContent{text-align:right;}
				.dnnForm .dnnFormExpandContent a{font-weight:bold;}
			.dnnForm .dnnFormItem span.CommandButton input{display:none !important;font-size:0;line-height:0;border-collapse:collapse;}	
		.dnnForm .dnnFormItem{padding:4px 6px;clear:both;line-height:1.8;min-height:1.8em;text-align:left;position:relative;}
			.dnnForm .dnnFormItem label a span{line-height:1.4;}
		.dnnForm .dnnFormItem:after{clear:both;content:".";display:block;height:0;visibility:hidden;font-size:0;}
		.dnnForm fieldset{display:block;padding:1em 0;border:none;margin:0;text-align:left;}
		.dnnFormItem label, .dnnFormItem .dnnFormLabel, .dnnFormItem .dnnTooltip{display:block;width:30%;text-align:right;margin-right:16px;font-weight:bold;float:left;margin-top:3px;}
			.dnnFormItem .dnnTooltip label{width:100%;padding:0;margin:0;}
			.dnnForm .dnnFormSecondItem label{float:none;}
			.dnnFormItem span.inline label{ display: inline;width: auto;}
		.dnnFormItem input, .dnnFormItem .dnnFormInput, .dnnFormItem textarea{float:left;-moz-border-radius:3px;border-radius:3px;padding:5px;
		background:#fffff5;-moz-box-shadow:inset 0 0 3px 3px #fffbe1;-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;box-shadow:inset 0 0 3px 3px #fffbe1;
		border-color:#bcb691;border-width:1px;margin:0;width:auto;font-family:Arial, sans-serif;}
			.dnnFormItem input[type=checkbox], .dnnFormItem input[type=radio], .dnnFormItem input[type=file], .dnnFormItem input[type=button], 
			.dnnFormItem input.rcbInput{width:auto;border:none;-moz-border-radius:0;border-radius:0;background:none;padding:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
			.dnnFormItem select{width:auto;background:#FFFFF5;border-radius:3px;border:1px #BCB691 solid;margin:0 0 3px 0;padding:4px;}
                .dnnForm select.dnnFormRequired{border-left:5px solid #FF0000;}
			.dnnFormItem input[type="text"], .dnnFormItem textarea{min-width:35%;}
			.dnnFormItem textarea{min-height:80px;}
			.dnnAddress input[type="checkbox"]{margin:0 5px}
			.dnnForm input.dnnFormRequired, .dnnForm textarea.dnnFormRequired, .dnnForm select.dnnFormRequired{border-left:5px #F00 solid;}
		.dnnFormRadioButtons{float:left;width:auto;display:block;}
				.dnnFormRadioButtons input[type=radio]{ float:none;}
				.dnnFormRadioButtons label{font-weight:normal;margin:0 10px 0 4px;width:auto;text-align:left;padding-right:0;float: none;display: inline;}
				
		
		.dnnForm.dnnShortForm .dnnFormItem label{float:none;width:100%;text-align:left;margin-bottom:0.25em}
		.dnnForm.dnnShortForm .dnnFormItem input, .dnnForm.dnnShortForm .dnnFormItem select, .dnnForm.dnnShortForm .dnnFormItem textarea{float:none;text-align:left;}
		.dnnForm.dnnShortForm .dnnFormItem a.dnnFormHelp{background-position:left;padding-left:22px;}
		
		a.dnnFormHelp, .dnnForm .dnnFormItem a.dnnFormHelp, .dnnTooltip label a.dnnFormHelp{color:#333;text-decoration:none;font-weight:bold;
		background:url(/images/help-icn.png) no-repeat right;display:block;position:relative;z-index:2;}
			.dnnForm .dnnFormItem a.dnnFormHelp span{padding-right:1.8em;display:block;}
			.dnnForm .dnnFormItem a.dnnFormHelp img{display:none;}
	
		.dnnTooltip{position:relative;}
		
		td > .dnnTooltip {min-width:120px;}
		td > .dnnTooltip label{text-align:right;}
		td > .dnnTooltip label a span{padding-right:20px;display:block}
		.dnnTooltip a.pinHelp{background:url(/images/pin-icn-16x16.png) no-repeat left bottom;display:block;text-indent:-9991.2em;height:16px;width:16px;float:right;margin-top:1em;}
			.dnnTooltip.dnnTooltipPinned a.pinHelp{background:url(/images/pin-icn-16x16.png) no-repeat left top;}
	
		.dnnFormItem input.aspNetDisabled, .dnnFormItem textarea.aspNetDisabled{background:#ebebeb;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border-color:#a7a7a7;border-width:1px;}
		.aspNetDisabled, a.aspNetDisabled, .dnnDisabled, a.dnnDisabled{color:#ccc;cursor:not-allowed;text-decoration:none;}
					
		.dnnFormMessage{-moz-border-radius:3px;border-radius:3px;padding:10px 10px 10px 40px;line-height:1.4;margin:0.5em 0 2em 0;}
			.dnnFormMessage span{float:none;padding:0;width:100%;text-align:left;text-shadow:0px 1px 1px #fff;}
				.dnnFormWarning{background:#feffce url(/images/warning-icn.png) no-repeat 10px center;border:2px #cdb21f solid;color:#41370C;text-shadow:0px 1px 1px #fff;}
				.dnnFormError{color:#fff !important;background:url(/images/errorbg.gif) no-repeat left center;text-shadow:0px 1px 1px #000;padding:5px 20px;}
					.dnnFormItem span.dnnFormMessage.dnnFormError{position:absolute;left:55%;top:0;z-index:9999;}
				.dnnFormSuccess{background-color:#ecffeb;border:2px #64b657 solid;color:#358927}
				.dnnFormInfo{background-color:#edf8ff;border:#46a3d3 2px solid;color:#085b8f;}
			.dnnFormHelpContent, .dnnFormItem label .dnnFormHelpContent{border:#46a3d3 2px solid;color:#085b8f;background:#edf8ff url(/images/help-icn.png) no-repeat 10px 10px;
			-moz-border-radius:3px;border-radius:3px;text-shadow:0px 1px 1px #fff;font-weight:normal;max-width:30em;padding:0.8em 1em 0.8em 3em;}
			 .dnnFormHelpContent, .dnnFormItem .dnnFormHelpContent{left:95%;max-width:30em;position:absolute;z-index:25;width:275px;overflow:hidden;top:0;}
			.dnnFormHelpContent.ui-draggable{cursor:move;}
				.dnnFormHelpContent.dnnClear, .dnnFormItem label.dnnFormLabel .dnnFormHelpContent.dnnClear, .dnnFormItem label .dnnFormHelpContent.dnnClear{line-height:1.4;text-align:left;}
	
		.dnnForm .dnnFormItem.dnnFormHelp, .dnnFormItem.dnnFormHelp{clear:both;overflow:hidden;width:100%;padding:0;}
			.dnnFormItem.dnnFormHelp p.dnnFormRequired{float:right;margin:0;padding:0;}
			.dnnFormItem.dnnFormHelp p.dnnFormRequired span{border-left:5px #F00 solid;padding-left:0.5em;}
					
		.dnnLeft{float:left;} .dnnRight{float:right;}
		.dnnClear:after{clear:both;content:".";display:block;height:0;visibility:hidden;font-size:0;}
			*+html .dnnClear{min-height:1%;}
	
		.dnnForm input[type=checkbox], .dnnForm input[type=radio]{margin-top:4px;width:auto;margin-right:5px;}
		.dnnTextEditor label{margin:0;padding:0 20px 0 5px;font-weight:normal;text-align:left;width:auto}
		.dnnModuleAuditControl{width:95%;margin:0 auto}
		
		ul.dnnActions, ul.dnnActions li{list-style:none;padding:0;margin:0;}
			.dnnForm ul.dnnActions, .DnnModule ul.dnnActions, ul.dnnActions{margin:1em 0;border-top:#ccc double;padding:1em 0 0 0;}
			ul.dnnActions li{overflow:hidden;display:block;float:left;}
			ul.dnnActions li a{display:block;float:left;}
			ul.dnnActions li a, a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, a.dnnSecondaryAction, 
			a.dnnSecondaryAction:link, a.dnnSecondaryAction:visited{padding:0 1.2em;line-height:2.5;}
		ul.dnnActions input{display:none}   
		a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, a.dnnSecondaryAction, a.dnnSecondaryAction:link, a.dnnSecondaryAction:visited{display:inline-block;}
		a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only{
			background:#818181;background:-moz-linear-gradient(top, #818181 0%, #656565 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#656565));
			filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 );-moz-border-radius:3px;border-radius:3px;
			text-shadow:0px 1px 1px #000;color:#fff;text-decoration:none;font-weight:bold;border-color:#fff}
		a[disabled].dnnPrimaryAction, a[disabled].dnnPrimaryAction:link, a[disabled].dnnPrimaryAction:visited,a[disabled].dnnPrimaryAction:hover, 
		a[disabled].dnnPrimaryAction:visited:hover,dnnForm.ui-widget-content a[disabled].dnnPrimaryAction{text-decoration:none;color:#bbb;background:#818181;
		background:-moz-linear-gradient(top, #818181 0%, #656565 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#656565));
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 );
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 )";cursor:default;}
			ul.dnnActions a.dnnPrimaryAction:hover, ul.dnnActions a.dnnPrimaryAction:visited:hover, a.dnnPrimaryAction:hover,
			.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover{background:#4E4E4E;background:-moz-linear-gradient(top, #4E4E4E 0%, #282828 100%);
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E4E4E), color-stop(100%,#282828));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E4E4E', endColorstr='#282828',GradientType=0 );color:#fff;}
		ul.dnnActions a.dnnSecondaryAction, ul.dnnActions a.dnnSecondaryAction:link{font-weight:bold;text-decoration:none;padding:0 1em;}
			ul.dnnActions a.dnnSecondaryAction:hover, ul.dnnActions a.dnnSecondaryAction:visited:hover{text-decoration:underline;background:none;color:inherit;}
			a[disabled].dnnSecondaryAction, a[disabled].dnnSecondaryAction:link, a[disabled].dnnSecondaryAction:visited,a[disabled].dnnSecondaryAction:hover, 
			a[disabled].dnnSecondaryAction:visited:hover{text-decoration:none;color:#999;cursor:default;}
		.dnnForm.ui-widget-content a.dnnPrimaryAction{color:#fff;}

    /*  === Url Control === */
	.urlControl label{margin-top:0;width:auto;font-weight:normal}
	.urlControlLinkType{width:auto;}
		.urlControlLinkType span, .dnnFormItem .urlControlLinkType span{display:block;float:none;text-align:left;width:auto;}
		.dnnFormItem .ucLinkTypeRadioButtons label{width:260px;font-weight:normal;text-align:left;padding-right:0;margin-top:0;display: inline-block;}
		.urlControlLinkType span input{min-width:3%;}
		.dnnForm.dnnModuleSettings .dnnFormItem .urlControlLinkType span label{text-align:left;}
	.urlControlFileRow{overflow:hidden;clear:both;}	
		.urlControlFileRow span.dnnFormLabel{width:auto;text-align:right;}
		.urlControlFileRow select,.urlControlFileRow input[type=file]{ clear: both;}
	.urlControlImagesRow{overflow:hidden;clear:both;}	
		.urlControlImagesRow span.dnnFormLabel{width:auto;text-align:right;}
		.urlControlImagesRow select{ clear: both;}
	.dnnFilePicker .dnnLeft .dnnFormItem{width:280px;overflow:hidden;padding:0;}
		.dnnFilePicker .dnnLeft .dnnFormItem input[type="file"]{display:block;}
	.dnnFilePicker .dnnLeft .dnnFormItem span{display:block;float:left;width:80px;text-align:right;padding-right:10px;}
	.dnnFilePicker .dnnLeft .dnnFormItem select{float:left;width:180px;}
	.dnnFilePicker .dnnLeft a.dnnSecondaryAction{margin-left:80px;}
	.dnnFilePicker .dnnLeft .dnnFormItem input[type=file]{margin-left:90px;width:180px;}

	/*  === Grids === */
	.dnnGrid{font-size:inherit;}
	.dnnGridHeader{border-bottom:1px #ddd solid;font-weight:bold;font-size:110%;}
		.dnnGridItem{border-bottom:1px #eee solid;background:#fff;}
			.dnnGridAltItem{background:#f1f1f1;}
		.dnnGrid td{padding:3px 5px;}
			.dnnGrid td input.dnnFormInput{width:42%;}
	.dnnPermissionsGrid .dnnFormItem label {width:12%;}
	/* Layout helpers
	----------------------------------*/
	.dnnForm .ui-helper-hidden { display: none; }
	.dnnForm .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
	.dnnForm .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
	.dnnForm .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.dnnForm .ui-helper-clearfix { display: inline-block; }
	/* required comment for clearfix to work in Opera \*/
	* html .ui-helper-clearfix { height:1%; }
	.dnnForm .ui-helper-clearfix { display:block; }
	/* end clearfix */
	.dnnForm .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
	/* Interaction Cues----------------------------------*/
	.dnnForm .ui-state-disabled { cursor: default !important; }
	/* Overlays */
	#Body .ui-widget-overlay {background:#000;opacity:.60;filter:Alpha(Opacity=60);position:absolute;top:0;left:0;width:100%;height:100%;}
		#Body .ui-widget-shadow{margin:5px 0 0 5px;padding:0px;background:#999;opacity:.45;filter:Alpha(Opacity=45);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
			.dnnFormPopup{position:absolute;padding:0;width:300px;border:4px #ccc solid;background:#fff;border-radius:10px;-moz-border-radius:10px;}
			#iPopUp{ width: 100% !important;padding-top: 10px;}
				.dnnFormPopup .ui-dialog-titlebar {padding:0.8em 1.2em;position:relative;background:#4E4E4E;background:-moz-linear-gradient(top, #4E4E4E 0%, #282828 100%);overflow:visible;height:40px;
				background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E4E4E), color-stop(100%,#282828));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E4E4E', endColorstr='#282828',GradientType=0 );
				color:#fff;font-weight:bold;text-shadow:0px 1px 1px #000;cursor:move;-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-webkit-border-bottom-right-radius: 0px;-webkit-border-bottom-left-radius: 0px;
				-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;-moz-border-radius-bottomright: 0px;-moz-border-radius-bottomleft: 0px;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
				.dnnFormPopup .ui-dialog-title{float:left;margin:.1em 16px .1em 0;position:relative;font-size:14px; display:block;}
					.dnnFormPopup a.ui-dialog-titlebar-close{text-indent:-9999em;display:block;position:absolute;right:10px;top:10px;background:url(/images/close-icn.png) no-repeat;height:24px;width:24px;}
					.dnnFormPopup a.dnnToggleMax{float:right;display:block;text-indent:-9999em;background:url(/images/modal-max-min-icn.png) no-repeat bottom;height:24px;width:24px;margin:1px 24px 0 0}
					.dnnFormPopup a.dnnToggleMax.ui-dialog-titlebar-max{background:url(/images/modal-max-min-icn.png) no-repeat top;}
				.dnnFormPopup .ui-dialog-content, #iPopUp .ui-dialog-content{position:relative;border:0;padding:0px;background:#fff;overflow:auto;zoom:1;}
					.dnnFormPopup .ui-dialog-buttonpane {text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em;}
					.dnnFormPopup .ui-dialog-buttonpane .ui-dialog-buttonset {float:right;}
					.dnnFormPopup .ui-dialog-buttonpane button {margin:.5em .4em .5em 0.8em;cursor:pointer;padding:0.5em 1em;border:none;outline:none;}
				.dnnFormPopup .ui-resizable-se{width:14px;height:14px;float:right;background:url(/images/modal-resize-icn.png) no-repeat bottom;height:24px;width:24px;}
	
	.dnnFormPopup .dnnDialog {padding:10px;}
	.dnnLoading{ background: #fff url(/images/loading.gif) no-repeat center center;position: absolute;z-index: 9999;}

    .paneOutline{border:1px red solid;}


/* 
Golfalot v4 Rad Editor legacy
======================================================*/

.Normal  {
    font-weight: normal; 
}

.NormalBold {
    font-weight: bold;
}

.NormalRed {
    color: #ff0000;
}

.BoldGreen {
    font-weight: bold;
    color: #337a04;
}

.BoldGreen a {
    font-weight: bold;
    color: #337a04;
}


/* 
Font icons
======================================================*/

@font-face {
  font-family: 'golfalot';
  src: url('/Resources/fonts/golfalot.eot?65601150');
  src: url('/Resources/fonts/golfalot.eot?65601150#iefix') format('embedded-opentype'),
       url('/Resources/fonts/golfalot.woff?65601150') format('woff'),
       url('/Resources/fonts/golfalot.ttf?65601150') format('truetype'),
       url('/Resources/fonts/golfalot.svg?65601150#golfalot') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "golfalot";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-search:before { content: '\e802'; } 
.icon-itunes:before { content: '\e808'; } 
.icon-star-empty:before { content: '\e80d'; } 
.icon-rss:before { content: '\e806'; } 
.icon-menu:before { content: '\e800'; } 
.icon-settings:before { content: '\e80b'; } 
.icon-play:before { content: '\e809'; } 
.icon-star:before { content: '\e80c'; } 
.icon-gplus:before { content: '\e803'; } 
.icon-twitter:before { content: '\e805'; } 
.icon-youtube:before { content: '\e807'; } 
.icon-user:before { content: '\e801'; } 
.icon-google:before { content: '\e80a'; } 
.icon-facebook:before { content: '\e804'; }

.icon-gray {
	color: #303030;
}

.icon-green {
	color: #337A04;
}

.icon-white {
	color: #fff;
}

.icon-small:before, .icon-small:after {
	font-size: 13px;
}

.icon-large:before, .icon-large:after {
	font-size: 24px;
}


/* 
Golfalot Globals
======================================================*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #303030;
	line-height: 1.3;
}

::-moz-selection {
    background:#DDD;
}

::selection {
    background:#DDD;
}

h1,
h2,
h3,
h4 {
	line-height: 1.3;
	font-weight: 700;
    text-indent: -0.07em;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	line-height: 1.3;
    font-size: 200%;
}

h4 {
    font-size: 110%;
}

a {
    color: #337A04;
	text-decoration: none;
}

a:link, 
a:visited, 
a:active {
	-moz-user-focus: none;
	outline: 0;
}

a:hover,
a:focus {
    text-decoration: underline;
}

img {
	display: block;
	padding: 0;
	margin: 0;
    max-width: 100%;
}

hr {
	display: block;
	border: none;
	margin: 2em 20%;
	height: 1px;
	background: #C1C1C1;
}

p {
    margin-bottom: 1.1em;
    line-height: 1.6;
}

b,
strong {
    font-weight: bold;
}

.quiet {
    color: #767676;
}

.faint {
    color: #97999C;
}

.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none;
}

.show {
	display: block;
}


/*
Forms
======================================================*/

input, 
button, 
select, 
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input:focus, 
button:focus, 
select:focus, 
textarea:focus {
    outline: none;
}

.form-control:-moz-placeholder {
	color: #999999;
}

.form-control::-moz-placeholder {
	color: #999999;
}

.form-control:-ms-input-placeholder {
	color: #999999;
}

.form-control::-webkit-input-placeholder {
	color: #999999;
}

.form-control {
	outline: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 5px 10px;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #aaaaaa;
  outline: 0;
  -webkit-box-shadow: inset 0 0 4px rgba(170, 170, 170, 0.5), 0 0 7px rgba(170, 170, 170, 0.5);
          box-shadow: inset 0 0 4px rgba(170, 170, 170, 0.5), 0 0 7px rgba(170, 170, 170, 0.5);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
}

textarea.form-control {
	height: auto;
    -webkit-appearance: textarea;
    background-color: white;
    flex-direction: column;
    resize: auto;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.form-group {
	margin-bottom: 15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.control-label-required:after {
    display: inline;
    content: "*";
    color: #cd0a0a;
}

.form-horizontal .control-label, 
.form-horizontal .radio, 
.form-horizontal .checkbox, 
.form-horizontal .radio-inline, 
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.radio label,
.checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
    margin-top: 3px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

.form-horizontal .form-control-static {
    padding: 7px 0 0 0;
}

.form-horizontal h3 {
    margin: 10px 0 20px 0;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #c1c1c1;
}

.form-horizontal h4 {
    margin: 10px 0 20px 0;
    padding-bottom: 5px;
    font-size: 16px;
}

input[type='text'],
input[type='number'],
input[type='password'],
textarea {
	font-size:16px;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.input-append, 
.input-prepend {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    min-width: 30px;
    padding: 6px 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.input-prepend .add-on {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-prepend input,
.input-append input {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}

.input-prepend input {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}


@media (min-width: 768px) {

    .form-horizontal .control-label {
        text-align: right;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

}

.radio-button-list td {
    padding-top: 7px;
    min-width: 70px;
}

.radio-button-list label {
    padding-left: 3px;
    font-weight: normal;
}


/*
Login form
======================================================*/

.remember-me input {
    margin-top: 0.15em;
}

.send-password-intro {
    margin-bottom:30px;
}


/*
Tabs
======================================================*/

.nav-tabs {
    *zoom: 1;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.nav-tabs:before,
.nav-tabs:after {
    display: table;
    line-height: 0;
    content: "";
}

.nav-tabs:after {
    clear: both;
}

.nav-tabs > li {
    margin-bottom: -1px;
    float: left;
}

.nav-tabs > li > a {
    display: block;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    text-decoration: none;
    border-color: #eeeeee #eeeeee #dddddd;
    background-color: #eeeeee;
}


/*
Buttons
======================================================*/

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    text-decoration: none;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #ebebeb;
    border-color: #adadad;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #337A04;
    border-color: #286003;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #286003;
    border-color: #1D4602;
    text-decoration: none;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn-expand {
    margin-top: 15px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .50;
    filter: alpha(opacity=50);
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*
Navbar elements including dropdowns
======================================================*/

#header {
    border: none;
	height: 110px;
    position: relative
}

#logo {
    margin: 15px 0 10px 0;
    padding: 0;
    display: inline-block;
	float: left;
	width: 150px;
}

#logo img {
    width: 100%;
}

#menu-links {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	height: 35px;
	top: 59px;
    position: absolute;
    left: 10px;
    right: 10px;
	overflow: hidden;
	padding-right: 38px;
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}

#menu-links a {
	padding: 1px 0 2px 0;
	font-size: 14px;
	color: #444;
	display: block;
	text-decoration: none;
}

#menu-links li {
	position: relative;
	display: block;
	float: left;
	padding-top: 6px;
	padding-bottom: 4px;
	margin: 0 10px 0 0;
    height: 37px;
    border-bottom: 4px solid #aaa;
    transition-delay: 0s;
    transition-duration: 0.15s;
    transition-property: height;
    transition-timing-function: ease-in-out;
}

#menu-links li:hover,
#menu-links li.active {
    height: 34px;
}


#menu-links li:first-child {
	display: none;
}

.dropdown-toggle {
	display: block;
	border-width: 0;
	position: relative;
}

.dropdown-toggle:hover, 
.dropdown-toggle-open, 
.dropdown-toggle-open i {
	background-color: #303030;
	color: #fff;
}

.dropdown-menu { /* Global Dropdown */
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	z-index: 2000;
	display: none;
	padding: 5px 0;
	margin: 0;
	list-style: none;	
	background-color: #fff;
	border: 1px solid #C1C1C1;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}


/*
Top nav: User / Search / Menu (buttons and dropdowns)
======================================================*/


#search-dropdown-toggle, 
#account-dropdown-toggle,
#hamburger-dropdown-toggle {
	float: right;
	position: relative;
	top: 10px;
	padding: 8px 3px;
	color: #303030;
}

#hamburger-dropdown-toggle {
	position: absolute;
	top: 60px;
	right: 10px;
	padding: 5px 3px 4px 3px;
}

#search-dropdown-toggle:hover,
#account-dropdown-toggle:hover,
#hamburger-dropdown-toggle:hover {
	background-color: #303030;
	color: #fff;
}

#search-dropdown,
#account-dropdown,
#hamburger-dropdown {
	position: absolute;
	width: 100%;
	top: 50px;
}

#hamburger-dropdown {
	top: 93px;
	padding: 15px 30px 15px 20px;
	font-size: 17px;
	line-height: 35px;
	white-space: nowrap;
}

#account-dropdown {
	padding: 20px;
}

#search-dropdown {
    min-height: 78px;
}

#search-dropdown .loading {
	padding: 25px;
	text-align: center;
}

#menu-links-secondary {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
    padding: 0;
    margin: 0;
}

#menu-links-secondary li {
	list-style-type: none;
    font-size: 14px;
}

@media (min-width: 768px) {

	#search-dropdown-toggle,
	#account-dropdown-toggle {
		top: 20px;
	}

	#search-dropdown {
		top: 115px;
		right: 10px;
		width: 700px;
	}

	#account-dropdown {
		top: 115px;
		right: 10px;
		width: 300px;
	}
	
	#hamburger-dropdown {
		top: 170px;
		right: 10px;
		width: 180px;
	}

	#hamburger-dropdown-toggle {
		display: none;
		top: 136px;
		padding: 5px 3px;
	}
	
	#hamburger-dropdown {
		padding: 15px 30px 15px 20px;
		font-size: 17px;
		line-height: 35px;
		white-space: nowrap;
	}
	
	#menu-links-secondary {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

}

@media (min-width: 1024px) {

	#search-dropdown, 
    #account-dropdown, 
    #hamburger-dropdown {
		right: 15px;
	}

	#hamburger-dropdown-toggle {
	    right: 15px;
	}

    #menu-links {
        left: 15px;
        right: 15px;
    }

}


/*
Login dropdown (buttons etc.)
======================================================*/

.login-intro {
	margin-bottom: 18px;
}

.traditional-login {
	position: relative;
}

.social-login {
	margin: 0 0 25px 0;
	padding-bottom: 25px;
    position: relative;
	border-bottom: 1px solid #C1C1C1;
}

.social-login .or {
	background-color: #FFF;
	position: absolute;
	text-align: center;
	bottom: -8px;
	width: 40px;
	left: 40%;
}

.traditional-login a {
	text-decoration: underline;
}

.social-btn  {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	width: 47%;
	padding: 8px 0 7px 6px;
	margin-bottom: 10px;
	line-height: 1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.social-btn i  {
	float: left;
	margin: 0;
    color: #fff;
}

.social-btn div {
	float: left;
	line-height: 1.8;
    color: #fff;
}

.social-btn i:before, .social-btn i:after  {
	margin: 0;
}

.facebook-btn {
	float: left;
	background-color: #4365a6;
	border: 1px solid #345090;
	background: -webkit-gradient(linear, left top, left bottom, from(#4365a6), to(#345090));
	background: -moz-linear-gradient(top,  #4365a6,  #345090);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4365a6i', endColorstr='#345090');
}

.facebook-btn div {
	margin: 0 0 0 1px;
}

.gplus-btn {
	float: right;
	color: #fff;
	background-color: #cd4533;
	border: 1px solid #bf3628;
	background: -webkit-gradient(linear, left top, left bottom, from(#cd4533), to(#bf3628));
	background: -moz-linear-gradient(top,  #cd4533,  #bf3628);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd4533', endColorstr='#bf3628');
}

.gplus-btn div {
	margin: 0 0 0 5px;
}


/*
Google Custom Search overrides
======================================================*/

.gsc-search-button input, .gsc-tabsArea div  {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

.gsc-table-result {
	border-collapse: initial;
}

div.gsc-tabHeader {
	padding: 0 8px 0px 8px;
}

div.gsc-input-box {
	height: 29px;
}

a.gsst_a {
	padding-top: 7px;
}


/*
Weather box
======================================================*/

.weather-response .location,
.forecast .label {
    font-weight: bold;
    border-bottom: solid 1px #c1c1c1;
    padding-bottom: 4px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.forecast .label {
    margin-top: 20px;
}

.weather-response .forecast-tile {
    width: 95px;
    min-height: 160px;
    float: left;
}

.forecast-tile .date-name,
.forecast-tile .weather-desc,
.forecast-tile .temp-max,
.forecast-tile .temp-min {
    margin-bottom: 3px;
}

.forecast-tile .weather-desc{
    color: #737373;
}

.weather-credits {
    color: #aaa;
    font-size: 90%;
    margin-top: 10px;
}


/*
Responsive stuff
======================================================*/

@media (min-width: 768px) {

	#header {
		height: 190px;
	}
	
	#logo {
		width: 225px;
	}
	
	#menu-links {
		height: 38px;
		top: 134px;
	}
	
	#menu-links li {
		padding-top: 2px;
		padding-bottom: 2px;
        margin-right: 12px;
        height: 40px;
	}

	#menu-links li:hover,
    #menu-links li.active {
        height: 36px;
	}
	
	#menu-links li:first-child {
		display: block;
	}
		
	#menu-links a {
		padding: 6px 0 5px 0;
        font-size: 16px;
	}

	#menu-links-secondary a {
        font-size: 16px;
	}

}


/*
Layout
======================================================*/

.container {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
    background-color: #fff;
}

.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.container:after,
.row:after {
	clear: both;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.col-push-top {
	margin-top: 20px;	
}

.expandable li:nth-child(n+6) {
	display: none;
}

/*
Responsive layout & typography enchancements
======================================================*/

@media (min-width: 768px) {
		
	body {
		font-size: 13px;
	}
	
	h1 {
		font-size: 350%;
	}
	
	.container {
		max-width: 750px;
	} 
		
	.expandable li:nth-child(n+6){
		display: block;
	}
	
}

@media (min-width: 1024px) {
	
	.container {
		max-width: 1000px;
        padding-left: 15px;
        padding-right: 15px;
	}
	
	.col-1, .col-2 {
		float: left;
		position: relative;
		min-height: 1px;	
	}
	
	.col-1 {
		width: 645px;
	}

	.col-2 {
		width: 300px;
	}
	
	.col-push-right {
		margin-right: 25px;	
	}
	
}

.container-full-width {
    padding: 0px;
}	


/*
Grid
======================================================*/

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
		
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
	
}

@media (min-width: 1024px) {

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
	
}


/*
Alerts
======================================================*/

.alert, .dnnFormMessage {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0.5em;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success, 
.dnnFormSuccess {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger, .dnnFormValidationSummary {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}


/*
Breadcrumbs
======================================================*/

.breadcrumb {
	margin: 10px 0 10px 0;
    padding: 0;
	list-style: none;
	clear: both;
	width: 100%;
	font-size: 90%;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li:not(:last-child):after {
	padding: 0 3px 0 5px;
	color: #97999C;
	content: "\203A";
}

.breadcrumb .active {
	color: #97999C;
}


/* 
Article 
======================================================*/

article {
	width: 100%;
	font-size: 120%;
	line-height: 1.6;	
}

article img {
    text-align: right;
    width: 100%;
}

article .image-grid {
    width: 19%;
    display: inline-block;
    position: relative;
}

article .image-grid:after {
    padding-top: 70%;
    display: block;
    content: '';
}

article .image-grid .image {
    position: absolute;
    top: 0; 
    bottom: 0; 
    right: 0; 
    left: 0;
}

article .image-grid img {
    max-width: 80%;
    display: block;
    margin: auto;
}

article p {
    margin-bottom: 1.1em;
	line-height: 1.6;
}

article ul {
    list-style-type: square;
    padding-left: 2em;
    margin-bottom: 1.1em;
}

article ol {
    list-style-type: decimal;
    padding-left: 2em;
    margin-bottom: 1.1em;
}

article em {
    font-style: italic;
}

article h2 {
    margin-top: 20px;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
}

#page-header {
    padding-bottom: 9px;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #c1c1c1;
}

#article-meta {
	font-size: 90%;
	line-height: 16px;
	margin-bottom: 15px;
	padding-left: 2px;
	white-space: nowrap;
}

#article-meta a {
    color: #444;
    text-decoration: none;
}

#article-meta a:hover .author {
	text-decoration: underline;
}

#article-meta .author {
    display: block;
    margin: 6px 0 0 0;
	padding-left: 60px;
    color: #337A04;
}

#article-meta .date-time {
    display: block;
    color: #97999C;
    margin: 3px 0 0 0;
	padding-left: 60px;
}

#article-meta .author-image {
	float: left;
	width: 45px;
}

#article-rating i {
	color: #337A04;
}

#article-rating, 
#article-tags, 
#article-share,
#article-zoneinfo {
    margin-bottom: 30px;
	clear: both;
	width: 100%;
    font-size: 120%;
}

#article-share .social {
    margin-top: -11px;
}

#article-rating div, 
#article-tags div, 
#article-share div,
#article-zoneinfo div {
	margin-right: 10px;
	float: left;
    line-height: 1.1;
}

#article-zoneinfo {
	margin-top: -10px;
}

article .left-sidenote {
    margin-left: -20%;
    width: 50%;
    padding-right: 30px;
    float: left;
    font-size: 22px;
    line-height: 27px;
    color: #337A04;
}

article .right-sidenote {
    width: 40%;
    padding-left: 30px;
    float: right;
    font-size: 22px;
    line-height: 27px;
    color: #337A04;
}

article blockquote {
    border-left: 5px solid #DFDFDF;
}

article blockquote p {
	padding-left: 15px;
}


/*
Rating
======================================================*/

.rating i {
	color: #337A04;
}

.rating i:before, .rating i:after {
	margin-right: 0.06em;
	margin-left: -0.06em;
	font-size: 17px;
}


/*
Social icon links
======================================================*/

.social {
	display: block;
    padding: 0;
}

.social li {
	text-align: center;
	margin-right: 8px;
	display: inline-block; 
    zoom:1;
    *display:inline;
}

.social li:last-child{
	margin-right: 0;
}

.social a {
	display: block;
	color: #303030;
	width: 40px;
	height: 40px;
	border: 1px solid #303030;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px;
}

.social a:hover {
	border: 1px solid #337a04;
	background-color: #337a04;
}

.social a:hover i {
	color: #fff;
}

.social i:before, .social i:after {
	line-height: 40px;
	font-size: 25px;
}


/*
Ads
======================================================*/

.adunit {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}

.adunit-mpu {
	width: 300px;
}

.adunit div {
	margin: 0 auto 20px auto;
	text-align: center;
}

@media (max-width: 1023px) {

    .adunit-hide-mobile {
        display: none;
        visibility: hidden;
    }

}

@media (min-width: 1024px) {

    .adunit-hide-desktop {
        display: none;
        visibility: hidden;
    }

}

@media (min-width: 768px) {

    .adunit-pull-right {
        float: right !important;
        margin: 3px 0 0 15px;
    }

}


/*
Equipment Reviews
======================================================*/
.reviews-keyword-search {
	margin-bottom: 20px;
}

.equipment-reviews-filters {
	display: none !important;
}

.search-param-remove-front {
    background-position: 0 1px;
    height: 18px;
    width: 18px;
    display: block;
    float: left;
    text-indent: -300px;
    overflow: hidden;
}

@media (min-width: 1024px) {

	.equipment-reviews-filters {
		display: block !important;
        margin-bottom: 30px;
	}
	
	.equipment-reviews-filters .category-group {
		width: 58%;
		float: left;
	}
	
	.equipment-reviews-filters .manufacturer-group {
		width: 42%;
		float: right;
	}
	
	.equipment-reviews-filters li {
		margin-bottom: 5px;
	}
	
}

.rating-strip img {
    display: inline;
    margin-top: 7px;
}

/*
Equipment News
======================================================*/

.news-keyword-search {
	margin-bottom: 20px;
}

.equipment-news-filters {
	display: none !important;
}

.search-param-remove, .search-summary a, .search-param-remove-front {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAE8SURBVHjajJOxasMwGIRPmUK3YijOUPCapWSMO6XQPaPlt8jYPoE75hGy2R67B7rFHkufIJDBJuCx0O2vZDmVZIvGNxkhPt9/94sREQYq3ygPXwfH07TCmvusf84sSJ3R+yzGD/5ThPsqw6MPNoSMArhBk45Ah81YgFSO0ybDGSANKXc45fqKVxCiKsXU+rM4KxKDE+OrVJ+T1sXWDvH7WAM+Z+sWpK2fj5/WvWar3IhMCtqzEE3PsHTzvNThuRtL8EAvl0yGakKOQ61mbkN3VH6RgAS4ia7U+Dda/1oAT0F8drvoj9JlkHHKGaN9KRxJkBms1CLAnViTdpz5KhkEKwEfcd6NxiBB/WC91dJcNtEQn1k1X9+3FE8Zb50Ya186W3JLtTKHysx+O2McGQ7cD1AvhcOV/XdTvwIMAP/VoaB5BqW8AAAAAElFTkSuQmCC);
    background-repeat: no-repeat ;
}

.search-param-remove {
    text-indent: -300px;
    overflow: hidden;
    background-position: -4px -2px;
    height: 15px;
    width: 15px;
    display: block;
    float: left;
}

.search-summary {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 15px;
}

.search-summary a {
    background-position: right 0.05em;
    margin-right: 12px;
    float: left;
    padding-right: 19px;
    min-height: 1.5em;
}

.search-summary a:hover {
    text-decoration: line-through;
}

.search-summary span {
    float: left;
    padding: 0 ;
}

h2.search-summary-header {
    font-weight: bold;
    padding: 0 10px 0 0;
    font-family: Arial, sans-serif;
    margin-bottom: 5px;
}

a.search-keyword-clearall {
    display: none;
}

a.search-keyword-clearall:hover {
    text-decoration: underline;
}

.search-keyword-list {
    float: left;
    width: 70%;
}

@media (min-width: 768px) {
    h2.search-summary-header {
        float: left;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {

	.equipment-news-filters {
		display: block !important;
	}
	
	.equipment-news-filters .category-group {
		width: 58%;
		float: left;
	}
	
	.equipment-news-filters .manufacturer-group {
		width: 42%;
		float: right;
	}
	
}


/*
Generic lists
======================================================*/

.link-list {
	padding: 0;
    list-style-type: none;
}

.link-list li {
	padding-bottom: 0.3em;
}

.link-list li.active{
	font-weight: bold;
}

.link-list span {
	color: #767676;
	font-size: 90%;
}


/*
Footer
======================================================*/

footer {
    border-top: 1px solid #dfdfdf;
    margin-top: 10px;
    padding: 30px 0 60px 0;
}

footer .social {
    width: 100%;
    margin-bottom: 20px;
}

footer .social li {
    margin-bottom: 10px;
}

footer h4 {
	font-weight: bold;
	margin-bottom: 6px;
}

#site-map .block {
	width: 20%;
	float: left;
	min-width: 145px;
	min-height: 110px;
}

#site-map .social li {
	margin-bottom: 10px;
}

#copy {
	padding-top: 30px;
	text-align: center;
}


/*
Widgets
======================================================*/

.widget  {
	margin-bottom: 20px;
}

.widget > h3 {
	font-size: 135%;
	border-top: 2px solid #b4b4b4;
	border-bottom: 1px solid #c1c1c1;
	padding: 4px 0 4px 0;
	margin-bottom: 15px;
	font-weight: bold;
}

@media (min-width: 768px) {
	.widget > h3 {
		font-size: 160%;
	}
}

.widget > h3 a:active, 
.widget > h3 a:hover {
	text-decoration: underline;
}


/*  
Article listings
======================================================*/

.itemlist {
    padding: 0;
}

.itemlist a {
	display: block;
    text-decoration: none;
}

.itemlist a:before,
.itemlist a:after {
	display: table;
	content: " ";
}

.itemlist a:after {
	clear: both;
}

.itemlist h4 {
	margin-bottom: 0.2em;
}

.itemlist p {
	padding-left: 110px;
	color: #303030;
	padding-bottom: 0.4em;
    line-height: 1.4em;
    margin-bottom: 0;
}

.itemlist .rating {
	padding-left: 110px;
	display: block;
	width: 100%;
}

.itemlist .featured-rating {
	padding-left: 110px;
}

.itemlist li {
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #DFDFDF;
    list-style-type: none;
}

.itemlist li:hover h4 {
    text-decoration: underline;
}

.itemlist .image {
	float: left;
	width: 100px;
	margin: 3px 10px 0 0;
	position: relative;
}

.itemlist .source {
	color: #767676;
}

.itemlist .most-popular {
	float: left;
	width: 40px;
	height: 30px;
    padding: 0 0 0 4px;
    line-height: 1;
    font-weight: 700;
    font-size: 200%;
    font-family: 'Open Sans', sans-serif;
    color: #aaa;
    -webkit-transition: color 500ms ease-in-out;
    -moz-transition: color 500ms ease-in-out;
    -o-transition: color 500ms ease-in-out;
    transition: color 500ms ease-in-out;
}

.itemlist li:hover .most-popular {
    color: #444;
}


.itemlist img {
	max-width: 100%;
	width: 100px;
	min-height: 20px;
}

.itemlist .split {
	padding: 0 1px 1px 3px;
	border: 0;
	background-color: #dfdfdf;
}

.itemlist-condensed li {
	margin-bottom: 0px;
	padding: 8px 0 8px 0;
}

.itemlist li:last-child {
	margin-bottom: 15px;
}

@media (min-width: 768px) {

	.itemlist .featured {
		width: 32%;	
		float: left;
		margin-right: 2%;
		margin-bottom: 0;
		border-width: 0;
		min-height: 21.5em;
	}

	.featured-only .featured {
		min-height: 17em;
	}

	.itemlist .featured img {
		width: 100%;	
	}
	
	.itemlist .featured:nth-of-type(3)
	{
		margin-right: 0;
	}
		
	.itemlist .featured .image {
		float: left;
		width: 100%;
        margin: 0 0 5px 0;
		position: relative;
	}

	.itemlist .featured p {
		padding-left: 0;
        line-height: 1.4em;
	}
	
	.itemlist .featured-rating {
		padding-left: 0;
	}
	
}

/*
User Comments
======================================================*/

.user-comments .comment {
	margin-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	position: relative;
}

.user-comments .comment:last-child {
	border-width: 0;
	padding-bottom: 0;
}

.user-comments .comment-body {
	line-height: 1.6;
}

.comment-user .username, 
.comment-user .comment-date,
.comment-user .rating {
	margin-bottom: 5px;
}

.comment-user .username {
	font-weight: bold;
}

.comment-user .comment-date {
	color: #767676;
}

.comment-user .rating {
	text-align: right;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.user-comments .comment-body p {
	margin-bottom: 1.1em;
}

@media (min-width: 768px) {

	.comment-user .rating {
		text-align: left;
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
	}
	.user-comments .comment-user {
		float: left;
		width: 27%;
	}

	.user-comments .comment-body {
		float: right;
		width: 72%;
		line-height: 1.6;
	}
			
}


/*
Pager
======================================================*/

.pager 
{
    margin: 10px 0 10px 0;
    padding: 0;
    clear: both;
	font-size: 1.2em;
}

.pager li 
{
    text-align: center;  
	font-weight: bold;
	display: inline-block;
	line-height: 2em;
}

.pager a
{
	padding: 0.7em 0.7em;
}

.pager li.selected
{
	background-color: #337A04;
	color: #fff;
	width: 2em;
	height: 2em;
	margin: 0 0.5em 0 0.5em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.pager2 li {
	display: inline;
}

.pager2 a,
.pager2 span {
	padding: 6px 12px;
	margin-left: -1px;
	text-decoration: none;
	border: 1px solid #C1C1C1;
	float: left;
}

.pager2 a:hover,
.pager2 span:hover {
	background-color: #ebebeb;
	border: 1px solid #B4B4B4;
}

.pager2 li:first-child a,
.pager2 li:first-child span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pager2 li:last-child a,
.pager2 li:last-child span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pager2 li.active a,
.pager2 li.active span {
	background-color: #d1d1d1;
}


/*
Tables
======================================================*/

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table td, 
.table th {
	padding: 6px 6px 6px 0;
	vertical-align: top;
	border-top: 1px solid #dddddd;
    text-align: left;
}

.table th {
    font-weight: bold;
}

.table tr:first-child td, 
.table tr:first-child th {
	border-top: none;
}

.table > tr.active > td,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > tr.success > td,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    padding-left: 5px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5;
}

@media (max-width: 767px) {

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

}

.table td.center, 
.table th.center {
    text-align: center;
}

.spec-table td:first-child {
	width: 27%;
}

/*
Sortable Tables
======================================================*/

.table .sortable {
    color: #337a04;
    cursor: pointer;
}

.table .sorted-asc:before {
    content: '\25BC';
    text-decoration: none;
}

.table .sorted-desc:before {
    content: '\25B2';
    text-decoration: none;
}

/*
Spec table golfer rating
======================================================*/

.handicap {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #337A04;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.handicap:before,
.handicap:after {
	display: table;
	content: " ";
}

.handicap-off {
	background-color: #ccc;
}


/*
Retail partners
======================================================*/

.auth-retailer {
    width: 120px;
    height: 80px;
    float: left;
}

.retailer-offer {
    width: 170px;
    height: 80px;
    text-align: center;
    float: left;
}

.retailer-offer img {
    display: inline;
}


/*
Facebook Comments plugin
======================================================*/
.fb-comments, .fb-comments * {
    width:100% !important;
}


/*
Product picture gallery
======================================================*/

#product-gallery .canvas { 
    width: 300px; 
    height: 300px; 
    text-align: center;  
    display: block; 
    position: relative; 
	float: left;
}

#product-gallery .canvas img { 
    display: block;  
    position: absolute; 
    top: 0px;
    left: 0px; 
    margin: 0; 
    width: 300px; 
    height: 300px;
}

#product-gallery .image-info {
    margin: 10px 0 0 0; 
    width: 100%; 
}

#product-gallery .image-info .image-title-placeholder {
    font-size: 1.3em; 
    font-weight: bold;
}

#product-gallery .image-info .image-desc-placeholder {
    padding-top: 3px;
}

#product-gallery ul.thumbs {
	margin: 0;
	padding: 0;  
}

#product-gallery ul.thumbs li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#product-gallery a.thumb {
	display: block; 
	margin: 0;
}

#product-gallery a.thumb:focus {
	outline: none;
}

#product-gallery ul.thumbs img {
	display: block; 
	padding: 2px; 
	margin: 0 7px 4px 0;
}

#product-gallery a.thumb-last img {
	margin: 0 0 4px 0;
}

#product-gallery ul.thumbs img.selected {
	display: block; 
	padding: 1px; 
	background-color: #fff; 
	border: 1px solid #aaa;
}

#product-gallery ul.thumbs .caption {
	display: none;
}


/*
Homepage main news
======================================================*/

.main-feature {
	width: 100%;	
	margin-bottom: 15px;
	position: relative;
}

.main-feature img {
	width: 100%;	
}

.main-feature h3 {
	padding: 0.5em 0 0.3em 0;
	width: 100%;
	font-size: 140%;
	line-height: 120%;
}

.main-feature a {
	text-decoration: none;
}

.main-feature a:hover h3 {
	text-decoration: underline;
}

.main-feature p {
	color: #303030;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	line-height: 140%;
}

@media (min-width: 768px) {

	.main-feature {
		width: 360px;	
		float: left;
		margin-right: 15px;		
	}

	.main-feature-full-width {
		width: 100%;	
		float: none;
		margin-right: 0;		
	}
		
	.main-feature h3 {
		padding: 0.2em 0 0.2em 0;
		font-size: 200%;
	}
	
	.main-feature p {
		padding-bottom: 0.4em;
		margin-bottom: 0;
		border-bottom-width: 0;
	}
	
	.main-feature-itemlist {
		width: 355px;	
		float: left;
		display: block;
	}
	
	.main-feature-itemlist .featured {
		width: 170px;	
		float: left;
		min-height: 15em;
		margin-right: 0;
		padding-bottom: 3px;
		min-height: 13em;
	}
	
	.main-feature-itemlist .featured:nth-child(odd) {
		margin-right: 15px;
	}

	/* Homepage 2-column article lists */
	.home-items  {
		width: 50%;
		float: left;
	}

	.home-items-wrap .home-items:nth-child(odd)  {
		padding-right: 10px;
	}

	.home-items-wrap .home-items:nth-child(even)  {
		padding-left: 10px;
	}	

}

@media (min-width: 1024px) {

	.main-feature {
		width: 530px;	
		margin-right: 15px;		
	}

	.main-feature-full-width {
		width: 100%;	
		float: none;
		margin-right: 0;		
	}
			
	.main-feature-itemlist {
		width: 425px;	
	}
	
	.main-feature-itemlist .featured {
		width: 205px;	
		min-height: 14em;
	}
	
	.main-feature-itemlist .featured:nth-child(odd) {
		margin-right: 15px;
	}

}


/*
Video embed
======================================================*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-thumbs {
	margin-top: 15px;
}

.video-thumbs li {
	border-width: 0;
	margin-bottom: 10px;
	padding: 10px 5px 10px 10px;
}

.video-thumbs li.currentvideo {
    background-color: #ddd;
}

@media (min-width: 768px) {

	.video-thumbs {
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
	}
	
	.video-thumbs li:last-child {
		padding: 10px 5px 10px 10px;
	}
	
}

/*
Zones
======================================================*/

#zones-primary {
	display: none;
}

#zones-secondary {
	border-top: 1px solid #C1C1C1;
	margin-top: 15px;
	padding-top: 15px;
}

#zones-secondary a {
	padding: 8px;
	display: block;
	float: left;
	width: 33%;
	height: 40px;
	vertical-align: middle;
    background-color: #fff;
}

#zones-secondary a  img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto 0 auto;
}


@media (min-width: 768px) {

    #zones-primary {
		display: block;
        background-color: #fff;
        width: 730px;
	}

	#zones-primary table {
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
	}

	#zones-primary td {
        padding: 8px 16px 8px 16px;
        border: 1px solid #ccc;
        border-top-width: 0px;
        vertical-align: middle;
        height: 55px;
        text-align: center;
	}

    #zones-primary img {
		width: 100%;
	}

	#zones-secondary {
		display: none;
	}
	
	table.count-4 td {
        width: 25%;
	}

	table.count-5 td {
        width: 20%;
	}

	table.count-6 td {
        width: 16.65%;
	}

	table.count-7 td {
        width: 14.25%;
	}

	table.count-8 td {
        width: 12.5%;
	}

	table.count-9 td {
        width: 11.10%;
	}

	table.count-10 td {
        width: 10%;
	}

}

@media (min-width: 1024px) {
    #zones-primary {
        width: 970px;
	}
}


/*
Site skins
======================================================*/

#page-wrapper {
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
    background-attachment: fixed;
}

#site-skin-link {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-decoration: none;
    position: absolute;
    z-index: -10;
}


/*
Author bio page
======================================================*/

.author-content  {
    margin-bottom: 20px;
}

.author-content .author-bio {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.author-bio h3 {
    margin-bottom: 0.2em;
    font-size: 110%;
}

.author-bio .itemlist li {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.author-content .info-label {
    font-weight: bold;
    margin-bottom: 20px;
}

.author-content .follow-author div {
    margin: 12px 5px 0 0;
}

.author-content .follow-author div,
.author-content .follow-author ul {
    float: right;
}


/*
Modal dialogue
======================================================*/
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
                box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


/*
Expandables
======================================================*/

.expand:after {
    font-size: 12px;
}

.expand.expand-open:after {
    content: '\25B2';
    text-decoration: none;
    font-size: 12px;
}

.expand.expand-closed:after {
    content: '\25BC';
    text-decoration: none;
}
