@charset "UTF-8";
/* CSS Document */

/* Mobile Layout: 480px and below. */
  

#homeIntroProductPanel {
	width: 94%;
	margin-left: 3%;
	margin-top: 3%;
	margin-bottom: 6%;
}

.homeProductImagePanel {
    width: 20%;
    float: left;
    clear: none;
    display: block;
    cursor: pointer;
    margin-bottom: 4%;
    padding-left: 1.9%;
    padding-right: 1.9%;
}

.homeProductImageBlock {
	width: 100%;
	margin-top: 0%;
}

.homeProductTextBlock {
    width: 100%;
    margin-bottom: 0%;
    padding-top: 2%;
    min-height: 45px;
}

a.home {
	text-decoration:none;
    cursor: grab;
}

a.home:link {
    text-decoration: none;
    cursor: grab;
}

a.home:visited {
	text-decoration:none;
    cursor: grab;
}

a.home:hover {
	text-decoration: none;
    background-color: #D8D8D8;
    cursor: grab;
}

a.home:active {
	text-decoration: none;
    cursor: grab;
}



.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
} 


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {



#homeIntroProductPanel {
	width: 94%;
	margin-bottom: 1%;
	margin-top: 2%;
	margin-left: 3%;
}

.homeProductImagePanel {
	float: left;
	clear: none;
	width: 10%;
	padding-left: 1%;
	padding-right: 1%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
	display: block;
	cursor: pointer;
}

.homeProductImageBlock {
	margin-top: 0%;
}

.homeProductTextBlock {
}

a.home {
	text-decoration:none;
}

a.home:link {
    text-decoration: none;
    cursor: pointer;
}

a.home:visited {
	text-decoration:none;
}

a.home:hover {
	text-decoration: none;
    background-color: #D8D8D8;
}

a.home:active {
	text-decoration: none;
}




.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {



#homeIntroProductPanel {
}

.homeProductImagePanel {
    width: 10.35%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    cursor: pointer;
}

.homeProductImageBlock {
}

.homeProductTextBlock {
    min-height: 66px;
}


a.home {
	text-decoration:none;
    cursor: grab;
}

a.home:link {
    text-decoration: none;
    cursor: grab;
}

a.home:visited {
	text-decoration:none;
    cursor: grab;
}

a.home:hover {
	text-decoration: none;
    background-color: #D8D8D8;
    cursor: grab;
}

a.home:active {
	text-decoration: none;
    cursor: grab;
}







.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}
