* {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
}
body {
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	padding: 18px 20px;
	padding-bottom: 0;
	position: relative;
	border: 0;
}
body#product {
	background: #fff;
}

a{
	color: #9e8b54;
	text-decoration: none;
}
a:hover {
	
}
p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.4;
}
h2 {
	color: #000;
	font-size: 1.3em;
	padding-bottom: 5px;
}
sup {
	vertical-align: top;
	font-size: 70%;
}
.note {
	padding: 1em;
	border: 1px dotted #ddd;
	background: #f5f5f5;
	margin-bottom: 1em;
	font-size: 0.95em;
}
#error {
	font-size: 1.2em;
	color: #f00;
}

ul.no_list,
ol.no_list {
	list-style: none;
}
ul.no_list li,
ol.no_list li {
	display: inline;
	padding-right: .5em;
	border-right: 1px solid grey; 
	margin-right: .5em;
}
.clear {
	clear: both;
}

.two_col {
	width: 45%;
	margin-right: 5%;
	float: left;
}
.two_col_right {
	width: 50%;
	float: left;
}

h1 {
	visibility: hidden;
	height: 0;
	display: none;
}


/* === email1 === */

h2.emailsignup {
	height: 45px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: url(../img/modal/emailsignup.gif) left top no-repeat;
}

h3 {
	color: #f00;
}

	input.text {
		display: block;
		font-size: 1.2em;
		color: #777;
		width: 250px;
		padding: 4px;
		background: none;
		border: 1px solid #ddd;
		margin-bottom: 15px;
	}
	label {
		font-weight: bold;
		color: #000;
		font-size: 1.3em;
		margin-bottom: 3px;
		display: block;
	}
	label#label_add {
		display: inline;
		color: #f00;
		font-size: 1.2em;
		font-weight: normal;
		vertical-align: abs-middle;
	}

	select {
		display: block;
		font-size: 1.2em;
		color: #777;
		width: 250px;
		padding: 2px;
		background: none;
		border: 1px solid #ddd;
		margin-bottom: 15px;
	}
		option {
			padding: 1px;
			background: #fff;
		}
		

	#submit_wrapper {
		border-top: 1px solid #eee;
		padding-top: 10px;
		position: fixed;
		bottom: 20px;
		left: 20px;
		width: 430px;
	}
	#submit_button {
		width: 62px;
		height: 26px;
		background: url(../img/modal/submit.gif) left top no-repeat;
		display: block;
		text-indent: -999em;
		cursor: pointer;
		color: transparent;
		text-transform: capitalize;
	}
	#submit_button:hover {
		background-position: left bottom;
	}

#email2 form {
	padding-top: 10px;
}

fieldset {
	padding-bottom: 10px;
}

#email2 .legend {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: block;
}

.check_wrapper {
	height: 23px;
	position: relative;
}
	.check_wrapper label {
		position: absolute;
		left: 21px;
		bottom: 1px;
		color: #777;
		font-size: 1.2em;
		font-weight: normal;
	}
	.check_wrapper input {
		position: absolute;
		left: 1px;
		bottom: 5px;
	}

/* === store_country === */

h2.findastore {
	height: 60px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: url(../img/modal/findapumastore.gif) left top no-repeat;
}


#store_country form {
	display: block;
}
	h2#retailer_results {
		font-weight: bold;
		color: #000;
		font-size: 1.3em;
		margin-bottom: 15px;
		display: block;
		border-bottom: 1px solid #eee;
		padding-bottom: 3px;
		width: 250px;
	}

#store_country p,
#store_city p,
#store_state p {
	width: 250px;
}

a#modal_close {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 20px;
	height: 35px;
	overflow: hidden;
	background: url(../img/close.png) left top no-repeat;
	display: block;
	text-indent: -999em;
}
a#modal_close:hover {
	background-position: left bottom;
}


body#product {
	background: #fff;
	padding: 20px 60px 20px 600px;
	overflow: hidden;
}

#description {
	width: 315px;
	height: 560px;
	vertical-align: middle;
}
#description .inside {
	vertical-align: middle;
	width: 300px;
	padding-top:30px;
}


#image li {
	list-style: none;
	position: absolute;
	left: 75px;
	top: 75px;
}
#product_ids li,
#findastore_buttons li,
#image li,
#product_buylinks li {
	display: none;
}
#product_ids li.selected,
#findastore_buttons li.selected,
#image li.selected,
#product_buylinks li.selected {
	display: block ;
}

#product h1 {
	display: block;
	font-size: 3em;
	color: #000;
	visibility: visible;
	height: auto;
	font-weight: normal;
	margin-left: -3px;
	padding-bottom: 5px;
}
#product h1 {
	margin-top: 100px;
	margin-left: 0;
}
#product h2 {
	font-size: 1.3em;
	color: #888;
}
#product h3 {
	font-size: 1.2em;
	color: #888;
}
#product h3 span {
	color: #000;
}

a#button_find_lg {
	width: 193px;
	height: 40px;
	overflow: hidden;
	background: url(../img/button_find_lg.png) left top no-repeat;
	display: block;
	text-indent: -999em;
	margin-bottom: 10px;
}
a#button_find_sm {
	width: 193px;
	height: 30px;
	overflow: hidden;
	background: url(../img/button_find_sm.png) left top no-repeat;
	display: block;
	text-indent: -999em;
	margin-bottom: 10px;
}
a#button_buy_lg {
	width: 193px;
	height: 40px;
	overflow: hidden;
	background: url(../img/button_buy_lg.png) left top no-repeat;
	display: block;
	text-indent: -999em;
	margin-bottom: 10px;
}
a.button:hover,
a#button_find_sm:hover,
a#button_buy_lg:hover {
	background-position: left bottom !important;
}

#product_colors {
	margin-bottom: 20px;
}

#product_colors li {
	margin-right: 5px;
	width: 25px;
	display: block;
	list-style: none;
	float: left;
	border: 1px solid #fff;
}
#product_colors li.selected {
	width: 25px;
	border: 1px solid #000;
}
#product_colors li a {
	border: 1px solid #eee;
	display: block;
	width: 23px;
	height: 20px;
}
#product_colors li a div {
	margin: 5px;
	width: 13px;
	height: 10px;
}
#product_colors li.selected a div {
	margin: 4px;
	width: 13px;
	height: 10px;
	border: 1px solid #fff;
}

body#page_imprint h1 {
	background: url(../img/imprint.png) top left no-repeat;
	height: 21px;
	border-bottom: 1px solid #eee;
	display: block;
	visibility: visible;
	text-indent: -999em;
	margin-bottom: 19px;
}
body#page_imprint strong {
	font-weight: bold;
	color: #f00;
}

body#page_legal h1 {
	background: url(../img/legal.png) top left no-repeat;
	height: 21px;
	border-bottom: 1px solid #eee;
	display: block;
	visibility: visible;
	text-indent: -999em;
	margin-bottom: 19px;
}
body#page_privacy h1 {
	background: url(../img/privacy.png) top left no-repeat;
	height: 21px;
	border-bottom: 1px solid #eee;
	display: block;
	visibility: visible;
	text-indent: -999em;
	margin-bottom: 19px;
}

/* PUMA Legal */
.puma_legal_ptitle {
	font-weight:bold;
	color:#f00;
}

.puma_legal_psubtitle{
	font-weight:bold;
}


