

/*	STRUCTURE	*/


/*	#divider */

#divider {
	clear: both;
}

/*	#page	*/

#page {
	clear: both;
	position: relative;
	padding: 3px 3.5%;
}

/*	#tagline	*/

#tagline {
	height: 91px;
}
#tagline img {
	margin: 18px;
}



/*	#content	*/

#content {
	position: relative;
	width: 72%;
	float: left;
}

#content .hero {
	clear: both;
}
#content .hero .points {
	padding-left: 10%;
}
/*#content .hero .button {
	text-align: right;
}*/

#content ul.points li {
	position: relative;
}


/*	#extra	*/

#extra {
	position: relative;
	float: left;
	width: 27%;
	margin-left: 4px;
}
#extra .module {
	min-width: 192px;
	max-width: 24em;
}
#extra .module .button {
	text-align:center;
}
#extra .phone {
	position: relative;
	width: 167px;
	margin: 0 auto;
}
#extra #basket table {
	width: 100%;
}



/*	CLASSES	*/

.clear {
	clear: both;
}
.toggle {
	position: relative;
	float: right;
}
.col {
	position: relative;
	float: left;
}
.triple {
	width: 33%;
}
.double {
	width: 49%;
}
.first {
	clear: left;
}
.last {
	clear: right;
}

.notice {
	position: relative;
}
.stickered {
	position: relative;
}
.stickered .sticker {
	position: absolute;
	left: -8px;
	top: -18px;
	z-index: 999;
	border-width: 0;
}
.series {
	margin-top: -10px;
	margin-left: -3px;
}
.entice {
	display: block;
	padding: 5px 0;
}
.book {
	float: left;
	margin: 0 10px 10px 0;
}
.product {
	float: left;
	padding-right: 4%;	
	width: 10em;
	min-height: 19em;
	text-align: center;
}
.addressfieldhide {
	display: none;
}
.addressfieldshow {
	display: block;
}


