﻿*
{
    padding: 0px;
    margin: 0px;
}
    
body 
{
    margin-top:0;
    margin-left:0;
    margin-right:0;
    font-family: Zawgyi-One, zawgyi1, Arial, helvatical, Sans-Serif ;
}

#Wrapper
{
    font-family: Zawgyi-One, zawgyi1, Arial, helvatical, Sans-Serif ;
    color: Black;
    width:1000px;
    border: 1px solid #EEE;
}

#Main
{
    position:relative;
    background-image: url(images/LeftBar_bg.gif);
    background-repeat : repeat-y ;
}

#Header
{
    font-family : Zawgyi-One, zawgyi1, Arial, helvatical, Sans-Serif ;
    background-image : url(images/header_background.jpg) ;
    background-repeat: repeat-x ;
    clear: both;
    width: 100%;
    height: 160px;
    border-bottom: 1px solid #EEE;
    position: relative ;
    
}

#Header h4
{
    float: right;
    padding: 5px;
    margin: 10px;
    color: #060;
    font-size: .8em;
}

#Header ul
{
    list-style: none;
    position: absolute;
    top: 35px;
    right:5px;
    font-size: small;
}

#Header li
{
    display: inline;
    margin-right: 5px;
   
}

#Header a:link, #Header a:visited
{
    text-decoration : none;
    color: #FFF;
}

#Header a:hover
{
    text-decoration : none;
    color: #F00;
}

#DateBox
{
    position:absolute ;
    top: 140px;
    right: 10px;
    font-size: .75em;

}

#FontDownload
{
    position:absolute ;
    top: 140px;
    left: 10px;
    font-size: .75em;

}
#Logo
{
    float:left;
}

#Banner
{
    position: absolute;
    top: 65px;
    left: 5px;
    padding: 2px;
}

#SearchBox
{
    position: absolute;
    top: 65px;
    right: 0px;
    height:75px;
    border: 1px solid #EEE;
}

#Footer
{
    font-family : Zawgyi-One, zawgyi1, Arial, helvatical, Sans-Serif ;
    clear: both ;
    width: 100%;
    Border-top: 1px solid #888;
}

#Footer h4, #Footer p
{
    font-size : .8em;
    text-align: center;
    margin: 0;
}

#Footer a:link, a:visited
{
    text-decoration : none;
    color: #08F ;
}


#LeftBar
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 160px;
    padding:0;
    background-color: #C3E7C3 ;
    /*background-image: url(images/LeftBar_bg.gif);
    'background-repeat : repeat-y ;*/
}

#LeftBar ul
{
    list-style : none;
    margin:0;
    padding:0;
    /*padding-right: 5px;*/
}

#LeftBar li
{
    font-family : Zawgyi-One, zawgyi1, Arial, helvatical, Sans-Serif ;
    font-size: .75em;
    border-bottom: 1px solid #008;
    /*padding-left: 5px;
    padding-right: 5px;*/
    padding: 0;
}

#LeftBar a:link, #LeftBar a:visited
{
    text-decoration : none;
    color: #060;
    display: block;
    padding-left: 5px;
}

#LeftBar a:hover
{
    text-decoration : none;
    color: #FFF;
    display: block;
    background-color: Green;
    padding-left: 5px;    
}

#LeftBar h4
{
    background-image: url(images/h4bg.jpg);
    background-repeat: no-repeat ;
    font-size : .8em;
    color: #FFF;
    margin:0px;
    padding-left:5px;
    padding-right: 5px;
    border-bottom: 1px solid #FFF;
}



#Content
{
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    margin-left: 160px;
    margin-right: 220px;
    background-color : #FFF;
    min-width: 470px;
   
}

#RightBar
{
    position:absolute ;
    top: 0px;
    right:0px;
    width: 220px;
    margin:0 0 0 630px;
    background-color: #FFF;
    
}



#ShopCartIcon
{
    border-bottom : 2px solid #fff;
    text-align:center;
}

#ShopCartIcon .ProductPrice
{
    text-align:center;
    border-bottom: 2px solid #fff;
    width:100%;
}


.Empty
{
    width:100%;
    clear: both;
    height: 1px;
}

.Center
{
    text-align : center;
    margin:0px;
    padding:0px;
}

.Container
{
    padding: 0px;
    width: 100%;
}

.SideAd
{
    width:220px;
    background-image: url(images/SideAd_bg.gif);
    background-repeat : no-repeat ;
    padding-top: 30px;
    padding-left: 47px;
    height: 400px;
    
}

.PayPalBoxStyle
{
    width:220px;
    background-image: url(images/PayPal_bg.gif);
    background-repeat : no-repeat ;
    padding-top: 20px;
    padding-left: 47px;
    height: 100px;
}

.ImageBox
{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    margin-left:auto ;
    margin-right: auto ;
    
}

.AlignCenter
{
    display: block;
    margin-left:auto ;
    margin-right: auto ;
}

.detail, td.detail
{
    font-family: Arial, Sans-Serif ;
    font-size: .75em;
}

.ProductName
{
    font-family :  Zawgyi-One, Arial, Helvatica, Sans-Serif ;
    font-size: 1em;
    color: Maroon;
    padding: 5px;
    background-color:#EEEEEE;
}

.ProductPhoto
{
    float:left;
    padding:5px;
    margin-right:5px;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
}

.ProductDesc
{
    font-family :  Zawgyi-One, Arial, Helvatica, Sans-Serif ;
    font-size: .75em;
    padding-left: 85px;
    clear:right;
}

.ProductPrice
{
    font-family :  Zawgyi-One, Arial, Helvatica, Sans-Serif ;
    font-size: .75em;
    padding: 5px;
    color: Red;
    font-weight: bold;
    clear:left;
    float:left;
}

.AddToCartButton
{
    font-family :  Zawgyi-One, Arial, Helvatica, Sans-Serif ;
    font-size: .75em;
    float: right;
}

.Separator
{
    width: 100%;
    border-top: 1px solid Red;
}

.PageNavigation
{
    text-align: center;
    font-family : Arial, Sans-Serif ;
    font-size : .75em;
    font-weight : bold;
}

.PageNavigation a
{
    text-decoration : none;
}
.AdminHeader
{
    font-family : Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    color: Navy;
}

.AdminErrorMessage
{
    font-family : Arial, Sans-Serif;
    font-size: .75em;
    font-weight: bold;
    color: Red;
}

.DataGrids
{
    font-family : Zawgyi-One , zawgyi1 , Arial, Sans-Serif ;
    font-size: .75em;
}

.HilightRed
{
    font-family :  Zawgyi-One, Arial, Helvatica, Sans-Serif ;
    font-size: .75em;
    font-weight : bold;
    color: Red;
}

.Myanmar
{
    font-family : Zawgyi-One, zawgyi1, Arial, helvatical, Sans-Serif ;
}


	/* jQuery lightBox plugin - Gallery style */
	.gallery {
		background-color: #fff;
		padding: 2px;
		width: 79px;
	}
	.gallery ul { list-style: none; }
	.gallery ul li { display: inline; }
	.gallery ul img {
		border: 1px solid #3e3e3e;
		border-width: 1px 1px 1px;
	}
	.gallery ul a:hover img {
		border: 1px solid #fff;
		border-width: 1px 1px 1px;
		color: #fff;
	}
	.gallery ul a:hover { color: #fff; }

