/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ **/
body{
	overflow-y : scroll;
}

h2{
	font-family: "segoe print", "lucida sans unicode", arial, sans-serif;
	font-size  : 16px;
	font-weight: bolder;
}
/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ **/
.frameBig{
	float      : left;
}

.frameBig{
	background : transparent url(/images/images1.png) no-repeat -302px -168px;
	height     : 300px;
	width      : 300px;
	overflow   : hidden;
}
		.frameBig img{
			background : transparent url(/images/loading.gif) no-repeat center center;
			margin     : 5px 0px 0px 5px;
		}

.frameSmall{
	float      : left;
}

.frameSmall{
	background : transparent url(/images/images1.png) no-repeat -1px -319px;
	height     : 98px;
	width      : 94px;
	overflow   : hidden;
}
		.frameSmall img{
			background : transparent url(/images/loading.gif) no-repeat center center;
			margin     : 5px 0px 5px 5px;
		}
/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ **/
.hline{
	border-top : 1px solid #f5f5f5;
}
/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ **/
.buttoy{
	font-weight: bolder;
	float      : right;
}

.button, .buttox{
	cursor     : pointer;
	font-weight: bolder;
	float      : left;
}
	.button .t{
		float      : left;
		line-height: 25px;
		height     : 25px;
		background : transparent url(/images/images1.png) no-repeat -625px -476px;
		color      : #000000;
		width      : auto;
		padding    : 0px 0px 0px 10px;
	}
	.button .r{
		float      : left;
		line-height: 25px;
		height     : 25px;
		background : transparent url(/images/images1.png) no-repeat -840px -476px;
		width      : 15px;
	}
	.buttox .t{
		float      : left;
		line-height: 25px;
		height     : 25px;
		background : transparent url(/images/images1.png) no-repeat -385px -476px;
		color      : #ffffff;
		width      : auto;
		padding    : 0px 0px 0px 10px;
	}
	.buttox .r{
		float      : left;
		line-height: 25px;
		height     : 25px;
		background : transparent url(/images/images1.png) no-repeat -610px -476px;
		width      : 15px;
	}
/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ **/
.rating5{
	background : transparent url(/images/images1.png) no-repeat -813px -321px;
	width      : 65px;
	height     : 12px;
	font-size  : 1px;
}

.rating4{
	background : transparent url(/images/images1.png) no-repeat -813px -333px;
	width      : 65px;
	height     : 12px;
	font-size  : 1px;
}

.rating3{
	background : transparent url(/images/images1.png) no-repeat -813px -345px;
	width      : 65px;
	height     : 12px;
	font-size  : 1px;
}

.rating2{
	background : transparent url(/images/images1.png) no-repeat -813px -357px;
	width      : 65px;
	height     : 12px;
	font-size  : 1px;
}

.rating1{
	background : transparent url(/images/images1.png) no-repeat -813px -369px;
	width      : 65px;
	height     : 12px;
	font-size  : 1px;
}
/** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ **/
#tooltip{
	position   : absolute;
	border     : 1px solid #333333;
	background : #f7f5d1;
	color      : #333333;
	padding    : 5px;
	display    : none;
}