<!--

	/*----------------------------------------------------------------------

		ClicTips - clictips.css

		Developed by Designition Ltd - www.designition.co.uk

		ALL RIGHTS RESERVED - Copyright 2009 Clic Online

	----------------------------------------------------------------------*/

	.clictip_wrapper {
		position:        relative;
		vertical-middle: top;
	}

		.clictip_trigger {
			background:     url('/img/icons/clictips_help.png') center center no-repeat;
			display:        -moz-inline-stack;
			display:        inline-block;
			height:         16px;
			text-indent:    -10000px;
			vertical-align: middle;
			width:          16px;
		}

		.clictip {
			background-color: #fcfbde;
			border:           1px solid #fcf997;
			color:            #444;
			font-size:        1.1em;
			line-height:      1.5;
			margin-top:       -4px;
			padding:          8px;
			position:         absolute;
			right:            -250px;
			text-align:       left;
			width:            200px;
			z-index:          1000;
		}

			.payment .clictip {
				margin: 2px;
			}

			.clictip .pointer {
				background: url('/img/icons/clictips_pointer.png') left top no-repeat;
				height:     19px;
				left:       -10px;
				position:   absolute;
				top:        5px;
				width:      10px;
			}

				* html .clictip .pointer {
					background: none;
					height:     0;
					left:       0;
					position:   absolute;
					top:        0;
					width:      0;
				}

-->