body 
{
	background-color: #e7ebf0;
	color: #000000;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px;
	margin: 5px;
}

img 
{
	border: none;
}

td 
{
	font-size: 0.8em;
}

a 
{
	font-weight: bold;
	color: #333366;
}

a:active {
	color: #AA0000;
}

a.menu {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}

a.menu:hover {
	text-decoration: none;
	color: #FFFF00;
	font-size: 10px;
}

textarea 
{
	font-family: verdana, arial CE, arial, helvetica, sans-serif;
}

form 
{
	margin: 0px;
}

label 
{
	cursor: pointer;
}

form .label 
{
	display: block; 
	width: 450px;
	font-size: 80%;
	margin-top: 5px;
}

form .submit
{
	width: 450px;
	margin: 10px;
	text-align: center;
}

form .text
{
	width: 450px;
}

form .textArea
{
	width: 450px;
	height: 100px
}

#header
{
	width: 100%;
	background-color: #336699;
	padding-top: 10px;
	text-align: left;
}

#headerLogo 
{

}

#headerFigure 
{
	float: right;
}

#menuHorizontal
{
	width: 100%;
	background-color: #000000;
	text-align: left;
	padding-bottom: 1px;
}

#menuHorizontal .menuItems 
{
	float: right;
	text-align: right;
	padding-right: 5px;
}

#menuHorizontal .menuItem 
{
	padding-left: 1px;
	padding-right: 5px;
}

#menuHorizontal a 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menuHorizontal .separator
{
	color: White;
	font-weight: bold;
}

#menuHorizontal #headerLogoTootsie 
{
}

#mainBlock 
{
	width: 100%;
	border-style: solid;
	border-color: #808080;
	border-width: 1px;
	text-align: left;
}

#menuCategories
{
	position: absolute;
	left: 14px;
	width: 190px;
	font-size: 10pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #a5afbd;
}

#menuCategories ul 
{
	margin: 0px;
	padding-left: 20px;
	list-style-type: square;
	color: white;
}

#menuCategories li
{
	margin: 0px;
	padding-bottom: 3px;
}

#menuCategories a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#menuCategories .menuCategoriesSelected, .menuTrademarksSelected
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	padding-bottom: 1px;
	color: black;
	padding-top: 1px;
	background-color: #cfd6e2;
}

#menuCategories .menuCategoriesSelected, .menuTrademarksSelected a
{
	color: black;
}

#menuCategories .categoriesTitle
{
	display: block;
	font-weight: bold;
	color: black;
	padding-bottom: 2px;
}

#header_divSelectCatalogMenu
{
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: -2px;
}

#mainContent 
{
	margin-top: 5px;
	margin-left: 200px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 10px;	
	background-color: White;
}

*html #mainContent
{
	width: 100%;
}

#copyright 
{
	width: 100%;
	color: gray;
	font-size: 80%;
	text-align: right;
	padding-top: 2px;
}

#basket 
{
	width: 100%;
	border-collapse: collapse;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	border-left-style: none;
}

#basket td
{
	padding: 2px;
	border-left-style: solid;
	border-left-color: gray;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	border-bottom-width: 1px;
	vertical-align: middle;
}

#basket .tableheader
{
	background-color: gray;
	text-align: left;
	font-weight: bold;
	color: White;
}

#basket .articleName
{
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size: 100%;
}

#basketSumInfo 
{
	text-align: right;
	margin-right: 5px;
}

.addToBasket 
{
	display: block;
	text-align: right;
}

.addToBasket .button 
{
	padding-left: 5px;
}

.txbAmount 
{
	text-align: right;
	width: 30px;
}

.articleItem
{
	clear: both;
	padding-bottom: 5px;
}

.articleLabel 
{
	
}

.articleThumbnail 
{
	float: right;
}

.articleName
{
	font-weight: bold;
	font-size: 140%;
	color: black;
	display: block;
	padding-bottom: 10px;
}

.articlePrice
{
	font-weight: bold;
	font-size: 130%;
	color: #336699;
}

.articlePriceDiscount {
	display: none;
	font-weight: bold;
	font-size: 130%;
	color: green;
}

.articlePriceOld
{
	font-weight: bold;
	font-size: 100%;
	color: gray;
	text-decoration: none;
}

.articlePriceOldLabel
{
	font-weight: bold;
	font-size: 100%;
	color: gray;
}


.articleVAT
{
	color: black;
	font-size: 80%;
}

.articleDescription
{
	display: inline;
	margin-top: 15px;
}

.categoryTitle
{
	display: block;
	text-align: right;
	font-size: 150%;
	color: gray;
	padding-left: 2px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.alignRight 
{
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.bold 
{
	font-weight: bold;
}

#divBasketButtons
{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.largebutton
{
	padding: 1px;
}

#header_lblSearch 
{
	color: White;
	font-weight: bold;
}

.submitSearch
{
	font-weight: bold;
	font-size: 85%;
	margin-left: 5px;
	color: white;
	background-color: #2a7daa;
}

.dialogBoxTitle
{
	background-color: #808080;
	color: White;
	width: 416px;
	padding: 2px;
	font-size: 90%;
	font-weight: bold;
	margin-top: 20px;
	text-align: left;
	padding-left: 4px;
}

.dialogBoxBody
{
	background-color: #FFFFFF;
	color: Black;
	width: 416px;
	padding: 10px;
	font-size: 100%;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
}

.orderFormDiv
{
	padding: 10px;
}

#orderForm input, textarea
{
	width: 340px;
}

#orderForm #btnSubmit 
{
	width: 150px;
	margin-top: 20px;
}

#orderForm .txbCity 
{
	width: 200px;
}

#orderForm .txbZIP
{
	width: 82px;
}

.orderFormSectionTitle 
{
	display: block;
	background-color: silver;
	color: Black;
	font-weight: bold;
	padding: 2px;
}

.articlePicture 
{
	float: right;
	text-align: center;
	margin-left: 10px;
}

.articlePictureDescription 
{
	display: block;
	font-size: 85%;
	text-align: left;
}

.articlePictureName
{
	display: block;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
}

.introTitle 
{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 110%;
	font-weight: bold;
	display: block;
}

.introText
{
	margin-bottom: 10px;
	display: block;	
}

.footerInfo 
{
	font-size: 80%;
	margin-bottom: 20px;
	margin-top: 50px;
	display: block;	
}

.hrefBack 
{
	text-align: center;
	display: block;
	font-size: 120%;
	margin: 20px;
}

#categoryHeader
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
}

#categoryFooter 
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;	
}

.trademarkLogo 
{
	float: right;
}

.divPicturesList
{
	padding-right: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #eef1f5;
	text-align: left;
}

#lblPicturesList, #lbl3DPicturesList
{
	padding-right: 1px;
	margin-top: 10px;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 95%;
	padding-bottom: 1px;
	color: #52595f;
	padding-top: 1px;
	background-color: #b8bfc5;
	text-align: left;
}

.divPicturesList ul {
	margin: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: square;
	color: #b8bfc5;
}

#menuInfo 
{
	width: 180px;
	padding: 4px;
	background-color: White;
	margin-top: 10px;
	font-size: 80%;
}

#menuInfo a
{
	color: Black;
	text-decoration: none;
	font-weight: normal;
}

.relatedKeywords 
{
	font-size: 80%;
	margin-top: 20px;
}

.relatedKeywords a
{
	font-weight: normal;
}

#siteMap ul
{
	list-style-type: square;
	margin-top: 10px;	
}

#siteMap a
{
	text-decoration: none;
}

#siteMap .mainCategory
{
	font-size: 11pt;	
}

#siteMap .subCategory
{
	font-size: 10pt;	
}

#siteMap .article
{
	font-size: 9pt;
}

#siteMap .articles
{
	margin-bottom: 10px;
	margin-top: 0px;	
}

#siteMap .subCategories
{
	margin-bottom: 10px;	
}

#siteMap .mainCategory a
{
	color: #3a6b95;
}

#siteMap .subCategory a
{
	color: #41678b;
}

#siteMap .article a
{
	color: #547896;
	font-weight: normal;	
}

.searchResult 
{
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 120%;
}

.payTypeDescription 
{
	font-size: 90%;
	padding-left: 20px;
}

.requeredField 
{
	color: Red;
}

.btnSubmit {
	background-color: #AA0000;
	font-weight: bold;
	color: White;
	width: 250px;
	margin: 10px 0px 0px 5px;	
}	


.hrefGoBack {
	display: block;
	margin: 15px;
	text-align: center;
}

.btnBack {
	width: 250px;
	margin: 10px 5px 0px 0px;
}

.navigation {
	width: 100%;
	background-color: #336699;
	padding: 2px;
	font-weight: bold;
}

.navigation a {
	color: White;
}

.navigation .navigationDisabled {
	color: Silver;
}

.navigationSelectedPage {
	background-color: White;
	color: #336699;
}

.navigationPaging 
{
	display: none;
	float: right;
}

.termsAcceptation {
	display: block;
	margin: 20px 0px 10px 0px;
	font-weight: bold;
	color: Red;
}

.termsAcceptation a {
	color: Red;
}

.basketBar {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}

.basketBar .number {
	padding: 2px;
	width: 5%;
	text-align: right;
	font-weight: bold;
	color: white;
	background-color: #8096a5;
}

.basketBar .text {
	padding: 2px;
	font-weight: normal;
	width: 90%;
	color: #8096a5;
	text-align: left;
	background-color: #ebf2f8;
}

.basketBar .selected
{
	font-weight: bold;
	color: white;
	background-color: #336699;
}