/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.Not_transparent_class {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.PicPopTbl {
	position: absolute;
	z-index: 9999998;
	top: 0px;	
	left: 0px;
	height:100%;
	width:100%;
	cursor: pointer; 
/*	display:none;*/
	background-color:#000000;
}


.PicPopTbl2 {
	position: absolute;
	z-index: 9999999;
	top: 0px;	
	left: 0px;
	/*height:100%;
	width:100%;	*/
	cursor: pointer; 
	/*display:none;*/
}

.FormError {color: #FFFFFF; background-color:#990000; font-weight:bold;}
.FormClass {color: #000000; background-color:#FFFFFF;}



form {
	margin:0;
	padding:0;
}

.DiscountPrice {
	color: #990000;
}

.ItemsPager {
	text-align:center;
}
.Hand {
	cursor: pointer;
}
