/* */

body {
	background-color: #CCCCCC;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;

}

.clear {
	clear: both;
}

/* Block Elements */

#wrapper {
	margin: 20px auto;
	width: 980px;
}

#header {
	height: 105px;
	background-color: #0c2d35;
}

#logo {
	float: left;
	margin: 55px 0px 0px 30px;
	border-style: none;
}

#header-nav {
	float: right;
	margin: 20px 20px 0px 0px;
	text-align: right;
}

#header-post {
	height: 30px;
	background: white url('images/header-post-bg.png') no-repeat 175px 3px;
}

#search-form {
	float: right;
}

#content {
	background-color: white;
	padding: 20px;
}

#content-left {
	width: 690px;
	margin-right: 0px 20px 0px 0px;
	float: left;
	padding: 0;
}

#content-right {
	width: 250px;
	margin: 0;
	float: right;
	padding: 0;
}

#footer {
	height: 20px;
	background-color: #0c2d35;
	padding: 20px;
	color: white;
	font-size: 12px;
	text-align: center;
}

/* END Block Elements */

/* Navigation */
#header-nav {
	color: white;
}

#header-nav a {
	color: white;
}

#header-category {
	font-weight: bold;
	font-size: 30px;
	margin-top: 20px;
}


#menu-categories {
	width: 200px;
	background-color: #C5D8E9;
	border: 1px solid #0c2d35;
	color: #0c2d35;
	padding: 15px;
	font-size: 12px;
}

#menu-categories h3 {
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	font-weight: bold;
}

#menu-categories ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	list-style-type: none;
}

#menu-categories ul li {
	margin-bottom: 2px;
}

#menu-categories ul a {
	color: #0c2d35;
}

/* END Navigation */

/* Search */
#search-form {
	text-transform: uppercase;
	color: #0c2d35;
	font-size: 12px;
}

#search-form input[type="text"] {
	border: 1px solid #0c2d35;
	width: 150px;
}

#search-form input[type="submit"] {
	background-color: #0c2d35;
	color: white;
	border: 1px solid black;
}

/* END Search */

/* Store */
.item-title {
	font-size: 13px;
	font-weight: bold;

}

.item-our-price {
	font-size: 14px;
	color: #950404;
	font-weight: bold;
}

.item-list-price {
	font-size: 12px;
}

.item-more-items {
	font-size: 12px;
}

.item-bookcount {
	font-size: 12px;
}

.item-publisher {
	font-size: 12px;
}

.item-type {
	font-size: 10px;
}

.item-discount {
	font-size: 12px;
}

.item-creation-date {
	font-size: 10px;
}

.item-buy-text {
	font-size: 10px;
	color: #000000;

}

.item-features {
	font-size: 12px;
}

.item-edition {
	font-size: 12px;
}

.item-reviews {
	font-size: 12px;
}
/* END Store */
