/* 
================================
3DCart Style Sheet 
by Infomart2000 Corp.
www.3dcart.com
================================
*/	



/*********************************/
/*          CUSTOM STYLES        */
/*********************************/

div, form {
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
#mainContainer {
	width: 980px;
	margin: auto;
}
#headerLogin {
	height: 44px;
	text-align: right;
}
#headerLogin .social-icons{
	float: right;
	margin-left:12px;
}
#headerLogin ul {
	float: right;
	line-height: 44px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#headerLogin li {
	float: left;
	margin-left: 8px;
}
#headerLogin img {
	margin-top: 6px;
}
#headerLogin li.div {
	float: left;
	margin-left: 8px;
	width: 1px;
	background: #FFF;
	height: 11px;
	margin-top: 16px;
}
#headerLogin li.div:last-child {
	display: none;
}
#headerLogin li a, #headerLogin li a:visited {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;	
}
#headerLogin li a:hover, #headerLogin li a:visited:hover {
	color: #ff0a00;
	text-decoration: underline;	
}
#headerTop {
	height: 128px;
	background-color: rgb(255, 255, 255); /* Hex Value: #ffffff */
	background-color: rgba(255, 255, 255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
}
#logo {
	float: left;
	margin: 30px 0px 0px 23px;
}
#cart {
	float: right;
	height: 88px;
	background: url(../images/cart-div.png) no-repeat left top;
	padding: 19px 17px 0px 17px;
	margin: 20px 0px 0px 12px;
	cursor: pointer;
}
#cart .items {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
	width: 54px;
	line-height: 69px;
	text-align: center;
	float: left;
	background: url(../images/cart.png) no-repeat;
	margin: -10px 10px 0px 0px;
	padding-top:14px;
}
#cart .subtotal {
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #00478d;
	font-weight: bold;
	text-transform: uppercase;
	margin-top:10px;
}
#cart .subtotal span {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 17px;
	color: #ff0000;
	font-weight: bold;
	letter-spacing: -1px;
}
#searchMenu {
	float: right;
	margin: 35px 0px 0px 0px;
}

.content {
	background-color: rgb(255, 255, 255); /* Hex Value: #4eabd8 */
	background-color: rgba(255, 255, 255, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
}

.search-box {
	float: right;
	width: 247px;
	height: 27px;
	background: #00478d;
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
	box-shadow: inner 0 0 5px #000;
	margin-bottom: 18px;
}
.search-box input {
	color:#fff;
	float: left;
}
#topMenu ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topMenu li {
	float: left;
	margin-left: 8px;
}
#topMenu li.div {
	float: left;
	margin-left: 8px;
	width: 1px;
	background: #00478d;
	height: 11px;
	margin-top: 2px;
}
#topMenu li.div:last-child {
	display: none;
}
#navBar {
	height: 48px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#D5D5D5));
	background: -webkit-linear-gradient(top, #FFFFFF, #D5D5D5);
	background: -moz-linear-gradient(top, #FFFFFF, #D5D5D5);
	background: -ms-linear-gradient(top, #FFFFFF, #D5D5D5);
	background: -o-linear-gradient(top, #FFFFFF, #D5D5D5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D5D5D5');
	background-color: #FFF;
	margin-bottom: 28px;
	padding-left: 19px;
}
#navBar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navBar li {
	float: left;
	margin-right: 20px;
}
#leftBar {
	float: left;
	width: 234px;
	background: #FFF;
	margin-right: 14px;
}
#leftBanner {
	padding: 20px 14px;
}
#mainContent {
	float: left;
	width: 100%;
}
#rightBar {
	float: left;
	width: 234px;
	background: #FFF;
	margin-left: 14px;
}
#rightBanner {
	padding: 20px 14px;
}
.footer-top {
	display:none;
	height: 22px;
	border-bottom: 1px solid #e4e4e4;
}
#footerContainer {
	height: 150px;
	background-color: rgb(0, 60, 118); /* Hex Value: #4eabd8 */
	background-color: rgba(0, 60, 118, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#003c76, endColorstr=#003c76);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#003c76, endColorstr=#003c76)";
	margin: 20px 0px;
	padding:0px;
}
#globalFooter {
	float: left;
	margin: 15px 0px 0px 0px;
}
#baseBar, #FRAME_LINKS {
	float: left;
}
#baseBar ul {
	float: left;
	list-style: none;
	margin: 70px 0px 0px 0px;
	padding: 0px;
}
#baseBar li {
	float: left;
	margin-right: 8px;
}
#baseBar li.div {
	float: left;
	margin-right: 8px;
	width: 1px;
	background: #FFF;
	height: 11px;
	margin-top: 2px;
}
#baseBar li.div:last-child {
	display: none;
}
#copyright {
	color:#fff;
	float: left;
	margin: 70px 0px 0px 24px;
}
.footer-base {
	float: left;
}
.footer-div {
	float: left;
	width: 2px;
	min-height: 122px;
	/*
	background: #00478d;
	*/
	margin: 15px 30px 0px 30px;
}
#mailingList {
	min-width: 230px;
	float: right;
	margin: 25px 24px 0px 0px;
}
#mailingList h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: left;
	margin: 0px 0px 14px 0px;
	padding: 0px;
}
.mailist-box {
	float: right;
	width: 229px;
	height: 27px;
	background: #fff;
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
	box-shadow: inner 0 0 5px #000;
	margin-bottom: 18px;
}
.mailist-box input {
	float: left;
}
.mailist-text {
	font-size: 13px;
	font-weight: normal;
	color: #4ca0cf;
	line-height: 27px;
	height: 27px;
	width: 189px;
	background: none;
	border: none;
	padding: 0px 0px 0px 12px;
	margin: 0px;
}
h1.titles {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
	padding: 14px 22px;
	margin-bottom:24px;
	background:#00478d;
}
#modPrice {
	margin: 0px 0px 0px 14px;
}
#modPrice ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#modPrice li {
	display: block;
	line-height: 20px;
}
#modManufacturer {
	margin: 0px 0px 0px 14px;
}
#modManufacturer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#modManufacturer li {
	display: block;
	line-height: 20px;
}
#modNewReleases {
	margin: 0px 14px;
	padding-bottom: 17px;
}
#modNewReleases .name {
	text-align: left;
	line-height: 25px;
}
#modNewReleases .price2 {
	font-size: 22px;
	float: left;
}
#modNewReleases .stars {
	float: right;
	padding-top: 9px;
}
#modNewReleases .div {
	height: 1px;
	background: #e4e4e4;
	margin: 17px auto;
}
#modTopSellers {
	margin: 0px 14px;
	padding-bottom: 17px;
	clear: both;
}
#modTopSellers h2 {
	color: #ff0a00;
}
#modTopSellers .div {
	height: 1px;
	background: #e4e4e4;
	margin: 17px auto;
}
.tsItem {
	position: relative;
}
.tsItem .img {
	float: left;
	margin-right: 8px;
}
.tsItem .name {
	text-align: left;
	line-height: 25px;
}
.tsItem .price2 {
	font-size: 22px;
	text-align: left;
}
.tsItem .stars {
	text-align: left;
	padding: 3px 0px;
}
#tsTopItem {
	position: relative;
}
#tsTopItem .img {
	text-align: center;
}
#tsTopItem .stars {
	float: none;
	text-align: center;
}
#tsTopItem .name {
	text-align: center;
	line-height: 16px;
	float: none;
	margin-top: 10px;
}
#tsTopItem .price2 {
	font-size: 22px;
	text-align: center;
	float: none;
}

.hsItem {
	min-width: 170px;
	min-height: 250px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #e3e3e3;
	cursor: pointer;
	margin: 0px 3px 5px 3px;
}
.hsItem:hover {
	border: 1px solid #00478d;
}
.hsItem div {
	text-align: center;
}
.hsItem .img {
	margin-top: 15px;
}
.hsItem .name {
	margin: 5px 0px;
}
.hsItem .stars {
	margin: 5px 0px;
}
.hsItem .price2 {
	font-size: 22px;
}


/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)        */
/*******************************************************************************************************/


/*store-name:: Store Name.*/		 
.store-name {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 35px;
	color: #ff0a00;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
}
/*store-slogan:: Store Slogan.*/		 
.store-slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
/*frame:: Controls the left and right column background.*/		
.frame {
	background: #FFF;
}
/*mod_bg:: Controls the left and right column modules background.*/		
.mod_bg {
	background: none;
}
/*frame-ht:: Controls the height left, right and middle columns.*/		
.frame-ht {
	height: 1000px;
}
/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/ 
.menu-headers {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	color: #ff0000;
	font-weight: bold;
	letter-spacing: -2px;
	text-transform: uppercase;
	line-height: 30px;
	text-decoration: none;
	margin: 19px 0px 19px 0px;
	padding: 0px;
}
/*footer::  This style controls the text you type under global footer. Merchants usually use to add security logos, credit card logos, privacy notes, etc.*/		
.footer {
	font-size: 12px;
	color: #000;
}
/*footerLinks::  Controls the way the Footer Links display in the Global Footer.*/
.footer a, .footer a:visited, .footer a:hover, .footer a:visited:hover {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
/*icon:: Controls the way the menu icons display if they are being used.*/ 
.icon {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}
/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
	position: absolute;
	top: -30px;
	left: 165px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #00478d;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/ 
.ranking {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00478d;
	text-align: center;
}
/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/ 
.menu-text {
	font-size: 11px;
	color: #5a5853;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/ 
.price2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 17px;
	color: #ff0a00;
	font-weight: bold;
}
/*cart-text:: Controls the way the text on the mini shopping cart displays. The mini-shopping cart is usually located in the header.*/ 
.cart-text {
	font-size: 11px;
	font-weight: Normal;
	color: #00478d;
}
/*search-text:: Controls the way the search box displays of the frame.*/ 
.search-text {
	font-size: 13px;
	font-weight: normal;
	color: #4ca0cf;
	line-height: 27px;
	height: 27px;
	width: 207px;
	background: none;
	border: none;
	padding: 0px 0px 0px 12px;
	margin: 0px;
}
/*A.cat:: Controls the way the Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.cat {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #00478d;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 48px;
}
/*A.cat:hover:: When a user passes  their mouse over them.*/ 	
A.cat:hover {
	color: #ff0a00;
	text-decoration:none;
}
/*A.cat:visited:: After a user has visited that section.*/ 
A.cat:visited {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #00478d;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 48px;
}
/*A.cat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.cat:visited:hover {
	color: #ff0a00;
	text-decoration:none;
}
/*A.subcat:: Controls the way the Sub-Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.subcat {
	color: #00478d;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	padding: 0px 0px 0px 35px;
}
/*A.subcat:hover:: When a user passes  their mouse over them.*/ 	
A.subcat:hover {
	color: #ff0a00;
	text-decoration:none;
}
/*A.subcat:visited:: After a user has visited that section.*/ 
A.subcat:visited {
	color: #00478d;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	padding: 0px 0px 0px 35px;
}
/*A.subcat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.subcat:visited:hover {
	color: #ff0a00;
	text-decoration:none;
}
/*A:menu:: Controls the way the Links display in the top navigation before a user clicks or mouses over on them.*/ 	 
A.menu {
	color: #00478d;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/*A:menu:over:: When a user passes their mouses over them.*/ 	
A.menu:hover {
	color: #ff0a00;
	text-decoration: underline;
}
/*A:menu:over:: After a user has visited that section.*/ 	
A.menu:visited {
	color: #00478d;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/*A:menu:visited:over:: A user hovers over a section they have visited.*/ 		
A.menu:visited:hover {
	color: #ff0a00;
	text-decoration: underline;
}
/*A:menu-bottom:: Controls the way the Links in the footer display before a user clicks or mouses over on them.*/ 	 
A.menu-bottom {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/*A:menu-bottom:over:: When a user passes their mouses over them.*/ 	
A.menu-bottom:hover {
	color: #ff0a00;
	text-decoration:none;
}
/*A:menu-bottom:over:: After a user has visited that section.*/ 	
A.menu-bottom:visited {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}
/*A:menu-bottom:visited:over:: When a user hovers over a section they have visited.*/ 		
A.menu-bottom:visited:hover {
	color: #ff0a00;
	text-decoration: none;
}
ul#menu-bottom {
	width: 300px;
	height: 125px;
	float: left;
}
li#menu-bottom {
	width: 150px;
	line-height: 20px;
	list-style: none;
	float: left;
}
/*A:link:: Controls the way Secondary Links display before a user clicks or mouses over on them.*/ 	 
A.link {
	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/*A:link:over:: When a user passes their mouses over them.*/ 	
A.link:hover {
	color: #00478d;
	text-decoration:none;
}
/*A:link:over:: After a user has visited that section.*/ 	
A.link:visited {
	color: #333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}
/*A:link:visited:over:: When a user hovers over a section they have visited.*/ 		
A.link:visited:hover {
	color: #00478d;
	text-decoration:none;
}
/*A.details:: Controls the way the Top Sellers Links display before a user clicks or mouses over them.*/ 	 
A.details {
	color: #333;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}
/*A.details:hover:: When a user passes their mouse over them.*/ 	 	
A.details:hover {
	color: #00478d;
	text-decoration: none;
}
/*A.details:visited:: After a user has visited that section.*/ 
A.details:visited {
	color: #333;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}
/*A.details:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.details:visited:hover {
	color: #00478d;
	text-decoration: none;
}
/*******************************************************************************************************/
/*          STYLES USED THROUGHTOUT THE WEBSITE        */
/*******************************************************************************************************/



/*body:: Controls website background and any other text outside of a table without an associated style.*/ 	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #000 url(../images/BG_body.jpg) top center no-repeat;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
/*Alignment fix for the use of the XHTML Transitional DOCTYPE.*/ 
tr {
	text-align: left;
}
/*td:: Controls all text inside a table without and associated style.*/ 
td {
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0px;
	font-size: 12px;
}
/*data:: Controls the font style of your content on all the pages.*/
.data {
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0px;
	font-size: 12px;
}
/*alternative:: Controls the background color of the boxes used throughout the site.*/
.alternative {
	background: #fff;
	padding: 2px 2px 2px 2px;
	border: 1px solid #eae9e9;
}
/*page_headers:: Controls the title of all your pages.*/
.page_headers {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00478d;
	text-transform: uppercase;
}
/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/ 
.titles {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight: bold;
	border-top: none;
	border-bottom: 1px solid #00478d;
	border-left: none;
	border-right: none;
	background: #00478d;
}
/*price:: Controls the way the product's final price display throughout the site.*/ 
.price {
	font-size: 13px;
	color: #00478d;
	font-weight: bold;
	letter-spacing: 0px;
}
/*error:: Controls the error messages*/ 
.error {
	font-size: 12px;
	font-weight: normal;
	color: #e10e04;
	text-decoration: none;
}
/*borders:: Controls the color of the line dividers used throughout the site.*/ 
.borders {
	color: #000;
	border: 1px dotted #cccccc;
	border-style: none none dotted;
}
/*borders2:: Controls the color of the dotted line dividers used throughout the site.*/ 
.borders2 {
	border: 1px dotted #cccccc;
	border-style: none none dotted;
}
/*A:: Controls the way the all Links without an associated style display before a user clicks or mouses over them.*/ 	 
A {
	color: #00478d;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
/*A:hover:: When a user passes  their mouse over them.*/ 	 	
A:hover {
	color: #ff0a00;
	text-decoration: underline;
}
/*A:visited:: After a user has visited that section.*/ 
A:visited {
	color: #00478d;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
/*A:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A:visited:hover {
	color: #ff0a00;
	text-decoration: underline;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON VIEW CART AND CHECKOUT PAGES      */
/*******************************************************************************************************/

/*checkout-headers:: Controls the titles of the sections on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #ff0a00;
	font-weight: bold;
}
/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
}
/*steps_on:: Controls the way the step the customer is currently on displays on the checkout pages.*/
.steps_on {
	font-size: 16px;
	font-weight: bold;
	color: #00478d;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-size: 12px;
	font-weight: bold;
	background: #00478d;
	color: #fff;
	padding:4px;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON PRODUCT PAGES      */
/*******************************************************************************************************/

/*options-titles:: Controls the way the option titles display on the product page.*/
.options-titles {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: 1px dotted #cccccc;
	border-style: none none dotted;
}
/*item:: Controls the item description and item details text.*/ 
.item {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
/*itemTitle:: Controls the name of the Product.*/ 
.item-title {
	font-size: 16px;
	color: #00478d;
	font-weight:bold;
}
/*price-info:: Controls the way the sub-prices display on the product page, the final price is controlled by the style called "price".*/ 
.price-info {
	font-size: 12px;
	font-weight: Normal;
	color: #000;
}
/*small-txt:: Controls the way the item id displays.*/ 
.small-txt {
	color: #afafae;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0px;
	font-size: 10px;
	vertical-align:bottom;
}
/*availability-txt:: Controls the way the Availability of the product displays i.e. 'In Stock', 'Back Order'.*/ 
.availability-txt {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	line-height: 1.2em;
	font-size: 11px;
	background-color: #00478d;
	padding: 0.2em;
	font-style: italic;
}
/*reward-title:: Controls the title of the Reward Points section.*/ 
.reward-title {
	color: #00478d;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 7px;
	line-height: 10px;
	font-size: 16px;
	font-style:italic;
}
/*******************************************************************************************************/
/*      FORM FIELDS & BUTTONS THROUGHOUT THE WEBSITE      */
/*******************************************************************************************************/

/*btn:: Controls the buttons, (ONLY if it is not using and image).*/ 
.btn {
	border: 1px solid #00478d;
	background: #00478d;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	margin: 1px;
	padding: 4px 6px;
}
/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/ 
.btn_over {
	border: 1px solid #ff0a00;
	background: #ff0a00;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	margin: 1px;
	padding: 4px 6px;
}
/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/  	
.txtBoxStyle {
	border-top: 1px solid #b7b4ac;
	border-bottom: 1px solid #b7b4ac;
	border-left: 1px solid #b7b4ac;
	border-right: 1px solid #b7b4ac;
	background-color: #fefefe;
	font-weight: normal;
	font-size: 11px;
	color: #83827f;
	line-height: 27px;
	height: 27px;
	padding: 0px 0px 0px 8px;
}
/*txtAreaStyle:: Controls the text and style of the Text Areas.*/ 	
.txtAreaStyle {
	border-top: 1px solid #b7b4ac;
	border-bottom: 1px solid #b7b4ac;
	border-left: 1px solid #b7b4ac;
	border-right: 1px solid #b7b4ac;
	background-color: #fefefe;
	font-weight: normal;
	font-size: 11px;
	color: #83827f;
}
/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
	height: 20px;
	color: #000;
	font-size: 12px;
	border: none;
	padding: 3px 0px 0px 0px;
	margin: 0px;
}
/*******************************************************************************************************/
/*   STYLES USED ONLY ON THE INVOICE        */
/*******************************************************************************************************/

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
	background-color: #f9f8f8;
}
/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-size: 10px;
	font-weight: bold;
	background-color: #cbcaca;
	color: #4f4e4e;
}
img {
	border: none;
}
/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/


/*font1:: Primary Screen Font */ 
.font1 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/*font2:: Secondary Screen Font */ 
.font2 {
	font-size: 12px;
	font-weight: normal;
	color: #00478d;
}
.font3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.font4 {
	font-size: 12px;
	font-weight: normal;
	color: #c32519;
}
/*top:: Controls the  Color of the top Bar*/		
.top {
	background: none;
}
/*line:: Controls the  Color of the line bellow the top bar*/		
.line {
	background: #FFF url(../images/BG_menu.gif) repeat-x;
}


#column2 {
	max-width: 234px;
}