/* @override http://www.bluerocketbooks.com/dev/night.css */

/* @override http://www.bluerocketbooks.com/dev/night.css */

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 95%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.push {
    /* height: 124px; */
    height: 50px;
}
.mainBodyArea {
	background: url(images/body-repeatable.png) repeat-y;
	text-align: left;
}
.rightArrow {
	background: url(images/arrow_state_grey_right.png) no-repeat;
	padding-left: 16px;
}
.downArrow {
	background: url(images/arrow_state_grey_down.png) no-repeat;
	padding-left: 16px;
}
div.sectionQuestions {
	margin-left: 30px;
}
div.comparisonBubble {
	background: url(images/comparisonBubble.png) no-repeat;
	height: 128px;
	width: 191px;
	padding: 15px;
	text-align: left;
}
div.comparisonBubble table {
	margin: 0px;
	padding: 0px;
	color: #0066cc;
	font: 12px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}
div.comparisonBubbleHeader {
	font: bold 15px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 15px;
}
.faqHeader {
	font: bold 16px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}	
.faqQuestion {
	font: bold 13px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}
body {
	font: 12px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

div.accoutCartBubble {
	margin-top: 0px;
	margin-left: 4px;
	overflow: hidden;
	width: 430px;
	height: 30px;
	text-align: center;
	border-color: #ff858d;
}
div.accoutCartBubble a.cartBubbleLink {
	color: #fb9d23;
	font: 13px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	top: -5px;
}

div.accoutCartBubble img.veritcalRule {
	margin-right: 1px;
	margin-left: 1px;
}
div.accoutCartBubble img.cartIcon {
	position: relative;
	top: 3px;
	border-style: none;

}
div.accoutCartBubble img.boxIcon {
	position: relative;
	top: 3px;
	border-style: none;
}
div.facebookHeaderDiv {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	
}
div.searchBubble {
	margin-left: 15px;
	margin-top: 5px;
}
.blueText {
	color: #0083be;
}
.deepBlueText {
	color: #0066cc;
}
span.quickSearchRaise {
	position: relative;
	top: -5px;
}
span.followUsText {
	position: relative;
	top: -13px;
}
.socialIcon {
	margin-right: 5px;
	margin-left: 5px;
	border: 0px;
}
div.aobDetailMain {
	background: url(images/aobDetailMainBackground.png) no-repeat;
	width: 640px;
	height: 296px;
	padding: 15px;
}
div.productDescription {
	height: 300px;
	overflow: auto;
}

div.searchSellBooksForm {
	background: url(images/sellBooksFormBackground.png) no-repeat;
	width: 636px;
	height: 148px;
	padding: 5px;

}
div.footerLinks {
	text-align: center;
	font: 11px/15px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 10px;
}
div.indexSteps {
	font: bold 12px/15px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 50px;
	padding-right: 40px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.yellow {
	color: #ffcc33;
}
.bold {
	font-weight: bold;
}
.moonCheeseColor {
	color: #fb9d3d;
}
div.footerLinks a {
	color: #ffcc33;
	margin-right: 10px;
	margin-left: 10px;
	
}
div.generalText p {
	margin-bottom: 10px;
}