/********************************
	FEATURES
********************************/
.featureText{
	width:390px;
	font-size:16px;
	line-height:26px;
}
.featureText p{
	line-height:26px;
}



/*Extremely Flexible Design Options*/
#wizart-store-shelf1{
	background:url(./wizart-store-shelf1-items.png) bottom left no-repeat;
	width: 318px;
	height: 144px;
	padding-left: 9px;
	margin-top:30px;
}
#wizart-store-shelf1 a,
#wizart-store-shelf1 span{
	float:left;
	display:block;
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
	width:103px;
	height:126px;
	background-image:url(./wizart-store-shelf1-items.png);
	background-repeat:no-repeat;
	-webkit-transition:top .2s linear;
	-moz-transition:top .2s linear;
	-o-transition:top .2s linear;
	transition:top .2s linear;
}
#wizart-store-shelf1 a:hover{
	top:-8px;
}
#artwork1{
	background-position:-342px 0;
}
#artwork2{
	background-position:-445px 0;
}
#artwork3{
	background-position:-549px 0;
}




/*Extremely Flexible Design Options*/
#features-design-visual{
	background:url(./features-design-sprite.png) bottom left no-repeat;
	width: 318px;
	height: 144px;
	padding-left: 9px;
	margin-top:30px;
}
#features-design-visual a,
#features-design-visual span{
	float:left;
	display:block;
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
	width:103px;
	height:126px;
	background-image:url(./features-design-sprite.png);
	background-repeat:no-repeat;
	-webkit-transition:top .2s linear;
	-moz-transition:top .2s linear;
	-o-transition:top .2s linear;
	transition:top .2s linear;
}
#features-design-visual a:hover{
	top:-8px;
}
#example1{
	background-position:-342px 0;
}
#example2{
	background-position:-445px 0;
}
#example3{
	background-position:-549px 0;
}


/*Multiple Payment Gateways*/
#features-gateways-visual{
	width:37%;
}
#gatewayDemoList{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}
#gatewayDemoList li label{
	float:left;
	display:block;
	width:151px;
	height:111px;
	margin-bottom:30px;
	background-image:url(./features-gateways-visual.png);
	cursor:pointer;
	opacity: 0.7;
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	transition:opacity .2s linear;
}
#gatewayDemoList li label:hover,
#gatewayDemoList .active{
	opacity:1;
}
#gatewayDemoList strong{display:none}
#featurePaypal label{background-position:-151px 0;margin-right:30px}
#featureGoogle label{background-position:-302px 0}
#featureAmazon label{margin-right:30px}
#featureEmail label{background-position:-453px 0;opacity:.5!important;cursor:default!important}

#gatewayDemoList li label input{
	position:relative;
	left: 67px;
	top: 82px;
}
#features-gateway-checkout{
	display:block;
	background:url(./features-gateways-visual.png) 0 100%;
	width:219px;
	height:51px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}
#features-gateway-checkout:hover{
	background-position:-219px 100%;
}
#features-gateway-checkout:active{
	background-position:-438px 100%;
}


/*No Databases, just simple HTML & Javascript*/
#feature-code-bar{
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	border-top:1px solid #000;
	-webkit-box-shadow:inset 0 1px 0 #4C4D4D;
	-moz-box-shadow:inset 0 1px 0 #4C4D4D;
	box-shadow:inset 0 1px 0 #4C4D4D;
	padding:10px;
	background: #3a3a3b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTJjMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3a3a3b 0%, #2a2c2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3b), color-stop(100%,#2a2c2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a3a3b 0%,#2a2c2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a3a3b 0%,#2a2c2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a3a3b 0%,#2a2c2e 100%); /* IE10+ */
	background: linear-gradient(top,  #3a3a3b 0%,#2a2c2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3b', endColorstr='#2a2c2e',GradientType=0 ); /* IE6-8 */
}
.ie9 #feature-code-bar{
	filter:none;
}

.insetBox{
	margin: 30px -40px -20px -40px;
	background:url(./grayNoise.png);
	border-top:1px solid #D6D6D6;
	clear:both;
	padding:40px;
	position:relative;
}
.insetBoxPointer{
	position:absolute;
	top:-23px;
	right:195px;
	width:31px;
	height:23px;
	background:url(./insetPointer.png);
}
.allFeatures{
	color:#555;
	font-weight:bold;
	list-style:none;
	padding-left:0;
}
.allFeatures li{
	margin:8px 0;
}
.allFeatures ul{
	color:#777;
	font-weight:normal;
	list-style:disc;
	padding-left:30px;
}
.allFeatures ul li{
	margin:2px 0;
}
.allFeatures p{
	color:#777;
	font-weight:normal;
	margin:3px 0;
}