@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	margin:0;
	padding:0;
	color: #666666;
  	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  	font-size: 14px;
  	line-height: 25px;
}
.pb-2 {
  padding-bottom: 20px;
}

h1,h2,h3,h4{
	margin:0;
	padding:0;
}
h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}
p{
	padding:0;
	margin:0;
}
.hide{
	display:none;
}
.link{
	cursor:pointer;
	color:blue;
}
#wrapper{
	
}
.container{
	margin:auto;
}.center{
	text-align: center;
}
.a_left{
	text-align: left;
}
.a_right{
	text-align: right;
}
.v_padd{
	padding:10px 0;
}
.h_padd{
	padding:0 10px;
}
.np{
	padding:0;
}
.four.np{
	width:25%;
}
.col.right{
	float:right;
}
.one.v_padd,.one.np{
	width:100%;
}
ul.inline li{
	display:inline;
}
thead tr{
	border-top: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
}
.par{
	background:#F5F5F5;
}
.non{
	background: #FFFFFF;
}
.red{
	color:#ED2E38;
}
input.buy_btn{
	border:0;
	background:#D91213;
	padding:5px 10px;
	color:#FFFFFF;
}
.btn:hover{
	color:#EEEEEE;
}
.btn.btn-cart:hover{
	background:#AD0DA6;
	color:#FFFFFF;
}
a.btn{
	text-decoration:none;
}
.btn-tekno{
  color: #FFFFFF;
  background-color: #AD0DA6;
  border-color: #cccccc;
}
.btn-warning{
	background: #ED2E38;
	color:#FFFFFF;
	 border-color: #cccccc;
}
.btn-default{
	background: #EBEBEB;
}
.btn-cart{
	background: yellow;

}
.btn-default:hover{
	background-color: #019ad2;
    background-image: linear-gradient(#33bcef, #019ad2);
    background-repeat: repeat-x;
}
a.btn-login,.btn-login{
	text-decoration: none;
	color:#EFEFEF;
}
.btn-login{
	background-color: #019ad2;
    background-image: linear-gradient(#33bcef, #019ad2);
    background-repeat: repeat-x;
}
a.btn-login:hover,.btn-login:hover{
	color:#FFFFFF;
}
.boton_compra{
	background:#D91213;
	color:#FFFFFF;
	text-align: center;
	padding:10px;
	font-size: 18px;
	font-weight: bold;
	width:60%;
}
.link{
	cursor:pointer;
	text-decoration: none;
}
.detalle_box{
	background:#C7DDF9;
	padding:10px;
}
.text_box{
	background: #AAC3E2;
	padding:20px 5px;
	margin-top:10px;
	margin-bottom: 20px;
	border-radius: 5px;
	line-height: 34px;
}
.group_box{
	background: #E0E0E0;
	padding:10px;
	border-radius: 5px;
}
.item_box{
	padding:5px 0;
	position:relative;
	border-top: 1px solid #ABABAB;
}
.parte{
	width:35%;
	display: inline-block;
	font-weight: bold;
}
.especificacion{
	width: 60%;
	display: inline-block;
}
/*/FORMS/*/
.input_box label{
	width:150px;
	display:inline-block;
}
label.error{
	position:absolute;
	top:40px;
	right:40px;
  	color:red;
}
.input_box{
	position:relative;
}
.form_box input, textarea,.input_box input,textarea{
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 0;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  vertical-align: middle;
  width: 96%;
}
.input_box input[type="submit"]{
	color:#EFEFEF;
}
.form_box textarea{
	height:100px;
}
.form_box input[type="submit"]{
	background-color:#EBEBEB;
}
select {
  background-position: 97% center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: inline-block;
  font-size: 14px;
  color: #555;
  font-size: inherit;
  height:40px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 4px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input_box select{
	width:100%;
}

.input_box input[type="radio"]{
	
	height:20px;
	width:20px;
	margin:0;
}
.radio_box{
	width:50%;
	line-height:20px;
	padding:10px 0;
}
#reg_pass{
	padding:25px 0 9px;
}
.social_left div.icontile-container {
  float: left;
  margin-bottom: 10px;
}
.social_right div.icontile-container {
  float: right;
  margin-bottom: 10px;
}
div.icontile-container {
  height: 50px;
  padding: 0;
  text-align: center;
  width: 60px;
}
div.icontile {
  background-color: #b1b3b6;
  border-radius: 5px;
  color: white;
  font-size: 160%;
  margin: 4px;
  padding: 4px;
  text-align: center;
}
div.icontile-facebook {
  background-color: #0076c9;
}
div.icontile-twitter {
  background-color: #49b4ff;
}
div.icontile-google-plus {
  background-color: #e03e3e;
}
.fa {
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-facebook-square:before {
  content: "\f082";
 }
 .fa-facebook:before {
  content: "\f09a";
}

.fa-twitter-square:before {
  content: "\f081";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.data_box{
	padding-bottom: 20px;
}
.box_title{
	font-size: 16px;
	font-weight: 500;
	color:#3B5998;
}

h4.title{
	padding-bottom: 20px;
}
.catalogos h4{
	padding:20px 0;
}
/*/EOF GLOBAL/*/
/*/CYCLE/*/
.cycle-overlay {
  background: none repeat scroll 0 0 #01FFDD;
  top: 50%;
  left:12%;
  color: white;
  font-family: tahoma,arial;
  opacity: 0.8;
  padding: 15px;
  position: absolute;
  z-index: 600;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
#bg a.cycle-overlay{
	z-index:21;
	color:#FFFFFF;
	text-decoration: none;
	display: inline-block;
	width:auto;
}
/*/MESSAGES/*/
.big_message{
	font-size: 60px;
	font-weight: bold;
	padding:80px 0;
	color:#ABABAB;
}.message_box .big_message{
	color:#FFFFFF;
}
#usuario_tipo.message_box{
	color:#FFFFFF;
	padding:5px;
	margin-bottom: 0;
}
.message_box {
  background-color: #DDDDDD;
  border: 1px solid #AAAAAA;
  border-radius: 6px;
  color: #616161;
  margin-bottom: 30px;
  padding: 15px;
}
.message_box.user{
	background-color: #EC2D37;
}
.message_wrapp{
	padding:30px 80px;
	margin:20px auto;
	font-size: 14px;
}
.promociones{
	width:960px;
	overflow:hidden;
	margin:10px 0;
}
.alert{
	padding:5px 5px 5px 30px;
	border-radius: 5px;
	background-color:#ED2E38;
	background-image:url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border:1px solid #DDDDDD;
	color:#FFFFFF;
}
li .alert{
	background-color:transparent;
	border:0;
	color:#333333;
	padding:5px 5px 5px 40px;
}
/*/PAGES/*/
#bg{
	position:fixed;
	z-index: 5;
}
#bg div.slide{
	position:fixed;
	width:100%;
}
#bg div.slide a{
	position:absolute;
}
#bg div.slide a.click_box{
	width:100%;
}

#bg img{
	width:100%;
	max-width:200% !important;
}
#content{
	position:relative;
	
}
#footer_box{
	position:relative;
	z-index: 10;
}
.small_box{
	max-width: 300px;
	margin:auto;
}
#ajax_box{
	position:relative;
	background:#ED2E38;
	z-index: 200;
	color:#FFFFFF;
	text-align: center;
	text-transform: uppercase;
	padding:10px 0;
	display:none;
}
#header{
	position:relative;
	background: linear-gradient(to bottom, #363636 1%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  	margin: 0 auto;
  	z-index:200;
}
#header_top{
	padding-top:10px;
}
#logo{
	padding:10px 0 10px 0;
}
#logo img{
	width:200px;
}
#notice_box{
	text-align: center;
}
#notice_box a{
	text-decoration: none;
	padding: 0 5px;
	font-size: 13px;
	text-transform: uppercase;
	color:#FFFFFF;
}
#notice_box a.alerta{
	background:red;
	padding:5px 10px;
	border:2px solid ray;
	border-radius: 3px;
	color:#FFFFFF;
}
#notice_box a.alerta:hover{
	background: yellow;
	color:#222222;
}
#notice_box a.fiesta{
	background:green;
	padding:5px 10px;
	border:2px solid red;
	border-radius: 3px;
	color:#FFFFFF;
}
#notice_box a.fiesta:hover{
	background:red;
	padding:5px 10px;
	border:2px solid green;
	border-radius: 3px;
	color:#FFFFFF;
}
#notice_box a.red{
	color:red;
}
#portal_txt{
	color:#FFFFFF;
	font-size: 15px;
	background:#7F8187;
	background: #242424;
	padding:3px 0;
}

/*///////////SEARCH//////////*/
/*/NEW/*/
.search {
	padding:2px;
    background:#ABABAB;
    border:1px solid #AD0DA6;
}
.search_button {
    position:relative;
    padding:2px 5px;
    left:-8px;
    border:1px solid #AD0DA6;
    background-color:#AD0DA6;
    color:#fafafa;
    z-index:30;
}
#notice_box a.btn.oferta{
	background:red;
	color:#FFFFFF;
	border-radius: 5px;
	padding:5px 20px;
}
#notice_box a.btn.oferta:hover{
	background:yellow;
	color:#222222;
}

.button:hover  {
    
    color:#207cca;
}
.arrow{
	position: relative;
	left:-8px;
	background: #AD0DA6;
	padding:4px 0 3px 5px;
	z-index:20;
}
.arrow:after{
	right: 100%;
	top:50%;
	border:solid transparent;
	content: "";
	height:0;
	width:0;
	position: absolute;
	border-color:rgba(32, 124, 202,0);
	border-right-color:#AD0DA6;
	border-width:10px;
	margin-top: -10px;
	z-index: 20;
}
/*/OLD/*/
.search_box{
	text-align: right;
	line-height: 25px;
}
.siteSearchBox {
  background: none repeat scroll 0 0 #57585b;
  border: medium none;
  color: #f0f1f1;
  display: inline;
  float: right;
  font-family: 'futura-pt',sans-serif;
  font-size: 10px;
  height: 22px;
  padding: 0 5px;
  width: 175px;
}
.siteSearchSubmit {
  background: url("../images/search.gif") no-repeat scroll 0 0 #57585b;
  border: 0 none;
  color: #fff;
  display: block;
  float: right;
  font-size: 13px;
  height: 22px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
  width: 23px;
}
#nav_bar{
	position:relative;
	padding-bottom: 5px;
	line-height: 25px;
	background: #020202;
	width:100%;
	z-index:20;
	padding:5px 0;
}
#login_box{
	text-transform: uppercase;
	line-height: 25px;
}
#login_box a{
	color:#FFFFFF;
	padding:0 5px;
	font-size: 13px;
	text-decoration: none;
}
/*/NAV/*/
.inline_nav li{
	float:left;
	padding:0 18px 0 0;
	list-style: none;
}
.top li{
	font-size: 12px;
	text-transform: uppercase;
	position:relative;
}
.top li a,.top li{
	color:#FFFFFF;
}
.main_nav li .drop_arrow {
  background: url("../images/drop_arrow.png") no-repeat scroll left top transparent;
  bottom: -10px;
  display: none;
  height: 13px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 17px;
  z-index: 22;
}
.main_nav li.active .drop_arrow{
	display: block;
}
.main_nav .menu_behind {
  background: none repeat scroll 0 0 transparent;
  display: none;
  height: 400px;
  left: 0;
  margin-left: -15px;
  position: absolute;
  top: -10px;
  width: 100%;
  z-index: 20;
}
.main_nav li.active .menu_behind{
	display: block;
}
.float_a{
	float:left;
	padding-right: 20px;
}
/*/EOF HEADER/*/
#menu_container{
	position:relative;

}
#menu{
	position:absolute;
	background:#FFFFFF;
	margin-top: 5px;
	z-index: 21;
	font-size: 12px;
	text-transform: uppercase;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	width:100%;
}
#menu a{
	text-decoration: none;
	color:#333333;
}
.menu a{
	text-decoration: none;
	color:#FFFFFF;	
}
#menu li a:hover{
	color:#ED2E38;
}
#menu li{
	line-height: 20px;
	list-style: none;
}
.menu_content_wrapp{
	padding:20px 10px;
	z-index: 22;
}
#menu li.group{
	color:#ED2E38;
	padding-bottom: 20px;
}
#menu_brands{
	padding-top:40px;
	padding-bottom:20px;
}
.brand_box{
	padding:5px 5%;
}
#menu #menu_teknobike  ul > li.first {
  color: #d71820;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: uppercase;
}
#menu ul.column{
	height:250px;
	border-right: 1px solid #E1E1E1;
	margin-bottom:10px;
}
#menu ul.column.last{
	border:0;
}
ul.subnav li a {
  color: #333;
  display: block;
  line-height: 1.3;
  margin: 0 0 7px;
  font-weight: normal;
  
}
.main_nav{
	z-index: 21;
}
#main{
	position:relative;
	min-height: 400px;
	background:transparent;
	width:100%;
	z-index: 10;
}
.home #main{
	box-shadow:10px 0 0 0 rgba(0, 0, 0, 0.5);
	margin-top:600px;
	min-height: 300px;
	background: url("../images/top_shadow.gif") repeat-x scroll left top #fff;
}
#main_content{
	padding-top:20px;
	min-height: 600px;
}
#top_main{
	background:#FFFFFF;
	min-height:300px;
}
.sub_main{
	background:#FFFFFF;
	min-height:300px;
}
.sub_content{
	padding:0 20px;
}
#sub_main_left{
	padding-left:0;
}
#sub_main_right{
	padding-right: 0;
	padding-left:2%;
}
#page_content{
	position:relative;
	padding:20px 10px;
	background: #FFFFFF;
	margin-bottom: 20px;
	z-index: 10;
}
.page_content{
	position:relative;
	padding:10px 10px 5px;
	background: #FFFFFF;
	z-index: 10;
}
.home #page_content{
	margin-bottom:0;
}
#page_title, .page_title{
	font-size: 28px;
  	font-style: normal;
  	font-weight: 300;
  	line-height: 34px;
	margin-bottom:30px;
	border-bottom: 1px solid #EEEEEE;
}
#page_title.np{
	margin:0;
}
.other{
	text-align: center;
	padding:0 20px;
}
.other img{
	padding:20px 0;
}
/*/PRODUCTOS/*/
#top_static_bar{
	position:fixed;
	top:30px;
	left:0;
	width:100%;
	background: url("../images/bg_bott_000.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding:10px 0;
}
#static_bar{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background: url("../images/bg_bott_000.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding:10px 0;
}
table.productos{
	width:100%;
	font-size:14px;
	line-height: 20px; 
}
table.productos thead{
	font-size: 16px;
}
tr.par,tr.non{
	border:1px solid #F5F5F5;
}
.tumb{
	width:100px;
	background: #FFFFFF;
}
.buy{
	width:160px;
}
.codigo{
	text-align: center;
}
.codigo a{
	text-decoration: none;
	color:#141ED1;
}
.codigo a:hover{
	color:#ED2E38;
}
.nombre{
	text-align: left;
}
.precio{
	text-align: left;
}
.iva{
	color:#D91213;
	font-size: 12px;
}
/*/DETALLE/*/
#top_main{
	padding:20px 10px;
}
#imagen_detalle{
	text-align: right;
}
#imagen_detalle img{
	max-width: 500px;
	margin-bottom: 20px;
}
.image_box img{
	width:100px;
}
.thumb_box{
	padding:5px;
	margin-right: 5px;
	border:1px solid transparent;
}
.thumb_box.selected{
	border:1px solid #ABABAB;
}

.detalle{
	font-size:12px;
	text-transform: uppercase; 
}
.detalle.price{
	color:#ED2E38;
	font-size:12px;
	text-transform: uppercase; 
}
.detalle.large_name{
	font-size: 13px;
	padding-top: 20px;
	text-transform: none;
}
.detalle.comprar{
	padding:20px 0 0;
}
.detalle.comprar div{
	padding:10px 0;
}
.qty_compra input.qty{
	width:30px;
}
#result_nav{
	padding:5px 0 10px 0;
}
.result_nav{
	position:relative;
	font-size: 14px;

	
}
.result_nav a{
	text-decoration: none;
	color: #222222;
}
.prev{
	float:left;
	
	padding:0 10px 0 30px;
	border-right:1px solid #929497;
}
.next{
	float:left;
	padding:0 30px 0 10px;
}
.prev a:hover,.next a:hover{
	color:#ED2E38;
}
.prev a span.arrowHolder {
  background: none repeat scroll 0 0 #929497;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height:20px;
}
.next a span.arrowHolder {
  background: none repeat scroll 0 0 #929497;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height:20px;
}
span.arrowHolder .arrowLeft {
  border-bottom: 5px solid #929497;
  border-right: 6px solid #fff;
  border-top: 5px solid #929497;
  font-size: 0;
  height: 0;
  left: 7px;
  line-height: 0;
  position: absolute;
  top: 4px;
  width: 0;
}
.result_nav a:hover span.arrowHolder {
  background-color: #d71820;
}
.result_nav a:hover span.arrowHolder .arrowLeft {
  border-bottom: 5px solid #d71820;
  border-right: 6px solid #fff;
  border-top: 5px solid #d71820; 
}
span.arrowHolder .arrowRight {
  border-bottom: 5px solid #929497;
  border-left: 5px solid #fff;
  border-top: 5px solid #929497;
  font-size: 0;
  height: 0;
  left: 7px;
  line-height: 0;
  position: absolute;
  top: 4px;
  width: 0;
}
.result_nav a:hover span.arrowHolder .arrowRight {
  border-bottom: 5px solid #d71820;
  border-left: 6px solid #fff;
  border-top: 5px solid #d71820; 
}
.sub_header{
	text-transform: uppercase;
	padding:10px 0 30px;
	font-size: 14px;
	font-weight: bold;
}
.header_red{
	color:#D91213;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
.descripcion{
	font-size:14px;
	color:#222222;
	padding:0 20px 40px; 
}
.descripcion ul{
	margin-left: 20px;
}
.descripcion h5{
	margin:0;
}
.descripcion h4{
	margin:10px 0;
}
/*/REGISTRO/*/
#message_registro{
	display:none;
}
/*/ORDEN/*/
#order_review{
	padding-top: 10px;
}
/*/FOOTER/*/
#footer {
  background: linear-gradient(to bottom, #363636 1%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  position: relative;
  width: 100%;
  z-index: 10;
  min-height: 80px;
  padding:10px 0;
  color:#FFFFFF;
}
#footer_menu{
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
}
#footer_menu li{
	padding-right:10px;
}
#footer a{
	color:#FFFFFF;
	text-decoration: none;
}
/*/LOGIN/*/
#page_content.login{
	background:transparent;
}
.module_wrapp{
	background: #FFFFFF;
	padding-top:20px;
	padding-bottom:20px;
	border-radius: 5px;
}
.module.login{
	background: #F2F2F2;
	padding:10px;
	margin-top: 30px;
}
.login label{
	display:block;
}
.login .header{
	padding-bottom: 20px;
}
.login input[type="text"],.login input[type="password"],.login input[type="email"],.login input[type="submit"]{
	width:100%;
}
.login .header h4{
	border-bottom: 1px solid #6A6A6A;
}
#new_account p{
	padding:24px 0 96px 0;
}
/*/CART/*/
#ajax_cart{
	position:absolute;
	top:25px;
	z-index:300;
	width: 100%;
}
#side_cart{
	position:relative;
}
.shopping_cart{
	background-image: url(../images/cart_yellow_25.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:32px;
}
.shopping_cart:hover{
	background-image: url(../images/cart_25.png);
}
#cart_top{
	background:url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position:right center;
	padding-right: 20px;
	cursor:pointer;
}
#cart_top:hover ~ #cart_box{
	display:block;
}
.cart_message{
	color:#FFFFFF;
	text-align: right;
}
.message{
	background: #EBEBEB;
	padding:20px;
}
#cart_box{
	position:relative;
	padding-top:5px;
	display:none;
	z-index:30;
	color:#222222;
	background:#FFFFFF;
	border-top: 4px solid #AD0DA6;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#cart_content{
	padding:5px;
	background: #FFFFFF;
}
.cart_message:hover  #cart_box{
	display:block;
}
/*/ORDER/*/
.product_box table{
	width: 100%;
}
/*/CONTACTO/*/
#float_box{
	display:none;
}
/*/MEDIA QUERIES/*/
@media (min-width: 992px) {
  .container {
    max-width: 1024px;
    padding:0 
  }
}
.paypal_form{
	max-width:500px;
	margin:auto;
}
.paypal_form h2{
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 30px;
}
.paypal_form input{
	text-align: center;
}
.paypal_bg{
	background: #EAEAEA;
	width:100%;
	height:943px;
}
.money{
	font-weight: 600;
	font-size: 30px;
	color:#961D4D;
	line-height: 40px;
}
.form-control.short{
	width:80%;
}
.form-control::-moz-placeholder {
	color: #284C5E;
	font-size:18px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #284C5E;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #284C5E;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #284C5E;
}
:-moz-placeholder { /* Firefox 18- */
  color: #284C5E;
}
