/*-------------------------------------------------------------------------
 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;
}
