﻿body {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;	
		text-align: center;
}

page {
	overflow: hidden;
}

.leftcolumn
{
	width: 250px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
}

.rightcolumn
{
	width: 200px;
	height: 100%;
	border-bottom: solid;
	position: relative;
}

.floatcolumn {
	display: inline-block;
	width: 200px;
	height: 100%;
	border-bottom: solid;
}

.bottom-column {
	padding-top: 10px;
	position: relative;
	height: 150px;
	overflow: hidden;
}

.pop-box {
    box-shadow: 5px 5px 5px slategrey;
    padding: 4px;
    background-color: red;
    color: white;
    text-shadow: none;
}

.main
{
	margin: 0 auto;
}

.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}

.wrap {
	margin: 0 auto;
	display: inline;
	width: 100%;
	text-align: center;
}

.product-wrap {
	width: 520px;
	height: 300px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 10px;
	display: inline-block;
}

.productcode-text
{
	
}

.price-text
{
	font-weight: bold;
	color: green;
	display: inline;
	font-size: 125%;
}

.sale-price-text
{
	font-weight: bold;
	color: red;
	display: inline;
	font-size: 125%;
}

.item-description 
{
    display: block;
	height: 60px;
}

.bold-text
{
	font-weight: bold;
}

.prod-code {
	background-color: rgb(225,225,225);
}

.light-text {
	color: yellow;
	display: inline;
}

.normal-text {
	color: black;
	font-weight: normal;
	display: inline;
}

.highlight-text {
	background-color: yellow;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.grid-img
{	
	width: auto !important;
    height: 200px;
}

.grid-img img 
{
	max-width: 95%;
	max-height: 100%;
	height: 100%;
}

.link-button {
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;	
	background-color: yellow;
	border: 2px solid green;
	display: inline-block;
	bottom: 0px;
}

.link-button a:hover {
	background-color: GoldenRod;
}

.link-button a {
	width: 100%;
	text-align: center;
	line-height: 23px;
	color: black;
	font-weight: bold;
}

.link-button a:link {
	text-decoration: none;
}

.link-button a:visited {
	text-decoration: none;
}

.sort-order {
	margin-top: 50px;	
	text-align: center;
}

.sort-order a {
	display: inline-block;
	width: 100px;
	line-height: 25px;
	padding: 5px;
	text-align: center;
	background-color: rgb(128, 115, 64);
	color: white;
}

.sort-order a:link {
	text-decoration: none;
}

.sort-order a:visited {
	text-decoration: none;
}

.sort-order a:hover {
	background-color: GoldenRod;
}

.header-item {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-left: 10px;
}

.header-item-logo {
	text-align: left;
	display: inline-block;
	padding-bottom: 5px;
}

.header-item-category {
	text-align: center;
	display: inline-block;
}

select {
	font-family: 'News Cycle', sans-serif;
}

.menu {
	width: 150px;
	margin-left: 10px;
	display: inline;
}

#menu-status-bar {
	width: 100%;
	height: 25px;
	background: rgb(235, 214, 153);
}

nav {
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 5px;
	background-color: rgb(128, 115, 64);
	width: 100%;
	text-align: center;
	z-index: 1;
}

nav img {
	margin-left: 10px;
}

#sortorder {
	display: table-cell;
	vertical-align: middle;
}

#mainBody {
	margin-top: 80px;
	margin-left: 300px;		
}

#socialcolumn
{
	width: 290px;	
	height: 100%;
	margin-left: 0px;		
	position: absolute;
	margin-top: 80px;
	display: block;
	position: fixed;
}

#aboutus {
	background: rgb(235, 214, 153);
	width: 95%;
	font-weight: bold;
	font-size: 125%;
	padding: 10px 30px 10px 15px;
	text-align: right;
	border-radius: 10px;
	margin: 0 auto;
}

.last-update {
	position: block;
	margin-left: 10px;
	float: left;
	color: rgb(255,255,255);
}

.sort-order-menu {
	display: none;
}

footer {
	background-color: rgb(128, 115, 64);
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: center;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#pop-up {
	display: inline-block; 
}

#searchbox {
	width: 100px;
	display: inline;
}
 
@media screen 
  and (max-width: 640px)  
{
	@viewport {
		width: device-width;    	
	}
	
	#socialcolumn {
		display: none;
	}
	
	#mainBody {
		margin-left: 0px;
	}
	
	body {
		width: device-width;
	}

	.wrap {		
		margin-left: 10px;
	}
	
	nav {
	}
	
	.link-button a {
		font-size: 100%;
	}
	
	.rightcolumn {
		display: none;
	}
	
	.product-wrap {
		width: 300px;
		height: 400px;
	}
	/*
	.product-wrap {	
		margin: 0 auto;
		text-align: center;
		width: 90%;
	}
	
	.bottom-column {
		display: none;
	}
	
	.rightcolumn {
		padding-top: 20px;
		width: 50%;
		padding-bottom: 10px;
	}
	
	.leftcolumn {
		width: 50%;
	}
	*/
	.link-button {
		position: static;
		margin: 0 auto;
	}
	
	.sort-order-menu {
		display: block;
		position: absolute;
		margin-right: 5px;
		margin-top: 5px;
	}
	
	.sort-order {
		display: none;
	}
}

@media screen and (min-width: 641px) {
	select { font-size: 100%; }
			
	.rightcolumn {
		display: none;
	}
	
	.leftcolumn {
		height: 100%;
	}
	
	.product-wrap {
		width: 300px;
		height: 400px;
	}
	
}
