html {
    margin: 0px; 
    padding: 0px 0px 0px 5px; 
	height:100%;
}

body {
	margin: 0px; 
	padding: 0px;
	color: #282828;
	background-color:#e7e7d4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	width:100%;
}

table, td {border-collapse:collapse}
table, td, img {border:0; padding:0px; margin:0px}
form, td{margin:0; padding:0;}
td, select, input { font-family:tahoma; font-size:11px; color:#505050; vertical-align:top;  text-align:left; line-height:14px}
.table{ height:100%; }
img{ vertical-align:top}
strong{ color:#282828}

a{ color:##0000FF; text-decoration:underline}
a:hover{ text-decoration:none}


div.content {
    width:1024px;
    position:relative;
    margin:0 auto;
    background:#e7e7d4; 
    border:solid 1px #272a19;
}

/* basic selectors */
a:link, a:visited { 
    color:#4f540c;  
    text-decoration: underline;
}

a:active, a:hover { 
    color: #a9d131;  
    text-decoration: underline;
}

th {
    vertical-align:top;
}

td {
    vertical-align:top;
}

h1 {
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}

h4 {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}

img { 
    border: 0px; 
}

hr { 
    color: #4f540c; 
    height: 1px; 
}

hr.light { 
    color: #4f540c; 
    height: 1px; 
    border-style:dashed;   
}

form { 
    margin: 0px; 
    padding: 0px; 
}

input, textarea, select { 
    font: 100% Verdana, Arial, Helvetica, sans-serif; 
}

fieldset {
    border:1px solid #4f540c;
    padding:10px 10px 10px;
    margin-top: 4px;
}

legend {
    font-weight:bold;
}

fieldset div {
    padding-top:5px;
}

table.mainContent 
{
	margin:0px auto;
    width:1024px;
}

.leftColumn {
    padding-top:10px;
}

.centerColumn {
    padding-top:10px;
    padding-left: 10px;
    padding-right: 10px;
}

.rightColumn {
    padding-top:10px;
}

.logincell {
    vertical-align:middle;
    text-align:center;
    width:50%;
}
 
div.uppermenu { /* styles for top menu */
	position: absolute;
	top: 2px;
	right: 10px;
	z-index:100;
}

div.adminbuttons {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index:100;
}

div.uppermenu ul {
    list-style: none; 
    padding: 0px; 
    margin: 0px; 
}

div.uppermenu li {
    padding: 0px; 
    margin: 0px; 
    display: inline; 
    border-left: solid 1px #a9d131; 
}

div.uppermenu li.first { 
    color: #a9d131;
    border-left: none; 
}

div.uppermenu li a:link, div.uppermenu li a:visited {
	color: #a9d131;  
	padding: 0px 2px 0px 5px; 
	text-decoration: none; 
}

div.uppermenu li a:active, div.uppermenu li a:hover {
    color:#4f540c;
    text-decoration: underline;
}

div.mainmenu {
    vertical-align:bottom;
}

div.mainmenu div.tab {
	height: 32px;
	text-align: center;
	display:inline;
}

div.mainmenu div.tab a:link, div.mainmenu div.tab a:visited { 
	background: url('~/dyimage.axd?type=reverseBoxHeader&width=110&height=32&cornerSize=15') no-repeat;
	float: left;
	margin-left: 1px;
	width: 112px;
	height: 32px;
	color: #000000; 
	font-weight: bold;
	text-decoration: none; 
	text-align: center;
}

div.mainmenu div.tab a span {
    display:block;
    padding-top: 6px;
}

div.mainmenu div.tab a:active, div.mainmenu div.tab a:hover, div.mainmenu div.tab a.selected{
	background: url('~/dyimage.axd?type=reverseBoxHeader&subtype=highlight&width=110&height=32&gradient=False&cornerSize=15') no-repeat;
	color: #a9d131; 
}

div.bar { /* styles for horizontal top bar */
	background: url('~/dyimage.axd?type=bar&width=1&height=37');
	height: 37px;
	font-size: 110%;
}

div.bar div {
	padding:  7px 20px 3px 20px;
}

div.sectionbar {
    padding:  3px 20px 3px 20px;
	background: #e7e7d4;
	font-size: 110%;
}

div.sectionheader {
    font-weight:bold;
	background: #e7e7d4;
	font-size: 110%;
	margin-top:10px;
	padding: 4px 2px 4px 2px;
}

div.notice {
    font-weight:bold;
}

td.FormSectionText {
    width:150px;
    text-align:right;
    padding-right:2px;
}

td.FormSectionValue {
    text-align:left;
    padding-left:2px;
}

.ourprice {
	font-weight: bold;
	font-size: 10pt;
	color: #b22222;
	font-family: verdana;
}

.retailprice {
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana;
	text-decoration: line-through;
}

.newproduct {
    font-weight:bold; 
    color:Red;
}

.error {
    color:Red;
    font-weight:bold;
}

.success {
    color:#4f540c;
    font-weight:bold;
}

.negative {
    color:Red;
}

.highlightHeader {
    color: #a9d131;
}

.ProductBox {
     width:200px;
     height:200px;
     border-bottom:1px dashed #4f540c;
     margin: 0px;
     padding: 10px;
}

.ProductSummaryImageHolder {
    text-align:center;
    height:140px;
}

.ProductSummaryText {
    padding-top:4px;
    text-align:center;
}

.productsection {
	padding:10px;
	border-top:1px dashed #4f540c;
}

.HookLine {
    font-size: larger;
    font-style: italic;
}

.loadingbox{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#e7e7d4;
    border:1px solid #4f540c;
    padding-bottom:10px;
}

div.title {
    color: #a9d131;
    background-color:#1c1e0a;
    border-bottom:1px solid #4f540c;
    font-weight:bold;
    padding: 4px 10px;
    text-align:center;
    cursor: move;
}

div.body {
    padding:10px;
}

div.buttons {
    margin-right:10px;
    margin-top:4px;
    text-align:right;
}

.Hidden {
    display:none;
}

.ProductEditOverflow {
    height:500px;
    width:850px;
    overflow:scroll;
}

.sectionoutline {
    border:1px solid #4f540c;
    padding:10px;
}

.sectionHeader {
    font-weight:bold;
    color: #a9d131;
    background-color:#1c1e0a;
    text-align:center;
}


/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
}

.popupHover {
    border:1px dashed #4f540c; 
    background-color:#4f540c; 
}

.coreboxtop {
   background-image:url('dyimage.axd?type=boxHeader&subtype=highlight&width=180&height=20&cornersize=20&color=%234f540c&backcolor=%23d0d0c1&bordercolor=%23d0d0c1');
   height:20px;
   width:180px;

}

.coreboxbottom {
    background-image:url('dyimage.axd?type=reverseBoxHeader&subtype=highlight&width=180&height=20&cornersize=20&color=%234f540c&backcolor=%23d0d0c1&bordercolor=%23d0d0c1');
    width:180px;
    height:20px;
}

.coreboxbody {
    background-image:url('dyimage.axd?type=boxHeader&subtype=highlight&width=180&color=%23d0d0c1&backcolor=%23d0d0c1&height=10&cornersize=0&bordercolor=%23d0d0c1');
    width:160px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}

div.block {
    color: #a9d131; 
    margin-bottom:15px;
}

div.blockHeader { 
    text-align:center;
	font-weight: bold;
}

div.blockHeader a { 
	text-decoration: none; 
}

div.blockContent { 
    color: #282828; 
    border-color:#1c1e0a;
    border-width:1px;
    border-style:solid;
    padding: 2px 2px 2px 2px;
}

.defaultMenu {
    padding-bottom: 2px;
}
.defaultMenu div a {
    font-weight: normal; text-decoration: none;
}

.defaultMenu div a span { 
    display:block; 
    padding:7px 10px 7px 10px; 
}

.defaultMenu div a:hover { 
    text-decoration: underline;  
}

.defaultMenu div a:hover span { 
    color:#a9d131; 
    background-color:#1c1e0a;  
}

.defaultMenu div a.selected span { 
    color:#a9d131; 
    background-color:#1c1e0a;  
}

.defaultMenu div a span.last {
    border-bottom:0px;
}

div.browsebox {
    font-size:12px;
    color: #000000; 
    border-bottom:1px dashed #4f540c;
}

div.browseboxHeader {
    color: #a9d131;
    font-weight:bold;
    padding: 8px 2px 8px 2px;
}

a.bar {
    text-decoration: none;
}

a.bar:hover {
    text-decoration: underline;
}

a.bar span {
    display:block; 
    font-weight:bold;
    padding: 8px 2px 8px 4px; 
}

a.bar:hover span {
    text-decoration: underline;  
    color:#a9d131; 
    background-color:#1c1e0a;  
}

a.bar span.ProductCount {
    font-size:10px;
    color:#000000;
    display:inline; 
    font-weight:normal;
    padding-top:0px;
}

a.selectedBar span {
    text-decoration: underline;  
    color:#a9d131; 
    background-color:#1c1e0a;  
}

a.lastBar span {
    border-bottom:0px;
}

div.subcategory {
    margin-left:10px;
}

div.subcategory a.bar span {
    display:block; 
    font-weight:normal;
    padding: 4px 2px 4px 4px; 
    border-bottom:0px;
}

div.subcategory a.bar span.ProductCount {
    font-size:10px;
    color:#000000;
    display:inline; 
    font-weight:normal;
    padding-top:0px;
}
/* Top Master Block */
#ctl00_masterContainerTop_pnlBlockContainerContent 
{
	position:relative;
	width:1024px;
	background:url(/Image/headerback.jpg) repeat-x;
}

/*footer*/
div.footer
{
	border:0px solid blue;
	height:81px;
	width:1024px;
	text-align:center;
	color: #a9d131;
	background:#918d5d url(/Image/foot_bg.gif) repeat-x;
}

div.footer a:active, a:hover { 
    color: #a9d131;  
    text-decoration: underline;
}

#ctl00_masterContainerBottom_Block_39_pnlBlockContent
{
	height:81px;
	width:1024px;
    text-align: center;
    padding-top:29px;
}
.footer img{ vertical-align:middle; margin:0 21px 0 21px}
.footer a{ color:#000000; text-decoration:none}
.footer a:hover{color:#a9d131; text-decoration:underline}
.footer span a{ color:color:#4f540c;; text-decoration:underline}
.footer span a:hover{ text-decoration:none}




div.ProductResultBar {
    margin-top: 4px;
    padding: 4px 4px 4px 4px;
    border-color:#4f540c;
    border-style:solid;
    border-width:1px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url('~/dbfile.axd?name=FilledStar.png');

}

.emptyRatingStar {
    background-image: url('~/dbfile.axd?name=EmptyStar.png');
}

.savedRatingStar {
    background-image: url('~/dbfile.axd?name=SavedStar.png');
}

.sign {
    display:inline-block;
    width:10px;
}

.alternatingrowstyle{
    background-color:#d0d0c1;
}

.headerstyle
{
	color: #000000;
    background-color:#4f540c;
    height:23px;
}

.headerstyle th {
    border:1px solid #4f540c;
    padding-left:5px;
    text-align:left;
    vertical-align:middle;
}  
.headerstyle a {
    color:#000000;
}

.sortalternatingrowstyle{
    background-color:#4f540c
}
.sortrowstyle{
    background-color:#4f540c
}
.sortascheaderstyle{
    background:#1c1e0a url(../../Images/sort_asc.gif) no-repeat scroll right center;
    padding-left:5px;
}
.sortdescheaderstyle{
    background:#1c1e0a url(../../Images/sort_desc.gif) no-repeat scroll right center;
    padding-left:5px;
}   

.pagerstyle{
    color:#000000;
    background-color:#4f540c;
    font-size:x-small;
    text-align:right;
} 

.pagerstyle select{
    font-size:x-small;
}  

.previous{
    background:transparent url(../../Images/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.next{
    background:transparent url(../../Images/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}  

.gotopage{
    font-size:x-small;
    width:20px;
}

table.gridViewTable {
    border: outset 1px #4f540c;
    border-collapse:collapse;
}

table.gridViewTable th {
    background-color:#4f540c;
    color:#a9d131;
    border:solid 1px #4f540c;
    height:23px;
    text-align:center;
    vertical-align:middle;
}

.wizardSideBarItem {
    padding-left:16px;
    height:16px;
}

.wizardSideBarSelectedItem {
    background-image:url('~/dbfile.axd?name=wizardSideBarSelected.png');
    padding-left:16px;
    font-weight:bold;
    height:16px;
}

/* ajax__tab_xp-theme theme */
.ajax__tab_xp-theme .ajax__tab_header {
    color: #000000;
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(../../Images/tab_themes/xp/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer {
    padding-right:4px;
    background:url(../../Images/tab_themes/xp/tab-right.gif) no-repeat right;
    height:21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner {
    padding-left:3px;
    background:url(../../Images/tab_themes/xp/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab {
    height:13px;
    padding:4px;
    margin:0;
    background:url(../../Images/tab_themes/xp/tab.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer {
    background:url(../../Images/tab_themes/xp/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner {
    background:url(../../Images/tab_themes/xp/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab {
    background:url(../../Images/tab_themes/xp/tab-hover.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer {
    background:url(../../Images/tab_themes/xp/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner {
    background:url(../../Images/tab_themes/xp/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab {
    background:url(../../Images/tab_themes/xp/tab-active.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #4f540c;
    border-top:0;
    padding:8px;
    background-color:#e7e7d4;
}

/* ajax__tab_yuitabview-theme theme (../../Images/tab_themes/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header {
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer {
    margin:0px 0.16em -1px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab {
    background:url(../../Images/tab_themes/yui/sprite.png) #d8d8d8 repeat-x;
    border: solid 1px #a3a3a3;
    border-bottom-width:0px;
    color:#000;
    display:block;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_tab {
    background: url(../../Images/tab_themes/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab {
    background:url(../../Images/tab_themes/yui/sprite.png) #2647a0 repeat-x left -1400px;
    border-color:#243356;
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:#e7e7d4;    
    border:solid 1px #808080;
    border-top:solid 5px #2647a0;
}

.BlockHeaderPanel {
    text-align:center;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	font-weight:bold;
}

.BlockEditPanel {
    margin: 2px 0px 2px 0px;
	border: 1px dotted #4f540c;
}

.ContextMenuPanel {
	border: 1px solid #868686;
	z-index: 1000;
	background: #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

a.ContextMenuItem {
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem:hover {
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

.CollapsiblePanelHeader {
    cursor: pointer;
    font-weight: bold;
}

.resizeHandle {
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizeText {
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#7391BA;
}

/*in_line_style*/
p {margin:0; padding:0;}

ul { margin:0; padding:0;list-style-type:square;}
ul li{ background:url(images/list_bg.gif) no-repeat 0 5px; line-height:13px; margin-left:20px;}
ul li a { color:#729100; text-decoration:underline; padding-left:16px}
ul li a:hover{ text-decoration:none}

.right{ text-align:right}

.title, .title_top, .title_bot{ display:block}

.main{ height:779px}


/* Company Directory Start */
.cd_company 
{
	padding-bottom: 12px;
	border-bottom: 1px solid silver;
	margin-bottom: 12px;
}
.cd_name 
{
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 5px;
}
.cd_address
{
	font-size: .9em;
	margin-bottom: 5px;
}
.cd_phone 
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}
.cd_web
{
	word-spacing: 0.5em;
}
.cd_web a
{
	text-decoration: none;
}
.cd_web a:hover
{
	text-decoration: underline;
}
