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,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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input:focus,select:focus,textarea:focus,button:focus{outline:none}

@font-face {
    font-family: "Splash";
    src: url("Splash.otf") format("opentype");
}

body {
	background: #464646;
	width: 1044px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	font-family: Verdana, "Arial", sans-serif;
	font-size: 12px;
}

#sidebar {
	float: left;
	width: 140px;
	margin-left: 16px;
	margin-right: 16px;
	text-align: center;
}

#sidebar #logo {
	width: 100px;
	margin-left: 8px;
	border-style: solid;
	border-width: 3px;
	border-color: #808080;
	padding-top: 8px;
	height: 98px;
	margin-bottom: 14px;
	border-radius: 4px;
	background-color: black;
}

#sidebar #difficulty {
	background-color: black;
	color: #c0bfbf;
	border-radius: 4px;
	padding-bottom: 2px;
}

#sidebar #difficulty #hero {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #808080;
	color: #cccccc;
	line-height: 19px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 500;
	cursor: pointer;
}

#sidebar #difficulty #hero #popover {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background-color: white;
	margin-left: 120px;
	margin-top: -64px;
	text-align: left;
	text-transform: none;
	width: 480px;
	padding: 16px;
	color: black;
	box-shadow: 0px 0px 9px black;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px;
}

#sidebar #difficulty #hero:hover #popover {
	visibility: visible;
	opacity: 1;
}

#sidebar #difficulty #hero #popover .grade {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 12px;
}

#sidebar #difficulty #hero #popover .grade .title {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-decoration: underline;
}

#sidebar #difficulty #rows {
	display: inline-block;
	font-size: 10px;
}

#sidebar #difficulty .row {
	text-align: left;
	margin-top: 6px;
	margin-bottom: 6px;
}

#sidebar #search {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar .button {
	display: block;
	line-height: 40px;
	height: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-radius: 9px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	color: white;
	text-shadow: 0px 1px 3px black;
	font-size: 11px;
	
	background: rgb(196,166,98); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(196,166,98,1) 0%, rgba(137,112,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,166,98,1)), color-stop(100%,rgba(137,112,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(196,166,98,1) 0%,rgba(137,112,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(196,166,98,1) 0%,rgba(137,112,68,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(196,166,98,1) 0%,rgba(137,112,68,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(196,166,98,1) 0%,rgba(137,112,68,1) 100%); /* W3C */
}

#sidebar a {
	text-decoration: none;
}

#sidebar .divider {
	height: 3px;
	background-color: #981b18;
	margin-left: 35px;
	margin-right: 35px;
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
}

#body {
	width: 809px;
	display: inline-block;
}

#tabs {
	
}

#tabs a {
	color: black;
}

#tabs .tab {
	display: inline-block;
	width: 200px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-family: "Courier";
}

#tabs .front {
	height: 32px;
	background-color: white;
}

#tabs .back {
	height: 31px;
	background-color: gray;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#tabs .tab-spacer {
	display: inline-block;
	width: 3px;
}

#content {
	background-color: white;
}

#cart {
	float:right;
	height: 24px;
	width: 80px;
	margin-right: 16px;
	margin-top: 24px;
	color: #464646;
	position: relative;
	left: 0px;
	top: 0px;
}

#cart #popover {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background-color: white;
	margin-left: -190px;
	margin-top: 0px;
	min-width: 240px;
	padding: 12px;
	box-shadow: 0px 0px 9px black;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px;
	background-color: #f2f1e0;
}

#cart:hover #popover {
	visibility: visible;
	opacity: 1;
}

#cart:hover #popover #button {
	clear: both;
	display: block;
	line-height: 32px;
	height: 32px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	border-radius: 5px;
	margin-bottom: 4px;
	font-weight: bold;
	text-shadow: 0px 1px 3px black;
	text-align: center;
	font-size: 11px;
	
	background: rgb(196,166,98); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(196,166,98,1) 0%, rgba(137,112,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,166,98,1)), color-stop(100%,rgba(137,112,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(196,166,98,1) 0%,rgba(137,112,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(196,166,98,1) 0%,rgba(137,112,68,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(196,166,98,1) 0%,rgba(137,112,68,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(196,166,98,1) 0%,rgba(137,112,68,1) 100%); /* W3C */
}

#footer {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #eaeaea;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 24px;
}

#footer #ordering-info {
	width: 480px;
	padding: 16px;
	border: 1px solid #8a4242;
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 24px;
	background-color: #fffcd0;
}

#footer #ordering-info p {
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #49483a;
}

#footer h1 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/*
/
/ CATALOGS
/
*/

#content h1 {
	font-family: 'Splash';
	font-size: 32px;
	text-align: center;
	margin-left: 16px;
	margin-right: 16px;
	color: #8b4141;
	
	height: 0.5em;
    border-bottom: 2px solid #8b4141;
    margin-bottom: 0.5em;
}

#content h1:first-line {
	background-color: white;
}

#content h1:before,
#content h1:after {
      content: '\0000a0'; 
}


#content h2 {
	font-family: 'Splash';
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #8a4242;
}

#content h2:before {
	content: "— ";
}

#content h2:after {
	content: " —";
}

#product-header {
	padding-left: 28px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px solid #dbdbdb;
	color: #8a4242;
}

#product-header #catalog-number {
	padding-left: 8px;
	width: 80px;
	display: inline-block;
}

#product-header #title {
	width: 340px;
	display: inline-block;
}

#product-header #forces {
	width: 72px;
	display: inline-block;
}

#product-header #difficulty {
	width: 64px;
	display: inline-block;
}

#product-header #writer {
	display: inline-block;
}

.product {
	height: 23px;
	overflow: hidden;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.product.row-0 {
	background-color: #ffffff;
}

.product.row-1 {
	background-color: #eeeeee;
}

.product .hero {
	padding-top: 3px;
	padding-left: 16px;
}

.product .closed,
.product .open {
	fill: #aaaaaa;
	cursor: pointer;
}

.product .catalog-number {
	color: #444444;
	width: 80px;
	font-weight: 200;
	display: inline-block;
}

.product .title {
	color: #444444;
	width: 336px;
	display: inline-block;
	font-weight: 500;
}

.product .difficulty {
	width: 54px;
	display: inline-block;
	font-weight: 200;
	margin-left: 12px;
}

.product .title .forces {
	font-weight: 200;
}

.product .title .difficulty {
	font-weight: 200;
}

.product .writers {
	color: #444444;
	display: inline-block;
	font-weight: 200;
}

.product .content {
	padding-top: 16px;
	padding-left: 8px;
	padding-bottom: 16px;
	line-height: 17px;
}

.product .content .cover {
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
}

.product .content .text {
	display: inline-block;
	color: #444444;
	width: 560px;
}

.product .content .text h3 {
	text-align: left;
	font-size: 32px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 8px;	
	line-height: 32px;
}

.product .content .banner {
	max-width: 436px;
	margin-top: 12px;
}

.product .content .line {
	padding-top: 12px;
	width: 100%;
}

.product .content .demos {
	float: right;
	margin-right: 32px;
}

.product .content .list {
	
}

.product .content .list-title {
	font-weight: 700;
}

.product .description {
	font-weight: 200;
	line-height: 19px;
}

.product .review {
	border: solid 1px #981b18;
	border-radius: 4px;
	padding: 12px;
	margin-top: 16px;
	margin-bottom: 8px;
}

.product .review .reference {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 6px;
}

.product .review .review-text {
	font-weight: 200;
	font-size: 12px;
	line-height: 17px;
}

.product .review .author {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-top: 6px;
}

.product .demo-button {
	outline: none;
}

.product .prices {
	margin-top: 24px;
	margin-left: 8px;
	margin-right: 32px;
}

.product .price {
	background-color: #e5dfc7;
	font-weight: 500;
	padding-left: 16px;
	line-height: 36px;
	clear: both;
	border-radius: 4px;
}

.product .add {
	margin-right: 16px;
	float: right;
}

.product .add a {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	color: white;
	background-color: rgb(196,166,98);
	border-radius: 4px;
}

