@charset "utf-8";
/*
	South Coast Casuals
	
	OfficeBox CS | ./theme/sccone/master.css
	Copyright 2009 OfficeBox Canada
	
	Defines master CSS attributes (e.g. clears, image borders, useful classes)	
version 1.0.1a
*/
.bold {
	font-weight: bold;
}
a {
	text-decoration: underline;
	color:#000000;
}
a:active
{
	outline: none;
}
/*
a:hover {
	text-decoration: underline;
}
*/
.automargin {
	margin:auto;
}
.hide-element {
	display: none;
}
.clearleft {
	clear: left;
}
.center {
	text-align: center;
}
.floatleft {
	float:left;
}
.font-12px {
	font-size: 12px;
}
.font-14px {
	font-size: 14px;
}
.font-16px {
	font-size: 16px;
}
.font-18px {
	font-size: 18px;
}
.font-20px {
	font-size: 20px;
}
.nofloat {
	float:none;
}
.hoverunderline {
	text-decoration:none;
}
.hoverunderline:hover {
	text-decoration:underline;
}
.no-under {
	text-decoration:none;
}

/* Background colours */
.gray {
	background-color: #DDDDDD;
	background-repeat: repeat;
}
.lightbg {
	background-color: #FFFFEE;
	background-repeat: repeat;
}


/* Clear border */
a img {
	border:none;
}
img {
	border:none;
}