body {
	background-image: url(../img/bg_alpha.png);
	background-repeat: repeat-x;
}


/*** PRODUCT PAGES ***/
h3.category {
	margin-top: 25px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
}

div.row {
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

div.row p {
	line-height: normal !important;
}

div.row:hover {
	background-color: #dddddd;
}

div.product_icon {
	width: 8%;
}

div.product_title {
	width: 62%;
}

div.product_price {
	width: 15%;
	text-align: right;
}

div.product_detail {
	width: 15%;
	text-align: right;
}

@media only screen and (min-width: 0px) and (max-width: 955px) {
	div.product_icon {
		width: 10%;
	}
	
	div.product_title {
		width: 70%;
	}
	
	div.product_price {
		width: 20%;
	}
	
	div.product_detail {
		display: none !important;
	}
	
	h3.category {
		font-size: 1.2em !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	div.product_icon {
		display: block !important;
		float: left !important;
		width: 20%;
	}
	
	div.product_title {
		display: block !important;
		float: right !important;
		width: 80%;
	}
	
	div.row {
		/*display: block !important;*/
		height: auto !important;
	}
	div.product_price {
		display: block !important;
		width: 100%;
		clear: right !important;
		float: none !important;
		padding-top: 5px;
		padding-bottom: 5px;
	}	
	
	h3.category {
		font-size: 1.0em !important;
		text-overflow: ellipsis;
	}
}


.icon_engine {
	background-image: url("../img/icon_engine.png");
}

div#map-canvas {
	color: #010101;
}

/*** PAGINATION ***/
.pagination-page a.white {
	color: black !important;
}

.pagination-separator {
	float: left;
	padding-top: 15px;
	height: 15px;
}
.pagination-current-page {
	float: left;
	display: block;
	height: 30px;
	background-image: url("../img/form_group_back.png");
	border-top: solid 1px #e77e80;
	border-bottom: solid 1px #47070a;
	border-right: solid 1px #8d0d16;
	border-left: solid 1px #c41415;
	color: white;
	text-shadow: 1px 1px 1px black;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-family: 'EurostileBold';
	margin-top: 5px;
	padding-top: 0px;
	cursor: pointer;
	text-align: center;
	line-height: 28px;	
	margin-right: 10px;
	min-width: 20px;
	margin-bottom: 10px;
}

.pagination-page {
	float: left;
	display: block;
	height: 30px;
	background-color: #cecece;
	border: solid 1px #aaa;
	color: black;
	text-shadow: 1px 1px 1px #ccc;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-family: 'EurostileBold';
	margin-top: 5px;
	padding-top: 0px;
	cursor: pointer;
	line-height: 28px;	
	text-align: center;
	margin-right: 10px;
	min-width: 20px;
	margin-bottom: 10px;
}