.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* basic selectors */
html
{
	overflow: auto;
}
img
{
    
    border: thin solid #000000;
    
}

a:link
{
	text-decoration: none;
}
a:visited { color: #0000FF;  text-decoration:none;}
a:active, a:hover { color: #0000FF;  text-decoration:underline;}

p  
{
font-size: 11pt;
font-family:Verdana;
text-align: left;
color:Black;
font-weight:500;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;

}
ul
{
    font-family: Tahoma;
    font-size: medium;
}
#multi img
{
  float:right;
}
#multi ul
{ 
   
	width: 48em;
	font-size:10pt;
	list-style-type: disc;
}
#multi li  {
  
  margin: 0;
  padding: 2px;
  width:12em;
} 

th
{
    vertical-align:top;
}
td
{
    vertical-align:top;
}
h1 {
	color: #5b626c;
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #5b626c;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #5b626c;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #5b626c;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h5 {
	color: #000;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	color: #000;
	font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
}




hr
{
	height: 2px;
	position: relative;
	top:3px;
	left: 5px;
	margin-right: 5%;
}

.sectionheader
{
    border-bottom: #dcdcdc 1px dotted;
    color: #65738E;
    font-size: 8pt;
    padding-bottom: 5px;
    font-weight:bold;
}

.admin-header
{
    background-color: #6190CD; 
    height:40px;
    padding-left:10px;
    border-bottom:solid 4px #B4CCEB;
}
.admin-header h1
{
    color: white;
}

.admintable
{
	margin: 5px;
	padding:0;
	width:700px;
	border:1px dashed #cccccc;

}
.adminlabel
{
    font-size: 8pt;
    font-family: verdana;
    width: 120px;
    margin-bottom: 3px;
    vertical-align: top;
}
.adminitem
{
	border-width:0px;
	background-color: #ffffff;
	margin-bottom:3px;
}



a.editme
{
	text-decoration:none;
	color:#4a4d5c;
}
.commandbar
{
	padding:3px;
	font-size:8pt;
	border:1px solid gainsboro;
}



.mainproductimage {
	width: 220px;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}

.productdata {
	border: none;
	border-collapse: collapse;
}
	.productdata td, .productdata th { font-weight: normal; padding: 2px; text-align: left; }
	.price { font-weight: bold; color: #c00; }
	del.price { color: #000; text-decoration: line-through; 
}

.productsection
{
	padding:10px;
	border-top:1px dashed #cccccc;
}

.browsebox
{
}

.browsebox h1 a
{
    color: #3973b5  ;
}


h1.accent
{
 	font-size: 12px;
	font-weight:bold;
	color:#990000;
	margin: 0px;
	margin-bottom:5px;
   
}
.smalltext
{
    font-size: 8pt;
    color: #666666;
    font-family: verdana;
}
.adbox h3
{
    font-weight: bold;
    font-size: 10pt;
    font-family: verdana;
	color:#C7C030;
	margin-top:1px;
	margin-bottom:3px;

}
.loginheader
{ 
    height:30px;
    font-weight: bold; 
    font-size: 10pt; 
    color: #666666; 
    font-family: verdana; 
    background-color: #f5f5f5; 
    text-align:center;
 }
 .logincell
 {
    background-color:#ffffff;
    vertical-align:middle;
    text-align:center;
    padding:20px;
}
.logtable
{
    border:1px solid #cccccc;
    background-color:#cccccc;
    
}
.subcategory
{
    margin-left:15px;
    color:#5555DD;
    
}
.productbox
{
     height:300px;
     width:220px;
     border:1px solid #c5c5c5;
     margin:5px;

}

.productsummarydisplaywrapper
{
     width:200px;
     padding-top:20px;
}
.productsummaryimageholder
{
    height:135px;
    text-align:center;
    vertical-align:middle;
}
.productsummarytext
{
    padding-left:20px;
    height:55px;
}
.retailprice
{
    font-weight: bold;
    color: black;
    text-decoration: line-through;
}
.yousave
{
    font-weight: bold;
    color: #336600;
}
.hookline
{
    font-size:10px;
    color:Blue;
    font-style: italic;
    cursor:pointer;
    cursor:hand;
   
}

.productimage
{
    background-position: right bottom;
    float: left;
    width: 300px;
    height: 200px;
    padding: 0em;
    background-repeat: no-repeat;
}
	.logoimage 
{
	float:left;
	
	padding: 0.5em;
    margin: 0.5em 0.5em 0.5em 0.5em;
	}
.coreboxbody
{
    
    width:645px;
    
}
.coreboxtop
{
   background-image:url(images/core_box_top.gif);
   height:22px;
   width:180px;

}
.coreboxbottom
{
    width:180px;
    background-image:url(images/core_box_bottom.gif);
    height:22px;

}
.coreboxheader
{
    width:180px;
    background-image:url(images/core_box_bg.gif);
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}
.tenpixspacer
{
    height:10px;
}
.twentypixspacer
{
    height:20px;
}
.sectionoutline
{
    border:1px solid #cccccc;
    padding:15px;
}



.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#304E8C;
	padding:2px;
	
	
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#CDD3E5; 
	color:#FFFFFF; 
	
}
.colapsePanelDetails 
{
	height:0;
	width:auto;
	overflow:hidden;
	}


div.longdesc
  {
  text-align: left;
  max-width:600px;
  height:220px;
  }
div.discritor
  {
  text-align: left;
  max-width:800px;
  
  }

.handleImage 
{
	width:15px;
	height:16px;
	overflow:hidden;
	cursor:se-resize;
	background-image:url(images/resize.png);
	background-position:bottom right;
	
	
}
.resizingImage
{
 padding:0px;
  border-style:solid;
  border-width:3px;
  border-color:Yellow;
}
.modalbackground 
{
	background-color:Gray;
    background-image:none;
      opacity:0.4;
      filter:alpha(opacity=40);
}
.updateProgress 
{
 border-width:1px;
 border-style:solid;
 border-color:#FFFFFF;
  position:absolute;
  width:130px;
  height:50px;
 	}
 	






#side
{
	
	width: 160px;
	
  margin: 0;
  position: relative;    
  top: 0px;
  left: 0px;
  float:left;
 
 
  
	
}



.viewalways 
{
	z-index:100;
	
}

.pagetitle
{
    text-indent: 0pt;
    margin-left: 0pt;
    margin-right: 0pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
    line-height: normal;
    text-align: left;
    font-family: "Bell MT";
    font-size: 20.55pt;
    color: #663300;
    font-weight: bold;
    font-style: normal;
}
.productdesc
{
    margin: 2px;
    text-align: right;
    font-family: "Tahoma";
    font-size: 10pt;
    color: black;
    font-weight: bold;
}
	p.MsoNormal, li.MsoNormal, div.MsoNormal
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:9.0pt;
	line-height:125%;
	text-align:left;
	font-family:Georgia;
	font-size:9.15pt;
	color:black;}

p.MsoOrganizationName, li.MsoOrganizationName, div.MsoOrganizationName
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	line-height:125%;
	text-align:left;
	font-family:Verdana;
	font-size:20pt;
	color:#006699;
    language:EN;}
p.MsoTagline, li.MsoTagline, div.MsoTagline
	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	line-height:125%;
	text-align:left;
	font-family:"Bell MT";
	font-size:24px;
	color:#FF3399;
	font-style:normal;
	font-weight:bold;
	background-image: url(images/tagbg.gif);
}
p.MsoBodyText3, li.MsoBodyText3, div.MsoBodyText3
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:9pt;
	line-height:125%;
	text-align:left;
	font-family:Georgia;
	font-size:10.3pt;
	color:#000000;}
p.MsoTitle3, li.MsoTitle3, div.MsoTitle3
	{
	text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	line-height:normal;
	text-align:left;
	font-family:"Bell MT";
	font-size:20.55pt;
	color:#3399CC;
	font-weight:bold;
	font-style: normal;
}
p.MsoAccentText5, li.MsoAccentText5, div.MsoAccentText5
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	line-height:125%;
	text-align:left;
	font-family:Verdana;
	font-size:7.7pt;
	color:black;
	font-weight:bold;}
p.MsoAccentText9, li.MsoAccentText9, div.MsoAccentText9
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	line-height:125%;
	text-align:left;
	font-family:Verdana;
	font-size:7.7pt;
	color:black;}
p.MsoAddress, li.MsoAddress, div.MsoAddress
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	line-height:125%;
	text-align:center;
	font-family:Georgia;
	font-size:10.3pt;
	color:black;}
p.MsoAccentText, li.MsoAccentText, div.MsoAccentText
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:3.0pt;
	line-height:125%;
	text-align:left;
	font-family:Georgia;
	font-size:10.3pt;
	color:black;
	font-weight:bold;}
p.MsoListBullet, li.MsoListBullet, div.MsoListBullet
	{text-indent:-18.0pt;
	margin-left:18.0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:6.0pt;
	line-height:125%;
	text-align:left;
	font-family:Verdana;
	font-size:7.7pt;
	color:black;}
.frontpageul
{
    font-family: Calibri;
    font-size: large;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #800000;
    text-decoration: blink;
    list-style-type: disc;
    list-style-position: outside;
}	
.footer
{
    bottom: 0px;
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Britannic Bold';
    font-size: small;
    color: #996600;
   
}
#container
{
    padding: 0px 0px 0px 0px;
    border: thin solid #CC6600;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    min-height: 850px;
    background-color: #FFE3D7;
}
body
{
    position: absolute;
    width: 100%;
    font-style: normal;
    font-size: small;
    font-family: Tahoma;
    background-image: url('images/AWCONSBG.jpg');
}

#main
{
    padding: 3px;
    position: relative;
    overflow: hidden;
    font-style: normal;
    font-size: small;
    font-family: Calibri;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #CC6600;
}
#footer
{
	position: relative;
	bottom:0px;
	left: 40px;
	height: auto;
	overflow: hidden;
	
}
#header
{
    background-position: right bottom;
    border-left: thin none #CC66003;
    border-right: thin none #CC6600;
    border-top: thin none #CC6600;
    border-bottom: thin solid #CC6600;
    position: relative;
    left: 0px;
    height: 100px;
    overflow: hidden;
    top: 0px;
    background-image: url('Images/background_top4.jpg');
    background-repeat: no-repeat;
    
}
#hmenu
{
    border: thin solid #CC6600;
    top: 0px;
    position: relative;
    height: auto;
    font-size: small;
    font-family: Tahoma;
}

#rightside
{
	float: right;
	position: relative;
	top: 2px;
	width: 15%;
}	
.sitetitle
{
	font-family: 'Adobe Caslon Pro Bold';
	font-size: 48px;
	font-weight: bold;
	font-style: oblique;
	font-variant: small-caps;
	color: #660066;
	text-decoration: blink;
	text-align: center;
}	
.floatright 
{
	float:right
	}
.floatleft 
{
	float:left
	}

.modalpoppanel
{
 background-color: #808000; 
  border-width:3px; 
              border-style:solid; 
              border-color:Gray; 
              position:absolute;
              top:20px;          
              left:auto;
              right:auto;            
           
              

	}
	
.dragMe {
	width:100%;
	height:21px;
	text-align:center;
	cursor:move;
	font-weight:bold;
}
.modalbackground
{
	background-color: #808000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;

	
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}
.IE8Fix  
{
	z-index: 100; 
}
.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}
.frameImage
{
	width:300px;
	height:200px;
	overflow:hidden;
	padding:3px;
}
.runningtext
{
	
	
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
.PrettyMenu .AspNet-Menu-Vertical
{
    position:relative;
    top: 3em;
    left: 0;
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul
{
    font-family: Calibri;
    font-size: small;
}

/* Top tier */
.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 7em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenu ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 8.9em;
    top: -1em;
    z-index: 400;
}

.PrettyMenu ul.AspNet-Menu ul ul
{
    width: 11.5em;
    left: 10.4em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenu ul.AspNet-Menu li
{
    background: url(images/bg_nav.jpg) repeat-x;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenu ul.AspNet-Menu li a, .PrettyMenu ul.AspNet-Menu li span
{
    color: black;
    padding: 2px 2px 2px 2px;
    border: 1px solid #800000;
    background: transparent url(images/arrowRight.gif) right center no-repeat;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenu ul.AspNet-Menu li:hover, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
   
    background: url(images/bg_nav_hoover.jpg) no-repeat;
}

.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: Black;
}

.PrettyMenu ul.AspNet-Menu li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: Black;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: Black;
    background: transparent url(images/HooverArrowRight.gif) right center no-repeat;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.PrettyMenu .AspNet-Menu-Horizontal
{
    position: relative;
    right: 0em;
    top: 0px;
    z-index: 300;
    max-width: 960px;
   
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
   width:65em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 7em;
    left: 0;
    top: 100%;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 7em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 6em;
    text-align:center;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 6em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 6em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 6em;
}
.RoundedContainerChild
{
    background-position: center top;
    background-color: inherit;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: blue;
    height: 100%;
    bottom: 0px;
}
.RCTitle
{
    
    color: #FFFFFF;
    font-size: medium;
    height: 20px;
    text-align: center;
}
.newsheader
{
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
}
.watermarktext
{
    color: #808080;
}