﻿.cartBoxInfo
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.cartBoxItemsCount 
{
	font-size: medium;
}

.cartBoxTotalPrice
{
	font-size: medium;
	color: #990000;
}

.cartBoxViewButton, .cartBoxTruncateButton { text-transform: uppercase; font-weight: bold; display: block; margin-bottom: 6px; color: black; font-weight: bold; font-size: small; }
.cartBoxCashDeskButton { display: none;}
.cartTable {}
.categoryPathHeader {}
.categoryPathMenu {}
.categoryPathMenuItem {}
.actionCategoryMenuItem {}
.actionCategoryMenuItemLink {}
.categoryMenu
{
	font-size: small;	
}
.categoryTreeMenu {}
.categoryTreeMenuItemStyle {}
.categoryMenuRoot {}

.categoryMenuLevel0
{
	width: 170px;
	height: 20px;
	margin-bottom: 2px;
	padding-top: 7px;
	padding-left: 20px;

	background-image: url(layoutImages/catBg1.jpg?type=file);
	background-repeat: no-repeat;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.categoryMenuLevel1 
{
	width: 170px;
	height: 18px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-left: 20px;
	
	background-image: url(layoutImages/catBg2.jpg?type=file);
	background-repeat: no-repeat;
	text-decoration: none;
}

.categoryMenuLevel2
{
	width: 150px;
	height: 18px;
	margin-left: 18px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-left: 20px;
	border: 1px solid silver;
	background-image: url(layoutImages/catBg3.jpg?type=file);
	background-repeat: no-repeat;
	color: black;
	cursor: hand;
}

.categoryMenuLevel3 
{
	width: 170px;
	height: 18px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-left: 20px;
	
	background-image: url(layoutImages/catBg3.jpg?type=file);
	background-repeat: no-repeat;
	color: black;
	cursor: hand;
}

.compareBoxContent {}
.compareBoxAddButton {}
.compareBoxClearButton {}
.compareBoxProcessButton {}

.loginBoxPanel
{
	text-align: center;
}

.loginBoxSpacer {}
.loginBoxLoggedLabel1 {}
.loginBoxLoggedLabel2 {}
.loginBoxInfo {}
.loginBoxUserInfo {}
.loginBoxHistoryButton {}
.loginBoxDataButton {}
.loginBoxLogoutButton {}
.loginBoxUnloggedTable
{
	width: 100%;
	margin-top: 10px;
}

.loginBoxUnloggedTable td
{
	text-align: center;
}

.loginBoxUserName
{
	background-color: #E7E7E7;
	border: 1px solid gray;
	width: 85px;
}

.loginBoxPassword
{
	background-color: #E7E7E7;
	border: 1px solid gray;
	width: 85px;	
}

.loginBoxRegistrationButton
{
	color: Black;
	text-decoration: none;
	text-transform: uppercase;	
}

.loginBoxRegistrationButton:hover
{
	text-decoration: underline;
}

.loginBoxForgottenPasswordButton
{
	color: Black;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 7px;
}

.loginBoxForgottenPasswordButton:hover
{
	text-decoration: underline;
}
	
.loginBoxRegistrationButton {}
.pageCartCartTablePanel { padding-top: 40px; }

.pageCartBottomWrapper
{
	text-align: left;
	margin-top: 20px;
}

.pageCartBottomTable
{
	width: 90%;
}

.pageCartBottomTable td
{
	text-align: left;
}
.pageCartBottomTableRow1 {}
.pageCartBottomTableRow2 {}
.pageCartBottomTableBackButton {}
.pageCartBottomTableConfirmButton {}
.pageCartBottomTableTruncateButton {}
.pageCashDeskLoginTable {}
.labelError {}
.labelFreeShipping {}
.labelNote {}
.pageCashDeskTable1 {}
.pageCashDeskTable2 {}
.centered {}
.pageForgottenPasswordTable {}
.pageMyDataTable {}
.pageRegistrationTable {}
.tableLabel {}

.btnBuy
{
	display: block;
	width: 66px;
	height: 27px;
}

.btnDetail
{
	display: block;
	width: 66px;
	height: 27px;
}

.searchText
{
	background-color: #E7E7E7;
	border: 1px solid gray;
	width: 100px;	
}

.searchButton
{
}

#seoBar
{
	padding-left: 10px;
	background-color: #63a63c;
	padding-bottom: 2px;
	font-size: x-small;
	color: Gray;
}