/* ##################### */
/* ### PS_QUICKLINKS ### */
/* ##################### */

div#ps_quicklinks_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-bottom:15px;
}
	
	#ps_quicklinks_item_wrapper {
		float: left;
		width: 118px;
		height: 45px;
		margin-bottom: 10px;
		border: 1px solid #e3001b;
		cursor: pointer;
	}
	
		div.outerwrap {
			display: table;
			height: 43px;
			width: 116px;
			#position: relative;
			overflow: hidden;
			border: 1px solid white;
			background-image: url(images/ps_quicklinks_bg.jpg);
			background-position: top;
			background-repeat: repeat-x;
			background-color: #ef2414;
		}
		
			div.innerwrap {
				#position: absolute;
				#top: 50%;
				display: table-cell;
				vertical-align: middle;
			}
		
				div.content {
					#position: relative;
					#top: -50%;
					font-weight: bold;
					color: white;
					padding-left: 5px;
				}
					
					.ps_quicklinks_link {
						color: white;
						text-decoration: none;
					}
