/* CSS Decktop */
@media all and (min-width: 994px) {
#breadcrumbs {
	display: block;
}

.sectionheaderwrap {
	display: block;
}

#txtHint {
	display: block;
}

#Layout-tags {
	float: left;
	width: 25%;
	height: 100%;
}

a.anchor {
	display: block;
	position: relative;
	top: -110px;
	visibility: hidden;
}

/* START Main Layout */
#main {
	background-position: top;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding-top: 110px;
	/*
	background-image: url("/images/BG/R7000skin.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
	*/
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	/*max-width: 994px;*/
	clear: both;
	min-height:311px;
}
.Row {
	display: table;
}

.page-content {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #272727;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	text-align: justify;
	padding-bottom: 1em;
	max-width: 994px;
	margin-left: auto;
	margin-right: auto;
}
.page-content .header {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #06C;
	text-decoration: none;
	text-align: center;
}
.page-content H2 {
	text-align: center;
}
.page-content H3 {
	text-align: center;
}
.page-content-desc {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #272727;
	text-align: justify;
}
#Layout {
	width: 100%;
	height: 100%;
	max-width: 994px;
	margin-left: auto;
	margin-right: auto;
}

#Products {
	float: left;
	width: 75%;
	height: 100%;
}
#Products h2 {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
#Products .Row {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(3, 132, 191);
	clear: both;
}
#Products .Row:last-child {
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: both;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#Products .Image {
	display: block;
	padding-top: 25px;
	float: left;
	width: 35%;
	min-width: 160px;
	text-align: center;
}
#Products .Image img {
	max-width: 100%
}
#Products .Info {
	display: block;
	float: left;
	width: 65%;
	height: 100%;
	text-align:center;
}

#Product-box {
	width: 100%;
	padding-top:10px;
}
#Product-box .image {
	float: left;
	width: 70%;
}
#Product-box .price-info {
	float: right;
	width: 30%;
	background-color: #dfe8ed;
}
#ProductInfo {
	display:block;
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	background-color:#CADD04;
}
#ProductInfo .Info {
	display:inline-block;
	width: 100%;
	height: 1.4em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}

.product-awards {
	display:block;
}
}

/* CSS tablet */
@media all and (max-width: 993px) {
#breadcrumbs {
	display: block;
}

#txtHint {
	display: block;
}

#Layout-tags {
	/*display: block;
	width: 100%;
	height: 100%;*/
	display: none;
}

a.anchor {
	display: block;
	position: relative;
	top: -110px;
	visibility: hidden;
}
/* START Main Layout */
#main {
	background-position: top;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding-top: 75px;/*	background-image: url("/images/BG/R7000skin.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
*/
}
#wrapper {
	margin: 0px auto;
	/*background-color: #aFF;*/
	clear: both;
	min-height:311px;
}
.Row {
	display: table;
}

.page-content {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #272727;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	text-align: justify;
	padding-bottom: 1em;
	max-width: 994px;
	margin-left: auto;
	margin-right: auto;
}
.page-content .header {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #06C;
	text-decoration: none;
	text-align: center;
}
.page-content H2 {
	text-align: center;
}
.page-content H3 {
	text-align: center;
}
.page-content-desc {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #272727;
	text-align: justify;
}
#Layout {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	max-width: 994px;
	margin-left: auto;
	margin-right: auto;
}

#Products {
	display: block;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}
#Products H2 {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#Products .Row {
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(3, 132, 191);
	clear: both;
}
#Products .Row:last-child {
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: both;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#Products .Image {
	display: block;
	padding-top: 25px;
	float: left;
	width: 34%;
	min-width: 160px;
	text-align: center;
}
#Products .Image img {
	max-width: 100%
}
#Products .Info {
	float: left;
	width: 65%;
	height: 100%;
}

#Product-box {
	width: 100%;
	padding-top:10px;
}
#Product-box .image {
  width: 100%;
}
#Product-box .price-info {
  width: 100%;
  background-color: #dfe8ed;
  padding-left:0px;
}
#ProductInfo {
	display:block;
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:0.5em;
	background-color:#CADD04;
}
#ProductInfo .Info {
	display:inline-block;
	width: 100%;
	height: 1.4em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}
.product-awards {
	display:block;
}
}
/* CSS Mobile */
@media all and (max-width: 479px) {
#breadcrumbs {
	display: none;
}

#txtHint {
	display: none;
}

#Layout-tags {
	display: none;
}

a.anchor {
	display: block;
	position: relative;
	top: -55px;
	visibility: hidden;
}
/* START Main Layout */
#main {
	background-position: top;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding-top: 65px;/*	background-image: url("/images/BG/R7000skin.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
*/
}
#wrapper {
	margin: 0px auto;
	/*background-color: #aFF;*/
	clear: both;
}
.Row {
	display: table;
}

.page-content {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #272727;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	text-align: justify;
	padding-bottom: 1em;
	max-width: 994px;
	margin-left: auto;
	margin-right: auto;
}
.page-content .header {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #06C;
	text-decoration: none;
	text-align: center;
}
.page-content H2 {
	text-align: center;
}
.page-content H3 {
	text-align: center;
}
.page-content-desc {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #272727;
	text-align: justify;
}
#Layout {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#Products {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
#Products h2 {
	text-align:center;
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#Products .Row {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(3, 132, 191);
	width: 100%;
	clear: both;
}
#Products .Row:last-child {
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
	clear: both;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#Products .Image {
	width: 100%;
	min-width: 160px;
	text-align: center;
	padding-top: 0px;
}
#Products .Info {
	display: block;
	width: 100%;
	height: 100%;
	text-align:center;
}

#Product-box {
	width: 100%;
}
#Product-box .image {
  width: 100%;
}
#Product-box .price-info {
  width: 100%;
  background-color: #dfe8ed;
  padding-left:0px;
}
#ProductInfo {
	display:block;
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:0.5em;
	background-color:#CADD04;
}
#ProductInfo .Info {
	display:inline-block;
	width: 100%;
	height: 1.4em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 8px;
}
.product-awards {
	display:none;
}
}

