/* Begin reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: none;
	font-size: 100%;
	vertical-align: baseline;
	text-shadow:none;
}

blockquote { margin-left: 40px }

sub, sup {
	font-size:smaller;
	line-height:normal;
}

sub { vertical-align:sub }
sup { vertical-align:super }
:focus { outline: 0 }

abbr { cursor:help }

/* End reset */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 16px;
	min-width: 980px;
	background: #fff;}

input[type="text"],
input[type="password"],
textarea,
select {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 8px 6px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	margin: 0;}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid #aaa;}

textarea {
	resize: vertical;}

input[type="submit"], .button, .mini-button {
	font-size: 11px;
	font-weight: bold;
	background: url(/assets/images/bg_button.png) repeat-x #466600;
	padding: 8px 20px;
	border: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;}

.mini-button {
	padding: 4px 12px;
	font-size: 10px;}

.special-button {
	color: #ea8a18;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;}

.button:hover {
	text-decoration: none;}

input[type="checkbox"], input[type="radio"] {
	margin: 0;
	vertical-align: middle;}

input.blurred, textarea.blurred {
	color: #787878;}

a {
	text-decoration: none;
	color: #0173af;}

a:hover {
	text-decoration: underline;}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;}

h1 {
	font-size: 24px;
	line-height: 28px;}

h2 {
	font-size: 20px;
	line-height: 24px;}

h3 {
	font-size: 16px;
	line-height: 18px;}

h4 {
	font-size: 14px;
	line-height: 16px;}

h5 {
	font-size: 12px;
	line-height: 16px;}

h1.alpha {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #444;
	padding: 5px 0 20px;}

dl.map {
	overflow: hidden;}

	dl.map dt {
		float: left;
		clear: left;
		width: 28%;
		color: #888;
		padding: 8px 2% 4px 0;
		text-align: right;}

	dl.map dd {
		float: left;
		width: 70%;
		padding: 8px 0 8px 0;}

.form {
	overflow: hidden;}

	.form > dt {
		float: left;
		clear: left;
		width: 28%;
		padding: 9px 2% 4px 0;
		text-align: right;}

	.form > dd {
		float: left;
		width: 70%;
		padding: 0 0 8px 0;}

	.form > dd.buttons {
		padding-top: 25px;}

	.form > dd.buttons a {
		margin-left: 15px;}


.toparea {
	background: #333;
	color: #fff;}

	.toparea .section {
		padding: 20px;}

	.toparea a {
		color: #24b2ff;}

	.toparea input[type=text],
	.toparea input[type=password] {
		border: 1px solid #777;
		font-size: 13px;
		background: #444;
		color: #fff;}
	
	.toparea input[type=submit] {
		border: 1px solid #888;
		padding: 8px 10px;
		font-size: 12px;
		background: #666;
		color: #fff;}

		.toparea .traditional-login-form {
			margin-top: 10px;
			font-size: 12px;}

	.toparea .error {
		font-size: 12px;
		color: #fea48b;}

.signin-popup, .page-popup {
	position: relative;
	background: #fff;
	width: 500px;
	padding: 25px;
	margin: 0 auto;}

	.signin-popup .traditional-login-form {
		margin-top: 10px;
		font-size: 12px;}

.header-container {
	box-shadow: 0 2px 5px #ccc;
	/*background: url(/assets/images/bg_header.png) repeat-x;
	border-bottom: 1px solid #ccc;
	height: 77px;
	*/
	overflow: hidden;
	}

.section {
	width: 960px;
	margin: 0 auto;}

.header {
	min-height: 62px;
	
	position: relative;}

	.header .logo {
		position: absolute;
		/*left: -10px;*/
		top: 8px;
		z-index: 100;}

	.header .buttonpanel {
		position: absolute;
		right: 0;
		top: 0;}
	
	.header .button {
		float: left;
		display: block;
		border-radius: 0 0 4px 4px;
		font-size: 13px;
		padding: 22px 10px 8px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		margin-left: 7px;}

	.header .menu {
		position: absolute;
		top: 20px;
		left: 300px;}

		.header .menu .item {
			color: #5d5d5d;
			font-weight: bold;
			text-transform: uppercase;
			vertical-align: middle;
			margin: 0 15px;
			font-size: 18px;}

		.header .menu .separator {
			display: inline-block;
			border-left: 1px solid #ddd;
			height: 25px;
			vertical-align: middle;
			margin: 0 4px;}

		.header .menu .item:hover {
			text-decoration: underline;
			color: #e34633;}

		.header .menu .current {
			color: #e34633;}

	.header .button-red {
		background: url(/assets/images/bg_button_red.png) repeat-x;}

	.header .button-gray {
		background: url(/assets/images/bg_button_gray.png) repeat-x;}
		
.subnav {}
	
	.subnav .tagline {
		float: left;}

	.subnav .controls {
		padding-top: 10px;
		top: 0;
		right: 0;
		position: absolute;}

.footer-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background: url(/assets/images/bg_footer.png) repeat-x 0 top #fff;}
	
.footer {
	width: 960px;
	padding: 5px 0;
	height: 22px;
	margin: 0 auto;}
	
	.footer .social-media {
		float: right;
		margin-top: 2px;}

	.footer .links {
		margin-top: 3px;}

		.footer .links a {
			font-weight: bold;
			color: #555;
			font-size: 12px;
			margin: 0 6px;}

	.footer .copy {
		clear: left;
		color: #555;
		margin-left: 10px;
		font-size: 11px;
		margin-top: 2px;}

		.footer .copy a {
			color: #555;
			margin-left: 10px;}

.page {
	margin: 0 auto;
	padding: 40px 0 80px;
	width: 960px;}

.page-thinner {}

hr.boxdivider {
	border-top: 2px dashed #ddd;
	padding: 5px 0;}

p.text, .text p {
	line-height: 18px;
	color: #444;
	font-size: 15px;
	margin: 15px 0;}

.hidden {
	display: none;}

.invisible {
	visibility: hidden;}

.notice {
	padding: 20px;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 25px;
	background-color: #F7EFD3;}

.blue {
	color: #0173af;}

.fire {
	color: #e34633;}

.note {
	color: #999;}

.error {
	color: #a00;}

.dark {
	color: #666;}

.faded {
	opacity: 0.4;
	filter: alpha(opacity=40);}

.dim {
	color: #999;}

.calign {
	text-align: center;}

.biglink {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 5px;}

.plain-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-width: 1px;}

.regtable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;}

	.regtable tr {
		background: #fafafa;}

	.regtable td, .regtable th {
		text-align: left;
		padding: 5px;
		border: 1px solid #ddd;}
	
	.regtable th {
		font-weight: bold;}
	
.image-editor {
	min-height: 90px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border: 1px solid #ddd;
	overflow: hidden;}

	.image-editor .image-thumb {
		float: left;
		width: 24%;
		overflow: hidden;
		padding-top: 10px;
		margin: 1%;
		text-align: center;}

		.image-editor .image-thumb .controls {
			font-size: 10px;
			padding: 8px 0;}

		.image-editor .image-thumb > img {
			max-width: 80px;
			max-height: 80px;}

.image-controls {
	padding: 10px;
	background: #ddd;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;}

.breadcrumbs {
	padding: 0 0 25px;}

.helpinfo {
	cursor: help;}

.mainlink-container {
	padding-bottom: 30px;}

.admin-link, .mainlink-container a {
	display: block;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 8px;
	-webkit-border-radius: 8px;}

.embolden {
	font-weight: bold;}

.more-link {
	color: #436300;
	font-size: 16px;
	font-weight: bold;}

.clear {
	clear: both;}

.align-center {
	text-align: center;}

.align-right {
	text-align: right;}

.valign {
	vertical-align: middle;}

.product-images {
	float: left;
	width: 50%;
	min-height: 100px;}

	.product-images .main-image {
		display: block;
		overflow: hidden;}

		.product-images .main-image img {
			max-width: 100%;}

	.product-images .thumbnails {
		margin-top: 25px;
		overflow: hidden;}

		.product-images .thumbnails > .thumbnail {
			float: left;
			display: block;
			width: 23%;
			margin: 1%;}

		.product-images .thumbnail img {
			max-width: 100%;}


.strip-heading {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	max-width: 650px;
	margin: 0 0 15px;
	padding: 8px 0 5px;}

.strip-container {
	overflow: hidden;
	padding: 20px 0;}

.strip-thumb {
	float: left;
	text-align: center;
	width: 200px;}

	.strip-thumb img {
		max-width: 180px;}

	.strip-content {
		float: left;
		margin-left: 40px;
		width: 450px;}

	.strip-buttons {
		float: left;
		width: 180px;}

.skip-optin-ui {
	position: absolute;
	right: 20px;
	top: 20px;}

	.skip-optin-ui a {
		color: #ccc;}

.optin-form {
	width: 830px;
	height: 312px;
	margin-left: 172px;
	position: relative;
	background: url(/assets/images/bg_optin_form.png) no-repeat;}

	.optin-form .fields {
		position: absolute;
		width: 355px;
		top: 85px;
		left: 172px;}

	.optin-form .email-field, .optin-form .email-label {
		font-size: 18px;
		padding: 10px;
		font-weight: bold;
		border-radius: 10px;
		border: 0 none;
		color: #7d7d7d;}

	.optin-form .email-field {
		width: 330px;
		background: url(/assets/images/bg_optin_email.png) no-repeat scroll right center #fff;}

	.optin-form .instructions {
		text-shadow: 1px 1px 1px #d2e43f;
		color: #333;
		position: absolute;
		bottom: 21px;
		left: 104px;
		width: 400px;
		text-align: center;
		font-style: italic;}

	.optin-message {
		font-style: italic;
		color: #fff;
		padding: 10px 0;}

	.asseenon {
		padding: 15px 18px 0 0;
		text-align: center;}

.faq-question {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 25px 0 -5px;}

.proverb {
	margin-top: 20px;
	font-weight: bold;
	font-size: 17px;
	color: #e34633;}

.proverb-author {
	margin-top: 8px;}


.legal {
	line-height: 24px;
	font-size: 15px;
	color: #444;
	padding-bottom: 40px;}

	.legal ul {
		list-style: disc outside;
		padding-left: 25px;}

	.legal p {
		line-height: 18px;
		margin: 10px 0;}

	.legal ol {
		list-style: decimal outside;
		padding-left: 25px;}
	
	.legal > h3, .legal li > h3 {
		font-weight: bold;
		font-size: 16px;
		margin: 25px 0 5px;}

.press-box {
	float: left;
	width: 418px;
	min-height: 200px;
	padding-top: 35px;
	padding: 20px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 15px;
	margin-bottom: 30px;
	position: relative;}

	.press-box .mention-box {
		clear: both;
		padding: 15px 0 0;
		font-size: 13px;
		font-style: italic;}

		.press-box .mention-box .title {
			font-weight: bold;
			padding-bottom: 10px;}

	.press-box .press-logo {
		max-width: 250px;}

		.press-box .press-logo img {
			max-width: 170px;}

	.press-box-right {
		margin-left: 40px;}

	.press-box .press-logo-right {
		margin-right: 20px;}
		
	.press-box .uptick {
		display: none;
		width: 35px;
		height: 25px;
		margin: 0 auto;
		background: url(/assets/images/img_press_uptick.png) no-repeat center center;}

	.press-box .read-more {
		height: 37px;}

.press-item {
	margin: 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;}

.press-item-first {
	border-left-color: transparent;
	clear: left;}

	.press-item > p:first-child img {
		vertical-align: middle;
		max-height: 120px;}
	
	.press-item > * {
		margin: 8px 0;}

	.press-item > p.title {
		font-weight: bold;}

.formatted ul {
	list-style: disc outside;
	padding-left: 25px;}

.formatted ol {
	list-style: decimal outside;
	padding-left: 25px;}

.formatted p {
	margin: 4px 0;}

.item-price {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;}

.winner-box {
	display: table-cell;
	vertical-align: middle;
	background: url(/assets/images/bg_winner_badge.png) no-repeat; 
	width: 165px;
	height: 91px;
	color: #fff;
	padding: 10px;}


.form-time-label {
	margin-left: 25px;}

.info-bubble {
	cursor: pointer;
	vertical-align: middle;
	margin-left: 8px;}

.info-popup {
	border: 1px solid #ccc;
	padding: 10px;
	width: 300px;
	background-color: #fff;
	position: relative;
	position: absolute;}

	.info-popup .close-button {
		float: right;
		display: inline-block;
		padding: 2px 6px;
		background-color: #eee;
		margin-left: 10px;
		margin-top: -4px;
		margin-right: -4px;
		top: 4px;
		right: 5px;
		color: #333;}

.press-mention {
	overflow: hidden;}

	.press-mention > p {
		text-align: center;}

	.press-mention img {
		max-width: 180px;}

div.ui-datepicker {
	font-size: 11px;}


.box {
	float: left;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-left: 30px;
	margin-bottom: 30px;
	background: #f5f5f5;
	box-shadow: 0 0 24px 6px #ddd inset;
	position: relative;
	width: 298px;}

	.first-box {
		clear: left;
		margin-left: 0;}

	.box .title {
		display: table-cell;
		vertical-align: middle;
		font-weight: bold;
		border-radius: 7px 7px 0 0;
		font-size: 14px;
		line-height: 16px;
		width: 298px;
		height: 37px;
		padding: 5px 10px;
		background: url(/assets/images/bg_boxheading.png) repeat-x #f4f4f4;}

		.box .title a {
			font-weight: bold;
			color: inherit;
			text-decoration: none;}

	.box .featured {
		position: absolute;
		top: -6px;
		right: -6px;
		width: 98px;
		height: 100px;
		background: url(/assets/images/featured_banner.png) no-repeat;}

	.box .mainphoto {
		padding: 10px 10px 0;}
		
		.box .mainphoto .frame {
			overflow: hidden;
			height: 150px;
			border: 1px solid #aaa;}

			.box .mainphoto .frame img {
				margin: -10px 0 -10px -7px;
				max-width: 290px;}

	.box .info .timeinfo {
		font-weight: bold;
		vertical-align: middle;
		color: #0173af;}

	.box .info .time-remaining {
		font-size: 140%;}

	.box .info .highlight {
		margin-bottom: 10px;
		font-size: 13px;}

	.box .info .highlight b {
		font-size: 11px;
		vertical-align: middle;
		font-weight: bold;}

	.box .info {
		height: 180px;
		color: #444;
		font-size: 12px;
		padding: 10px 10px 0;}

	.box .action {
		padding: 10px;}

		.box .action .button {
			display: block;
			color: #fff;
			text-align: center;
			font-weight: bold;
			/*text-shadow: 2px 2px 2px #666;*/
			border-radius: 6px;
			padding: 10px;
			font-size: 14px;
			background: url(/assets/images/bg_button.png) repeat-x 0 bottom #e24532;}

	.box-open {
		margin-left: 0;
		padding: 15px;
		padding-left: 5px;
		float: none;
		width: auto;}

	.box-open .box-content {
		float: left;
		width: 60%;}

	.box-open .box-aside {
		float: left;
		width: 31%;
		margin-left: 5%;}

		.box-open .box-aside .heading {
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
			border-bottom: 1px solid #ccc;
			margin: 25px 0 10px;
			padding: 0 0 5px;}

	.box-open .social-share {
		line-height: 18px;
		min-height: 100px;
		color: #666;}

	.ad-box .ad-container {
		text-align: center;
		vertical-align: middle;
		width: 300px;
		height: 455px;
		display: table-cell;}
			
	.box .open-title {
		font-size: 20px;
		font-weight: bold;
		color: #333;
		padding-left: 10px;
		line-height: 30px;}

	.box-open .mainphoto {
		padding: 10px 10px 0;}
		
		.box-open .mainphoto .frame {
			text-align: center;
			overflow: hidden;
			border: 1px solid #ccc;
			height: auto;}

			.box-open .mainphoto .frame img {
				vertical-align: middle;
				/*border: 1px solid #ccc;*/
				margin: 0;
				max-width: 100%;}

	.box-open .action .button {
		padding: 20px 0;
		font-size: 22px;}

	.box-open .info {
		height: auto;
		min-height: 140px;}


.step {
	margin: 10px 0;
	min-height: 100px;
	width: 680px;
	color: #444;
	padding: 20px 0;
	font-size: 14px;}

	.step-border {
		border-bottom: 1px solid #ddd;}

	.step .step-title {
		font-weight: bold;
		margin-bottom: 4px;
		color: #333;
		font-size: 18px;}

	.step .step-number {
		float: left;
		text-align: center;
		line-height: 40px;
		width: 40px;
		height: 40px;
		background-color: #e34633;
		color: #fff;
		border-radius: 8px;
		margin-right: 25px;
		margin-bottom: 30px;
		margin-top: 10px;
		padding: 20px;
		font-size: 30px;
		font-weight: bold;}

.winner {
	background: #c2e5ff;
	overflow: hidden;
	padding: 15px;
	margin: 10px 0;
	font-size: 12px;}

	.winner a {
		font-weight: bold;}

.testimonial-panel {
	float: left;
	width: 260px;
	margin-top: 8px;
	margin-left: 40px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px;
	min-height: 250px;}

	.testimonial-panel .heading {
		text-align: center;
		margin-bottom: 10px;
		font-size: 14px;
		color: #555;
		font-weight: bold;}

.standard-form-centered {
	margin: 0 auto;}

.standard-form {
	width: 570px;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 20px;}

.dualpane {
	background: url(/assets/images/bg_panes.png) repeat-y;
	border-radius: 5px;
	border: 1px solid #ddd;
	min-height: 300px;}

	.dualpane .lpane {
		float: left;
		padding: 10px;
		width: 210px;}


	.dualpane .rpane {
		float: left;
		width: 688px;
		padding: 20px;}

.pane-menu-heading {
	font-weight: bold;
	color: #444;
	font-size: 13px;
	text-transform: uppercase;
	margin: 20px 10px 5px;}

.pane-menu > a {
	font-weight: bold;
	display: block;
	margin: 6px 10px;
	color: #666;}


.pane-record {
	color: #444;
	padding: 8px 0;
	border-top: 1px dotted #ddd;}

	.pane-record .id {
		float: left;
		min-height: 5px;
		width: 8%;}
		
	.pane-record .details {
		float: left;
		min-height: 5px;
		width: 75%;}

	.pane-record .details-id {
		float: left;
		margin-left: 2%;
		min-height: 5px;
		width: 65%;}

	.pane-record .controls {
		float: left;
		margin-left: 2%;
		min-height: 5px;
		width: 23%;}

.pane-controls {
	min-height: 25px;
	padding-bottom: 15px;}

	.pane-controls .main-action {
		font-weight: bold;
		color: #fff;
		background: #333;
		border-radius: 3px;
		padding: 5px 18px;}

.pane-instructions {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	color: #555;
	padding: 10px 0;}

.pagination {
	padding: 15px 0;}

	.pagination a {
		margin: 0 8px;
		font-weight: bold;}

.division-title {
	font-weight: bold;}

.business-mention {
	width: 960px;
	margin: 0 auto -15px;
	padding-top: 15px;
	text-align: center;}



.analytics-box-facebook {
	background: #3b5998;}

.analytics-box-twitter {
	background: #2daae1;}

.analytics-box-youtube {
	background: #e54232;}

.analytics-box {
	padding: 5px;
	width: 190px;
	float: left;
	text-align: center;
	margin: 0 25px 20px 0;}

	.analytics-box .count {
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding: 20px 0;}

	.analytics-box .title {
		font-weight: bold;
		margin: 10px 0;
		color: #fff;
		font-size: 13px;
		text-align: center;}

.report-item {
	padding: 6px 20px;
	overflow: hidden;
	margin: 0 -20px;
	border-bottom: 1px solid #ddd;}
	
	.report-item:nth-child(odd) {
		background: #fafafa;}

	.report-item div {
		float: right;
		color: #444;
		text-align: right;
		font-size: 12px;}

	.report-item span {
		float: right;
		display: block;
		font-weight: bold;
		font-size: 16px;
		color: #444;}

