﻿/* --------------------Nagesh Added---------------------------------- */
.item-wrapper{
	margin:5px;
	padding:5px;
	border:1px solid #ddd;
}

.grid-image-wrapper img{
	margin:0 auto;
}
.description-wrapper{
	padding:18px 11px;
	line-height:1.6em;
}
.cp-progress{
	height:5px;
	border-radius:0;
	background:#cfd5da;
	box-shadow:none;
	margin-bottom:5px;
}

.cp-progress .progress-bar{
	background:#f25430;
	border:none;
	box-shadow:none;
}
.cp-progress .progress-bar{
	background:#3bafda;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: none;
	background: #333;
	text-transform:uppercase;
	color: #fff;
	padding:12px 0;
	border-radius:2px;
	cursor:pointer;
	width:100% !important;
	font-family:'Oswald', sans-serif;
	font-size:130%;
}

.ui-state-disabled{
	display:none;
}

/* ------------------------------------------------------------------ */