
/* General */
html { background: #EAEAEA; border-top: solid 20px #323232; font-family: Arial, sans-serif; color: #4D4D4D; font-size: 11pt; }
body a {text-decoration: none; color: #55ABD0; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 0.5em 0; }
h1 {
	font-family: "Arial Black";
	font-weight: normal;
	color: #000;
}
h3 { color: #4D4D4D; }
th, td { text-align: left; vertical-align: top; padding: 2px 5px; }
hr { border: none; background-color: #B3B3B3; height: 2px; margin: 15px 10px; }
hr.thin { height: 1px; }
p { line-height: 1.2; }
span sup { font-size: 9pt; top: -1.0em; }

.grid_12 { padding-bottom: 10px; }

.margin_0 { margin: 0 !important; }
.margin_10 { margin: 10px !important; }
.margin_20 { margin: 20px !important; }
.margin_30 { margin: 30px !important; }
.margin_40 { margin: 40px !important; }
.margin_60 { margin: 60px !important; }
.margin-left_0 { margin-left: 0 !important; }
.margin-left_10 { margin-left: 10px !important; }
.margin-left_20 { margin-left: 20px !important; }
.margin-left_60 { margin-left: 60px !important; }
.margin-left_-10 { margin-left: -10px !important; }
.margin-right_0 { margin-right: 0 !important; }
.margin-right_10 { margin-right: 10px !important; }
.margin-right_20 { margin-right: 20px !important; }
.margin-right_60 { margin-right: 60px !important; }
.margin-right_-10 { margin-right: -10px !important; }
.margin-top_0 { margin-top: 0 !important; }
.margin-top_10 { margin-top: 10px !important; }
.margin-top_20 { margin-top: 20px !important; }
.margin-top_30 { margin-top: 30px !important; }
.margin-top_-10 { margin-top: -10px !important; }
.margin-bottom_0 { margin-bottom: 0 !important; }
.margin-bottom_10 { margin-bottom: 10px !important; }
.margin-bottom_20 { margin-bottom: 20px !important; }
.margin-bottom_30 { margin-bottom: 30px !important; }
.margin-bottom_40 { margin-bottom: 40px !important; }
.margin-bottom_-10 { margin-bottom: -10px !important; }

.padding_0 { padding: 0 !important; }
.padding_10 { padding: 10px !important; }
.padding_20 { padding: 20px !important; }
.padding_30 { padding: 30px !important; }
.padding-top_10 { padding-top: 10px !important; }
.padding-top_20 { padding-top: 20px !important; }
.padding-top_30 { padding-top: 30px !important; }
.padding-right_10 { padding-right: 10px !important; }
.padding-right_20 { padding-right: 20px !important; }
.padding-right_30 { padding-right: 30px !important; }
.padding-left_10 { padding-left: 10px !important; }
.padding-left_20 { padding-left: 20px !important; }
.padding-left_30 { padding-left: 30px !important; }
.padding-bottom_10 { padding-bottom: 10px !important; }
.padding-bottom_20 { padding-bottom: 20px !important; }
.padding-bottom_30 { padding-bottom: 30px !important; }
.padding-bottom_-10 { padding-bottom: -10px !important; }

/* header */
#logo img { vertical-align:text-top; }
header #logo { float: left; margin: 5px 0 10px 0; }
header nav ul { float: right; margin: 0; }
header nav li {
	display: inline-block;
	font-weight: bold;
	padding: 4px 22px;
	text-align: center;
	border-top: thick solid transparent;
}
header nav li.blog { visibility: hidden; }
header nav li:last-of-type { padding-right: 0; }

header nav li a { text-decoration: none; text-shadow: 2px 2px 3px #FFF; color: #4D4D4D; }
header #tellapal {
	display: block;
	visibility: hidden;
	float: right;
	margin: 20px 0 5px 50px;
	color: #999;
	font-size: 8pt;
}

.border { border: medium solid #EAEAEA; padding: 10px; margin: 20px 10px; }
.border p:last-child { margin-bottom: 0; }

/* main body content */
#main {
	background: #FFF;
	box-shadow: 0 0 5px #888;
	clear: both;
	position: relative;
}

#page-title h1 { font-size: 30pt; line-height: 0.9; font-family: "Arial Black", sans-serif; text-transform: uppercase; margin: 30px 0; }
#page-title h2 { font-size: 20pt; line-height: 0.9; color: #9A2223; text-transform: uppercase; }
#page-title span { color: #9A2223; }
#page-sub-title { font-size: 16pt; text-transform: uppercase; color: #9A2223; margin: 0.25em 10px; }

.right-col .module h3 { margin: 0 0 5px; padding: 5px 10px 2px; background-color: #000; color: #FFF; }
.right-col .module h4 { margin: 8px 0; }

.add-to-cart {
}
.little {
	font-size: 0.8em;
	border-radius: 5px;
	padding: 7px 9px;
	font-weight: bold;
}
.medium {
	font-size: 1em;
	border-radius: 5px;
	padding: 10px 12px;
	font-weight: bold;
}
.big {
	font-size: 1.3em;
	border-radius: 5px;
	padding: 13px 15px;
	font-weight: bold;
}
.red {
	background: #9A2223;
	color: #FFF;
	background: -moz-linear-gradient(top, #A90329 0%, #9A2223 44%, #6D0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A90329), color-stop(44%,#9A2223), color-stop(100%,#6D0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #A90329 0%,#9A2223 44%,#6D0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #A90329 0%,#9A2223 44%,#6D0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #A90329 0%,#9A2223 44%,#6D0019 100%); /* IE10+ */
	background: linear-gradient(to bottom, #A90329 0%,#9A2223 44%,#6D0019 100%); /* W3C */
}
.blue {
	background: #2658A9;
	color: #FFF;
	background: -moz-linear-gradient(top, #2658A9 0%, #2E6CC6 44%, #1E1CB6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2658A9), color-stop(44%,#2E6CC6), color-stop(100%,#1E1CB6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2658A9 0%, #2E6CC6 44%, #1E1CB6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2658A9 0%, #2E6CC6 44%, #1E1CB6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2658A9 0%, #2E6CC6 44%, #1E1CB6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2658A9 0%, #2E6CC6 44%, #1E1CB6 100%); /* W3C */
}
.grey {
	background: #9A2223;
	color: #FFF;
	background: -moz-linear-gradient(top, #AAA 0%, #888 44%, #999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAA), color-stop(44%,#888), color-stop(100%,#999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #AAA 0%,#888 44%,#999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #AAA 0%,#888 44%,#999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #AAA 0%,#888 44%,#999 100%); /* IE10+ */
	background: linear-gradient(to bottom, #AAA 0%,#888 44%,#999 100%); /* W3C */
}
.button {
	display: inline-block;
	box-shadow: 5px 5px 15px #888;
	line-height: 1;
	border: 0;
	text-transform: uppercase;
	margin: 0 auto;
}
.center { text-align: center; }
.right_align { text-align: right; }

.hilite_title h2 {
	color: #FFF;
	background: #000;
	text-transform: uppercase;
	padding: 4px 15px 2px;
	font-weight: normal;
	font-size: 1.1em;
}

/* BEGIN vertical column separator (like hr, but vertical). Needs the column to have wrapper divs for the 2 following classes */

.column-divider-right {
	border-right: 2px solid #EAEAEA;
	margin-right:-11px; /* size of gutter + 1/2 border width to overlap with the left column's border */
	padding-right:10px; /* size of gutter */
}

.column-divider-left {
	border-left: 2px solid #EAEAEA;
	margin-left:-11px; /* size of gutter + 1/2 border width to overlap with the right column's border */
	padding-left:10px; /* size of gutter */
}

/* END vertical column separator */

.left_nav h4 { padding: 3px 0; margin: 20px 0; color: #FFF; text-align: center; background-color: #4D4D4D; }
.left_nav ul { padding: 0; margin: 0; }
.left_nav li { padding: 3px 10px 3px 50px; margin: 8px 0; }

.left_nav li a {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}

.left_nav .active {
	background: #55ABD0 url('/assets/images/css_img/transparent_triangle.gif') no-repeat right;
	background-size: 21px auto;

	/* Attempting to do beveled corners with multiple gradients, only works on one corner */
	/*background: -webkit-linear-gradient(225deg, transparent 10px, #AD1C1C 10px), -webkit-linear-gradient(45deg, transparent 10px, #AD1C1C 10px);*/

}
.left_nav .active a { color: #FFF }
.left_nav .social { text-align: center; }
.left_nav .social li { padding: 8px; margin: 0; font-size: 0.7em;}
.left_nav .social li img { width: 50px; height: 50px; }

/* footer */
footer { padding: 15px 8px; font-size: 0.7em; }
footer hr { margin: 15px 0; background-color: #B3B3B3; }
footer nav { vertical-align: top; clear: both; }
footer div { display: inline-block; vertical-align: top; padding: 0; }
footer div#mobile-launch { padding: 0 39px; line-height: 1.5em; width: 233px; }
footer div div#mobile-launch { padding: 0 35px\0/ }  /* CSS hack for IE8 footer */
footer ul { display: inline-block; padding: 0; margin: 0; }
footer nav ul { width: 24%; vertical-align: top;}
footer nav li { padding: 2px 0; }
footer nav li:first-child { color: #4D4D4D; text-decoration: none; font-weight: bold; text-transform: uppercase; }
footer nav li:first-child a { color: #4D4D4D; }
footer a { color: #999; }
footer li { list-style: none outside none; }
footer div li img { margin: 0 auto; width: 35px; height: 35px; display: block; font-size 0.6em; }
footer div li:first-child { margin: 0 15px 0 0; }
footer div li:last-child { margin: 0 0 0 15px; }
footer div li { margin: 0 15px; font-weight; normal; font-size 0.6em; }
footer #tuneup-mobile { margin: 10px 0 0 10px; }
div.social li { display: inline-block; }
#copyright { padding-top: 20px; width: 100%; text-align: center;}
#company-info { visibility: hidden; }

/* controller specific styles */

/* Store */
body#download header nav li.download { border-top: thick solid #9A2223; }
body#love header nav li.love { border-top: thick solid #9A2223; }
body#features header nav li.features { border-top: thick solid #9A2223; }
body#store header nav li.store { border-top: thick solid #9A2223; }

/* Features */
#features .grid_4, #features .grid_5, #features .grid_6 { padding: 0; }
#features #right-content .omega p, #features #right-content .omega img, #features #right-content .omega h3 { margin-right: 20px; }
#features #right-content .alpha p, #features #right-content .alpha img, #features #right-content .alpha h3 { margin-left: 20px; }
#features #right-content img { margin-bottom: 60px; }
#features #right-content img.last { margin-bottom: 10px; }
#features #right-content img#demo-video { margin-bottom: 0; }
#features .medium.button {
	margin: 20px 15px;
	width: 200px;
	padding: 13px 15px;
}
#features hr {
	margin: 20px 20px 30px 20px;
}
#features .grid_7 p {
	text-align: justify;
}
#features .grid_7 p.right_align {
	text-align: right;
}
#features p {
	line-height: 1.5;
	font-size: 1.1em;
	margin: 1em 10px 1.5em;
}
#features h1, #features h2, #features h3, #features #main img {
	margin-left: 10px;
	margin-right: 10px;
}
#features a {
	font-weight: bold;
}

/* Company Info */
/* Newsroom */
#newsroom-iframe {
	height: 520px;
	width: 404px;
}

textarea#vimeo_embed {
	border: 1px solid #D7D7D7;
	height: 82px;
	width: 398px;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.75em;
	margin-bottom: 10px;
}

.right-column {
	margin: -122px -20px 0 -20px;
	background-color: #FAFAFA;
	padding: 20px 20px 0 18px;
	border-bottom: 2px solid #CACACA;
	border-left: 2px solid #CACACA;
}

/************* Box *************/

#error section { margin: 30px 10px; }
#error section a { text-decoration: underline; }

/************* Box *************/
#box .grid_8 li { margin: 20px 0 30px; }
#box a img { vertical-align: middle; }
#box h1 { text-transform: uppercase; }
#box ol { counter-reset:li; /* Initiate a counter */ }
#box ol > li {
	position:relative; /* Create a positioning context */
	list-style:none; /* Disable the normal item numbering */
}
#box ol > li:before {
    content:counter(li)'.'; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
		font-size: 1.5em;
    left:-2em;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    font-weight:bold;
    text-align:center;
}

/************* FAQ *************/
#faq p { padding-bottom: 15px; }

/************* Love *************/
#love #nav_main ul li a.love, div#the-love table {padding:0;}
#love td { vertical-align: middle; }
#love .testimonials { margin: 0 0 0 20px; }
#love .testimonials p { margin: 0 0 20px 0; }

div#the-love { margin: 0 10px; }
div#the-love td.img {}
div#the-love td.lovens {
	padding: 15px 15px 15px 30px;
	background:#e8e8e8 url("/assets/images/css/BGs/BG_qoutesarrow.jpg") no-repeat 0 center;
	font-size:10.5pt;
	color:#4c4c4c;
	border-bottom:solid 20px #fff;
}
div#the-love td.space {height:30px}

#customer {
	border-top: 1px solid #ddd;
	margin: 20px 10px 0 20px;
	padding: 20px 10px 0 0;
}

/************* Home Page *************/
#home p, #home div, #home h1, #home h2, #home h3 {
	margin-bottom:0px;
}
#home div.left p { font-size: 1.15em; line-height: 1.1; text-align: justify; }
#home div.left p a { font-weight: bold; }
#home #headline {
	font-family: "Arial Black", sans-serif;
	font-size: 25pt;
	line-height: 100%;
	color: #232220;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}
#home .a_b #headline {
	font-size: 28pt;
}
#home div#headline span { color:#9A2223; }
#home div#headline span.tm {
	font-size: 9pt;
	position:relative;
	top: -20px;
}
#home a.medium { padding: 14px 8px; width: 42%; }
#home a.medium.left { margin: 10px 8px 20px 0; }
#home a.medium.right { margin: 10px 0 10px 13px; }

#home #read_more { text-align: right; padding: 0; margin: 0 0 20px 0; width: 285px; }

#home div.left { float: left; width: 400px; margin: 0 20px 0 0; }
#home div.right { float: right; width: 488px; margin: 0; }
#home div.left.a_b { float: left; width: 450px; margin: 0 10px 0 0; }
#home div.right.a_b { float:right;width:448px;margin:0; }
#home .more { text-align: right; font-size: 0.9em; font-weight: bold; padding-top: 10px; }
#home .more a { color: #4D4D4D; }
#home .more img { vertical-align: middle; margin-top: -2px; }

/************* GROUP Lower Content Home *************/
#lowerContent {margin:20px 10px 0 10px; }
#lowerContent div.inner {
	float:left;
	width:285px; 
	height:290px;
	overflow:hidden;
	margin:0;
}	

#lowerContent div.inner.center { margin:0 20px; width: 310px; text-align:center; }
#lowerContent div.inner.center iframe { height:290px; border: 0; margin: 0; padding: 0; }
#lowerContent div.inner.right { float:right; margin:0; }

#lowerContent h3 {
	background-color:#1e1e1e;
	color:#fff;
	height:32px;
	line-height:34px;
	padding:0 10px;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:20px;
}
#lowerContent .inner.right h3 {
	margin-bottom:8px;
}
#lowerContent div.inner.right iframe {
	height:290px
}
#lowerContent iframe iframe#promo-iframe {
	line-height:130%;
}

/* Love Ticker Styling */
div.love-ticker ul { margin: 0; padding: 0; list-style: none; }
div.love-ticker ul li { height: 125px !important; margin: 0; padding: 0; }
div.love-ticker ul li q {
	display: block;
	height: auto;
	margin: 5px 5px 0 5px;
	padding: 5px 5px 0 5px;
}
div.love-ticker ul li q:before {
	content: "\201C";
	font-size: 4em;
	line-height: 0;
	vertical-align: -0.4em;
}
div.love-ticker ul li q:after {
	content: "\201D";
	font-size: 4em;
	line-height: 0.1em;
	vertical-align: -0.6em;
	padding-left: 3px;
}
div.love-ticker ul li a {
	display: block;
	padding: 0 5px !important;
	font-size: 9pt;
	text-align: right;
}

#home #lowerContent #loved_by strong { padding-right: 17px; width: 115px; display: inline-block; vertical-align: middle; }
#home #lowerContent #loved_by img { vertical-align: middle; padding: 15px 4px; }

/************* Download *************/
#download iframe { margin: 0; border: 0; padding: 0; }

#download section li ol, #download section li ul {margin-top:6px;}
#download section ul { padding: 0 0 0 20px; }
#download section ol {
	margin: 0 10px 0 0;
	vertical-align: text-top;
  padding-left:0; /* Remove the default left padding */
}
#download section ol li {
	vertical-align: text-top;
	margin-bottom: 20px;
}
#download section ol > li {
  list-style:none; /* Disable the normal item numbering */
}
#download section ol li h3 {
	font-size: 16pt;
}
#download section ol li p {
	font-size: 12pt;
	max-width: 55%;
	display: inline-block;
	vertical-align: text-top;
	margin: 5px 0 0 0;
}
#download section ol li span {
	font: 12px Helvetica, Arial, sans-serif; color: #999;
	max-width: 55%;
	vertical-align: baseline;
}
#download section ol li img { float: left; margin: 0 20px 0 0; }

#download .button { padding: 10px 15px 10px 13px; }
#download .button img { vertical-align: middle; margin: 0 7px 4px 0; height: 23px; }

#download #instruction_link { font-size: 12px; text-align: right; padding: 10px 10px 0 0; }
#download #right_column {  }
#download #right_column h2 {
	background-color: #000;
	font-size: 16px;
	color: white;
	padding: 4px 5px 2px 10px;
	margin-top: 30px;
	text-transform: uppercase;
}
#download #right_column ul { padding-left: 20px; margin-top: 20px; }
#download #right_column li { margin-bottom: 10px; }
#download #right_column p { padding-bottom: 0; }
#download .module { margin-top: 10px; }

#download span {
	font-weight:bold;
}

/* #download #mac { border-right: solid thin; color: #B3B3B3; } */

#about { padding: 20px; }
#about p:last-of-type { margin-bottom: 0; }

/************* BEGIN Style Getting Started content ***************/

/* Get rid of the vt. line that typically separate sub nav from content */
#gettingStarted #mainContent div.content-wrapper { background: none; } 

/* Add thin vt. border to separate sub nav from content & so we can have the left arrow on active page sub nav and hover */
#gettingStarted #mainContent div.content-wrapper .right-content {
	border-left:solid #eee 8px;
	padding: 0 0 0 28px;
	margin:0;
	font-size:9.5pt;
	width:650px
}

#gettingStarted #mainContent h2 {margin-bottom: 25px; color:#000}
#gettingStarted #mainContent div.content-wrapper .right-content h2 {margin-bottom: 10px; color:#000}
#gettingStarted #mainContent div.content-wrapper .right-content h4 {
    color: #1F1F1F;
    font-size: 105%;
    margin-top: 40px;
}

#gettingStarted #mainContent h5 {line-height: 1.3; margin-bottom: 20px;}

/* Float images to the right and to the left */
div.imgGroup_left {float:left;width:290px}
div.imgGroup_right {float:right;width:360px}
div.img_right {float:right; padding:15px; background-color:#f4f4f4; border:solid 1px #ddd; margin:0 0 20px 20px}
img.img_right {border:solid 1px #ddd;}
div.img_full {padding:15px; background-color:#f4f4f4; border:solid 1px #ddd; margin:0 0 20px 0}
img.img_full {border:none;}
#gettingStarted #mainContent p.left {float:left; width:300px}
#gettingStarted #mainContent p.right {float:right; width:300px}
#gettingStarted #mainContent p.left strong, #gettingStarted #mainContent p.right strong {color:#000}

/* Style the next links at the bottom of the page */
p.next {text-align:right}
p.next a {font-weight:bold}

/************** STYLE sub nav ***************/
#gettingStarted #right-content { margin: 0 0 0 -20px; padding: 0 10px 0 20px; border-left: 8px solid #EEE; }
ul#gs-nav { margin: 0; padding: 0; }
#gs-nav li { margin: 0; padding: 0; }
#gs-nav li.active {background:url("/assets/images/css/BGs/BG_subNav_arrow.png") no-repeat right center}

#gs-nav li a span {
	color: #9A2223;
	display: block;
	font-size: 80%;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
#gs-nav li a:link, #gs-nav li a:visited {
	border-bottom: 1px solid #DDDDDD;
	color: #3A3A3A;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.3;
	margin-right:20px;
	padding: 16px 0 16px 62px;
}

#gs-nav li a:hover {color:#9a2223}

#gs-nav li.clean a {background: url("/assets/images/getting-started/icons_buttons/icon-clean.gif") no-repeat scroll left center transparent;}
#gs-nav li.clean.active a {background: url("/assets/images/getting-started/icons_buttons/icon-clean-on.gif") no-repeat scroll left center transparent; color:#9a2223}
#gs-nav li.coverArt a {background: url("/assets/images/getting-started/icons_buttons/icon-coverart.gif") no-repeat scroll left center transparent;}
#gs-nav li.coverArt.active a {background: url("/assets/images/getting-started/icons_buttons/icon-coverart-on.gif") no-repeat scroll left center transparent; color:#9a2223}
#gs-nav li.deduper a {background: url("/assets/images/getting-started/icons_buttons/icon-deduper.gif") no-repeat scroll left center transparent;}
#gs-nav li.deduper.active a {background: url("/assets/images/getting-started/icons_buttons/icon-deduper-on.gif") no-repeat scroll left center transparent; color:#9a2223}
#gs-nav li.enhance a {background: url("/assets/images/getting-started/icons_buttons/icon-tuniverse.gif") no-repeat scroll left center transparent;}
#gs-nav li.enhance.active a {background: url("/assets/images/getting-started/icons_buttons/icon-tuniverse-on.gif") no-repeat scroll left center transparent; color:#9a2223}
#gs-nav li.next a {background: url("/assets/images/getting-started/icons_buttons/icon-record.gif") no-repeat scroll left center transparent;}
#gs-nav li.next.active a {background: url("/assets/images/getting-started/icons_buttons/icon-record-on.gif") no-repeat scroll left center transparent; color:#9a2223}
	
/************* END Style Getting Started content ***************/


/* BEGIN MobileController pages */

#mobile #mainContent h3 { color: #333; margin: .83em 0; }
#mobile #mainContent h4 { color: #1F1F1F; margin: 1.12em 0; }
#mobile #mainContent h5 { color: #393939; margin: 1.5em 0; }

#mobile p {	
	font-size:16px;
	margin-bottom:30px;
	color:#888888;
}

/********************* First Content ********************/
#mobile #first_content {
	background:url(/assets/images/mobile//mobile_app_landing_page_background.png) no-repeat;
	border-bottom:thin solid #cccccc;
	margin: 0 -20px 0 10px ;
}

#mobile #left_column {
	width:610px;
	float:left;
	padding-right:10px;
	border: none;
}

#mobile #left_column h2 {
	font-size:30px;
	font-weight:bold;
	margin: .75em 0 .25em 0;
}
				
#mobile #left_column a img {
	width: 289px;
	height: 100px;
	margin: 0 auto;
}

#mobile p.sysreq { font-size:12px; }

#mobile #first_content #iphone {
	margin: 20px 60px 0 40px;
	padding-left:10px;
	float:right;
}

/********************* Second Content ********************/
#mobile #second_content {
}
#mobile #second_content h3 { color:#333; padding-top: 20px; }
#mobile #second_content p {
	color:#999;
	font-family: Arial;
	font-size:16px;
	text-align: left;
}


/********************* Store ********************/
.error { color: #F00; }

#page-title.new h1 {
	font-size: 30pt;
	line-height: 0.9;
	font-family: "Arial Black", sans-serif;
	text-transform: uppercase;
	margin: 20px 0 5px 0;
}
#page-title.new h2 { color: #000; margin: 30px 0 20px 0; }

#store #promo_box.promo {
	position: absolute;
	top: 20px;
	right: 10px;
	margin: 15px 10px 10px;
	padding: 5px;
	color: #999;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: middle;
}
#store #promo_box.promo a {
	display: inline-block;
}
#store #promo_box.promo p {
	display: inline-block;
	padding: 0;
	margin: 0 10px;
}
#store #promo_box.promo img {
	vertical-align: middle;
	margin: 3px 0 5px 4px;
	float: left;
}

body header #mini_cart.promo {
	position: absolute;
	top: 20px;
	right: 10px;
	margin: 15px 10px 10px;
	padding: 5px;
	color: #999;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: middle;
}
body header #mini_cart {
	float: right;
	position: relative;
	top: 10px;
	display: inline-block;
	margin: 0;
	padding: 3px 0 10px 5px;
	color: #999;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: middle;
}
body header #mini_cart.new { top: -2px; }
body header #mini_cart a {
	display: inline-block;
	color: #4D4D4D;
}
body header #mini_cart p {
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
body header #mini_cart p em {
	color: #4D4D4D;
}
body header #mini_cart p.prod_qty {
	font-size: 8px;
	position: relative;
	right: 11px;
	bottom: 6px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
body header #mini_cart img {
	vertical-align: middle;
}

.gray_bg { background: #EAEAEA; }
.store_border {
	border-radius: 3px;
	box-shadow: 0 0 3px #AAA;
	border: 1px #999;
}
#store #main p#req_notice { padding: 0 20px; }
#store #main .store_border #customer_info fieldset { padding: 0 20px; }
.store_border p#checkout_button { background: url(/assets/images/store/Lock_icon.png) no-repeat 38%; background-size: 30px 37px; }
#store #main .store_border table { padding: 0 10px; width: 100%; }
#store #main .store_border .gray_bg th { text-align: center; }
#store #main #billing.store_border table th { padding: 5px 20px 4px 20px; }
#store #main #billing.store_border table td { padding: 10px 20px; }
#store #main #billing.store_border table td:nth-child(1) { width: 60%; }
#store #main #billing.store_border table th:nth-child(4) { text-align: right; }
#store #main #billing.store_border table td:nth-child(4) { text-align: right; }
#store #main #billing.store_border table.billing td { padding: 2px 20px; }
#store #main #billing.store_border table.billing th { text-align: right; }
#store #main #billing.store_border table.billing th:nth-child(1) { text-align: left; }
#store #main #billing.store_border table tr td.num {
	font-family: "Trebuchet MS", "Monaco", "Courier New", Courier;
	text-align: right;
}
#store #main #billing.store_border h3 { padding: 6px 20px; }
#store #main .store_border .gray_bg th:first-of-type { padding-left: 20px; text-align: left; }
#store #main .store_border .total th:first-of-type { padding-right: 20px; }
#store #main .store_border .total th:last-of-type { text-align: center; background: #DDD; }
#store #main .store_border .total h2 { font-size: 1.3em; }
#store #main .store_border .button { text-transform: capitalize; }
#store #main .store_border tr { padding-bottom: 30px; }
#store #main .store_border tr.item { border-bottom: solid 1px #EAEAEA; }
#store #main .store_border tr.item input { text-align: center; width: 8px; margin-bottom: 7px; padding-right: 6px; }
#store #main .store_border tr#promo input { margin-left: 20px; width: 200px; }
#store #main .store_border tr#promo td { padding: 20px 20px; font-weight: bold; font-size: 1.3em; }
#store #main .store_border th { padding: 5px 0 4px 0; }
#store #main .store_border th.unit_price { width: 135px; }
#store #main .store_border th h2 { margin: 0; font-size: 1.8em; }
#store #main .store_border th h1 { margin: 0; font-size: 1.8em; }
#store #main .store_border td { padding: 10px; vertical-align: top; }
#store #main .store_border table tr .qty { text-align: right; padding-right: 20px; }
#store #main .store_border table tr .qty a { line-height: 1.6; }
/*#store #main .store_border td.remove { width: 105px; text-align: center; }
#store #main .store_border td.remove img { height: 11px; width: 11px; margin: 0 7px 2px 0; vertical-align: bottom; }*/
#store #main .store_border td.price { font-weight: bold; font-size: 1.1em; text-align: center; }
#store #main .store_border td.tu_box { width: 450px; }
#store #main .store_border .tu_box { margin-left: 0; padding-left: 5px; }
#store #main .store_border #continue { font-size: 1.4em; font-weight: bold; padding: 30px 5px; text-align: left; }

#store #main .store_border tr#pay_choice th { text-align: right; padding: 0 20px; }
#store #main .store_border th span { margin-top: 4px; display: inline-block; }
#store #main .store_border th input.button { margin: 30px 0 20px 0; font-size: 1.1em; width: 140px; }
#store #main .store_border th input#pp {
	vertical-align: top;
	margin-left: 30px;
	background-color: transparent;
	border: none;
	width: 145px;
	height: 42px;
	color: transparent;
}

#store #main #no_items { text-align: center; padding: 50px; }

.store_border .tu_box div { display: inline-block; vertical-align: top; }
.store_border .tu_box img { margin: 0 20px 0 0; }
.store_border .tu_box ul { padding: 0 0 0 20px; width: 240px; list-style: none; position: relative; }
.store_border .tu_box li { margin: 5px 0; }
.store_border .tu_box li:before { content:"\2713"; position: absolute; left: 5px; } /* attempting to change space between marker */
.gradient_bg {
	border-radius: 3px;
	box-shadow: 0 0 3px #AAA;
	background: #EAEAEA; /* Old browsers */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#EAEAEA), color-stop(50%,#ffffff), color-stop(100%,#EAEAEA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #EAEAEA 0%,#ffffff 50%,#EAEAEA 100%); /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(left,  #EAEAEA 0%, #ffffff 50%, #EAEAEA 100%); /* FF3.6+ */
	background:     -ms-linear-gradient(left,  #EAEAEA 0%,#ffffff 50%,#EAEAEA 100%); /* IE10+ */
	background:      -o-linear-gradient(left,  #EAEAEA 0%,#ffffff 50%,#EAEAEA 100%); /* Opera 11.10+ */
	background:         linear-gradient(to right,  #EAEAEA 0%,#ffffff 50%,#EAEAEA 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#EAEAEA',GradientType=1 ); /* IE6-9 */
	margin-bottom: 20px;
}
#store #products { background: url(/assets/images/store/products/BestValue.png) no-repeat 97% top; }
#store #products.de_DE { background: url(/assets/images/store/products/BestValue_big_de.png) no-repeat 96% top; }
#store #products.es_ES { background: url(/assets/images/store/products/BestValue_big_es.png) no-repeat 99% top; }
#store #products.fr_FR { background: url(/assets/images/store/products/BestValue_big_fr.png) no-repeat 95% top; }
#store #products.it_IT { background: url(/assets/images/store/products/BestValue_big_it.png) no-repeat 96% top; }
#store #products-left { background: url(/assets/images/store/products/BestValue.png) no-repeat 40% top; }
#store #products-left.de_DE { background: url(/assets/images/store/products/BestValue_big_de.png) no-repeat 38% top; }
#store #products-left.es_ES { background: url(/assets/images/store/products/BestValue_big_es.png) no-repeat 42% top; }
#store #products-left.fr_FR { background: url(/assets/images/store/products/BestValue_big_fr.png) no-repeat 38% top; }
#store #products-left.it_IT { background: url(/assets/images/store/products/BestValue_big_it.png) no-repeat 39% top; }
#store #product_choice {
	margin: 15px 10px 0 10px;
	padding: 20px 20px 20px 180px;
	border-radius: 3px;
	box-shadow: 0 0 3px #AAA;
	background: url(/assets/images/store/products/record_325x325.png) -165px -8px no-repeat #EAEAEA; /* Old browsers */
	background: url(/assets/images/store/products/record_325x325.png) -165px -8px no-repeat, -webkit-gradient(linear, left top, right top, color-stop(0%,#EAEAEA), color-stop(50%,#ffffff), color-stop(100%,#EAEAEA)); /* Chrome,Safari4+ */
	background: url(/assets/images/store/products/record_325x325.png) -165px -8px no-repeat, -webkit-linear-gradient(left,  #EAEAEA 0%,#ffffff 50%,#EAEAEA 100%); /* Chrome10+,Safari5.1+ */
	background: url(/assets/images/store/products/record_325x325.png) -165px -8px no-repeat,    -moz-linear-gradient(left,  #EAEAEA 0%, #ffffff 50%, #EAEAEA 100%); /* FF3.6+ */
	background: url(/assets/images/store/products/record_325x325.png) -165px -8px no-repeat,     -ms-linear-gradient(left,  #EAEAEA 0%,#ffffff 50%,#EAEAEA 100%); /* IE10+ */
	background: url(/assets/images/store/products/record_325x325.png) -165px -8px no-repeat,      -o-linear-gradient(left,  #EAEAEA 0%,#ffffff 50%,#EAEAEA 100%); /* Opera 11.10+ */
	background: url(/assets/images/store/products/record_325x325.png) -165px -8px no-repeat,         linear-gradient(to right,  #EAEAEA 0%,#ffffff 50%,#eaeaea 100%); /* W3C */
}
#store #product_choice p { text-align: justify; }
#store #product_choice em { font-size: 0.9em; }
#store #product_choice div.center { width: 50%; float: left; margin-top: 30px; }
#store #product_choice div.center a { vertical-align: middle; padding: 8px 12px 8px 8px; }
#store #product_choice div.center img { vertical-align: middle; padding-right: 10px; }

#store #vertical {
	margin: 15px 10px 0 10px;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 0 3px #AAA;
	background: url(/assets/images/store/products/record_325x325.png) -145px -148px no-repeat #EAEAEA; /* Old browsers */
	background: url(/assets/images/store/products/record_325x325.png) -145px -148px no-repeat, -webkit-gradient(linear, left top, right top, color-stop(0%,#EAEAEA), color-stop(50%,#ffffff), color-stop(100%,#EAEAEA)); /* Chrome,Safari4+ */
	background: url(/assets/images/store/products/record_325x325.png) -145px -148px no-repeat, -webkit-linear-gradient(left,  #EAEAEA 0%,#ffffff 50%,#EAEAEA 100%); /* Chrome10+,Safari5.1+ */
	background: url(/assets/images/store/products/record_325x325.png) -145px -148px no-repeat,    -moz-linear-gradient(left,  #EAEAEA 0%, #ffffff 50%, #EAEAEA 100%); /* FF3.6+ */
	background: url(/assets/images/store/products/record_325x325.png) -145px -148px no-repeat,     -ms-linear-gradient(left,  #EAEAEA 0%,#ffffff 50%,#EAEAEA 100%); /* IE10+ */
	background: url(/assets/images/store/products/record_325x325.png) -145px -148px no-repeat,      -o-linear-gradient(left,  #EAEAEA 0%,#ffffff 50%,#EAEAEA 100%); /* Opera 11.10+ */
	background: url(/assets/images/store/products/record_325x325.png) -145px -148px no-repeat,         linear-gradient(to right,  #EAEAEA 0%,#ffffff 50%,#eaeaea 100%); /* W3C */
}
#store #vertical > h2 { margin-left: 190px; }
#store #vertical > p { margin-top: 30px; margin-left: 170px; }
#store #vertical p { text-align: justify; }
#store #vertical em { font-size: 0.9em; }
#store #vertical div.center { width: 50%; float: left; margin-top: 30px; }
#store #vertical div.center a { vertical-align: middle; padding: 8px 12px 8px 8px; }
#store #vertical div.center img { vertical-align: middle; padding-right: 10px; }

#store #five_reasons { margin: 0 10px; }
#store #five_reasons h2 { margin: 0 0 20px 0; color: #9A2223; font-size: 20pt; }
#store #five_reasons h3 { margin-bottom: 30px; }
#store #five_reasons ol { padding-left: 20px; }
#store #five_reasons li { margin-bottom: 15px; }

#store #five_reasons.new { margin: 15px 10px 0 10px; }

#store #quote {
	border-top: dotted medium #92D0E9;
	border-bottom: dotted medium #92D0E9;
	background: url(/assets/images/love/uncrate.png) no-repeat 98% 7px, #ECF7FB;
	color: #55ABD0;
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.1em;
	padding: 0 7em 0 1em;
	margin: 30px 10px;
}
#store #quote.new { margin-bottom: 15px; }
#store #quote p { margin: 8px 0 6px 0; text-align: left; font-weight: bold; }
#store #quote a { overflow: hidden; display: block; float: right; margin: 0 20px 5px 0; border-top: thin solid #999; }
#store #quote a img { margin-top: -5px; float: right; }

#store #faqs > div { padding: 20px 0 0 0; }
#store #faqs div.module { border: none; padding: 0; }
#store #faqs .module { border: none; padding: 0; }
#store #faqs div div { padding: 0 0 10px 0; }
#store #faqs div div:nth-child(odd) {
	width: 15%;
	display: inline-block;
	vertical-align: top;
}
#store #faqs div div:nth-child(even) {
	width: 85%;
	display: inline-block;
	text-align: justify;
}
#store #faqs div div:nth-child(4) {
	color: #999;
	font-style: italic;
	padding-bottom: 5px;
}
#store #faqs h2 {
	color: #FFF;
	background: #000;
	text-transform: uppercase;
	padding: 4px 15px 2px;
	font-weight: normal;
	font-size: 1.1em;
}
#store #faqs h3 { font-size: 2em; font-style: italic; color: #999; margin: 0; }

#store fieldset { border: none; padding: 0; margin: 20px 0; }
#store fieldset legend { color: #000; margin: 20px 0; font-weight: bold; font-size: 16pt; }
#store fieldset legend span { color: #999; font-size: 8pt; font-weight: normal; }
#store fieldset label {
	text-align: left;
	width: 118px;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	font-size: 11pt;
}

#store #complete_purchase { position: absolute; bottom: 52px; }
#store .combined.checkout { margin: 10px; padding: 10px 20px; }
#store .combined fieldset img { margin: 10px 0; vertical-align: middle; }

#store .combined #billing { margin: 5px 10px 10px 0; }
#store .combined #billing h3 { margin: 10px 0 0 0; }
#store .combined #billing fieldset { width: 49%; display: inline-block; vertical-align: top; }
#store .combined #billing fieldset#personal_info select { width: 100%; }
#store .combined #billing fieldset#cc_info p { min-height: 3em; }
#store .combined #billing fieldset p {
	width: 254px;
	padding: 5px 0;
	margin: 0 10px;
	vertical-align: top;
	display: inline-block;
	min-height: 1em;
}
#store .combined #billing fieldset p:nth-child(odd) { clear: both; }
#store .combined #billing fieldset label {
	padding: 6px 5px 0 0;
	width: 128px;
	vertical-align: top;
	text-align: left;
}

#store #billing p { margin: 0.5em 0 1em 0; }

#store #billing { margin: 25px 10px 10px; }
#store #billing hr { margin: 15px 0; }
#store #billing h3 { margin: 30px 0 20px 0; }
#store #billing td { color: #999; padding: 2px 90px 2px 0; }
#store #billing th { padding: 5px 90px 5px 0; }
#store #billing th:first-child, #store #billing td:first-child { padding-right: 160px; }
#store #billing td:nth-child(even) { text-align: right; font-family: "Trebuchet MS", "Monaco", "Courier New", Courier; }

#store #billing h4 { padding-top: 10px; }
#store #billing p { color: #999; font-size: 0.9em; }
#store #billing fieldset p {
	width: 31%;
	padding: 5px 0;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
	min-height: 1em;
}
#store #billing fieldset p:nth-child(odd) { clear: both; }
#store #billing fieldset label {
	padding: 6px 5px 0 0;
	text-align: right;
	width: 15%;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	font-size: 11pt;
}
#store #billing span {
	color: #999;
	margin: 5px 5px 0 0;
	font-size: 8pt;
	display: inline-block;
}

#store #billing span.error, #store #cart span.error { font-size: 8pt; color: #F00; font-style: italic; }
#store input.error, #store select.error { color: #000; border: thin solid #F00; }
#store #billing input[type=text] { width: 100%; }
#store #billing #order_summary tr { height: 30px; }

#store #cart span.error { clear: both; display: none; margin-top: 15px; }
#store #cart input#store #cart input[type="text"].error { padding: 0 4px; }

#store div.error {
	color: #F00;
	background-color: #FFF;
	padding: 18px;
	margin: 30px 0;
	border: 2px solid #F00;
	border-radius: 5px;
	box-shadow: 0 0 2px #888;
}

#store select.exp { display: none; margin-right: 10px; }
.cvv { background: url(/assets/images/css_img/mini_cvv2.gif) no-repeat 55% top; }
p#checkout_button { background: url(/assets/images/store/Lock_icon.png) no-repeat 80%; }
label#checkout_button {
	min-height: 4em;
	background: url(/assets/images/store/Lock_icon.png) no-repeat 80%;
	margin-top: 15px;
}

#store #boxes { display: none; }

#store #cart table { width: 100%; font-size: 0.8em; padding-bottom: 30px; }
#store #cart th { padding: 10px; }
#store .combined #cart th { padding: 4px 10px; }
#store .combined #cart p { margin: 0.5em 0; font-size: 0.9em; }
#store #cart th div { float: right; }
#store #cart th .choice { font-weight: bold; font-size: 1.2em; }
#store #cart th span input[type=image] { vertical-align: top; margin-left: 30px; margin-top: 3px; }
#store #cart th span input#pp {
	vertical-align: top;
	margin-left: 30px;
	margin-top: 3px;
	background-color: transparent;
	border: none;
	width: 145px;
	height: 42px;
	color: transparent;
}
#store #cart th#choice input[type=image] { vertical-align: top; margin-left: 30px; margin-top: 3px; }
#store #cart th#choice input#pp {
	margin: 3px 0 0 0;
	vertical-align: middle;
	background-color: transparent;
	border: none;
	width: 145px;
	height: 42px;
	color: transparent;
}
#store #cart th#choice { font-weight: bold; font-size: 1.2em; }
#store #cart th#choice div { display: inline-block; float: none; vertical-align: top; text-align: center; }
#store #cart th#choice #gap { margin: 8px 40px; }
#store #cart th#choice h6 { margin: 0; font-weight: normal; }
#store #cart th#choice img {
	margin: 0;
	border-radius: 5px;
	border: thin solid #999;
	padding: 4px;
}
#store #cart th#choice img#pp {
	border: none;
}
#store div#paypal-section {
	padding: 1px 0;
}
#store div#paypal-section div {
	text-align: right;
	padding: 20px 175px;
}
#store div.checkout p b {
	font-size: 1.2em;
	margin: 5px;
}
#store div#paypal-section li {
	margin: 10px 0;
}
#store #cart tr.billing-choice td { vertical-align: middle; }
#store #cart input[type=text] { padding: 1px 5px; }
#store #cart td p { color: #999; }
#store #cart td hr { margin-left: 5px; margin-right: 5px; }
#store #cart .remove_item:hover { cursor: pointer; }
#store #cart .update:hover { cursor: pointer; }
#store #cart .coupon:hover { cursor: pointer; }
#store #cart #discount th:last-child { padding-left: 0; }



.confirmDetails{
	float:left;	
	border-right:solid 1px #ddd;
	padding: 0px 15px 20px 0;
	margin: 20px 0 0 10px;
	width: 603px;
}
.confirmDetails p{margin:0 20px 10px 40px}
.confirmDetails p.black,.confirmDetails div.black{color:#232323; margin-bottom: 8px; font-weight:bold}
.confirmDetails p.black span,.confirmDetails div.black span{ font-weight:normal}
.confirmDetails hr { background-color:#E6E7E8; color:#E6E7E8; height:4px }
.confirmDetails h4.black{
	padding:0 0 10px 0;
	font-size:22px;
	color:#222;
	font-weight:normal;
	line-height: normal;
}
.confirmDetails h4.orderSummary{
	padding:0;
	font-size:16px;
	color:#9A2223 !important;
	line-height: normal;
	margin-top:24px;
}
.confirmDetails ul,.confirmDetails ol{margin:20px 15px 0 40px; padding:0 0 0 14px}
.confirmDetails ul li{
	list-style:disc;
	font-size:14px;
	padding:0 0 0 0px;
	margin-bottom:20px;
	line-height:16px;
}
.confirmDetails ol li{
	list-style: decimal;
	font-size:14px;
	padding:0 0 0 0px;
	margin-bottom:20px;
	line-height:16px;
}
.confirmDetails ul li strong{color:#777}
.confirmDetails h4.orderSummary:first-child{margin-top:0px}
.confirmDetails h4{padding:0px;font-size:16px;color:#9A2223;margin-bottom:3px}
.confirmDetails table {margin:0 20px 0 40px;width: 515px}
.confirmDetails table tr.cartTitles td:first-child{padding-left:0px}
.confirmDetails table tr.cartSummaryItems td{ color:#515151; font-weight:normal; font-size:14px }
.confirmDetails table tr.cartSummaryItems.gray td{ background-color:#f8f8f8}
.confirmDetails table tr.subTotal td{ padding-top:15px; color:#9A2223;}
.confirmDetails table tr.discountCode td{ color:#676767;}
.confirmDetails table tr.total td{ color:#9A2223; padding-bottom:0px}
.confirmDetails table tr.giftTitles td{}
.confirmDetails table tr.giftSummaryItems td{color:#515151; font-size:12px }
.confirmDetails table tr.giftSummaryItems.gray td{ background-color:#f8f8f8}

.confirmDetails table td{ font-size:14px; color:#222; padding:6px 9px 6px 9px;}
.confirmDetails table td{ font-size:14px; color:#232323; font-weight:bold;}

.confirmDetails form input, .confirmDetails form select, .confirmDetails form textarea {
	position:inline;
	border:3px solid #f4f4f4;
	margin:0;
	padding:5px;
	width:175px;
}
.confirmDetails form textarea{height:50px !important}
.confirmDetails form td span{border:solid 1px #ddd; display:inline-block; position:relative}

/* Send Gift Emails Styles */
form.sendGift{
	margin:15px 0 20px 0px
}

/* :::::::::::::::: @GROUP Gift Giving :::::::::::::::: */
.confirmDetails div#giftGiving{
	display:none;
	float:left
}
.confirmDetails #giftGiving p{ margin:10px 10px; }
form.sendGift input.checkbox{width:auto; margin-right:4px}
p#submitGift{ text-align:right}
p#submitGift input{width:auto; border:none}

/* :::::::::::::::: @GROUP Side Cart :::::::::::::::: */

#sidebar { width: 250px; margin: 20px 35px 0 0; float: right; }
#sidebar h3 { font-size:12.5pt; color:#606060; margin:0px; }
#sidebar ul { padding-bottom: 30px; }
#sidebar ul li {
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    list-style: disc outside none;
    margin-bottom: 20px;
    padding: 0;
}

#company #right-content img { float: left; margin-right: 15px; }
#company #right-content img { float: left; margin-right: 15px; }
#company #right-content .leaders { padding-bottom: 20px; }
#company #right-content p { padding-bottom: 20px; }

/* for grayout */
#mask {
  /* Z-index of #mask must lower than #boxes .window */
  position:absolute;
  top: 0;
  left: 0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  background-color: #FFF;
}
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px;
  height:203px;
}
/* end grayout */

#auth h1 { font-family: Arial, sans serif; text-align: center; }

#user .grid_8, #user .grid_4 { margin-bottom: 30px; }
#user .grid_8 > div { margin: 0 10px; }
#user .grid_4 > div { margin-right: 20px; padding: 20px 20px 10px 20px; }
#user #auth-logout { position: absolute; top: 10px; right: 20px; }
#user form p { margin: 40px 0; }
#user form label { font-weight: bold; width: 50px; display: inline-block; }
#user form input { margin: 10px 20px; }

#user #account-info p span { display: inline-block; min-width: 150px; }
#user .acc-link { margin: 20px 30px; }
#user #account-info p span.info { color: #999; font-size: 0.7em; margin-left: 30px; }
#user #account-info label { font-weight: bold; width: 150px; display: inline-block; text-align: right; margin: 3px 10px 3px 0; }
#user #account-info input { margin: 5px 20px; }
#user #account-info input#submit { margin: 25px 20px; }
#user #account-info select { margin: 5px 1px 5px 20px; }

/* Login reformatting...stupid framework. */

form#login {
	width: 30em;
	padding: 0;
	background: whiteSmoke;
	border: 1px solid #D2D2D2;
	margin: 0 auto 30px auto;
}
	
/* Fix for framework's incorrect formtting of forms */
form#login dd, form#login dt {
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
}	

form#login dl.zend_form {
	padding-left:10px;
	margin: 1em 0;
	display: block;
}
	
form#login dl.zend_form label {
	padding: 1em;
}
	
form#login dl.zend_form label {
	float: left;
	margin-right: 4.5em;
	margin-left: 11%;
	margin-top: 0.5em;
	text-align: left;
	font-size: 1.25em;
	padding: 0;
	padding-bottom: 0.25em;
	width: auto;
}

form#login .zend_form input {
	font-size: 1.25em;
	padding: 0.25em;
	width: 75%;
	margin: 5px 20px 15px 20px;
}

form#login input#submit {
	width: 79%;
	margin: 1em 0;
	background: #3B3B3B;
	color: #FFF;
	border: 2px solid #505050;
}

/* Zend error generation for forms */
form#login ul, form ul li {
	margin: 0;
	padding: 0.25em 0;
	list-style-type: none;
	color: #701E12;
	width: 90%;
	margin: 0 auto;
	font-size: 1em;
}

#mcafee-badge img {
	margin: 0 10px -17px 0;
}

#store #billing fieldset p#complete-purchase {
	margin-right: 20px;
	text-align: right;
	width: 45%;
	float: right;
}

#store .grid_2 p {
	font-size: 10pt;
	line-height: 1.5;
	margin: 1.2em 0;
}

#store .grid_2 hr {
	font-size: 10pt;
	margin: 5px 0 20px 0;
}

.cart-box {
	background: #FFF;
	box-shadow: 0 0 5px #888;
	clear: both;
	position: relative;
	padding: 14px 5px 5px 15px;
}

#store #main.grid_10 { padding: 0 20px; }
#store .cart-box { margin: 0 0 20px 0; }
#store .cart-box h2 { font-size: 18pt; line-height: 0.9; color: #9A2223; }
#store #cart.combined th, #store #cart.combined td { padding: 5px 15px 5px 0; }
#store #cart.combined td hr { margin: 0 0 5px 0; }
.cart-box #no_items { width: 100%; margin: 0 auto; text-align: center; padding: 20px 0 40px; }
.cart-box .combined td.tu_box { width: 520px; }
.cart-box .combined td.tu_box p { width: 345px; }
.cart-box .combined .tu_box { margin-left: 0; padding-left: 5px; }
.cart-box .combined .tu_box div { display: inline-block; vertical-align: top; }
.cart-box .combined .tu_box img.box { margin: 0 20px 0 0; }
.cart-box .combined .tu_box ul { padding: 0 0 0 20px; width: 240px; list-style: none; position: relative; }
.cart-box .combined .tu_box li { margin: 5px 0; }
.cart-box .combined .tu_box li:before { content:"\2713"; position: absolute; left: 5px; } /* attempting to change space between marker */
#store .cart-box fieldset#pp_info { display: none; }
#store .cart-box fieldset#pp_info div { margin: 20px 10px 20px 0; }
#store .cart-box fieldset#pp_info div:last-of-type { text-align: right; margin-right: 30px; }

#store .grid_5 > div { min-height: 495px; }
#store .grid_5 fieldset { display: inline-block; vertical-align: top; margin: 0; }
#store .grid_5 fieldset legend { margin: 5px 0; }
#store .grid_5 fieldset select { font-size: 0.8em; }
#store .grid_5 fieldset#personal_info select { width: 100%; }
#store .grid_5 fieldset p {
	width: 190px;
	padding: 5px 0;
	margin: 8px 10px;
	vertical-align: top;
	display: inline-block;
	min-height: 1em;
}
#store .grid_5 fieldset p span { font-size: 7pt; display: block; margin: 5px 0 0 0; line-height: 1.4; }
#store .grid_5 fieldset em { font-size: 9pt; display: block; margin: 20px 0 5px 0; }
#store .grid_5.alpha fieldset p input { width: 100%; padding: 1px 5px; }
#store .grid_5.omega fieldset input[type="radio"] { margin: 0 0 0 10px; vertical-align: middle; }
#store .grid_5 fieldset label {
	padding: 6px 5px 0 0;
	margin: 8px 0;
	width: 128px;
	vertical-align: top;
	text-align: left;
}
#store .grid_5 fieldset.pay-type img {
	margin: 0 10px;
	vertical-align: middle;
	position: absolute;
}
#store .grid_5 fieldset.pay-type p label {
	font-size: 9pt;
	margin: 0 10px;
	vertical-align: middle;
	min-width: 70px;
	width: auto;
	display: inline-block;
}
.grid_5 .cvv { background: url(/assets/images/css_img/security_code.png) no-repeat 55% 6px; }

.tooltip { cursor: help; text-decoration: none; display: inline-block; }
.tooltip > div {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-weight: normal;
  margin: 0 0 0 -999em;
	padding: 6px 10px;
  position: absolute;
	box-shadow: 0 0 10px #888;
	opacity: 0;
	transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;
}
.tooltip:hover > div {
	/* move to hover below */
  z-index: 99;
	opacity: 1;
  margin-left: 125px;
}

.tooltip > div div { padding: 3px 0; }
.tooltip > div div img {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}
#store .container_12 .tooltip > div p {
	width: 100%;
	margin: 3px 0;
	font-size: 0.9em;
}

#store .container_12 #cvv-tooltip {
	width: 350px;
	min-height: 150px;
	font-size: 0.9em;
}
#store .container_12 #about-tu-tooltip {
	width: 400px;
	font-size: 1em;
	color: #000;
}
#store .container_12 #about-tu-tooltip p { color: #4D4D4D; }
#store footer.container_12 section a { text-decoration: underline; color: #4D4D4D; }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

#welcome p { font-size: 1.1em; margin-right: 10px; text-justify: justify; padding-bottom: 20px; }
#welcome .big.red.button { text-align: center; margin: 0 10px 30px 0; display: block; }
.strikeout {
    position: relative;
		color: gray;
}
.strikeout::after {
    border-bottom: 1px solid red;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

@media (max-width: 1010px) {
	body {width:100%}
	.container_12 { width:98%; margin:0px auto;}
	.container_12 .grid_12 {width: 100%; margin:0px;}
	#home div.left.a_b {width:45%}
	#home div.right.a_b {width:48%}
	#home div.right.a_b a img {width:100%;}
	#home .a_b #headline { font-size: 23pt;}
	.padding-left_10 {padding-left:5px !important;}
	.padding-top_10 {padding-top:5px !important;}
	.margin-top_10 {margin-top:5px !important;}
	.margin-left_10 {margin-left:5px !important;}
	.margin-right_20 {margin-right:0px !important;}
	#home div.left p {font-size: 1em;}
	.medium {font-size:0.9em;}
	#home a.medium {padding: 14px 0px; width:48%;}
	#home a.medium.left {margin: 10px 0px 20px 0;}
	#home a.medium.right {margin: 10px 0 10px 0px;}
	#lowerContent div.inner {float: left; width: 32.6%; height: auto;}
	#lowerContent div.inner img {width:100%;}
	#lowerContent div.inner.center {margin: 0 1.1%; width: 32.6%;}
	#lowerContent {margin: 20px 0px 0 0px;}
	header nav li {padding: 4px 8px;}
	menu, ol, ul {padding:0px;}
	.container_12 .grid_3 {width:30%; margin-right:1%}
	.big {padding: 13px 8px;}
	#features .container_12  .grid_9 {width:68%;margin-left:3px;}
	#features .container_12  .grid_9 .grid_9 {width:100%; }
	#features #right-content .alpha p, #features #right-content .alpha img, #features #right-content .alpha h3 {margin-left: 0px;}	
	#features #right-content .omega p, #features #right-content .omega img, #features #right-content .omega h3 {margin-right: 0px; margin-left:0px;}	
	#features .container_12 .grid_9 .grid_4 {width:100%;}
	#features .container_12 .grid_9 .grid_3 {width:100%;}
	#features .container_12 .grid_9 .grid_3{text-align:center; margin:0px auto;}	
	#features .container_12 .grid_9 .grid_6 {width:100%;}	
	#features .container_12 .grid_9 .grid_5 {width:100%; text-align:center;}
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {margin-left:0px;}
	footer.container_12{padding:15px 0px;}
	.margin-right_10 {margin:0px !important;}			
}	
@media (max-width: 985px) {	
	#store .container_12 .grid_8 {width:100%; margin-right:0px;}
	#store .container_12 .grid_4 {width:100%; margin-right:0px;}
	#download .container_12 .grid_4 {width:100%; margin-right:0px;}
	#download .container_12 .grid_8{width:100%; margin-right:0px;}
	#download .container_12 .grid_6{width:100%; margin-left:0px;}
	.margin_10 {margin:0px !important;}
	.margin-right_20 {margin:0px !important;}
	ul, li {list-style-position:inside;}
	#faqs {padding:10px;}
	#logo img {height:38px; margin-top:8px;}
	#love .container_12 .grid_4 {width:100%; margin-right:0px;}
	#love .container_12 .grid_8 {width:100%; margin-right:0px;}
	#store #product_choice {background-image:none; padding-left:10px;}
}
@media (max-width: 806px) {
	#home a.medium.left {float:none; display:block; clear:both; width:100%;}
	#home a.medium.right {float:none; display:block; clear:both; width:100%;}
}
@media (max-width: 740px) {
	#store #products {background-image:none;}
}
@media (max-width: 698px) {
	header #logo {margin:0px auto; float:none; clear:both; padding-bottom:8px;}
	header #logo img {height:44px;}
	#home div.right.a_b {clear:both; width:98%; padding:0px; margin:0px auto; padding:0px !important; float:none;}
	#home div.left.a_b {width:98%; float:none; margin:0px auto; padding:0px !important;}
}
@media (max-width: 585px) {
	#features .container_12 .grid_12 > nav.grid_3 {width:100%; clear:both;}
	#features .container_12 .grid_12 > div.grid_9 {width:100%; clear:both;}
	#download section ol li img {width:80%; margin:0px auto; text-align:center; display:block; clear:both; float:none;}
	#download section ol li {text-align:center;}
	#download section > p {text-align:center;}
	#download section ol li h3 {display:block;clear:both;}
	#page-title h1 {text-align:center;}
	#page-title h2 {text-align:center;}
	#lowerContent div.inner {width:70%;clear:both; float:none; margin:0px auto;}
	#lowerContent div.inner.center {width:70%; float:none; margin:0px auto;}
	#lowerContent div.inner.right {width:70%; float:none; margin:0px auto;}
	#lowerContent div.inner.center iframe{height:368px}
}

@media (max-width: 474px) {
	#store #product_choice div.center {width:100%; clear:both;}
	#lowerContent div.inner.center iframe{height:282px}
}

@media (max-width: 610px) {}

@media (max-width: 370px) {
	#lowerContent div.inner {width:100%;clear:both;}
	#lowerContent div.inner.center {width:100%; margin:0px;}
	#lowerContent div.inner.center iframe {height:320px;}
}

.alert-bar {text-align:center; color:#000; padding:20px 10px; background-color:#ffe17e; font-size:14px;}
.alert-bar-close {display:block; width:21px; height:21px; background:url(../images/alert-bar-close.png) no-repeat; position:absolute; right:20px; margin-top: -18px;}

#alert-tuneup {display: none;}
.alert-container {z-index: 10000; position: fixed; width: 100%; height: 100%; left: 0; top: 0;}
.alert-container-overlay {position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 10001; left: 0; top: 0;}
.alert-container-box {padding: 15px; position: relative; z-index: 10002; width: 550px; margin: 100px auto; background: #fffFFF; border: 6px solid #9b2324; box-shadow: 0 0 15px rgba(0,0,0,0.5); font-family: arial, tahoma, sans-serif;}
.alert-container-box-title {font-weight: bold; font-size: 18px; color: #666; position: relative;}
.alert-container-box-title a {text-decoration: none; color: #666; position: absolute; right: 0; top: -5px;}
.alert-container-box-info {font-size: 16px; color: #000; margin-top: 15px;}
.alert-container-box-note {color: #777;}

