/* layout for all pages on the site but the home page */
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

/* stuff for the top bar */
.topbar {
	background: url("/gfx/topbar-background.gif") top left repeat-x;
	height: 110px;
	overflow: hidden;
}
.topbar .nav {
	position: absolute;
	top: 11px;
	left: 245px;
}
.topbar .userinfo {
	position: absolute;
	top: 11px;
	left: 400px;
}
.topbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.topbar li {
	padding-top: 2px;
	color: #ffffff;
}
.topbar a {
	color: #ffffff;
}

.topbar .bokbok {
	position: absolute;
	top: 0px;
	right: 20px;
}

/* common to all column layouts */
.footer {
	clear: both;
	font-size: x-small;
	text-align: justify;
	padding: 0;
	padding-top: 4em;
}

/* back to top thingy */
.backtotop {
	padding-top: 2em;
	padding-bottom: 1em;
	font-size: .8em;
	clear: both;
}

/* common display of links */
a {
	color: #000000;
}

/* page number display */
.pagenumbers {
	clear: both;
	padding-bottom: 1em;
}
.pagenumbers a {
	color: #009933;
}
.pagenumbers .next {
	padding-left: 1em;
}
.pagenumbers .previous {
	padding-right: 1em;
}
.pagenumbers .pagenumber {
	padding-left: .1em;
	padding-right: .1em;
}

/* actions */
.actions {
	clear: both;
	margin-bottom: 1.5em;
}
.actions .leftbuttons {
	float: left;
}
.actions .leftbuttons ul li {
	margin: 0 .25em 0 0;
}
.actions .rightbuttons {
	float: right;
}
.actions .rightbuttons ul li {
	margin: 0 0 0 .25em;
}
/* easy clearing */
.actions:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.actions {
	display: inline-block;
}
/*\*/
* html .actions {
	height: 1%;
}
.actions {
	display: block;
}
/* */

/* buttons */
.buttons {
	font-weight: normal;
	color: #000000;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.buttons ul {
	margin: 0;
	padding: 4px 0 4px 0;
	list-style: none;
	text-align: center;
}
	
.buttons li {
	display: inline;
	font-weight: normal;
	padding: .25em .5em .25em .5em;
	margin: 0 .25em 0 0;
	background: #f7c452;
	border-left: 2px solid #ffeabd;
	border-top: 2px solid #ffeabd;
	border-right: 2px solid #b27b00;
	border-bottom: 2px solid #b27b00;
}

.buttons li a {
	text-decoration: none;
}

/*.buttons li a:hover {
	text-decoration: none;
	background: #f7ba35;
	border-left: 2px solid #b27b00;
	border-top: 2px solid #b27b00;
	border-right: 2px solid #ffeabd;
	border-bottom: 2px solid #ffeabd;
}*/
input.button {
	font-size: 9px;
	padding: 1px;
	letter-spacing: .8px;
	text-transform: uppercase;
	background: #f7c452;
	border-left: 2px solid #ffeabd;
	border-top: 2px solid #ffeabd;
	border-right: 2px solid #b27b00;
	border-bottom: 2px solid #b27b00;
}
/*input.button:hover {
	background: #f7ba35;
	border-left: 2px solid #b27b00;
	border-top: 2px solid #b27b00;
	border-right: 2px solid #ffeabd;
	border-bottom: 2px solid #ffeabd;
}*/


/*
  common styles for input controls
*/
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/*
  common styles for tables
*/
table thead th {
	padding: .25em .5em .25em .5em;
	background-color: #009933;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

table tfoot {
	font-weight: bold;
}

/* styles for the sidebar and the tickle bar
   layout for .sidebar and .tickle is in layout.css
   styles for formatting and content is here
*/
.tickle h2 {
	margin: 0;
    padding: .25em;
	font-size: 12px;
	font-weight: bold;
}
.sidebar {
	background-color: #f5de8a;
	border-right: 1px solid #f9c751;
}

/*
  styles for blocks
  blocks can go in either the sidebar column or the tickle column
*/
.block {
	padding-bottom: 1em;
}

.block .block-title {
	font-weight: bold;
	padding: .25em;
}

.block .block-contents {
    margin-left: 10px;
}
/* easy clearing */
.block:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.block {
	display: inline-block;
}
/*\*/
* html .block {
	height: 1%;
}
.block {
	display: block;
}
/* */

/* for the search block */
.block-search .block-contents {
    margin: 0;
}
.block-search input.text {
	width: 90px;
}
.block-search .buttons {
	float: left;
}
.block-search .buttons li {
	margin: 0;
}
.block-search form {
	float: left;
	padding-right: 1em;
}

/* for the address block */
.block-address {
	font-size: 1.2em;
	line-height: 1.5em;
}

/* for the home categories block */
.block-homecat {
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.block-homecat ul {
	margin: 0;
	padding: 0;
}

.block-homecat li {
	list-style: none;
	padding: 2px 0px 2px 15px;
	background: url("/gfx/arrow_bg.gif") no-repeat left center;
	
}

/* for the login block */
.block-login input[name="userId"], .block-login input[name="password"] {
	width: 125px;
}

/* for the navigation block */
.block-nav .block-contents {
    margin:0;
}

.block-nav ul {
	margin: 0;
	padding: 0;
}

.block-nav li {
	display: inline;
	list-style: none;
	padding-right: 1.5em;
}


/* for the shopping cart block */
.block-cart .moreitems {
	padding: 4px 0px 8px 0px;
}
.block-cart .cartitem {
	border-top: 1px solid #b27b00;
	font-size: x-small;
	padding: 2px 0px 2px 0px;
}
.block-cart .cartitemprice {
	text-align: right;
}
.block-cart .carttotal {
	border-top: 1px solid #b27b00;
	padding-top: 4px;
	text-align: right;
}
.block-cart .buttons {
	padding-top: 8px;
}
.block-cart p {
	margin: 0;
}
	
