.isell_clear_float{
    clear: both;
}

/* Style 1 CSS */
.isell_style1{
    float: left;
    border: 1px solid #ccc;
    margin: 5px 10px 5px 0;
    width: 180px;
}
.isell_style1_wrap{
    margin: 15px;
}
.isell_style1_thumb {
    width: 150px;
    height: 120px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.isell_style1_thumb img{
    max-width: 150px;
}

.isell_style1_price{
    color: green;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
}
.isell_style1_name{
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
}

.isell_style1 a.button{
    /* font-size: 100%; 
    margin: 0;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    overflow: visible;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 2px;
    color: #5e5e5e;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border: 1px solid #c8bfc6;
    background: #f7f6f7;
    display: inline-block;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.075),inset 0 1px 0 rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.1);*/
    display: inline-block;
	position: relative;
	padding: 10px 25px;
  
	background-color: #4CC713;
	color: white;
  
	font-family: sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	text-indent: 15px;
}

.isell_style1 a.button:hover {
	background-color: #333;
	color: white;
}

.isell_style1 a.button:before, .buttonDownload:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 15px;
	top: 52%;
}

/* Download box shape  */
.isell_style1 a.button:before {
	width: 10px;
	height: 2px;
	border-style: solid;
	border-width: 0 2px 2px;
}

/* Download arrow shape */
.isell_style1 a.button:after {
	width: 0;
	height: 0;
	margin-left: 3px;
	margin-top: -7px;
  
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: transparent;
	border-top-color: inherit;
	
	animation: downloadArrow 2s linear infinite;
	animation-play-state: paused;
}

.isell_style1 a.button:hover:before {
	border-color: #4CC713;
}

.isell_style1 a.button:hover:after {
	border-top-color: #4CC713;
	animation-play-state: running;
}


/* style 1 CSS */

