body {
	text-align: center; /* IE Workaround */
	margin: 0px 0px;
	padding-top: 20px;
}

#content {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	}

body, input {
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

A:active {
	COLOR: #0000AA; TEXT-DECORATION: none;
}
A:link {
	COLOR: #0000AA; TEXT-DECORATION: none
}
A:visited {
	COLOR: #0000AA; TEXT-DECORATION: none
}
A:hover {
	COLOR: #0000DD; TEXT-DECORATION: none; font-weight:bolder;
}

img {
border: none;
}

A.button, P.button {
	TEXT-DECORATION: none;
	border: 1px solid;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	position:relative;
	/* using margin/padding does not work in stupid IE, because it would cut top or bottom pixel */
}


A.button:active {
	COLOR: #000077; 
}
A.button:link {
	COLOR: #000077;
}
A.button:visited {
	COLOR: #000077;
}
A.button:hover {
	COLOR: #0000DD;
}

table.shop {
	margin: 0px auto;
	font-size: 11px;
	width: 620px;
	text-align:left;
}

TD.book {
	border: 0px solid;
	padding: 2px 10px;
	}

TH {
	text-align: left;
}

p.paymentsteps {
 text-align: center;
 font-size: 11px;
}

input.cart {
  height: 24px;
  width:450px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  margin: 2px;
  padding: 2px;
  border: 1px solid;
  background: transparent url(img/cart.gif) no-repeat left;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

input.checkout {
  background: transparent;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 11px; 
  margin: 2px;
  padding: 2px;
  position: relative;
  top: 2px;
  border: 1px solid;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

input.checkbox {
    background: transparent url(img/CheckboxChecked.gif) no-repeat right;
}

input, select {
	border: 1px solid black;
	}
	
h1 {
	font-size: 18px;
/*	margin: 20px auto;
	padding-left: 110px;
	line-height: 40px;
	background-image: url(./img/logo.gif);
	background-repeat: no-repeat;
	background-position:left top; */
}

h2 {
font-size: 16px;
vertical-align: middle;
}

h3 {
font-size: 14px;
vertical-align: middle;
}

hr{
 border: 1px solid black;
}

hr.bold {
 border: 2px solid black;
}

.booktitle {
	color:#0000FF;
	font-size:larger;
	text-align:left;
}

.bookisbn {
	text-align:left;
}
.bookquantity {
	text-align:right;
}


td.issuetitle {
	font-weight: bold;
	width: 380px;
}


td.issueprices {
   text-align:left; width:240px;
}
td.bookthumb {
   text-align:right; width:240px;
}
td.cartleftcol {
	text-align:left; padding-left:50px;
	}
	
table#shoppingCart {
	font-size: 10px;
	/* margin: 0px auto;   this is for central alignment of the table*/
}

table#shipping {
	width:600px;
}

table#shippingAddress {
	margin: 0px auto;
	text-align: left;
}

table#shippingAddress th:first-child{
	padding-top: 2px;
	padding-bottom: 2px;
}

table#shippingAddress td{
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}

td.shippingInputCol {
}


