/* General CSS */
html
{
	margin-bottom:1px;
	overflow:-moz-scrollbars-vertical;	
}

body 
{
	margin:0;
	padding:0;
	background-color:#C9CCCC;			
	color:#000;
	font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;	
}

h1
{
	font-size:16px;
	line-height:18px;	
	font-weight:bold;
}

h2
{
	font-size:14px;
	line-height:16px;	
	font-weight:bold;
}

a
{
	color:#020287;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	font-weight:bold;	
}

a:hover
{
	text-decoration:underline;	
}

p
{
	font-size:14px;
	line-height:20px;	
}

a:hover
{
	text-decoration:underline;
}

.paragraph-text
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	line-height:20px;	
}

a.category-links 
{
    text-decoration: none;
	padding-left:10px;
}

a.category-links:hover 
{
    text-decoration: underline;
}

.category-links 
{
    font-size: 14px;
	line-height:20px;
	padding-bottom:5px;	
	padding-top:5px;
	color:#020287;
	font-weight:bold;	
}

.categories-header
{
	padding:7px;
	background-color:#020287;
	color:#FFFFFF;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}

.categories-header-small
{
	font-size:10px;
	line-height:12px;	
	font-weight:none;
}

.clear 
{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

/* Reset CSS */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;font-size:100%;margin:0;padding:0}
html,body{height:100%}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
b,strong{font-weight:700}
img{font-size:0;vertical-align:middle}
ol,ul{list-style:none}
li{display:list-item}
table{border-collapse:collapse;border-spacing:0}
th,td,caption{font-weight:400;text-align:left;vertical-align:top}
q{quotes:none}
sub,sup,small{font-size:75%}
sub,sup{line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
svg{overflow:hidden}

/* Spacers CSS */
.top_spacer 
{
	width:1024px; 
	height:10px;
}

.bottom_spacer 
{
	width:1024px; 
	height:10px;
}

.body_spacer 
{
	width:1024px; 
	height:5px;
	margin-left:auto;
	margin-right:auto; 
	background-color:#FFFFFF;
}

.spacer_10
{
	width:100%; 
	height:10px;
	background-color:#FFFFFF;
}

.banner
{
	width:100%; 
	background-color:#E4E6E6;	
	font-size:18px;
	line-height:20px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	color:#020287;
	font-weight:bold;
	letter-spacing:6px;
}

.item-banner
{
	width:100%; 
	background-color:#E4E6E6;	
	font-size:16px;
	line-height:18px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	color:#020287;
	font-weight:bold;
}

.button
{
    background-color: #F90606;
    border: 2px solid #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
	line-height:18px;
    font-weight: bold;
    padding: 5px;
	text-decoration:none;
	vertical-align:top; 
}

.button:hover
{
    border: 2px solid #F90606;
    background-color: #FFFFFF;
    color: #F90606;
}

/* Header HTML CSS */
.header
{
	width:1024px;
	height:180px;
	margin-left: auto;
	margin-right:auto;
	background-image:url("../images/header/header-bg.gif")
}

.header input[type=text], input[type=password] 
{
	width: 200px;
}

.header-logo
{
	padding-top:20px;
	padding-left:20px;
	width:600px;
	float:left;
}

.header-account
{
	padding-top:15px;
	padding-right:20px;
	width: 200px;	
	float:right;
}

.header-account-row
{
	width:100%;
	color:#FFFFFF;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}

.header-menu
{
	width:100%;
	background-color:#4E4EA5;
	height:30px;
	margin-top:12px;
}

.header-menu-text
{
	color:#FFFFFF;
	font-size:14px;
	line-height:16px;
	padding-top:7px;
	font-weight:bold;
	text-align:center;
	border-right:#020287 5px solid;
	height:30px;
}

a.header-menu-link
{
	color:#FFFFFF;
	text-decoration:none;
}

a.header-menu-link:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

a.header-menu-register
{
	color:#FFF200;
}

.main-menu
{
	width:1024px;
	background-color:#F90606;
	height:30px;
	margin-left: auto;
	margin-right:auto;
}

.main-menu-text
{
	color:#FFFFFF;
	font-size:14px;
	line-height:16px;
	padding-top:5px;
	font-weight:bold;
	text-align:center;
	border-right:#FFFFFF 5px solid;
	height:30px;
}

.main-menu-last
{
	color:#FFFFFF;
	font-size:14px;
	line-height:16px;
	padding-top:5px;
	font-weight:bold;
	text-align:center;
	height:30px;
}

#keyword
{
	width:80%;
	margin-left:5px;  
	padding-top:2px;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a 
{
	margin: 0;
	padding: 0;
	position: relative;
}

#cssmenu:after,
#cssmenu ul:after 
{
	content: '';
	display: block;
	clear: both;
}

#cssmenu .sub-menu a:after
{	
	color: #fff;
    content: ' \25BC';
}

#cssmenu .sub-menu a:hover:after
{	
	color: #F90606;
    content: ' \25BC';
}

#cssmenu .sub-menu a:only-child:after
{
    content: '';
}

#cssmenu a 
{
	color:#FFFFFF;
	display: inline-block;
	font-size:16px;
	line-height:18px;
	padding-top:5px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;	  
}

#cssmenu ul 
{
	list-style: none;
	background-color:#F90606;
}

#cssmenu > ul > li 
{
	float: left;
}

#cssmenu > ul > li a 
{     
	border-right:#FFFFFF 5px solid;
	line-height: 34px;
	padding: 0 23px;
	filter: none;
}

#cssmenu > ul > li a:hover 
{
	background-color:#FFFFFF;
	color:#F90606;
}

#cssmenu > ul > li:first-child a 
{

}

#cssmenu > ul > li:last-child a 
{
	border-right:0;
}

#cssmenu li:hover ul 
{
	display: block;
}

#cssmenu li ul 
{
	display: none;
	position: absolute;
	min-width: 100%;
	text-align: center;
	/* IE7 */    
	*width: 100%;
}

#cssmenu li ul li 
{

}

#cssmenu li ul li a 
{
	border-right: #FFFFFF 5px solid;
	display: block;
	line-height: 120%;
	padding: 5px 5px;
	text-align: left;
	border-top:#FFFFFF 2px solid;
	font-size:12px;
	line-height:14px;
	font-weight:none;
}

#cssmenu > ul > li > ul {
    width: 140%;
}

#cssmenu li > ul > li:last-child a 
{
	border-bottom:#FFFFFF 2px solid;		
}

.footer
{
	width:1024px; 
	margin-left: auto;
	margin-right: auto; 
	background-image:url('../images/footer/footer-bg.gif');
}

.footer-text
{
	color:#FFFFFF;
	font-size:10px;
	line-height:12px;	
}

a.footer-text
{
	color:#FFFFFF;
	font-size:10px;
	line-height:12px;	
}

.footer-link-text
{
	color:#FFFFFF;
	font-size:15px;
	line-height:17px;
	padding-top:5px;
}

a.footer-link
{
	color:#FFFFFF;
	font-size:15px;
	line-height:17px;
	text-decoration:none;
}

.body
{
	width:1024px; 
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto; 
	min-height:375px;
}
	
.auction-item-column
{
	width: 20%;	
	float: left;	
}
	
.auction-item 
{
	border:#736F6E 2px solid;
	margin:5px;
	padding:5px;
	height: 220px;
}

.auction-item-img
{
	height:100px;
	padding:10px;
}

a.auction-item-img
{
	font-size:14px;
	line-height:16px;
	text-decoration:none;	
}

a.auction-item-img:hover
{
	text-decoration:underline;	
}

.auction-item-info 
{
	text-align: center;	
	margin-bottom: 10px;
	background-color:#FEFCFF;
}

.auction-item-img, .auction-item-desc
{
	background-color:#E4E6E6;	
}

.auction-item-desc 
{
	height:55px;
}

a.auction-item-desc-link 
{
    font-size: 12px;
	line-height:14px;
    text-decoration: none;
	padding-left:10px;
	color:#020287;
	font-weight:bold;
}

a.auction-item-desc-link:hover 
{
    text-decoration: underline;
}

.auction-item-details-container 
{
	width: 140px;
	float: left;	
}

.auction-item-view-container 
{
	float: right;
	padding-top: 10px;	
}

.auction-item-view
{
	padding-top:10px;	
}

.header-menu-text:hover
{
	color:#4E4EA5;
	background-color:#FFFFFF;
}

.header-menu-text:hover a
{
	color:#4E4EA5;
	background-color:#FFFFFF;
}

#header-menu-button
{
    display: block;
    width: 76px;
    height: 36px;
	border: #4E4EA5;
	border-style: solid;
	border-width: 2px;	
    background: url("../images/login-button.png") no-repeat 0 0;
}

#header-menu-button:hover
{ 
	border: #FFFFFF;
	border-style: solid;
	border-width: 2px;	
    background: url("../images/login-button_2.png") no-repeat 0 0;
}

.header-menu-button-2
{
	float:right;	
}

#header-menu-logout-button
{
    display: block;
    width: 76px;
    height: 36px;
	border: #FFFFFF;
	border-style: solid;
	border-width: 2px;	
    background: url("../images/logout-button.png") no-repeat 0 0;
}

#header-menu-logout-button:hover
{ 
	border: #4E4EA5;
	border-style: solid;
	border-width: 2px;	
    background: url("../images/logout-button_2.png") no-repeat 0 0;
}

.auction-item-details
{
	height:45px;	
}

.auction-item-price 
{
	font-size: 18px;
	font-weight: bold;
	line-height:20px;
	height:30px;
}

.auction-item-price-highlight
{
	font-size: 18px;
	font-weight: bold;
	line-height:20px;
	height:30px;
	color:#F90606;
}

.auction-item-price-min
{
	font-size: 10px;	
}

.auction-item-timeleft 
{
	width:100%;
	font-size: 12px;
	line-height:14px;
	color: #F80606;	
	font-weight:bold;
	text-align:center;
	height:15px;
}

.html-block
{
	width:100%;
	font-size:14px;
	line-height:20px;
}

.html-block p
{
	font-size:14px;
	line-height:20px;
}

.seller-logo
{
	width:100%;	
	text-align:center;
}

.server-time
{
	float:right;
	font-size:14px;
	line-height:16px;
	padding-right:10px;	
}

.sort-order
{
	float:left;
	padding-left:10px;		
}

.bread-crumbs
{
	float:left;
	padding-left:10px;	
	font-size:14px;
	line-height:16px;	
}

a.bread-crumbs-links
{
	font-size:14px;
	line-height:16px;	
	color:#020287;
	text-decoration:none;
	font-weight:bold;
}

a.bread-crumbs-links:hover
{
	text-decoration:underline;
}

.category-name
{
	padding-left:10px;		
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}

.item-count
{
	padding-left:15px;	
	padding-top:5px;	
	font-size:12px;
	line-height:14px;	
}

.item-status
{
	padding-top:5px;		
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-align:center;
}

a.item-status-link
{	
	color:#020287;
	font-weight:none;
	text-decoration: none;	  
}

a.item-status-link:hover
{
	text-decoration: underline;	  
}

a.item-status-link-current
{	
	color:#000000;
	font-weight:none;
	text-decoration: none;	  
}

a.item-status-link-current:hover
{
	text-decoration: underline;	  
}

.item-list-header
{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	background-color: #FFCC00;
	text-align:center;	
	padding-top:5px;
	padding-bottom:5px;
}

.item-list-column
{
	padding-top:5px;
	padding-bottom:5px;	
	font-size:14px;
	line-height:16px;
}

tr.item-list-row
{	
	font-size:14px;
	line-height:16px;
	height:85px;
}

.item-list-price
{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	vertical-align: middle;
	text-align:center;
}

.item-list-price-highlight
{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	vertical-align: middle;
	color:#F90606;	
	text-align:center;
}

.item-list-price-min
{
	font-size: 12px;	
	color:#F90606;
}

.item-list-bids
{
	font-weight:normal;
	text-align:center;
	padding-right:5px;
	vertical-align: middle;	
}

.item-list-ends
{
	text-align:center;
	vertical-align: middle;;	
}

.item-list-image
{
	width:75px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	vertical-align:middle;
}

tr.rowOdd 
{
	background-color: #FFFFFF;
}

tr.rowEven 
{
	background-color: #EFEEEC;
}

.item-list-bid-image
{
	width:21px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.item-list-bid-page-arrows
{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
	color:#020287;
}

.item-list-page-current
{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#F90606;	
}

a.item-list-page-link
{
	font-size:16px;
	line-height:18px;
	font-weight:bold;	
	color:#020287;
	text-decoration:none;
}

a.item-list-page-link:hover
{
	color:#4E4EA5;	
}

a.item-list-title
{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
	color:#020287;
}

a.item-list-title:hover
{
	color:#4E4EA5;		
}

.item-list-title
{
	padding-left:5px;
	vertical-align:middle;
}

.details-text
{
	font-size:14px;
	line-height:16px;
	padding:5px;
}

.details-section-header
{
	font-size:14px;
	line-height:16px;
	padding:5px;
	background-color:#020287;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

#item-description 
{
	font-size:14px;
	line-height:20px;
	padding-top:15px;
}

#item-description a
{
	color:#020287;
}

#item-description a:hover
{
	color:#4E4EA5;
}

#item-description table tbody tr td
{
	font-size:14px;
	line-height:16px;
	padding:5px;
	background-color:#020287;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

#item-description table
{
	margin-top:15px;
	margin-bottom:15px;
}

#item-description .style2
{
	color:#F90606;
}

#item-description p
{
	padding-top:10px;
	font-size:14px;
	line-height:20px;
}

#item-description ul
{
	padding-left:40px;
	padding-right:40px;	
	padding-bottom:10px;
	padding-top:10px;
	list-style-type: disc;
}

#item-description blockquote
{

}

#item-description blockquote table
{
	margin-left: auto;
	margin-right: auto; 
	width:80%;
}

#item-description blockquote table tbody tr td:first-child
{
	font-weight:bold;
	text-transform:none;
	width:150px;
}

#item-description blockquote table tbody tr td
{
	background-color:#FFFFFF;
	text-align:left;
	color:#000000;
	font-weight:normal;
	text-transform:lowercase;
}

.details-image-area
{
	width:150px;	
}

.details-image-area img
{
	width:130px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.details-info-area, .detail-bidding-area
{
	font-size:14px;
	line-height:16px;	
}

.details-info-label
{
	width:120px;
	font-weight:bold;	
	height:40px;
	font-size:14px;
	line-height:16px;
}

.details-info-text
{
	padding-bottom:10px;
}

.details-your-bid-label
{
	width:110px;
	font-weight:bold;	
	color:#FFFFFF;
	background-color:#020287;
}

.details-your-bid-text
{
	padding-bottom:10px;
	color:#FFFFFF;
	background-color:#020287;	
}

#detail-quick-launch
{
	font-size:10px;
	line-height:12px;
	text-align:center;			
	text-transform:uppercase;	
	font-weight:bold;
	width:97%;
	margin-left: auto;
    margin-right: auto;
}

#detail-quick-launch li
{
	
}

#detail-quick-launch li a
{
	color:#020287;
	text-decoration:none;	
	width: 100%;	
	display: block;
	border:#000000 1px solid;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-top:5px;
}

#detail-quick-launch li a:hover
{
	color:#FFFFFF;
	text-decoration:none;	
	text-align:center;	
	background-color:#F90606;
}

#cssmenu li ul li a.sub-main-menu {
    padding-left:20px;	
}

.chevron-right
{
	position: absolute;
    right: 10px;
    top: 35%;
}

.view-all-links
{
	color:#4E4EA5;
	font-size:14px;
	line-height:18px;
	font-weight:bold;		
}

a.view-all-links
{
	color:#020287;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
	font-weight:bold;		
}

a.view-all-links:hover
{
	text-decoration:underline;
}

a.view-all-links-sub
{
	padding-left:30px;
	color:#020287;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}

a.view-all-links-sub:hover
{
	text-decoration:underline;
}

.item-header
{
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	line-height:18px;
	background-color:#020287;
	text-align:center;
	font-weight:bold;
}

a.item-header
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a.item-header:hover
{
	text-decoration:underline;	
}


a.details-view
{
	color:#020287;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
}

a.details-view:hover
{
	text-decoration:underline;
}

.items-additional-fees
{
	color:#F90606;
	font-size:14px;
	line-height:16px;	
	padding-left:25px;
	padding-bottom:5px;
}

.detail-bidding-area
{
	border:#736F6E 1px solid;	
}

.number-views-text
{
	color:#008000;
	font-size:12px;
	line-height:14px;
	text-align:center;
}

.number-views
{
	color:#F90606;
	font-size:14px;
	line-height:16px;	
	font-weight:bold;	
}

a.item-bid-history
{
    background-color: #F90606;
    border: 2px solid #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
	text-decoration:none;
}

a.item-bid-history:hover
{
    background-color: #FFFFFF;
    color: #F90606;
}

.bid-history-header
{
	font-size:14px;
	line-height:16px;	
	font-weight:bold;	
	background-color:#808080;
	text-align:center;	
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}

.bid-history-text
{
	font-size:12px;
	line-height:14px;	
	text-align: left;	
	padding:5px;
}

#bid-rigging, #bid-snipping
{
	border: 2px solid #000000;
}

#bid-rigging h2, #bid-snipping h2
{
	font-family: Arial,Helvetica,sans-serif;	
	font-size:16px;
	line-height:18px;	
	font-weight:bold;	
	background-color:#F90606;
	color:#FFFFFF;
	padding:5px;
}

#bid-rigging p, #bid-snipping p 
{
	font-family: Arial,Helvetica,sans-serif;	
	font-size:14px;
	line-height:16px;	
	
	padding:5px 10px;
	color:#000000;
}

.page-content
{
	width:97%;
	margin-left:auto; 
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
}

.page-content p
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	line-height:20px;	
}

.page-content h2
{
	padding-bottom:5px;
	padding-top:5px;
}


.page-content ol
{
	list-style-type:decimal;	
	padding-left:40px;
	padding-right:40px;
	font-size: 14px;
    line-height: 16px;
}

.page-content ul
{
	list-style-type:disc;
	padding-left:40px;
	padding-right:40px;
	font-size: 14px;
    line-height: 16px;
}

.page-content ul li p
{
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
	padding-top:0;
}

.bid-complete
{
	color:#020287;
	font-weight:bold;
	padding-bottom:10px;
	font-size:16px;
	line-height:18px;	
}

.bid-complete-outbid
{
	color:#F90606;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;	
	font-size:18px;
	line-height:20px;	
	text-align:center;
}

a.header-my-account 
{
	color:#FFFFFF;	
	text-decoration:none;
}

a.header-my-account:hover
{
	text-decoration:underline;
}

.my-account-header
{
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	line-height:18px;
	background-color:#020287;
	text-align:center;
	font-weight:bold;
}

.my-account-label
{
	font-weight:bold;	
	text-align:left;	
	width:250px;
	padding-bottom:15px;
	font-size:14px;
	line-height:20px;
}

.my-account-text
{
	text-align:left;
	width:375px;
	font-size:14px;
	line-height:20px;
}

.my-account-sub-text
{
	text-align:left;
	font-size:12px;
	line-height:14px;	
}

.bid-history-header
{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	background-color: #FFCC00;
	text-align:center;	
	padding-top:5px;
	padding-bottom:5px;
	color:#000000;
	vertical-align:middle;
	border:#000000 1px solid;	
}

.your-bid-history-header
{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	background-color: #F90606;
	text-align:center;	
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
	vertical-align:middle;
	border:#000000 1px solid;	
}

.bid-history-column
{
	padding-top:5px;
	padding-bottom:5px;	
	font-size:14px;
	line-height:16px;
	border:#000000 1px solid;	
	vertical-align:middle;
}

a.bid-history-title
{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

a.bid-history-title:hover
{
	color:#000000;		
	text-decoration:underline;
}

.bid-history-title
{
	padding-left:5px;
	vertical-align:middle;
}

.email-section-header
{
	font-size:14px;
	line-height:16px;
	padding:5px;
	background-color:#F90606;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

.search-page-header
{
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	line-height:18px;
	background-color:#020287;
	text-align:center;
	font-weight:bold;
}

.search-page-label
{
	font-weight:bold;	
	text-align:left;
	font-size:14px;
	line-height:16px;	
}

.search-page-text
{
	text-align:left;
	font-size:12px;
	line-height:14px;
}

.view_invoices_header
{
	text-align:center;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#B6B6B4;
	padding-bottom:5px;
	padding-top:5px;
	border-top:#000000 1px solid;				
	border-left:#000000 1px solid;		
    border-bottom:#000000 1px solid;				
	vertical-align:middle;		
}

.view_invoices_row
{
	text-align:left;
	font-size:12px;
	line-height:14px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;	
	border-bottom:#000000 1px solid;				
	border-left:#000000 1px solid;		
}

 .view_invoices_footer_row
{
	text-align:left;
	font-size:12px;
	line-height:14px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	border-top:2px solid #000000;		
}

.small-btn 
{
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff;
	font-size: 15px;
	background: #020287;
	padding: 2px 0px;
	text-decoration: none;
	width:75px;
	font-weight:bold;
}

.small-btn:hover 
{
	background: #EC1D25;
	text-decoration: none;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}