body { margin: 0; padding: 0; color: #000; font: 500 12px "Myriad Pro", Arial, sans-serif; text-align: center;}

#page {	margin: 10px auto; background: #fff;}

#header{ margin: 0; padding: 0; background:url(../images/header_bg.gif) repeat-x; width:100%; height:204px;}

#header * {display:inline;}
#left-border{float:left; background:url(../images/header_left.gif) no-repeat left top; width:21px; height:201px;}
#logo{ width:140px; float:left; margin-top:25px; margin-right:20px;}
#head-title{width:283px; height:59px; float:left; margin-top:70px;}
#searchBox { float:left; background:url(../images/bg_SearchBox.gif) no-repeat; width:421px; height:51px; display:block; }
#searchBox label{float:left; text-indent:20px; margin-top:12px;}
#searchBox *{line-height:28px; }
#searchBox .searchBoxEnd { background:url(../images/bg_SearchBox.gif) no-repeat 100% 0 ; width:10px; float:right; }

#herbBox{ float:left; }
#herbBox #herbQuery,
#herbBox .herbQuery{ width:260px; height:20px; margin-top:14px; }
#herbBox #herbContainer{ width: 260px; left:-140px; top:35px;}

.GoButton{ background:url(../images/button_go.gif); border:0; height:28px; width:36px; margin-top:12px; float:left; margin-right:10px; }

.boxBorder{border:1px inset #000;}

.BlackBold{ font-weight:700; color:#555 !important; }
.number{ color:#cc0000 !important; }
.highlight { color:#eeeb33 !important; }

.NewsPanel{ float:left; height: 74px; margin-bottom:10px; color:#000; font-weight: 700; }
.PaneLeft{background: url(../images/news-pane-left.gif) no-repeat left top; width:14px; height:100%; float:left;}
.PaneRight{background: url(../images/news-pane-right.gif) no-repeat right top; width:16px; height:100%;  float:left;}
.PaneCenter{background: url(../images/news-pane-repeater.gif) repeat-x left top; padding:10px 2px 10px 2px; height:100%; float:left;}
#headingCenter { float:left; width:95%; height: 100%; }
#headingCenter .leftBox { width:590px; }
#rightBorder{float:right; background:url(../images/header_right.gif) no-repeat right top; width:21px; height:201px; display:block;}

#main{ background:url(../images/bg_main.gif) left top repeat-x #fff; min-height:500px; border-right:1px solid #ccc; border-left:1px solid #ccc; text-align: left; padding:10px; }

#leftPane{ width:19%; float:left; margin-top:10px;}

#leftMenu li
{
    width:130px;
    line-height:30px;
    list-style-type:none;
    /*background:transparent url(../images/menu_button.gif) no-repeat center;*/
    background:transparent url(../images/button-bg.gif) no-repeat center;
    text-align:center;
    margin:10px auto 0 auto;

}
#leftMenu li a:link,
#leftMenu li a:visited
{text-decoration:none; text-transform:uppercase; color:#000000; font-size:14px; font-weight:500;}
#leftMenu li a:hover{color:#FFFFFF;}

#rightPane{ /*width:79%; float:right; margin-top:5px; min-height:400px; text-align:left;*/}
/* End Body */

/* Footer */
#footerFlowers{vertical-align:bottom; width:100%; overflow: hidden; margin:auto 0 auto 0; }
#leftFlower{ float:left; height:215px; width:217px; background:url(../images/bottom_left_flower.gif) no-repeat 0 100%; border-left:1px solid #ccc; }
#rightFlower{ float:right; height:215px; width:321px; background:url(../images/bottom_right_flower.gif) no-repeat 100% 100%; border-right:1px solid #ccc; }

#footer {
    border:1px solid #ccc;
    border-top:2px solid #000000;
    border-bottom:0;
    clear:both;
    height:60px;
    background:#d7e0d2;
    font-size:10px !important;
    font-family:Arial, Helvetica, sans-serif !important;
    padding-top:2px;
    margin:auto 0 auto 0;
}
#footer ul {text-align:left; margin-bottom:0px;}
#footer ul li {list-style:none; display:inline; padding:0 5px; }

#footer ul li a:link,
#footer ul li a:visited{text-decoration:none; text-transform:uppercase; color:#000; border-right:1px solid #000; padding-right:10px; }

#footer ul li:last-child a {border-right:none; }

#footer ul li a:hover,
#footer ul li.active a
{color:#999;}
/* End Footer */

/* General CSS */
.border{ width:2px; background:url(../images/border.gif) center no-repeat;}
p.heading,
.heading{ color:#077b3f; font-size:18px; font-weight:700; float:left; clear:left; }
p.heading{float:none;}
.tableHeading{font-weight:bold; font-size:larger; }
.smallText{font-size:10px; font-weight:normal; color:black;}
.SearchHeading { height:20px; background:#d7e0d2; width:100%;}

/* Herb List Css */

.Panel{ display:none;}
#Row0 {display:block;}

.herbList{ border:1px solid #000; font-family:Arial; font-weight:900; font-size:11px; padding:2px; width:98%; /*overflow: hidden;*/ }
.herbList a:link,
.herbList a:visited{text-decoration:none; color:#03f}
.herbList a:hover{text-decoration:underline;}

.herbList .Row{}

.herbList .head{width:100%; clear:both; border-bottom:1px solid #000; height:25px; line-height:25px; font-size:14px; text-align:center; background:#d7e0d2;}
.herbList .head .Col { float:left; border-right:1px solid #000; }
.herbList .head .ColLast { float:right;}


.herbList .data{ height:60px; line-height:60px; border-bottom:1px solid #000; }
.herbList .data:hover{background-color:#d7e0d2;}
.herbList .data .Col { float:left; height:100%; border-right:1px solid #000;}
.herbList .data .Col img{ padding:2px; border:1px solid #ccc;}
.herbList .data .ColLast { float:right; padding:0; margin:0; height:100%; position:relative; }
.herbList .data .ColLast .qtyBox{ margin:0 1px; width:25px; }
.herbList .data .ColLast .submit { background:url('../images/icons/add-to-cart.jpg') no-repeat; width:48px; height: 38px; text-indent: -1000px; border:0; }


.herbList .SerialCol{width:4%; text-align:center;}
.herbList .NameCol{width:36%;}
.herbList .OriginCol{width:18%;}
.herbList .PartCol{width:16%;}
.herbList .PriceCol{width:15%; }
.herbList .OrderCol{width:14%; text-align:center;}

.padding{padding-left:5px;}
a.price{float:right; padding-right:8px;}

.herbList .tableFooter{ width:99%; clear:both; height:25px; line-height:25px; display:inline-block; }
.herbList .tableFooter .left{ float:left; width:48%; border-right:1px solid; }
.herbList .tableFooter .right{ float:right; width:48%; text-align:right; }

.datalist { margin:0 auto; border:1px solid #aaa; list-style-position:outside; list-style-type:decimal; }
.datalist li.thead{ background:#d7e0d2; list-style-type:none; }
.datalist li.thead div{ text-align:center; min-height:30px; }

.datalist li { min-height:25px; line-height:25px; clear:both; margin-left:25px; }
.datalist li.even, 
.cart-table .even{ background:#eee; }

.datalist li.odd,
.cart-table .odd { background:transparent; }
.datalist li:hover,
.cart-table tr:hover{ background:#d7e0d2; }

.datalist .image{ height:50px; text-align:center; margin:5px auto; }
.datalist .action,
.datalist .lastUpdate { text-align:center; }
.datalist .active,
.datalist .price{ text-align:right; }

.Column{ display:inline-block; }

div.TableEnd{ float:right; margin:10px 50px 10px 0; height:50px; display:none;}

table.PriceTable, table.PriceTable td {border:1px solid gray; white-space: nowrap;}
table.PriceTable td{ padding:5px; }
table.PriceTable th{text-align:center;}
table.PriceTable .ListField{width:50px; text-align:right;}

table.AdminListTable td{height:30px; vertical-align:middle;}

.floatingPanel { position:absolute; background-color: #ffffcc; border:5px groove green; line-height:15px; padding:2px; }
.floatingPanel dl {font-weight: 400;}
.hidden{display:none !important; }

/* herb/details.php */
.PriceListBox{ display:inline-block; width:30%; padding:5px; margin:2px; border:1px outset #000; }
.PriceListBox { list-style: none; }

/* Main Page News */
div.NewsPane
{
    background:transparent url(../images/NewsPane.png) center no-repeat;
    width:313px;
    height:276px;
    font-family:Arial;
    font-size:11px;
    color:#553333;
    font-weight:700;
}
div.NewsPane p{padding:10px 15px; text-align:center; margin-top:0; margin-bottom:0;}
div.NewsPane a:link,div.NewsPane a:visited{ color:#553333; text-decoration:none;}
div.NewsPane a:hover{ color:#553333; text-decoration:underline; font-size:12px;}
table.NewsList {text-align:left; margin-left:20px;}

.loginBox { background: url(../images/bg_loginBox.gif) no-repeat; width:288px; height: 140px; margin:5px 0 0 0; }
.loginBox div, .loginBox h1,
.loginBox ul, .loginBox li
{ display:block !important; }

.loginBox ul {text-align: left; }
.loginBox ul li {}
.loginBox h1 { background: #aaaaaa; margin:7px 1px 0 1px; }

.loginBox .left { margin:2px 0 0 3px; }
.loginBox .right { margin:2px 5px 0 0; }
.loginBox .text { color:#000; font-weight: 700; display:inline; }
.loginBox .field { height: 22px; width: 174px; border:1px solid #ccc; display:inline; }
.loginBox .button { margin-top:12px; background: url(../images/button_login.gif); width:54px; height: 29px; border:0; text-indent:-1000px; display:inline; }
.loginBox .forget { color: #000; text-decoration: none; display:inline; }
.loginBox .forget:hover { text-decoration: underline; }

.carttxt { margin-top:10px; line-height: 40px; padding-left:70px; }

.editButton,
.saveButton,
.delButton{ background-repeat:no-repeat; width:15px; height:15px; border:0; }

.saveButton { background-image:url(../images/icons/save.gif); }
.editButton{ background-image:url(../images/icons/edit.gif); }
.delButton{ background-image:url(../images/icons/delete.gif); }

.saveButton:hover,
.editButton:hover,
.delButton:hover { outline:1px inset #333; }

/*admin */
#upload_status{ font-size:12px; width:80%; margin:10px; padding:5px; border:1px dotted #999; background:#eee; }
#upload_status, #loader, #thumbnail_form, #herbArea, #save_thumb_col{display:none;}
#MessagePane{border:1px solid gray; width:100%; color:#077b3f; font-size:larger;}

#genusBox,
#speciesBox,
#partBox,
#originBox,
#supplierBox,
#herbListBox,
#herb_name{width:12em;}

/* ol */
.database li{ float:left; width:30%; margin-left:10px; height: 53px;}

/* end css by rehan anis */

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#mainmenu
{
	background: url(../images/menu-bg.gif) repeat-x left bottom;
        height: 55px;
        line-height: 30px;
        margin-bottom:0px;
}

#mainmenu ul
{
	padding:5px 2px 5px 2px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
        background:url(../images/menu-separator.gif) no-repeat 100% 50%;
        position: relative;
}
#mainmenu ul li:last-child {background:none;}

#mainmenu ul li span,
#mainmenu ul li a
{
	color:#000;
	background-color:transparent;
        width:100%;
	font-size:14px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-weight: 700;
	text-decoration:none;
        text-transform: uppercase;
	padding:5px 8px;
        margin:0 10px 0 0;
}
.adminmenu ul li span,
.adminmenu ul li a{
    font-size:10px !important;
}
#mainmenu ul li span:hover, #mainmenu ul li.active span,
#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #fff;
	/*background-color:#EFF4FA;*/
	text-decoration:none;
}
.small ul li span,
.small ul li a { font-size:9px !important; padding:5px 2px !important; }

#mainmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 150px;
    margin-top: 1px;
    border:3px solid #468221 ;
    margin:0;
    padding:0;
}
#mainmenu ul ul li,
#mainmenu ul ul li a{
    background:#468221 url(../images/menu-bg.gif) repeat-x 0 50%;
    height: 20px;
    line-height: 20px;
    float: none;
    display: block;
    margin:0;
    padding:0;
}

#mainmenu ul ul li a:hover {
    /*background-position: 0 0;*/
}

#mainmenu ul li:hover > ul {
    visibility: visible;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.view b,
div.view span{
    margin:auto 2px;
    width:90px;
    display:inline-block;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

div.loading {
    background: #fff url('../images/ajax-loader.gif') no-repeat center center;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}

#tabs{
    overflow: hidden;
}
