/*  Red Theme Styles  */
/* Non-table  */

.wpinventory_item h1,
.wpinventory_item h2,
.wpinventory_item h3,
.wpinventory_item h4,
.wpinventory_item h5,
.wpinventory_item h6 {
	color: #79a001;
}

.wpinventory_filter,
.wpinventory_pagination {
	width: 96%;
	margin: 0 2% 15px;	
}

.wpinventory_filter span.search,
.wpinventory_filter span.sort,
.wpinventory_filter span.categories {
	display: inline-block;	
	vertical-align: bottom;
}

.wpinventory_filter input,
.wpinventory_filter select {
	border: 1px solid #eee !important;	
	color: #333;
	display: block;
}

.wpinventory_filter span.sort select,
.wpinventory_filter span.categories select {
	background: #fff;
	border: 0;
	border-radius: 2px;	
	padding: 5px;
}

.wpinventory_filter input[type="submit"],
.wpinventory_reserve input[type="submit"] {
	background: #79a001;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 3px solid #94bf10 !important;	
	border-left: none !important;
	padding: 5px;
	vertical-align: bottom;
}

.search input[type="text"] {
	padding: 6px;
	border-radius: 2px;
}

.wpinventory_filter input[type="submit"]:hover,
.wpinventory_reserve input[type="submit"]:hover {
	background: #94bf10;
}

div.wpinventory_loop {
	width: 96%;
	margin: 0 2%;
	margin-bottom: 15px;
}

div.wpinventory_loop div.wpinventory_item {
	padding: 15px 0;
	border-bottom: 1px solid #79a001;
}

.wpinventory_item img {
	background: #fff;
	padding: 3px;
	border: 1px solid #79a001;
	max-width: 95%;
}

div.wpinventory_item div {
	margin-bottom: 15px;
}

div.wpinventory_item div span.wpinventory_label {
	background: #79a001;
	color: #fff;
	font-size: 20px;
	display: block;
	padding: 4px 10px;
	margin-bottom: 15px;
}

.wpinventory_item a {
	color: #79a001;
}

.wpinventory_pagination a {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	color: #fff;	
	background: #79a001;
	margin: 0 0 8px 8px;
	text-decoration: none;
	line-height: 22px;
	border-radius: 2px;
}

.wpinventory_pagination a:hover,
.wpinventory_pagination a.page_current {
	background: #94bf10;	
	text-decoration: none;
}
/*  End non-table  */
/*  Table View  */

table.wpinventory_loop {
	border-top: 1px dotted #000;
	border-left: 1px dotted #000;
	margin-bottom: 15px;	
}

tr.wpinventory_item td,
table.wpinventory_loop thead th {
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;	
	padding: 5px;	
}

/*  End Table View  */

/*  Reserve Form  */

form.wpinventory_reserve {
	border-top: 1px solid #79a001;
	padding-top: 15px;	
}

.wpinventory_reserve div {
	margin-bottom: 15px;
}

.wpinventory_reserve label {
	min-width: 20%;	
	display: inline-block;
}

.wpinventory_reserve input,
.wpinventory_reserve textarea {
	box-shadow: none;
	border: 1px solid #79a001;
	border-radius: 2px;
	width: 200px;
}

.wpinventory_reserve input[type="submit"] {
	width: auto;
}

/*  End Reserve Form  */

a.wpinventory_back {
	display: inline-block;
	margin-bottom: 15px;
	color: #79a001;
}

.wpinventory_item p.image {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 15px;
}

@media only screen
and (max-width: 550px) {
	
	span.search,
	span.sort {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}	
	
	.wpinventory_reserve input,
	.wpinventory_reserve textarea {
		display: block;
	}
}

/*  End Red Theme Styles  */

/*Custom style KlemenT*/
div.inventory_name{
	font-weight: bold;
	text-transform: uppercase;
	color: green;
}

tr.wpinventory_item td, table.wpinventory_loop thead th{
	vertical-align: top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

 table.wpinventory_loop thead th{
	vertical-align: middle;
}

table.wpinventory_loop {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

tr.wpinventory_item td.inventory_image, table.wpinventory_loop thead th.inventory_image{    
    text-align: center;
}

.wpinventory_item p.image {
	margin-right: auto;
}

p.image {
	margin-bottom: auto;
}

tr.wpinventory_item td.inventory_price, table.wpinventory_loop thead th.inventory_price{
	text-align: center;
}

tr.wpinventory_item td.inventory_date_added, table.wpinventory_loop thead th.inventory_date_added{
	text-align: center;
}

tr.wpinventory_item td.inventory_name{
	font-weight: bold;
	text-transform: uppercase;
}

tr.wpinventory_item td.inventory_name a, table.wpinventory_loop thead th.inventory_name a{
	text-decoration: none;
}


tr.wpinventory_item td.inventory_number, table.wpinventory_loop thead th.inventory_number{
	text-align: center;
}

tr.wpinventory_item td.inventory_number a, table.wpinventory_loop thead th.inventory_number a{
	text-decoration: none;
	color: black;	
}

.wpinventory_pagination a, .wpinventory_pagination a:visited{	
	background: #4B7139;
}

.lemon-twist .wpinventory_pagination a, .lemon-twist .wpinventory_pagination a:visited{
	color: white;	
}

.wpinventory_pagination a:hover, .wpinventory_pagination a.page_current{
	background: #79a001;
}

tr.wpinventory_item td.inventory_price a, table.wpinventory_loop thead th.inventory_price a,
tr.wpinventory_item td.inventory_date_added a, table.wpinventory_loop thead th.inventory_date_added a{
	text-decoration: none;
	color: black;
}

