/* $Id$ */

/*
+----------------------------------------------------------------+
|   Flexcart for Dupal 6.x - Version 1.0                         |
|   Copyright (C) 2009 Antsin.com All Rights Reserved.           |
|   @license - Copyrighted Commercial Software                   |
|----------------------------------------------------------------|
|   Theme Name: Flexcart                                         |
|   Description: Flexcart by Antsin                              |
|   Author: Antsin.com                                           |
|   Date: 1st December 2009                                      |
|   Website: http://www.antsin.com/                              |
|----------------------------------------------------------------+
|   This file may not be redistributed in whole or               |
|   significant part.                                            |
+----------------------------------------------------------------+
*/ 

/*==============  STYLE  ====================*/
/** body **/
body {
  background: #fff url("../images/red/body_bg.png") repeat-x left top;
}

a {
  color: #CC0110;
  text-decoration: none;
}

/** navigation **/
#navbar {
/*  background: url("../images/red/menu_left.png") no-repeat left top; */
}

#navbar-wrapper {
/*  background: url("../images/red/menu_right.png") no-repeat right top; */
}

#navbar-inner {
/*  background: url("../images/red/menu_bg.png") repeat-x left top; */
	  border-bottom: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
}

#primary a:hover, #primary a.active, #primary li.active-trail a 
{
 /* background: url("../images/red/menu_active_left.png") no-repeat left top; */
}

#primary a:hover span, #primary a.active span, #primary li.active-trail span 
{
/*  background: url("../images/red/menu_active_right.png") no-repeat right top; */
}

#primary ul ul a.active, #primary ul ul a:hover {
/*  background: url("../images/red/menu_sub_bg.png") no-repeat left 6px !important; */
}

#primary ul ul a {
  color: #CC0110 !important;
}

#secondary {
  background: url("../images/red/menu_secondary_left.png") no-repeat left top;
}

#secondary-wrapper {
  background: url("../images/red/menu_secondary_right.png") no-repeat right top;
}

#secondary-inner {
  background: url("../images/red/menu_secondary_bg.png") repeat-x left top;
}

/** showcase **/
#showcase h1, #showcase h2 {
  color: #CC0110;
}

ul.slidenav a:hover, ul.slidenav .slidetab-active {
  background: transparent url("../images/red/showcase_active.png") no-repeat center top;
}

ul.slidenav li a {
  color: #CC0110 !important;
}

ul.slidenav .subtitle {
  color: #CC0110;
}

/** headline **/
#headlines {
  border-bottom: 1px solid  #CC0110;
}

#headlines-inner {
  border-bottom: 2px solid #FEE5E5;
}

/** node **/
.meta a {  
  color: #CC0110;
}

/** sidebar & breadcrumb **/
#sidebar-left h2, #breadcrumb-inner {
  color: #CC0110;
/*  border-top: 1px solid #fcb8b8;
  border-bottom: 1px solid #fcb8b8;
  background-color: #fee5e5; */
}

#sidebar-left .header-wrapper, #breadcrumb {
/*  background: url("../images/red/block_left_header_left_bg.png") no-repeat left top;    */
}

#sidebar-left .header-wrapper-inner, #breadcrumb-wrapper {
 /* background: url("../images/red/block_left_header_right_bg.png") no-repeat right top;   */
}

#sidebar-right h2 {
  background: url("../images/red/block_right_header_bg.png") no-repeat left top;
}

#breadcrumb a {
  color: #CC0110;
}

/** list **/
.block ul li:hover
{

}

/** comments **/
.comment .author, .comment .author a {
  color: #CC0110;
}

/** box **/
#sidebar-right .box-top-left {
  background: url("../images/red/box_top_left.png") no-repeat left -1px;  
}

/** read more **/
.readmore {
  background: transparent url("../images/red/button_right.png") no-repeat scroll top right; 
}

.readmore span {
  background: transparent url("../images/red/button_left.png") no-repeat; 
} 

a.readmore:hover {
  color: #C6DDFE;
  text-decoration: none;
}

.read-more a, .read-more a:hover {
  background-color: #CC0110 ; 
}

/** button **/
.button {
  background: url("../images/red/button-r.png") no-repeat right top;
  *float:left;
}

.button span { 
  background: url("../images/red/button.png") no-repeat left top; 
}

.add-to-cart input, .category-grid-products input, .views-field-buyitnowbutton input { 
  color: #CC0110 !important;
}

/** product **/
.uc-price-display {
  color: #CC0110;
}
/** bloque de ayuda **/
#ayuda {
   margin: 0 auto;
   text-align: center;
}

.ayuda img {
	
	}
	
.telf {
   color: #CC0110;
   font-size: 300%;
   font-weight: bold;
   padding-left: 4px;
   text-align: center;
}

.email {
   color: #666666;
   font-size: 100%;
   font-weight: bold;
   padding-left: 20px;
   text-align: center;
}

/** Frontpage **/

#block-fp {
margin-top: 40px;
text-align: center;
}

#search-fp {
  height: 45px;
}
#search-fp input.form-submit{
position: absolute;
margin-left: 100px;
padding: 0;
border: 0;
margin-top: 10px;
left:480px;
  }
.custom_search-popup {
  display: none;
}

#search-fp input.form-text{
 border: 1px solid #BEBEBE;
  padding: 10px;
  /*background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.8);*/
  background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 15px;
    color: #707070;
    width: 240px;
}

#search-fp form-item{
   border: 1px solid #BEBEBE;
     border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;

}

#frontpage {
    display: block;
    height: 280px;
    border-top-right-radius: 10px;
  border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
-khtml-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    width: 960px;
}
#frontpage img.back  {
	width: 960px;
	
	
	
	}
#frontpage #login {
	 -webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	width: 280px;
	margin: 10px;
	float: right;
	display: block;
	padding: 10px;
	color: #fff;
	}

#frontpage #login p {
	color: #000000;
    font-size: 90%;
    font-weight: bold;
}
#frontpage #login .form-item label {
	color: #000;
	font-weight: bold;
	}
#frontpage #login	#user-login-form .form-text {
	background-color: rgba(255, 255, 255, 0.8);	
	}
	
#frontpage #capa {
    background-color: #666666;
    float: left;
    height: 130px;
    margin-top: 150px;
    width: 640px;
   /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  color: #fff;
	}
#frontpage #capa h1.title  {
	padding: 20px 20px 10px;
	}
#frontpage #capa .title a {
  color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    
	}	
#frontpage #capa .content {
	color: #fff;
	font-size: 120%;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	}
	
/** Pagina Mi Cuenta de usuario **/

ul.primary li a {
   background-color: #FFFFFF;
   border-color: #BBBBBB;
   border-style: solid solid none;
   border-width: 1px;
   height: auto;
   font-size: 115%;
   margin-right: 0.5em;
   text-decoration: none;
   font-weight: bold;
  padding: 8px 12px 0px 18px;
  *display:inline-block;
}


/** Buscador **/

#primary ul.menu {
/*	z-index: -20000; */
	width: 960px;
	}

#search-box {
       float: right;
    
	white-space: nowrap;
    z-index: 20000;
}

#search {
  display: inline;
    float: left;
    height: 23px;
    margin-top: 6.5px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

 .search_submit {
cursor: pointer;
padding: 0 6px;
text-indent: -999em;
}
#search .form-item {
	margin: 0px;
}
#search .form-submit {
	/*Eliminado porque el boton de busqueda se veia mal*/
 /*margin-top: -26px;
 	margin-left: 2px;	
	float: right;*/
	margin-top: 0em;
}

#search-box #search input.form-text {
/*Incluido porque el boton de busqueda se veia mal*/ float: left;
background: transparent url(../images/search0.png) no-repeat center center;
width: 201px;
height: 24px;
border: medium none;
padding-left: 4px;
/*-moz-border-radius:4px;
border-bottom-left-radius: 3px 3px;
border-bottom-right-radius: 3px 3px;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
*/
}

 .box .content {
    background-color: #FFF;
    border: none;
    margin:0;
    padding: 20px 0px 40px;
}
.search-results {
	
	}

.title-search {
	   font-size: 150%;
	   margin-top: 10px;
	}
.search-description {
	
	}
.search-price {
	font-weight: bold;
	}	

/** Banner derecho **/
.bannerright  {
	padding-left:50px;
	}

#block-uc_cart-0_right .cart-block-icon-full {
  background: transparent url(../../../modules/ubercart/uc_cart/images/cart-full.png) no-repeat left center;
  display: block;
  width:3px;
  margin:0;
  float:left;
  height:14px;

}

#block-uc_cart-0_right .cart-block-icon-empty {
  background: transparent url(../../../modules/ubercart/uc_cart/images/cart-empty.png) no-repeat left center;
  display: block;
  width:3px;
  height:14px;
  float:left;
  margin:0;

}

.cart-block-title-bar ucCollapseBlock-processed cart-block-toggle{
width:120px;
display:block;
}

ul.primary {
    border-bottom-color: #BBBBBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 1px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 0;
    padding-top: 0;
    white-space: nowrap;

}

ul.primary li {
    display: inline;
    *margin-left: -3px !important;
   
   
}

/** Mensaje de error **/

div.error, tr.error {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #220000;
    padding: 2px;
}

div.error {
    border: 1px solid #FF0000;
    margin-bottom: 20px;
    margin-top: 10px;
}

div.status, tr.status {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #220000;
    padding: 2px;
}

div.status {
    border: 1px solid #FF0000;
    margin-bottom: 20px;
    margin-top: 10px;
}


div.messages, tr.messages {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #220000;
    padding: 2px;
}

div.messages {
    border: 1px solid #FF0000;
    margin-bottom: 20px;
    margin-top: 10px;
}



/** Ficheros adjuntos **/

.info-curso table.sticky-table td ,.info-curso table.sticky-table tr {
background-color: white;
border: 0px;
padding-right: 5px;

}
#attachments tr.even,#attachments tr.odd  {
background-color: white; 
border-bottom: none; 

}
.info-curso th, .info-curso td {
padding:  0px;
}

.block-ecommerceusersblock h3 {
	color: #177e9f;
}

.view-uc-products  th {
	font-weight: normal;
}

.view-uc-convocatorias th {
  font-weight: normal;
}
