/* @override http://sk.local/htdocs/css/master.css */

/* @group General Settings */

body {
    behavior: url("/htdocs/css/csshover3.htc"); /* courtesy of http://www.xs4all.nl/~peterned/csshover.html#changes */
    
	font: 16px Verdana,'Arial','Helvetica','Trebuchet MS','Lucida Grande','Bitstream Sans Vera',Tahoma,Sans-Serif;
	color: #222;
	background-color: #484848;
	background-image: none;
	margin: 0;
	padding: 0;
	
	/* needed for IE so main div will center correctly */
	text-align: center; 
}

pre {
	font: 1.0em "Courier New", Courier, Mono;
}

a {
	color: #660000;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: white;
	color: #f00;
	font-weight: bold;
}


fieldset {
	margin-top: 2em;
}

legend {
	font-weight: bold;
}

label {
	display: block;
	width: 20em;
	float: none;
	clear: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

input {
	display: block;
	width: 20em;
}

input.radio {
	display: inline;
	float: none;
	width: 1.5em;
}

img {
	background: transparent;
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
    padding: 0;
    margin: 0;
    line-height: 0;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

<!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
<![endif]-->

.hide_div {
	display: none;
}

.show_div {
	display: block;
}

.left {
	float: left;
	clear: left;
}

.right {
	float: left;
	
}

#error_msg {
	color: #f00;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}

/* @end */

/* @group Overall Structure */

/* Wraps the main area of page */

#wrapper {
	background-color: whitesmoke;
	
	/* these two lines make sure wrapper wraps around enclosing divs */
	height: auto;
	overflow: hidden;
}

#main {
	background-color: whitesmoke;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10;
	width: 1005px;
	
	/* these two lines make sure main wraps around enclosing divs */
	height: auto;
	overflow: hidden;
	
	/* restore the text-align set in body */
	text-align: left;
}


#email_signup
{
    float:right;
    clear:none;
}

/* Wraps primary content area */

#content,
#home_content {
	font-size: 90%;
    float: left;
	height: auto;
	width: 700px;
	padding: 0 0px 10px 10px;
	margin-top: 0px;
	clear: none;
}

#home_content {
	margin-right: 15px;
	width: 500px;
}

#content h3 {
	background-color: #003333;
	color: white;
	border:  1px solid #757575;
	/*border-left: 4px solid goldenrod;*/
	/*border-right: 1px dotted goldenrod;*/
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0 1em 1em 0;
	letter-spacing: 1px;
	font: small-caps bold 12px Verdana,'Arial','Helvetica','Trebuchet MS','Lucida Grande','Bitstream Sans Vera',Tahoma,Sans-Serif;
}



/* @end */



/* @group Block Quote block */

#quote {
	background-color: white;
	font-family: Verdana,'Arial','Helvetica','Trebuchet MS','Lucida Grande','Bitstream Sans Vera',Tahoma,Sans-Serif;
	font-size: 0.9em;
	margin-top: 5px;
	height: auto;
	width: 100%;
}

blockquote {
	margin: 0;
	padding: 0 10px 5px 10px;
	font-weight: bold;
}

citation {
	margin-bottom: 5px;
	margin-right: 5px;
    font-style: italic;
    float: right !important;
}

.bqstart,
.bqend { 
	font-size: 350%; 	
	color:  #003333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bqstart {
	float: left;
}

.bqend {
	float: right;
}

.quote_header {
	color:  maroon;
	font-size: 1.2em;
	font-weight: bold;
}


/* @end */

/* @group Home Page */

.home_box {
	background-color: #fff;
	height: auto;
	width: 240px;
	margin: 10px;
	padding: 10px;
	border: 1px solid maroon;
}

.home_box h3 {
	color: #000033;
	background-color: #ccc;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	margin: 0 1em 1em 0;
}

.newsblock {
	margin-bottom: 1.5em;
	height: auto;
	width: 100%;
}

.newsblock .leftimg {
	border: 1px solid maroon;
	margin: 0 5px 0 0;
	float: left;
}

.newsblock .rightimg {
	border: 1px solid maroon;
	margin: 0 0 0 5px;
	float: right;
}

.toggle_text {
	color: #003333;
/*  font-size: 0.9em;
*/	font-weight: bold;
	text-decoration: none;
}

.toggle_text a:hover {
	color: #f00;
}

.promo_details {
    margin: 10px;
}

#used_book_table {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 80%;
}

/* @end */



/* @group Sidebar */

#sk_sidebar {
	background-color: #CCCC99;
	height: auto;
	width: 170px;
	font-size: smaller;
	float: left;
	padding 7px;
	
	/*border-right: 1px solid maroon;*/
}

#sk_sidebar h3 {
	color: #003333;
	border:  1px solid #757575;
	/*border-left: 4px solid goldenrod;*/
	/*border-right: 1px dotted goldenrod;*/
	letter-spacing: 1px;
	width: 90%;
	margin: 3px 3px 3px 3px;
	padding: 3px;
	font: small-caps bold 12px Verdana,'Arial','Helvetica','Trebuchet MS','Lucida Grande','Bitstream Sans Vera',Tahoma,Sans-Serif;
}

#sk_sidebar_content {
	margin: 0;
	padding: 0 1em 1em 1em;
}

#sk_sidebar .sk_book_cover {
	text-align: center;
}

#sk_sidebar_content a {
/*  color: #333;*/
}



#bestsellers-button,
#download-button {
	background-color: white;
	/*border: 3px solid maroon;*/
	width:85%;
	margin: 10px 5px 5px 5px;   
	text-align: center;
    
}

#bestsellers-button a,
#download-button a {
	background-color: white;
	color: #000033;
	font-size: 1.0em;
/*  font-variant: small-caps;*/
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.2em;
    
}

#sk_right_sidebar {
	clear: none;
	float: left;
	font-size: smaller;
	height: auto;
	margin-left: 10px;
	text-align: center;
	width: 150px;
}

#sk_right_sidebar img {
    border: none;
}



/* @end */

/* @group Header */

/* Header */


#header {
	/*background: url(../images/bg-top.gif) repeat-x;*/
	height: 80px;
	padding: 0px;
}


#header #initials {
	float: left;
	letter-spacing: -10px;
	margin-right: 1em;
	padding: 0;
}

#initials img {
	border-top: 4px solid #4e4e4e;

}

#logo {
	border-top: 4px solid #4e4e4e;
	background-color: #336666;
	color: #CCCC99;
	letter-spacing: 2px;
	padding-top: 0px;
	font: 3.0em Georgia, "Times New Roman", Times, serif;
	line-height: 1.26em;
	/*text-shadow: #1b1b1b -3px 1px 2px;*/

	/* restore the text-align set in body */
	text-align: left;

}

#tag {
	background-color: #336666;
	color: whitesmoke;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 2px;
	line-height: 1.6em;
	display: inline;
	text-shadow: none;
}

#store_header_text {
    margin-left: 2.0em;
}



/* @end */

/* @group Footer */

/* Footer */

#footer {
	font: 10px Verdana,'Arial','Helvetica','Trebuchet MS','Lucida Grande','Bitstream Sans Vera',Tahoma,Sans-Serif;
	background-color: #fff;
	border-top: 1px solid #eee;
	color: #828275;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}

#footer_nav,
#footer_copyright {
	font-size: 11px;
}

#footer a {
	color: #636363;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

#footer a:hover {
	background-color: white;
	color: #f00;
	font-weight: bold;
}

/* @end */

/* @group Navigation */

/* Navigation Bar */

/* 
    navigation bar 
    thanks to: http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

#topnav {
}

#nav {
	font: 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*background: url(../images/nav-bg-complete.gif) repeat-x;*/
}

#nav, #nav ul {
	background-color: #757575;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	float: left;
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 0;
	width: 100%;
	z-index: 1;
}

#nav ul {
    border: solid #ca2323;   
}

#nav li {
/*  border-left: 1px solid #ca2323;*/
	float: left;
	padding: 0;
}


#nav a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 9em;
	color: white;
	text-decoration: none;
	text-align:center;
	padding: 5px 0 5px 5px;
	letter-spacing: 0px;
}

#nav a:hover {
	color: goldenrod;
	background-color: maroon;
}

#nav li ul {
	border: none;
	position: absolute;
	left: -999em;
	height: auto;
	width: 10.0em;
	font-weight: normal;
	margin: 0 0 0 -2px;
}

#nav li li {
	background-color: palegoldenrod;
	border: none;
    border-bottom: 1px dotted #ccc;
	padding-right: 1em;
	width: 9.0em;
}

#nav li ul a {
	background-color: palegoldenrod;
	color: maroon;
	width: 10.0em;
	text-align: left;
}

#nav li ul ul {
	margin: 0em 0 0 9.0em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
}



/* @end */

/* @group Store Pages */

#sk_store {
	width: 820px;
	overflow: auto;
}

.sk_book_block {
	clear: both;
	overflow: auto;
	padding-bottom: 1em;
}

#book_list .sk_book_cover {
    float: right;
}

.sk_book_title {
	color: #4b4b4b;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

.sk_book_description {
    font-size: 0.8em;
	margin-bottom: 10px;
}

/* @end */


/* @group Licensing and Review Copies Forms */

.instructions {
    line-height: 1.2em;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 1em;
}

#licensing_form,
#review_form 
{
	font-size: 90%;
	line-height: 1.1em;
	width: 100%;
}

#licensing_form {
/*    background-color: #cbdbf3;*/
/*    border: 1px ridge #ccc;    */
/*    overflow: auto;
*/    height: auto;
}

#licensing_form form {
	width: 100%;
}


#licensing_form input[type="text"] {
    width: 150px;
    text-align: right;
}


#licensing_form table {
    font-size: 1.0em;
/*    margin: 1em 0 1em 4em;*/
/*    padding-left: 4em;*/
}

#licensing_form table th,
#licensing_form table td
{
    text-align: left;
/*    white-space: nowrap;*/
}

#licensing_form table tr
{
    border-bottom: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
}

#licensing_form fieldset table
{
    margin: 2em;
}
#licensing_form fieldset table td
{
    padding: 0.5em;
}

#licensing_table input[type="text"], #express_table input[type="text"]
{
    width: 60px;
}

table#user_info_table {
	margin: 0;
	padding: 0;
	width: 100%;
}

#user_info_table tbody tr td fieldset label {
    font-size: 1.1em;
	text-align: left;
}

#user_info_table tbody tr td fieldset {
	height: 23em;
	width: auto;
}

#user_info_table tbody tr td fieldset legend {
	text-align: left;
}

.add_book,
.add_book a {
    color: red;
/*  
    cursor: pointer;
    text-decoration: underline;
*/	
    font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
}


#venue_and_terms input {
    width: 10em;
}
#additional_information label {
	width: 90%;
}

#additional_information textarea {
	display: block;
}

#licensing_list {
/*    background-color: #cbdbf3;*/
	border: 1px ridge #ccc;    
    overflow: scroll;
    height: 300px;
    padding-left: 1em;
}

.licensing_book_title {
    margin-top: 0.5em;
    
}

span.bt:hover  {
    color: red;
}

.licensing_book_details {
    font-size: 0.9em;
    padding-left: 1.0em;
}


/* @end */


/* @group Privacy and Terms of Use Page */

#privacy_content,
#terms_content 
{
    font-size: 80%;
    padding: 0 2em 0 2em;
}

#privacy_content li {
    margin-bottom: 1em;
}

#privacy_content .lead {
    font-weight: bold;
}

/* @end */


