/* ################################ COMMON ################################# */
DIV.blackbox {
	border: solid 1px;
	border-color: silver;
}

DIV.greybox {
	border: solid 1px;
	border-color: silver;
}

/* ############################# FIRST LAYER ############################## */
DIV.firstlayer {
	position:relative;
	width:980px; 
	height:190px;
	margin:10px 0px 10px 0px;
	padding:0px;
	background-image:url(../images/intro_980bkgbottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
DIV.firstlayerTop {
	position:absolute;
	width:980px; 
	height:6px;
	top:-6px;
	left:0px;
	background-image:url(../images/intro980_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:6px;
}
DIV.firstlayer DIV.subproductslist {
	position:absolute;
	left:5px;
	top:0px;
	height: 180px; 
	width: 620px; 
	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: left;
	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: gray;
	width:330px;
}
TABLE.productlist TD.img {
	width:55px;
	text-align:center;
	vertical-align:middle;
}
TABLE.productlist TD.cart {
	padding-right:2px;
	width:29px;
	vertical-align:middle;
}
TABLE.productlist img{
	cursor: pointer;
}

TABLE.productlist TD.price {
	color: #699fcf;
	font: bold 14px Arial;
	width:70px;
	text-align:right;
}
TABLE.productlist TD.redtext {
	color:#CC0000;
	font: bold 11px Arial;
	width:28px;
	text-align:right;
}
DIV.publicidadProd {
	position:absolute;
	top:10px;
	right:15px;
	width:320px;
	height:160px;
	background-image:url(../images/box320_bkgbottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	z-index:1000;
}
DIV.publicidadProdTop {
	position:absolute;
	top:6px;
	right:15px;
	width:320px;
	height:5px;
	background-image:url(../images/box320_top.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	line-height:5px;
	z-index:2000;
}
DIV.box1 {
	height: 160px;
	line-height: 160px; 
	width: 150px; 
	float: left; 
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	margin-left:5px;
}

DIV.box1 img {
	vertical-align:middle;
	margin:0 auto;
}

DIV.box2 {
	height: 160px; 
	width: 155px; 
	float: left; 
	margin-left: 5px; 
	overflow-y: hidden;
	font:12px Arial, Helvetica, sans-serif;
	color: #5f5f5f;
	text-align: left;
}

DIV.box2 B.heading {
	font-size: 14px;	
	color: #6ba0cf;
	font-weight: bold;
}
/* ############################# SECOND LAYER ############################## */
DIV.secondlayer {
	width: 980px;
	position:relative;
	height:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
DIV.galleryTop {
	position:absolute;
	left:0px;
	top:10px;
	width:750px;
	height:5px;
	background-image:url(../images/box750_top.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	z-index:1000;
	line-height:5px;
}
DIV.secondlayer DIV.gallery{
	height: 435px;
	width: 750px;
	float: left;
	background-image:url(../images/box750_bkgbottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
DIV.secondlayer DIV.accordeon{
	position: relative;
	width: 200px;
	height: 430px;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	float: right !important;
}

DIV.secondlayer DIV.accordeon img {
	margin: 2px 2px 2px 2px;
}

DIV.secondlayer DIV.accordeon a {
	font: 11px Arial;
	text-decoration: none;
}
/* ############################# SECOND LAYER ############################## */
DIV.thirdlayer {
	width: 977px; 
	padding-bottom: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

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;
}
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; 
	color: #5f5f5f; 
	text-align:left;
	overflow:hidden;
	font: 11px Arial, Helvetica, sans-serif;
}
DIV.box DIV.text B.heading{
	color: #6ba0cf; 
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align:left;
}
/* ########################### IFRAME BUTTONS BAR ############################ */
DIV.iframebuttonbar {
	width: 980px; 
	padding-top: 10px; 
	padding-bottom: 2px; 
	margin-bottom: 10px;
	text-align: right; 
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;	
}

DIV.iframebuttonbar a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #a0aab8;
	text-decoration: none;
}
DIV.iframebuttonbar a:hover {
	text-decoration: none;
	color:#5787B7;
}

DIV.iframe {
	width:1000px;
	height:450px;
	border:solid 1px #CCCCCC;
}

