/* Start of CMSMS style sheet 'Library' */
@charset "utf-8";
/* CSS Document */

/*  
Site Name: PGA of Belgium
Authors: Eric Delhoullle & Nicolas Delrez
*/


/*  BUTTONS
-------------------------------------------------------------- */

.nickButtons, .nickButtons:visited {
	background: transparent ;
	display: inline-block; 
	padding: 6px 10px 6px 9px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

/* Sizes ---------- */
	.nickButtons:hover							{ background-color: transparent; color: #fff; }
	.nickButtons:active						{top: 1px; }
	
	.nickButtons, .nickButtons:visited,
	.large, .large:visited 			{ font-size: 100%; padding: 8px 14px 9px; }


/* with icons ---------- */
.nickButtons span{ padding-left:22px; background:url(imagecss/cart.png) 0px 2px no-repeat;}	
	
		
/*  DEFAULT STYLES
-------------------------------------------------------------- */
.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.small {font-size: 0.8em;}
.hidden {display: none;}

.en_gras {font-weight: bold;}
.ital {font-style: italic;}

.desc {text-transform: uppercase;}

/* End of 'Library' */

