@charset "utf-8";
/* CSS Document */

    /* General styles */
    body {
		margin0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */;
		background:#fff;
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif;
    }
	#container {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */;
		background:#fff;
		width:940px;    /* Minimum width of layout - remove line if not required */
	}
	
	#container2 {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */;
		background:#fff;
		width:890px;    /* Minimum width of layout - remove line if not required */
	}
	
	a {
    	color:#d50f6d;
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
	}
	
	a.next {
		min-width: 40px !important;
	}
	
    h1, h2, h3 {
        margin:0;
        padding:0;
		color: #d50f6d;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	/*img {
		margin:10px 0 5px;
	}*/
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		border: none;
		overflow:visible;
		max-height:135px;
	}
	
	#header2 {
        clear:both;

        width:840px;
		border: none;
		margin:0 auto;
	}

	#top {
		height: 71px;
	}
	
	#countdown {
background:#D50F6D none repeat scroll 0 0;
color:#FFFFFF;
float:left;
height:40px;
left:180px;
position:relative;
text-align:center;
top:30px;
width:400px;
margin:0;
border:0;
padding:0px;  
text-align:center; 
font-family:Arial, Helvetica, sans-serif; 
font-size:20px; 
font-weight:bold; 
text-transform:capitalize; 
color:#fff; 

	}
	
	#cart {
		float: left;
		position: relative;
		width: 20em;
		top: 30px;
		right: 1px;
		left: 185px;
		height:30px;
		padding: 0 0.3em 0 0;
		background: none;
		font-size: 17px;
		color: #d50f6d;
	}
	
	#topRight {
		float: right;
		position: relative;
		top: 27px;
		right: 70px;
	}
	
	#cart span a {
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		color: #d50f6d;
	}
	
	#cart span a:hover {
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
		color: #d50f6d;
		background: none;
	}
		
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	ul#topNav {
		clear:left;
		float:left;
		width:795px;
		list-style:none;
		margin:10px 0 0 0;
		padding-left:145px;
		background: #5f9afb;
		font-size: 18px;
	}
	#topNav {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#topNav li {
		display:inline;
		float:left;
	}
	
	#topNav li a {
		width: 110px;
		display:block;
		float:left;
		margin:0;
		padding:2px 0;
		text-align:center;
		background:#5f9afb;
		color:#fff;
		text-decoration:none;
		position:relative;
		left:0;
		line-height:1.3em;
		border-right:2px solid #fff;
	}
	
	#topNav li a#jp {
		width: 120px;
		padding: 4px 0 0 0;
	}
	
	#topNav li a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#topNav li a.active,
	#topNav li a.active:hover {
		color:#fadf00;
	}
	#topNav li a span {
		display:block;
		}
		
	ul#topNav2 {
		clear:left;
		float:left;
		width:700px;
		list-style:none;
		margin:2px 0 0 0 !important;
		padding-left:140px;
		background: #d50f6d;
		font-size: 18px;
	}
	ul#topNav2 li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	ul#topNav2 li a {
		width: 120px;
		display:block;
		float:left;
		margin:0;
		padding:2px 0;
		text-align:center;
		background: #d50f6d;
		color:#fff;
		text-decoration:none;
		position:relative;
		left:0;
		line-height:1.3em;
		border-right:2px solid #fff;
	}
	ul#topNav2 li a:hover {
		color:#fff;
		text-decoration:underline;
	}
	ul#topNav2 li a.active,
	ul#topNav2 li a.active:hover {
		color:#fadf00;
	}
	ul#topNav2 li a span {
		display:block;
		}

	#layoutdims {
		clear:left;
		background:#d50f6d;
		border-top:solid 2px #ffffff;
		margin:0 !important;
		padding:0 !important;
	}
	
	#layoutdims2 {
		clear:left;
		background:#d50f6d;
		border-top:0;
		margin:2px 0 0 0 !important;
		padding:0 !important;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#d50f6d;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
        position:relative;
        left:180px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:180px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 0 0 200px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:180px;
        position:relative;
        right:180px;
    }
	
	.col2 {
		margin-top: 30px;
	}

	.col1 {
		padding-top: 15px;
	}
	
/* Left Colum Navigation List */
		
	.leftNav{
		width: 180px; /*width of menu*/
	}

	.leftNav ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	}

	.leftNav ul li{
		padding-bottom: 0; /*bottom spacing between menu items*/
	}

	.leftNav ul li a{
		font-size: 18px;
		color: #fff;
		background: none;
		display: block;
		padding: 0 1.5em 0 0;
		line-height: 36px;
		text-decoration: none;
		text-align: right;
	}

	/*.leftNav ul li a:visited{
		color: black;
	}*/

	.leftNav ul li a:hover{ /*hover state CSS*/
		color: black;
	}

	.leftNav img {
		border: 0;
	}
	/* LeftNav Background Colors 
.leftNav ul li a:hover.home {background: green;}*/
	
	.currency {
		text-align:center;
		color: #fff;
		font-size: 12px;
		margin-top: 20px;
	}
	
	.currencyTD {
		text-align: center;
	}
	
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #dddddd;
		font-size: 60%;
		text-align: right;
    }
    #footer p {
        padding:10px;
        margin:0;
    }

#colCont {
	position: relative;
}

.thumbnail 
{
	background-color:#FFFFFF;
	border:1px solid #5f9afb;
	margin:20px 18px 0px 3px;
	padding:4px;
	position:relative;
	width: 100px !important;
}

.thumbnail:hover {
		background-color:yellow;
}

.prodImg
{
	background-color:#FFFFFF;
	border:0;

}

.prodImg:hover
{

}

.prodImgThumbFrame
{
	background-color:#FFFFFF;

	border:0;
	position:relative;
	width: 140px;
	height: 140px;
	display: inline;
	float: left;
}

.prodImgThumbFrame:hover
{

}

.prodImgThumb
{
	width: 140px;
	height: 140px;
	overflow: hidden;
}

/* FORM */
.myinputstyle {
	border: 1px solid #3e3e3e;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
	clear: both;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #d50f6d;
	clear: both;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 1px solid #d50f6d;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #d50f6d;
}

.myinputstylenews {
	border: 1px solid #5f9afb;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #5f9afb;
	clear: both;
}

.myinputstylesubmit {
	border: 1px solid #5f9afb;
	/** remember to change image path **/
	background: url(none) no-repeat #d50f6d;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	clear: both;
	cursor: hand;
	cursor: pointer;
	
}

/* 27/11/08 Break images im blog */

.aligncenter, .alignleft, .alignright, .alignnone {
	display: block;
	border: solid 1px #5f9afb;
	margin-bottom: 10px;
}

.nextCont {
min-width: 10px;
text-align: left;
}

/***********************
Buttons - 15/06/09
***********************/



#view_cart, #continue_shopping {

	margin-bottom: 1px;
	display: block;
}

#view_cart img, #continue_shopping img {
	border: 0;
}

.span_vote {
	font-weight:bold;
	line-height: 16px;
	color: #888;
}

.vote {
	
}

.image-details img {
	margin-right: 2px;
	vertical-align: middle;
}

a {
	outline: 0;
}

.iframe-wrapper { scrolling:no;}

#hottest-form {
border:1px solid #5F9AFB;
display:inline;
float:right;
margin:27px 50px 0 0;
padding:5px;
width:360px;
}
#hottest-confirmation {
border:1px solid #5F9AFB;
clear:right;
float:right;
margin:4px 50px 0 0;
padding:5px;
width:360px;
}
.hottest-ok {
	background:none repeat scroll 0 0 #33FF11;
}
.hottest-error {
	background:none repeat scroll 0 0 #ff3311;
}

.downloadBox {
float:left;
font-size:14px;
margin:0;
padding:50px 15px 50px 0;
}

.downloadBoxLink {
clear:both;
float:left;
font-size:14px;
margin:0 15px 0 10px;
padding:5px;
width:100px;
}
.downloadBoxLink img { width:100px; border:0;
}

.infoDiv, .infoDivContents, .mainDiv, .infoDiv div {
	padding:5px;
}


body, html {
	margin:0;
	padding:0;
	width:100%;
}
#contentContainer {
	background:none repeat scroll 0 0 #FFFFFF;
	/* height:1280px; */
margin:0 auto;
	padding:0px 0 0;
	width:1022px;
}
#dyncontent {
	height:1280px;
	margin:0;
	padding:0;
	left:0px;
	top:0px;
	z-index:1;
	position:fixed;
	width:100%;
	background-position:center top;
	background:url("http://www.bbycks.com/shop/poke/bg.gif") repeat scroll 0 0 transparent;
}
#dyncontentpre {
	height:1280px;
	margin:0;
	padding:0;
	left:0px;
	top:0px;
	z-index:0;
	position:fixed;
	width:100%;
	background-position:center top;
}
#banner {
	margin:0px auto 0;
	width:940px;
	padding:60px 0 0;
}
#frontImagePre {
	width:890px;
	height:593px;
	margin:0px auto 0;
	clear:both;
}
#frontImage {
	width:890px;
	height:593px;
	margin:0 auto;
	z-index:1;
	background:url('http://bbycks.com/shop/poke/hometing.gif') no-repeat;
}
#checkoutbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:bold;
	height:40px;
	float:right;
	margin:13px 0 0 0;
}
#currencybar {
	height:22px;
	background:url("http://www.bbycks.com/shop/poke/nav-background.gif") repeat scroll 0 0 transparent;;
	width:940px;
	margin:5px 0 0 0;
	clear:both;
}
.cartbutton {
	background:none repeat scroll 0 0 #727070;
	color:#FFFFFF;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:18px;
	line-height:150%;
	margin:0 0 0 3px;
	text-align:center;
}
.cartbutton a {
	margin:0 auto;
	display:block;
	height:18px;
	color:#fff;
	text-decoration:none;
	padding:0 5px;
}
#currencybar a {
	margin:0 0 0 3px;
}
#currencybar a img {
	height:16px;
	width:28px;
}
#currencybox {
	float:right;
	margin:3px 2px 0 0;
	width:355px;
}
.flag-on {
	display:block;
	float:right !important;
	margin:0 15px 0 0 !important;
}
#moreproductsbar {
	height:22px;
	background:#dadada;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#bbyckslogo {
	height:151px;
	margin:30px 0 0 30px;
	position:absolute;
	width:420px;
	z-index:10;
}
.footerBox {
	width:297px;
	height:137px;
	float:left;
	margin:0;
	padding:0;
}
#pageContents {
	margin:15px 0 0 0;
}
.productInfoBox {
	padding:10px;
	border:1px solid #dadada;
	overflow:hidden;
}
.productNameBox {
	border-bottom:1px solid #E1E1E1;
	float:left;
	padding:0 0 8px;
	text-align:left;
	width:350px;
}
.productNameBox h3 {
color:#262626;
font-size:36px;
font-weight:bold;
line-height:36px;
margin:0 0 6px;
text-transform:uppercase;
}
#productPhotoBox {
	border:0 none;
	clear:right;
	float:right;
	margin:20px 0 0 0;
	padding:0;
	width:460px;
}
#productPriceBox {
background:url("images/pricetag.png") no-repeat scroll 0 0 transparent;
float:right;
height:200px;
margin:-58px 0 0 355px;
padding:81px 0 0 26px;
position:absolute;
width:100px;
}
#productPriceBoxIBC {
background:url("images/pricetag.png") no-repeat scroll 0 0 transparent;
float:right;
height:200px;
margin:-60px 0 0 843px;
padding:80px 0 0 25px;
position:absolute;
width:100px;
z-index:20;
}
.pricetagnum {
}
.pricetagnumdiv {
	margin:-2px 0 0 4px;
}
#cartSizesContainer .cartSizesDiv {
	float:left;
	width:228px;
}
#cartSizes li, #cartSizesContainer ul {
	float:left;
	
}
#cartSizesContainer ul {
	padding:0;
	margin:0 20px 0 0;
}
#cartSizesContainer li {
	margin:0 5px 0 0
}
#cartSizes li a, #cartSizes li div {
	display:block;
	background:#716f6f;
	color:#fff;
	height:38px;
	padding-top:9px;
	font-weight:bold;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	width:47px;
	overflow:hidden;
}
#cartSizesContainer li.selected a {
	background:#333
}
#add_to_cart {
	border:none;
	background:url(images/buttons/cart.png) top right no-repeat #e40090;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 54px 0px 5px;
	height:47px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:hover;
	cursor:pointer;
	width:230px;
	float:right;
}
#cartSizesContainer {
	float:left;
}
#cartButtons {
	float:right;
	margin:20px 0 0 0;
	width:460px;
}
#cartSizes .selected {
	background:#333333;
}
#cartSizes li div.size.unavailable {
	background:#dddddd;
}
#pagefooter {
border:0 none;
clear:both;
color:#716F6F;
font-size:13px;
font-weight:bold;
height:60px;
margin:15px auto 0;
text-align:right;
width:940px;
padding:0 0 15px;
}
#pagefooter .divider {
	width:1px;
	height:60px;
	background:#716f6f;
	float:left;
}

div#mainImageCont {
position:relative;
float:left;
 }
div#mouseWindow {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#2C1333;
	opacity:.75;
	filter:alpha(opacity=75);
}


div#zoomCont {
	width:400px;
	height:600px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}
img#zoomProductImg {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:1250px;
	height:1500px;
}

.productname {
	font-size:12px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}
.productimageDiv {
margin:15px 0 15px 0;
height:235px;
overflow:hidden;
padding:0;
}

.productlistPrice {
	font-size:14px;
	font-family:'Helvetica',Arial,Sans-Serif;
	font-weight:bold;
	color:#e40091;
}
#categoriesbox {
color:#999;
font-family:'Helvetica',Arial,sans-serif;
font-size:14px;
font-weight:bold;
padding:0 0 0 0px;

text-align:right;
}
#categoriesbox  a {
	text-decoration:none;
	color:#999;
}
#categoriesbox a.selected {
	text-decoration:none;
	color:#e40091;
}
#outofstock {
background:#333333;
border:medium none;
color:#FFFFFF;
cursor:pointer;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:24px;
font-weight:bold;
height:47px;
padding:0;
text-align:center;
text-transform:uppercase;
width:230px;
line-height:47px;
clear:right;
}
.relatedProd {
	overflow:hidden;
	height:200px;	
}
.productListing-heading { 

display:none;

}
.productListing-data.delete {
clear:right;
float:right;
margin:132px 0 0;
text-align:right;
}


.productListing-data.delete a {
font-size:14px;
color:#ff0000;
}

.productListing-data.name {
float:left;
padding:0 0 10px;

height:240px;
}
.productListing-data.price {
float:right;
font-size:40px;
text-align:right;

clear:right;
}
.productListing.row {
border-bottom:2px solid #333333;
height:270px;
padding:15px 0 10px;
clear:both;
width:800px;
margin:0 auto;
}
.productListing-data.quantity input {
font-size:32px;
height:34px;
text-align:center;
width:60px;
border:0;
background:#efefef;

}
.productListing-data.quantity {
font-size:30px;
width:209px;
float:right;
}
.cart1 img {
margin:0 0 5px 0;
}
.cart1 {
float:left;
text-align:center;
width:240px;
overflow:hidden;
height:240px;
}
.cart1 a,  {
display:block;
padding:5px 0 0 0;
}

.cartTotals {
margin:20px 0 0 0;
}
#totaltotal {
font-size:50px;
color:#ff0000;
margin:5px 0 0 0;
}
.prodattributes {
float:left;
width:200px;
margin:0 0 0 10px;
font-size:20px;
}
#frontImage a {display:block;
width:880px;
height:590px;
}
#networks img {
	float:left;
	border:0;
}
#checkoutpage {
	margin:30px 0 0 auto;
	}
	#confirmandpay {
background:none repeat scroll 0 0 #E40090;
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-family:Arial,Helvetica,sans-serif;
font-size:24px;
font-weight:bold;
height:40px;
text-transform:uppercase;
text-align:center;
line-height:40px;
}

#cartButtons select {
background:none repeat scroll 0 0 #716F6F;
border:0 none;
color:#FFFFFF;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:38px;
font-weight:bold;
height:47px;
line-height:42px;
margin:0 20px 0 0;
overflow:hidden;
padding:0;
text-align:center;
text-decoration:none;
width:80px;
}
#cartButtons select option {
	text-align:center;
}
.stockWarning {
	font-size:18px;
	font-weight:bold;
	color:#F00;
}
#cartSummary {
clear:right;
float:right;
width:500px;
margin:0 30px;
}
li {
	list-style:none;
	margin:0;
	padding:0;
}

strong {
	font-weight:bold
}
a {
	outline:none
}
#navWrapper {
	margin:0 auto;
	width:940px;
	height:38px !important;
	background:url("http://www.bbycks.com/shop/poke/nav-background.gif") repeat scroll 0 0 transparent;
	clear:both;
		
}

#mainNavWrap {
clear:both;
height:38px;
position:relative;
margin:0;
padding:0;
border:none;

}
#mainNavWrap ul#mainNav li, #mainNavWrap ul#mainNav li div.on {
	text-indent:-2000em;
	background:url("http://www.bbycks.com/shop/poke/nav.png") no-repeat top right;
	list-style:none;
}
#mainNavWrap ul#mainNav {
z-index:1;
list-style:none;
float:right;
margin:0 10px 0 0;
padding:0;
position:relative;
height:38px;
}
#mainNavWrap ul#mainNav li, #mainNavWrap ul#mainNav li div.inside {
	position:relative;
	height:38px;
	float:left;
}
#mainNavWrap ul#mainNav li {
	z-index:2;
	width:105px;
	right:0px;
	top:0px;
	list-style:none;
}
#mainNavWrap ul#mainNav li.navBlock {
background:url("http://www.bbycks.com/shop/poke/nav-background.gif") repeat scroll 0 0 transparent;
height:38px;
margin:0 0 0;
top:0;
width:10px;
z-index:7;
}
#mainNavWrap ul#mainNav li.navHome {
	background-position:-110px -0px;
	z-index:6;
}
#mainNavWrap ul#mainNav li.navShop {
	background-position:-110px -38px;
	z-index:5;
}
#mainNavWrap ul#mainNav li.navBlog {
	background-position:-110px -76px;
	z-index:4;
}
#mainNavWrap ul#mainNav li.navAbout {
	background-position:-110px -114px;
	z-index:3;
}
#mainNavWrap ul#mainNav li.navContact {
	background-position:-110px -152px;
	z-index:2;
}
#mainNavWrap ul#mainNav li div.inside {
	position:relative;
	width:105px;
	left:0px;
	top:5px;
	height:33px;
	display:block;
	margin:0 0 0 -5px;
}
#mainNavWrap ul#mainNav li.navHome div.inside {
	background-position:0px 0px
}
#mainNavWrap ul#mainNav li.navShop div.inside {
	background-position:0px -38px
}
#mainNavWrap ul#mainNav li.navBlog div.inside {
	background-position:0px -76px
}
#mainNavWrap ul#mainNav li.navAbout div.inside {
	background-position:0px -114px;
}
#mainNavWrap ul#mainNav li.navContact div.inside {
	background-position:0px -152px;
}
#navBarLeft {
	float:left;
	margin:0;
	padding:5px 0 0 0;
	height:33px;
	background:#b5b5b5;
}

#navBarLeft {
	float:left;
	margin:0;
	padding:5px 0 0 0;
	height:33px;
	background:#b5b5b5;
}

.dropdown {
background:url("http://www.bbycks.com/shop/poke/video.png") no-repeat scroll transparent;
margin:0px;
position:absolute;
width:110px;
z-index:30;
display:none;
background-position:-5px 0px;
}
.drop {
	display:inline;
}
#video {
	height:38px;
	display:none;
	background:url("http://www.bbycks.com/shop/poke/video.png") no-repeat scroll transparent;
	background-position:-5px 0px;
	margin:-5px 0 0 0;
	position:relative;
	z-index:40;
}
#video a {
	width:110px;
	height:43px;

}
.videoOn {
	display:block !important;
}
.videoOff {
	display:none !important;
}
#door {
height:125px;
margin:12px 0 0 12px;
position:absolute;
width:125px;
z-index:1;	
}
