﻿body 
{
    margin: 0px;
    /*background-color: #ddd;*/
    background-image: url(images/grey.png);
    background-repeat: repeat;
}

.top
{
    background-image: url(images/006699.png);
    background-repeat: repeat;    
}


a
{	
    color: #0055d2;
	text-decoration: none;
}
a img
{
    border: none;
}
a:link
{	
    color: #0055d2;
	text-decoration: none;
}
a:visited
{	
    color: #0066FF;
	text-decoration: none;
}
a:hover
{	color: #006699;
	text-decoration: underline;
}

#MainNav
{
    font-weight: bold;
    font-size: 1.2em;
    color: #eee;
    height: 30px;
    /*background-color: #29AE00;*/
    background-image: url(images/green.png);    
    vertical-align: top;
}
#MainNavL
{
    color: #eee;
    height: 40px;
    background-image: url(Images/grey.png); 
    /*background-repeat: repeat-x;
    background-position: bottom;*/
    vertical-align: top;
}

#NavTable
{
    margin: 0 auto 0 auto;
    min-width: 900px;
    text-align: center;
}

#NavTable a 
{   
    margin: 0 10px 0 10px;
    color:#eee;
    text-decoration: none;
}
    
#NavTable a:hover 
{   
    color:#069;
    text-decoration: underline;
}
    
#NavTable a:selected
{
    font-weight: bold;
    color: #069;
}

/*************** search tab *******************/

.NavSearch
{
    height: 35px;
    background-image: url(Images/s-m.png); 
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-right: 5px;
}

.NavSearchLeft
{
    width: 30px;
    height: 35px;
    background-image: url(Images/s-l.png); 
    background-repeat: no-repeat;
    background-position: left bottom;    
}

.NavSearchRight
{
    width: 30px;
    height: 35px;
    background-image: url(Images/s-r.png); 
    background-repeat: no-repeat;
    background-position: right bottom;    
}

/*************** menu tab *******************/

.MenuL
{
    width: 40px;
    height: 35px;
    background-image: url(Images/menu-l.png); 
    background-repeat: no-repeat;
    background-position: left bottom;    
}    

.MenuM
{
    vertical-align: top;
    height: 35px;
    background-image: url(Images/menu-m.png); 
    background-repeat: repeat-x;
    background-position: left bottom;    
}    

.MenuR
{
    width: 40px;
    height: 35px;
    background-image: url(Images/menu-r.png); 
    background-repeat: no-repeat;
    background-position: right bottom;    
}    



/*************** login tab *******************/

.l-m
{
    height: 33px;
    vertical-align: top;
    background-image: url(Images/l-m.png); 
    background-repeat: repeat-x;
    background-position: left bottom;
    white-space: nowrap;
}

.l-l
{
    width: 30px;
    height: 33px;
    background-image: url(Images/l-l.png); 
    background-repeat: no-repeat;
    background-position: left bottom;    
}

.l-r
{
    width: 30px;
    height: 33px;
    background-image: url(Images/l-r.png); 
    background-repeat: no-repeat;
    background-position: right bottom;    
}

/*************** main *******************/

.mtl
{
    height: 15px;
    width: 28px;
    background-image: url(Images/m-t-l.png); 
    background-repeat: no-repeat;
    background-position: left top;
}

.mtm
{
    height: 15px;
    background-image: url(Images/m-t-m.png); 
    background-repeat: repeat-x;
    background-position: left top;
}

.mtr
{
    height: 15px;
    width: 28px;
    background-image: url(Images/m-t-r.png); 
    background-repeat: no-repeat;
    background-position: right top;
}

.mml
{
    width: 28px;
    background-image: url(Images/m-m-l.png); 
    background-repeat: repeat-y;
    background-position: left;
}

.mmm
{
    background-color: White;
}

.mmr
{
    width: 28px;
    background-image: url(Images/m-m-r.png); 
    background-repeat: repeat-y;
    background-position: right;
}

.mbl
{
    height: 29px;
    width: 28px;
    background-image: url(Images/m-b-l.png); 
    background-repeat: no-repeat;
    background-position: left;
}

.mbm
{
    height: 29px;
    background-image: url(Images/m-b-m.png); 
    background-repeat: repeat-x;
    background-position: left;
}

.mbr
{
    height: 29px;
    width: 28px;
    background-image: url(Images/m-b-r.png); 
    background-repeat: no-repeat;
    background-position: right;
}

/*****************footer*****************/

.Footer
{
    height: 67px;
    background-image: url(Images/f-m.png); 
    background-repeat: repeat-x;
    background-position: left;
    color: #ccc;
    font-size: small;
    text-align: center;
}

.FooterLeft
{
    width: 27px;   
    height: 67px;
    background-image: url(Images/f-l.png); 
    background-repeat: no-repeat;
    background-position: left;    
}

.FooterRight
{
    width: 27px;  
    height: 67px;
    background-image: url(Images/f-r.png); 
    background-repeat: no-repeat;
    background-position: right;    
}



.ListItems
{
    font-size: .9em;
    padding: .5em 1em 0 .5em;
    text-align: left;
    vertical-align: top;
    background-color: White;
}
.ListItems a:hover
{
    background: #DEE8FE;
}

/********for in page pupup**********/
.modalBackground 
{
    background-color:Black;
    opacity:0.6;
}


/******** Vendor List *************/
.VendorLoad
{
	background-color:White;
	width:100px;
	height:30px;
	position:absolute; 
	z-index:200; 
	top:200px; 
	left:200px;

}

/******** Item Details ************/
.pricebutton:hover
{
 text-decoration: none;
}

/******** Online Theme *********/

.OnlineBack
{
	Background-Color:#F7F6F3;
	Border:Solid 1px #E6E2D8;
	padding:4px;
	font-family:Verdana;
    Font-Size:0.8em;
    Color:#333333; 
}

.OnlineTableHeader
{
	margin-left:20px;
	color:#0055d2;
	background-color:white;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
}


/************************************/
.list ul
{
    margin: 0;
    padding: 0;
}

.list li
{
    float: left;
    display: inline;
    margin: 8px 8px 8px 8px;
    border: solid 1px #efefef;
    font-size: .9em;
    text-align: center;
    height: 180px;
    width: 180px;
}

.list li a:hover
{
    text-decoration: none;
}

.list2 li
{
    float: left;
    display: inline;
    margin: 8px 8px 8px 8px;
    border: solid 1px #efefef;
    font-size: .9em;
    text-align: center;
    height: 250px;
    width: 300px;
}

.desc
{
    font-size: .8em;
    color: #999;
}

.plist
{
    height: 130px;
    width: 100px;
    margin: auto;
}

.list2
{
    vertical-align: middle;
}

.plist2
{
    height: 190px;
    width: 290px;
    margin: auto;
    vertical-align: middle;
}


.col
{
    vertical-align: top;
}

.table100
{
    width: 100%;
}
.tew
{
    width: 280px;
    text-align: center;
    border: solid 2px #eee;
}
/*************** Drill Down Navigation formatting *********************/
.itm_count
{
    color: #ccc;
    font-size: .9em;
}
.subitem
{
    padding-left: 1em;
    font-size: 0.9em;
    line-height: 1.3em;
}

.attribLabel
{
    font-weight: bold;
    font-size: 1em;
}
    
a.morebtn 
{
    /*margin-bottom: 13px;
    padding-bottom: 3px;*/
    margin-left: 50px;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #f60;
    
    
}

    
.count
{
    color: #ddd;
    font-size: .9em;
}

/*************** Image list formatting *********************/
.imagelist ul
{
    margin: 0;
    padding: 0;
}

.imagelist li
{
    float: left;
    display: inline;
    margin: 4px;
    font-size: .9em;
    text-align: center;
    /*
    border: solid 1px #efefef;
    height: 200px;
    width: 180px;
    */
}

.imagelist li a:hover
{
    text-decoration: none;
}

.normaltxt
{
    color: Black;
}
/*******************************************/

.panel2
{
    background-color: White;
    padding: 5px;
}
.Title
{
    color: #5e7d9c;
    font-size: 1.5em;
    font-weight: bold;
}