html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #8FD400 ;
	/*background: #285222 url('/lib/img/core/main_body_bg.jpg') top center repeat-x;*/
	font-size:9pt;
}
body {
	border: 0px solid red;
	width: 787px;
	margin: 0px auto;
	background: #285222 url('/lib/img/core/main_body_site.jpg') top center repeat-y;
	/*color: #C3F083;*/
	color: #A8DA60;
}
img{
	border: none;
	padding: none;
	margin: none;
}
p{
	line-height: 12pt;
}
a{
	text-decoration: none;
	color: #FFFF66;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

/*.header{
	width: 780px;
	height: 298px;
	margin: 0 auto;
	background: url('/lib/img/core/main_header_site.png');
}*/

.header{
	width: 780px;
	height: 215px;
	margin: 0 auto;
	background: url('/lib/img/core/main_header_site2.gif');
	position:relative;
	z-index: 2;
}
.header #logo{
	height: 135px;
	width: 800px;
	background: url('/lib/img/core/bogie-logo.jpg') no-repeat;
	position: relative;
	z-index: 5;
	padding-top: 5px;
	cursor: pointer;
}
.header #logo span{
	display: none;
}
.container{
	width: 670px; 
	margin: 0 auto;
	background-color: transparant;
	margin-bottom: -80px;
	position: relative;
	z-index: 0;
}

h2, h3, h4, h5, h6 {
	color:#FDFF60;
}
h2 {
	font-size: 20pt;
}

h3{
	font-size: 15pt;
}

#nav {
	margin-top: -75px;
	margin-left: 0px;
	width: 780px;
	height: 80px;
	position: relative;
	z-index: 3;
	font-size: 0.9em;
}
#nav ul, li{
	padding: 0;
	margin:0;
	list-style:none;
}
#nav a {
	width: 100%;
	display: block;
	text-decoration: none;
}

#nav li { height: 25px; float: left; list-style-type: none;}

#nav a:hover { background-position: 0 -25px; }
#nav li a span { display: none; }

#nav-home { width: 65px; margin-right: 15px; }
	#nav-home a {
		background: transparent url('/lib/img/core/nav_home.jpg');
		width: 65px;
		height: 21px;
		display: block;
	}

#nav-news { width: 65px; margin-right: 15px; }
	#nav-news a {
		background: transparent url('/lib/img/core/nav_news.jpg');
		width: 65px;
		height: 21px;
		display: block;
	}

#nav-comics { width: 80px; margin-right: 15px; }
	#nav-comics a {
		background: transparent url('/lib/img/core/nav_comic.jpg');
		width: 80px;
		height: 25px;
		display: block;
	}

#nav-play { width: 43px; margin-right: 15px; }
	#nav-play a {
		background: transparent url('/lib/img/core/nav_play.jpg');
		width: 43px;
		height: 25px;
		display: block;
	}

#nav-meet { width: 180px; margin-right: 15px; }
	#nav-meet a {
		background: transparent url('/lib/img/core/nav_meet.jpg');
		width: 180px;
		height: 25px;
		display: block;
	}

#nav-shop { width: 65px; margin-right: 10px; }
	#nav-shop a {
		background: transparent url('/lib/img/core/nav_shop.jpg');
		width: 65px;
		height: 25px;
		display: block;
	}

#nav-download { width: 120px; margin-right: 15px; }
	#nav-download a {
		background: transparent url('/lib/img/core/nav_download.jpg');
		width: 120px;
		height: 25px;
		display: block;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 9em;
	background-color: #285222;
	border: 1px solid #9BC76A;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul * { background-image: none; }
#nav li ul li {
	width: 9em; /* width needed or else Opera goes nuts */
	min-width: 80px;
	height: auto;
	float: left;
	background-color: #285222;
}
#nav li ul li:hover { background-color: #4B6C22; }
#nav li ul li a {
	width: 100%;
	height: 100%;
	padding: 5px 8px;
	display: block;
	color: #FDFF60;
	font-weight: bold;
}
#nav li ul li a:hover { color: #FFF; }
/* third-and-above-level lists */
#nav li ul ul {	margin: -1.5em 0 0 7em; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
/* lists nested under hovered list items */
	left: auto;
}

#banner{
	height: 75px;
	width: 530px;	
	margin: -60px 0 -20px 215px;
}
		
#msgbox{
	width: 90%;
	padding: 5px;
	color: #FF0000;
	background-color: #FDFF60;
	border: 1px solid #666;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}

.sidebox1{
	height: 200px;
	width: 150px;
	background: url('/lib/img/core/bg_sidebox.jpg');
	float: right;
}
.sidebox1 #content{
	padding: 5px;
}
.sidebox1 #title{
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-top: -1px;
	margin-bottom: -10px;
}
.sidebox1 p{
	font-size: 0.9em;
	color: #333;
	margin-bottom: -5px;
}
.sidebox1 a{
	color: #FFF;
	font-weight: bold;
}

.sidebox2{
	height: 200px;
	width: 150px;
	background: url('/lib/img/core/bg_sidebox2.jpg');
	float: right;
}
.sidebox2 #content{
	padding: 5px;
}
.sidebox2 #title{
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-top: -1px;
}
.sidebox2 p{
	color: #333;
}
/*Games*/
#flashparent{
	margin-left: 50px;
}
#instructions{
	width: 279px;
	float: left;
}
#needed-header{
	width: 279px;
	height: 38px;
	background-image: url('/lib/img/fun/games/bg_whatneeded.png');
}
#howto-header{
	width: 279px;
	height: 38px;
	background-image: url('/lib/img/fun/games/bg_howto.png');
}
#instructions #content{
	width: 267px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #67832C url('/lib/img/fun/games/bg_instructions.jpg') top left repeat-x;
	color: #444343;
}
#intro_note{
	font-weight: bold;	
	font-size: 10pt;
	margin-bottom: 20px;
}
#instructions ul{
	font-weight: bold;
	margin-left: -10px;
}
#instruction ol{
	margin-top: -20px;
	margin-left: -10px;
}
#instructions li{
	margin-left: -30px;
	margin-bottom: 8px;
}
#game_images{
	text-align: center;
	width: 50%;
	float: right;
}
#game_images img{
	border: 2px solid #5B0668;
}
/*End Games*/
/*Wallpapers*/
.wallpapers{
	width: 90%;
	margin-left: 40px;
	position: relative;
}
.wallpaper{
	width: 270px;
	height: 300px;
	float: left;
	margin: 0px 0px 40px 30px;
	text-align: center;
	position: relative;
	background: url('/lib/img/fun/wallpapers/bg_wallpaper_info.png') no-repeat;
}
.wallpaper img{
	border: 2px solid #000;
	margin-top: 10px;
}
.wallpaper a{
	font-size: 1.2em;
	color: #FFF;
}
.wallpaper #content{
	margin-top: 15px;
	padding: 5px;
	color: #FFF;
}
#phone-wallpapers{
	margin: 0px auto;
	width: 90%;
}
.phonepaper{
	width: 200px;
	margin: 0px 0px 15px 0px;
	float: left;
}
.phonepaper img{
	border: 1px solid #000;
	margin: 0px 0px 0px 32px;
}
.phonepaper p{
	width: 155px;
	margin: 0px auto 4px auto;
	text-align: center;
}
#disclaimer{
	width: 95%;
	font-size: 0.8em;
	color: #333;
	border: 1px solid #999;
	padding: 5px;
	background: #FFF url('/lib/img/core/icn_info.gif') right center no-repeat;
}
/*End Wallpapers*/
/*Gallery*/
#gallery{
	width: 90%;
	margin: 0px auto;
}
.thumb img {
	border: 3px solid #87DC1B;
	float: left;
	margin: 5px;
}
.thumb a:hover img{
	border: 3px solid #FF0000;
}
/*#gallery-comic{
	margin-top: -35px;
	height: 
}*/
#gallery-comic a span{
	display: none;
}
#gallery-comic{
	position: relative;
	z-index: 5;
	margin-left: 20px;
	margin-top: -60px;
}
#gallery-comic a{ 
	height: 45px;
	width: 150px;
	background: transparent url('/lib/img/gallery/section/icn-comic.png') no-repeat;
	display: block;
}
/*EndGallery*/
/*About*/
#about-holder{
	width: 600px;
	height: 340px;
	margin: 0px auto;
	padding-top: 40px;
	background: url('/lib/img/about/bg-about.jpg') no-repeat;
}
.about-img{
	width: 184px;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
.about-img span{
	display: none;
}

.about-img #story{
	height: 25px;
	width: 84px;
	background: url('/lib/img/about/hdr-story.png') no-repeat; 
	margin: 0px auto;
	padding-top: 10px;
}
.about-img #product{
	height: 25px;
	width: 114px;
	background: url('/lib/img/about/hdr-product.png') no-repeat; 
	margin: 0px auto;
	padding-top: 10px;
}
.about-img #creators{
	height: 20px;
	width: 113px;
	background: url('/lib/img/about/hdr-creators.png') no-repeat; 
	margin: 0px auto;
	padding-top: 10px;
}
#about-img-one a:hover { background-position: -184px 0px; }
#about-img-one a span { display: none; }

#about-img-one { width: 184px;  margin-bottom: 10px; }
	#about-img-one a {
		background: url('/lib/img/about/img-about-1.jpg') no-repeat;
		width: 184px;
		height: 258px;
		display: block;
	}
	
#about-img-two a:hover { background-position: -184px 0px; }
#about-img-two a span { display: none; }

#about-img-two { width: 184px; margin-bottom: 10px;  }
	#about-img-two a {
		background: url('/lib/img/about/img-about-2.jpg') no-repeat;
		width: 184px;
		height: 258px;
		display: block;
	}
	
#about-img-three a:hover { background-position: -184px 0px; }
#about-img-three a span { display: none; }

#about-img-three { width: 184px; margin-bottom: 10px; }
	#about-img-three a {
		background: url('/lib/img/about/img-about-3.jpg') no-repeat;
		width: 184px;
		height: 258px;
		display: block;
	}

#about-left{
	float:left;
	width: 500px;
}
#about-right{
	float: right;
	width: 140px;
	height: 140px;
	background: url('/lib/img/about/bg-about-menu.jpg') no-repeat;
}
#about-right ul{
	margin-top:35px;
	margin-left: -30px;
}
#about-right li{
	line-height: 16pt;
}
#about-right li a{
	text-decoration: underline;
}
#about-right li a:hover{
	text-decoration: none;
}
#about-header{
	width: 280px;
	height: 30px;
	background-image: url('/lib/img/about/bg_about.png');
}
#about{
	width: 258px;
	padding: 5px;
	margin-left: 5px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url('/lib/img/about/bg_info.jpg') top left repeat-x;
	color: #FFF;
	font-weight: bold;
	text-align:center;
}
#about a{
	text-decoration: none;
	color: #FFF;
}
#about-copy{about.css (line 1)
	float:left;
	width:280px;
}
#about-copy .sub{
	font-size: 12pt;
	font-weight: bold;
	color: #FFF
}
#about-images{
	float:right;
}
#about-copy img{
	border: 3px solid #8BC43F;
	float: left;
	margin-right: 8px;
}
/*End About*/
/*News*/
#slobber-holder{
	width: 810px;
	height: 520px;
	background: url('/lib/img/news/bg_slobber.jpg') top left no-repeat;
	position: relative;
	z-index: 1;
}
#pscroller{
	width: 590px;
	height: 25px;
	padding: 3px 3px 3px 10px;
	margin-top: 0;
	background-color: #FFF;
	position: relative;
	z-index: 0;
}

#pscroller a{
	text-decoration: none;
	color: #8C3954;
	font-size: 13pt;
}
#news-ticker{
	float: right;
	margin-right: -170px;
	margin-top: -70px;
	position: relative;
	z-index: 2;
	margin-bottom: -80px;
}
#news-clock{
	height: 25px;
	width: 65px;
	background-color: #8A2B63;
	text-align: center;
	color: #FFF;
	font-size: 14pt;
	padding-top: 5px;
	float: left;
}
#news-scroller-side{
	float: left;
	height: 111px;
	width: 150px;
	background: url('/lib/img/news/bg_scroller_side.jpg') center center no-repeat;
}
#news-holder{
	background-image: url('/lib/img/news/bg_scroller_holder.gif');
	width: 59px;
	height: 154px;
	float: right;
	position: relative;
	z-index: 2;
	margin-top: -110px;
	margin-right: 50px;
}
#news-synopsis{
	height: 162px; 
	width: 260px; 
	padding: 5px; 
	margin-left: 20px;
	background: url('/lib/img/news/bg_news_tv.jpg') center center no-repeat;
	position: relative; 
	float: left;
}
.news-tv-image{
	margin-left: -3px;
	height: 140px;
	position: relative;
}
#news-synopsis #content{
	margin: 8px 8px 10px 8px;
	color: #8BC43F;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#news-synopsis #content span{
	font-size: 8pt;
}
#content span a{
	color: #FFF;
}
#article{
	float: left;
	width: 70%;
}
.news-title{
	font-size: 1.6em;
	color: #FFFF66;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.news-title a{
	color: #FFFF66;
}
#synopsis{
	font-weight: bold;
	margin-bottom: 10px;
}
.synopsis-all{
	font-weight: bold;
	margin-bottom: 20px;
	color: #C3F083;
}
.news-date{
	font-size: 0.8em;
	color: #FFFF66;
}
#news-image{
	border: 3px solid #8BC43F;
	float: right;
	margin-left: 8px;
}
#news-options{
	width: 70%;
	float: left;
	color: #999;
	margin-top: 30px;
	font-size: 0.8em;
}
#news-options a{
	color: #FFF;
}
.sub-link{
	font-size: 0.8em;
	margin-top: -10px;
	margin-bottom: 10px;
}
#news-slobber{
	background: url('/lib/img/news/slobber_img.gif'); 
	height: 263px; 
	width: 242px; 
	float: right; 
	margin-right: 110px; 
	position: relative; 
	z-index: 1;
}
#news-desk{
	background: url('/lib/img/news/slobber_img_desk.gif'); 
	height: 257px; 
	width: 630px; 
	float: right; 
	margin-top: -95px; 
	position: relative; 
	z-index: 1;
}
/*End News*/

/*Email page*/
#email-archive{
	width: 50%;
	float: right;
	margin-left: 10px;
}
#email-archive img{
	border: 2px solid #8BC43F;
}
#email-archive #title{
	font-size: 12pt;
	font-weight: bold;
}
#email-image{
	width: 165px;
	float: left;
	padding-right: 2px;
}
#email-image p#title{
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin-top: -5px;
}
#email-form {
	width: 48%;
	background: #000 url('/lib/img/email/bg_email.jpg') repeat-x;
	border: 1px solid #000;
}
#email-form #title{
	font-size: 12pt;
	font-weight: bold;
	padding: 0 0 0 10px;
}
#email-form li{
	padding: 5px;
}
#email-form p#note{
	padding: 5px;
	font-size: 0.8em;
}	
#email-form fieldset {
  margin: 10px 0;
  padding: 10px;
  border: 0px;
}

#email-form legend {
  font-weight: bold;
  color: #FFF;
}

#email-form fieldset div {
  padding: 0.25em 0;
}

#email-form label, span.label {
  margin-right: 10px;
  padding-right: 10px;
  width: 150px;
  display: block;
  float: left;
  text-align: right;
  position: relative;
}

#email-form label {
  display: inline;
  float: none;
}
/*End Email page*/
/*Comics*/
#comics{
	width: 95%;
	margin-left: 30px;
	position: relative;
}
.comic{
	background: url('/lib/img/fun/comics/bg_comic_info.png') no-repeat;
	width: 195px;
	height: 275px;
	float: left;
	margin-right: 10px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.comic img{
	border: 2px solid #333;
	margin-top: 10px;
}

.comic .title{
	color: #FFF;
	font-size: 14pt;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
.comic .content{
	padding: 5px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.comic .date{
	position: absolute;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 5px;
	bottom: 0;
	right: 0;
	left: 0;
}
#intro-header{
	font-size: 1.2em;
	font-weight: bold;
}
#intro-content{
	font-size: 1.2em;
}
#toxicinfo{
	margin: 0px auto;
	width: 90%;
	height: 140px;
	padding: 5px;
	background: url('/lib/img/fun/comics/bg_toxic_info.jpg') top left no-repeat;
	color: #FFF;
}
#toxicinfo p{
	margin-top: 30px;
}
#toxicinfo a{
	color: #FFF;
}
#toxicinfo img{
	padding: 5px;
}
/*End Comics*/
/*Gallery*/
#cat-banner{
	height: 250px;
	width: 600px;
	border: 1px solid #333;
	margin: 0px auto;
}
#cat-desc{
	width: 590px;
	padding: 5px;
	background: #67832C url('/lib/img/core/bg_info.jpg') repeat-x;
	margin: 0px auto;
	font-size: 1.2em;
	color: #404040
}
#desc-header{
	height: 27px;
	width: 182px;
	background: url('/lib/img/gallery/section/bg_desc_header.png');
}
#break{
	margin-top:10px;
}

#product{
	width: 560px;
	height: 178px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}

.product-thumb{
	float: left;
	text-align: center;
	height: 135px;
	width: 88px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	margin-right: 5px;
	margin-bottom: 15px;
	background: url('/lib/img/gallery/product/bg_product_img.jpg');
}
.product-thumb img{
	margin-top: 4px;
	margin-left: 3px;
	margin-right: 4px;
	border: 1px solid #333;
}
.product-thumb a{
	color: #FFF;
}
.product-thumb a:hover img{
	border: 1px solid #FF0000;
}
#gallery-large-img{
	height: 300px; 
	width: 300px; 
	float: left;
	position: relative;
	margin-left: 11px;
	margin-top: 11px;
	z-index: -1;
}
#gallery-img-frame{
	background: transparent url('/lib/img/gallery/product/bg_image_large.gif') center center no-repeat;
	height: 324px;
	width: 325px;
}
#gallery-images{
	width: 375px;
	margin-bottom: 50px;
}
#gallery-next-prev{
	float: right;
	width: 270px;
	height: 33px;
	margin-top: -50px;
	margin-right: 20px;
	margin-bottom: 30px;
}
#gallery-next-prev #previous{
	float: left;
}
#gallery-next-prev #next{
	float: right;
}
#gallery-about{
	margin-right: 25px;
	background: url('/lib/img/gallery/product/bg_product_info.jpg') center center no-repeat;
	width: 275px;
	height: 150px;
	float: right;
}
#gallery-about p{
	margin-top: 25px;
	margin-bottom: 5px;
	padding: 8px;
	font-weight: bold;
	font-size: 0.9em;
	color: #FFF;
}
#gallery-about #link{
	margin-top: -5px;
	float: right;
}
#gallery-images img{
	border: 1px solid #70BB0F;
	margin: 5px;
}
#gallery-date{
	margin-top: -20px;
	margin-bottom: 20px;
	color: #FDFF60;
	font-size: 0.8em;	
}
#gallery-options{
	width: 324px;
	margin-top: 35px;
	margin-bottom: 30px;
}
#gallery-options span{
	display: none;
}
#rate {
	float: left;
	margin-right: 28px;
}
#rate a {
	display:block;
	width: 89px;
	height: 32px; 
	background: transparent url('/lib/img/gallery/product/btn_rate.jpg');
}
#rate a:hover { 
	background-position: 0 -32px; 
}

#comment {
	float: left;
	margin-right: 20px;
}
#comment a {
	display:block;
	width: 89px;
	height: 32px; 
	background: transparent url('/lib/img/gallery/product/btn_comment.jpg');
}
#comment a:hover { 
	background-position: 0 -32px; 
}

#buy {
	float: left;
}
#buy a {
	display:block;
	width: 89px;
	height: 32px; 
	background: transparent url('/lib/img/gallery/product/btn_buy.jpg');
}
#buy a:hover { 
	background-position: 0 -32px; 
}
#comment-form {
	color: #fff;
	width: 323px;
	height: 200px;
}
/*End Gallery*/
/*Comments*/
#comment-sidebar{
	float:right; 
	width: 30%; 
	padding: 5px;
}
#comment-info{
	width: 65%; 
	float: left;
}
#comment-info #title{
	font-size: 1.2em; 
	color: #FFF; 
	font-weight: bold; 
	border-bottom: 1px solid #fff;
}
#comment-info #report{
	margin-top: -34px; 
	font-size: 0.8em; 
	color: #FFF; 
	float: right;
}
#comment-info #date{
	font-size: 0.8em; 
	color: #FFF; 
	margin-top: -15px;
}
#comment-info #content{
	margin-top: -5px; 
	margin-bottom: 30px;
}
/*End Comments*/
/*Form*/
#contact-offline{
	float: right;
	width: 200px;
}
#contact-form {
	width: 400px;
	float: left;	
}
#contact-form fieldset {
  margin: 10px 0;
  padding: 10px;
  border: 0px solid #DDD;
  color: #FFF;
}

#contact-form legend {
  font-weight: bold;
  color: #1B1D6B;
}
#contact-form div{
	margin-bottom: 5px;
}
#contact-form label{
	float: left;
	width: 120px;
	FONT-SIZE: 0.9EM;
}
#contact-form #note{
	font-size: 0.8em;
	margin-top: -5px;
	margin-bottom: 5px;
	float: right;
	width: 308px;
}

#contact-form input, textarea{
	width: 180px;
	margin-bottom: 5px;
}

#contact-form textarea{
	width: 250px;
	height: 150px;
}

#contact-form .boxes{
	width: 1em;
}

#contact-form #submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}


.frmBtn { 
	width: 69px; 
	height: 27px;
	border: none; 
	background: url("/lib/img/core/bg_frm_btn.png") center center no-repeat; 
	cursor: pointer; 
	float: right; 
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.frmBtn div{
	margin-top: 6px;
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
	color: #333;
}

.frmBtn div:hover{
	color: #FF0000;
	text-decoration: none;
}
.frmBtn:hover{
	color: #FF0000;
	text-decoration: none;
}

.frmBtnwide { 
	width: 140px; 
	height: 27px; 
	border: none; 
	background: url("/lib/img/core/bg_frm_btn_wide.png") center center no-repeat; 
	cursor: pointer;
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.frmBtnwide div{
	margin-top: 6px;
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
	color: #333;
}

.frmBtnwide div:hover{
	color: #FF0000;
	text-decoration: none;
}
.frmBtnwide:hover{
	color: #FF0000;
	text-decoration: none;
}
/*End Form*/
/*#pagination{
	text-align: center;
	font-size: 8pt;
}
#pagination a{
	color: #999;
}*/
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
	font-size:0.8em;
	font-weight: bold;
	margin-bottom: 20px;
}

div.pagination a {
	border: 1px solid #ccdbe4;
	margin-right:3px;
	padding:2px 8px;
	background-position:bottom;
	text-decoration: none;
	color: #FFFF66;		
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #AFE053;
	background-image:none;
	background-color:#8FD400;
	color: #fff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;	
	font-weight: bold;
	color: #C3F083;
}
div.pagination span.disabled {
	display:none;
}
div.pagination a.next{
	border:2px solid #ccdbe4;
	margin:0 0 0 10px;
}
div.pagination a.next:hover{
	border:2px solid #2b55af;
}
div.pagination a.prev{
	border:2px solid #ccdbe4;
	margin:0 10px 0 0;
}
div.pagination a.prev:hover{
	border:2px solid #2b55af;
}
/*Store*/
#cat{
	width: 515px;
	height: 300px;
	margin: 0px auto;
	background: #285222 url('http://www.thebogies.com/lib/img/gallery/category/bg_cat_thumbs.jpg') top left no-repeat;
}
#cat-padding{margin-top: 50px;}
#cat #container{
	padding: 40px 5px 0px 5px;
	width: 515px;
}
.cat-thumb{
	float: left;
	text-align: center;
	height: 112px;
	width: 96px;
	background: url('http://www.thebogies.com/lib/img/gallery/category/bg_cat_thumbs.png') center center no-repeat;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	margin-right: 5px;
	margin-bottom: 20px;
}
.cat-thumb img{
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #363636;
}
.cat-thumb a:hover img{
	border: 1px solid #FF0000;
}
#note{
	color: #FFF;
	font-weight:bold;
}
#cat-holder{
	margin-left: 30px;
}
div.cat_feature
{
	width: 600px;
	height: 250px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #333;
}
div.cat_feature h2
{
	margin: 0px;
}
div.cat_feature h2 span
{
	display: none;
}
div.cat_feature a
{
	width: 600px;
	height: 250px;
	margin: 0px;
	display: block;
}
div.cat_feature a span
{
	display: none;
}


	#feature{
		border: 0px solid #09f;
		height: 250px;
	}
		#feature h2{
			margin: 0;
			padding: 0;
		}
		#feature a{
			height: 250px;
			width: 600px;
			display: block;
			background: transparent url('http://www.thebogies.com/static/images/category/seriesone.wide.jpg') no-repeat top left;
		}
			#feature a span{
				display : none;
			}
			
#specialoffers{
		text-align:center;
	width: 600px;
}
	#specialoffers h2{
		margin: 0px;
		height: 26px;
		width: 600px;
		background: transparent url(../../img/stylesheet/buy/h2.specialoffer.bg.gif) no-repeat  top center;
	}
		#specialoffers p{
			padding: 0px;
			margin: 0px;
		}
#all-products-holder{
	width: 78%;
	float: left;
}
.product{
	background: url('http://www.thebogies.com/lib/img/store/bg-store-product.jpg') top center no-repeat;
	float:left;
	font-size:0.8em;
	margin:5px;
	text-align:center;
	padding: 2px;
	width:88px;
	height: 125px;
}
	.product p{
		background-color: #508F23;
		border: 1px dotted #3F6F1B;
		padding: 0px;
		margin: 0px;
		color: #fff;
	}
	.product a{
		color: #fff;	
		text-decoration: none;
	}
	.product img{
		border: 2px solid #fff;
	}
		.product img:hover{
			border: 2px solid #F76244;
		}	
	.product span{
		display: block;
		clear: both;
		color: #353F33;
	}
#product-view{
	border: 1px solid #5A9F00;
	padding: 5px;
	width: 310px;
	background: #65B108 url('http://www.thebogies.com/lib/img/stylesheet/buy.product.bg.gif') repeat-x top left;
	float: left;
}
	#product-view p{
		text-align: center;
		color : #fff;
		font-size: 80%;
	}

	#product-view h3, #product-view h4{
		width: 150px;
		color: #274227;
		margin: 0 ;
		padding: 0;
	}	
	
	
	.about{
		font-weight: bold;
		font-size: 10px;
		color: #274227;
		width: 100%;
	}
#product_add{
	border: 1px #60A10E solid;
	background: #E0FBB9;
	width: 25px;
	margin-right: 5px;
	float: left;
}

#product_image{
	border: 3px solid #639F13;
}

#basket{
	padding: 5px;
	width: 89px;
	float: right;
}
.summary{
	font-weight: bold;
	color: #1F3124;
	background-color : #CAEF95;
}

#minicart{
	width: 140px;
	float: right;
	margin-top:5px;
}

#minicart h3{
	background: transparent url('http://www.thebogies.com/lib/img/store/bg-mini-header.jpg') no-repeat top left;
	height: 35px;
	width: 140px;
	margin: 0px;
	padding: 0px;
}
#minicart h3 span{
	display: none;
}

	#minicart h3 a{
		display : block;
		width: 140px;
		height: 30px;
	}	
#minicart #content {
	background-color: #95C72A;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	color:#444343;
	margin-bottom:20px;
	width:138px;
}
#minicart #items, #total{
	font-weight: bold;
	font-size: 0.9em;
	width: 49%;
	border-bottom: 1px dotted #666;
	text-align:center;
}
#minicart #items{
	float: left;
}
#minicart #total{
	float: right;
	border-left: 1px dotted #666;
}
#minicart #total-text, #total-amount{
	font-weight: bold;
	font-size: 0.9em;
	width: 49%;
	border-bottom: 1px dotted #666;
	text-align:center;
	height: 20px;
}
#minicart #total-text{
	float: left;
}
#minicart #total-amount{
	float: right;
	border-left: 1px dotted #666;
}
#minicart .products{
	font-size: 0.8em;
	text-align: center;
}
#minicart_checkout{
	float: right;
}
#minicart_basket{
	float: left;
}
#minicart .alt_1, .alt_2{
	font-size: 0.8em;
}
#minicart .alt_1{
	background-color:#95C72A;	
}

#minicart .alt_2{
	background-color: #c3f083;	
}
#minicart .item, .quantity{
	width: 49%;
	text-align:center;
	border-bottom: 1px dotted #666;
	height: 25px;
}
#minicart .item{
	float: left;
}
#minicart .quantity{
	float: right;
	border-left: 1px dotted #666;
}
#mini-button{
	width: 80px; 
	height: 25px;
	background: url("/lib/img/store/btn-basket.jpg") no-repeat; 
	cursor: pointer; 
}
#mini-button span{
	display: none;
}
#mini-cart-bottom{
	height: 30px;
	float: left;
}
#mini-view-basket a:hover { background-position: 0 -20px; }
#mini-view-basket a span{
	display: none;
}
#mini-view-basket{
	margin: 5px 0px 0px 10px; 
}
#mini-view-basket a{ 
	height: 20px;
	width: 120px;
	background: url('/lib/img/store/btn-view-basket.jpg') no-repeat;
	display: block;
}

/*Store*/
#pagefooter {
	width: 787px;
	height: 287px;
	background: url('/lib/img/core/main_footer_site.gif') no-repeat bottom center;
	text-align: right;
}
#pagefooter #right{
	font-size: 0.8em;
	margin-right:50px;
}
.clear{
	clear: both;
	height: 1px;
}