/**************************************
		Table of Contents
***************************************

	- Reset
	- Old website's CSS (rules are commented out as they're replaced)
	- Standard Tags
	- Form Elements
	- General Purpose Classes
	- Buttons
	- Top Level
	- Header
	- Body
	- Side Bar
	- Product Pages
	- Academic Pages
	- Choose Pages
	- User Request Forms
	- Generic Response Page
	- Press Pages
	- Upgrade Pages
	- Locator Pages
	- Footer
	- Overlays
	- Alerts
	- Embedded Content
	- YouTube Videos
	- Accordion Widget
	- Tooltips Widget
	- Tabs Widget
	- Tabs
	- Overview Tabs
	- Features Tabs
	- Contents Tabs
	- Reviews Tabs
	- Mini Cart
	- Cart Widget
*/


/**************************************
                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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, input, select, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul  {
	list-style: none;
}


/**************************************
		BEGIN OLD CSS
**************************************/

/*ul  { list-style: disc; }
ul.none { list-style: none; }*/
ul.set { padding-left: 0; margin-left: 0; }
b, strong { font-weight: 700; }
i, em, cite { font-style: italic; }

table.tablepad2 td { padding: 2px; }
table.tablepad3 td { padding: 3px; }
table.tablepad5 td { padding: 5px; }
table.tablepad7 td { padding: 7px; }
table.tablepad10 td { padding: 10px; }
table.tablepadright20 td { padding-right: 20px; }

#accessibility { position: absolute; top: 0; left: -9999px; }

td.feature_pic {
	background-color: #eff5fc;
	border: 3px double #87b6f9;
	text-align: center;
	vertical-align: top;
}
td.feature_pic ul {	margin-left: 15px; padding-left: 0; }
td.feature_pic li {	padding-left: 0; margin-left: 1.5em; margin-top: 10px; }
td.space { padding-top: 25px; }

td.options { vertical-align: top; }
td.options h3 { margin: 15px 0 2px; }
td.options p.product-version { margin: 2px 0 5px; font-weight: 700; }
td.options p.product-selection { margin: 5px 0 5px; font-weight: 700; }

.bigbold { font: 700 14px Verdana, Arial, sans-serif; }
.block { display: block; padding: 0; margin: 0; }
.faded { opacity: 60%; }
.noshow { display: none !important; }
.bottom { vertical-align: bottom; }

.indent { text-indent: 1.5em; }

.featurehead { font: italic 700 30px "Times New Roman", Times, serif; margin: 5px 0 15px; }

.tinyquote { font-size: 0.85em; text-indent: -.5em; margin-left: .5em; /*margin-top: 20px;*/ }

.tiny { font-size: 0.85em; }

.note {
	background-color: #F6F9FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.note-mini {
	width: 600px;
	background-color: #F6F9FF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 12px auto;
	padding: 10px 4px;
	text-align: center;
}
.frame { border: 1px solid #000033; }
p.language a { color: #9CF;  font-weight: 700; }
p.language a:hover { color: #FFF;  font-weight: 700; }
.red { color: #ee0000; }
.billboard { font-family: Cabin, "Times New Roman", Times, serif; font-size: 1.7em; }
.comment { color: #174171;  font-family: 'PT Serif', Georgia; font-style: italic;  font-size: 1.35em; letter-spacing: -.01em; }
.kidquote { font: 12pt/16pt "Marker Felt Thin", "Marker Felt", "Comic Sans", Chalkboard, cursive; }
.ItemUPC { font-family: courier; font-size: .9em; line-height: 1.2em; text-align: center; }

/**************************************
		END OLD CSS
**************************************/


/**************************************
		Standard Tags
**************************************/
html {
	overflow-y: scroll; /* Prevent horizontal shifting from scrollbar appearing/disappearing */
}

body {
	background: white url(//static.emediamusic.com/ui/background.jpg) repeat-x;
	background-size: 100% 98px; /* Prevent random 1px wrap-around in Chrome */
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	text-align: left;
}

/* Pages with no background */
body.upgrade-page {
	background: none;
}

a, .tabs a, .accordion a {
	color: #0082bc;
}
a:hover, .tabs a:hover, .accordion a:hover {
	color: #963;
}

h1 {
	color: black;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: 700;
	margin: .8em 0;
}
h2 {
	color: black;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	margin: 2em 0 1em;
}
h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	margin: 2em 0 1em;
}
h4 {
	color: black;
	font-family: "Warnock Pro", Georgia, Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 700;
	margin: 1em 0;
}
h5 {
	color: black;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	margin: 1em 0 .35em;
}
h6 {
	color: black;
	font-size: 1em;
	font-style: italic;
	font-weight: 700;
	margin: 1em 0 .35em;
}

p {
	margin: .8em 0 1.15em;
}

td {
	text-align: left;
	vertical-align: middle;
}

details {
    color: #174171;
    font-size: .9em;
    font-weight: bold;
    margin-top: 10px;
}


/**************************************
            Form Elements
**************************************/
input, select, textarea {
	border: 1px solid #80A1C6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font: 12px/14px Verdana, Arial, sans-serif;
	overflow: visible !ie7; /* Prevent extra padding in IE <= 7 */
	padding: 2px;
}
input, select {
	vertical-align: middle;
}

/* Remove extra button padding in FF */
input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea, input[type="text"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Tahoma, Arial, sans-serif;
}
textarea:focus, input[type="text"]:focus {
	background: #F5F5F5;
}
textarea {
	resize: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
input[type="text"] {
	padding-left: 0.5em;
}

input[type="radio"] {
	border: 0;  /* Remove radio button borders in IE */
	vertical-align: middle;
}


/**************************************
        General Purpose Classes
**************************************/

/* Text Alterations */
.big         { font-size: 1.2308em !important; }
.small       { font-size: 0.8462em !important; }
.alignleft   { text-align: left !important; }
.aligncenter { text-align: center !important; }
.alignright  { text-align: right !important; }
.aligntop    { vertical-align: top !important; }
.alignmiddle { vertical-align: middle !important; }
.hide-overflow      { overflow: hidden; }
.nowrap      { white-space: nowrap; }

hr.tall-spacing {
	margin: 2em 0;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table.centered {
	display: table;
}

/* Floats */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
div.float-left {
	margin-right: 10px;
}
div.float-right {
	margin-left: 10px;
}

/* Prevent container contents from wrapping around neighboring floated elements. */
.no-float-wrap {
	overflow: hidden;
}

/* Generic Menus */
ul.bar > li {
	float: left;
}
ul.bar > li > * {
	display: block;
}

ul.justified-nav-bar {
	display: block;
	display: table;
	width: 100%;
}
ul.justified-nav-bar > li {
	display: block;
	display: table-cell;
}
ul.justified-nav-bar > li > * {
	display: block;
}

/* Lists */
ol, ul.list {
	margin: 1em 0 1.5em 0;
	overflow: hidden;
	padding: 0 0 0 2em;
}

ul.list {
	list-style: disc;
}

ol li, ul.list li  {
	margin: .75em 0 0 0;
}

ul.tight li  {
	margin: .45em 0 0 0;
}

ol li:first-child, ul.list li:first-child {
	margin-top: 0;
}

/* Content header */
div.c_header {
	background: white url(//static.emediamusic.com/images/c_header.gif) no-repeat;
	padding: 15px 10px 0;
}
div.c_header h1 {
	margin-top: 5px;
	margin-bottom: 0;
}

/* A table with alternating row backgrounds */
table.striped tr:nth-child(odd) {
	background: #E4EEFC;
}

/* Set text alignment for an entire table */
table.aligncenter td {
	text-align: center;
}
table.alignright td {
	text-align: right;
}

/* Vertically center content */
.v-center-outer {
	display: table;
	overflow: hidden;
	/* IE Compatibility Stuff */
	position: relative !ie7;
}
.v-center-middle {
	display: table-cell;
	position: static;
	vertical-align: middle;
	width: 100%;
	/* IE Compatibility Stuff */
	position: absolute !ie7;
	left: 0 !ie7;  top: 50% !ie7;
}
.v-center-inner {
	/* IE Compatibility Stuff */
	position: relative !ie7;
	top: -50% !ie7;
}

/* Sales Block */
div.salesblock {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px double black;
	padding: 10px;
	margin-top: 30px;
	overflow: auto;
}

/* No script tags */
.no-script {
	background: rgb(252, 252, 210);
	border: 2px solid red;
	color: red;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	white-space: normal;
}
#product-area .no-script {
	clear: left;
	margin: 10px 0;
	width: 670px;
}

/* Disable scroll bars */
.no-scroll {
	overflow: hidden;
}

/* Clearfix hack for self-clearing float-containers */
.clearfix:before,
.clearfix:after,
.product:before,
.product:after,
.mosaic:before,
.mosaic:after,
.grid .row:before,
.grid .row:after,
.bar:before,
.bar:after,
#top:before,
#top:after {
	content: " ";
	display: table;
}
.clearfix:after,
.product:after,
.mosaic:after,
.grid .row:after,
.bar:after,
#top:after {
	clear: both;
}
.clearfix,
.product,
.mosaic,
.grid .row,
.bar,
#top {
	zoom: 1 !ie7; /* For IE 6/7 only. Include this rule to trigger hasLayout and contain floats. */
}

/* Use to hide content that is only relevant during winter holidays. Comment out to un-hide. */
.seasonal-content {
	display: none !important;
}

/* For special form fields */
.hp {
	display: none !important;
}

/* Hide list-filtering selectors by default */
select.filter {
	display: none;
}


/**************************************
            Quotations
**************************************/
blockquote, blockquote + hr,
.fancy-quote, .fancy-quote + hr {
	margin: 20px 15px 30px;
}
blockquote :first-child {
	margin-top: 0px;
}
blockquote p {
	margin: 0.5em 0 .75em;
}

p.citation {
	margin-bottom: 0;
	margin-left: 2em;
	position: relative;
}
p.citation span:first-child {
	left: -.75em;  top: 0px;
	position: absolute;
}

p.citation-block {
	border-left: 10px solid #A6A6A6;
	margin-bottom: 0;
	padding-left: 10px;
}

blockquote + hr, .fancy-quote + hr {
	margin-bottom: 0;
	margin-top: -10px; /* Negative top margin vertically centers the hr between two quotes */
}

.fancy-quote {
	overflow: hidden;
}
.fancy-quote > img {
	float: left;
	margin-right: 12px;
}
.fancy-quote blockquote {
	margin: 0;
	overflow: hidden;
}
.fancy-quote .citation {
	margin-left: .75em;
}


/**************************************
				Buttons
**************************************/
.button,
.important-button {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-moz-box-shadow: 0 1px 1px rgba(80,80,80,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(80,80,80,0.5);
	box-shadow: 0 1px 1px rgba(80,80,80,0.5);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 32px;
	font-family: "Cabin", "Gill Sans", "Times New Roman", Times, serif;
	font-size: 15.5px;
	line-height: 32px;
	padding: 0 0.625em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.button.button-small,
.important-button.button-small {
	font-size: 14px;
	height: 26px;
	line-height: 25px;
}
.button.disabled,
.important-button.disabled {
	background: rgb(230, 230, 230) !important;
	border-color: gray !important;
	color: gray !important;
	cursor: default !important;
}
.button.disabled:hover,
.important-button.disabled:hover {
	background: rgb(230, 230, 230) !important;
	border-color: gray !important;
	color: gray !important;
	cursor: default !important;
}

/* Normal Buttons */
.button {
	background: #EDF1F9;
	border-color: #80A1C6;
	color: #174171;
	font-weight: normal;
}
.button:hover {
	background-color: #FD512D !important;
	border-color: #FD512D !important;
	color: white !important;
}
.button.active {
	background-color: #5D6170 !important;
	border-color: #5D6170 !important;
	color: white !important;
	cursor: default !important;
}

/* Important Buttons */
.important-button {
	background: #ffde00 url(//static.emediamusic.com/images/eMedia-glass.png) center;
	border-color: #555;
	color: black;
	font-weight: 700;
}
.important-button:hover {
	background-color: #ffba00 !important;
	border-color: black !important;
	color: black !important;
}

/* Grids */
.grid [class*='col-'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	min-height: 1px;
	padding: 10px 15px;
	position: relative;
}

.grid .row {
    margin-right: -15px;
    margin-left: -15px;
}

.grid .col-1-12 {
	width: 8.23%;
}
.grid .col-2-12 {
	width: 16.61%;
}
.grid .col-3-12 {
	width: 24.96%;
}
.grid .col-4-12 {
	width: 33.3%;
}
.grid .col-5-12 {
	width: 41.64%;
}
.grid .col-6-12 {
	width: 49.98%;
}
.grid .col-7-12 {
	width: 58.31%;
}
.grid .col-8-12 {
	width: 66.65%;
}
.grid .col-9-12 {
	width: 74.98%;
}
.grid .col-10-12 {
	width: 83.32%;
}
.grid .col-11-12 {
	width: 91.65%;
}
.grid .col-12-12 {
	width: 99.99%;
}


/**************************************
            Top Level
**************************************/
#top {
	font-size: 1.3em;
	margin: 0 auto;
	width: 980px;
}


/**************************************
            Header
**************************************/
#header {
	position: relative;
	width: 100%;  height: 120px;
	z-index: 100;
}

/* A minified header for pages without secondary navigation bars */
#header.compact {
	height: 101px;
	border-bottom: 4px solid rgb(231, 175, 29);
}

/* Title Image */
#title {
	background: url(//static.emediamusic.com/ui/title.png) no-repeat;
	display: block;
	width: 475px;  height: 62px;
}

/* Phone Area */
#phone {
	font-size: 14px;
	font-style: italic;
	left: 680px;
	position: absolute;
	top: 5px;
	white-space: nowrap;
}

/* User Account */
#account {
	font-size: 14px;
	position: absolute;
	right: 10px;  top: 5px;
	z-index: 20;
}

/* Search Box */
#search {
	position: absolute;
	left: 680px;  top: 65px;
	z-index: 10;
}
#search > input[type="text"] {
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 0.5em;
}
#search > input[type="submit"] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 13px;
	height: 20px;
	line-height: 19px;
	padding: 0 0.5em;
}

/* Social Media Links */
#social {
	position: absolute;
	left: 680px; top: 101px;
	width: auto;
	background-color: #E1E1DF;
	padding: 5px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	z-index: 1;
}
#social > a > img, #social .fb_iframe_widget > span, #social-footer > a > img, #social-footer .fb_iframe_widget > span {
	vertical-align: middle;
}
#social div.fb_iframe_widget, #social-footer div.fb_iframe_widget {
	display: inline !ie7;  /* Fix wrapping issues in IE <= 7 */
}
#social2 {
	position: absolute;
	right: 34px; top: 98px;
	width: auto;
	background-color: rgba(225,225,223,.9);
	padding: 4px 4px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	z-index: 1;
}

/* Navigation Bar */
#nav-bar {
	cursor: pointer;
	font-family: 'PT Serif', Georgia, Times, serif;
	font-size: 18px;
	position: absolute;
	top: 65px;
}

#nav-bar li {
	margin-right: 2px;
}

#nav-bar li a {
	background: #fb7f4a url(//static.emediamusic.com/ui/tab-gradient-orange.png);
	background-size: 100% 100%;
	border-radius: 10px 10px 0 0;
	color: black;
	height: 36px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	width: 104px;
}

#nav-bar li#locator a {
	width: 138px;
}

#nav-bar li a:hover { /* Must precede li.active rule */
	background-image: url(//static.emediamusic.com/ui/tab-gradient-orange-over.png);
}

#nav-bar li.active a {
	background: #fd6d22;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkNmQyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZjk5NTY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjZmM3MDJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmOGY2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #fd6d22 0%, #f99566 5%, #fc702a 27%, #ff8f64 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd6d22), color-stop(5%,#f99566), color-stop(27%,#fc702a), color-stop(100%,#ff8f64)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd6d22 0%,#f99566 5%,#fc702a 27%,#ff8f64 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd6d22 0%,#f99566 5%,#fc702a 27%,#ff8f64 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd6d22 0%,#f99566 5%,#fc702a 27%,#ff8f64 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd6d22 0%,#f99566 5%,#fc702a 27%,#ff8f64 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6d22', endColorstr='#ff8f64',GradientType=0 ); /* IE6-8 */
}

/* Secondary Navigation Bar */
#secondary-nav-bar {
	background: #ff8f64;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5YzY2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzk2MjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff8f64 0%, #fd6d22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f64), color-stop(100%,#fd6d22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8f64 0%,#fd6d22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8f64 0%,#fd6d22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8f64 0%,#fd6d22 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8f64 0%,#fd6d22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f64', endColorstr='#fd6d22',GradientType=0 ); /* IE6-8 */
	-moz-border-radius: 0 7px 0 0;
	-webkit-border-radius: 0 7px 0 0;
	border-radius: 0 7px 0 0;
	font-family: "Cabin", "Gill Sans", "Times New Roman", Times, serif;
	font-size: 13.5px;
	position: absolute; bottom: 0px;
	width: 100%;
}

#secondary-nav-bar li:first-child {
	margin-left: 10px;
}

#secondary-nav-bar li a {
	color: black;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	text-decoration: none;
}

#secondary-nav-bar li a:hover { /* Must precede li.active rule */
	color: whitesmoke;
}

#secondary-nav-bar li.active a {
	background: #FD512D;
	color: white;
}


/**************************************
            Body
**************************************/
#body {
	border: 1px solid gray;  border-top: 0;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	-moz-box-shadow: 0 5px 5px rgba(80,80,80,0.5);
	-webkit-box-shadow: 0 5px 5px rgba(80,80,80,0.5);
	box-shadow: 0 5px 5px rgba(80,80,80,0.5);
	overflow: hidden;
}
#body.vanilla {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content {
	min-height: 250px;
	padding: 10px 20px;
}

/* For pages with sidebars */
#product-sidebar + #content {
	float: left;
	padding: 10px;
	width: 815px;
}

/* image-based exception */
#content.imagebased {
	padding: 10px 0 0;
}

/* For sections composed entirely of images and image-containers */
.mosaic {
	overflow: hidden;
	position: relative;
}
.mosaic > *  {
	display: block;
	float: left;
}
.mosaic img {
	display: block;
}

/* Category Navigation Menus */
.category-navigation {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	margin: 5px;
	overflow: hidden;
}
.category-navigation a {
	background: #fafafa;
	background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
	background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
	background-image: -ms-linear-gradient(top, #fafafa, #f0f0f0);
	background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
	background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
	border-right: 1px solid #E0E0E0;
	color: black;
	font-family: 'PT Serif', Cabin, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 0.5em 0.75em;
	text-align: center;
	text-decoration: none !important;
}
.category-navigation li:last-child a {
	border-right: none;
}
.category-navigation a:hover {
	background-color: #DE9925;
	background-image: -webkit-linear-gradient(top, #F1C04C, #DE9925);
	background-image: -moz-linear-gradient(top, #F1C04C, #DE9925);
	background-image: -ms-linear-gradient(top, #F1C04C, #DE9925);
	background-image: -o-linear-gradient(top, #F1C04C, #DE9925);
	background-image: linear-gradient(to bottom, #F1C04C, #DE9925);
	color: white;
}
.category-navigation a:active,
.category-navigation li.active a {
	background: #808080;
	color: white;
}


/**************************************
            Side Bar
**************************************/
#product-sidebar {
	float: left;
	min-height: 100px; /* Height keeps content area floated to right while sidebar is loading */
	width: 140px;
}

#product-sidebar > .ui-menu {
	background: #f8f8ff;
	border: 1px solid grey;  border-left: 0;  border-top: 0;
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
	cursor: pointer;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#product-sidebar .ui-menu-item {
	list-style-image: none; /* Fixes borked menu spacing in Chrome 59+ */
}

#product-sidebar .ui-menu-item > .ui-menu {
	background: #f8f8ff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	z-index: 20;
}

/* Hover state */
#product-sidebar .ui-menu-item .ui-state-focus,
#product-sidebar .ui-menu-item .ui-state-active {
	background: #FFE6A3;
	border-radius: 0;
}

#product-sidebar .ui-menu-item.section-title {
	background: #CAE2EE;
	font-family: "Cabin", "Gill Sans", "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	opacity: 1;
	text-align: center;
}

#product-sidebar .ui-menu-item.section-title a {
	color: #174171;
}

#product-sidebar .ui-menu-item a {
	background: transparent;
	border: 0;
	line-height: 1.2;
	margin: 0;
	padding: 0.2em 0.5em;
}

#product-sidebar .ui-menu-item .ui-menu-icon {
	background-position: -34px -2px;
	width: 1em;  height: 1em;
}


/**************************************
            Product Pages
**************************************/

#product-area {
	margin: 0px 10px 10px;
	position: relative;
}

#breadcrumbs {
	display: none;
}

/* Related Products */
.related-products {
	margin: 0 0 16px 0;
	overflow: hidden;
}
.related-products.related-products-centered {
	text-align: center;
}
.related-products > * {
	display: inline-block;
	vertical-align: middle;
	/* IE7 Compatability */
	zoom: 1;
	display: inline !ie7;
}
.related-products .bar {
	font-size: 9px;
	text-align: center;
}
.related-products .bar li {
	background: url(//static.emediamusic.com/related-products/bkgd.png);
}
.related-products .bar li.endcap {
	background: none;
}
.related-products .bar li a {
	height: 97px;
	position: relative;
	text-decoration: none;
}
.related-products .bar li a span {
	color: black;
	display: block;
	padding: 2px;
	position: relative;
	top: -25px;
 }
.related-products .bar li a:hover span {
	color: white;
	background: #FD512D;
}
.related-products h4 {
	font-size: 14px;
	margin: 0 10px;
}
.related-products h5 { /* Labels for the /products page */
	display: block;
	margin: 0;
}

/* Right-Floated Related-Products Sections */
.related-products.send-right {
	float: right;
	margin: 0;
	position: relative;
	top: -8px;
}
.related-products.send-right > * {
	display: block;
}


/* 'Symbols of Trust' */
.badges {
	margin: 7px 0 0 0;
	position: absolute;  right: -10px;
	width: 98px;
	z-index: 10;
}

.badges img {
	display: block;
	margin: 0 auto 8px;
}


/* Product Order Form */
.product {
	margin: 18px 0 10px 0;
	position: relative;
	width: 665px;
}
.product.auto-width {
	width: auto;
}
.product.badge-buffer {
	margin-right: 88px;
}

.product.vanilla {
	width: auto;
}
.product.vanilla .details { /* A product element, sans blue box */
	background: 0;
	border: 0;
}

.upgrade-page .product {
	margin-right: 100px; /* Offset to avoid .badges section overlap */
}

.product .image {
	float: left;
	margin: 0 2px 0 0;
}

.product .details {
	background: url(//static.emediamusic.com/images/display-gradient.png) repeat-x;
	border: 2px solid rgb(146, 188, 238);
	border-radius: 200px;
	font-weight: 700;
	margin: 0 0 0 70px;
	padding: 8px 25px 8px 0;
}

.product.discounted .details .resize-wrapper {
	display: inline-block;
	/* IE7 Compatability */
	zoom: 1;
	display: inline !ie7;
}

.product .details .title {
	font-family: inherit;
	font-size: 1.2em;
	line-height: 1;
	margin: 0 0 0.3em 0;
}

.product .details .version {
	font-size: 0.8em;
	font-weight: normal;
}

.product .details .subtitle {
	font-size: 1em;
	line-height: 1;
	margin: 0 0 0.4em 0;
}

.product .details .price {
	font-size: 1.2em;
}

.product.discounted .details .price {
	color: #ee0000;
}

.product .details .price .dollars {
	font-size: 1.7em;
	vertical-align: middle;
}

.product .details .original-price {
	font-size: 1.1em;
	padding: 0 0.5em;
	text-decoration: line-through;
}

.product .details .format-selector {
	cursor: pointer;
	display: inline-block;
	/* IE7 Compatability */
	zoom: 1;
	display: inline !ie7;
}

.product.discounted .details form {
	display: inline-block;
	/* IE7 Compatability */
	zoom: 1;
	display: inline !ie7;
}

.product.discounted .details .newline { /* Injected when a discount is in affect */
	margin-top: 0.4em;
}

.product .details input[type="radio"] {
	display: none;
}

.product .details .button {
	line-height: 0.9;
	padding-bottom: 0.1875em;
	padding-top: 0.1875em;
}
.product .details .button span {
	display: block;
	font-size: 0.85em;
}

.product .description {
	padding-left: 6px;
	overflow: hidden;
}

.product .limitations {
/*	color: #ee0000;
*/	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

#survey {
	margin-top: 30px;
}


/* Holiday Shipping Notifications */
#holiday-shipping {
	background: #ffe9b6;
	color: #eee;
	font-size: 11px;
	height: 2em;
	letter-spacing: 0.02em;
	line-height: 2;

	/* Defaults for notifications on product-pages */
	margin: 0 0 .7em 0;
	padding: 0.2em 3em;
	position: relative;
	text-align: center;
}
.home-page #holiday-shipping {
	left: 0;
	margin: 0;
	padding: 0.2em 1em 0.2em 18px;
	position: absolute;
	text-align: left;
	top: 5px;
}
#holiday-shipping span {
	color: #ef5252;
	font-weight: bold;
}
#holiday-shipping img {
	vertical-align: text-bottom;
}


/* Large Sale Banner */
#large-sale-banner {
	background: #252533;
	color: #f7f8ff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 0.35em 0;
}


/**************************************
            Academic Pages
**************************************/

/* Academic Products */
#product-area.academic {
	margin-left: 80px;
	margin-right: 80px;
}
.product .academic-contact-button {
	float: right;
	margin: 5px 15px;
}

/* Academic Pricing Tables */
#academic-pricing-table {
	margin-bottom: 15px;
}
#academic-pricing-table th,
#academic-pricing-table td {
	border: 1px solid black;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
#academic-pricing-table th {
	background-color: #f1f1f1;
	font-weight: bold;
	text-align: right;
}
#academic-pricing-table thead th {
	text-align: center;
}
#academic-pricing-table th.empty {
	background: none;
	border: 0;
}


/**************************************
            Choose Pages
**************************************/
table.vendors {
	background-color: #FFFFCC;
	border: 3px double #666;
	margin-bottom: 10px;
	width: 100%;
}

table.vendors tr {
	border-bottom: 1px solid #666;
}

table.vendors td {
	padding-left: 2em;
	padding-right: 2em;
	vertical-align: top;
}

table.vendors h2 {
	margin-top: 1em;
}

table.versions td {
	vertical-align: middle;
}

table.versions h2, table.versions p {
	margin: 0;
}


/**************************************
            User Request Forms
**************************************/
div.request-form {
	width: 780px;
	text-align: center;
	padding: 0 40px 10px;
	background-color: #e5f2ff;
	border: 1px solid #e5f2ff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 10px;
}

div.request-form table {
	margin: 0 auto;
}

div.request-form h2 {
	font-variant: small-caps;
}

/* Dyamically embedded video styles */
#dynamic-video {
	margin: 3em 0 0 0;
}


/**************************************
            eMedia Forms
**************************************/
.emedia-form {
	background: #e5f2ff;
	border: 1px solid #e5f2ff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px auto;
	padding: 20px 80px;
	width: 780px;
}
.emedia-form table {
	width: 100%;
}
.emedia-form .required {
	color: red;
	vertical-align: middle;
}

.emedia-form .input-fields .other-field {
	display: none;
	margin: 0.3em 0 0 0;
}
.emedia-form .input-fields td {
	padding: 0.75em;
	padding-left: 0;
	text-align: right;
	vertical-align: top;
	width: 40%;
}
.emedia-form .input-fields td + td {
	padding-left: 0.75em;
	padding-right: 0;
	text-align: left;
	vertical-align: middle;
	width: 60%;
}
.emedia-form .input-fields td[colspan="2"] {
	padding-left: 0;
	padding-right: 0;
	text-align: inherit;
}

.emedia-form .input-fields td input[type="text"],
.emedia-form .input-fields td textarea,
.emedia-form .input-fields td select {
	width: 90%;
}

.emedia-form .input-fields input[type="checkbox"],
.emedia-form .input-fields input[type="radio"] {
	margin-right: 0.5em;
	margin-bottom: 0.3em;
}


/**************************************
		Generic Response Page
**************************************/
div.response-page {
	width: 700px;
	text-align: center;
	padding: 0 40px 10px;
	margin: 0 auto;
}

div.qa {
	background-color: #DEEEFF;
	padding: 10px;
	border: 1px solid #003;
	margin: 15px auto 10px;
	overflow: hidden;
}
div.qa h3 {
	margin-top: 1em;
}

div.label {
	width: auto;
	text-align: center;
	padding: 10px;
	margin: 5px 0 5px 10px;
	border: 1px solid #9999AA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/**************************************
            Press Pages
**************************************/
table.press {
	width: 800px;
	border: 2px solid #cfcfe6;
	margin: 0 auto 20px;
}

table.press thead td {
	padding: 5px;
	background-color: #E4EEFC;
	white-space: nowrap;
}
table.press tr.DVD {
	padding: 3px;
	background-color: #FFC;

}
table.press td {
	border: 1px solid #cfcfe6;
	text-align: center;
	padding-top: .75em;
	padding-bottom: .75em;
}


/**************************************
            Upgrade Pages
**************************************/
.upgrade-header {
	text-align: center;
}


/**************************************
            Locator Pages
**************************************/
.locator-form {
	width: 400px;
	margin-bottom: 20px;
}
.locator-form td {
	padding: 4px 8px;
	line-height: 1;
	text-align: right;
}
.locator-form td + td {
	text-align: left;
}
.locator-form select,
.locator-form input[type="text"] {
	width: 100%;
}


/**************************************
            Footer
**************************************/
#footer {
	clear: both;
	font-size: 13px;
	margin: 0 1px;
	padding: 1em 0 2em;
	position: relative;
}

#footer .social-media-links {
	line-height: 20px;
	height: 20px;
	position: absolute;
	left: 0;
}
#footer .social-media-links img {
	height: 20px;
}

#footer .sitelock {
	position: absolute;
	right: 0px;
}

#footer .copyright,
#footer .footer-links {
	line-height: 20px;
	text-align: center;
}

#footer .copyright {
	color: #ACB1B3;
	font-size: 0.846154em;
	margin: 0.454545em 0 0 0;
}


/**************************************
            Overlays
**************************************/
#lightbox {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000); /* IE 5.5-8 */
	background: rgba(0, 0, 0, 0.75);
	left: 0px;  top: 0px;
	overflow: auto;
	position: fixed;
	text-align: center;
	width: 100%;  height: 100%;
	z-index: 100;
}
#lightbox img {
	cursor: pointer;
}
#lightbox div.html-container {
	background: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline !ie7; /* IE <= 7 can't do inline-block */
	display: inline-block;
	padding: 10px;
}


/**************************************
               Alerts
**************************************/
.alert {
	background: #FFBB55;
	border: 2px solid #FDAA7F;
	border-radius: 8px;
	margin: 1.25em 0;
	padding: 0.75em 1em;
}
.product .alert {
	margin-top: 0;
}
.alert.success {
	background-color: #EAF7D9;
	border-color: #BBDF8D;
}
.alert.error {
	background-color: #FFD1D1;
	border-color: #DF9898;
}
.modalalert {
	position: absolute; 
	top: 0; left: 0; 
	background-color: rgba(0,0,0,0.5); 
	width: 100%; 
	height: 100%; 
	z-index:1000;
}
.modalalert .alert {
	position: absolute;
	top: 120px;
	left: 50%;
	line-height: 2em;
	padding: 2em;
	transform: translateX(-50%);
	border: 2px solid rgba(255,0,0,0.45);
}


/**************************************
		 	YouTube Videos
**************************************/
.video-container {
	margin: 0 auto;
	width: 100%;
}
.video-container.video-float {
	float: left;
	margin: 1em 1.5em 1em 0;
	width: 425px;
}
.video-container.video-float .mejs-video,
.video-container.video-float .video-wrapper {
	border: 1px solid black;
}
.video-container .video-caption {
	text-align: center;
	color: gray;
}

.video-wrapper {
	height: 0;
	overflow: hidden;
	padding-top: 27px;
	padding-bottom: 56.25%;  /* 16:9 */
	position: relative;
}
.video-wrapper.ratio-8-5 {
	padding-bottom: 62.5%;  /* 8:5 */
}
.video-wrapper.ratio-4-3 {
	padding-bottom: 75%;  /* 4:3 */
}
.video-wrapper iframe {
	left: 0;  top: 0;
	position: absolute;
	width: 100%;  height: 100%;
}


/**************************************
		 Accordions Widget
**************************************/

.accordion > h3 {
	background: #EDF1F9;
	color: #174171;
}
.accordion > blockquote {
	background: #FFFFDF;
}

.qa.accordion {
	background: none;
	border: none;
}


/**************************************
            Tooltips Widget
**************************************/

div.ui-tooltip { /* specificity required to override defaults */
	background: #FFFF50;
	border: none;
	-moz-box-shadow: 3px 3px 4px #404040;
	-webkit-box-shadow: 3px 3px 4px #404040;
	box-shadow: 3px 3px 4px #404040;
	padding: 0;
}

.ui-tooltip-content {
	padding: 8px;
	position: relative;
}

.ui-tooltip-content::after {
	border-style: solid;
	content: '';
	display: block;
	position: absolute;
	width: 0;
}
.right .ui-tooltip-content::after {
	border-color: transparent #FFFF50;
	border-width: 10px 10px 10px 0;
	left: -9px;  top: 50%;
	margin-top: -10px;
}
/*.left .ui-tooltip-content::after {
	border-color: transparent #666;
	border-width: 10px 0 10px 10px;
	right: -10px;  top: 18px;
}
.top .ui-tooltip-content::after {
	border-color: #666 transparent;
	border-width: 10px 10px 0;
	bottom: -10px;  left: 72px;
}
.bottom .ui-tooltip-content::after {
	border-color: #666 transparent;
	border-width: 0 10px 10px;
	left: 72px;  top: -10px;
}*/

/**************************************
              Tabs Widget
**************************************/
#tab-headers {
	background: none;
	border: 0;
	border-bottom: 1px solid #404040;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#tab-headers li {
	background: url(//static.emediamusic.com/ui/tab-gradient-blue.png);
	background-size: 100% 110%;
	border: 1px solid #80a1c6;  border-bottom: 0;
	display: block;
}

#tab-headers li.ui-state-active {
	background-image: url(//static.emediamusic.com/ui/tab-gradient-white.png);
	border: 1px solid #404040;  border-bottom: 0;
}

#tab-headers li.ui-state-hover {
	background-image: url(//static.emediamusic.com/ui/tab-gradient-blue-over.png);
}

#tab-headers li.ui-state-hover.ui-state-active {
	background-image: url(//static.emediamusic.com/ui/tab-gradient-white.png);
}

#tab-headers a {
	outline: 0;
	font-family: "Cabin", "Gill Sans", "Times New Roman", Times, serif;
	font-size: 1.2em;
	letter-spacing: 0.015em;
	text-decoration: none;
	color: #174171;
	padding: 6px 8px;
	line-height: 1.2;
}

#tab-headers li.ui-state-active a {
	color: black;
}


/**************************************
                Tabs
**************************************/
.tabs {
	background: none;
	border: 0;
	font-size: 1em;
	padding: 0;
}

.tabs h2 {
	margin-top: 10px;
}

.tabs p {
	letter-spacing: 0.01em;
}

.tabs .ui-tabs-panel {
	padding: 10px;
}


/**************************************
            Overview Tabs
**************************************/
#overview-tab {
	overflow: hidden;
}

/* Product ratings */
.rating {
	background: lightGrey;
	display: inline-block;
	float: left !ie7; /* Because IE <= 7 is stupider than we thought */
	overflow: hidden;
	position: relative;
	vertical-align: text-bottom;
	width: 90px;  height: 20px;
}
.rating .stars {
	background: url(//static.emediamusic.com/ui/reviewstars.png);
	left: 0px;  top: 0px;
	position: absolute;
	width: 90px;  height: 20px;
}
.rating .value {
	background: gold;
	height: 20px;
}


/**************************************
            Features Tabs
**************************************/
table.features {
	margin-top: 10px;
	margin-bottom: 15px;
}

table.features td {
	padding: 10px;  padding-bottom: 35px;
	vertical-align: top;
}

/* Screenshot column styles */
table.features td.screens {
	text-align: center;
}
table.features td.screens div {
	margin-top: 2.8em;
}
table.features td.screens h4 + div,
table.features td.screens div + div {
	margin-top: 2em;
}

table.features td.screens img,
table.features td.screens small {
	display: block;
	margin: 0 auto 3px;
}

/* Labels for screenshot popups */
table.features td.screens a.popup {
	display: block;
}
table.features td.screens a.popup:after {
	content: '\0028 Click image to enlarge\0029';
	display: block;
	font-size: 85%;
	line-height: 1.25;
	margin: 0.4em 0 0.75em;
	text-align: center;
}
table.features td.screens a.popup:not(:last-child):after {
	display: none; /* Hide all but last label in a stack (for browsers that support it) */
}

h3.feature {
	border-bottom: 1px solid #80a1c6;
	color: #174171;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 1.15em;
	padding: 0;
}

h3.feature span {
	border: 1px solid #80a1c6;  border-bottom: 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	display: inline-block;  vertical-align: bottom;  /* Prevent occasional 1px gaps when changing zoom levels */
	font-family: "Cabin", "Gill Sans", "Times New Roman", Times, serif;
	font-size: 1.15em;
	padding: 6px 10px;
}

.feature-genre {
	width: 196px;
	background-color: #eff5fc;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 20px;
	border: 3px double black;
}


/**************************************
            Contents Tabs
**************************************/
div.table-of-contents {
	margin: 1em 0;
}

div.table-of-contents h3 {
	margin: 0.8em 0 0;

}

div.table-of-contents p {
	margin: 0.2em 0 1.15em;
}


/**************************************
            Reviews Tabs
**************************************/
#reviews-tab h2 {
	margin-top: 40px;
}

#reviews-tab h2:first-child {
	margin-top: 10px;
}


/**************************************
		  Requirements Tabs
**************************************/
/*table.requirements {
	margin-left: 0;
	margin-right: auto;
}*/

table.requirements tr:not(:last-child) td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 15px;
	/*white-space: nowrap;*/
}

table.requirements td.second {
	border-left: 1px solid black;
	padding-left: 10px;
}

table.requirements h3 {
	margin-top: 1em;
}

#requirements-tab table.requirements h3 {
	font-size: 97%;
}

#requirements-tab table.requirements p {
	font-size: 90%;
}


/**************************************
            Cart Widget
**************************************/
#cart {
	font-size: 0.9em;
	min-width: 400px;
	width: 500px !ie7; /* IE <= 7 doesn't support min-width */
	position: absolute;
	right: 0px; top: 42px; /* Must be positioned with top, not bottom */
	z-index: 50 !ie7; /* Fix buggy stacking order in IE <= 7 */
}
#cart.active {
	z-index: 60; /* Prevent closing the cart widget when mousing over the search area */
}

#cart .heading {
	background: white;
	border: 1px solid #BFBFBF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow:inset -1px -1px 3px rgba(180,180,180,0.5);
	-webkit-box-shadow:inset -1px -1px 3px rgba(180,180,180,0.5);
	box-shadow:inset -1px -1px 3px rgba(180,180,180,0.5);
	cursor: pointer;
	float: right;
	height: 45px;
	padding: 1px;
	position: relative;
	width: 75px;
	z-index: 30;
}
#cart.active .heading {
	border-bottom: 0;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

#cart-icon {
	background: url(//static.emediamusic.com/images/shoppingcart.png) no-repeat;
	margin: 3px auto 0px;
	width: 52px;  height: 40px;
}

#cart-total {
	color: orange;
	font-size: 19px;
	font-weight: 700;
	position: absolute;
	right: 21px;  top: 3px;
	text-align: center;
	width: 36px;
}

#cart .content {
	clear: both;
	display: none;
	position: relative; top: -1px;
	padding: 15px 15px 20px;
	min-height: 115px;
	background: white;
	border: 1px solid #bfbfbf;
	-moz-border-radius: 7px 0 7px 7px;
	-webkit-border-radius: 7px 0 7px 7px;
	border-radius: 7px 0px 7px 7px;
	-moz-box-shadow: 0 3px 3px rgba(80,80,80,0.5);
	-webkit-box-shadow: 0 3px 3px rgba(80,80,80,0.5);
	box-shadow: 0 3px 3px rgba(80,80,80,0.5);
	z-index: 20;
}

/* The 'Checkout' button */
#cart .important-button {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
}

/* Cart styles copied from OpenCart */
#cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid rgb(210, 210, 210);
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	/*border: 1px solid #EEEEEE;*/
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
#cart .checkout {
	text-align: right;
	clear: both;
}
#cart .empty {
	padding-top: 50px;
	text-align: center;
}

.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total table td {
	color: #000;
	padding: 3px 4px;
	text-align: right;
}
.mini-cart-total table b {
	font-weight: normal !important;
}
.mini-cart-total table tbody :last-child td {
	border-top: 1px dotted #6d6d6d !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	font-weight: bold !important;
}
.mini-cart-total table tbody :last-child b {
	font-weight: bold !important;
}
