@charset "utf-8";
/* CSS Document */

ul { list-style:none inside; }

.fixed-box {
	
	bottom: 0;
	left: 0;
	position: fixed;
	_position: absolute;
	width: 100%;
    z-index: 1000;
	background: url(../images/btn_back.gif) 0 0 repeat-x;
	/*background: transparent url(../images/overlay-bg.png) repeat 0 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/modules/CompareBox/theme1/images/overlay-bg.png', sizingMethod='scale');  */
}

.fixed-box .content {
	margin-left: auto;
	margin-right: auto;
	width: 992px;
	height: 34px;
	overflow: hidden;
	position: relative;
}

.fixed-box ul { 
	list-style:none inside;
	margin: 0 auto;
	width: 600px;
	 }
	 
.fixed-box li { 
	height: 34px;
	}
	
.fixed-box li:hover { 
	height: 34px;
	background: url(../images/btn_back1.gif) 0 0 repeat-x;
	}	
	

.fixed-box .button{
	text-decoration: none;
	float: left;
	color: ffffff;
	width: 100px;
	padding-top: 10px;
	}
	
.fixed-box .button a,
.fixed-box .button a:visited{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 0 20px 0 20px;
}
.fixed-box .button a:hover{
	text-decoration: none;
}
