﻿body
{
	padding:0px;
	margin:0px;
	height:100%;
	font-family:Verdana;
	font-size:11px;
}

/* General Style */
.pageHeader
{
	font-family:Arial;
	font-size:25px;
	color:#000000;	
	font-weight:bold;
	height:40px;
	vertical-align:middle;
	padding-top:5px;
	padding-left:5px;
}

.pageHeaderSub
{
	font-family:Arial;
	font-size:12px;
	color:#000000;	
	font-weight:bold;
	height:15px;
	vertical-align:middle;
	padding-top:0px;
	padding-left:5px;
}

.pageHeaderSmall
{
	font-family:Arial;
	font-size:15px;
	color:#000000;	
	font-weight:bold;
	height:40px;
	vertical-align:middle;
	padding-top:5px;
	padding-left:5px;
}
.rightDvHeader
{
	font-size:12px;
	font-weight:bold;
}
.dvImg
{
	border:1px solid #BBBCBC;
	padding:2px;	
}

.ContentDV
{
	width:600px;
	margin:0px auto;
	background-color:#EEEEEE;
	border:1px solid #B8BABB;
	padding:20px;
	margin-top:20px;
}

.LinkTitleDv
{
	border:1px solid #0694C8;
	font-weight:bold;
	padding:3px;
	background-color:#0694C8;
	color:#FFFFFF;
}

.lnkLinkSite
{
	text-decoration:underline;
	color:#0694C8;
}

a
{
	text-decoration:none;
	color:#000000;	
}




#dvSite
{
	width:1000px;
	margin:0px auto;	
}


/* Header style */
#dvHeader
{
	width:1000px;
	height:192px;
}

#dvTop
{
	width:1000px;
	height:40px;
	background-color:#129CCA;
	border-bottom:1px solid #38C0EE;
}

#dvName
{
	width:1000px;
	height:150px;
	background-color:#13A6D9;
	border-bottom:1px solid #1196C3;
}


/* Menu Style */
#dvMenu
{
	width:1000px;
	height:20px;
	background-color:#13A9DB;
	
	border-bottom:1px solid #1196C3;
	color:#033547;
	
}
.tblMenu
{
	width:1000px;	
}
.tblMenu tr td
{
	width:100px;	
}





/* content style */
.Content
{
	width:1000px;
}

.ContentLeft
{
	width:700px;
	float:left;	
}
.NavigatePath
{
	width:698px;
	height:40px;
	background-color:#E9E9E9;
	border-bottom:1px solid #B8BABB;
	border-right:1px solid #FFFFFF;
}

.NavigatePathHome
{
	width:698px;
	height:70px;
	background-color:#E9E9E9;
	border-bottom:1px solid #B8BABB;
	border-right:1px solid #FFFFFF;
}

.NavigatePathShop
{
	width:748px;
	height:40px;
	background-color:#E9E9E9;
	border-bottom:1px solid #B8BABB;
	border-right:1px solid #FFFFFF;
}

.ContentRight
{
	width:298px;	
	float:right;
	border-left:1px solid #BBBCBC;
	border-right:1px solid #B8BABB;
}

.ContentAdd1
{
	width:298px;
	border-bottom:1px solid #BBBCBC;
	background-color:#CECECE;	
	height:260px;
}

.ContentAdd
{
	width:298px;
	border-top:1px solid #EDEDED;
	border-bottom:1px solid #BBBCBC;
	background-color:#CECECE;	
	height:260px;
}

/* Footer Style */

#dvFooter
{
	width:1000px;	
	height:193px;
}

#dvFooterTop
{
	width:1000px;
	height:20px;
	background-color:#13A9DB;
	border-top:1px solid #1196C3;
	border-bottom:1px solid #1196C3;
	color:#033547;
}

#dvFooterInfo
{
	width:1000px;
	height:150px;
	background-color:#13A6D9;
	border-bottom:1px solid #38C0EE;
}

#dvCopyRight
{
	width:1000px;
	height:20px;
	background-color:#129CCA;
	color:#FFFFFF;
}

/* Tearoom Design */

.Box1
{
	background-image:url(Tearooms/Tearooms_Box1.png);
	background-repeat:no-repeat;
	width:270px;
	height:200px;	
}
.Box2
{
	background-image:url(Tearooms/Tearooms_Box2.png);
	background-repeat:no-repeat;
	width:270px;
	height:200px;	
}


/* Teamenu Design */

.MenuMiddle
{
	background-image:url(imagesMenu/Menuback.png);
	background-repeat:repeat-y;
	width:550px;
	padding-left:25px;
	padding-right:10px;
	color:#FFFFFF;
}


/* shop design */

.ContentShop
{
	width:1000px;
}

.ContentLeftShop
{
	width:750px;
	float:right;	
}
.NavigatePathShop
{
	width:748px;
	height:40px;
	background-color:#E9E9E9;
	border-bottom:1px solid #B8BABB;
	border-right:1px solid #FFFFFF;
}

.ContentRightShop
{
	width:248px;	
	float:left;
	border-left:1px solid #BBBCBC;
	border-right:1px solid #B8BABB;
}

.tblGrid
{
	background-color:#D6D6D6;	
	width:100%;
}
.tblGrid tr td, .tblGrid tr th
{
	background-color:#ffffff;
	padding:10px;
}



.lnkViewDetail
{
	background-image:url(images/ViewDetail1.png);
	background-repeat:no-repeat;
	width:100px;
	height:20px;	
}

.lnkViewCart
{
	background-image:url(images/ViewCart1.png);
	background-repeat:no-repeat;
	width:150px;
	height:30px;
}

.lnkAddToCart
{
	background-image:url(images/AddToCart1.png);
	background-repeat:no-repeat;
	width:150px;
	height:30px;
}

.cartEdit
{
	background-image:url(images/edit_Cart.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
}
.cartDelete
{
	background-image:url(images/remove_from_shopping_cart.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
}

.cartUpdate
{
	background-image:url(images/shopping_cart_accept.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
}

.cancel
{
	background-image:url(images/cancel.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
}

.txt
{
	padding:7px;
	border: 1px solid #B8BABB;
}

.btn
{
	background-color:#ffffff;
		padding:5px;
	border: 1px solid #B8BABB;
}

.txtCart
{
	border: 1px solid #E1EAF3;		
}

.tblShopCat
{
	width:100%;
}
.tblShopCat tr td, .tblShopCat tr th
{
	padding:10px;
	font-weight:bold;
	border-bottom: 1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
}

.tblShopCatbtn
{
}

.tblShopCatbtn tr td, .tblShopCatbtn tr th
{
	padding:0px;
	
}
