/* CSS Document */

#fpg-widget-wrapper {
	overflow-y:hidden;
	overflow-x:auto;
	min-height:180px;
	white-space: nowrap;
}

.fpg-widget-title {
	font-weight:bold;
	color:#444;
	display:block;
	font-size:20px;
	margin:20px 0 20px 0;
}


#fpg-widget-wrapper::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #f1f1f1;
}

	#fpg-widget-wrapper::-webkit-scrollbar-thumb { background: #bbb; }
	#fpg-widget-wrapper::-webkit-scrollbar-corner { background: #000; }

#fpg-widget-wrapper .fpg_product {
	border:1px solid #dadada;
	width:130px;
	min-height:170px;
	display:inline-block;
	margin-right:6px;
	float:left;
}

	#fpg-widget-wrapper .fpg_thumb {
		white-space:normal;	
		height:75px;
		margin:0 auto;
		display:block;
	}
	
	#fpg-widget-wrapper .fpg-name {
		display:block;
		color:#666;
		font-size:12px;
		width:93%;
		white-space:normal;	
		text-align:center;
		line-height:14px;
		margin:4px auto;
	}
	
	#fpg-widget-wrapper .fpg_select,
	#fpg-widget-wrapper .fpg_info {
		height:25px;
		width:25px;
		border-radius:13px;
		background-color:#4f71ab;
		display:block;
		text-align:center;
		cursor:pointer;
		float:right;
		margin-right:5px;		
	}

		#fpg-widget-wrapper .fpg_select span {
			display:block;
			height:100%;
			width:100%;			
			line-height:28px !important;
			font:22px arial;
			color:#fff;
			text-align:center;
		}
	#fpg-widget-wrapper .fpg_product i.added { display:none; }
	
	#fpg-widget-wrapper .fpg_info { 
		background-color:#c1c1c1;
	}
	
	#fpg-widget-wrapper .fpg_info span {
		color:#fff;
		display:block;
		line-height:25px;
		width:100%;
		text-align:center;
		font-weight:bold;
	}

    #fpg-widget-wrapper select {
        max-width:95%;
        margin:0 auto;
        display:block;
        font-size:11px;
    }


/* selected */
	#fpg-widget-wrapper .fpg_product.selected { border:1px solid #a1d631; }
	#fpg-widget-wrapper .fpg_product.selected a.fpg_select { background-color:#a1d631; }	
	
	#fpg-widget-wrapper .fpg_product.selected span.add { display:none; }
	#fpg-widget-wrapper .fpg_product.selected i.added { 
		display:block; 
		color:#fff;
		line-height:25px;
	}
			

