@media print {
	#search,
	#languagenavi,
	#servicenavi,
	#top-navi,
	#left { display: none; }

	a:after {
		display: none;
	}
}

body {
	padding: 10px;
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #333333;
}

div#head { height: 75px; }
div#head img.logo { position: absolute; top: 0px; right: 0px; }

div#footer { margin-top: 40px; }

div.content .csc-linkToTop { visibility: hidden; }
div#product { margin-top: 30px; }

h1, h2, h3, h4, h5, h6 { color: #c17; }

a { color: #c17; text-decoration: none; }

.base-color, .base-color a {
	color: #555555;
}

a.button {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #b90f6c;
	background-image: -moz-linear-gradient(top,#cc1177,#9d0d5c);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#cc1177),to(#9d0d5c));
	background-image: -webkit-linear-gradient(top,#cc1177,#9d0d5c);
	background-image: -o-linear-gradient(top,#cc1177,#9d0d5c);
	background-image: linear-gradient(to bottom,#cc1177,#9d0d5c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc1177', endColorstr='#ff9c0d5b', GradientType=0);
	border-color: #9d0d5c #9d0d5c #560732;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cc1177;
	border-bottom-color: #9d0d5c;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	line-height: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
}

#printlink a.button:hover {
	background-color: #9d0d5c;
	background-image: none;
}

.frontEndEditIcons { display: none; }