/*----- Tabs -----*/
.compare{
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 0px;
	height:80px;
	width: 145px;
	border-width:1px;
	border-style:dotted;
	border-color:black;
	margin-left:-2px;
	margin-right: 16px;
	background-color:white;

}
.compare-container {
	border-color:black;
	background-color: #F0F5FF;
	margin-top: 10px;
	box-shadow: 2px 2px 1px #888888;
	width:auto;

}
.stick-compare-container {
    position:fixed;
    top:0px;
    z-index:400;
}

.compare-button {
	margin-top: 30px;
}

.compare_image_box{
	height:72px;
	margin-top: 4px;
	overflow:hidden;
	margin-right:-11px;
}

.compare_name{
    overflow:hidden;
    height: 68px;
    margin-top: 5px;
    word-wrap: break-word;

}

.close_one {
	margin-right:-10px;
}
.close_one_product{
	margin: -3px;
}

.msg_container{
	position: relative !important;
	width:762px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 200;
	margin-top: -10px;
}

.msg_container_override{
	position: fixed !important;
	top: 122px;
	z-index: 600;
}

.panel{
	margin-bottom: 10px !important;
}
