/* Olas Books Layout Definitions */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
	margin: 0;
	padding: 0;
  	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.77em;
    line-height: 160%;
	background-color: #A9C6D7;
}

.clear { clear: both; }

a { outline: none; }
a img, a image { border: none; text-decoration: none; }


/* Containers -- Primary Layout
------------------------------------------------------------------------------- */
#container-page /* primary content */ {
  	position: relative;
  	min-height: 100%;
  	height: auto;
  	width: 962px;
  	margin: 0 auto;
	padding: 0;
  	text-align: center;
	background-color: #83B0CE;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#contaier-contents {
  	position: relative;
  	width: 960px;
  	min-height: 100%;
  	height: auto;
  	margin: 0 auto;
	padding: 0;
  	text-align: center;
	border-left: 1px solid #216D92;
	border-right: 1px solid #216D92;
}
#container-head {
	position: relative;
	height: 208px;
	width: 960px;
  	margin: 0 auto;
  	text-align: center;
	border-bottom: 1px solid #175A7B;
	background: url(../images/head-bg.jpg) top left no-repeat;
}
#container-content {
	position: relative;
	clear: both;
	height: auto;
	width: 952px;
  	margin: 0 auto;
	padding: 5px 4px 10px 4px;
  	text-align: center;
	border-top: 1px solid #B8CFE1;
}
#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#container-foot {
	position: relative;
	height: auto;
	width: 960px;
  	margin: 0 auto;
	padding: 0;
  	text-align: center;
	border-left: 1px solid #216D92;
	border-right: 1px solid #216D92;
}


/* Head Containers -- Head Layout
------------------------------------------------------------------------------- */
#head-main {
	height: 150px;
	text-align: left;
}
#logo {
	margin: 0;
	padding: 0;
}
#head-nav {
	height: 58px;
	text-align: left;
	background: url(../images/nav-bg.gif) bottom left repeat-x;
}
#tabs {
	height: 26px;
}
#tabs ul {
	height: 26px;
	list-style: none;
}
#tabs li {
	display: block;
	float: left;
	height: 26px;
	margin-right: 2px;
}
#tabs li a {
	display: block;
	height: 26px;
	margin-top: 2px;
	text-align: center;
	line-height: 30px;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
}
#tabs li a#current, #tabs li a.current {
	color: #FFF;
}
#tabs li a.inactive:link, #tabs li a.inactive:visited { color: #124862; }
#tabs li a.inactive:hover, #tabs li a.inactive:active { color: #FFFF77; }

#tabs li a#current.tab1:link, #tabs li a#current.tab1:visited,
#tabs li a#current.tab1:hover, #tabs li a#current.tab1:active {
	height: 26px;
	width: 101px;
	background: url(../images/tab1_on.jpg) top left no-repeat; 
}

#tabs li a.tab1:link, #tabs li a.tab1:visited {
	height: 26px;
	width: 101px;
	background: url(../images/tab1_off.jpg) top left no-repeat; 
}
#tabs li a.tab1:hover, #tabs li a.tab1:active {
	background: url(../images/tab1_over.jpg) top left no-repeat; 
}

#tabs li a.tab2.current:link, #tabs li a.tab2.current:visited,
#tabs li a.tab2.current:hover, #tabs li a.tab2.current:active {
	height: 26px;
	width: 102px;
	background: url(../images/tab2_on.jpg) top left no-repeat; 
}
#tabs li a.tab2:link, #tabs li a.tab2:visited {
	height: 26px;
	width: 102px;
	background: url(../images/tab2_off.jpg) top left no-repeat; 
}
#tabs li a.tab2:hover, #tabs li a.tab2:active {
	background: url(../images/tab2_over.jpg) top left no-repeat; 
}
#subLinks {
	height: 35px;
	line-height: 35px;
}
#viewcart {
	float: right;
	margin-right: 5px;
}
#viewcart input.viewbtn {
	display: block;
	height: 23px;
	width: 82px;
	margin-top: 6px;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	color: #F9FAFE;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 90%/23px Arial, Helvetica, sans-serif;
	background: url(../images/viewcart_hover.gif);
}
#viewcart input:hover.viewbtn, #viewcart input:active.viewbtn {
	color: #FFFF77;
	background: url(../images/viewcart_hover.gif);
}


/* Content Containers -- Content Layout
------------------------------------------------------------------------------- */
#content-left {
	float: left;
	width: 648px;
	padding: 0;
}
#content-right {
	float: right;
	width: 294px;
	padding: 0;
}


/* Left Content
------------------------------------------------------------------------------- */
.leftQuote {
	width: 648px;
	padding: 4px 0 0 0;
	background: #4F90C3 url(../images/top-dotted.gif) top left repeat-x;
}
.leftBlock {
	height: auto;
	width: 648px;
	text-align: left;
	padding-top: 12px;
}
.leftBlock b { font-family: Arial, Helvetica, sans-serif; }
.blockContent {
	padding: 0 14px 0 10px;
}
.leftBlock img {
	float: left;
	margin: 0 14px 0 0;
}
.contentDiv {
	padding: 3px 0;
	margin-top: 15px;
	background: url(../images/top-dotted.gif) top left repeat-x;
}
.order {
	float: right;
	width: 120px;
	text-align: right;
}
.price, .price2 {
	float: right;
	color: #15516E;
	font-size: 135%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.price2 { float: right; }
.buyButton {
	clear: both;
	float: right;
	padding-top: 8px;
}



/* Right Content
------------------------------------------------------------------------------- */
.rightBox {
	height: auto;
	width: 274px;
	margin-bottom: 9px;
	/*padding: 10px 14px 12px 14px;*/
	background-color: #2782AF;
	border: 1px solid #175A7B;
}
.rightQuote {
	width: 274px;
	padding: 4px 0 0 0;
	background: #4F90C3 url(../images/top-dotted.gif) top left repeat-x;
}
.quoteContent {
	text-align: left;
	padding: 5px 10px 12px 10px;
	background: url(../images/bottom-dotted.gif) bottom left repeat-x;
}


/* Footer Containers -- Footer Layout
------------------------------------------------------------------------------- */
#footer {
	height: auto;
	width: 960px;
	margin: 0;
	padding: 10px 0 8px 0;
	text-align: center;
	background-color: #2479A2;
	border-top: 1px solid #175A7B;
}


/* Text
------------------------------------------------------------------------------- */
p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 105%;
	color: #1B5B7A;
	line-height: 150%;
}
.rightBox p {
	font-size: 92%;
	line-height: 130%;
	font-style: normal;
	color: #D7DFF2;
}
.rightBox b {
	color: #fff; 
}
.quoteContent p {
	margin: 0;
	font-size: 95%;
	line-height: 150%;
	color: #D7DFF2;
}
.quoted p {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 140%;
	line-height: 140%;
	font-style: italic;
	color: #FFE62F;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subQuoted p {
	padding: 10px 0 0 0;
	font-size: 90%;
	line-height: 130%;
	font-style: normal;
	color: #FFFF66; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subQuoted a, .subQuoted b {
	display: block;
	padding-bottom: 2px;
	font-size: 110%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.subQuoted a:link, .subQuoted a:visited, .subQuoted b {
	color: #FFFF77;
	outline: none;
	text-decoration: none;
}
.subQuoted a:hover, .subQuoted a:active {
	color: #FFE62F;
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	color: #D7DFF2;
	line-height: 160%;
	font-size: 80%;
	letter-spacing: 1px;
}
#footer a, .blockContent a { 
	padding: 2px 0 1px 0;
	font-size: 108%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
}
.blockContent a {
	font-size: 100%;
}
#footer a:link, #footer a:visited,
.blockContent a:link, .blockContent a:visited {
	margin-bottom: 1px;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active,
.blockContent a:hover, .blockContent a:active {
	color: #FFFF77;
	border-bottom: 1px solid #FFFF77;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin-bottom: 6px;
	font-size: 160%;
	font-weight: normal;
	font-style: italic;
	line-height: 100%;
}

h2 {
	margin-bottom: 6px;
	font-size: 140%;
	font-weight: normal;
	font-style: italic;
	line-height: 100%;
}
h3 {
	margin-bottom: 8px;
	font-size: 135%;
	font-weight: bold;
	font-style: italic;
	color: #1B5B7A;
	line-height: 100%;
}
h4 {
	margin: 10px 0 8px 0;
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	color: #1B5B7A;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.leftBlock h1 {
	font-size: 170%;
	color: #103E54;
	text-indent: 3px;
}
.quoteContent h1 {
	padding-top: 2px;
	color: #FFF;
}
.leftBlock b { color: #15516E; }


/* Miscellaneous
------------------------------------------------------------------------------- */
.alignLeft { text-align: left; }
.padTop { padding-top: 4px; }

.boxImage {
	padding: 0;
	margin: 4px 0 0 0;
	border: 1px solid #83B0CE; 
}
#footer .spacer {
	padding: 0 3px;
	font-size: 13px;
	color: #ddd;  
}