body {
	background-color: #E5E5E5;
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tmpl-sheet {
	display: inline-block;
	text-align: left;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: 20px 10px;
	background-color: white;
	width: 1000px;
	overflow: hidden;
}

.tmpl-sidebar {
	width: 200px;
	display: block;
	vertical-align: top;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tmpl-sidebar-left {
	float: left;
}

.tmpl-sidebar-right {
	float: right;
}

.tmpl-content {
	width: 600px;
	display: inline-block;
	vertical-align: top;
}

.tmpl-sidebar .tmpl-module {
	margin-bottom: 10px;
}

.tmpl-moduleHeader {
	font-family: "Open Sans Bold";
	font-size: 13px;
	background-color: #2b6ab0;   
	color: #fff;
    padding: 6px;
}

.tmpl-module.tmpl-module-block {
	background-color: #E5E5E5;
    border: 1px solid #bebebe;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.tmpl-module-block .tmpl-moduleBody {
	padding: 5px;
}

.tmpl-moduleBody a {
	color: #25508E;
	line-height: 1.4em;
}

.tmpl-moduleBody a:hover {
    color: #3371C7;
    text-decoration: none;
}
.tmpl-menu-horizontal {
	background: -webkit-gradient(linear, left top, left bottom, from(#2e71bf), color-stop(40%, #2a64a7), color-stop(60%, #2a64a7), to(#2e71bf));
	background: -webkit-linear-gradient(top, #2e71bf 0%, #2a64a7 40%, #2a64a7 60%, #2e71bf 100%);
	background: -moz-linear-gradient(top, #2e71bf 0%, #2a64a7 40%, #2a64a7 60%, #2e71bf 100%);
	background: -o-linear-gradient(top, #2e71bf 0%, #2a64a7 40%, #2a64a7 60%, #2e71bf 100%);
	background: linear-gradient(to bottom, #2e71bf 0%, #2a64a7 40%, #2a64a7 60%, #2e71bf 100%);   
    height: 38px;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tmpl-menu-horizontal li {
	font-family: "Open Sans Bold";
	display: inline-block;
	font-size: 13px;
	line-height: 32px;
}

.tmpl-menu-horizontal li:last-child a {
	border: none;
}

.tmpl-menu-horizontal a {
	text-decoration: none;
	color: #fff;
	padding: 10px;	
    line-height: 38px;
    border-right: 1px solid #7f97b1;
}

.tmpl-menu-horizontal a:hover,
.tmpl-menu-horizontal a:focus,
.tmpl-menu-horizontal a.active {
	background-color: #7db1de;
	color: #333;
}

.tmpl-footer {
	text-align: center;
    clear: both;
    background-color: #2B6AB0;
    color: white;
    padding-bottom: 1px;
    padding-top: 5px;
    font-size: 12px;
}

.tmpl-footer .tmpl-menu-horizontal  {
	background: none;
	border: none;
}

.tmpl-footer .tmpl-menu-horizontal li,
.tmpl-footer .tmpl-menu-horizontal li:hover  {
	background-color: transparent;
}

.tmpl-footer .tmpl-menu-horizontal a {
	color: #fff;
}

.tmpl-footer .tmpl-menu-horizontal .active a,
.tmpl-footer .tmpl-menu-horizontal a:hover,
.tmpl-footer .tmpl-menu-horizontal a:focus {
	color: #bbb;
	background: none;
}

.tmpl-footer p {
	margin: 0 0 10px 0;
}

.tmpl-categories div {
	margin-bottom: 10px;
}

.category {
	width: 32.666666666667%;
}

.product {
	width: 32%;
}

.categoryImage {
	width: 140px;
	height: 140px;
}

.productImage {
	width: 160px;
	height: 160px;
}

.categoryImage img {
	max-width: 140px;
	max-height: 140px;
}

.productImage img {
	max-width: 160px;
	max-height: 160px;
}