/* Global Styles */

*{
	padding: 0; /* Reset all padding to 0 */ 
	margin: 0; /* Reset all margin to 0 */
}

body{
	background:#D39C5C url(images/cork-bg.png) repeat fixed; /* Set HTML background color */
	font: 12px "Lucida Grande";  /* Set global font size & family */
	color: #464646; /* Set global text color */
}

p{
	margin: 10px 0px 10px 0px; /* Add some padding to the top and bottom of the <p> tags */
}


td {
	padding:5px;
	font-size: 12px;
	border: none;
}

img {
	border: none;
	margin-right: 5px;
}
/* Header */

#header{
	height: 120px; /* Set header height */
	background: #464646; /* Set header background color */
	text-align: center;
	padding-left: 0px;
}



#header h2{
	color: #FFFFF3; /* Set header heading(top left title ) color */
	padding: 10px;
	font-weight: normal; /* Set font weight to normal, default it was set to bold */
	font:italic 16px Georgia;
}

#header div img {
	display: inline;
	float:left;
	
}

#header div {

	width:1000px;
	padding: 10px;
	margin-left:auto;
	margin-right: auto;

}

h3 {
	font-family:Georgia;
	font-size: 22px;
	font-style: italic;
	font-weight:lighter;


}

h4 {
	font-family:Georgia;
	font-size: 18px;
	font-style: italic;
	font-weight:lighter;
	padding-top: 15px;


}

h5 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:130%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:115%;
}

.hr {
background-image: url(images/hr.gif);
}

.hr hr{
display:none;
}

/* Navigation Bar */

#header ul{
font:normal 12px Lucida Grande;
margin: 26px auto;
}

#header li {
background: #464646;
padding:10px;
margin:10 15 10 0;
font-weight: bold;
display:inline;
text-shadow:0 1px 0 rgba(0, 0, 0, 1.0);
}

#header li:hover{
background: #e56d02;
padding:10px;
margin:10 15 10 0;
display:inline;
text-shadow:0 1px 0 rgba(0, 0, 0, 1.0);
}

#header li.logout:hover{
background: #d00202;
padding:10px;
margin:10 15 10 0;
display:inline;
text-shadow:0 1px 0 rgba(0, 0, 0, 1.0);
}

#header a {
color:#FFF;
text-decoration: none;
}



/* Wrap and Divs inside WRAP*/



#wrap{
	background: #FFF; /* Set content background to white */ /* Set the width of our content area */
	width: 800px;
	margin: 0 auto; /* Center our content in our browser */
	margin-top: 50px; /* Margin top to make some space between the header and the content */
	margin-bottom: 50px; /* Allows for white space at the bottom */
	padding: 35px 25px 35px 25px; /* Padding to make some more space for our text */
	border: 1px solid #a67751; /* Small border for the finishing touch */
	text-align: left; /* Center our content text */
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

#wrap2{
	background: #FFF; /* Set content background to white */ /* Set the width of our content area */
	width: 600px;
	margin: 0 auto; /* Center our content in our browser */
	margin-top: 50px; /* Margin top to make some space between the header and the content */
	margin-bottom: 50px; /* Allows for white space at the bottom */
	padding: 35px 25px 35px 25px; /* Padding to make some more space for our text */
	border: 1px solid #a67751; /* Small border for the finishing touch */
	text-align: left; /* Center our content text */
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}


#wrap h2{
	font: italic 22px Georgia; /* Set font for our heading 2 that will be displayed in our wrap */
}

#wrap .statusmsg{
	font-size: 12px; /* Set message font size  */
	padding: 5px; /* Some padding to make some more space for our text  */
	background: #EDEDED; /* Add a background color to our status message   */
	border: 1px solid #DFDFDF; /* Add a border arround our status message   */
	margin-top: 15px; 
}


#wrap2 .statusmsg{
	font-size: 12px; /* Set message font size  */
	padding: 5px; /* Some padding to make some more space for our text  */
	background: #EDEDED; /* Add a background color to our status message   */
	border: 1px solid #DFDFDF; /* Add a border arround our status message   */
	margin-top: 15px; 
}


#currentProfileInformation {

	text-align: center;
	border: 1px solid #DFDFDF;
	width: 50%;
	margin:0 auto;
	padding: 15px;

}

#currentProfileInformation br {
	padding-top:5px;
	padding-bottom: 5px;

}


.info {

	color: #acacac;
	font-family: Georgia;
	font-style: italic;	
}


.bookPosting {
	padding: 10px;
}


.itemDescriptionDiv {

background: #FFF;
width: 490px;
height: 440px;
overflow: hidden;

}
.itemDescriptionDiv div {

background: #FFF;
width: 100%;
height: 100%;
}

.amazonTitle {

	color:#29334d;
	font-weight: bold;
	font-size: 16px;

}

.amazonPrice {

	color:#748855;
	font-weight: bold;
	font-size: 16px;

}

/* Form & Input field styles */ 

form{
		margin-top: 10px; /* Make some more distance away from the description text */ 
}

form .submit_button{
	background: #afe671; /* Set button background */
	color: #2e5f24;/* Set font color */
	border: 1px solid #77be5d; /* Small border around our submit button */
	padding: 8px; /* Add some more space around our button text */
}

form .submit_button:hover {
	background: #befb7c;
	color:#2e5f24;
}

.regular_button {

	background: #d6dade; /* Set button background */
	color: #464646;/* Set font color */
	border: 1px solid #d3d3d3; /* Small border around our submit button */
	padding: 8px; /* Add some more space around our button text */
}

.regular_button:hover {
	background: #e0e0e0;
}

.button_delete {

	background: #d14747; /* Set button background */
	color: #fff;/* Set font color */
	border: 1px solid #d3d3d3; /* Small border around our submit button */
	padding: 4px; /* Add some more space around our button text */
	font-size: 10px;
	margin-bottom: 15px;
}

.button_delete:hover {
	background: #ce2e2e;
}

.buttonRow {
text-align: center;
margin-top: 20px;

}

input, textarea {
	font: normal 12px Lucida Grande; /* Set font for our input fields */
	border: 1px solid #DFDFDF; /* Small border around our input field */
	padding: 8px; /* Add some more space around our text */
}


label {
font-size:12px;

}

fieldset {
border: 1px solid #DFDFDF;
padding: 15px;
}

legend {
padding: 10px 10px 10px 10px;
font-size: 12px;
font-weight: bold;
}

table {

	margin: 0 auto;
	border: none;

}

table #bookWallControl{

	width:90%
	border: none;

}

