
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: .75em Trebuchet MS, Helvetica, sans-serif;
	border: 0px; /* ie6 fix */
	background: #fff url(bg/bg.gif) repeat;
}
#shadow {
	width: 100%;
	background: url(bg/shadow.gif) repeat-y center;
}
#wrapper {
	margin: 0 auto 20px auto;
	padding: 15px 0px 15px 0px;
	width: 1000px;
	height: 100px;
	overflow: visible;
    position: relative;
    background-color: #fff;
}
html>body #wrapper {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}


/*--- TOP ---*/

#top {
	height: 127px;
	padding: 8px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	background: url(bg/top.gif) no-repeat left top;
}
#search {
	width: 210px;
	padding-left: 10px;
	float: right;
}
INPUT.searchString {
	width: 126px;
	padding: 2px;
}
#logo {
	width: 270px;
	height: 90px;
	position: absolute;
	top: 40px;
	left: 20px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#smallCart {
	width: 420px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-weight: bold;
}
#smallCart table {
	width: 100%;
}
#smallCart a {
	display: block;
	padding-left: 40px;
	background: url(bg/smallCart.jpg) no-repeat left center;
	text-decoration: none;
}
#smallCart a:hover {
	color: #000;
	text-decoration: underline;
}
#smallCart a#cartPayment {
	background-image: url(bg/smallCartPayment.jpg) !important;
}

/*--- NAVIGATION ---*/

/*--- navTop ---*/

#navTop {
	height: 30px;
	width: 770px;
    overflow: hidden;
    float: right;
}
#navTop ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#navTop ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#navTop ul li a {
	display: block;
	padding: 0px 10px;
	line-height: 30px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background: url(bg/navTop.gif) no-repeat left 11px;
}
#navTop ul li#nav1 a {
	background: none;
}
/* span for image replacement */
#navTop ul li a span {
	display: none;
}
#navTop ul li a:hover {
	text-decoration: underline;
}
#navTop ul li a.open {
	text-decoration: underline;
}

/*--- navSub ---*/

#navSub {
	padding: 0px 0px 10px 0px;
}
#navSub ul {
	margin: 0px;
	padding: 0px;
}
#navSub ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#navSub ul li a {
	display: block;
	padding: 3px 10px;
	margin: 3px 0px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-color: #9fd1f8;
}
#navSub ul li a:hover {
	text-decoration: underline;
}
#navSub ul li a.open {
	background-color: #ffdd3e;
}

/*--- navSub 2 ---*/

#navSub ul li ul {
	padding: 3px 0px 7px 0px;
}
#navSub ul li ul li {
	
}
#navSub ul li ul li a {
	background-color: #fff;
	font-weight: normal;
	padding: 1px 0px 1px 10px;
	margin: 0px 0px;
	font-size: 11px;
}
#navSub ul li ul li a:hover {
	
}
#navSub ul li ul li a.open {
	background-color: #fff;
	text-decoration: underline;
}

/*--- navSub 3 ---*/

#navSub ul li ul li ul {
	display: none;
}



/*--- CONTENT ---*/

#content {
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
	height: 500px;
	overflow: visible;
}
html>body #content {
	height: auto;
	min-height: 500px;
	overflow: hidden;
}
#column1 {
	padding: 0px;
	width: 110px;
	float: left;
    height: 200px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}
html>body #column1 {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
#column1Text {
	padding: 10px 0px;
}
#main {
	padding: 0px 20px 0px 0px;
	float: right;
	width: 650px;
	height: 200px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}
html>body #main {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
#mainText {
}
#column2 {
	padding: 0px;
	float: right;
	width: 200px;
	height: 200px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}
html>body #column2 {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
#column2Text {
	padding: 10px 0px;
}

/*--- BREADCRUMB ---*/

#breadCrumb {
	font-size: 11px;
	color: #a8b1b7;
}
#breadCrumb a {
	color: #a8b1b7;
	text-decoration: none;
}
#breadCrumb a:hover {
	text-decoration: underline;
}


/*--- BASIC ELEMENTS ---*/

a {
	text-decoration: underline;
	outline: none;
    color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
h1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font: 1.5em Georgia, Times New Roman, serif;
	color: #000;
}
h2 {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font: bold 1em Georgia, Times New Roman, serif;
	color: #000;
}
h3 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font: 1em Georgia, Times New Roman, serif;
	color: #000;
}
hr {
	padding: 0px;
	margin: 5px 0px;
	height: 1px;
	clear: both;
	border: 0;
	color: #ccc;
	background-color: #ccc;
}
p {
	padding: 5px 0px;
	margin: 0px;
}
table {
	border-color: #ddd;
}
td {
	border-color: #ddd;
}
input,
textarea,
select {
	font: 11px Arial, sans-serif;
}
form {
	margin: 0px;
}
.blue {
	margin: 0px;
	padding: 10px;
	background-color: #9fd1f8;
}

/*--- FOOTER ---*/


#footer {
	clear: both;
	padding: 5px;
	background-color: #9fd1f8;
	color: #000;
	text-align: center;
	font: bold 1.2em Georgia, serif;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*--- CART ---*/
#cart form {
	margin: 0px;
}
#cart TABLE {
	width: 500px;
}
#cart TABLE TH {
	padding: 2px 10px 2px 0px;
	text-align: left;
}
#cart TABLE TD {
	padding: 2px 10px 2px 0px;
}
.amountInput {
	width: 30px;
}
#purchaseForm DIV {
	padding: 3px 0px;
}
LABEL.required,
LABEL.optional {
	width: 110px;
	display: block;
	float: left;
}
#purchaseForm .textInput {
	width: 200px;
}
#purchaseForm TEXTAREA {
	width: 200px;
	height: 100px;
}
#purchaseForm .adsCheck,
#purchaseForm .adsLabel {
	float: none !important;
	width: 300px !important;
	display: inline !important;
}
#purchaseForm .adsDiv {
	padding-left: 96px;	
	width: 430px;
}
#purchaseForm .acceptDiv {
	padding-left: 96px;	
	width: 430px;
}
#purchaseForm .acceptLink {
	padding-left: 3px;	
}
#purchaseForm #purchaseSubmit {
	clear: left;
	float: left;
	position: relative;
	margin-top: 20px;
	left: 230px;
}
.errors {
	color: #f00;
}
INPUT.updateCart {
	margin: 5px 0px 0px 300px;
}
INPUT.emptyCart {
	position: relative;
	top: -22px;
	left: 150px;
}

/* --- authors --- */
.authorsLeft,
.authorsRight {
	width: 250px;
	float: left;
}

#sentToFriend {
	color: #c00;
	font: bold 1em Georgia, Times New Roman, serif;
	padding: 20px 0;
}
