#actionbuttons { margin: 2em 0 1em 0; float: left; clear: left; text-align: center; width: 48%; }

@media screen and (min-width: 1025px)
{
  #producttab, #alsolike, #bestsellers, #notes, #categoryinfo { font-size: 1.1em; }
}

@media screen and (min-width: 1281px)
{
  #producttab, #alsolike, #bestsellers, #notes, #categoryinfo { font-size: 1.2em; }
}

@media screen and (min-width: 1600px)
{
  #producttab, #alsolike, #bestsellers, #notes, #categoryinfo { font-size: 1.3em; }
}

div.half { float: left; width: 49%; }

div.sizeup {
	font-size: 1.3em;
}

div.sizeup p {
	margin: 1em 0;
}

div.sizeup button {
	font-size: 0.85em;
}

.section {
	margin-bottom: 2em;
}

ul.productlink { width: 25%; float: left; margin: 0; border-left: 1px dotted #ccc; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1em; }
ul.productlink:first-child { border: 0; }
ul.productlink img { width: 100%; }
ul.productlink li { font-size: 0.9em; text-align: center; }
ul.productlink li.prodname a { color: #525153; font-weight: bold; }
ul.productlink li a { color: #7c7b7d; }
