body,html{
	padding:0px;
	margin:0px;
	height:100%;
	font-weight:bold;
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	background-color: #ccc;
	/*background-color: #A6C3DA;*/ 
}

.bg{
	text-align:center;
	float: left;
	width:246px !important;
	height:255px !important;
	/* Hack IE*/
	width:277px;
	height:286px;
	padding: 10px;
	border: 10px solid #ccc;
	border-width: 10px 0px 0px 10px;
}

.tab{
	padding: 10px;
	border: 10px solid #ccc;
	border-width: 10px 0px 0px 10px;
}

img{
	border: 0px solid #000;
}

.sale{
	color:#c00;
}

.bGap{
	border-bottom-width: 10px;
}

.black{
	color: #fff;
	background-color: #000;
}
.white{
	color: #000;
	background-color: #fff;
}

a:visited, a:link{
	color: #000;
}
