/* ************************************************ */
/* Main styles										*/
/* ************************************************ */
BODY, HTML
{
	margin: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	background-color: #606060;
}
TABLE.LBShopContainer
{
	border: 10px solid #fff;
	width: 780px;
	margin: 10px auto 0px auto;
}
TD.LBShopSideBar
{
	width: 20%;
	background-color: #ececec;
	padding: 0px 15px 15px 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ddd;
}
TD.LBShopMain
{
	width: 80%;
	background-color: #fff;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.LBShopInfoText
{
	color: #888;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
}
/* ************************************************ */
/* General links									*/
/* ************************************************ */
A
{
	color: #008080;
	text-decoration: none;
}
A:hover
{
	color: #697DB2;
	text-decoration: underline;
}
A.LBShopSmallLinks
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
}
/* ************************************************ */
/* Header											*/
/* ************************************************ */
TD.LBShopHeader
{
	padding: 7px 0 10px 6px;
	/* background: #75AE29 url(Images/SHOPLOGO.jpg) no-repeat top right; */
	background: #75AE29;
}
DIV.LBShopLogo
{
	padding: 1px 0px 0px 12px;
}
DIV.LBShopTagLine
{
	color: #fff;
	letter-spacing: 5px;
	padding-left: 12px;
}
/* ************************************************ */
/* Footer											*/
/* ************************************************ */
DIV.LBShopFooter
{
	text-align: center;
	color: #ccc;
	margin: 10px;
}
DIV.LBShopFooter A
{
	color: #eee;
	text-decoration: none;
}
/* ************************************************ */
/* Navigation bar									*/
/* ************************************************ */
TD.LBShopNavBar
{
	background-color: #427518;
}
TD.LBShopNavBar TABLE
{
	margin-left: 5px;
}
TD.LBShopNavBar TABLE TD
{
	padding: 3px 5px 3px 5px;
	line-height: 19px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
TD.LBShopNavBarItem, TD.LBShopNavBarItem A
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
TD.LBShopNavBarItem A:hover
{
	color: #ffff00;
	text-decoration: none;
}
TD.LBShopNavBarSep
{
	color: #75AE29;
}
/* ************************************************ */
/* Breadcrumb										*/
/* ************************************************ */
DIV.LBShopBreadcrumb
{
	font-size: 10px;
	color: #427518; /* #88aa00 */
	background-color: #f7f7f7;
	padding: 7px 0px 7px 15px;
	border-bottom: 1px solid #ddd;
}
/* ************************************************ */
/* Main content area								*/
/* ************************************************ */
DIV.LBShopContent
{
	margin: 10px;
	padding: 0px;
}
/* ************************************************ */
/* Forms											*/
/* ************************************************ */
DIV.LBShopFormSubHead
{
	color: #336699;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 4px 5px;
}
DIV.LBShopFormContainer
{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}
DIV.LBShopFormContainer TABLE TR TD
{
	padding: 2px 0px 2px 0px;
}
TD.LBShopFormLabel
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	width: 24%; /* NB: If we use a px value IE ignores the width! */
}
TD.LBShopFormData
{
	color: #333;
}
TD.LBShopFormField INPUT, TD.LBShopFormField SELECT, TD.LBShopFormField TEXTAREA
{
	color: #333;
	font-size: 12px;
	font-family: Courier New, Courier, Verdana, Tahoma, Arial;
	background-color: #e5ebef;
	border: 1px solid #999;
	padding: 2px;
}
TD.LBShopFormInfo
{
	padding-bottom: 5px !important;
}
/* ************************************************ */
/* Lists and grids									*/
/* ************************************************ */
TABLE.LBShopListTable
{
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
TR.LBShopListHeadRow TD
{
	padding: 2px 0px 2px 5px;
	color: #555;
	background-color: #eee;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
TR.LBShopListRowAlt TD, TR.LBShopListRow TD
{
	padding: 3px 0px 3px 5px;
	background-color: #f5f5f5;
}
/* ************************************************ */
/* Buttons											*/
/* ************************************************ */
DIV.LBShopButtonRow
{
}
A.LBShopButton
{
	/* To shrink the DIV to fit the text, we float the DIV. Another technique uses display:table and width:5% */
	float: left;
	font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
	font-size: 11px;
	color: #000;
	white-space: nowrap;
	text-decoration: none;
	cursor: hand;
	border: 1px solid #808080;
	background: url(Images/ButtonBack.gif) center;
	padding: 0px 3px 0px 3px;
	line-height: 17px; /* The combination of line-height and height make the button appear identical in IE and FireFox */
	height: 17px;
	margin: 0px;
}
A.LBShopButton:hover
{
	color: #880000;
	text-decoration: none;
	border: 1px solid #880000;
}
DIV.LBShopButtonSeparator
{
	float: left;
	width: 5px;
	padding: 5px; /* Have to pad otherwise FireFox ignores width */
}
/* ************************************************ */
/* System messages									*/
/* ************************************************ */
TABLE.LBShopSysMsgError
{
	color: #ff0000;
	border: 1px solid #ffaaaa;
	background-color: #ffeeee;
}
TABLE.LBShopSysMsgSuccess
{
	color: #008800;
	font-weight: bold;
	border: 1px solid #9fbe4c;
	background-color: #eeffcc;
}
TABLE.LBShopSysMsgInfo
{
	color: Black;
	background-color: #efefc5;
	border: 1px solid #d5cca4;
}
TABLE.LBShopSysMsgError, TABLE.LBShopSysMsgSuccess, TABLE.LBShopSysMsgInfo
{
	margin-bottom: 10px;
}
TABLE.LBShopSysMsgError TD, TABLE.LBShopSysMsgSuccess TD, TABLE.LBShopSysMsgInfo TD
{
	padding: 10px;
}
/* ************************************************ */
/* Pager											*/
/* ************************************************ */
TABLE.LBShopPagerContainer
{
	margin: 10px auto 10px auto;
}
TR.LBShopPagerRow
{
}
TD.LBShopPagerButtonCol
{
}
TD.LBShopPagerPagesCol
{
	padding-left: 15px;
	padding-right: 15px;
	color: #888;
}
TD.LBShopPagerPagesCol SELECT
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #555;
	background-color: #E5EBEF;
}
/* ************************************************ */
/* Product listing AND detail pages	(shared styles)	*/
/* ************************************************ */
TABLE.LBShopProdPrices
{
	margin: auto;
}
TABLE.LBShopProdPrices TD
{
	white-space: nowrap;
	padding-left: 5px;
	padding-bottom: 3px;
}
TD.LBShopProdPriceLabel
{
	color: #888;
}
TD.LBShopProdSellPrice
{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}
TD.LBShopProdSavePrice
{
	color: #995555;
}
TD.LBShopProdListPrice
{
	color: #005555;
	text-decoration: line-through;
}
.LBShopProdInStock
{
}
.LBShopProdOutOfStock
{
	color: #ff7777;
}
/* ************************************************ */
/* Product listing page								*/
/* ************************************************ */
TABLE.LBShopProdListContainer
{
	border-collapse: collapse;
}
TD.LBShopProdImgCol
{
	color: #888;
	font-size: 9px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 75px;
}
TD.LBShopProdTitleCol, TD.LBShopProdPriceCol, TD.LBShopProdAddCol
{
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
TD.LBShopProdPriceCol
{
	width: 110px;
}
TD.LBShopProdAddCol
{
	width: 5%;
}
TABLE.LBShopProdAddForm
{
	margin: auto;
}
DIV.LBShopProdTitle
{
	margin-bottom: 2px;
}
DIV.LBShopProdTitle A
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
DIV.LBShopProdTitle A:Hover
{
	color: #880000;
}
DIV.LBShopProdDescShort
{
	margin-bottom: 2px;
}
DIV.LBShopProdOtherInfo
{
	color: #666;
	margin-top: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
}
/* ************************************************ */
/* Product detail page								*/
/* ************************************************ */
DIV.LBShopProdAttributes
{
	color: #888;
}
TABLE.LBShopProdDetContainer
{
	border-collapse: collapse;
}
TD.LBShopProdDetImgCol
{
	color: #888;
	font-size: 9px;
	padding-right: 15px;
	width: 15%;
}
TD.LBShopProdDetTitleCol
{
	padding-right: 20px;
}
TD.LBShopProdDetAddCol
{
	width: 20%;
}
DIV.LBShopProdDetAddBox
{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 15px;
}
TABLE.LBShopProdDetAddForm
{
	margin: 10px auto auto auto;
}
DIV.LBShopProdDetTitle
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
DIV.LBShopProdDetDesc
{
	padding-bottom: 10px;
}
DIV.LBShopProdDetOtherInfo
{
	margin-top: 10px;
	text-align: center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
}
/* ************************************************ */
/* Shopping cart page								*/
/* ************************************************ */
TABLE.LBShopCartDet
{
	border-top: 1px solid #ccc;
	margin-bottom: 3px;
}
TR.LBShopCartDetItemTitle TD
{
	padding: 2px 0px 2px 3px;
	background-color: #eee;
	color: #555;
	font-weight: bold;
}
TR.LBShopCartDetItemTotal TD
{
	padding: 2px 0px 2px 3px;
	color: #555;
}
DIV.LBShopCartDetFooterTotal
{
	font-weight: bold;
	background-color: #ddd;
	text-align: right;
	padding-right: 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
}
/* ************************************************ */
/* General sidebar box styles						*/
/* ************************************************ */
DIV.LBShopSideBarBox
{
	width: 170px;
	margin-top: 15px;
	overflow: hidden;
	font-family: Tahoma, Arial, Verdana;
}
DIV.LBShopSideBarHeader
{
	padding: 0px 5px 5px 5px;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #EC5900;
}
DIV.LBShopSideBarContent
{
	color: #555;
	padding: 8px 8px 5px 8px;
	border: 1px solid #ccc;
	background-color: #dfdfdf;
	overflow: hidden;
}
/* ************************************************ */
/* Shopping cart sidebar box						*/
/* ************************************************ */
DIV.LBShopCartSum
{
	background-color: #fff;
}
DIV.LBShopCartSumItems
{
	font-size: 10px;
	color: #5E5D5D;
	white-space: nowrap;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #ccc;
}
DIV.LBShopCartSumItem
{
	width: 100%; /* So IE doesn't ignore parent element padding */
	overflow: hidden;
	padding-bottom: 3px;
}
DIV.LBShopCartSumTotal
{
	font-weight: bold;
	color: #5E5D5D;
	margin-bottom: 3px;
}
/* ************************************************ */
/* Categories sidebar box							*/
/* ************************************************ */
DIV.LBShopCategories, DIV.LBShopCategories A
{
	color: #5E5D5D;
	text-decoration: none;
}
DIV.LBShopCategories A:hover
{
	color: #000;
	text-decoration: underline;
}
DIV.LBShopCatMain
{
	font-weight: bold;
}
/* ************************************************ */
/* Search sidebar box								*/
/* ************************************************ */
DIV.LBShopSearch TD.LBShopFormField INPUT
{
	background-color: #fff;
	width: 120px;
	border: 1px solid #bbb;
}
/* ************************************************ */
/* Editable content box								*/
/* ************************************************ */
DIV.LBShopEditContainer
{
	background-color: #FFFFCC;
	border: 1px dashed #880000;
	margin-top: 10px;
}
DIV.LBShopEditHeader
{
	background-color: #FFFF66;
	color: #880000;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}
DIV.LBShopEditContent
{
	padding: 4px;
	color: #5E5D5D;
}
