*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body {
	min-width: 0;
}
html {
	background:#fff !important;
}

h2 {
	font-size:18px;
	margin:0 0 4px;
	font-weight:normal;
}
h3 {
	font-size:16px;
	margin:0 0 4px;
	font-weight:normal;
}
h2,h3{
	border-bottom:1px solid #e9e9e9;
	padding-bottom:2px;
	clear:both
}

.clear {
	clear:both
}
.wrap {
	padding:5px
}
/*zurb*/
a:link, a:visited {
    color: #2ba6cb;
}

.tabs {
	background:none;
}
.row {
	width:100%;
	min-width:450px;
}
.attention {
	background:#fffed9;
	padding:10px;
	margin:10px auto;
	width:90%;
	color:#a56d00;
	border:1px solid #eab44a
}
.clipart-note {
	margin-top:15px;
	margin-bottom:0;
	color:#6e6e6e
}
.clipart-logo {
	width:100px;
	float:left;
	margin:0 5px 5px
}
.clipart_tags .current {
	font-weight:bold
}
.clipart-wrap{
	text-align:center;
}
.clipart-item{
	border:5px solid #fff;
	width:150px;
	height:150px;
	margin-right:5px;
	margin-bottom:5px;
	cursor:pointer;
	/* float:left; */
	overflow:hidden;
	display:inline-block;
}
.clipart-item img{
	max-width:100%;
	background:#fff;
}
.clipart-item {
	position:relative;
	background:url(../images/wpspin_light.gif) no-repeat center 30px;
}

.clipart-item.checked {
	border:5px solid #1e8cbe
}
.clipart-item.saved {
	border:5px solid #6e6e6e !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.clipart-item .fake-check{
	display:none
}
.clipart-item.checked .fake-check{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:37px;
	height:37px;
	background:url(../images/checkthis.png) no-repeat left top;
}
.clipart-item.saved .fake-check{
	display:block !important;
	background-position: right top
}


.static-top {
	width:100%;
	background:#fff;
	z-index:1000;
	padding-top:10px;
	position:fixed;
	top:0;
	left:0
}
.static-bottom {
	width:100%;
	background:#fff;
	z-index:1000;
	padding-top:10px;
	padding-bottom:10px;
	position:fixed;
	bottom:0;
	left:0
}
ul.tabs-content {
	padding-top:70px;
	min-height:452px;
	position:relative;
}
.pagination-wrap{
	position:relative;
	left:-50%;
	float:right
}
.pagination {
	position:relative;
	left:50%;
	margin-left:0 !important;
	width:auto;
	text-align:center;
	background:#fff;
}