﻿/*------------------------------ Generic Styles ------------------------------*/
body
{
	margin: 0px 0px 0px 0px;
	background-color: #b9b9b9;
	direction: ltr;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	color: #282828;
	height:100%;
}
td
{
	font-family: Arial;
	font-weight: normal;
	font-size:12px;
	color:#5f5f5f;
}
select
{
	font-family: verdana;
	font-weight: normal;
	font-size:11px;
	text-align:left;
	color:#5f5f5f;
}
input
{
	font-family: verdana;
	font-weight: normal;
	font-size:11px;
	text-align:left;
	color:#5f5f5f;
}
textarea
{
	font-family: Arial;
	font-weight: normal;
	font-size:12px;
	text-align:left;
	color:#5f5f5f;
}
label
{
	color:#5f5f5f;
	font-family: Arial;
}
a
{
	text-decoration: none;
	color: #5f5f5f;
}

a:link
{
	text-decoration: none;
	color: #5f5f5f;
}

a:visited
{
	text-decoration: none;
	color: #5f5f5f;
}

a:hover
{
	text-decoration:underline;
	color: #980017;
}

.ImageClass
{
	border-width: 0px;
	cursor: pointer;
	text-align: center;
	vertical-align:middle;
}
.ImageTop
{
	border-width: 0px;
	text-align: center;
	vertical-align:top;
}
.MiddleImage
{
	border-width: 0px;
	text-align: center;
	vertical-align:middle;
}
.AlignRight
{
	text-align:right;
}
.AlignLeft
{
	text-align:left;
}
/*-----------------------------------------------------------------------------*/
/*--------------------------Main Page Settings --------------------------------*/
.MainPageLeft
{
	width:270px;
	padding-left:2px;
	padding-right:0px;
	padding-top:4px;
}
.MainPageContent
{
	padding-left:3px;
	padding-right:8px;
	padding-top:26px;
}
.MainTable
{
	background-color:White;
}
/*-----------------------------------------------------------------------------*/
/*--------------------------Header Control ------------------------------------*/
.RefHeader
{
	background-color:#9a001a;
	padding-left:10px;
	text-align:left;
}
.TopHeader
{
	color:White;
	background-color:#9a001a;
	padding:3px;
	text-align:right;
}
.TopHeaderLink
{
	color:White;
	padding:3px 8 3 8;
}
.TopHeaderLink a
{
	color:White;
	font-size:11px;
	cursor:pointer;
}
.TopHeaderLink a:link, .TopHeaderLink a:hover, .TopHeaderLink a:visited
{
	color:White;
	font-size:11px;
}
.TopLanguage
{
	color:White;
	font-family:Tahoma;
	font-size:11px;
	text-align:center;
	background-color:#6f0011;
	padding:1 3 1 3;
	border-left:solid 1px white;
}
.TopLanguage a:link, .TopLanguage a:visited, .TopLanguage a:hover
{
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	color:White;
	text-decoration:none;
}

.TopHeaderMenu
{
	color:White;
	padding:3px 8 3 8;
}
.TopHeaderMenu a
{
	color:#9a001a;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}
.TopHeaderMenu a:link, .TopHeaderMenu a:hover, .TopHeaderMenu a:visited
{
	color:#9a001a;
	font-weight:bold;
	font-size:11px;
}
/*--------------------------------Title Control -----------------------*/
/*---------------------------------------------------------------------*/
.TitleMiddle
{
	background-image:url(../images/en/middletitle.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	color:White;
	font-weight:normal;
	font-family:Verdana;
	font-size:16px;
	padding-bottom:2px;
}
/*----------------------------------------------------------------------*/
/*-------------------------------Search Control ------------------------*/
.SearchBg
{
	background-color:#f6f6f6;
	height:72;
	border-bottom:solid 1px #e2e2e2;
	text-align:center;
}
.SearchText
{
	border-right-width:0px;
	border-left:solid 1px #dfdfdf;
	border-top:solid 1px #dfdfdf;
	border-bottom:solid 1px #dfdfdf;
	font-size:10px;
	vertical-align:middle;
	padding-top:4px;
	height:23px;
	padding-left:4px;
	font-weight:bold;
}
.SearchTextBg
{
	width:78%;
	text-align:right;
}
.SearchBtnBg
{
	text-align:left;
}
.SearchBtn
{
	background-color:#f4f4f4;
	background-image:url(../images/en/searchbtn.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:24px;
	height:23px;
	cursor:pointer;
	border-width:0px;
	padding-bottom:5px;
}
/*---------------------------------------------------------------------------*/
/*------------------------ Menu Items ---------------------------------------*/
.MenuBg
{
	background-image:url(../images/en/menubg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	text-align:left;
	height:34px;
}
.MenuLinkSelected
{
	background-color:#e2e2e2;
	color:#396aac;
	font-size:12px;
	padding:0 10 5 10;
	height:30px;
	font-weight:bold;
	vertical-align:middle;
}
.MenuLinkSelected a:link, .MenuLinkSelected a:visited
{
	color:#396aac;
	font-size:12px;
	font-weight:bold;
}
.MenuLinkSelected a:hover
{
	color:#6588be;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.MenuLink
{
	color:#396aac;
	font-size:12px;
	padding:0 10 5 10;
	height:30px;
	font-weight:bold;
	vertical-align:middle;
}
.MenuLink a:link, .MenuLink a:visited
{
	color:#396aac;
	font-weight:bold;
	font-size:12px;
}
.MenuLink a:hover
{
	color:#6588be;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
/*--------------------------------------------------------------*/
/*--------------------------- Other Controls -------------------*/
.NewsletterHead
{
	color:Black;
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
	white-space:nowrap;
}
.SearchControl
{
	background-image:url(../images/en/searchbg2.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	text-align:left;
	height:36px;
	padding-left:13px;
}
.SearchBtn2
{
	background-color:#f4f4f4;
	background-image:url(../images/en/search.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:120px;
	height:23px;
	cursor:pointer;
	border-width:0px;
}
.BodyContentHead
{
	background-image:url(../images/en/BodyContentHead.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	height:33px;
	width:730px;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#282828;
}
.BodyContent
{
	background-color:White;
	background-image:url(../images/en/bodybg.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	height:100%;
}
.LeftMenuFooter
{
	background-image:url(../images/en/categoryfooter.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:15px;
}
.LeftMenuhead
{
	background-image:url(../images/en/LeftMenu.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:35px;
	color:White;
	font-weight:bold;
	font-size:14px;
	padding-left:32px;
	padding-bottom:10px;
	padding-top:0px;
	letter-spacing:0px;
}
.MenuItems
{
	background-image:url(../images/en/meniitem.jpg);
	background-position:center center;
	background-repeat:repeat-y;
	padding-left:26px;
}
.LeftMenuLink
{
	font-size:11px;
	padding:1px 0 1 5px;
	color:black;
	width:94%;
}
.LeftMenuLink a:link,.LeftMenuLink a:visited
{
	color:black;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.LeftMenuLink a:hover
{
	color:#8c8c8c;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
.DisplayName
{
	color:#a0a0a0;
	font-size:12px;
	font-weight:bold;
}
.Footer
{
	background-color:#f4f4f4;
	height:10px;
}
/*-----------------------------------------------------------------*/
/*----------------------- List Page -------------------------------*/
.ListTable
{
	background-color:White;
	border:solid 1px #f0f0f0;
}
.ReturnTo
{
	color:#438fb2;
	padding:5px 12 5 10;
	text-align:right;
	font-weight:bold;
	text-decoration:underline;
}
.ReturnTo a:link, .ReturnTo a:visited
{
	color:#438fb2;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:underline;
}
.ReturnTo a:hover
{
	color:#83b8d1;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:underline;
}
.PrintBg
{
	background-image:url(../images/en/PrintBg.jpg);
	background-position:center center;
	background-repeat:repeat-y;
	height:50px;
	text-align:center;
	vertical-align:top;
}
.PrintBtn
{
	background-color:White;
	background-image:url(../images/en/PrintBtn.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	width:130px;
	height:40px;
	border-width:0px;
	cursor:pointer;
}
.ListBg
{
	background-color:White;
	background-image:url(../images/en/ListBg.jpg);
	background-position:center center;
	background-repeat:repeat-y;
	padding-top:10px;
	padding-left:30px;
}
.ListLink
{
	
} 
.ListLink a:link, .ListLink a:visited
{
	color:#438fb2;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:underline;
}
.ListLink a:hover
{
	color:#83b8d1;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:underline;
}
.ListItem
{
	color:Black;
	font-weight:bold;
}
.ListItemPrice
{
	color:Black;
	font-weight:normal;
}
.ListStars
{
	color:#98b5d3;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}

/*--------------------------------------------------------------------*/
/*--------------------------Promotion Control ------------------------*/
.PromotionHead
{
	background-image:url(../images/en/promotionhead.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color:White;
	text-align:center;
	font-size:17px;
	padding-bottom:5px;
	height:40;
}
.PromotionBg
{
	background-image:url(../images/en/promotionbody.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:337px;
	height:406;
}
.EnterButton
{
	background-color:White;
	background-image:url(../images/en/enterbutton.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:95px;
	height:24px;
	border-width:0px;
	cursor:pointer;
}

/*---------------------------------------------------------------------------*/
/*------------------------- Bag Control ------------------------------------*/
.BagBg
{
	background-image:url(../images/en/bagbg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:357;
	height:150px;
	padding:10px;
}
.ControlBody
{
	background-image:url(../images/en/controlbody.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:326;
	height:108px;
	padding-left:14px;
	padding-right:14px;
}
.ControlHead
{
	background-image:url(../images/en/controlhead.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color:White;
	font-size:14px;
	text-align:center;
	height:31px;
	padding-bottom:4
}
.Navigation
{
	color:#4b4b4b;
	height:34px;
	vertical-align:middle;
	padding-left:15px;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana;
}
.Navigation a:link, .Navigation a:visited, .Navigation a:hover
{
	color:#3367a4;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana;
}
.tdRight
{
	background-color:#eeeeee;
	color:black;
	font-size:11px;
	font-family:Verdana;
	text-align:right;
	font-weight:normal;
	padding:4px;
	width:250px;
	white-space:nowrap;
}
.tdLeft
{
	background-color:#e0e0e0;
	color:black;
	font-size:11px;
	font-family:Verdana;
	text-align:right;
	font-weight:normal;
	padding:4px;
	width:250px;
	white-space:nowrap;
}
.MessageDesc
{
	padding:5px;
	color:black;
	font-family:Verdana;
	font-weight:normal;
	font-size:11px;
}
.Button
{
	background-color:White;
	background-image:url(../images/en/btn.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color:White;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	width:77px;
	height:24px;
	border-width:0px;
	cursor:pointer;
	padding-bottom:3px;
}
.MapButton
{
	background-color:White;
	background-image:url(../images/en/seemap.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color:White;
	font-family:Tahoma;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	width:196px;
	height:24px;
	border-width:0px;
	cursor:pointer;
	padding-bottom:3px;
}
/*-------------------------------------------------------------------------*/
/*---------------------------Stores ---------------------------------------*/
.StoreName
{
	color:#990000;
	font-size:12px;
	padding:5px;
	font-family:Verdana;
}
.StoreImage
{
	border:solid 1px #e2e2e2;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
.StoreMap
{
	background-color:#eeeeee;
	text-align:center;
	vertical-align:middle;
	padding:10px;
	height:150px;
	border-right:solid 1px white;
	border-left:solid 1px white;
}
.StoreHead
{
	background-color:#c6c6c6;
	color:#990019;
	font-family:Verdana;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	padding:6px 0 6px 0;
	border-left:solid 1px white;
}
.StoreRight2
{
	background-color:#eeeeee;
	color:black;
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	border:solid 1px white;
	padding:4px;
	width:15%;
}
.StoreRight
{
	background-color:#eeeeee;
	color:black;
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	border:solid 1px white;
	padding:4px;
	width:15%;
}
.StoreLeft
{
	background-color:#e0e0e0;
	padding:4px;
	border:solid 1px white;
	color:black;
	font-size:11px;
	font-family:Verdana;
	text-align:right;
	font-weight:normal;
	width:15%;
}
.StoreLink
{
	color:#990000;
	background-color:#c6c6c6;
	font-size:12px;
	padding:2px;
	font-family:Verdana;
}
.StoreLink a:link,.StoreLink a:visited,.StoreLink a:hover
{
	color:#990000;
	font-size:12px;
	font-family:Verdana;
}

/*----------------------------------------------------------------------*/
/*---------------------------- Promotions ------------------------------*/
.PromotionMainTable
{
	background-color:#e9ecf3;
}
.PromotionItem
{
	background-image: url(../images/en/item_bg.gif); 
	width: 66px; 
	height: 69px;
	text-align: center; 
	vertical-align: middle;
}
.NavButton
{
	font-family:Verdana;
	font-size:11px;
	color:#b9babc;
	width:50px;
	white-space:nowrap;
}
.PromotionMsg
{
	color:#263d88;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	padding:2 0 2 5;
}
.Price
{
	color:#263d88;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.Desc
{
	color:#263d88;
	font-weight:normal;
	font-size:14px;
	text-align:center;
}
.PromoDiv
{
	background-color:#797979;
	padding:6px;
	border:solid 1px #d6d6d8;
	text-align:center;
}
.PromotionLink
{
	color:White;
	height:30px;
	cursor:pointer;
}
.PromotionLink a
{
	color:White;
	cursor:pointer;
}
.PromotionLink a:link, .PromotionLink a:hover, .PromotionLink a:visited
{
	color:White;
}

.PromotionLinkMain
{
	color:white;
	font-size:11px;
	font-weight:bold;
	background-color:#bfbfbf;
	width:310px;
	vertical-align:middle;
	text-align:center;
	padding:6 5 6 5;
	border:solid 1px white;
}
.PromotionLinkMain a
{
	color:white;
	font-size:12px;
	font-weight:bold;
}
.PromotionLinkMain a:link, .PromotionLinkMain a:visited, .PromotionLinkMain a:hover
{
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.PromoButton
{
	color:white;
	font-size:11px;
	font-weight:bold;
	background-color:#9fa0a4;
	width:120px;
	vertical-align:middle;
	text-align:center;
	padding:4 5 4 5;
	border:solid 1px white;
}
.PromoButton a
{
	color:white;
	font-size:12px;
	font-weight:normal;
	cursor:pointer;
}
.PromoButton a:link, .PromoButton a:visited, .PromoButton a:hover
{
	color:white;
	font-size:12px;
	font-weight:normal;
}
.error 
{
color:red;
text-align:center;
font-size:14px;
}
.DroplistStyle
{
	font-family:Verdana;
	font-size:10px;
	color:#6c6d71;
	font-weight:normal;
}
