/*
** BASIC STYLING
*/

#container {
	width: 950px;
	background: #ffffff;
	margin: 0px auto 20px auto;
	padding: 0px 10px;
}

#leftpane {
	float:left;
	width: 195px;
	margin: 0px 5px 0px 0px;
}

#bannerpane {
	float:left;
	width: 750px;
}

#centerpane {
	float:left;
	width: 495px;
	margin: 0px 5px 0px 0px;
}

#rightpane {
	float:left;
	width: 250px;
}

#footerpane {
	clear: both;
	width: 950px;
	padding: 20px 0 0 0;
	text-align: center;
}

a:hover {
	text-decoration: underline;
}

.box {
	clear: left;
	margin: 5px 0px 0px 0px;
	background: #d5d4d4;
}

.center-box {
	margin: 5px 0px 0px 0px;
	background: url(../img/content_background.gif) bottom left #e3e3e2 no-repeat;
}

.content-box {
	padding: 10px 20px;
}

.banner {
	clear: left;
	padding: 5px 8px;
}

.banner.large_rectangle {
  padding: 5px 78px;
}

.small-banner {
	padding: 0px 23px;
}

.dottedline {
	border: 0px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	height: 7px;
	background: url('../img/dottedline.png') repeat-x;
}

.dark-content-box {
	padding: 10px 20px;
}

.content {
	margin: 10px 0px;
	color: #333333;
	line-height: 1.3em;
}
.content a, a{
	color: #538017;
}
.content a:hover, a:hover{
	color: #333333;
}

.color-title {
	padding: 7px 0px 7px 30px;
	font-weight: normal;
	background: url(../img/logo-mini.png) 10px 10px no-repeat #8eb952;
}

.grey-title {
	padding: 7px 0px 7px 30px;
	font-weight: normal;
	background: url(../img/logo-mini.png) 10px 10px no-repeat #888277;
}

.color-title a, .color-title, .grey-title a, .grey-title {
	color: #ffffff;
	font-size: 16px;
}

.color, .color a, #archive-years a span {
	color: #538017;
}

h1 {
	background: url(../img/logo-mini.png) 10px 10px no-repeat #888277;
	color: #ffffff;
	font-size: 16px;
	display: block;
	padding: 7px 0px 7px 30px;
	margin: 0px;
}

.title, .title a {
	font-size: 14px;
	color: #538017;
	margin: 0 0 5px 0;
}

.message {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

.pagination {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #888888;
}

.pagination a.current {
	text-decoration: underline;
	color: #333333;
}

img.left {
	float: left;
	padding: 0px 10px 0px 0px;
}

img.right {
	float: right;
	padding: 0px 0px 0px 10px;
}

img.center {
	margin: 0px auto;
}

/*
** END BASIC STYLING
*/

/*
** HEADER STYLING
*/

#headerpane {
	width: 950px;
}

#header-img {
	float: right;
	width: 692px;
	position: relative;
	height: 161px;
}

#header-img img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

#date {
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	color: #878378;
}

#menu {
	background: url(../img/menu_background.gif) repeat-x;
	padding: 1px 0px 0px 0px;
	height: 33px;
	clear: both;
}

#menu ul {
	margin: 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu li a {
	height: 33px;
	overflow: hidden;
	display: block;
}

#btn_home {
	background: url('../img/menu.gif') 0px 0px no-repeat;
	width: 79px;
	text-indent: 80px;
}

#btn_home:hover, #btn_home.current {
	background-position: 0 -33px;
}

#btn_subscribe {
	background: url('../img/menu.gif') -79px 0px no-repeat;
	width: 118px;
	text-indent: 119px;
}

#btn_subscribe:hover, #btn_subscribe.current {
	background-position: -79px -33px;
}

#btn_shop {
	background: url('../img/menu.gif') -197px 0px no-repeat;
	width: 72px;
	text-indent: 73px;
}

#btn_shop:hover, #btn_shop.current {
	background-position: -197px -33px;
}

#btn_win {
	background: url('../img/menu.gif') -269px 0px no-repeat;
	width: 93px;
	text-indent: 94px;
}

#btn_win:hover, #btn_win.current {
	background-position: -269px -33px;
}

#btn_archive {
	background: url('../img/menu.gif') -362px 0px no-repeat;
	width: 93px;
	text-indent: 94px;
}

#btn_archive:hover, #btn_archive.current {
	background-position: -362px -33px;
}

#btn_blog {
	background: url('../img/menu.gif') -455px 0px no-repeat;
	width: 73px;
	text-indent: 74px;
}

#btn_blog:hover, #btn_blog.current {
	background-position: -455px -33px;
}

#logged-in {
	margin: 8px 20px 0px 0px;
	float: right;
	color: #ffffff;
}

#logged-in a {
	color: #ffffff;
}

#logged-in a:hover {
	text-decoration: underline;
}

#breadcrumb-search {
	clear: both;
	background: #cacac9;
	width: 950px;
}

#breadcrumb {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	color: #606060;
	padding: 8px 0px 8px 20px;
}

#breadcrumb a {
	font-family: Verdana;
	font-size: 10px;
	color: #454545;
	font-weight: bold;
}

#search {
	float: right;
	padding: 3px 0px;
}

#btn_search {
	float: right;
	display: block;
	width: 58px;
	height: 20px;
	background: url('../img/form/buttons.gif') -253px 0px no-repeat;
	border: 0;
	margin: 3px 10px 0px 10px;
	text-indent: 67px;
	overflow: hidden;
}

#btn_search:hover {
	background-position: -253px -20px;
}

/*
** END HEADER STYLING
*/

/*
** LEFT STYLING
*/

#latest-issue {
	padding: 10px 10px;
	background: #888177;
	text-align: center;
}

#latest-issue img {
	padding: 0px 19px 10px 19px;
}

#latest-issue a {
	color: #ffffff;
	font-size: 12px;
}

#submenu ul {
	margin: 0px;
	list-style: none;
}

#submenu li a {
	height: 23px;
	padding: 7px 0px 0px 20px;
	display: block;
	font-size: 13px;
	color: #e5e5e5;
	text-transform: uppercase;
	background: url('../img/submenu_background.gif') 0px 0px repeat-x;
}

#submenu li a:hover {
	background-position: 0px -30px;
	text-decoration: none;
}

/*
** END LEFT STYLING
*/

/*
** CENTER STYLING
*/

#main-article {
	height: 400px;
}

#main-article-header {
	width: 450px;
	height: 289px;
}

#main-article-html {
	width: 336px;
	height: 280px;
	border: 0;
	padding: 5px 57px 19px 42px;
	overflow: hidden;
}

#main-article-pagination {
	width: 440px;
	background: #888277;
	padding: 5px 10px 5px 0px;
	text-align: right;
	font-size: 14px;
}

#main-article-pagination a {
	color: #ffffff;
}

#main-article-pagination a.current {
	text-decoration: underline;
}

#main-article-title {
	padding: 10px 0px;
	font-size: 14px;
}

.main-article-banner {
	width: 320px;
	height: 250px;
	padding: 20px 65px 19px 65px;
	background: #888277;
}

#main-article-back {
	width: 19px;
	height: 20px;
	overflow: hidden;
	margin: 0px 0px 0px 5px;
	float: right;
	display: block;
	background: url(../img/slideshow.gif) -19px 0px no-repeat;
	text-indent: 20px;
}

#main-article-pauze {
	width: 19px;
	height: 20px;
	overflow: hidden;
	margin: 0px 0px 0px 5px;
	float: right;
	display: block;
	background: url(../img/slideshow.gif) -57px 0px no-repeat;
	text-indent: 20px;
}

#main-article-forward {
	width: 19px;
	height: 20px;
	overflow: hidden;
	margin: 0px 0px 0px 5px;
	float: right;
	display: block;
	background: url(../img/slideshow.gif) -38px 0px no-repeat;
	text-indent: 20px;
}

#article-images {
	position: relative;
	float: right;
	width: 300px;
	height: 224px;
	overflow: hidden;
	margin: 0px 0px 0px 10px;
}

#article-images img {
	position: absolute;
	top: 0px
	left: 0px;
	display: block;
	z-index: 1;
}

#article-images img.current {
	z-index: 10;
}

#image_nav {
	position: absolute;
	left: 10px;
	top: 205px;
	z-index: 11;
}

#image_nav a {
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	margin: 0px 3px 0px 0px;
	background: url(../img/image_nav.png) no-repeat 0px -11px;
	overflow: hidden;
	text-indent: 11px;
}

#image_nav a:hover, #image_nav a.current {
	background-position: 0px 0px;
}

.blog-category {
	float: left;
	background: #e3e3e3;
	width: 245px;
	height: 330px;
}

.left-category-box {
	margin: 0px 5px 0px 0px;
}

.blog-category ul {
	list-style: none;
	margin: 10px 0px 0px;
}

#shop-box {
	clear: both;
	clear: left;
	margin: 5px 0px 0px 0px;
	background: url(../img/content_background.gif) bottom left #e3e3e2 no-repeat;
}

#this-edition img.edition {
	float: right;
	padding: 0px 0px 10px 10px;
}

/*
** END CENTER STYLING
*/

/*
** SUBSCRIBE STYLING
*/

#subscription {
	padding: 0px 0px 80px 0px;
}

.subscriptions {
	list-style: none;
}

.subscriptions li {
	background: #d8d7d5;
	margin: 0px 0px 1px 0px;
	padding: 20px;
}

.subscriptions li:hover {
	background: #a3a3a3;
	cursor: pointer;
}

#subscribe-form {
	margin: 0px;
	padding: 0px;
}

#subscriptionTypes {
	padding: 10px 20px;
	background: #999999;
}

#subscriptionText {
	padding: 10px 0px 0px 0px;
}

#subscriptionType {
	color: #ffffff;
	font-size: 12px;
	float: left;
	width: 250px;
}

#subscriptionTypeSelectDiv {
	float: left;
}

#subscriptionType_description {
	color: #ffffff;
	font-size: 12px;
}

#subscriptionTypes img {
	float: left;
	padding: 0px 20px 20px 0px;
}

/*
** END SUBSCRIBE STYLING
*/

/*
** SHOP STYLING
*/

#shop div.text ul {
	border-top: 1px dotted #b6b6b5;
	border-bottom: 1px dotted #b6b6b5;
	background: #eeeeee;
	list-style: none;
	margin: 10px 0px;
}

#shop div.text li {
	padding: 4px 7px 4px 25px;
	font-weight: bold;
	background: url(../img/list-star.gif) 10px 7px no-repeat;
}

#products {
	margin: 10px 0px;
	list-style: none;
}

#products li {
	float:left;
	padding: 0px 6px 6px 6px;
	margin: 10px 0px;
	width: 152px;
}

#products li.product-summary {
	height: 250px;
}

#products h2 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 10px;
}

#products a.product-title {
	font-size: 12px;
	line-height: 14px;
	display: block;
}

#products span.price {
	font-size: 12px;
	font-weight: bold;
}

#products p.member-price span {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

#products div.product-highlight {
	height: 100px;
}

#products p.product-info-text {
	margin: 0px 0px 5px 0px;
}

#products div.product-info {
	width: 136px;
	padding: 8px;
	background: url(../img/product_background.jpg) -152px 0px repeat-y;
}

#products div.product-info-top {
	display: block;
	margin: 10px auto 0px auto;
	width: 152px;
	height: 2px;
	background: url(../img/product_background.jpg) 0px 0px no-repeat;
}

#products div.product-info-bottom {
	display: block;
	width: 152px;
	height: 2px;
	background: url(../img/product_background.jpg) -304px 0px no-repeat;
}

#products li img {
	margin: 0px 5px;
}

#shop-categories ul {
	margin: 0px;
	list-style: none;
}

#shop-categories li a {
	height: 23px;
	padding: 7px 0px 0px 20px;
	display: block;
	font-size: 13px;
	color: #333333;
	text-transform: uppercase;
	background: url('../img/categories_background.gif') 0px -30px repeat-x;
}

#shop-categories li a:hover {
	background-position: 0px 0px;
}

#product div.product-info {
	width: 300px;
	float: left;
	padding: 0px 0px 20px 0px;
}

#product div.product-image {
	float: right;
}

#product div#price-box {
	background: #d8d7d5;
	padding: 20px;
}

#product div#price-box p.price {
	font-size: 20px;
}

#product div#price-box p.memberprice {
	font-size: 14px;
}

/*
** END SHOP STYLING
*/

/*
** SHOPPINGCART STYLING
*/

ul.shoppingcart {
	list-style: none;
	padding: 20px 0px 20px 0px;
	margin: 0px 10px;
}

ul.shoppingcart li {
	padding: 10px 0px 10px 0px;
	background: url(../img/dottedline.png) repeat-x bottom;
}

.shoppingcart-product-title {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 310px;
}

.shoppingcart-product-amount {
	text-align: center;
	float: left;
	width: 60px;
}

.shoppingcart-product-price {
	float: left;
	width: 60px;
	text-align: right;
}

.shoppingcart-product-delete {
	float: right;
	width: 16px;
}

.shoppingcart-product-options {
	clear: both;
}

.shoppingcart-total {
	padding: 10px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 176px;
}

.shoppingcart-total-prices {
	padding: 10px;
	float: right;
	width: 200px;
}

.shoppingcart-total-price-description {
	float: left;
	width: 100px;
	height: 30px;
	font-size: 12px;
	padding: 0px 20px 0px 0px;
	text-align: right;
	font-weight: bold;
}

.shoppingcart-total-price {
	float: left;
	width: 76px;
}

.shoppingcart-preview {
	list-style: none;
}

.shoppingcart-preview li {
	padding: 5px 0px;
	border-bottom: 1px solid #aaaaaa;
}

.shoppingcart-preview li:last-child {
	border-bottom: none;
}

.shoppingcart-preview-price-description {
	float: left;
	font-weight: bold;
	width: 160px;
}

/*
** END SHOPPINGCART STYLING
*/

/*
** CHECKOUT STYLING
*/

.account-information {
	list-style: none;
}

span.field_name {
	float: left;
	display: block;
	clear: left;
	width: 150px;
	font-weight: bold;
}

/*
** END CHECKOUT STYLING
*/

/*
** CONTEST STYLING
*/

.contest img {
	float: right;
	padding: 0px 0px 10px 10px;
}

.contest-description {
	margin: 0px 0px 10px 0px;
}

/*
** END CONTEST STYLING
*/

/*
** ARCHIVE STYLING
*/

#archive-years {
	margin: 10px 0px;
}

#archive-years, #archive-years a {
	font-size: 16px;
	color: #999999;
}

#archive-years a span.current {
	font-size: 20px;
	text-decoration: underline;
}

#archive-issues {
	list-style: none;
}

#archive-issues li {
	width: 151px;
	float: left;
	padding: 10px 0px;
	text-align: center;
}

#archive-issues li img {
	padding: 0 7px;
}

#post-order {
	clear: both;
	display: block;
	padding: 30px 0px;
}

/*
** END ARCHIVE STYLING
*/

/*
** BLOG
*/

#blog div.post p.description {
	margin: 0px 0px 30px 0px;
}

.post img {
	background: #ffffff;
	padding: 5px;
}

.post img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.post img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.author, .rss {
	float: right;
	color: #ffffff;
	font-size: 11px;
	margin: 3px 10px 0px 0px;
}

.author a {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}

.post-footer {
	float: left;
	padding: 3px 0px;
}

.blog-subcontent ul {
	list-style: none;
}

.blog-subcontent a.current {
	font-weight: bold;
	color: #333333;
}

#share-this {
	font-size: 16px;
	padding: 7px 0px 7px 20px;
	font-weight: normal;
	background: #bcb9b3;
	margin: 1px 0px 0px 0px;
}

#reacties {
	font-size: 16px;
	padding: 7px 0px 7px 20px;
	font-weight: normal;
	background: #888277;
	margin: 1px 0px 0px 0px;
}

#reacties-content {
	padding: 20px;
	background: #f4f3f2;
}

#reageer {
	font-size: 16px;
	padding: 7px 0px 7px 20px;
	font-weight: normal;
	background: #d9d7d3;
}

#reageer-content {
	padding: 20px;
	background: #eae9e7;
}

#comments {
	list-style: none;
}

#comments li {
	padding: 15px 0px 20px 0px;
	background: url(../img/dottedline.png) repeat-x bottom;
}

#comments li:last-child {
	background: none;
	padding: 15px 0px 0px 0px;
}

#comments li:first-child {
	padding: 0px 0px 20px 0px;
}

.comment-name {
	font-weight: bold;
}

.comment-date {
	font-size: 9px;
	color: #999999;
}


/*
** LINKS
*/

#links ul, #downloads ul, #faq ul {
	list-style: none;
}

#links li, #downloads li, #faq li {
	margin: 0px 0px 20px 0px;
}

#links li ul, #downloads li ul, #faq li ul {
	margin: 0px 0px 20px 0px;
}

#faq_categories, #download_categories {
	margin: 0 0 30px 0;
}

#faq_categories li, #download_categories li {
	margin: 0;
}

#links li a {
	font-size: 14px;
}

p.category {
	font-size: 14px;
}

.back {
	float: right;
}

/*
** DOWNLOADS
*/

#downloads li a {
	font-size: 12px;
}

#downloads li p.category_title a, #faq li p.category_title a {
	color: #333333;
	font-weight: bold;
}

#downloads li.downloads {
	margin: 10px 0px 0px 20px;
}

/*
** FAQ
*/

#faq li a {
	font-size: 12px;
}

#faq li.question {
	margin: 5px 0px 0px 20px;
}

/*
** LOGIN STYLING
*/

#join-now, #join-now div.content-box {
	background: #888177;
	color: #ffffff;
}

#join-now div.content-box {
	font-size: 12px;
}

#join-now {
	padding: 0px 0px 3px 0px;
}

.highlight_box-top {
	height: 15px;
	width: 250px;
	overflow: hidden;
	background: url('../img/loginbox.gif') 0px -5px no-repeat;
}
.highlight_box-middle {
	padding: 0px 25px 10px 25px;
	width: 200px;
	background: url('../img/loginbox.gif') -500px 0px repeat-y;
}
.highlight_box-bottom {
	height: 15px;
	width: 250px;
	overflow: hidden;
	background: url('../img/loginbox.gif') -250px 0px no-repeat;
	margin: 0 0 5px 0;
}
#login-form {
	margin: 0;
}
#join {
	padding: 10px 0px 0px 0px;
}
#join ul {
	margin: 0 0 10px 20px;
}

/*
** ACCOUNT
*/
.summarize {
	list-style: none;	
}

.summarize li {
	width: 200px;
	float: left;
	padding: 2px 0px;
}

.summarize li.field_description {
	font-weight: bold;
}

/*
// NEWSLETTER FORM
*/

#newsletter-form {
	margin: 10px 0 0 0;
}

/*
** SERVICE BOX STYLING
*/

.service_box img{
	margin: 5px auto;
}

/*
** END RIGHT STYLING
*/

/*
** POLL
*/

#poll-answers {
	margin: 10px 0px;
}

#poll-answers input {
	width: 10px;
}

#poll-results {
	margin: 10px 0px;
	width: 193px;
	list-style: none;
}

#poll-results li {
	margin: 5px 0px;
}

div.poll-result-percent {
	background: url(../img/form/input-large.gif) no-repeat;
	height: 20px;
}

div.poll-result-percent div.poll-result-percent {
	float: right;
	margin: 0px -2px 0px 0px;
	background: url(../img/form/input-large.gif) right no-repeat;
	height: 20px;
	width: 2px;
}

/*
** END POLL
*/

/*
** TELL A FRIEND
*/

#tell-a-friend {
	padding: 0 0 0 50px;
}

#tell-a-friend-message {
	padding: 50px 0 0 50px;
	font-size: 20px;
}

/*
** FOOTER STYLING
*/

.footer_box {
	padding: 10px 0 20px 0;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
}
.footer_box a {
	color: #999999;
}
.footer_box a:hover {
	color: #538017;
}
.footer_box span {
	color: #333333;
}
.footer_box .copyright {
	color: #999999;
}
.1_percent {
	width: 150px;
	background: #ff0000;
	margin: 0px auto;
}

/*
** FORMS
*/

dt {
	float: left;
	clear: left;
	width: 150px;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
}

dt label span {
    color: #ba2f5d;
}

dd {
    padding: 5px 0px 5px 0px;
    float: left;
    width: 193px;
    display: block;
}

input.radio, input.checkbox {    
    width: 13px;
    margin: 0px 10px 0px 0px;
    * margin: 10px 10px 0px 40px;
    background: transparent;
    border: none;
}

ul.errors {
    list-style: none;
    width: 180px;
}

ul.errors li {
    color: #de2725;
    font-weight: bold;
}

select {
	width: 183px;
	float: left;
	display: block;
	margin: 0 0 5px 0;
	*margin: 0 0 5px 40px;
}

textarea {
	width: 183px;
	height: 90px;
	border: none;
	display: block;
	background: url('../img/form/textarea-large.gif') no-repeat;
	padding: 5px 5px 5px 5px;
	margin: 0 0 5px 0;
}

.input-medium {
	float: right;
	display: block;
	width: 134px;
	border: none;
	background: url('../img/form/input-medium.gif') no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
	margin: 3px 0 0 0;
}

.input-large {
	width: 183px;
	border: none;
	background: url('../img/form/input-large.gif') no-repeat;
	height: 17px;
	padding: 3px 5px 0px 5px;
	margin: 0 0 5px 0;
}

.btn_tell-a-friend {
	float: left;
	margin: 0px 0px 0px 20px;
	width: 99px;
	height: 20px;
	background: url('../img/form/buttons.gif') 0px 0px no-repeat;
	border: 0;
	text-indent: -165px;
	overflow: hidden;
}

.btn_tell-a-friend:hover {
	background-position: 0px -20px;
}

.btn_send {
	margin: 0px 10px 0px 0px;
	width: 86px;
	height: 20px;
	background: url('../img/form/buttons.gif') -369px 0px no-repeat;
	border: 0;
	line-height: 40px;
	text-indent: 86px;
	display: block;
	overflow: hidden;
}

.btn_send:hover {
	background-position: -369px -20px;
}

.btn_add-to-shoppingcart {
	margin: 0px 10px 0px 0px;
	width: 170px;
	height: 20px;
	background: url('../img/form/buttons.gif') -455px 0px no-repeat;
	border: 0;
	text-indent: 170px;
	overflow: hidden;
}

.btn_add-to-shoppingcart:hover {
	background-position: -455px -20px;
}

.btn_to-shoppingcart {
	display: block;
	width: 170px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0px 5px 0px;
	background: url('../img/form/buttons.gif') -625px 0px no-repeat;
	text-indent: 170px;
	overflow: hidden;
}

.btn_to-shoppingcart:hover {
	background-position: -625px -20px;
}

.btn_pay,
.ncol {
	display: block;
	width: 86px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0px 5px 0px;
	background: url('../img/form/buttons.gif') -369px 0px no-repeat;
	border: 0;
	text-indent: 86px;
	overflow: hidden;
}

.btn_pay:hover,
.ncol:hover {
	background-position: -369px -20px;
}

#ncol_cancel {
	display: block;
	width: 130px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0px 5px 0px;
	background: url('../img/form/buttons.gif') -925px 0px no-repeat;
	border: 0;
	text-indent: 130px;
	overflow: hidden;
}

#ncol_cancel:hover {
	background-position: -925px -20px;
}

.btn_login {
	margin: 0px 10px 0px 0px;
	width: 64px;
	height: 20px;
	background: url('../img/form/buttons.gif') -99px 0px no-repeat;
	border: 0;
	display: block;
	float: left;
	text-indent: 65px;
	overflow: hidden;
}

.btn_login:hover {
	background-position: -99px -20px;
}

.btn_signup {
	margin: 0px 10px 0px 0px;
	float: left;
	width: 90px;
	height: 20px;
	line-height: 50px;
	background: url('../img/form/buttons.gif') -163px 0px no-repeat;
	border: 0;
	text-indent: 0px;
	overflow: hidden;
}

.btn_signup:hover {
	background-position: -163px -20px;
}

.btn_vote {
	margin: 0px 10px 0px 0px;
	width: 58px;
	height: 20px;
	float: left;
	display: block;
	background: url('../img/form/buttons.gif') -311px 0px no-repeat;
	border: 0;
	text-indent: 165px;
	overflow: hidden;
}

.btn_vote:hover {
	background-position: -311px -20px;
}

button:hover {
	cursor: pointer;
}

.btn_min {
	float: left;
	width: 16px;
	height: 16px;
	background: url('../img/form/buttons.gif') -16px -40px no-repeat;
	text-indent: 16px;
	overflow: hidden;
	display: block;
}

.btn_min:hover {
	background-position: -16px -56px;
}

.btn_plus {
	float: right;
	width: 16px;
	height: 16px;
	background: url('../img/form/buttons.gif') 0px -40px no-repeat;
	text-indent: 16px;
	overflow: hidden;
	display: block;
}

.btn_plus:hover {
	background-position: 0px -56px;
}

.btn_delete {
	width: 16px;
	height: 16px;
	background: url('../img/form/buttons.gif') -32px -40px no-repeat;
	text-indent: 16px;
	overflow: hidden;
	display: block;
}

.btn_delete:hover {
	background-position: -32px -56px;
}

.btn_checkout {
	float: right;
}

.bookmark-title {
	float: left;
	margin: 0px 10px 0px 0px;
}

.bookmarks {
	float: left;
	width: 180px;
	padding: 2px;
}

.bm_delicious {
	float: left;
	width: 16px;
	height: 16px;
	background: url('../img/bookmarks.png') 0px 0px no-repeat;
	text-indent: 16px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	display: block;	
}

.bm_digg {
	float: left;
	width: 16px;
	height: 16px;
	background: url('../img/bookmarks.png') -21px 0px no-repeat;
	text-indent: 16px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	display: block;	
}

.bm_facebook {
	float: left;
	width: 16px;
	height: 16px;
	background: url('../img/bookmarks.png') -43px 0px no-repeat;
	text-indent: 16px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	display: block;	
}

.bm_nujij {
	float: left;
	width: 16px;
	height: 16px;
	background: url('../img/bookmarks.png') -64px 0px no-repeat;
	text-indent: 16px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	display: block;	
}

.bm_stumble {
	float: left;
	width: 16px;
	height: 16px;
	background: url('../img/bookmarks.png') -85px 0px no-repeat;
	text-indent: 16px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	display: block;	
}

.bm_msn {
	float: left;
	width: 16px;
	height: 16px;
	background: url('../img/bookmarks.png') -106px 0px no-repeat;
	text-indent: 16px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	display: block;	
}

.bm_ekudos {
	float: left;
	width: 16px;
	height: 16px;
	background: url('../img/bookmarks.png') -127px 0px no-repeat;
	text-indent: 16px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	display: block;	
}

#sitemap ul {
	margin: 0px;
	paddinge: 0px;
	list-style: none;
}

#sitemap li {
	padding: 0px 0px 0px 10px;
}