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

/* ---------------------------------------------------- */

.visible_icon {
	float:left;
	width:20px;
	height:20px;
	margin-left:10px;
	background-image:url(../images/wm_cms_icons.png);
	background-repeat:no-repeat;
	background-position:0px;
}

.hidden_icon {
	float:left;
	width:20px;
	height:20px;
	margin-left:10px;
}

a.hidden_icon:hover {
	float:left;
	width:20px;
	height:20px;
	margin-left:10px;
	background-image:url(../images/wm_cms_icons.png);
	background-repeat:no-repeat;
	background-position:0px;
}

.edit_icon {
	float:left;
	width:20px;
	height:20px;
	background-image:url(../images/wm_cms_icons.png);
	background-repeat:no-repeat;
	background-position:-40px;
}

.delete_icon {
	float:left;
	width:20px;
	height:20px;
	background-image:url(../images/wm_cms_icons.png);
	background-repeat:no-repeat;
	background-position:-20px;
}

.up_icon {
	float:left;
	width:20px;
	height:20px;
	background-image:url(../images/wm_cms_icons.png);
	background-repeat:no-repeat;
	background-position:-80px;
}

.down_icon {
	float:left;
	width:20px;
	height:20px;
	background-image:url(../images/wm_cms_icons.png);
	background-repeat:no-repeat;
	background-position:-60px;
	margin-left:5px;
}

.new_btn {
	float:left;
	width:800px;
	margin-left:5px;
	background-color:#999;
	height:20px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

.in_stock_icon {
	float:left;
	width:20px;
	height:20px;
	margin-left:10px;
}

a.in_stock_icon:hover {
	float:left;
	width:20px;
	height:20px;
	margin-left:10px;
	background-image:url(../images/wm_cms_icons.png);
	background-repeat:no-repeat;
	background-position:0px;
}

.sold_out_icon {
	float:left;
	width:20px;
	height:20px;
	margin-left:10px;
	background-image:url(../images/wm_cms_icons.png);
	background-repeat:no-repeat;
	background-position:0px;
}

.temp_sold_out_icon {
	float:left;
	width:20px;
	height:20px;
	margin-left:10px;
	background-image:url(../images/wm_cms_icons.png);
	background-repeat:no-repeat;
	background-position:0px;
}

/* ---------------------------------------------------- */

