/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 23px;
	line-height:28px;
	font-family:"Times New Roman",Georgia,Serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; 
		  border-bottom: 1px solid black; 
		  padding-bottom:1px; 
}

div#content .container a:link { text-decoration: none; font-style:italic; color: black; }
div#content .container a:active { text-decoration: none; font-style:italic; color: black; }
div#content .container a:visited { text-decoration: none; font-style:italic; color: black; }
div#content .container a:hover { text-decoration: none; font-style:italic;
		  border-bottom: 1px solid black; 
		  padding-bottom: 1px; 
}
div#content .container a.no-underline:hover { text-decoration: none; font-style:italic;
		  border-bottom: 0px solid black; 
		  padding-bottom: 0px; 
}

div#content .container .small-font a.no-ital:link{ border-bottom:thin solid black;  font-style:normal; }
div#content .container .small-font a.no-ital:active{  border-bottom:thin solid black;  font-style:normal; }
div#content .container .small-font a.no-ital:visited{ border-bottom:thin solid black; font-style:normal; }
div#content .container .small-font a.no-ital:hover{ border-bottom:none; font-style:normal; }


.small-font {
	font-size:14px;
}

.active a{
	border-bottom: 1px solid black;
	padding-bottom:1px;
}

.border-bottom {
	 border-bottom: 1px solid black; 
	padding-bottom:1px; 
}

#orbooks-logo {
	display:block;
    margin-bottom: 20px;
}

#orbooks-logo img {
    height: 200px;
}

a#orbooks-logo:link { text-decoration: none; color: black; 
		border-bottom: none;
		padding-bottom:0px;
		  }
a#orbooks-logo:active { text-decoration: none; color: black; 
		border-bottom: none;
		padding-bottom:0px;
		  }
a#orbooks-logo:visited { text-decoration: none; color: black; 
		border-bottom: none;
		padding-bottom:0px;
		  }
a#orbooks-logo:hover { text-decoration: none; 
		border-bottom: none;
		padding-bottom:0px;
		filter:alpha(opacity=60);
		-moz-opacity:0.60;
		-khtml-opacity: 0.60;
		opacity: 0.60;
}

a img { 
	border: none; 
	padding:0;
	margin:0;
}


#menu {
	width: 190px;
    overflow: hidden;
    top: 41px;
    bottom: 0;
	left: 42px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	
	line-height:19px;
	font-weight: normal;
	font-family: Helvetica, Verdana, sans;
	font-size:12px;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-top:10px;
}

#menu ul li{
	margin:0;
	padding-bottom:2px;
	padding-left: 7px;
}

#menu ul li.section-title {
	font-weight:bold;
	padding-left: 0px;
}

#content {
    height: 100%;
    margin: 32px 0 0 280px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 580px; margin-bottom: 28px; }

p {
    margin: 0 0 9px 0;
}

p img {
	margin-bottom: -10px;
	padding:0;
	}
	
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }




#buybox {
	background-color: #dedede;
	background-color: white;
	position:relative;
	float: left;
	height:auto;
	width: 220px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 0 20px;
	padding: 0;
}

#buyboxborder {
	background-color: #dedede;
	background-color: white;
	position:relative;
	float: left;
	height:auto;
	width: 220px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 5px 0 0 0;
	border: 1px solid black;
}

.note {
	font-size: 10px;
	font-weight: normal;
}

a.notelink {
	color: black;
}

a.notelink:hover {
	text-decoration: none;
	cursor: help;
}

form {
	margin: 0;
	padding: 0;
}

.buybox-row {
	position: relative;
	float: left;
	height: 35px;
	width: 100%;
	margin: 5px 0 5px 0;
}

.buybox-rightcol {
	position: relative;
	float: right;
	margin: 0 10px 0 0;
}

.buybox-leftcol {
	position: relative;
	float: left;
	width: 110px;
	margin: 5px 0 0 10px;
}

.buybox-leftcolquestion {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
}

#discount {
	color: #d40202;
	margin: 3px 5px 10px 10px;
	padding: 0;
	color: black;
}

#exclusive {
	margin: 3px 10px 10px 10px;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

a.stbutton { 
    font-size: 12px; font-style: normal;
} 

.stbuttontext { 
    font-family:Helvetica; 
    font-style:normal; 
}

#content .social-links .social a:hover {
    border: 0px;
    padding-bottom: 0px;
}

.social-links .social { 
    float: left; margin-right: 10px; padding-top: 5px;
}
