body {
	margin:  0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #b6ada1;
	background-image: url(../images/backgrounds/body.gif);
	background-repeat: repeat-x;
	background-position: 0px 47px;
}


#MenuTop1 {
	height: 47px;
	background-color: #d8d4c8;
	background-image: url(../images/backgrounds/menu-top1.png);
	background-repeat: repeat-x;
	background-position: left top;
}
	#MenuTop1Content {
		width: 699px;
		margin: 0px auto;
		padding: 17px 0px 0px 277px;
	}
		.MenuTop1ContentButton {
			display: block;
			padding-left: 17px;
			text-decoration: none;
			letter-spacing: 1px;
			color: #2a2a2a;
			background-image: url(../images/backgrounds/menu-top1-link.gif);
			background-repeat: no-repeat;
			background-position: 0px 5px;
			float: left;
		}
		#LinkMenuTop1_1 {
			width: 368px;
		}
		#LinkMenuTop1_2 {
			width: 280px;
		}
		#MenuTop1Content a:hover, #MenuTop1Content a.Active {text-decoration: underline;}
			.ImgFlag {
				width:  19px;
				height: 13px;
				margin-left: 6px;
				margin-right: 1px;
				border: 1px #2a2a2a solid;
				vertical-align: bottom;
			}


#ContainerOuter0 {
	width: 1024px;
	margin: 0px auto;
	background-color: white;
	background-image: url(../images/backgrounds/container-outer0.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
	#ContainerOuter1 {
		width: 1024px;
		background-image: url(../images/backgrounds/container-outer1.png);
		background-repeat: no-repeat;
	}
		#Header {
			width: 1024px;
			background-image: url(../images/backgrounds/header.jpg);
			background-repeat: no-repeat;
		}
			#HeaderPanelLeft {
				width: 275px;
				padding: 53px 0px 0px 11px;
				float: left;
			}
				#ImgLogo {
					width: 257px;
					height: 53px;
					margin-left: 5px;
					border-width: 0px;
				}
				#Motto {
					height: 38px;
					margin-top: 27px;
					font-size: 19px;
					letter-spacing: 1px;
					color: #2e1c85;
				}
				#MenuLeft1 {
					width: 274px;
					height: 202px;
					margin-left: 1px;
					background-image: url(../images/backgrounds/menu-left1.png);
					background-repeat: no-repeat;
				}
				#MenuLeft1 ul {margin: 0px; padding: 21px 0px 0px 35px;}
				#MenuLeft1 li {display: inline;}
				#MenuLeft1 li a {
					display: block;
					padding: 7px 0px 8px 16px;
					font-weight: bold;
					text-decoration: none;
					text-transform: lowercase;
					color: #e8dfcc;
					background-image: url(../images/backgrounds/menu-left1-link-normal.gif);
					background-repeat: no-repeat;
				}
				#MenuLeft1 li a.First {
					background-image: url(../images/backgrounds/menu-left1-link-first.gif);
					background-position: 0px 13px;
				}
				#MenuLeft1 li a:hover, #MenuLeft1 li a.Active {color: white;}
			#HeaderPanelRight {
				width:  738px;
				background-image: url(../images/backgrounds/header-content.gif);
				background-repeat: no-repeat;
				background-position: 15px 34px;
				float: left;
			}
				#InfoBar {
					height: 128px;
				}
					#LoginInfoBar {
						width: 400px;
						padding-top: 7px;
						float: left;
					}
						#LoginInfoMsgWelcome {
							margin: 12px 0px 1px 192px;
							color: #2a2a2a;
						}
							#LoginInfoMsgWelcome .Highlighted {
								font-weight: bold;
								color: #be0000;
							}
						#LoginInfoMenuLeft {
							width: 140px;
							padding-left: 53px;
							float: left;
						}
						#LoginInfoMenuRight {
							width: 160px;
							float: left;
						}
							#LoginInfoMenuLeft ul, #LoginInfoMenuRight ul {
								margin: 0px;
								padding: 0px 0px 0px 32px;
								list-style-type: none;
							}
								#LoginInfoMenuLeft a, #LoginInfoMenuRight a {
									display: block;
									padding: 0px 12px 0px 15px;
									color: red;
									font-size: 13px;
									text-decoration: none;
									background-image: url(../images/backgrounds/menu-top-loggedin-link.gif);
									background-repeat: no-repeat;
									background-position: 0px 4px;
								}
								#LoginInfoMenuLeft a:hover, #LoginInfoMenuLeft a.Active, #LoginInfoMenuRight a:hover, #LoginInfoMenuRight a.Active {
									text-decoration: underline;
								}


						#LoginInfoPanelLeft {
							width: 212px;
							padding-top: 17px;
							padding-left: 100px;
							float: left;
						}
							.LoginInfoPanelLeftLine {
								width: 100%;
								padding-bottom: 10px;
							}
							.LoginInfoPanelLeftLineShort {
								padding-bottom: 7px;
							}
								.LoginInfoPanelLeftCaption, .LoginInfoPanelLeftLine a, #ShoppingCartInfoBarLine2 a {
									font-size: 12px;
									letter-spacing: 1px;
									line-height: 16px;
									color: red;
								}
								.LoginInfoPanelLeftCaption {
									float: left;
								}
								.LoginInfoPanelLeftLine a.LinkLoginInfoPanelLeftLineLeft {
									display: block;
									letter-spacing: 0px;
									width: 86px;
									float: left;
								}
								.LoginInfoPanelLeftLine a.BtnSmall {
									width: 77px;
								}
								.LoginInfoPanelLeftLine a.LinkLoginInfoPanelLeftLineRight {
									display: block;
									width: 126px;
									padding-top: 3px;
									text-align: right;
									float: right;
								}
								.LoginInfoPanelLeftInput {
									float: right;
								}
								.LoginInfoPanelLeftInput input, #SearchInputTextCode {
									padding-left: 2px;
									padding-right: 2px;
									width: 116px;
									height: 18px;
									border-width: 0px;
									background-image: url(../images/backgrounds/login-input.png);
									background-repeat: no-repeat;
									_background-attachment: fixed;
								}
								#SearchInputTextCode {
									margin-top: 7px;
									float: left;
								}
						#LoginInfoPanelRight {
							width: 81px;
							padding-top: 32px;
							float: right;
						}
					#ShoppingCartInfoBar {
						width: 338px;
						float: right;
						background-image: url(../images/backgrounds/shopping-cart.gif);
						background-repeat: no-repeat;
						background-position: 56px 34px;
					}
						#ShoppingCartInfoBarLine1 {
							padding: 35px 0px 0px 79px;
							color: #2a2a2a;
							font-weight: bold;
						}
							#ShoppingCartInfoBarLine1 a {
								padding-left: 10px;
								font-weight: normal;
								color: red;
							}
						#ShoppingCartInfoBarLine2 {
							padding: 30px 0px 0px 76px;
							color: red;
						}
							#ShoppingCartInfoBarLine2 a {
								padding: 0px 6px;
							}


				#MenuTop2 {
					width: 727px;
					height: 29px;
					padding-top: 14px;
					background-image: url(../images/backgrounds/menu-top2.png);
					background-repeat: no-repeat;
				}
					#MenuTop2 ul {
						margin: 0px;
						padding: 0px 0px 0px 14px;
					}
						#MenuTop2 li {display: inline;}
							#MenuTop2 a {
								padding: 0px 12px 0px 22px;
								color: #2e1c85;
								text-decoration: none;
								text-transform: lowercase;
								background-image: url(../images/backgrounds/menu-top2-link.gif);
								background-repeat: no-repeat;
								background-position: 0px 7px;
							}
							#MenuTop2 a:hover, #MenuTop2 a.Active {
								text-decoration: underline;
							}

				#HeaderImage {
					width:  727px;
					height: 202px;
					background-repeat: no-repeat;
				}


		#Content {padding-top: 9px;}
			#ContentPanelLeft {
				width: 275px;
				padding-left: 11px;
				float: left;
			}
				.MenuLeft2Outer0 {
					width: 259px;
					margin-bottom: 10px;
					background-color: #e8dfcc;
					background-image: url(../images/backgrounds/menu-left2-header.png);
					background-repeat: no-repeat;
				}
					.MenuLeft2Outer1 {
						padding: 22px 0px 27px 0px;
						background-image: url(../images/backgrounds/menu-left2-footer.png);
						background-repeat: no-repeat;
						background-position: left bottom;
					}
						.MenuLeft2Title {
							padding: 0px 0px 2px 26px;
							margin-left: 28px;
							font-weight: bold;
							text-transform: lowercase;
							background-image: url(../images/backgrounds/title.gif);
							background-repeat: no-repeat;
							background-position: 0px 1px;
						}
							.MenuLeft2Title, .MenuLeft2Title a {
								color: #be0000;
								text-decoration: none;
							}
							.MenuLeft2Title a:hover {
								color: #ff0000;
								text-decoration: underline;
							}
						ul.MenuLeft2Level1 {
							margin: 0px;
							padding: 12px 0px 0px 0px;
						}
							ul.MenuLeft2Level1 li {
								display: inline;
							}
								ul.MenuLeft2Level1 li a {
									display: block;
									padding: 6px 36px 8px 58px;
									text-decoration: none;
									text-transform: lowercase;
									color: #2a2a2a;
									background-image: url(../images/backgrounds/menu-left2-link.gif);
									background-repeat: no-repeat;
									background-position: 36px 12px;
								}
								ul.MenuLeft2Level1 li a:hover {color: #b6ada1;}
								ul.MenuLeft2Level1 li a.Active {
									color: white;
									background-image: url(../images/backgrounds/menu-left2-link-lvl2-active.png);
									background-position: 0px 4px;
								}
								ul.MenuLeft2Level2 {
									margin: 0px;
									padding: 0px 16px 1px 52px;
									background-color: #b6ada1;
								}
									ul.MenuLeft2Level2 li {
										display: inline;
									}
										ul.MenuLeft2Level2 li a {
											display: block;
											padding: 3px 0px 1px 19px;
											text-decoration: none;
											text-transform: lowercase;
											color: white;
											background-image: url(../images/backgrounds/menu-left2-link-lvl2-normal.gif);
											background-position: 0px 0px;
											background-repeat: no-repeat;
										}
										ul.MenuLeft2Level2 li a.First, ul.MenuLeft2Level2 li a.ActiveFirst {
											background-image: url(../images/backgrounds/menu-left2-link-lvl2-first.gif);
											background-position: 0px 10px;
										}
										ul.MenuLeft2Level2 li a:hover, ul.MenuLeft2Level2 li a.Active, ul.MenuLeft2Level2 li a.ActiveFirst {color: #2a2a2a;}
										ul.MenuLeft2Level2 li a.Active {
											background-image: url(../images/backgrounds/menu-left2-link-lvl2-normal.gif);
											background-position: 0px 0px;
										}
						.MenuLeft2Separator {
							width: 178px;
							height:  2px;
							margin: 4px 0px 22px 38px;
							background-image: url(../images/backgrounds/menu-left2-separator.gif);
							background-repeat: no-repeat;
						}
						.MenuLeft2Separator2 {
							width: 238px;
							height:  2px;
							/*margin: 4px 0px 22px 38px;*/
							background-image: url(../images/backgrounds/menu-left2-separator.gif);
							background-repeat: repeat-x;
						}
						.MenuLeft2Content {
							padding: 26px 0px 0px 12px;
						}
							#SearchPrice {
								padding: 10px 0px;
							}
								#SearchSelectProductCategory {
									width: 214px;
									margin-left: 1px;
								}
								.BtnSearch {
									padding-top: 3px;
									float: left;
								}
								#BtnSearchCode {
									margin: 6px 0px 0px 6px;
								}
								.SearchInputTextPrice {
									width: 39px;
									height: 17px;
									padding: 3px 4px 0px 0px;
									margin-top: 2px;
									margin-left: 2px;
									font-size: 12px;
									text-align: right;
									font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
									color: #2a2a2a;
									border-width: 0px;
									background-image: url(../images/backgrounds/input_search.png);
									background-repeat: no-repeat;
									_background-attachment: fixed;
									float: left;
								}
								.ImgSearchArrows {
									padding: 0px 8px 0px 3px;
									width:  13px;
									height: 23px;
									border-width: 0px;
									float: left;
								}
								#SearchPriceFrom, #SearchPriceTo, .SearchCurrency {
									padding-top: 5px;
									font-size: 12px;
									float: left;
								}
								.SearchCurrency {
									/*float: left;*/
								}
							#SearchCode {
								padding-top: 13px;
							}
								#SearchCodeCaption {
									width: 85px;
									float: left;
								}

							#FormSearchBrand {
								margin: 10px 0px 0px 0px;
							}
								#SearchSelectBrand {
									margin: 15px 0px 0px 1px;
									width: 214px;
								}




			#ContentPanelRight {
				width: 727px;
				padding: 0px 11px 15px 0px;
				color: #2a2a2a;
				float: left;
			}
				#ContentPanelRightInner {
				}
					.PathNodes {
						margin: 0px 0px 14px 0px;
					}
					.PathNodes, .PathNodes a {
						color: #91887b;
					}


					#ContentLeft {
						width: 497px;
						float: left;
					}
					#ContentLeftTop {
						padding: 0px;
						background-image: url(../images/backgrounds/content-panel-right_left.png);
						background-repeat: no-repeat;
						background-position: left bottom;
					}
					#ContentRight, #ContentRightPathNodes {
						width: 216px;
						margin-top: 41px;
						float: right;
					}
					#ContentRightPathNodes {
						margin-top: 21px;
					}


/* Styles by Maya */
.descr a, .descr a:link, .descr a:visited {
	text-decoration: none;
	color: #be0000;
}
.descr a:hover {text-decoration: underline;}


.box {
	margin: 0 0 12px;
	width: 216px;
	background: transparent url(../images/backgrounds/box_bg.png) top left repeat-y;
}

.box_bottom {
	background: transparent url(../images/backgrounds/box_bottom_bg.png) bottom left no-repeat;
}

.box_top {
	padding: 16px 14px 20px;
	background: transparent url(../images/backgrounds/box_top_bg.png) top left no-repeat;
}

.dark {
	background: transparent url(../images/backgrounds/box_dark_bg.png) top left repeat-y;
}

.dark .box_bottom {
	background: transparent url(../images/backgrounds/box_dark_bottom_bg.png) bottom left no-repeat;
}

.dark .box_top {
	padding: 16px 14px 20px;
	background: transparent url(../images/backgrounds/box_dark_top_bg.png) top left no-repeat;
}

.box_title {
	margin: 0 0 16px;
	padding: 0 0 0 28px;
	height: 19px;
	font-size: 14px;
	text-transform: lowercase;
	color: #be0000;
	background: transparent url(../images/backgrounds/title.gif) top left no-repeat;
}

.prod_title {
	margin: 0 0 14px;
}
.prod_title, .prod_title a {
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #2a2a2a;
}

.prod_img {
	float: left;
	width: 102px;
	height: 122px;
}

.prod_img img {border: 1px solid #ad1b19;}

.descr {
	float: right;
	width: 80px;
}

.prices p { margin: 0 0 4px; text-align: center;}

.price { font-weight: bold; color: #be0000;}

.old_price { text-decoration: line-through;}

a.details, a.details:link, a.details:visited {
	display: block;
	margin: 0 0 9px;
	padding: 0 0 0 14px;
	width: 66px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	color: #4b4332;
	background: transparent url(../images/backgrounds/a_details_bg.png) top left no-repeat;
}

a.details:hover {
	color: #be0000;
	text-decoration: none;
	background: transparent url(../images/backgrounds/a_details_bg.png) bottom left no-repeat;
}

.descr .SearchInputTextPrice { /* Added by Kalin */
	margin-bottom: 4px;
	float: right;
}

a.buy, a.buy:link, a.buy:visited {
	display: block;
	padding: 0 0 0 22px;
	width: 58px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	color: #496806;
	background: transparent url(../images/backgrounds/a_buy_bg.png) top left no-repeat;
}

a.buy:hover {
	color: #be0000;
	text-decoration: none;
	background: transparent url(../images/backgrounds/a_buy_bg.png) bottom left no-repeat;
}
/* End: Styles by Maya */


						.ProductItemPriceOld {
							text-decoration: line-through;
							font-size: 11px;
							color: #2a2a2a;
						}
						.box_ProductItemPromo {
							background-repeat: no-repeat;
							background-position: 125px 49px;
						}
							.ProductItemPromo_bg {background-image: url(../images/productitems/promo_bg.png);}
							.ProductItemPromo_en {background-image: url(../images/productitems/promo_en.png);}
							.ProductItemPromo_ru {background-image: url(../images/productitems/promo_ru.png);}

						.ProductItemsBox {
							width: 216px;
							margin-bottom: 12px;
							background-color: #faf8f4;
							background-image: url(../images/backgrounds/best-selling_middle.gif);
							background-repeat: repeat-y;
						}
							.ProductItemsBoxTop, .ProductItemsBoxBottom {
								width: 216px;
								height: 16px;
								background-repeat: no-repeat;
							}
							.ProductItemsBoxTop {
								background-image: url(../images/backgrounds/best-selling_top.png);
							}
							.ProductItemsBoxBottom {
								background-image: url(../images/backgrounds/best-selling_bottom.png);
							}
							.ProductItemsBoxTitle {
								padding: 9px 0px 31px 26px;
								background-position: 0px 9px;
							}
							.ProductItemsBoxName {
								display: block;
								font-size: 14px;
								font-weight: bold;
								color: #be0000;
							}
							.ProductItemsBoxCode {
								padding: 0px 0px 18px 0px;
							}
							.ProductItemsBoxLink {
								padding-right: 26px;
								font-size: 13px;
								text-align: right;
							}
								.ProductItemsBoxLink a {
									color: #be0000;
								}


					h1 {
						margin: 0px 0px 10px 0px;
						padding: 0px 0px 2px 0px;
						font-size: 14px;
						color: #be0000;
						border-bottom: 6px #be0000 solid;
					}
					h1.Promo {
						color: #ff8105;
						border-bottom-color: #ff8105;
					}
					h1.NoPathNodes {
						margin-top: 20px;
					}
					h1.H1RecentProducts {
						margin-top: 18px;
						color: #70a303;
						border-bottom-color: #70a303;
					}


					.HtmlContent {
						padding: 0px 0px 17px 32px;
					}
						.HtmlContent ul {
							padding: 0px;
							margin: 0px 0px 25px 4px;
						}
						.HtmlContent ul li {
							padding: 0px 0px 0px 17px;
							margin: 0px;
							list-style: none;
							background-image: url(../images/backgrounds/li.gif);
							background-repeat: no-repeat;
							background-position: left 8px;
						}
						.HtmlContent a.LinkSpecial {
							font-weight: bold;
						}
						.HtmlContent .tables {
							width: 465px;
							border-width: 0px;
						}
						.HtmlContent .tables .tr1 {
							text-align: center;
							background-color: #b6ada1;
						}
						.HtmlContent .tables .tr2 {
							text-align: center;
							background-color: #faf8f4;
						}
						.HtmlContent .tables .tr3 {
							text-align: center;
							background-color: #e8dfcc;
						}

						.HtmlContent a {
							text-decoration: none;
							color: #be0000;
						}
						.HtmlContent a:hover {text-decoration: underline;}

					.RecentProducts {
						margin-bottom: 30px;
					}
					.RecentProduct {
						width:  243px;
						min-height: 214px;
						background-image: url(../images/backgrounds/productitem-recent.png);
						background-repeat: no-repeat;
						background-position: left bottom;
						float: left;
					}
					.RecentProductFirst {
						margin-right: 11px;
					}
					.RecentProductPromo {
						background-repeat: no-repeat;
						background-position: right top;
					}
						.ProductItemRecentName {
							margin: 33px 0px 16px 15px;
							font-weight: bold;
							text-align: left;
							text-decoration: underline;
							text-transform: uppercase;
						}
						.ProductItemRecentImage {
							width: 118px;
							text-align: right;
							float: left;
						}
							.ProductItemRecentImage img {
								border: 1px #ad1b19 solid;
							}
						.ProductItemRecentInfo {
							width: 123px;
							float: right;
						}
							.ProductItemRecentPriceCaption, .ProductItemRecentPrice {
								text-align: center;
							}
							.ProductItemRecentPrice {
								font-size: 14px;
								font-weight: bold;
								white-space: nowrap;
								color: #be0000;
							}
							.ProductItemRecentButtons {
								margin-left: 21px;
							}
								a.LinkProductItemRecentDetails, a.LinkProductItemRecentBuy {
									display: block;
									height: 20px;
									text-align: center;
									text-decoration: none;
									background-repeat: no-repeat;
									float: left;
								}
								a.LinkProductItemRecentDetails {
									width: 64px;
									padding: 0px 3px 0px 14px;
									margin-top: 23px;
									color: #4a412e;
									background-image: url(../images/backgrounds/productitem-button-details.png);
								}
								.RecentProductPromo a.LinkProductItemRecentDetails {
									margin-top: 7px;
								}
								.ProductItemRecentButtons .SearchInputTextPrice {
									margin: 9px 22px 0px 0px;
									float: right;
								}
								a.LinkProductItemRecentBuy {
									width: 49px;
									padding: 0px 9px 0px 23px;
									margin: 4px 0px 15px 0px;
									color: #486803;
									background-image: url(../images/backgrounds/productitem-button-buy.png);
								}


			#Credits {
				height: 88px;
				margin: 0px 0px 0px 0px;
				background-image: url(../images/backgrounds/credits.png);
				background-repeat: no-repeat;
				background-position: center 20px;
			}


#Footer {
	height: 120px;
	font-size: 12px;
	color: #e8dfcc;
	background-color: #2a2a2a;
}
	#FooterContent {
		width: 1002px;
		margin: 0px auto;
		padding: 10px 11px 0px 11px;
	}
		#FooterContent img {
			padding: 0px;
			margin: 0px;
			float: right;
		}
		#FooterPanelLeft {
			width: 181px;
			float: left;
		}
		#FooterPanelRight {
			width: 700px;
			float: left;
		}
	#FooterContent ul {
		margin: 0px;
		padding: 0px;
	}
	#FooterContent li {display: inline;}
	#FooterContent a {
		padding-right: 8px;
		text-decoration: none;
		color: #e8dfcc;
	}
	#FooterContent a:hover, #FooterContent a.Active {text-decoration: underline;}


/* ************************************************************************* */


.ImgCaptcha {
	width: 100px;
	height: 50px;
}
#btn_submit {
	vertical-align: top;
	color: white;
	background-color: #be0000;
	border: #333 1px solid;
	cursor: hand;
}
#btn_submit:hover {
	background-color: #cc3535;
	border: #999 1px solid;
}
img.ImgLoadingVisible, img.ImgLoadingHidden {
	width:  16px;
	height: 16px;
	margin-bottom: 3px;
	vertical-align: bottom;
}
img.ImgLoadingHidden {visibility: hidden;}
form {margin-top: 0px;}


.Nowrap {white-space: nowrap;}


.TextRequired {color: red;}
.Cleaner {clear: both;}


* html .visualIEFloatFix {height: 0.01%;}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #be0000;
}


.TdCenter {text-align: center;}


a.Button {
	display: block;
	width: 165px;
	height: 29px;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	color: white;
	background-image: url(../images/backgrounds/button.png);
	background-repeat: no-repeat;
}
a.Button:hover {text-decoration: none;}


span.Sup {
	font-size: 11px;
	vertical-align: top;
}


.TblDetails th {
	vertical-align: top;
	text-align: left;
}
.TblDetails .TextRequired {padding-left: 8px;}
.TblDetails td .InputText, .TblDetails td .InputTextarea, .TblDetails td .InputSelect {
	padding-left: 2px;
	padding-right: 2px;
	width: 186px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
	border-width: 0px;
	background-repeat: no-repeat;
	_background-attachment: fixed;
}
.TblDetails td .InputText {
	height: 18px;
	background-image: url(../images/backgrounds/input_details.png);
}
.TblDetails td .InputTextarea {
	height: 55px;
	background-image: url(../images/backgrounds/textarea_details.png);
}
.TblDetails td .InputSelect {
	width: 190px;
}
#CityOther {
	padding-top: 5px;
}


.TblDetailsMain {
	width: 100%;
}
	.TblDetailsMain th {
		padding-top:    4px;
		padding-bottom: 5px;
		color: #fefaf2;
	}
	.TblDetailsMain tr.TrTopLine th {
		background-color: #be0000;
	}
	.TblDetailsMain tr.TrBottomLine th {
		background-color: #cec6bb;
		text-align: right;
	}
	.TblDetailsMain td {
		padding-top:    5px;
		padding-bottom: 7px;
		vertical-align: top;
		background-color: #fefaf2;
	}
	.TblDetailsMain th, .TblDetailsMain td  {
		padding-left:  5px;
		padding-right: 5px;
		border-right:  white 2px solid;
		border-bottom: white 4px solid;
	}
		.ImgCartDelete {
			width: 12px;
			height: 16px;
			border-width: 0px;
		}
	.TblDetailsMain img.ImgThumbProductItem {
		border: #a70c0a 1px solid;
	}
	.TblDetailsMain span.ProductItemName {
		font-weight: bold;
		text-decoration: underline;
	}

	.TblDetailsMain th.ThTotal {
		color: #be0000;
		white-space: nowrap;
	}
	.TblDetailsMain .DivQuantity {width: 59px;}
		.TblDetailsMain .DivQuantity img {padding-right: 0px;}
		.TblDetailsMain .DivQuantity input {margin-left: 0px;}


.TblDetailsMain textarea {
	width: 102px;
	height: 74px;
	padding: 6px;
	background-image: url(../images/backgrounds/textarea_colors.png);
	background-repeat: no-repeat;
	border-width: 0px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	color: #2a2a2a;
}
.TblDetailsMain textarea.ColorPreferencesBlank {color: #999;}


a.BtnSmall {
	display: block;
	width: 77px;
	height: 19px;
	padding: 1px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: white;
	background-image: url(../images/backgrounds/button_small.png);
	background-repeat: no-repeat;
}


a.BtnNormal {
	height: 19px;
	padding: 1px 24px 0px 0px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #be0000;
	background-image: url(../images/backgrounds/title.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.DivSubmit {
	width: 530px;
	margin-top: 14px;
	text-align: center;
}
.DivSubmit a.BtnNormal {
	width: 300px;
	margin: 0px auto;
}


.AdditionalNote {
	padding-right: 15px;
	text-align: right;
	font-style: italic;
	color: red;
}

#MenuTop2 .Blog {
	font-weight: bold;
	color: #c00;
}

