
body
{
	background-color: gray;
	color: black;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Helvetica, sans-serif;	
	font-size: 16px;
}

#central_column
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 160px;
	width: 1000px;
	border: 1px solid black;
	padding: 0;
	
	background-color: white;
	color: black;
	
}

#masthead
{
/*	margin: 0;
	padding: 16px;
	height: 64px;
	background-color: white;
	font-size: 32px;
	font-weight: normal;
	font-variant: small-caps;
	font-family: "Arial", sans-serif;
*/
  height: 127px;

  background-image: url('icons/magnetic%20books%20logo.jpg');


}

#masthead_link
{
  display: block;
  height: 127px;
  width: 700px;
  float: left;
}

#masthead span
{
  display: none;
}

#masthead img
{
  float: right;
  border: none;
  margin-top: 12px;
  margin-right: 20px;

}


#masthead_checkout_link
{
  float: right;
}


#quick_search
{

	/*padding: 8px;*/
        height: 60px;
        padding-bottom: 10px;
        padding-top: 10px;

	font-size: 10px;
        letter-spacing: 0.2em;
        color: white;
	
	
	text-align: center;
	/*vertical-align:center;*/
	font-weight: bold;

	/*float: right;*/
	width: 100%;
        background: black;
        /*border: 1px solid;*/
        font-style: italic;
	

}

#keywords
{
  height: 20px;
  width: 400px;
  font-size: 15px;
  margin: 0;
}

#search_button
{
  margin: 0;
  font-size: 15px;
}

#main
{
	top: 191px;
	left: 0px;
	margin-top: 32px;
	padding: 8px;
	background-color: white;
	clear:both;
	vertical-align: top;
}

/* *******************************************************************
 Full size product list
*/

.full_product_list DIV.product
{
	padding: 0;
	padding-bottom: 80px;
	position: relative;
	height: 150px;

}


.full_product_list .product A
{
	margin: 0;
	padding: 0;
	
	text-decoration: none;
	color:black;
	display:inline;
}


.full_product_list .product .product_list_image_container
{
	height: 100px;
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	text-align: center;
}

.full_product_list .product IMG
{
	/*border: 1px solid black;*/
	font-size: 8px;
}

.full_product_list .product_spacer
{
	padding: 0;
	margin: 16px;
	clear:both;

}

.full_product_list .product_details_header A
{
	margin: 0;
	padding: 0;
	float: none;
	font-weight: normal;
	font-size: 19px;
	text-decoration: underline;
	color: blue;
}

.full_product_list .product_details
{
  margin: 0;
  padding: 0;
  position: absolute;
  left: 110px;
  top: 0;
}


/* ****************************************************
 Compact product list
 */

.compact_product_list
{
	border: 1px black;
	margin: 0;
	padding: 0;
}
 
.compact_product_list DIV.product
{
	padding: 0;
	margin-bottom: 0px;
        margin-right: 40px;

	float: left;
	position: relative;
	width: 150px;
	height: 250px;
	text-align: center;


}



.compact_product_list .product .product_details BR
{
	display: none;
} 

.compact_product_list .product A
{
	margin: 0;
	padding: 0;
	
	text-decoration: none;
	color:black;
	display: inline;
}

.compact_product_list .product_list_image_container
{
	height: 100px;
	width: 100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;

}

.compact_product_list .product IMG
{
	border: 1px solid black;
	font-size: 8px;			
}

.compact_product_list .product_spacer
{
	display: none;
}

.compact_product_list .product_details_header 
{
	/*display: none;*/
        font-size: 10px;
}

.compact_product_list .product_detail_author
{
	display: none;
}


.compact_product_list .product_detail_isbn13
{
	display: none;
}

.compact_product_list .product_detail_publisher
{
	display: none;
}

.compact_product_list .product_detail_format_description
{
	display: none;
}

.compact_product_list .product_detail_availability_description
{
	display: none;
}

.compact_product_list .our_price
{
	/*position: absolute;
	top: 135px;
	left: 0px;*/
        display: block;
	margin: 0;
	padding: 0;
	width: 100%;

}
.compact_product_list .our_price b
{
	display: none;
}

.compact_product_list .product_detail_original_price
{
	/*position: absolute;
	top: 115px;
	left: 0;*/
        display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.compact_product_list .product_detail_original_price B
{
	display: none;
}
/* *******************************************************************
Navigation related styles */
#navigation
{
 /*margin-bottom: 1em;*/
 width: 100%;
 height: 24px;
 background-color: #cccccc;
 line-height: 13px;
 background-image: url('icons/buttons.jpg');
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #cccccc;
        background-image: url('icons/buttons.jpg');
}

#navigation li
{
	float: left;
	height: 24px;
	margin: 0;
	padding: 0;
}


#navigation li a
{
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 14px;

	/*height: 1.5em;*/
	float: left;
	margin: 0;

	display: block;
	border-right: 1px solid gray;
	color: black;
	background-color: #cccccc;
        background-image: url('icons/buttons.jpg');
	text-decoration: none;
	text-align: center;
	/*font-weight: bold;*/
	font-size: 14px;
}


#navigation li a:hover
{
	background-color: black;
	color: white;
}

#copyright
{
	text-align: center;
	font-size: 10px;
	margin-top: 40px;
}


/* *********************************************
Checkout related styles */

#checkout_address p label
{
	width: 160px;
	float: left;
	text-align: right;
	margin-right: 8px;
	display: block
}

#checkout_address input
{
	width: 320px;
}

#checkout_address #submit input
{
	width: 80px;
	margin-left: 456px;
} 

#checkout_address .required
{
	color: red;
	margin-left: 8px;
}



/* *********************************************
Checkout payment related styles */

#checkout_payment label
{
	width: 160px;
	float: left;
	text-align: right;
	margin-right: 8px;
	display: block;
	padding: 0;
}

#checkout_payment select
{
	width: 80px;
}

#number
{
	width: 320px;
}

#cvv
{
	width: 64px;
}



#checkout_payment #submit input
{
	width: 96px;
	margin-left: 616px;
	
} 

#checkout_payment .required
{
	color: red;
	margin-left: 8px;
}

.product_image
{
	border: 1px solid black;
	/*float: left;*/
}


.product_image_container
{
	width: 250px;
	height: 250px;
	float: left;
	/*padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;*/
	margin-left: 20px;
	margin-right: 20px;
        margin-bottom: 20px;
	text-align: center;
}


.error_box
{
	border: 1px solid red;
	background-color: #FF7E7E; /* Light red */
	padding: 8px;
}

#info
{
  float: right;
}

#frontpage_info
{
  border: 1px solid black;
  width: 200px;
  height: 300px;
  margin: 10px;
  background-color: #cccccc;

/*  position: absolute;
  right: 990px;
  top: 20px;*/
}

#frontpage_main
{
  width: 780px;
}

#frontpage_tags
{
  border: 1px solid black;
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 10px;;
  background-color: #cccccc
}

