DIV.silverbox {
	border: solid silver 1px;
}
/* ############################# SUBPRODUCTS LIST ############################## */
DIV.mainCanvas {
	position:relative;
	width:980px;
	height:770px;
}
DIV.firstlayer {
	position:absolute;
	width:750px; 
	height:300px;
	margin:10px 0px 10px 0px;
	padding:0px;
	background-image:url(../images/box750g_bkgbottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	left:0px;
	top:0px;
}
DIV.firstlayerTop {
	position:absolute;
	width:750px; 
	height:6px;
	top:-5px;
	left:0px;
	background-image:url(../images/box750g_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:6px;
	z-index:1000;
}
DIV.storeTopImg {
	position:absolute;
	width:740px; 
	height:112px;
	top:0px;
	left:5px;
	background-image:url(../images/store_topimg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:112px;
}
DIV.subproductslist {
	position:absolute;
	left:5px;
	top:114px;
	height: 180px; 
	width: 740px; 
	overflow-y:scroll;
	overflow-x:hidden;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

TABLE.productlist {
	font: 11px Arial;
	margin:5px;
}
TABLE.productlist TD {
	padding-right: 3px;
	border-bottom: solid 1px #CCCCCC;
}

TABLE.productlist TD.code {
	text-align:center;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: gray;
	width:65px;
}
TABLE.productlist TD.description {
	text-align:left;
	padding-right:2px;
	font: 13px Arial, Helvetica, sans-serif;
	color:#666666;
	width:330px;
}
TABLE.productlist TD.img {
	width:55px;
	text-align:center;
	vertical-align:middle;
}
TABLE.productlist TD.cart {
	padding:2px;
	width:29px;
	vertical-align:middle;
}
TABLE.productlist img{
	cursor: pointer;
}

TABLE.productlist TD.price {
	color: #699fcf;
	font: bold 11px Arial;
	width:70px;
	text-align:left;
}
TABLE.productlist TD.redtext {
	color: #699fcf;
	font: bold 14px Arial;
	width:28px;
	text-align:right;
}

/* ############################# SHOPPING CART ############################## */
DIV.shoppingcart {
	position:absolute;
	width:750px; 
	height:250px;
	margin:10px 0px 10px 0px;
	padding:0px;
	background-image:url(../images/box750g_bkgbottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	left:0px;
	top:300px;
}
DIV.shoppingcartTop {
	position:absolute;
	width:750px; 
	height:6px;
	top:-5px;
	left:0px;
	background-image:url(../images/box750g_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:6px;
	z-index:1000;
}
DIV.shoppingcart DIV.cartheader {
	text-align: center; 
	font:bold 18px Arial, Helvetica, sans-serif;
	color: #6ba0cf; 
	padding-bottom: 5px;
}
DIV.shoppingcart DIV.cartbody {
	height: 180px;
	border-bottom: solid silver 1px;
	overflow-y:auto;
	overflow-x:hidden;
}
TABLE.cartList {
	width: 730px;
	height:auto;
}
TABLE.cartList THEAD{
	font-weight: bold;
}
TABLE.cartList TD.label{
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	text-align:center;
	padding:5px;
	vertical-align:top;
	border-bottom:solid 1px #DDDDDD;
}
TABLE.cartList TD.data{
	font: 14px Arial, Helvetica, sans-serif;
	color: #6ba0cf;
	text-align:left;
	padding:5px;
	vertical-align:middle;
	border-bottom:solid 1px #DDDDDD;
}
TABLE.cartList TD.dataright{
	font: 14px Arial, Helvetica, sans-serif;
	color: #6ba0cf;
	text-align:right;
	padding:5px;
	vertical-align:middle;
	border-bottom:solid 1px #DDDDDD;
}
DIV.carttotalcompras {
	position:absolute;
	width:180px;
	height: 30px;
	right:18px;
	top:5px;
	text-align: right;
	padding-top: 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: black;
}
DIV.carttotalcompras INPUT{
	width:80px;
	height: 15px;
	text-align: center;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: black;
}
DIV.cartbuttons {
	position:relative;
	width:730px;
	height: 40px;
	padding-top:5px;
}
DIV.actualizar {
	height: 25px;
	width: 99px;
	float: left;
	margin-left:18px;	
}
DIV.actualizar INPUT.actualizar{
	height: 25px;
	width: 99px;
	background-color:#F6F6F6;
	background-image:url(../images/actualizar_btn.gif);
	background-position:left;
	background-repeat:no-repeat;
	border:0px;
}
DIV.limpiar {
	height: 25px;
	width: 120px;
	float: left;
	margin-left:18px;
}
DIV.limpiar INPUT.limpiar{
	height: 25px;
	width: 120px;
	background-color:#F6F6F6;
	background-image:url(../images/limpiar_btn.gif);
	background-position:left;
	background-repeat:no-repeat;
	border:0px;
}
DIV.enviar {
	height: 25px;
	width: 160px;
	float: left;
	margin-left:18px;
}
DIV.enviar INPUT.enviar{
	height: 25px;
	width: 160px;
	background-color:#F6F6F6;
	background-image:url(../images/enviar_btn.gif);
	background-position:left;
	background-repeat:no-repeat;
	border:0px;
}
/* ############################# DOLAR VALUE & CALCULATOR ############################## */
DIV.dollar_calc {
	position:absolute;
	width:220px;
	height:340px;
	top:5px;
	right:0px;
	background-image:url(../images/box220_bkgbottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
DIV.dollar_calcTop {
	position:absolute;
	top:0px;
	left:0px;
	height:5px;
	width:220px;
	line-height:5px;
	background-image:url(../images/box220_top.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
DIV.dolarvalue {
	width:220px;
	height:73px;
	position:absolute;
	left:0px;
	top:10px;
	text-align:center;
}
DIV.calculator {
	width:170px;
	height:250px;
	position:absolute; 
	left:25px;
	top:85px;
}

/* ############################# SECOND LAYER ############################## */
DIV.acclayer {
	position:absolute;
	width: 190px;
	height:440px;
	top: 345px;
	right:15px;
	padding-top: 10px;
}

/* Cajas de publicidad*/
DIV.advertises {
	width:750px;
	height:180px;
	margin-top:10px;
	position:relative;
}
DIV.box {
	height:160px;
	width:310px;
	padding:5px;
	float:left;
	position:relative;
	background-image:url(../images/box320_bkgbottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-left:40px;
}

DIV.boxTop {
	height:5px;
	width:320px;
	position:absolute;
	top:-4px;
	left:0px;
	line-height:5px;
	background-image:url(../images/box320_top.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

DIV.image{
	height:155px;
	line-height: 155px;
	width:155px; 
	float:left;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
DIV.image img {
	vertical-align:middle;
	margin:0 auto;
}
DIV.box DIV.text{
	height:155px; 
	width:145px; 
	float:left; 
	margin-left:5px; 
	font:11px Arial, Helvetica, sans-serif; 
	color:#666666; 
	text-align:left;
	overflow:hidden;
}
DIV.box DIV.text B.heading{
	color:#000000; 
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align:left;
}
