/* (c)2005 gabrieljeffrey.com */

/*<group=global>*/

body {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	font: 11px/120% Arial, Helvetica, sans;
	color: #4B4B4B;
}

button {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

img {
	border-style: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #23a0c1;
}

a:hover {
	color: #23a0c1;
	text-decoration: underline;
}

a:active {
	color: #4B4B4B;
	text-decoration: underline;
}

div#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
}
	
/*</group>*/

/*<group=header>*/

div#header {
	width: 760px;
	height: 66px;
	margin-bottom: 10px;
}

ul#navigation {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 26px;
	left: 10px;
}

ul#navigation li {
	display: inline;
	margin-right: 8px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 475px;
	width: 285px;
	height: 66px;
	background: url(../images/logo.png);
	margin: 0px;
	padding: 0px;
}

#logo span {
	display: none;
}
	
/*</group>*/

/*<group=promotion bar>*/

div#promotion {
	width: 760px;
	height: 155px;
	margin-bottom: 10px;
	background: url(../images/promo-bg.png);
	padding: 0px;
	position: relative;
}

div#promotion ul {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	top: 10px;
}

div#promotion li {
	display: inline;
	list-style: none;
	padding: 0px;
	margin-right: 16px;
	margin-left: 16px;
	width: 90px;
	height: 135px;
	margin-top: 9px;
}

div#promotion li img {
	border: 1px solid #1f7585;
	width: 90px;
	height: 135px;
}
	
/*</group>*/

/*<group=search and filter bar>*/

div#search {
	margin-bottom: 10px;
	width: 760px;
	height: 40px;
	background: url(../images/search-bg.png);
	position: relative;
}

div#search.nofilter {
	background: url(../images/search-bg-nofilter.png);
}

div#content {
	width: 760px;
	padding-top: 10px;
}

form#searchform {
	width: 380px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

form#searchform input#query {
	width: 330px;
	height: 19px;
	border-style: none;
	background: #FFF;
	margin: 0px;
	position: absolute;
	top: 18px;
	left: 10px;
	padding: 0px;
}

form#searchform a#sb {
	position: absolute;
	top: 17px;
	left: 352px;
	background: url(../images/search-button.png);
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
}

form#searchform a#sb:hover {
	background-position: 0px -25px;
}

form#searchform a#sb:active {
	background-position: 0px -50px;
}

form#searchform a#sb span {
	display: none;
}

#filter {
	position: absolute;
	top: 19px;
	left: 390px;
}

#filter span {
	display: none;
}

#expand {
	position: absolute;
	top: 0px;
	left: 0px;
}

#collapse {
	position: absolute;
	top: 0px;
	left: 185px;
}

.all {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 15px;
	background: url(../images/filter.png);
	background-position: 0px 0px;
}

.all:hover {
	background-position: 0px -20px;
}

.all:active {
	background-position: 0px -40px;
}

.books {
	position: absolute;
	top: 0px;
	left: 41px;
	width: 50px;
	height: 15px;
	background: url(../images/filter.png);
	background-position: -41px 0px;
}

.books:hover {
	background-position: -41px -20px;
}

.books:active {
	background-position: -41px -40px;
}

.periodicals {
	position: absolute;
	top: 0px;
	left: 92px;
	width: 83px;
	height: 15px;
	background: url(../images/filter.png);
	background-position: -92px 0px;
}

.periodicals:hover {
	background-position: -92px -20px;
}

.periodicals:active {
	background-position: -92px -40px;
}
	
/*</group>*/

/*<group=title details>*/

#title {
	width: 760px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#title h2 {
	width: 124px;
	height: 12px;
	background: url(../images/title.png);
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#title h2 span {
	display: none;
}

#title img {
	float: right;
}

#title h3 {
	margin-left: 10px;
}

#title p {
	width: 370px;
}
	
/*</group>*/

/*<group=content area>*/

#content {
	position: relative;
	width: 760px;
}

#nutrition {
	width: 370px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#nutrition h2 {
	width: 204px;
	height: 12px;
	background: url(../images/nutrition.png);
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#nutrition h2 span {
	display: none;
}

#pet {
	width: 370px;
	float: right;
}

#pet h2 {
	width: 79px;
	height: 12px;
	background: url(../images/pet.png);
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#pet h2 span {
	display: none;
}

h3 {
	font-size: 11px;
	color: #63727f;
	font-weight: bold;
	line-height: 11px;
	border-top: 1px solid #b3b3b3;
	padding: 5px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	clear: both;
}

h3 a:link, h3 a:visited {
	color: #63727f;
}

h3 a span.icon {
	width: 10px;
	display: block;
	float: left;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	color: #808080;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}

p {
	margin: 5px 0px 0px 10px;
	padding: 0px;
}

.cover {
	float: right;
	border: 1px solid #b3b3b3;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 90px;
	height: 135px;
}

.cover img {
	width: 90px;
	height: 135px;
}

.summary {
	display: none;
}

.show {
	display: block;
}

.buy {
	margin-left: 10px;
	margin-top: 10px;
}

.buy input {
	vertical-align: middle;
	margin-bottom: 3px;
}
	
/*</group>*/

/*<group=footer>*/

#footer {
	clear: both;
	text-align: center;
	position: relative;
	width: 760px;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
/*</group>*/

span.highlight {
	background: #fffbc2;
}