/*-------------------------------------------------------------------------
 Clic 2006
---------------------------------------------------------------------------
 File: error_messages.css
 Sitio: www.c2e-us.net
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
 CSS styles for error messages
 Estilos para mensajes de error e informacion
--------------------------------------------------------------------------*/

.error_message{
	font-size: 8pt;
	font-family: "Arial";
	color: #990000;
	font-weight:bold;
	text-align:left;
		
	padding-bottom:2px;
	padding-left:18px;
	background-image:url(../img/error/alert.gif);
	background-repeat:no-repeat;
	width:auto;
}
.admin * .error_message{
	margin-left:150px;
}
.info_message {
	font-size: 8pt;
	font-family: "Arial";
	color: #000000;
	padding-bottom:2px;
	padding-left:18px;
	background-image:url(../img/error/information.gif);
	background-repeat:no-repeat;
	width:auto;
}
.resultado_vacio{
	clear:both;
	width:300px;
	padding:10px;
	background:#CCDCDD;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.message{
	padding:10px;
	margin-top:35px;
	margin-bottom:10px;
	background:#FFDEDE;
	width:338px;
	text-align:center;
	border:1px solid #FF7F7F;
}

div#workingDayNoValid { margin-top:10px; margin-bottom:10px;}
	
#flashMessage{
	background:#FFDEDE;
	border:1px solid #FF7F7F;
	/*height:20px;*/
	padding:3px;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/*-------------------------------------------------------------------------
 Clic 2007
---------------------------------------------------------------------------
 File: infoBox.css
 Author:   Gerardo Gonzalez Flores
 		   --> gerardo AT clic DOT com DOT mx <--
   		   http://www.clic.com.mx
---------------------------------------------------------------------------	
	CSS styles para display de buscador y caja de informacion
--------------------------------------------------------------------------*/


/* InfoBox - caja de informacion con buscador adentro
---------------------------------------------------------------------------*/
 .box *{
 	padding:0px;
	margin:0px;
	font-size:8pt;
	list-style-image:none;

 }
 
 .box{
 	width:350px;
 	background: #B2CEDA;
	padding:4px;
	border:1px solid #3785AC;
	color:#000000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:10px;
	margin-top:	5px;
 }
 .box span{
	font-weight:bold; 
	margin:1px solid;
 }
 
 #tprod{
 	background:url(../img/admin/box.gif) no-repeat; 
	padding-left:20px;
 }
 #tpag{
	background:url(../img/admin/page.gif) no-repeat; 
	padding-left:17px;
 }
/* = InfoBox
---------------------------------------------------------------------------*/

	#buscador {
		padding-top:4px;
	}
	.buscador #inputBuscar{
		width:200px;
	}
	.buscador *{
		vertical-align:middle;
	}
	.buscador #buscarSubmit{
		padding-left:5px;
	}
/*-------------------------------------------------------------------------
 Clic 2006
---------------------------------------------------------------------------
 File: itemsBox.css
 Sitio: www.c2e-us.net
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
	CSS styles para display de buscador y caja de items
--------------------------------------------------------------------------*/


/* Searcher
------------------------------------------------------------*/
#searcher{
	position:relative;
	width:282px;
	background: url(../img/searchBox_background_vtile.jpg) repeat-y;
	color:#FFFFFF;
	text-align:center;
}

#searcher * {
	font-size:9pt;
}

#searchInput{
	width:186px;
	border: 1px #CCCCCC solid;
}

#searcherBody{	
	padding:9px;
	padding-bottom:0px;
	background:url(../img/searchBox_background.jpg) top no-repeat;
	min-height:49px;
	height: auto !important;
	height: 49px;
}
#searcherFoot{
	background: url(../img/searchBox_background_bottom.jpg) bottom no-repeat;
}
#searhBoxSubmit{
	position:relative;
	top:5px;
    width:18px;
	height:23px;
	background: url(../img/ico_search_box.gif) no-repeat;
}
#totalProductsBox{
 width:175px;
 padding-left:20px;
 text-align:left;
 background: url(../img/ico_box.gif) no-repeat;
 margin-left:auto;
 margin-right:auto;

}
/* =Searcher
------------------------------------------------------------*/
/* BoxItem
------------------------------------------------------------*/
#productos{position:relative;}
#boxItem{
	/*border:1px solid;*/
	position:relative;
	width:315px;
	height:299px;
	background:url(../img/box_items_background.jpg) no-repeat #FFFFFF;
}
#ajaxContent{
	position:relative;
}

#ajaxLoading{
	position:absolute;
	left:116px;
	top:115px;
}
/*#image{
	position:absolute;
	top: 63px;
	left:48px;
	border:1px solid;
	background: #FFFFFF;
	display:block;
}*/
#description{
	/*position:absolute;
	top: 200px;
	left:48px;
	border:1px solid;*/
	width:200px; 
	margin-left:auto; 
	margin-right:auto;
	background: #FFFFFF;
}
#spacer{
	height:62px; width:300px;
}
