/** Customized HTML5 reset based on normalize.css and HTML5 boilerplate */

/** Block display fix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/** Inline display fix */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/** Audio controls fix */
audio:not([controls]) {
	display: none;
	height: 0;
}

/** Hidden attribute support */
[hidden] {
	display: none;
}

/** Text resizing fix */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/** Font family consistency fix */
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222
}

/** No margins, readable text */
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.5;
}

/** Normalize link focus */
a:focus {
	outline: thin dotted;
}

/** Readability fix  */
a:hover,
a:active {
	outline: 0;
}

/** Style normalizing */
abbr[title] {
	border-bottom: 1px dotted;
}

/** Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
b, 
strong {
	font-weight: bold;
}

/** margin normalizing */
blockquote {
	margin: 1em 40px;
}

/** Addresses styling not present in S5, Chrome */
dfn {
	font-style: italic;
}

/** Addresses styling not present in IE6/7/8/9 */
mark {
	background: #ff0;
	color: #000;
}

/** Addresses margins set differently in IE6/7 */
/*p,  TODO: remove? set further down */
pre {
	margin: 1em 0;
}

/** Corrects font family set oddly in IE6, S4/5, Chrome */
pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/** Improves readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/** Quote support */
q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

/** Normalize */
small {
	font-size: 75%;
}

/** Prevents sub and sup affecting line-height in all browsers */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/** Addresses margins set differently in IE6/7 */
dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/** Addresses paddings set differently in IE6/7 */
menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/** Corrects list images handled incorrectly in IE7 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/** Normalize border, improve scaling */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/** Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/** Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
	margin: 0;
}

/** Corrects margin displayed oddly in IE6/7 */
form {
	margin: 0;
}

/** Define consistent border, margin, and padding */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/** Corrects color and alignment issues in IE6/7/8/9 */
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

/** Normalization */
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

/** Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button,
input {
	line-height: normal; 
}

/** Spacing, pointer, styling for buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

/** Re-set default cursor for disabled elements */
button[disabled],
input[disabled] {
	cursor: default;
}

/** IE Padding and sizing reset hacks */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

/** Normalization */
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/** Removes inner padding and search cancel button in S5, Chrome on OS X */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/** Removes inner padding and border in FF3+ */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** Removes default vertical scrollbar in IE6/7/8/9 Improve readability. */
textarea {
	overflow: auto;
	vertical-align: top;
}

/** Remove most spacing between table cells */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** End Reset **/

h1 { /* 32px font */
		font-size: 2em;
		margin: 1.5em 0;
	line-height: 1.5;
}

h2 { /* 24px font */
		font-size: 1.5em;
		margin: 1em 0;
	line-height: 1;
}

h3 { /* 18.72px font */
		font-size: 1.17em;
		margin: 1.282em 0;
	line-height: 1.282;
}

h4 { /* 16px font */
		font-size: 1em;
		margin: 1.5em 0;
	line-height: 1.5;
}

h5 { /* 13.28px font */
		font-size: 0.83em;
		margin: 1.8072em 0;
	line-height: 1.8072;
}

h6 { /* 12px font */
		font-size: 0.75em;
		margin: 2 0;
	line-height: 2;
}

p {
	margin: 1.5em 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	word-wrap: break-word;
}

h2 > a {
	color: #000 !important;
}

blockquote {
	font-style: italic;
	border-left: 4px solid #999;
	margin: 10px 0 10px 0;
	padding: 0px 0 0px 20px;
	line-height: 1.5;
	color: #999;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.disable-user-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wmobile-bar {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .2)), color-stop(100%,rgba(0, 0, 0, .2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%,rgba(0, 0, 0, .2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255, 255, 255, .2) 0%,rgba(0, 0, 0, .2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255, 255, 255, .2) 0%,rgba(0, 0, 0, .2) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255, 255, 255, .2) 0%,rgba(0, 0, 0, .2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20fffff', endColorstr='#20000000',GradientType=0 ); /* IE6-9 */
	background-color: #000;
	color: #fff;
}
	
/* reusable button */
.wmobile-button {
	float: right;
	padding: 6px 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .21) 0%, rgba(80, 80, 80, .29) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .21)), color-stop(100%,rgba(80, 80, 80, .29)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .21) 0%,rgba(80, 80, 80, .29) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .21) 0%,rgba(80, 80, 80, .29) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .21) 0%,rgba(80, 80, 80, .29) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, .21) 0%,rgba(80, 80, 80, .29) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20FFFFf', endColorstr='#20000000',GradientType=0 );
	background-color: black;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.125);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.125);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.125);
	border: 1px solid rgba(0, 0, 0, .1);
	cursor: pointer;
	text-decoration: none;
	background-clip: padding-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.no-touch .wmobile-button:active,
.no-touch .wmobile-button:hover,
.wmobile-button.active {
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(50, 50, 50, .15) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .2)), color-stop(100%,rgba(50, 50, 50, .15)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%,rgba(50, 50, 50, .15) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%,rgba(50, 50, 50, .15) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%,rgba(50, 50, 50, .15) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, .2) 0%,rgba(50, 50, 50, .15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20FFFFf', endColorstr='#20000000',GradientType=0 );
	background-color: black;
}

.wmobile-button-bars {
	float: left;
	margin-left: 5px;
	margin-top: 0.187em;
}
	
.wmobile-button-bar {
	display: block;
	width: 1.125em;
	height: .125em;
	background-color: #eee;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin-top: .1875em;
	box-shadow: rgba(0, 0, 0, .35) 1px 1px 0px;
}
	
.wmobile-button-text {
	display: block;
	font-size: .875em;
	font-weight: 400;
	float: left;
	text-transform: uppercase;
	line-height: 1.7143;
}

#wmobile-header {
	padding: 6px 5px;
	text-shadow: rgba(0, 0, 0, .35) 1px 1px 0px;
	position: relative;
	box-shadow: 0px 0px 7px black;
	-mox-box-shadow: 0px 0px 7x black;
	-webkit-box-shadow: 0px 0px 7px black;
	z-index: 1000;
}
	
#wmobile-header h1 {
	margin: 6px 0;
	padding: 0 0 0 5px;
	font-size: 1.375em;
	line-height: 1.10;
}

#wmobile-header .wmobile-button {
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#wmobile-page {
	position: absolute;
	width: 100%;
}

#wmobile-menu {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.85) !important;
	z-index: 999;
	display: none;
	margin-bottom: 30px;
	box-shadow: 0px 1px 10px black;
	-mox-box-shadow: 0px 1px 10px black;
	-webkit-box-shadow: 0px 1px 10px black;
}

#wmobile-menu ul {
	padding: 0;
	margin: 0;
}

#wmobile-menu li {
	list-style: none;
	border-bottom: solid 1px rgba(20, 20, 20, .6);
	border-top: solid 1px rgba(60, 60, 60, .6);
}

#wmobile-menu li a {
	font-size: 1em;
	line-height: 1.5;
	padding: 8px 10px;
	color: white;
	text-decoration: none;
	display: block;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*
#wmobile-menu li:first-child {
	border-top: none;
}
*/
#wmobile-menu li:last-child {
	border-bottom: none;
}

#wmobile-menu li:first-child a{
	padding-top: 10px;
}

#wmobile-menu li:last-child a{
	padding-bottom: 10px;
}

.no-touch #wmobile-menu li a:active,
.no-touch #wmobile-menu li a:hover,
#wmobile-menu li a.active {
	background: rgba(0, 0, 0, .1);
}

#wmobile-menu .wsite-menu-arrow {
	display: none;
}

#wmobile-menu .wmobile-arrow {
	float: right;
	border: 8px solid transparent;
	border-left-color: white;
	position: relative;
	top: 3px;
	left: 8px;
}

#wmobile-menu .wmobile-back-item .wmobile-arrow {
	position: relative;
	top: 4px;
	float: left;
	left: -7px;
	border: 8px solid transparent;
	border-right-color: white;
	margin-right: 4px;
}

#wmobile-menu .wmobile-menu-back {
	text-align: left;
}

#wmobile-menu .wmobile-menu-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#wmobile-menu-cont {
	position: relative;
}

#wmobile-content-wrap {
	margin: 1.5em 15px 1.5em 15px;
}

#wmobile-page a {
	color : #06C;
	text-decoration: none;
}

#wmobile-page .imgPusher {
	display: none !important;
}

#wmobile-page .paragraph {
	clear: both !important;
}

/* Hr line with padding? */
#wmobile-page .paragraph+hr {
	display: none;
}

/* Size images correctly */
#wmobile-page img {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	max-width: 100%;
}

/* replace padding with margins */
#wmobile-page .wsite-image {
	padding: 0 !important;
	margin: 1.5em 0 !important;
}

#wmobile-page .wsite-image a+div,
#wmobile-page .imgPusher+span a+div { /* captions */
	line-height: 1; !important; /* not 24px but it's throwing off margin spacing */
	margin: .625em 0 0 0 !important;
}

#wmobile-page .imgPusher+span {
	float: none !important;
	margin: 1.5em 0 !important;
	display: block;
}

/** columns */
#wmobile-page .wsite-multicol-table-wrap {
	margin: 1.5em 0 !important;
}

#wmobile-page .wsite-multicol-table,
#wmobile-page .wsite-multicol-tbody,
#wmobile-page .wsite-multicol-tr,
#wmobile-page .wsite-multicol-col {
	display: block !important;
	margin: 1.5em 0 !important;
	padding: 0 !important;
	width: auto !important;
}

/** Buttons */
#wmobile-page .wsite-button {
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
	/** no support until div spacing is removed: 
			margin: 1.5em 0 !important; */
}

#wmobile-page .wsite-button+div {
	height: 4px !important; /* hack to fix a weird rendering height bug */
}

#wmobile-page .wsite-button-inner {
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#wmobile-page .wsite-button-inner {
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/** iframe resizing */
#wmobile-page iframe {
	margin: 1.5em 0 !important;
	overflow: hidden !important;
}

/** File upload, download */
#wmobile-page div div+hr:not(.styled-hr) {
	display: none;
}

/** forms */
#wmobile-page .wsite-form-input-container,
#wmobile-page .wsite-form-field,
#wmobile-page .wsite-form-input {
	float: none !important;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#wmobile-page .wsite-form-input {
	width: 100% !important;
}

/** rss */
#wmobile-page .rss-box {
	width: 100% !important;
}

/** products */
#wmobile-page .product {
	margin: 1.5em auto !important;
}
	
#wmobile-page .product-title,
#wmobile-page .product-description {
	clear: both;
}
	
#wmobile-page .product-small .product-button {
	clear: left !important;
	float: left !important;
}
	
#wmobile-page .product-long-detail {
	clear: left !important;
	float: left !important;
	margin: 1.5em 0 !important;
}

/** no custom font colors for now */
#wmobile-page font {
   color: #222 !important;
}

/** Bloging */
#wmobile-page .blogCommentWrap {
	margin-left: 0 !important;
}

#wmobile-page .blog-post-separator {
	display: none;
}

#wmobile-page .blog-comments-bottom {
	font-size: 1em !important;
	line-height: 1.5 !important;
}

#wmobile-page h2.blog-title {
	line-height: 1 !important;
}

#wmobile-page .blog-post h2 > a {
	color: #222 !important;
}

#wmobile-page .blog-post h2 > a {
	color: #222 !important;
	text-decoration: none;
}

#wmobile-page .blog-post .blog-date,
#wmobile-page .blog-post .blog-comments{
	line-height: 1.8462 !important;
	padding: 0 !important;
}

#wmobile-page .blog-post .date-text {
	padding: 0 !important;
}

#wmobile-page .blog-read-more {
	text-align: left;
}

#wmobile-page .blog-sidebar-separator {
	padding: 0 !important;
}
#wmobile-page .blog-comments-bottom {
	margin: 0 0 1.5em !important;
}

#wmobile-page .pds-box {
	margin: 0 auto;
}

#wmobile-page .wsite-flash {
	display: none;
}

#wmobile-page .wsite-scribd {
	display: none;
}

#wmobile-page .wsite-adsense {
	overflow: hidden;
	max-width: 100%;
}

#wmobile-page .wsite-audio {
	display: none;
}

#wmobile-page .wsite-youtube object {
	max-width: 100% !important;
}

#wmobile-page .mejs-container {
	margin: 1.5em auto;
}

#wmobile-page .wsite-youtube object embed {
	max-width: 100% !important;
}

#commentText~br {
	display: none;
}

#comments+br {
	display: none;
}

#blogTable>tbody>tr>td {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

#blogTable .column-blog {
	width: 100%;
}

/** Footer */
#wmobile-footer-cell {
	border-top: 1px solid #c9c9c9;
}

.wmobile-footer-section {
	background: #F0F0F0;
	text-align: left;
	font-size: .9375em;
	line-height: 1.6;
	padding: 11px 10px 10px;
	color: #666;
}

#wmobile-footer-section-separator {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #fff;
	height: 0px;
}

#wmobile-footer-version-chooser {
	text-shadow: 0px 1px #fff;
}

.wmobile-footer-version-text {
	padding-left: 10px;
	font-weight: bold;
}

.wmobile-app-callout {
	position: relative;
	background: url(get_app_footer_background1.png) repeat-x;
	padding: 10px;
	height: 26px;
	line-height: 1.5;
	color: #fff;
	font-size: 1em;
	text-shadow: 0px -1px #000;
}

#wmobile-app-button {
	float: right;
	background: url(get_the_app_button1.png) no-repeat;
	width: 100px;
	height: 28px;
}

#wmobile-yourown-button {
	float: right;
	background: url(create_your_own_button1.png) no-repeat;
	width: 128px;
	height: 28px;
}

#wmobile-footer-search {
	
}

#wmobile-page .wsite-search {
	display: block;
	border-bottom: solid 1px rgba(20, 20, 20, .6);
	padding: 8px 42.5px 7px 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#wmobile-page .search {
	clear: right;
	float: right;
}

#wmobile-page .wsite-search .wsite-search-input {
	width: 100%;
	border: 1px solid #111;
	padding: 7px 0 7px 30px !important;
	font-size: 1em;
	line-height: 1.5;
	background: #444;
	color: white;
	font-family: helvetica, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.12, #333));
	-webkit-appearance: none;
	-webkit-box-shadow: 1px 1px 1px #333;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#wmobile-page .wsite-search .wsite-search-button {
	position: absolute;
	left: 17px;
	width: 19px;
	height: 18px;
	background: url(magnifying_glass.png) no-repeat;
	cursor: pointer;
	top: 14px;
}

#wmobile-page #wsite-search-header {
	margin-left: 0;
}

#wmobile-page #wsite-search-header h2 {
	display: none;
}

#wmobile-page #wsite-search-sidebar {
	display: none;
}

#wmobile-page #wsite-search-form-container {
	width: 100%;
	float: none;
}

#wmobile-page #wsite-search-results {
	width: 100%;
	padding-bottom: 0;
}

#wmobile-page #wsite-search-content.one-column #wsite-search-results {
	margin-left: 0;
}

#wmobile-page #wsite-search-form {
	width: 100%;
}

#wmobile-page #wsite-search-query {
	margin-left: 0;
	font-size: 1.5em;
}

#wmobile-page #wsite-search-form input {
	-webkit-appearance: none;
	border-radius: 0;
}

/* image retina display */
@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min--moz-device-pixel-ratio: 2) {

	#wmobile-page .wsite-search .wsite-search-button {
		background: url(magnifying_glass2x.png) no-repeat;
		background-size: 18px 17px;
	}

	#wmobile-app-button {
		background: url(get_the_app_button.png) no-repeat;
		background-size:100px 28px;
	 }
		
	 #wmobile-yourown-button {
		 background: url(create_your_own_button.png) no-repeat;
		 background-size:128px 28px;
	 }
		
	 .wmobile-app-callout {
			background: url(get_app_footer_background.png) repeat-x;
			background-size: 640px 112px;
	 }
}

.wmobile-footer-vertical {
	margin: 0px 4px 0px 2px;
	position: relative;
	top: -1px;
	font-weight: normal;
}

.wmobile-footer-section a {
	color: #0066cc;
	text-decoration: none;
}

#wmobile-footer1 a.wmobile-footer1-inner {
	display: block;
}

