@font-face {
    font-family: 'HighTowerTextRegular';
    src: url('high_tower_text-webfont.eot');
    src: url('high_tower_text-webfont.eot?#iefix') format('embedded-opentype'),
         url('high_tower_text-webfont.woff') format('woff'),
         url('high_tower_text-webfont.ttf') format('truetype'),
         url('high_tower_text-webfont.svg#HighTowerTextRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: "HighTowerTextRegular", Arial, Helvetica, sans-serif;
}

a {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	font-weight: bold;
	color: #BBE0E3;
	text-decoration:none;
}

.text-blue {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	color: #BBE0E3;
}

.text-pistachio {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	color: #C2D9AD;
}

.text-mexican {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	color: #D3F2ED;
}

.text-hazelnut {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	color: #DBCEBE;
}

.text-pumpkin {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	color: #E0C6A5;
}

.text-chocolate {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	color: #CB9E6E;
}

.text-white-chocolate {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	color: #DCDDC8;
}

.text-muffin-mix {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	color: #9DAC9A;
}


.img-border {
	border: 1px solid #000000;
}

.img-border-white {
	border: 1px solid #ffffff;
}

.img-border-pumpkin {
	border: 4px solid #E0C6A5;
}

.img-border-chocolate {
	border: 4px solid #CB9E6E;
}

.img-border-pistachio {
	border: 4px solid #C2D9AD;
}

.img-border-mexican {
	border: 4px solid #D3F2ED;
}

.img-border-hazelnut {
	border: 4px solid #DBCEBE;
}

.img-border-white-chocolate {
	border: 4px solid #DCDDC8;
}

.img-border-muffin-mix {
	border: 4px solid #9DAC9A;
}

.productlinks a {
	font-size:130%;
}
