BODY {
	background-color: #678FC2;
	ttext-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

/*Site Swapper*/
#siteswapper {margin-bottom: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 0.9em;
	background-color: #393939; position: relative; height: 2.5em;}
#siteswapper UL {margin: 0px; padding: 0px;
	position: absolute; left: 50%; top: 0px; width: 900px; margin-left: -450px;}
#siteswapper LI {display: inline; margin: 0px; padding: 0px;}
#siteswapper LI A {display: inline-block; font-size: 1.1em; margin-left: 0px; padding: 5px 10px 10px 10px;
    font-weight: normal; color: #FFFFF0;}
#siteswapper LI A:hover {color: #FEDEA4}
#siteswapper LI.current A {background-color: #678FC2; color: #2F2F2F;}



IMG {
	border: 0px;
}

A {
	color: Navy;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

H1 
{
	font-size: 1.4em;
}

/*Language picker*/
DIV.language {
	width: 875px;
	text-align: right;
	margin: auto;
	margin-bottom: 10px;
}
DIV.language A {}
DIV.language A.current {
    font-weight: bold;
    color: #000000;
}
DIV.language A.current:hover {
    text-decoration: none;
}


/*Header*/
DIV.header {
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
	margin: auto;
	background-image: url(Nabytek/header_back.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
}
DIV.header A {
    display: block;
    width: 300px;
}
DIV.header IMG {
    display: block;
    width: 300px;
}

/*Menu*/
DIV.menu {
	width: 900px;
	text-align: left;
	background-color: #9BAFDE;
	background-image: url(Nabytek/menu_back.gif);
	background-repeat: no-repeat;
	margin: auto;
	padding: 8px 0px 5px 0px;
}

DIV.menu A {
    display: inline-block;
    font-size: 1.1em;
    margin-left: 10px;
    padding: 5px 10px;
    font-weight: bold;
}
DIV.menu A:hover {
    text-decoration: none;
    background-color: #E0E5F2;
}
DIV.menu A.current {
    background-color: #E0E5F2;
    border: 1px solid #FEDEA4;
}

/*Envelope*/
DIV.envelope {
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(Nabytek/envelope.gif);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
}

/*Footer*/
DIV.footer {
	width: 900px;
	margin: auto;
	background-color: #DDDDDD;
	text-align: left;
	padding-top: 5px;
	color: #555555;
	clear: both;
}
DIV.footer P {
    margin: 0px 0px 0px 10px;
    padding-top: 5px;
    padding-left: 10px;
}
DIV.footer A.logo {
    float: right;
    margin-right: 30px;
    margin-top: 13px;
}
DIV.corners_bottom {
	width: 900px; height: 10px;
	background-image: url(Nabytek/corners_bottom.gif);
	margin: auto;
}

/*Book details*/
DIV.bookDetails {
    padding: 30px 20px;
    width: 550px;
}
DIV.bookDetails A.covershot {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
DIV.bookDetails IMG.covershot {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
DIV.bookDetails DIV.blurb {
    font-family: Georgia, Serif;
    font-size: 1.2em;
    line-height: 1.4em;
}
DIV.bookDetails DIV.nofloat {
    margin-left: 195px;
}
DIV.bookDetails DIV.author {
    font-family: Georgia, Serif;
    font-size: 1.4em;
    color: Navy;
}
DIV.bookDetails DIV.author A {
    color: Navy;
}
DIV.bookDetails DIV.title
{
    font-family: Georgia, Serif;
    font-size: 2em;
    color: #990000;
    line-height: 1.4em;
}
DIV.bookDetails DIV.title A {
    color: #990000;
}
DIV.bookDetails DIV.moreinfo {
    text-align: right;
    font-size: 1.2em;
}
DIV.bookDetails FORM.buy
{
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 10px;
    height: 57px;
    padding-top: 18px;
    background-image: url(Nabytek/buy_arrow.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
DIV.bookDetails FORM.buy SPAN.price {
    font-size: 1.5em;
    color: Red;
    font-weight: bold;
}
DIV.bookDetails FORM.buy SPAN.multiply {
    font-size: 1.5em;
}
DIV.bookDetails FORM.buy SELECT.copies {
    background-color: #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
DIV.bookDetails FORM.buy INPUT.buy
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}


/*Author details*/
DIV.authorDetails {
    padding: 30px 20px;
    width: 550px;
}
DIV.authorDetails IMG.portrait {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
DIV.authorDetails DIV.blurb {
    font-family: Georgia, Serif;
    font-size: 1.2em;
    line-height: 1.4em;
}
DIV.authorDetails DIV.name
{
    font-family: Georgia, Serif;
    font-size: 2em;
    color: #990000;
    line-height: 1.4em;
}
DIV.authorBooks 
{
    padding: 6px 20px;
    width: 550px;
	border-top: 2px dotted #CCCCCC;
	font-family: Georgia, serif;
}
DIV.authorBooksTitle 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: Maroon;   
    font-weight: bold;
	margin-bottom: 6px;
	padding-top: 6px;
	font-size: 1.2em;
}

/*Book mini details (Books by author)*/
DIV.bookMiniDetails {
    padding: 30px 20px;
    width: 550px;
}
DIV.bookMiniDetails A.covershot {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
DIV.bookMiniDetails IMG.covershot {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
DIV.bookMiniDetails DIV.blurb {
    font-family: Georgia, Serif;
    font-size: 1em;
    line-height: 1.2em;
}
DIV.bookMiniDetails DIV.nofloat {
    margin-left: 63px;
}
DIV.bookMiniDetails DIV.author {
    font-family: Georgia, Serif;
    font-size: 1.2em;
    color: Navy;
}
DIV.bookMiniDetails DIV.author A {
    color: Navy;
}
DIV.bookMiniDetails DIV.title
{
    font-family: Georgia, Serif;
    font-size: 1.4em;
    color: #990000;
    line-height: 1.4em;
}
DIV.bookMiniDetails DIV.title A {
    color: #990000;
}


/*Shopping basket*/
DIV.basket {
    width: 250px;
    border-left: 2px dotted #CCCCCC;
    padding: 40px 20px 50px 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
DIV.basket IMG.basket {
    position: absolute;
    top: 20px;
    left: -27px;
}
DIV.basket > DIV.title {
    text-transform: uppercase;
    color: Maroon;   
    font-weight: bold;
    margin-bottom: 25px;
}
DIV.basket DIV.empty {}
DIV.basket DIV.item {
    clear: both;
    margin-bottom: 30px;
}
DIV.basket DIV.item IMG.covershot {
    float: left;
    margin-right: 10px;
}
DIV.basket DIV.item DIV.author {
    color: #990000;
}
DIV.basket DIV.item DIV.title {
    color: #990000;
    font-weight: bold;
}
DIV.basket DIV.item DIV.title A {}
DIV.basket DIV.item DIV.price {
    text-align: right;
}
DIV.basket DIV.item DIV.price SPAN.price {
    color: Red;
}
DIV.basket DIV.item DIV.price A.remove {
    float: left;
    color: #888888;
}
DIV.basket DIV.total {
    clear: both;
    margin-bottom: 20px;
}
DIV.basket DIV.total SPAN.price {
    float: right;
    color: Red;
    font-weight: bold;
}
DIV.basket DIV.order{
    background-color: rgb(150, 50, 50);
    padding: 5px 10px;
    text-align: right;
}
DIV.basket DIV.order A {
    color: #FFFFFF;
    text-transform: uppercase;
}

H1 
{
	font-size: 1.4em;
}

H2 
{
	font-size: 1.2em;
}
DIV.info 
{
    padding: 0px 200px 30px 100px;
    position: relative;
}
DIV.thanks 
{
    padding: 20px 200px 30px 100px;
    position: relative;
    color: #444444;
}
