/* @group Site Styles */

h1 {
	margin-top: 10px;
}

h1 span {
	color: gray;
	font: 16px/16px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* @end */

/* @group Page Styles */

.filters {
	margin-top: 25px;
}

.filters .sixteen.columns {
	margin-left: 0;
	margin-right: 0;
}

.container .filters .block1 {	
	background-color: #eaeaea;
	width: 440px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 3px;
}

.container .filters .block2 {
	background-color: #eaeaea;
	width: 320px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 3px;
}

.container .filters .block3 {
	
}

.container .filters .block3 input {
	width: 120px;
	margin-bottom: 0;
	margin-top: 31px;
	padding-top: 12px;
	padding-bottom: 11px;
	height: 120px;
	border-radius: 60px;
	background-color: #eaeaea;
}

.container .filters input[type=text] {
	padding-top: 5px;
	padding-bottom: 5px;
}

.container .filters input[type=submit]:disabled {
	background-color: #f7f7f7;
}

table {
	width: 100%;
	margin-top: 35px;
}

table tr {
	
}

table tr td {
	padding-right: 10px;
}

table thead {
	height: 25px;
	font-size: 14px;
}

table thead tr {
	background-color: #eaeaea;
}

table thead tr td {
	padding-top: 14px;
	padding-bottom: 12px;
}

table thead tr td:first-child {
	text-align: center;
}

table thead tr td:first-child a {
	padding-right: 0;
}

table thead tr td:nth-child(2) {
	padding-left: 22px;
}

table thead tr td a {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

table thead tr td a.asc {
	background-image: url(../images/ascending.png);
}

table thead tr a.desc {
	background-image: url(../images/descending.png);
}

table tbody tr:first-child td {
	padding-top: 8px;
}

table tbody td {
	padding-top: 5px;
	padding-bottom: 7px;
}

table tbody .rating {
	width: 68px;
	padding-left: 5px;
}

table tbody .title {
	width: 572px;
}

table tbody .title a {
	display: block;
}

table tbody .title a.show_description {
	padding-left: 12px;
	background: url(../images/info.png) no-repeat 0 center;
	background-size: 10px auto;
	width: 10px;
	height: 21px;
	float: left;
}

table tbody .category {
	width: 127px;
	font-size: 14px;
}

table tbody .updated {
	width: 75px;
	font-size: 14px;
}

table tbody .price {
	text-align: right;
	width: 53px;
}

table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

span.rating-star {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	margin-right: 2px;
	background: url(../images/rating_star.png) 0 0 no-repeat;
}

span.rating-star.half {
	width: 6px;
	background: url(../images/rating_star_half.png) 0 0 no-repeat;
}

.pagination {
	margin-top: 20px;
	overflow: hidden;
}

.pagination li {
	display: inline;
	float: left;
}

.pagination li a, .pagination li span {
	display: inline-block;
	padding: 3px 8px;
	text-decoration: none;
}

.pagination li a {
}

.pagination li a:hover {
	background-color: silver;		
}

.pagination li span {
	background-color: silver;	
}

.desc_popup {
	padding: 5px 10px;
}

.feedback {
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
}

.feedback a {
	text-decoration: none;
}

p.maintenance {
	background-color: #eaeaea;
	border-radius: 3px;
	text-align: center;
	padding: 50px;
	margin-top: 100px;
	margin-bottom: 100px;
}

/* @end */

/* @group Media Queries */

/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {

}

/* @end */

/* @group Custom Fonts */

/* #Font-Face
================================================== */

/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

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

/* @end */