/*  AFCommerce Main Style Sheet File  File Name: style.css, v 2.6  Author: Patrick Ferlazzo, AmazingFlash.com  AFCommerce, Amazing Flash Commerce Solutions  http://www.afcommerce.com  Copyright (c) 2004 - 2007 AFCommerce  AFCommerce is Released under the AFCommerce Free Public License Agreement  AFCommerce Upgrades are Released under the Amazing Flash Software License*/ BODY {     margin: 0px;     color: #000000;     background: #021E3A;	 }	 .contentheader {      font-family : Verdana, Arial, sans-serif;	  font-size : 21px;	  font-weight: bold;	  }.maintext  {      font-family : Verdana, Arial, sans-serif;     }	 /* The view cart class controls the font on viewcart.php */		 	 .viewcart {      font-family : Verdana, Arial, sans-serif;     font-size : 15px; font-weight: bold; 	 }  	 /* The menu class is used to control the background color and borders of the navigation menu */		.menu {	 background-color: #021E3A;	 font-family : Verdana, Arial, sans-serif;	 color: #ffffff;	 }  	 /* The headline1 class controls the border and text at the very top of the navigation menu  */		 .headline1 {	 background-color: #021E3A;	 font-family : Verdana, Arial, sans-serif;	 font-weight:bold;	 font-size : 12px;	 color: #ffffff;	 } /* The headline2 class controls the border background color and text inside of the navigation menu that is not a link for example where it says STORE OPTIONS inside of the menu  */	 	 .headline2 {     padding: 5px;	 background-color: #021E3A;	 font-family : Verdana, Arial, sans-serif;	 font-weight:bold;	 font-size : 12px;	 color: #ffffff;	 } 	/* The searchbutton class controls the searchbutton in the main navigation */		 .searchbutton {      font-size: 12px;      border: 1px solid;     } /* controls links inside of the menu if you are not using buttons */ A.lftnav:link {     width:93%;	 padding:4px;	 text-decoration:none;	 display:block;	 border-style:solid;	 border-width:0px;	 border-color:#EEEEEE;	 font-weight:bold;	 font-size : 12px;	 color: #ffffff;	 }A.lftnav:visited {     width:93%;     padding:4px;	 text-decoration:none;	 display:block;	 border-style:solid;	 border-width:0px;	 border-color:#EEEEEE;	 font-weight:bold;	 font-size : 12px;	 color: #ffffff;	 }A.lftnav:hover {     width:93%;     padding:4px;  	 text-decoration:none;	 display:block;   	 border-style:solid;	 border-width:0px;	 border-color:#B7B7B7;	 background-color:#F7F7F7;	 font-weight:bold;	 font-size : 12px;	 color:#021E3A;	 }A.lftnav:active {     width:93%;     padding:4px;  	 text-decoration:none;	 display:block;   	 border-style:solid;	 border-width:0px;	 border-color:#B7B7B7;	 background-color:#F7F7F7;	 font-weight:bold;	 font-size : 12px;	 color: #ffffff;	 }	 	/* controls the borders and background color of the main body of content this class is called on the bottom of the toplayout.php page  */		.bodyframe {	 border-width: 0px 0px 0px 0px;	 padding: 0px;	 border-style: solid;	 border-color: #9A9A9A;	 background: #ffffff;	 }  	/* The getcategory class controls the look of  product listings on  getcategory.php, showspecials.php, showclearance.php showbundles.php, bestsellers.php, whatsnew.php, getmanufacture.php, and search results  */	.getcategory {	 border-width: 1px;	 padding: 0px;	 border-style: solid;	 border-color: #003366;	 background-color: #eeeeee;		 }A.getcategory:link {     width: 100%;     display:block;	 color:#003366;	 font-weight:bold;	 text-decoration:none;	 font-size:14px;	 border-style:solid;	 border-width:1px;	 border-color:#eeeeee;	 background-color:#eeeeee;	 }A.getcategory:visited {      width: 100%;	 display:block;	 color:#003366;	 font-weight:bold;	 text-decoration:none;     font-size:14px;	 border-style:solid;	 border-width:1px;	 border-color:#eeeeee;	 background-color:#eeeeee;	 }A.getcategory:hover {      width: 100%;	 display:block;	 color:#993333;	 font-weight:bold;	 text-decoration:none;	 font-size:14px;	 border-style:solid;	 border-width:1px;	 border-color:#B7B7B7;	 background-color:#ffffff;	 }A.getcategory:active {      width: 100%;	 display:block;	 color:#003366;	 font-weight:bold;	 text-decoration:none;     font-size:14px;	 border-style:solid;	 border-width:1px;	 border-color:#eeeeee;	 background-color:#eeeeee;	 } /* The subcategory class controls the look of links for subcategories on the getcategory.php page  */	 A.subcategory:link {     width: 100%;     padding: 5px;     display:block;	 color:#003366;	 font-weight:bold;	 text-decoration:none;	 font-size:14px;	 border-style:solid;	 border-width:1px;	 border-color:#003366;	 background-color:#eeeeee;	 }A.subcategory:visited {      padding: 5px;	 width: 100%;	 display:block;	 color:#003366;	 font-weight:bold;	 text-decoration:none;     font-size:14px;	 border-style:solid;	 border-width:1px;	 border-color:#003366;	 background-color:#eeeeee;	 } A.subcategory:hover {      padding: 5px;	 width: 100%;	 display:block;	 color:#993333;	 font-weight:bold;	 text-decoration:none;	 font-size:14px;	 border-style:solid;	 border-width:1px;	 border-color:#B7B7B7;	 background-color:#ffffff;	 }A.subcategory:active {      padding: 5px;	 width: 100%;	 display:block;	 color:#003366;	 font-weight:bold;	 text-decoration:none;     font-size:14px;	 border-style:solid;	 border-width:1px;	 border-color:#003366;	 background-color:#eeeeee;	 }	 	 /* The name class controls font size and color for the category name on the getcategory.php, showspecials.php, showclearance.php showbundles.php, getmanufactures.php page and the product name on the getproduct.php page  */	 	 .name {      font-size : 25px;	 font-weight: bold;	 color: #9F0F0F;	 }	 /* The description class controls font size and color for the category description on the getcategory.php page and the product description on the getproduct.php page  */	 .description {        font-size : 17px;	 font-weight: bold;     color : #000044;	 }.border {        border: 1px solid;	 border-color:000000;	 } 	 .multilisting {        border: 1px solid;	 border-color:000000;	 }	 /* the login class controls all links on the account.php page, it also controls the Go Back, Next Page,  and Previous Page links throughout the cart */		 	 	 A.login:link {     font-family : Verdana, Arial, sans-serif;      font-size : 15px;	 font-weight: bold;	 color: #000000;	 }A.login:visited {     font-family : Verdana, Arial, sans-serif;      font-size : 15px;	 font-weight: bold;	 color: #000000; 	 }A.login:hover {     font-family : Verdana, Arial, sans-serif;      font-size : 15px;	 font-weight: bold;	 color: #000000;	 }A.login:active {     font-family : Verdana, Arial, sans-serif;      font-size : 15px;	 font-weight: bold;	 color: #000000;	 }	 	  /* general links */		 	 a:link {      color: #406EC3;     text-decoration: none;	 }a:visited {      color: #406EC3;	 text-decoration: none;	 }a:hover {      color: #406EC3;     text-decoration: underline;	 }a:active {      color: #406EC3;     text-decoration: underline;	 } 	 	 	 A.maincart:link {     font-family : Verdana, Arial, sans-serif;     font-size : 10px;	 color: #000000;	 text-decoration: none;      }A.maincart:visited {      font-family : Verdana, Arial, sans-serif;     font-size : 10px;	 color: #000000;	 text-decoration: none; 	 }A.maincart:hover {     font-family : Verdana, Arial, sans-serif;     font-size : 10px;	 color: #FF0000;	 text-decoration: underline;      }A.maincart:active {     font-family : Verdana, Arial, sans-serif;     font-size : 10px;	 color: #000000;	 text-decoration: underline;      }	 	  
