/*
Description: Custom CSS for StickyZon Lite WordPress Plugin.
Author: John GlissonAuthor URI: http://StickyZon.com/Version: 1.1.2
*/

#sz-wrapper {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sz-widget-title {
	float: left;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
}

#sz-product-wrap {
	float: left;
	width: 25%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sz-product-img {
	float: left;
	width: 100%;
	min-height: 160px;
	text-align: center;
}

.sz-product-img {

}

#sz-product-wrap img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

#sz-product-title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#sz-product-price {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

#sz-product-link {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#sz-sponsor {
	float: left;
	width: 100%;
	text-align: right;
	font-size: 0.7em;
	font-weight: bold;
}

/*************************************************************************/
/* Smaller Screen Mods */
/*************************************************************************/
@media screen and (max-width: 767px) {  
	#sz-product-wrap {
		width: 50%;
	}
}  

@media only screen and (max-width: 550px) {
	#sz-product-wrap {
		width: 100%;
	}
}

@media only screen and (max-width : 480px) {  
	#sz-product-wrap {
		width: 100%;
	}
}  

/* iPhone portrait *******/
@media only screen and (max-width: 320px) {
	#sz-product-wrap {
		width: 100%;
	}
}



