.component_button_arrow_text_timer {
	font-family:goodbook, arial, sans-serif;
	font-size:12px;
	opacity:.99;
}
.component_button_arrow_text_timer > a {
	-webkit-transition:color 0.1s ease-out;
	-moz-transition:color 0.1s ease-out;
	-o-transition:color 0.1s ease-out;
	transition:color 0.1s ease-out;
	color:#000000;
}

.component_button_arrow_text_timer > a {
	text-decoration:none;
}

/* #7D7D7D */
.component_button_arrow_text_timer._7D7D7D > a {
	color:#7D7D7D;
	background-color:#ff0066;
}
.component_button_arrow_text_timer._7D7D7D > a:hover {
	color:#141212;
}
.component_button_arrow_text_timer._7D7D7D.on > a {
	color:#141212;
	cursor:default;
}
.component_button_arrow_text_timer._7D7D7D.disabled > a {
	-webkit-transition:all 0s;
	-moz-transition:all 0s;
	-o-transition:all 0s;
	transition:all 0s;
	color:#cccccc;
	cursor:default;
}
.component_button_arrow_text_timer.hidden {
	display:none;
}

/*clearfix wrapper*/
.component_button_arrow_text_timer > a > span {
}
.component_button_arrow_text_timer > a > span > span.icon {
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
	font-size:11px;
	float:left;
	left:0px;
	position:relative;
}

.component_button_arrow_text_timer > a > span > span {
	display:block;
}
.component_button_arrow_text_timer > a > span > span.hidden {
	display:none;
}

.component_button_arrow_text_timer > a > span > span.left.text,
.component_button_arrow_text_timer > a > span > span.right.text {
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
	padding-top:2px;
	opacity:.99;
	float:left;
}

.component_button_arrow_text_timer > a > span > span.left.text {
	padding-left:3px
}
.component_button_arrow_text_timer > a > span > span.right.text {
	padding-right:3px
}

.component_button_arrow_text_timer > a:hover > span > span.left.icon.arrow {
	left:-2px;
}
.component_button_arrow_text_timer > a:hover > span > span.right.icon.arrow {
	left:2px;
}
.component_button_arrow_text_timer.disabled > a:hover > span > span.left.icon.arrow,
.component_button_arrow_text_timer.disabled > a:hover > span > span.right.icon.arrow {
	left:0px;
}