/* 
================================
3DCart Style Sheet 
by Infomart2000 Corp.
www.3dcart.com
================================
*/	
	
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)        */
/*******************************************************************************************************/


.clear { clear: both; height: 0; line-height: 0; }

strong { font-weight: bold; }
em { font-style: italic; }

/*********************************
 * HEADER
 ********************************/
#header {
	background: url('../images/header-bg.png') 0 0 repeat-x #FFF;
	min-height: 130px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

h1#logo {
	float: left;
	height: 145px;
	width: 202px;
}
#header-content-area {
	padding-left: 230px;
}
#header-content-area ul {
	list-style: none;
}
#header-content-area ul li {
	float: left;
}
#header-content-area ul li a {
	color: #333;
	text-decoration: none;
}
#header-content-area ul#top-menu {
	float: left;
	height: 26px; /* 38px - 12px margin */
	width: 240px;
	margin-top: 12px;
	padding-left: 20px;
}
#header-content-area ul#top-menu li {
	margin-right: 40px;
}
#header-content-area ul#top-menu li a {
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}
#header .fb-like {
	float: right;
	margin-top: 40px;
	width: 270px;
}
#header .pinterest-button {
        float: left;
        margin-top: 40px;
        margin-left: 410px;
}
#header .cart {
	position: absolute;
	bottom: 0;
	left: 230px;
}

#mailing-list {
	float: left;
	height: 30px;
	padding-top: 8px;
	width: 324px;
}
#social-icons {
	float: left;
	height: 33px; /* 38px - 5px margin top */
	margin-left: 10px;
	margin-top: 5px;
	width: 130px;
}
#header-content-area ul#dd_menu {
	float: left;
	margin-top: 2px;
	padding-left: 6px;
}
#header-content-area ul#dd_menu li {
	height: 22px;
	margin-right: 32px;
	position: relative;
}
#header-content-area ul#dd_menu li:hover a {
	text-decoration: underline;
}
#header-content-area ul#dd_menu li a {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
#header-content-area ul#dd_menu li a:hover,
#header-content-area ul#dd_menu li a:active {
	color: #000;
}
#header-content-area ul#dd_menu li ul {
    background-color: #BDE8EB;
    left: -8px;
    min-width: 100%;
    padding: 0 5%;
    position: absolute;
    top: 22px;
    visibility: hidden;
    z-index: 99999;
}
#header-content-area ul#dd_menu li:hover ul {
	visibility: visible;
}
#header-content-area ul#dd_menu li ul li {
	float: none;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	text-align: left;
}
#header-content-area ul#dd_menu li ul li:first-child {
	padding-top: 8px;
	margin-top: 2px;
}
#header-content-area ul#dd_menu li:hover ul li a {
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
#header-content-area ul#dd_menu li:hover ul li a:hover,
#header-content-area ul#dd_menu li:hover ul li a:active {
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}



/*********************************
 * HOMEPAGE
 ********************************/
#homepage-content {
	background: #FFF;
	border-top: 6px #FFF solid;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 980px;
}

#homepage-content #photos {
	width: 660px;
	float: left;
	height: 480px;
	margin-left: 40px;
}

#homepage-content .homepage-photo {
	position: absolute;
	bottom: 0;
}
#homepage-content #photo-1 {
	left: 70px;
	z-index: 98;
}
#homepage-content #photo-2 {
	left: 260px;
	z-index: 99;
}
#homepage-content #photo-3 {
	left: 480px;
	z-index: 97;
}
#homepage-content #homepage-right {
	background: #868fae;
	float: right;
	padding: 10px 0;
	min-height: 435px;
	width: 270px;
}
#homepage-content #homepage-right .header {
	margin-left: 15px;
}
#homepage-content #homepage-right .homepage-right-content {
	background: #FFFFFF;
	margin: 6px 12px;
	min-height: 120px;
	padding: 8px;
	text-align: left;
}
#homepage-content #homepage-right .homepage-right-content ul li {
	line-height: 1.125em;
	padding-bottom: 10px;
}
#homepage-content #homepage-right .homepage-right-content ul li h4 {
	color: #6797c2;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
#homepage-content #homepage-right .homepage-right-content ul li h4 .date,
#homepage-content #homepage-right .homepage-right-content ul li h6 {
	color: #999;
	font-weight: normal;
	font-size: 12px;
}
#homepage-content #homepage-right .homepage-right-content ul li a {
	color: #6797c2;
	font-size: 12px;
}
#homepage-content #homepage-right .homepage-right-content ul#blog_update_list li a {
	color: #6797c2;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
#homepage-content #homepage-right .homepage-right-content ul#blog_update_list li h4.alignright {
	margin-bottom: 0;
	text-align: right;
}
#homepage-content #homepage-right .homepage-right-content ul#blog_update_list li h4.alignright a {
	color: #6797c2;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}
#homepage-content #homepage-right .homepage-right-content ul li.readmore {
	padding-bottom: 0;
}



#listing {
	margin-top: 30px;
}

/*frame:: Controls the left and right column background.*/		
.frame {
	background: #FFF;
}
/*mod_bg:: Controls the left and right column modules background.*/		
.mod_bg {
	background: #FFF;
}
/*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, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background: #231f20 url(http://www.sharpshirter.com/assets/templates/v40006/images/menuBG.png) no-repeat left;
	line-height: 32px;
	padding: 0px 0px 0px 50px;
}
/*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 {
	border-top: 5px solid #000;
	color: #333;
	font-size: 18px;
	margin: 38px;
	padding: 30px;
	text-align: center;
}
/*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: 18px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.footerBG {
	background: #FFF;
}
/*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 {
	width: 25px;
	height: 25px;
	background: #6797c2;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/ 
.ranking {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #231f20;
	height: 23px;
	padding: 3px 5px 5px 5px;
	text-align: center;
}
/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/ 
.menu-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}
.menu-text A, .menu-text A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-transform: none;
	text-decoration: underline;
}
.menu-text A:hover, .menu-text A:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/ 
.price2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6797c2;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1d1a1a;
	background: url(http://www.sharpshirter.com/assets/templates/v40006/images/cartBG.png) no-repeat center top;
	text-transform: uppercase;
	width: 77px;
	height: 40px;
}
.cart-text A, .cart-text A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1d1a1a;
	text-transform: uppercase;
	text-decoration: none;
}
.cart-text A:hover, .cart-text A:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1d1a1a;
	text-transform: uppercase;
	text-decoration: none;
}
/*search-text:: Controls the way the search box displays of the frame.*/ 
.search-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b1b1b1;
	line-height: 27px;
	height: 27px;
	background: #FFF;
	width: 187px;
	padding: 0px 0px 0px 11px;
	margin: 0px;
	border: none;
}
/*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, Helvetica, sans-serif;
	color: #5f5d5e;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	display: block;
	padding: 3px 0px 3px 17px;
}
/*A.cat:hover:: When a user passes  their mouse over them.*/ 	
A.cat:hover {
	color: #000;
	background: #fee0d8;
	display: block;
}
/*A.cat:visited:: After a user has visited that section.*/ 
A.cat:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #5f5d5e;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	display: block;
	padding: 3px 0px 3px 17px;
}
/*A.cat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.cat:visited:hover {
	color: #000;
	background: #fee0d8;
	display: block;
}
/*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 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	line-height: 14px;
	padding: 0px 0px 0px 10px;
}
/*A.subcat:hover:: When a user passes  their mouse over them.*/ 	
A.subcat:hover {
	color: #6797c2;
}
/*A.subcat:visited:: After a user has visited that section.*/ 
A.subcat:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	padding: 0px 0px 0px 10px;
	line-height: 14px;
}
/*A.subcat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.subcat:visited:hover {
	color: #6797c2;
}
/*A:menu:: Controls the way the Links display in the top navigation before a user clicks or mouses over on them.*/ 	 
A.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}
/*A:menu:over:: When a user passes their mouses over them.*/ 	
A.menu:hover {
	color: #6797c2;
}
/*A:menu:over:: After a user has visited that section.*/ 	
A.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}
/*A:menu:visited:over:: A user hovers over a section they have visited.*/ 		
A.menu:visited:hover {
	color: #6797c2;
}
/*A:menu-bottom:: Controls the way the Links in the footer display before a user clicks or mouses over on them.*/ 	 
A.menu-bottom {
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	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: #FFF;
}
/*A:menu-bottom:over:: After a user has visited that section.*/ 	
A.menu-bottom:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	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: #FFF;
}
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 {
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}
/*A:link:over:: When a user passes their mouses over them.*/ 	
A.link:hover {
	color: #6797c2;
}
/*A:link:over:: After a user has visited that section.*/ 	
A.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	font-size: 10px;
	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: #6797c2;
}
/*A.details:: Controls the way the Top Sellers Links display before a user clicks or mouses over them.*/ 	 
A.details {
	font-family: Arial, Helvetica, sans-serif;
	color: #acacac;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}
/*A.details:hover:: When a user passes their mouse over them.*/ 	 	
A.details:hover {
	color: #6797c2;
	text-decoration: none;
}
/*A.details:visited:: After a user has visited that section.*/ 
A.details:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #acacac;
	font-size: 10px;
	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: #6797c2;
	text-decoration: none;
}
/*******************************************************************************************************/
/*          STYLES USED THROUGHTOUT THE WEBSITE        */
/*******************************************************************************************************/


body {
    background: #FFF url('../images/background.png');
    color: #231F20;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#maintable {
	background: #FFF;
	width: 980px;
	margin: 0 auto;
}

/*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 {
	color: #231f20;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0px;
	line-height: 1.5em;
	font-size: 12px;
	vertical-align: top;
}
td.middle {
	vertical-align: middle;
}
/*data:: Controls the font style of your content on all the pages.*/
.data {
	color: #231f20;
	background-color: #FFF;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0px;
	line-height: 1.5em;
	font-size: 12px;
}
/*alternative:: Controls the background color of the boxes used throughout the site.*/
.alternative {
	background-color: #F3F2F2;
	padding: 2px 4px 2px 4px;
	border: 1px solid #EAE9E9;
	margin-bottom: 10px;
}
	.alternative td {
		padding: 5px;
	}
	.alternative td.item {
		padding: 0;
	}
	.alternative td.item a {
		font-size: 14px;
	}
.whitebg {
	border: none;
	background: #FFF;
}
#product-description {
	color: #666;
	font-size: 16px;
	line-height: 1.5em;
}
	#product-description p {
		margin-bottom: 10px;
	}
	#product-description ul,
	#product-description ol {
		padding: 10px 20px;
	}
	#product-description ol {
		padding: 10px 20px;
		list-style: decimal;
	}
	#product-description ul {
		padding: 10px 20px;
		list-style: disc;
	}
/*page_headers:: Controls the title of all your pages.*/
.page_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6797c2;
}
/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/ 
.homepage-titles {
    color: #333333;
    font-size: 44px;
    font-weight: normal;
    padding: 20px 38px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.titles {
	font-size: 14px;
	font-weight: bold;
	background-image:url('../images/bgg.gif');
	color: #000000;
	text-decoration: none;
	padding: 10px 4px 10px 4px;
}
/*price:: Controls the way the product's final price display throughout the site.*/ 
.price {
	font-size: 32px;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #64659D;
}
/*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 {
	border-top: 1px solid #333;
}
/*borders2:: Controls the color of the dotted line dividers used throughout the site.*/ 
.borders2 {
	border-top: 1px solid #333;
}
/*A:: Controls the way the all Links without an associated style display before a user clicks or mouses over them.*/ 	 
A {
	color: #5f5d5e;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}
/*A:hover:: When a user passes  their mouse over them.*/ 	 	
A:hover {
	color: #6797c2;
}
/*A:visited:: After a user has visited that section.*/ 
A:visited {
	color: #5f5d5e;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}
/*A:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A:visited:hover {
	color: #6797c2;
}
/*******************************************************************************************************/
/*   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, Helvetica, sans-serif;
	font-size: 13px;
	color: #5f5d5e;
	font-weight: bold;
}
/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
	font-family: Arial, Helvetica, sans-serif;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6797c2;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #eeeeee;
	color: #6797c2;
	padding:4px;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON PRODUCT PAGES      */
/*******************************************************************************************************/

/*options-titles:: Controls the way the option titles display on the product page.*/
.options-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #585C5F;
	border: 1px dotted #cccccc;
	border-style: none none dotted;
}
/*item:: Controls the item description and item details text.*/ 
.item {
	font-size: 18px;
	color: #585C5F;
}
	.item a {
		font-size: 14px;
	}
/*itemTitle:: Controls the name of the Product.*/ 
.item-title {
	font-size: 16px;
	color: #6797c2;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Normal;
	color: #585C5F;
}
/*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: #6797c2;
	padding: 0.2em;
	font-style: italic;
}
/*reward-title:: Controls the title of the Reward Points section.*/ 
.reward-title {
	font-family: Arial, Helvetica, sans-serif;
	color: #6797c2;
	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 {
	background: #bde8eb;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 20px;
	height: 20px;
	margin: 5px;
	padding: 0 8px;
}
.btn_over {
	background: #bde8eb;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 20px;
	height: 20px;
	margin: 5px;
	padding: 0 8px;
}
.go-btn {
	background: url(http://www.sharpshirter.com/assets/templates/v40006/images/go_btn.png) no-repeat;
	width: 30px;
	height: 25px;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.search-btn {
	background: url(http://www.sharpshirter.com/assets/templates/v40006/images/search_btn.png) no-repeat;
	width: 30px;
	height: 27px;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
/*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: #FFF;
	font-weight: normal;
	font-size: 12px;
	color: #83827f;
	line-height: 25px;
	height: 25px;
	padding: 0px 0px 0px 9px;
}
/*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: #FFF;
	font-weight: normal;
	font-size: 12px;
	color: #83827f;
}
/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
	height: 20px;
	color: #585C5F;
	font-size: 12px;
	border: none;
	padding: 3px 0px 0px 0px;
	margin: 0;
}
/*******************************************************************************************************/
/*   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-family: Arial, Helvetica, sans-serif;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/*font2:: Secondary Screen Font */ 
.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6797c2;
}
.font3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.font4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #c32519;
}
/*top:: Controls the  Color of the top Bar*/		
.top {
	background: #6797c2;
	padding: 0px 19px 0px 0px;
}
/*line:: Controls the  Color of the line bellow the top bar*/		
.line {
	background: #CCC;
}
#mainContainer {
	border: 1px solid #DDD;
	width: 980px;
}