table.calendar {
	padding: 0; margin: 0; 
	/*width: 141px;*/
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
/*	border-collapse:collapse;*/
}
table.yearCalendar { width:510px; margin:0 auto;}
td.yearCalendar  { padding:10px;}



table.calendar caption {
	margin: 0px;
	padding: 0px;
	border: 1px solid #A2ADBC;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	text-align: center;
}

table.calendar .nav, table.calendar .nav a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;	
	text-align: center;
	text-decoration: none;
	
}	



table.calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

table.calendar .today, 
table.calendar td.today a,
table.calendar  td.today a:link, 
table.calendar td.today a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #DF9496;
}

table.calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(../img/calendar/bg_calendar.gif) no-repeat right bottom;
}

table.calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

table.calendar td a:link, 
table.calendar  td a:visited {	
	color: #608194;
	background: url(../img/calendar/bg_calendar.gif) no-repeat;
}

table.calendar td a:hover,
table.calendar  td a:active {
	color: #6aa3ae;
	background: url(../img/calendar/bg_calendar.gif) no-repeat right top;
}


.calendarBoxOverBody
	{
		text-align:center;
		width:210px;
		padding:3px;
		filter:alpha(opacity=85); /* IE*/
		opacity:0.85; /* FF*/
		border-collapse:collapse;
		border:1px solid #005188;
	}
	

/*--------------------------------------------------------------------------
 Clic 2011
 ----------------------------------------------------------------------------
 File: items.css
 Gerardo Gonzalez Flores
 --> gerardo AT clic DOT com DOT mx <--
 ---------------------------------------------------------------------------
 Estilos generales para ficha de item.
 --------------------------------------------------------------------------*/
/* depliegue de las listas con las fichas*/


/** vista de productos **/
.breadCum h3 {margin:0px; padding:0px; font-weight:normal;}
.breadCum strong {font-weight:normal}
.breadCum  {margin-left: 25px;}


/*** Elementos Agrupados **/
table.menuItems td,  th
{
	text-align:left;

}



/*** QUOTATION **/

 tbody#quotTbody  td.mensaje {
	
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;;
	
	
}



ul.itemList {
   width: 950px;
   position: relative;
   margin:0px auto;
}


ul.itemList li.liItem{
    list-style: none;
    float: left;
    width: 231px;
    list-style:none;
	padding:0px 3px;
	margin:0px auto;
	list-style:none;
	background:none;
	margin-bottom:10px;
	
	
}

ul.itemList li.even{}
ul.itemList li.odd{}

ul.itemList li div.item{
	border:3px solid #FF0033;
	width: 225px;
	/**/
	border-radius:0px 0px 5px 0px;
	-moz-border-radius: 0px 0px 5px 0px;
    -webkit-border-radius: 0px 0px 5px 0px;
    position:relative;
	
}



ul.itemList div.details{
	background: url(../img/items/ficha-curva.png) no-repeat bottom;
		
	min-height:41px;
	height: auto !important;
	height:41px;
	position:relative;
	
}


ul.itemList div.infoGral{
	
}

ul.itemList div.infoGral div.imagen{
	position:relative;
	min-height:149px;
	height: auto !important;
	height:149px;
	display:block;
	
	
	
}


#itemViewDetails {
  width:930px;
  margin:0px auto;
  margin-top:20px;
  }


#itemViewDetails div.imagen{
	position:relative;
	display:block;
	border:3px solid #FF0033;
	padding:3px;
	border-radius:8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    width: 402px; 
    min-height:475px;
	height: auto !important;
	height:475px; 
    padding-top: 0px;
    float:left;
}

#itemViewDetails div.imgContainer,
ul.itemList div.infoGral div.imagen div.imgContainer{
	margin:auto auto;
}



ul.itemList div.infoGral div.nuevo{
	top:0px;
	position:absolute;
	left:0px;
	
}


ul.itemList div.infoGral h3.modelo {
	text-align:center;
	padding:5px;
	
}

ul.itemList div.infoGral div.modelo {
	position:absolute;
	padding:2px;
	top:2px;
	right:4px;
	color:#5AB52D;
	font-weight:bold;
	
}


#itemViewDetails div.nuevo
{
	left:0px;
	position:absolute;
	top:0px;
	
}
#itemViewDetails div.oferta
{
	left:0px;
	position:absolute;
	bottom:0px;
	
}
ul.itemList div.infoGral div.oferta{
	position:absolute;
	bottom:-5px;
	left:0px;
}

ul.itemList div.infoGral div.marca{
	position:absolute;
	top:-15px;
	right:-9px;
	border:1px solid #888888;
	z-index:10;
}


ul.itemList div.item p.descripcion{
	width:90%;
	margin:4px auto 2px auto;
}

/** Elementos para cotizacion **/

ul.itemList div.quotationAdd {
	position:absolute;
	
	left:4px;
	top:10px;
	
}

ul.itemList div.quotationAdd .quotIcons {

	
}

ul.itemList div.quotationAdd .loadIcon {
	padding-top:4px;
	
}

ul.itemList div.quotationAdd a{
	font-weight:bold;
	font-size:11pt;
	text-align:center;
}

ul.itemList div.quotationAdd a:hover{
	color:#FFFFFF;
}


div.precio { font-size:14pt; color:#ffffff; position:absolute; right:5px; top:8px}
div.precio strong { font-size:10pt; color:#FFFF00; }


h3.modelo { 
	background: url(../img/items/ficha-cont.png) no-repeat top #FF0033;
	min-height:54px;
	height: auto !important;
	height:54px;
	font-size:15pt;
	color:#ffffff; 
	width:225px;
	padding:0px;
	text-align:center; margin:0px auto;}
/*******/

h3.modelo a { color:#ffffff; }

ul.itemList li.separador, li.saltaLinea { width:98%; height:1px; float:none; clear:both; display:block; }
/* ie fix for line height after clearing li */
/* IE6 */
* html ul#destList li.separador, 
* html ul#destList li.saltaLinea,
* html ul#itemList li.separador, 
* html ul#itemList li.saltaLinea,
* html ul#homeList li.separador, 
* html ul#homeList li.saltaLinea
{ margin-top:-8px; margin-bottom:-8px}
/* IE7 */
ul#itemList li.separador, 
ul#itemList li.saltaLinea,
ul#destList li.separador, 
ul#destList li.saltaLinea,
ul#homeList li.separador, 
ul#homeList li.saltaLinea{ *margin-top:-8px; *margin-bottom:-8px}


/* MENU CATEGORIAS*/
div#categorias{
 width:946px;
 background: url(../img/categorias/body-bg.png) repeat-y;
 position:relative;
 margin:0px auto;
}

div#catTop{
 width:946px;
 background: url(../img/categorias/top.png) no-repeat;
 height:15px;
 
}

div#catBottom{
 width:946px;
 background: url(../img/categorias/bottom.png) no-repeat;
 height:15px;
 clear:both;
 
}



div#categorias h2#catTitle span { display:none; }
/*
div#categorias h2#catTitle{
 width:946px;
 background: url(../img/categorias/top.png) no-repeat;
 height:65px;
}
*/

div#categorias h2{
 width:182px;
 height:54px;
 background: url(../img/categorias/categorias-title.png) no-repeat;
 position:absolute;
 top:10px;
 left:0px;
}

div#categorias ul{
 display:block;
 margin:0px 0px 0px 37px;
 padding:0px;
 width:896px;
 border:1px ;
 height:10px;
 
}


div#categorias ul li{
 display:block;
 float:left;
 padding:0px;
 margin:0px;
 background:none;
}



div#categorias li{
 display:block;
 float:left;
 width:auto;
 
}
div#categorias li#fakeTitle{
	width:145px;
	height:28px;
	
}

div#categorias li a{
 display:block;
 padding:8px;
}

div#categorias  a.section span{ font-size:11pt;}

div#categorias li a:hover{
 background:#FFFFFF;
 color:#000000;
}


/*** ITEM DETAIL ***/
#fichaTecnica {
 position:relative;
 width:511px;
 float:right;
 
  min-height:443px;
	height: auto !important;
	height:443px; 
}

#fichaTecnica h3, #fichaTecnica h3 * {
	color:#FFFFFF;
	font-size:12pt;
	text-align:center;

}

#fichaTecnica h3 span {
	padding-top:.4em;
	display: block;
}

#fichaTecnica .detalles {
	width:444px; 
	background:#FFFF99; 
	border:3px solid #FFCC33; 
	margin:0px auto;
	padding:20px;
	
	border-radius:8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    
}


#fichaTecnica .descripcion {
	
	padding:20px 0px;
}



#fichaTecnica #modeloTitle {
 width:511px;
 position:relative;
 left:-32px;
}

#fichaTecnica #modeloTitle h3 {
	background: url(../img/items/detail/title-top.png) no-repeat top #FF0235;
	min-height:35px;
	height: auto !important;
	height:35px;
	margin:0px;
	padding:0px;
	
}

#fichaTecnica #modeloTitle div.helper{
	display:block;
	background: url(../img/items/detail/title-bottom.png) no-repeat bottom;
	height:10px;
}


#fichaTecnica #presentacionesTitle {
 width:231px;
 position:relative;
 left:-32px;
 display:none;
}

#fichaTecnica #presentacionesTitle h3 {
	background: url(../img/items/detail/mini-title-top.png) no-repeat top #FF0235;
	min-height:35px;
	height: auto !important;
	height:35px;
	margin:0px;
	padding:0px;
	
}

#fichaTecnica #presentacionesTitle div.helper{
	display:block;
	
	background: url(../img/items/detail/mini-title-bottom.png) no-repeat bottom;
	height:10px;
}
table#tableQuotation {
	width:800px;
	margin:0px auto;
}

table#tableQuotation.tableQuotationView {
	width:450px;
	margin:0px auto;
}

table.tableQuotationView th.accion,
table.tableQuotationView td.accion {
	width:70px;
	text-align: center;
	padding:0px;
	vertical-align: middle;
} 



table#tableQuotationth.articulo,
table#tableQuotation td.articulo {
	width:700px;
} 

table#tableQuotation th
{
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	
}

table#tableQuotation td.cantidad input{
	padding:2px;
	width:30px;
	text-align:right;
}

table#tableQuotation td.cantidad,
table#tableQuotation td.tamanio,
table#tableQuotation td.accion
{
	text-align:center;
}


table#tableQuotation th.precio
{
	width:100px;
}

table#tableQuotation td.precio
{
	width:100px;
	text-align:right;
	
}

table#tableQuotation td.preciosIVA
{
	
	text-align:center;
	font-size:9pt;
	
}

/** Informacion de la cotizacion **/

div#infoQuotation {
	border:1px solid #F9C700;
	background: #FFE888;
	padding:5px;
	position:absolute;
	font-size:8pt;
	font-weight:bold;
	top:76px;
	right:22px;
	width:90px;
	height:30px;
	text-align: center;
}


.post div#infoQuotation {
	top:4px;
	right:22px;
	
}

div#infoQuotation * {
	font-size:8pt;
	
}

div#infoQuotation  	a#ligaCotizacion{
	position:absolute;
	padding:5px;
	width:90px;
	height:30px;
	/*background:#F0F0F0;*/
	display:block;
	top:0px;
	left:0px;
}


.quotMessage {
	border:1px solid #F9C700;
	background: #FFE888;
	padding:5px;
	font-size:9pt;
	width:80%;
	margin:10px auto;
	text-align:center;
	
}

div#infoQuotation span#numArt {
	background:#ffffff;
	padding:2px;
	font-size:7pt;
	font-weight:normal;
	margin-left:4px;
}

/** Datos del Cliente **/

#personalDataForms {
	margin:0 auto;
	width:710px;
}

#personalDataForms .lastInput{
	margin-bottom:5px;
}
.formItem label {
	display:block;
	float:left;
	padding-right:2px;
	text-align:right;
	width:150px;
}

.fieldset  {
	background:#F3F5F7;
	border:2px solid #FF0000;
	margin:15px auto;
	padding:15px 5px;
	position:relative;
	width:80%;
}

#personalDataForms div#clientGenerals {
	float:left;
}
#personalDataForms div#clientAdress {
	float:right;
}

div#clientComments {
	clear:both;
	width:700px;
	margin:0px auto;
	border:medium none;
	padding:0;
}


div#clientComments label {
	padding:3px 0 3px 3px;
	width:80px;
	
}

div#clientComments textarea {
	padding:3px;
	width:650px;
	height:100px;
	margin:0px auto;
	display:block;
}

div#clientComments .legend {
	background:#FE365E;
	
	/*border-bottom:1px solid #000000;*/
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 10px;
}

div#clientComments .formItem {
	padding:3px 5px;
}



/*****/

div#clientGenerals {
	border:medium none;
	padding:0;
	width:333px;
}
div#clientGenerals label {
	padding:3px 0 3px 3px;
	width:80px;
	
}
span.sInput {
	display:block;
	float:left;
	padding:3px 0 3px 3px;
	width:80px;
}
div#clientGenerals input {
	padding:3px;
	width:225px;
}

div#clientGenerals .legend {
	/*background:#3A4856;*/
	background:#FE365E;
	
	/*border-bottom:1px solid #000000;*/
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 10px;
}

div#clientGenerals .formItem {
	padding:3px 5px;
}

div#clientAdress {
	border:medium none;
	padding:0;
	width:370px;
}
div#clientAdress label {
	padding:3px 0 3px 3px;
	width:125px;
	
}
div#clientAdress input {
	padding:3px;
	width:215px;
}
div#clientAdress select {
	padding:3px;	
}
div#clientAdress select.ccType {
	width:auto;
}
div#clientAdress select.ccYear {
	width:60px;
}
div#clientAdress select.ccMonth {
	width:40px;
}
div#clientAdress .legend {
	background:#FE365E;
	
	/*border-bottom:1px solid #000000;*/
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 10px;
}
div#clientAdress .formItem {
	padding:3px 5px;
}

.quotLabel{ font-weight:bold;}

.printButton{
 width:150px;
 margin:10px 10px 10px auto;	
}


/*** Cuadro de cotizacion **/
.itemsEnCarrito { text-align:center; }
