/* CSS Decktop */
@media all and (min-width: 994px) {
#Layout-CrossSell h4 {
	font-size: 1.4em;
}
#Layout-CrossSell h3 {
	font-size: 2em;
}
}
/* CSS tablet */
@media all and (max-width: 993px) {
#Layout-CrossSell h4 {
	font-size: 1.4em;
}
#Layout-CrossSell h3 {
	font-size: 2em;
}
}
/* CSS Mobile */
@media all and (max-width: 479px) {
#Layout-CrossSell h4 {
	display:block;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#Layout-CrossSell h3 {
	font-size: 1.4em;
}
}

#Layout-CrossSell {
    padding-left: 10px; 
    padding-bottom: 10px; 
    padding-top: 10px;
    padding-right: 10px;
    clear: both;
    text-align: center;
    background-color: #f3f3f3;
}

#Layout-CrossSell .image {
	margin-left: auto;
	margin-right: auto;
}
#Layout-CrossSell a:hover {
	text-decoration:underline;
}

#Layout-CrossSell h3 {
	display:block;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:300;
	color: #06C;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

#Layout-CrossSell h4 {
	display:block;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
	font-weight: 300;
	min-height:80px;
	margin:0px;
}

#Layout-CrossSell h4 a {
	color: #06C;
}
#Layout-CrossSell h4 a:link {
	color: #06C;
	text-decoration: none;
}
#Layout-CrossSell h4 a:visited {
	color: #06C;
	text-decoration: none;
}
#Layout-CrossSell h4 a:hover {
	color: #06C;
	text-decoration: underline;
}

#Layout-Replacement {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	clear:both;
	text-align:center;
}

#Layout-Replacement .image {
	margin-left: auto;
	margin-right: auto;
}
#Layout-Replacement a:hover {
	text-decoration:underline;
}

#Layout-Replacement h3 {
	display:block;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight:300;
	color: #06C;
	text-decoration: none;
	margin-bottom: 10px;
	text-align:center;

}

#Layout-Replacement h4 {
	display:block;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #06C;
	font-weight: 300;
	margin:0px;
}

#Layout-Replacement h4 a {
	color: #06C;
}
#Layout-Replacement h4 a:link {
	color: #06C;
	text-decoration: none;
}
#Layout-Replacement h4 a:visited {
	color: #06C;
	text-decoration: none;
}
#Layout-Replacement h4 a:hover {
	color: #06C;
	text-decoration: underline;
}