﻿html, body
{
	width: 100%;
	height: 100%;
	text-align: center;
}
html, body
{
	margin: 0;
	padding: 0;
}
body
{
	overflow: scroll;
}
a, a:link, a:active, a:visited
{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
img
{
	border: none;
}

/* Layout Styles */

.OuterWrapper
{
	
	background: url("/Images/LB/background.jpg") repeat-y top center;
	/*
height: 100%;
overflow: hidden;*/
}
.Wrapper
{
	width: 1024px;
	height: 100%;
}
.InnerWrapper
{
	width: 986px;
	margin: 31px 0 0 17px;
}
.Logo
{
	width: 340px;
	height: 79px;
	background: url("/Images/LB/little-brother-collection.png") no-repeat 0 0;
}
.TopNavigation
{
	width: 321px;
	margin-top: 12px;
	text-align: center;
}
.SearchDiv
{
	width: 300px;
	height: 55px;
	margin: 12px 11px 0 0;
	position: relative;
}
.SearchBG
{
	width: 300px;
	height: 32px;
	background: url("/Images/LB/search-bg.png") repeat-x 0 0;
	position: relative;
}
.CartItemsDiv
{
	width: 115px;
	height: 15px;
	margin: 10px 0 0 5px;
}
.SearchBox
{
	width: 163px;
	height: 18px;
	border-top: 1px solid #D4D3D3;
	border-bottom: 1px solid #D4D3D3;
	border-left: 1px solid #B0AFAF;
	border-right: none;
	position: absolute;
	top: 5px;
	right: -20px;
	font: bold 11px Arial, Sans-Serif;
	color: #000;
	padding-left: 9px;
}
.SearchButton
{
	width: 42px;
	height: 42px;
	background: url("/Images/LB/go-button.png") no-repeat 0 0;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 0px;
}
.TitleDiv
{
	width: 380px;
	height: 43px;
	position: relative;
	top: 14px;
	left: 43px;
	background: url("/Images/LB/product-top-bg.png") no-repeat 0 0;
}
.PageTitle
{
	position: relative;
	top: 8px;
	left: 12px;
}
.MainNavigation
{
	height: 43px;
	margin-top: 8px;
}
.LeftNavDiv
{
	width: 19px;
	height: 43px;
	background: url("/Images/LB/nav-left.png") no-repeat 0 0;
}
.RightNavDiv
{
	width: 19px;
	height: 43px;
	background: url("/Images/LB/nav-right.png") no-repeat 0 0;
}
.MainNavDiv
{
	width: 542px;
	height: 43px;
	background: url("/Images/LB/nav-bg.png") repeat-x 0 0;
}
.ContentWrapper
{
	width: 986px;
}
.MainContentTable
{
	width: 939px;
	height: 490px;
	vertical-align: top;
}
.DefaultContentTable
{
	width: 949px;
	position: relative;
	left: 23px;
	margin-top: 18px;
}
.FooterContent
{
	width: 242px;
	height: 95px;
	background: url("/Images/LB/little-brother-bottom-logo.png") no-repeat 0 0;
}

.FooterBarkers
{
	width: 279px;
	height: 57px;
	background: url("/Images/LB/barkers_logo.png") no-repeat 0 0;
}

/* End Layout Styles */

/* Homepage */

.HomeLeftDiv
{
	width: 436px;
	height: 424px;
	background: url("/Images/LB/home1-bg.png") no-repeat 0 0;
	margin: 0 30px 0 12px;
	position: relative;
}
.HomeLeftImage
{
	width: 324px;
	height: 336px;
	position: relative;
	top: 43px;
	left: 44px;
}
.HomeRightDiv
{
	width: 430px;
	height: 424px;
	background: url("/Images/LB/home2-bg.png") no-repeat 0 0;
}
.HomeRightDiv *, .HomeLeftDiv *
{
	border: none;
}
.HomeRightImage
{
	width: 325px;
	height: 337px;
	position: relative;
	top: 44px;
	left: 66px;
}
.HomeReadMoreLink
{
	position: absolute;
	width: 197px;
	height: 79px;
	bottom: 33px;
	right: 0px;
	background: url("/Images/LB/read-more.png") no-repeat 0 0;
}

/* End Homepage */

/* Product List */

.ProductListImageTable
{
	width: 206px;
	height: 215px;
	margin-bottom: 16px;
	position: relative;
}
.ProductListImageTable td
{
	background: url("/Images/LB/product-list-bg.png") no-repeat 0 0;
}
.ProductListImageDiv
{
	width: 167px;
	height: 172px;
	position: relative;
}
.ProductListImageBG
{
	position: absolute;
	width: 43px;
	height: 43px;
	top: 30px;
	right: 0;
	background: url("/Images/LB/red-circle.png") no-repeat 0 0;
}
.ProductListImageBGYellow
{
	position: absolute;
	width: 47px;
	height: 47px;
	top: 97px;
	right: 0;
	background: url("/Images/LB/yellow-square.png") no-repeat 0 0;
}

/* End Product List */

/* Product Display */

.ProdDispImgTable
{
	width: 410px;
	height: 425px;
	background: url("/Images/LB/main-product-bg.png") no-repeat 0 0;
}
.ProdDispThumbDiv
{
	width: 180px;
	margin-top: 13px;
}
.ProdDispThumbTable
{
	width: 140px;
	height: 145px;
	background: url("/Images/LB/small-product-bg.png") no-repeat 0 0;
}
.ProdDispSelectWrapper
{
	width: 266px;
	height: 344px;
}
.ProdDispSelectLeft
{
	width: 41px;
	height: 344px;
	background: url("/Images/LB/prod-disp-info-left.png") no-repeat 0 0;
}
.ProdDispSelectMain
{
	width: 191px;
}
.ProdDispSelectTop
{
	height: 36px;
	background: url("/Images/LB/prod-disp-info-top.png") no-repeat 0 0;
}
.ProdDispSelectInner
{
	height: 262px;
	background: url("/Images/LB/prod-disp-info-inner-bg.gif") no-repeat 0 0;
	position: relative;
}
.ProdDispSelectBottom
{
	height: 46px;
	display: block;
	background: none;
}
.ProdDispBottomBit
{
	width: 119px;
	height: 46px;
	background: url("/Images/LB/prod-disp-bottom-bit.png") no-repeat 0 0;
}
.AddToCartButton
{
	position: relative;
	top: 11px;
	left: 5px;
}	
.ProdDispBottomCartBg
{
	width: 72px;
	height: 46px;
	background: url("/Images/LB/prod-disp-cart.png") no-repeat 0 0;
}
.ProdDispSelectRight
{
	width: 34px;
	height: 344px;
	background: url("/Images/LB/prod-disp-info-right.png") no-repeat 0 0;
}
.ProdDispNameDiv
{
	text-transform: uppercase;
	margin-top: 45px;
	padding-left: 17px;
}
.ProdDispPriceDiv
{
	height: 111px;
	display: block;
	margin-top: 11px;
}
.TableLabelTD
{
	width: 72px;
	vertical-align: bottom;
	padding-bottom: 2px;
}
.ProdDispDropTable
{
	float: right;
	width: 170px;
	margin: 0 0 9px 0;
	position:relative;
	right: 12px;
}
.ProdDispDropTable input
{
	width: 33px;
}
.QtyBox
{
	height: 17px;
	color: #000000;
	font: normal 11px Arial, Sans-Serif;
	background: #EEE;
	border:none;
	position: relative;
	right: 7px;
}
.ProdDispButtonsTable
{
	position: relative;
	right: 182px;
	bottom: 11px;
}
.ProdDispAddWishlistTable
{
	position: relative;
	bottom: -50px;
	width:215px;
	left:33px;
	height:43px;
}

.Wishlistbg
{
	background:transparent url(/Images/LB/product-top-bg.png) no-repeat scroll 0 0;
	height:43px;
	padding-top:10px;
	padding-left:30px;
	font: bold 11px Arial, Sans-Serif;
	
}

.ProdDispButtonsTable td div
{
	width: 105px;
	height: 27px;
	background: url("/Images/LB/grey-button-bg.png") no-repeat 0 0;
	text-align: center;
}
.ProdDispButtonsTable td div a
{
	color: #FFFFFF;
	font: normal 11px Verdana, Sans-Serif;
	text-decoration: none;
	position: relative;
	top: 6px;
}

/* End Product Display */

/* Navigation Styles */

.TopNavigation ul, .TopNavigation li,
.MainNavDiv ul, .MainNavDiv li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.TopNavigation ul
{
	margin-top: 5px;
}
.TopNavigation ul li
{
	display: inline;
	margin-left: 12px;
}
.TopNavigation ul li a, .TopNavigation ul li a:link, .TopNavigation ul li a:visited, .TopNavigation ul li a:active,
.MainNavDiv ul li a, .MainNavDiv ul li a:link, .MainNavDiv ul li a:visited, .MainNavDiv ul li a:active
{
	color: #FFF;
	font: bold 12px Verdana, Sans-Serif;
	text-decoration: none;
}
.TopNavigation ul li a:hover, .MainNavDiv ul li a:hover
{
	color: #F00;
}
.MainNavDiv ul
{
	line-height: 43px;
}
.MainNavDiv ul li
{
	display: inline;
	margin: 0 12px 0 12px;
	line-height: 37px;
}
.MainNavDiv ul li a
{
	width: 42px;
	white-space: nowrap;
	padding: 15px 6px 15px 0px;
}
.MainNavDiv ul li a.Selected
{
	color: #ff0000 !important;
	background: url("/Images/LB/black-star.png") no-repeat top center;
}
.MainNavDiv ul li a:hover
{
	background: url("/Images/LB/black-star.png") no-repeat top center;
}

/* End Navigation Styles */

/* End Layout Styles */

/*Generic Classes */

.BN
{
	border: none;
}
.CB
{
	clear: both;
}
.CB1
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}
.CP
{
	cursor: pointer;
}
.DB
{
	display: block;
}
.DI
{
	display: inline;
}
.DN
{
	display: none;
}
.FL
{
	float: left;
}
.FR
{
	float: right;
}
.H100
{
	height: 100%;
}
.MA
{
	margin-left: auto;
	margin-right: auto;
}
.OH
{
	overflow: hidden;
}
.PR
{
	position: relative;
}
.PS
{
	position: static;
}
.TC
{
	text-align: center;
}
.TL
{
	text-align: left;
}
.TR
{
	text-align: right;
}
.VB
{
	vertical-align: bottom;
}
.VM
{
	vertical-align: middle;
}
.VT
{
	vertical-align: top;
}
.WHZ
{
	width: 0;
	height: 0;
}
.W100
{
	width: 100%;
}

.T5
{
	margin-top:5px;
	width:50px;
}

/* End Generic Classes */

.SkuImageSelected
{
	border:solid 1px #ff0000;
}


.ValidateError
{
	clear: both;
	width: 200px;
	font: normal 11px Arial;
	margin: -10px 0 -6px 0;
	float: left;
}
.ValidateError img
{
	position: relative;
	top: -3px;
}
.StoreHoursTable
{
	margin-left: 33px;
	background: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.SearchResultsTable
{
	position: relative;
	left: 30px;
}
.SearchResultsDiv a, .SearchResultsDiv a:link, .SearchResultsDiv a:visited, .SearchResultsDiv a:active
{
	color: #000;
	background: url("/Images/LB/link-bg.png") no-repeat 0 0;
	height: 24px;
	line-height: 22px;
}


.DropInnerTemplate
{
	width: 100px;
	float: left;
	border-bottom: solid 1px #ededed;
	cursor: pointer;
	color: #666666;
}
.DropInnerTemplate_hover
{
	width: 100px;
	float: left;
	border-bottom: solid 1px #ededed;
	cursor: pointer;
	background-color: #ededed;
	color: #333333;
}

.DropInnerImage
{
	padding: 2px;
	margin: 0px;
	float: left;
	width: 45px;
}

.DropInnerText
{
	margin-left: 5px;
	font: normal 10px/11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 15px;
	vertical-align: middle;
}

.InterviewBackg
{
	background: url(/Images/lb/interviewbg.jpg) no-repeat;
	width:949px;
	height:1174px;
	position:relative;
	margin:10px 0px 0px 10px;
}
.InterviewContent
{
	position:absolute;
	top:442px;
	left:419px;
	width:505px;
	height:720px;
	font:normal 11px/12px verdana;
	color:#000;
	
}
.InterviewContent h5
{
	background: url(/Images/lb/highlight.png) no-repeat;
	height:25px;
	padding:0px;
	margin:10px 0px 0px 0px;
	padding-top:8px;
}

.StoreHoursTable
{
	color:#000;
	font-size:11px;
	line-height:18px;
}