@charset "utf-8";

h1 {
	margin-top: 0px;
	margin-bottom: 50px;
	color: #ffcc33;
	font: bold 32px/2em Arial, Helvetica, sans-serif;
	padding: 0px;
}

h4 {
	font: bold 18px/1em Arial, Helvetica, sans-serif;
	color: 333333;
	border-bottom: 1px solid #CCC;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 2px;
	clear: both;
}
h4.checkout {border:none }
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #201c1d;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #201c1d;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
}
h6 a {
	font-style: italic;
	font-weight: normal;
	color: #2175f3;
}


/* CSS Document */
/* Your style sheet Kurt */
p {
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 1em;
	color: #333;
}
a img { border-style: none; }

.yellow { color: #ffcc33; }
.zuku { color: #333; }
.home  { margin-right: 75px; }

.product {
	font: bold 13px/1.2em Arial, Helvetica, sans-serif;
	color: #333;
	display: inline;
	float: left;
	text-align: center;
	width: 125px;
	margin-right: 13px;
	margin-bottom: 13px;
}
.product a { color: #333; }

.product a:hover { text-decoration: underline; }

.product a img {
	/*border: 1px solid #bfbfbf;*/
	clear: both;
	height: 125px;
	/*width: 125px;*/
	margin-bottom: 15px;
}


/*********************************/
.productHome {
	font: bold 13px/1.2em Arial, Helvetica, sans-serif;
	color: #333;
	display: inline;
	float: left;
	text-align: center;
	width: 200px;
	margin-right: 40px;
	margin-bottom: 13px;
}
.productHome a { color: #333; }

.productHome a:hover { text-decoration: underline; }

.productHome a img {
	/*border: 1px solid #bfbfbf;*/
	clear: both;
	height: 200px;
	width: 200px;
	margin-bottom: 15px;
}

a.buttonHome {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #ffcc33;
	padding: 10px 5px;
	display: block;
	width: 200px;
	text-align: center;
	text-transform: lowercase;
}

a:hover.buttonHome {
	color: #FFF;
	background: #000;
	text-decoration: none;
}

/*********************************/
a.button {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #ffcc33;
	padding: 5px;
	display: block;
	width: 125px;
	text-align: center;
	text-transform: lowercase;
}

a:hover.button {
	color: #FFF;
	background: #000;
	text-decoration: none;
}

.button2 a, .button3 a, .button-us a, .button-can a, .button-intl a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #ffcc33;
	padding: 5px;
	display: block;
	width: 150px;
	text-align: center;
	text-transform: lowercase;
}
.button-us a, .button-can a, .button-intl a {
	text-transform: none;
}
.button-us a {
	background: #ffcc33;
}
.button-can a {
	background: #4aa3da;
}
.button-intl a {
	background: #035642;
}
.button-us a:visited, .button-can a:visited, .button-intl a:visited {
	color:#FFF;
}

.button2 a:hover, .button3 a:hover, .button-us a:hover, .button-can a:hover, .button-intl a:hover {
	color: #FFF;
	background: #000;
	text-decoration: none;
}

.button3 a, .button3 a:hover {
	display:inline;
}

.clear { clear: both; }
.alignright {
	display: inline;
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
}
.info {
	margin-bottom: 15px;
	display: inline;
	float: left;
	width: 310px;
}
/*select { margin-bottom: 10px; }*/

#preview {
	display: inline;
	float: left;
	width: 400px;
	margin-left: 25px;
	text-align: center;
	font-size: 12px;
}
#preview a, a.greylink { color:#505050; text-decoration:none; }

.col2 { display:inline; float:left; width:49%; }


.pseudoH5 {
color:#201C1D;
font-size:16px;
font-weight:bold;
line-height:1em;
margin-bottom:10px;
margin-top:0;
padding:0;
}
