/* CSS Document */
/* site_catalogue.css */
/* ---------------------------- */
/* ------ PRODUCTS ------------ */
/* ---------------------------- */
.tblProductsHome{
	border-collapse:collapse;
	width:585px;
}
.catalogsLeft{
	vertical-align:top;
	width:1%;
}
.catalogsRight{
	width:99%;
	vertical-align:top;
}

#catalogSketches{
	width:110px;
	float:left;
}
#catalogSketches a{
	text-decoration:none;
	border:0px;
	height:81px;
	
}
#catalogSketches a img{
	border:0px;
	
}

/* ------------------------------- */
/* ------ AJAX containers -------- */
/* ------------------------------- */
.AJAX_container{
	margin:0px;
	padding:0px;
	position:absolute; 
	z-index: 1000;
}


#transparency {
	width: 470px;
	margin: 8px;
	background-color: #fff;
	border: 1px solid black;
	padding: 0px;
	position:absolute; 
	z-index: 1000;
	/*
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;

	*/
}
#transparency ul{
	list-style-type:none;
	padding:0px 8px 8px 8px;
}
#transparency ul li{
	background-image:url('../site_images/icon_red_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left:15px;
}
#transparency ul li a{
	display:block;
	text-decoration:none;
	color:#000;
	padding:2px;
	
}
#transparency ul li a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#666;
}
#transparency h3{
	font-size:18px;
	margin:5px 5px 5px 5px;
	padding:4px;
	font-weight:normal;
	border-bottom:1px dashed #c80f0f;
	color:#c80f0f;
}
#transparency h4{
	font-size:16px;
	margin:5px 5px 5px 5px;
	padding:0px;
	font-weight:normal;
}

#transparency a.previousCategory{
	font-size:16px;
	margin:5px 5px 5px 5px;
	padding:4px;
	font-weight:bold;
	border-bottom:1px dashed #c80f0f;
	color:#c80f0f;
	text-decoration:none;
	display:block;
}
#transparency a.previousCategory:hover{
	text-decoration:underline;
}


.catalogue_left_area{
	width:585px;
	vertical-align:top;
	background-image:url('../site_images/products/bgnd_products.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}


/* ------ SKETCH MENU ---------- */
/* ----------------------------- */
.popUpSketchMenuArea{
	border:0px solid #999;
	float:left;
}

.productArea{
	width:465px;
	border:1px solid #999;
	float:left;
}

#popUpSketchMenu a{
	border:0px;
	display:block;
	background-color:#eee;
	border:0px solid #444;
}
#popUpSketchMenu a.showHideButton{
	height:15px;
	background-image:url('../site_images/products/icon_strech_skew.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#popUpSketchMenu a.no1{
	background-image:url('../site_images/products/icon_catalogue_01.gif');
	background-repeat: no-repeat;background-position: top left;
	height:69px;
}
#popUpSketchMenu a.no2{
	background-image:url('../site_images/products/icon_catalogue_02.gif');
	background-repeat: no-repeat;background-position: top left;
	height:70px;
}
#popUpSketchMenu a.no3{
	background-image:url('../site_images/products/icon_catalogue_03.gif');
	background-repeat: no-repeat;background-position: top left;
	height:70px;
}
#popUpSketchMenu a.no4{
	background-image:url('../site_images/products/icon_catalogue_04.gif');
	background-repeat: no-repeat;background-position: top left;
	height:69px;
}
#popUpSketchMenu a.no5{
	background-image:url('../site_images/products/icon_catalogue_05.gif');
	background-repeat: no-repeat;background-position: top left;
	height:69px;
}
#popUpSketchMenu a:hover{
	background-color:#eee;
	filter:alpha(opacity=70);opacity: 0.7;-moz-opacity:0.7;
}


a.product_thumbnail{
	border:1px dashed #ccc;
	display:block;
	margin:2px;
	padding:6px;
}
a.product_thumbnail:hover{
	border:1px solid #c80f0f;
}

/* ------- PRODUCT STYLE -------------------- */
/* ------------------------------------------ */
.productParentName{
	color:#666;
	font-size:18px;
	font-weight:normal;
	margin:5px 0px 10px 0px;
}


/* ------- Style Articles ------------- */
/* ----------------------------------- */
#styleArticles table{
	border-collapse:collapse;
}
#styleArticles table th{
	color:#fff;
	font-size:10px;
	padding:2px 10px 2px 10px;
	background-color:#999;
	text-align:left;
	border-right:1px solid #fff;
}
#styleArticles table td{
	padding:4px;
}

/* --- Product group SEPARATOR ----- */
#separator hr{
	border:0px;
	color:#666;
	background-color:#666;
	height:1px;
	padding:0px;
	margin:0px;
	clear:both;
}
#separator a{
	text-decoration:none;
	color:#666;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	float:right;
	background-image:url('../site_images/icon_gray_arrow_up.gif');
	background-repeat: no-repeat;
	padding-left:12px;
	background-position:0% 50%;
}
#separator a:hover{
	color:#999;
}




