@font-face {
	font-family: 'CR-regular';
	src:url('../fonts/CR-regular.eot');
	src:url('../fonts/CR-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CR-regular.woff') format('woff'),
		url('../fonts/CR-regular.svg#CR-regular') format('svg'),		
		url('../fonts/CR-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'CR-regular';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'CR-regular';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon-plus:before,
.icon-minus:before {
	margin: 0 !important;
	color: #BBBBBB;	
}
/* ICO Moon gen */
.icon-next:before {
	content: ">";
}
.icon-prev:before {
	content: "<";
}
.icon-next2:before {
	content: "n";
}
.icon-prev2:before {
	content: "p";
}
.icon-edit:before {
	content: "E";
}
.icon-minus:before {
	content: "-";
}
.icon-plus:before {
	content: "+";
}
.icon-photo:before {
	content: "O";
}
.icon-check:before {
	content: "V";
}
.icon-close:before {
	content: "x";
}
.icon-cross:before {
	content: "X";
}
.icon-time:before {
	content: "T";
}
.icon-ban:before {
	content: "B";
}
.icon-retime:before {
	content: "t";
}
.icon-bin:before {
	content: "b";
}
.icon-eye:before {
	content: "i";
}
.icon-search:before {
	content: "Q";
}
.icon-mech:before {
	content: "m";
}
.icon-print:before {
	content: "P";
}
.icon-file:before {
	content: "F";
}
.icon-star:before {
	content: "S";
}
.icon-link:before {
	content: "U";
}
/* LINKS STYLES */
.gdots {
	cursor: pointer;
	color: #333333;
	background: url(../images/dots_light-grey.gif) bottom left repeat-x;
}
	.gdots:hover {
		color: #d80000;
		background-image: url(../images/dots_pink.gif);
	}
	
.bsolid {
	cursor: pointer;
	color: #4A92B2;
	background: url(../images/dot_light-blue.gif) bottom repeat-x;
}
	.bsolid:hover {
		color: #D80000;
		background-image: url(../images/dot_pink.gif);		
	}
.bdots {
	cursor: pointer;
	color: #4A92B2;
	background: url(../images/dots_blue.gif) bottom repeat-x;
}
	.bdots:hover {
		color: #D80000;
		background-image: url(../images/dots_pink.gif);		
	}
.urlbtn:active {
	position: relative;
	top: 1px;
}
.font-test {
	font-family: 'CR-regular';
}