html{color:#000;background-color: #8FD400 ;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}
	
body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:9pt;
	color: #A8DA60;
	width: 787px;
	margin: 0px auto;
	padding: 0px;
	background: #285222 url('http://www.thebogies.com/lib/img/core/main_body_site.jpg') top center repeat-y;
}
p{
	margin-bottom:10px;
}

#container{
	width: 670px; 
	margin: 0 auto;
	background-color: transparant;
	margin-bottom: -80px;
	position: relative;
	z-index: 0;
}

.header{
	width: 780px;
	height: 215px;
	margin: 0 auto;
	background: url('http://www.thebogies.com/lib/img/core/main_header_site2.gif');
	position:relative;
	z-index: 2;
}
.header #logo{
	height: 135px;
	width: 800px;
	background: url('http://www.thebogies.com/lib/img/core/bogie-logo.jpg') no-repeat;
	position: relative;
	z-index: 5;
	padding-top: 5px;
	cursor: pointer;
}
.header #logo span{
	display: none;
}
.content{
	width: 95%;
	margin: 0px auto;
	padding: 5px
}
#main{
	margin: 0px auto;
	width: 790px;
	margin-left: -15px;
	background-color: #FFFFFF;
	float: left;
}
a{
	color: #FFFF66;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
h1, h2, h3, h4{
	color: #A8DA60;
	border-bottom: 1px solid #999;
	margin: 10px 0;
	
}
h1{
	font-size: 2.0em;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.4em;
}
#msgbox2{
	font-size: 0.9em;
	padding: 5px;
	border: 1px solid #DAD8D9;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	background: url('/lib/img/core/bg-msgbox.jpg') repeat-x;
}
#msgbox{
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #FAC03A;
	text-align: center;
	color: #333;
	font-weight: bold;
	background-color: #FBD685;
	margin-bottom: 10px;
	float: left;
	width: 98%;
}
#errbox{
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #710000;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #9B0000;
	margin-bottom: 10px;
	float: left;
	width: 98%;
}
#errbox a{
	color: #FFF;
	text-decoration: underline;
}
#errbox a:hover{
	text-decoration: none;
}
#pagination-holder{
	float: left;
	width: 100%; 
	margin: 10px;
}
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #A8DA60;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}
#searchbox{
	margin-top: 7px;
	margin-right: 10px; 
	float: left;
}
#searchbox #field{
	background: url('/lib/img/core/bg-search.jpg') top left no-repeat;
	height: 21px;
	width: 80px;
	padding-left: 5px;
	padding-top: 2px;
}
#searchbox #go-btn{
	background: url('/lib/img/core/btn-search-go.gif') top left no-repeat;
	height: 21px;
	width: 33px;
	margin-top: -23px;
	margin-left: 80px;
	float: right;
	position: absolute;
	cursor: pointer; 
}
#go-btn span{
	display: none;
}
#searchbox input{
	border: 0px;
	font-size: 0.8em;
	color: #666;
	width: 100px;
	margin-bottom: 0px;
}

#nav{
	background: url('/lib/img/core/bg-menu.jpg');
	width: 670px;
	height: 34px;
	margin: 0 0 10px 10px;
	float: left;
}
.store-home-product{
	background: url('/lib/img/store/bg_store_product.jpg') center center no-repeat;
	height: 145px;
	width: 100px;
	float: left;
	margin: 10px 5px;
}
.store-home-product .product{
	padding: 10px;
}
.store-home-product p{
	color: #333;
	font-size: 0.9em;
	text-align: center;
	padding: 3px;
	margin-top: -10px;
}
.store-home-product img{
	border: 1px solid #999;
	height: 80px;
	width: 80px;
}
#store-banner{
	background: url('/lib/img/store/bg-banner.jpg');
	width: 770px;
	height: 327px;
	margin-left: 5px;
	margin-top: 10px;
}
#store-banner img{
	position: relative;
	z-index: 1;
}
#store-banner #info{
	background: url('/lib/img/store/store-header-desc.png') top left no-repeat;
	width: 769px;
	height: 47px;
	padding: 5px;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
#store-banner #info #title{
	color: #FFE900;
	font-size: 1.1em;
	font-weight: bold;
}
#store-banner #info #desc{
	color: #FFE900;
	font-size: 0.9em;
}
#whats-new{
	height: 25px;
	width: 196px;
	background: url('/lib/img/store/icn-whatsnew.jpg');
	margin-top: 10px;
}
#whats-new span{
	display: none;
}

#cookie-trail{
	font-size: 0.8em;
	margin-bottom: 20px;
}
#product-image{
	float: left;
	width: 300px;
	height: 300px;
	border: 1px solid #000;
	margin-top: 20px;
}
#product-image img{
	height: 300px;
	width: 300px;
}
#product-images{
	float: right;
	width: 300px;
	padding: 5px;
	margin-top: 15px;
}
#product-images img{
	width: 70px;
	border: 1px solid #999;
}
#product-info{
	float: right;
	width: 300px;
	height: 143px;
	padding: 5px;
	background: url('/lib/img/core/bg-product-info.jpg') top center no-repeat;
	font-size: 0.9em;
	position : absolute;
	right: 0px;
	bottom: 0px;
	color: #FFF;
}
#product-info .note{
	font-weight: bold;
}
#product-info p{
	margin-bottom: 5px;
}
#product-info #title{
	display: none;
}
#product-info #content{
	margin-top: 40px;
	padding-left: 10px;
}
#product-numbered{
	float: left; 
	width: 734px; 
	margin-top: 25px; 
	border: 1px solid #DAD8D9; 
	padding: 5px;
	margin-bottom: 20px;
}
.buy-btn{
	height: 93px; 
	width: 110px; 
	float: right; 
	margin-top: -4px;
	margin-right: 1px;
	background: url('/lib/img/store/btn-buy-now.png');
	border: 0px;
	cursor: pointer;
}
.buy-btn-over:active, .buy-btn-over:focus{
	border: 0px;
}
.buy-btn-over{
	height: 93px; 
	width: 110px; 
	float: right; 
	margin-top: -4px;
	margin-right: 1px;
	background: url('/lib/img/store/btn-buy-now.png');
	border: 0px;
	background-position: 0 -93px;
	cursor: pointer;
}
#buy-bar{
	background: url('/lib/img/core/bg-buy.jpg');
	width: 670px;
	height: 34px;
	margin-top: 20px;
	float: left;
}
#buy-bar form{
	float: right;	
	margin-top: 7px;
	margin-right: 10px;
}
#buy-bar input{
	font-size: 0.8em;
	text-align: center;
}	
#store-cat-banner{
	width: 600px;
	margin: 0px auto;
}
#store-cat-banner #info{
	border: 1px solid #002F0B;
	width: 590px;
	margin-top: -5px;
	padding: 5px;
	background-color: #002F0B;
	margin-bottom: 20px;
}
#store-cat-banner #info #title{
	color: #FFE900;
	font-size: 1.1em;
	font-weight: bold;
}
#store-cat-banner #info #desc{
	color: #FFE900;
	font-size: 0.9em;
}
#store-cat-banner img{
	border: 1px solid #002F0B;
}
#store-cat-row{
	width: 600px;
	margin: 0px auto;
}
#store-cat-row .img-thumb{
	height: 135px;
	width: 90px;
	background: url('http://www.thebogies.com/lib/img/gallery/product/bg_product_img.jpg') top center no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#store-cat-row .img-thumb img{
	border: 1px solid #000;
	height: 80px;
	width: 80px;
}
#store-cat-row .img-thumb .title a{
	font-size: 0.8em;
	color: #333;
}
#store-cat-product{
	width: 94%;
	margin: 0px auto;
}
#store-cat-product .img-thumb{
	height: 135px;
	width: 90px;
	background: url('http://www.thebogies.com/lib/img/gallery/product/bg_product_img.jpg') top center no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#store-cat-product .img-thumb img{
	border: 1px solid #000;
	height: 80px;
	width: 80px;
}
#store-cat-product .img-thumb .title a{
	font-size: 0.8em;
	color: #333;
}
.numbered-range{
	margin-bottom: 10px; 
	float: left; 
	width: 100%
}
.numbered-range .title{
	font-weight: bold; 
	margin: 10px;
}
.numbered-number{
	width: 20px; 
	height: 20px; 
	margin: 5px; 
	float: left; 
	text-align: center;
}
.numbered-number .sold{
	background: url('/lib/img/store/icn-sold.png') no-repeat; 
	height: 20px; 
	width: 20px;
	margin-top: -3px
}
.numbered-number span{
	display: none
}
/*minibasket*/
#minibasket{
	float: right;
	width:160px;
	margin-top: -1px;
}
#mini-holder{
	position:relative; 
	width:160px; 
	height:25px;
}
#mini-holder #view-text{
	position:absolute; 
	top:0px; 
	right:30px;
}
#mini-holder #view-basket{
	position:absolute; 
	top:0px; 
	right:0px;
}
#mini-holder #price-details{
	position:absolute; 
	top:15px; 
	left:0px; 
	width:130px; 
	text-align:right;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
}
/*minibasket*/
#search-results{
	padding: 5px;
	margin: 0px auto;
	width: 700px;
}
#search-results span{
	display: none;
}
#search-results .result{
	float: left;
	width: 80px;
	height: 120px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align:center;
	font-size: 0.8em;
}
#search-results .result .result-img{
	height: 80px;
	width: 80px;
	border: 1px solid #999;
	margin: 0px auto;
}
.frmBtn { 
	width: 85px; 
	height: 25px;
	border: none; 
	background: url("/lib/img/core/btn-small.png") center center no-repeat; 
	cursor: pointer; 
	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: 150px; 
	height: 25px; 
	border: none; 
	background: url("/lib/img/core/btn-wide.png") center center no-repeat; 
	cursor: pointer;
	text-align:center;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.frmBtnwide a{
	color: #333;
}

.frmBtnwide div{
	padding-top: 5px;
	text-align:center;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
}

.frmBtnwide div:hover{
	color: #FF0000;
	text-decoration: none;
}
.frmBtnwide:hover{
	color: #FF0000;
	text-decoration: none;
}
#basket-holder{
	padding: 5px; 
	float:left;
	width: 650px;
}
#basket-holder .product{
	/*background: url('/lib/img/core/bg-basket-product.jpg') repeat-x; */
	background: url('http://www.thebogies.com/lib/img/store/bg-basket-item.jpg') repeat-x;
	float: left; 
	padding: 5px; 
	height: 60px; 
	margin-bottom: -10px;
	width: 100%;
}
.basket-left{
	float: left;
	width: 200px;
}
.basket-left img{
	height: 40px; 
	border: 1px solid #CCC; 
	margin-right: 10px;
}
.basket-left .name{
	font-weight: bold; 
	margin-bottom: 5px
}
.basket-right{
	float: right; 
	width: 250px; 
	text-align: right; 
}
#remove-btn{
	margin-bottom: 10px
}
#product-total{
	font-size: 0.8em; 
	float: left;
}
#basket-total{
	text-align: right; 
	padding: 5px;
	float: left; 
	width: 650px; 
	margin-bottom: -10px
}
#basket-total #small{
	font-size: 0.8em
}

/*Checkout*/
#checkout-login{
	margin-top: 25px;
}
#checkout-login #existing-customer{
	background:transparent url(/lib/img/basket/bg-login-box.jpg) no-repeat center top;
	float:left;
	height:180px;
	padding:5px;
	width:300px;
}

#checkout-login #existing-customer #forgotten{
	float: right; 
	margin-top: -43px; 
	margin-right: 25px; 
	font-size: 0.8em;
}

#checkout-login #new-customer{
	background:transparent url(/lib/img/basket/bg-register-box.jpg) no-repeat center top;
	float:right;
	height:180px;
	padding:5px;
	width:300px;
}
#checkout-login #new-customer #content{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 0.9em;
	padding: 10px;
}
#checkout-login #new-customer #btnrow{
	width: 140px;
	margin: 0px auto;
}
#basket-confirm #info{
	margin-top: 10px; 
	margin-bottom: 10px; 
	font-size: 0.9em;
}
#info-bar .quater{
	width: 25%; 
	float: left; 
	text-align: center
}
.productXX{
	background: url('http://www.thebogies.com/lib/img/store/bg-basket-item.jpg') repeat-x; 
	padding: 5px; 
	height: 60px; 
	margin-bottom: -10px;
}
.productXX .quater{
	width: 25%; 
	float: left; 
	text-align: center
}
#invoice .quater{
	width: 25%; 
	float: left; 
	text-align: center
}
/*Checkout*/
/*Register*/
#register-holder{
	float: left;
	width: 50%;
	
}
#register-info{
	float: right;
	width: 40%;
	border: 1px solid #D9D9D9;
	padding: 5px;
	font-size: 0.9em;
	color: #333;
	margin-top: 10px;
	background-color: #D1FF9F;
}
#register-info p{
	line-height: 1.2em;
}
#register-info a{
	color: #95C543;
}
#billing-address{
	float: left; 
	width: 100%; 
	margin-bottom: 25px;
}
#billing-address #info{
	margin-top: 10px; 
	margin-bottom: 20px; 
	font-size: 0.9em;
}
#info-bar{
	height: 17px; 
	border: 1px solid #333; 
	padding: 5px; 
	color: #FFF; 
	background: url('/lib/img/checkout/bg-checkout-hdr.jpg') repeat-x; 
	font-weight: bold; 
	margin-bottom: 5px
}
.splitter{
	width: 220px; 
	float: left;
}
#address-container{
	float: left; 
	margin-bottom: 10px; 
	border-bottom: 1px solid #CFCFCF;
	font-size: 0.9em;
}
#address-container #content{
	padding: 5px 10px 5px 10px;
}
#address-container .name{
	width: 100px; 
	float: left;
}
#address-container .value{
	float: left;
}
#address-container #right-pane{
	float: right; 
	width: 180px;
}
#address-container #options{
	font-size: 0.8em;	
	float: left
}
#shipping-address{
	float: left; 
	width: 100%
}
/*Register*/
/*Form*/
#normform fieldset {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #DDD;
  color: #95C543;
}

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

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

#normform textarea{
	width: 250px;
	height: 150px;
}
#normform em{
	color: #FF0000;
	font-size: 1.1em;
}
#normform .boxes{
	width: 1em;
}
#normform .radio{
	width:20px;
	padding-top:15px;
}
#normform #submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
/*Form*/
/*Event Form*/
#eventform fieldset {
  margin: 5px 0 0 25px;
  border: 0px solid #DDD;
  color: #333;
}

#eventform legend {
  font-weight: bold;
  color: #1B1D6B;
}
#eventform div{
	margin-bottom: 5px;
}
#eventform label{
	float: left;
	width: 240px;
	font-size: 0.9em;
}
#eventform #note{
	font-size: 0.8em;
	margin-top: -5px;
	margin-bottom: 5px;
	float: right;
	width: 308px;
}

#eventform input, textarea{
	text-align:center;
	margin-bottom: 5px;
}

#eventform textarea{
	width: 250px;
	height: 150px;
}
#eventform em{
	color: #FF0000;
	font-size: 1.1em;
}
#eventform .boxes{
	width: 1em;
}

#eventform #submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
/*Event Form*/
/*MyAccount*/
#account-details{
	height: 360px; 
	width: 300px; 
	background: url('/lib/img/myaccount/bg-myaccount.jpg') no-repeat; 
	float: left; 
	padding: 50px 10px 5px 10px; 
	margin-top: 20px;
}
#account-details .option{
	font-size: 0.8em; 
	margin-bottom: 25px;
}
.option .account-content{
	margin-left: 30px; 
	margin-right: 15px
}
.option .account-content span{
	font-size: 1.1em; 
	font-weight: bold
}
#account-order-details{
	height: 360px; 
	width: 300px; 
	background: url('/lib/img/myaccount/bg-myaccount-orders.jpg') no-repeat; 
	float: right; 
	padding: 100px 5px 5px 5px; 
	margin-top: 20px;
}
strong {
	font-weight:bolder;
}
#ftr-info{
	border-top: 1px solid #DAD8D9;
	font-size: 0.8em; 
	padding: 8px; 
	margin: 20px 0 0 10px; 
	float: left;
	width: 750px;
}
ul.real{
	padding:10px;
	margin:10px;
	border:1px solid #999;
	background-color:#fffccf;
}
ul.real li {
	list-style-type:disc;
	margin-left:10px;
}
.botmsignup	{
	width:348px;
	float:left;
	border:0px solid #999;
	padding:10px;
}
.botmsignup img {
	border:1px solid #999;
	margin-left:20px;
}
.botmsignup ul {
	height:100px;
}
.botmsignup form input {
	margin-left:200px;
}
#botmleft {
	float:left;
}
#botmright {
	float:right;
	border-left:1px solid #999;
}
th, td {
	padding:2px;
}
th {
	font-weight:bold;
}
table {
	border-color:#999;
}
/*MyAccount*/
#pagefooter {
	width: 787px;
	height: 287px;
	background: url('http://www.thebogies.com/lib/img/core/main_footer_site.gif') no-repeat bottom center;
	text-align: right;
	position: relative;
	z-index: 55;
}
#pagefooter #right{
	font-size: 0.8em;
	padding-right:100px;
}
.clear{
	clear: both;
	height: 1px;
}