@charset "utf-8";
/* CSS Document */


/* General Settings */
body {
	margin: 0;
	padding: 0;
	font: 12px/150% Arial, Helvetica, sans-serif;
	color: #333;
	background: #ffffff;
}
h1 {
	font-size: 17px;
	color: #033c75;
	margin: 30px 0 10px 0;
}
h3 { font-size:14px; line-height:16px; margin:20px 0 0 0px; padding:0px; }
a { color: #36F; }
a, input { outline:none; cursor:pointer; }

.left { float:left; }
.right { float:right; }
.font_30 { font-size:30px; }
.font_40 { font-size:40px; }
.colorset_black { color:#000; }
.colorset_pro { color:#0eadc4; }
.colorset_personal { color:#2f8902; }

.clear { clear:both; }

.boxshot_container { width:33%; float:left; text-align:center; position:relative; }

.pos_relative { position:relative; }
#price-tag { position:absolute; top:75px; left:76px; }
#free-sticker { width:100px; height:100px; position:absolute; right:-16px; top:-14px; background:url(images/sticker.png) 0 0 no-repeat; }