div.home_page{
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	box-shadow: 0 1px 7px rgba(0,0,0,.33);
	/*margin-bottom: 10px;*/
	position:relative;
	z-index:77;
	/*min-width:1018px;*/
}
	.home_page .product_list{
		position: relative;
		width: 960px;
		background: url(../images/dropdown/bg_shadow.png) no-repeat 0 70px;
		margin: 0 auto;
	}
		
		.home_page .product_list h3{
			color: #000;
			font-family: "museo-sans", sans-serif;
			font-size: 24px;
			padding-left: 15px;
			margin: 10px 0 20px 0;
			font-weight:500;
		}
		.home_page .product_list h3 span{
			font-weight: 100;
		}
		.home_page .product_list ul{
			display: inline-block;
			float: left;
			margin-left: 20px;
		}
		.home_page .product_list ul:last-child{
			margin-left: 50px;
		}
		.home_page .product_list ul li:first-child{
			float:none;
			padding:0;
		}
		.home_page .product_list ul li:last-child{
			margin-right: 0;
		}
		.home_page .product_list ul:last-child li:last-child{
			margin-left: 20px;
		}
			.home_page .product_list ul li{
				margin-right: 15px;
				padding-bottom: 20px;
				float: left;
			}
			.home_page .product_list ul li>img,.product_list li .item_info{
				cursor: pointer;
			}
			.product_list li .item_info p a{
				text-decoration:none;
				color:#000000;
			}
			.product_list li:hover .item_info p a{
				color: #e83465;
				/*text-decoration:underline;*/
				transition: color 0.15s ease-out;
			}
			/*.product_list li:hover .item_info p:after{
				content: "";
				z-index: 20;
				position: absolute;
				bottom: 20px;
				margin-left: -5.5%;
				border-style: solid;
				border-width: 1px 12px 12px 12px;
				border-color: transparent transparent #f9f9f9 transparent;
			}*/
			.product_list li:nth-child(3n+3):hover .item_info p:after{
				margin-left: -4.8%;
			}
			.product_list li .item_info p{
				color: #000;
				font-family: "museo-sans", sans-serif;
				font-size: 20px;
				text-align: center;
				margin-bottom: 0;
				margin-top: 3px;
				transition: color 0.15s ease-out;
				float: none !important;
			}
			.product_list li .item_info span{
				display: block;
			}
				.product_list li .item_info span img{
					display: block;
					margin: 0 auto;
				}
			.product_list li .full_info{
				/*visibility: hidden;*/
				width: 830px;
				position: absolute;
				z-index: 11;
				top: 200px;
				left: 50px;
				border-radius: 5px; 
				border: 1px solid #ebebeb;
				box-shadow: 0 3px 8px rgba(0,0,0,.27);
				/*background: url(https://clamcase.com/skin/frontend/pro/cc/images/ipad_mini_in_hand.jpg) no-repeat right bottom #f9f9f9;*/
				background-color: #fff;
				padding: 40px 0 20px 40px;
				/*transition: visibility 0.3s ease-out;*/
			}
			.product_list ul:first-child li:nth-child(3n+2) .full_info{
				background: url(../images/dropdown/ipad_mini_in_hand.jpg) no-repeat right bottom #f9f9f9;				
			}
			.product_list ul:first-child li:nth-child(3n+3) .full_info{
				background: url(../images/dropdown/ipad_air_bg.jpg) no-repeat right bottom #f9f9f9;				
			}
			.product_list ul:first-child li:nth-child(3n+4) .full_info{
				background: url(../images/dropdown/ipad_234_bg.jpg) no-repeat right bottom #f9f9f9;				
			}
			.product_list ul:last-child li:nth-child(3n+2) .full_info{
				background: url(../images/dropdown/ipad_234_black_bg.jpg) no-repeat right bottom #f9f9f9;				
			}
			.product_list ul:last-child li:nth-child(3n+3) .full_info{
				background: url(../images/dropdown/trooper_bg.jpg) no-repeat right bottom #f9f9f9;				
			}
			.product_list li:hover .full_info{
				/*visibility: visible;
				transition: visibility 0.8s ease-out;		*/		
			}
			.product_list li .full_info h4{
				color: #000;
				font-family: "museo-sans", sans-serif;
				font-size: 23px;
				margin-bottom: 0;
				font-weight:500;
			}
			.product_list li .full_info span{
				font-weight: 100;
			}
			.product_list li .full_info>em{
				color: #5d6971;
				font-family: "museo-sans", sans-serif;
				font-size: 18px;
				font-weight: 100;
				font-style: normal;
				float: left;
			}
			.product_list li .full_info ul{
				width: 100%;
				margin: 20px 0 30px 0;
			}
			.product_list li .full_info ul h5{
				font-weight: bold;
			}
			.product_list li .full_info ul li{
				color: #5e6871;
				font-family: "ITC Franklin Gothic Std",'franklin-gothic-urw',Arial;
				font-size: 14px;
				float: none;
				padding: 0;
				margin: 5px 0 !important;
			}
			.product_list li .full_info ul:last-child{
				margin-left: 20px;
			}
			.product_list li .full_info ul:last-child li{
				width: 120px;
				margin: 0 !important;
			}
			.product_list li .full_info ul:last-child span{
				display: block;
				text-align: center;
				color: #5d6971;
				font-family: "museo-sans", sans-serif;
				font-size: 13px;
			}
			.product_list li .full_info ul:last-child img{
				display: block;
				margin: 0 auto;
			}
			.product_list li .full_info ul:last-child em{
				display: block;
				text-align: center;
				color: #000;
				font-family: "museo-sans", sans-serif;
				font-size: 18px;
				font-style: normal;
			}
			.home_page .close{float:right; margin:6px 50px 0 0; display:none;}
			.mm_notify {
				background: -moz-linear-gradient(center top , #67A3FF 1%, #5393F6 18%, #3474F1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
				background: -webkit-linear-gradient(center top , #67A3FF 1%, #5393F6 18%, #3474F1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(103,163,255,1) 1%,rgba(83,147,246,1) 18%,rgba(52,116,241,1) 100%); /* Chrome10+,Safari5.1+ */
				border: 1px solid #3163C1;
				border-radius: 35px;
				box-shadow: 0 1px 3px #D3D3D3, 0 1px 0 rgba(223, 235, 235, 0.4) inset;
				/*margin: 20px 0 30px 33px;*/
				overflow: hidden !important;
				padding: 5px;
				width: 145px;
				float:left;
			}
			.mm_notify:hover{
				box-shadow:0 1px 3px #d3d3d3, inset 0px 1px 0 rgba(223,235,235,.1);		
				background: rgb(62,126,242); /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzNlN2VmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzNkN2RmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODU4YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  rgba(62,126,242,1) 1%, rgba(61,125,242,1) 18%, rgba(40,88,182,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(62,126,242,1)), color-stop(18%,rgba(61,125,242,1)), color-stop(100%,rgba(40,88,182,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(62,126,242,1) 1%,rgba(61,125,242,1) 18%,rgba(40,88,182,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  rgba(62,126,242,1) 1%,rgba(61,125,242,1) 18%,rgba(40,88,182,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  rgba(62,126,242,1) 1%,rgba(61,125,242,1) 18%,rgba(40,88,182,1) 100%); /* IE10+ */
				background: linear-gradient(top,  rgba(62,126,242,1) 1%,rgba(61,125,242,1) 18%,rgba(40,88,182,1) 100%); /* W3C */
				
			}
			.mm_notify .button2 {
				background-color: rgba(0, 0, 0, 0);
				background-image: url("../../ccipair/images/mail_icon.png");
				background-position: 90% center;
				background-repeat: no-repeat;
				background-size: 17px auto;
				border: medium none;
				color: #FFFFFF;
				display: block;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 14px;
				font-weight:normal !important;
				margin: 0;
				overflow: hidden;
				padding: 2px 35px 1px 13px;
				text-align: left;
				text-decoration: none;
				text-shadow: 0 1px 0 #295BB9;
				text-transform: uppercase;
			}