/*~~~ Advicetap Style Modifiers and Helpers ~~~*/

	.left {
		float: left;
	}
	.right {
		float: right;
	}
	
	.center {
		text-align: center;
	}
	
	.auto-center {
		margin: 0 auto 0 auto;
	}

	.upper-case {
		text-transform: uppercase;
	}

	.clearer {
		clear: both;
		height: 0;
		margin: 0;
		padding: 0;
		visibility: hidden;
	}
	
	.no-css {
		display: none;
	}
	
	.hidden {
		visibility: hidden;
	}
	
	.hide {
		display: none;
	}
	
	.border-left {
		border-left: 1px solid gray;
	}
	
	.sidebar ul li.border-bottom {
		border-bottom: solid 1px #dadcdc;
	}
	
	.border-bottom {
		border-bottom: solid 1px #dadcdc;
	}
	
	#header #utility ul li.no-right-padding {
		padding-right: 0;
	}
	
	ul.result-item-list.no-bottom-border li.result-list-item {
		border-bottom: none;
	}

  .help-icon {
    width: 14px;
    height: 14px;
  }
