@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome/fontawesome.eot');
	src:url('../fonts/fontawesome/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome/fontawesome.ttf') format('truetype'),
		url('../fonts/fontawesome/fontawesome.svg#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Main container */
.cbp-vm-switcher {
	padding: 0px;
}

/* options/select wrapper with switch anchors */
.cbp-vm-options {
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}
.cbp-vm-options .smt-title {
	display: inline-block;
	width: 830px;
	height: 30px;
	white-space: nowrap;
	color: #000;
	font-size:26px;
	text-align:left;
}
.cbp-vm-options a {
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	color: #3498db;
	margin: 2px;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
	color: #000;
}

.cbp-vm-options a:before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight:normal;
	text-align: center;
	display: inline-block;
}

/* General style of switch items' list */

.cbp-vm-switcher ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before, 
.cbp-vm-switcher ul:after { 
	content: " "; 
	display: table; 
}

.cbp-vm-switcher ul:after { 
	clear: both; 
}

.cbp-vm-switcher ul li {
	display: block;
	position: relative;
}

.cbp-vm-image {
	display: block;
	margin: 0 auto;
	overflow:hidden;
}

.cbp-vm-image img {
	display: inline-block;
	max-width: 100%;
	border: none;
}

.cbp-vm-title {
	margin: 0;
	padding: 0;
}

.cbp-vm-price {
	color:#5E5E5E;
}

.cbp-vm-add {
	color: #000;
	padding: 5px 0;
	margin: 10px 0 0 10px;
	display: inline-block;
	font-size:11px;
	font-weight:normal;
	border-bottom:1px dotted #000;
}

.cbp-vm-add:hover {
	color: #aea470;
	border-bottom:1px dotted #aea470;
}

.cbp-vm-add:before {
	margin-right: 5px;
}

/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {
	content: "\f00a";
}

.cbp-vm-list:before {
	content: "\f00b";
}

/*.cbp-vm-add:before {
	content: "\f055";
}
*/
/* Individual view mode styles */

/* Large grid view */
.cbp-vm-view-grid ul {
	text-align: left;
}

.cbp-vm-view-grid ul li {
	background:#fff;
	width: 32.3%;
	text-align: left;
	padding: 0;
	display: inline-block;
	min-height: 330px;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

.spaces {
	margin-right: 10px;
}
.nospaces {
	margin-right: 0;
}
/*.cbp-vm-view-grid ul li:nth-child(2n+3) {
	margin-right:0;
}
*/
.cbp-vm-view-grid .cbp-vm-image {
	max-height:170px;
	min-height:170px;
	margin-bottom:10px;
}

.cbp-vm-view-grid .cbp-vm-title {
	font-size: 18px;
	line-height:normal;
	padding:0 10px;
}

.cbp-vm-view-grid .cbp-vm-details {
	max-width: 275px;
	height:auto;
	min-height:40px;
	margin: 0 auto;
	padding:0 10px;
	font-size:12px;
} 

.cbp-vm-view-grid .cbp-vm-price {
	margin: 10px 0;
	font-size: 14px;
	padding:0 10px;
}


/* List view */
.cbp-vm-view-list li {
	padding: 10px;
	margin:10px 0;
	white-space: nowrap;
	background:#fff;
	min-height:80px;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-details p,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
	width: 15%;
	min-width: 15%;
	max-height:80px;
	min-height:80px;
}

.cbp-vm-view-list .cbp-vm-title {
	font-size: 14px;
	padding: 0 10px;
	white-space: normal;
	width: 24%;
	min-width: 24%;
	line-height:normal;
}

.cbp-vm-view-list .cbp-vm-price {
	font-size: 12px;
	width: 6%;
	min-width: 6%;
}

.cbp-vm-view-list .cbp-vm-details, .cbp-vm-view-list .cbp-vm-details p {
	width: 41%;
	min-width: 41%;
	padding: 0 15px;
	overflow: hidden;
	white-space: normal;
	line-height:normal;
	font-size: 11px;
	color:#0D0D0D;
}

.cbp-vm-view-list .cbp-vm-add {
	margin: 0;
}

/*.. NEW STYLE RULE ..*/