


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 160%;
	color: #0557A9;
	font-style: italic;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -300;
left: 60px; /*position where enlarged image should offset horizontally */

}
/*END*/


table {
  position: relative;
  border:1px solid #BCBEBE;


  border-collapse:collapse;
  font-family:arial,sans-serif;

}

td,th{
  border:1px solid #D5E3F0;
  border-collapse:collapse;
  padding:5px;
}
.IMAGEBORDER_LIGHT {
	position: absolute;
	border: 1px solid #EFEFEF;
	top: -1px;
}

.BIG_PIC {
	position: absolute;
	border: 1px solid #EFEFEF;
	top: -1px;
	right:178px;
}



.PRODUCT_BIG_PRICE {
	color: #095AAA;
	font-size: 20px;
}

.PRODUCT_BIG_OLD_PRICE {
	color: #FE0202; 
	text-decoration: line-through;
	font-size: 16; 
}

.OVERVIEWTEXT {
	font-size: 11px;
	font-weight:bold;
	color: #0859AA;
	line-height: 23px;
}

.OVERVIEWTEXT_BIG {
	color: #666666;
	font-size: 14px;
	font-weight:bold;

}


#fn,#dp,#ar{width:58px;}
#fr,#to{width:138px;}
caption{
  background:#ccc;
  font-size:140%;
  border:1px solid #AAA;
 
  border-bottom:none;
  padding:5px;
  text-align:left;
}
thead th{
  background:#9cf;
  text-align:left;
}
tbody th{
  font-size:140%;
  text-align:left;
  background-image: url(../img/bg/gradient_darkgrey.gif);
  layer-background-image: url(../img/bg/gradient_darkgrey.gif);
}
tfoot td{
  text-align:right;
  font-weight:bold;
  background:#369;
}
tbody td{
 z-index:3;
  color: #666666;
  background-repeat:repeat-x;
  background-image: url(../img/bg/gradient_lightgrey.gif);
  layer-background-image: url(../img/bg/gradient_lightgrey.gif);
}
tbody tr.odd td{
  background:#ccc;
}

#PRODUCT_VERY_BIG {
	position: absolute;
	top:-2px;
	width: 520px;
	background-image: url(../img/bg/gradient_lightgrey.gif);
	layer-background-image: url(../img/bg/gradient_lightgrey.gif);
	border-top: 1px solid #EFEFEF;	
	z-index:3;
	color: #666666;
	background-repeat:repeat-x;
}

#PRODUCT_DESC_VERY_BIG {
	position: relative;
	left:323px;
	top: -1px;
	width: 178px;
	border: 1px solid #EFEFEF;
	height:268px;
	background-image: url(../img/bg/gradient_lightgrey.gif);
	layer-background-image: url(../img/bg/gradient_lightgrey.gif);
	z-index:5;
	color: #666666;

	background-repeat:repeat-x;
}
#IE_FF_PADDING_HACK {
	padding:5px;
}

#PRODUCT_INFO_BRICKS_OVERVIEW {
	width: 322px;
	border: 1px solid #D5E3F0;
	padding: 1px;
	background-image: url(../img/bg/gradient_lightgrey.gif);
	layer-background-image: url(../img/bg/gradient_lightgrey.gif);
	z-index:5;
	color: #666666;
	background-repeat:repeat-x;
}

#PRODUCT_INFO_BRICK{
	position: relative;
	width: 490px;
	border: 1px solid #D5E3F0;
    border-bottom:none;
	padding: 5px;
	background-image: url(../img/bg/gradient_lightgrey.gif);
	layer-background-image: url(../img/bg/gradient_lightgrey.gif);
	z-index:5;
	color: #666666;
	background-repeat:repeat-x;
}

#PRODUCT_COLORED_BRICK_BOX{
	position: relative;
	right: 6px;
	top: -6px;
	width: 100px;
	height: 100%;
	border: 1px solid #D5E3F0;
	background-color:#aaa;
    border-bottom:none;
	color: #666666;	
}
