@charset "UTF-8";

/* Standard HTML elements */
body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}

h1, h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1, h2, h3, h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	
}
.cellPad {
	padding-left: .75em;
}
.cellCent {
	text-align: center;
}
.heading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 135%;
	margin-bottom: 1em;
}
.subheading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	padding-top: .5em;
	display: block;
}
.colorGreen {
	color: #045E52;
}
.colorRed {
	color: red;
}
.activeHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	padding-top: .5em;
	color: #045E52;
}
.inactiveHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
	padding-top: .5em;
	color: red;
}
.sectionHead {
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}
a {
	color: inherit;
	text-decoration: none;
}
.link {
	color: blue;
	text-decoration: underline;
}
th,
td {
    text-align: left;
    vertical-align: top;
    padding-left: 0em;
    padding-right: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
}

label {
    text-align: left;
    vertical-align: top;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

ul {
	padding: 0px;
	list-style: none;
}

img {  
	border-style: none;
}
.colWrap {
	width: 100%; 
	float: left;
	display: block;
}
.colWrap .hun {
	width: 100%;
	float: left;	
}
.colWrap .eifi {
	width: 85%;
	float: left;
}
.colWrap .ei {
	width: 80%;
	float: left;
}
.colWrap .sefo {
	width: 74%;
	float: left;
}
.colWrap .setw {
	width: 72%;
	float: left;
}
.colWrap .se {
	width: 70%;
	float: left;
}

.colWrap .si {
	width: 60%;
	float: left;	
}
.colWrap .fi {
	width: 50%;
	float: left;	
}
.colWrap .fifi {
	width: 55%;
	float: left;	
}

.colWrap .fo {
	width: 40%;
	float: left;
}
.colWrap .thth {
	width: 33%;
	float: left;
}
.colWrap .th {
	width: 30%;
	float: left;
}
.colWrap .twfi {
	width: 25%;
	float: left;
}
.colWrap .tw {
	width: 20%;
	float: left;
}
.colWrap .eitn {
	width: 18%;
	float: left;
}
.colWrap .fiftn {
	width: 15%;
	float: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.newLine {
	clear: left;
}

.colLabel {
	font-weight: bold;
	text-decoration: none;
}

.tblCntr {
	text-align: center;
	padding: 0.3em 0.5em 0.2em 0.5em;
}

.featureList {
	padding: .15em 0em;
}
.memberQuickLinks {
	padding-right: .25em;
	text-align: right;
}

.formSection {
	clear: left;
	margin-top: 1em;
	margin-bottom: 1em;	
}

.section {
	padding-bottom: .75em;
	border-bottom: solid thin #B2B2B2;
}
.errors {
	font-weight: bold;
	color: red;
	font-style: italic;
	font-size: 110%;
	padding: .5em 0em 1em 0em;
}
.imprt_alert {
	font-weight: bold;
	color: red;
	font-size: 110%;
	padding: 0em .5em .5em .5em;
}
.user_messages {
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
	padding: .5em 0em 1em 0em;
}

.errors_500 {
	font-weight: bold;
	color: black;
	font-size: 110%;
	padding: .5em 0em 1em 0em;
}


/* Layout elements */
div.account_nav {
	float: right;
	clear: both;
	padding: 0px;
 	/*
background-image: url('/init/static/img/acctnavcrnr.gif');
	background-repeat: no-repeat;
*/
	position: relative;
}
#firstNav {
	border-right: 0;
	background-image: none;
}
/* for Internet Explorer */
/*\*/
* html div.account_nav {
width: 420px;
}
/**/

div.account_nav ul {
	padding: 0px;
	margin: 0px 0px 0px 8px;
}

div.account_nav ul li {
	display: inline;
	float: right;
	padding: 0px;
	margin: 0px;
	background-image: url('/init/static/img/acctnavgradient.gif');
	background-repeat: repeat-x;
	border-right: 1px solid #B2B2B2;
	height: 20px;
}

div.account_nav ul li:first-child {
	border-right: 0px;
}

div.account_nav a {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	padding: 1px 1em 1px 1em;
	margin: 0px;
	vertical-align: middle;
	display: block;
}

div.content {
	min-height: 400px;
	padding: 1em 1em 2em 1em;
	font-size: 85%;
	position: relative;
}
/* for Internet Explorer */
/*\*/
* html div.content {
height: 400px;
position: relative;
}
/**/

div.content a {
	color: blue;
	text-decoration: underline;
}

div.credits {
	font-family: Tahoma;
	font-size: 75%;
	float: right;
	margin-top: 0.5em;
}

div.footer {
	padding: 1em;
	text-align: center;
	color: #999;
	font-size: 80%;
	width:100%; 
	float: left;
	display: block;
	clear: both;
}

div.footer a {
	color: #045E52;
}

div.form_field {
	clear: both;
	margin-bottom: 0.5em;
}

div.form_field_composite {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

div.form_field select {
	padding-left: 1em;
}

div.greeting {		/* Welcome, John Doe! */
	font-weight: bold;
	clear: none;
	display: inline;
}

div.header {
	background-color: #F6C712;  /* Gold */
	background-image: url(/init/static/img/headgradient.gif);
	background-repeat: repeat-y;
	min-height: 86px;
}
/* for Internet Explorer */
/*\*/
* html div.header {
height: 86px;
}
/**/


div.header_logo {
	padding: 4px 1em 4px 1.5em;
	float: left;
}

div.header_search {
	float: left;
	clear: right;
	margin-top: 0.5em;
	margin-left: 5em;
	/*border: 1px solid #DDD;*/
}

div.header_search input {
	color: #555;
}

a.menuLink {
	margin-right: 0.5em;
	padding: 0px 0.5em 0px 0.5em;
	background: #EEE;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
	white-space: nowrap;
	display: inline-block;
}

a.menuLinkBlack {
	margin-right: 0.5em;
	padding: 0px 0.5em 0px 0.5em;
	background: black;
	color: white;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
	white-space: nowrap;
	display: inline-block;
}


a:link.menuLink, a:visited.menuLink {
	text-decoration: none;
}
a:hover.menuLink {
	text-decoration: none;
	background: white;
}

a:link.menuLinkBlack, a:visited.menuLinkBlack {
	text-decoration: none;
	color: white;
}
a:hover.menuLinkBlack {
	text-decoration: none;
	background: #555;
}

a.menuLinkSSC {
	margin-right: 0.5em;
	padding: 0px 0.5em 0px 0.5em;
	background: #F9C81E;
	color: black;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
	white-space: nowrap;
	display: inline-block;
}

a:link.menuLinkSSC, a:visited.menuLinkSSC {
	text-decoration: none;
	color: black;
}
a:hover.menuLinkSSC {
	text-decoration: none;
	background-color: #EFEFEF;
}


.ssc_section {
	border: 2px solid #EB8F05;
	padding-bottom: 1em;
	text-align: left;
	clear: both;
}

.ssc_section_title {
	background-color: #EB8F05;
	font-weight: bold;
	text-align: left;
	padding: 2px 1em;
	margin-bottom: 1em;
}

.ssc_button {
	background-color: #EB8F05;
}
div.ssc_menu {
	position: absolute;
	left: 2px;
	top: 2px;
	padding: 2px 1em 2px 1em;
	border: 2px solid red;
	background: #EEE;
	font-size: 85%;
}
div.ssc_menu a {
	color: blue;
	text-decoration: underline;
}
div.hor_nav_menu {
	background: #045E52;  /* Green (horizontal menu) */
	border-top: solid thin #7FAB95 ;
	font-size: 110%;
	min-height: 1.9em;
}
/* for Internet Explorer */
/*\*/
* html div.hor_nav_menu {
height: 1.9em;
}
/**/
div.hor_nav_menu div .fl {
	padding: .25em 0em;
}
div.hor_nav_menu div div a.mainLink {
	color: white;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	letter-spacing: 1px; 
	text-decoration: none;
	padding: 0px 1em 0px 1em;
	border-right: 1px solid #7FAB95;  /* Light green */
}
div.hor_nav_menu ul li:last-child a {
	border-right: none;
}

div#socialLink {
	padding: 0.1em .5em 0em .5em;
}
div.login {
	float: right;
	display: inline;
}

div.login a {
	color: #045E52;  /* Green (horizontal menu) */
	text-decoration: underline;
	margin-left: 3em;
}

div.welcome {
	float: right;
	margin: 0.3em 1em 0px 0px;
	font-size: 75%;
	white-space: nowrap;
	width: 20%;
	text-align: right;
}

div.wrapper {
	min-width: 1000px;
}

#search_button {
	padding: 0px 0px 0px 5px;
	width: 38px;
	height: 25px;
	vertical-align: bottom;
}

div.steps_button_nav {
	width: 50%;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}

div.steps_button_nav input {
	padding-right: 1em;
	padding-left: 1em;
}



#citystate {
	
	background-color:#fff;	
	overflow: auto;	
	height: 150px;
	width: 200px;
	z-index: 1000;
}



.citystate DIV { padding: 2px 4px 2px 4px; }


#no_table_keywords {
	width: 15em;
}
.stepHead {
	position: absolute;
}
div.steps_nav {
	width: 60%; 
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}
div.steps_nav ul {
	list-style-type: none;
	margin-bottom: 1em;
}
div.steps_nav ul li {
	display: inline;
	padding: 0px .35em 0px .35em;
}
div.steps_nav ul li img {
	vertical-align: middle;
}


span.label {
	font-weight: bold;
	margin-right: .3em;
}

label {
	font-weight: bold;
}

span.expires {
	color: red;
	white-space: nowrap;
}

div.avs_direction {
	float: left;
	margin-top: 1em;
	font-weight: bold;
	font-size: 100%;
}

span.search_label {
	font-size: 70%;
	margin-left: 5px;
	color: #555;
}

ul.avs_attributes_form {
	margin-left: 2em;
}

.avsSection {
	border-top: solid thin #B2B2B2;
	padding: .75em 0 .75em 0;
	float: left;
	display: block;
	margin: .25em 0 .25em 0;
	width: 80%;
}
.avsSection div input {
	margin-bottom: .5em;
}
.avsSectionRes {
	border-top: solid thin #B2B2B2;
	padding: .75em 0 .75em 0;
	float: left;
	display: block;
	margin: .25em 0 .25em 0;
	width: 95%;
}
ul.avs_attributes_form li {
	margin-top: 0.5em;
}

/* User Profile (Edit Form) */
#auth_user_email {
	width: 20em;
}

#auth_user_first_name {
	width: 15em;
}

#auth_user_last_name {
	width: 20em;
}

#auth_user_phone_primary_area_code, #auth_user_phone_alt_area_code {
	width: 3em;
}

#auth_user_phone_primary_number, #auth_user_phone_alt_number {
	width: 10em;
}

#auth_user_phone_primary_calling_code, #auth_user_phone_alt_calling_code {
	width: 2em;
	text-align: right;
}

#auth_user_city {
	width: 15em;
}

#auth_user_state {
	width: 5em;
}

#auth_user_postal_code {
	width: 10em;
}

/* Search Results (List view) */
.srchLeftCol {
	float: left;
	width: 26%;
}
.srchAdvSpc {
	margin: 1.5em 0 1.5em 0;
	float: left;
}
.srchAdvSpc img {
	width: 98%;
}
.avsSidebar {
	border: solid 1px #045E52;
	padding: 10px 0 42px .5em;
	float: left;
	position: relative;
}
.avsSidebar .tr {
	position: absolute;
	top: -1px; 
	right:-1px;
	z-index:998;
}
.avsSidebar .br {
	position: absolute;
	bottom: -1px; 
	right:-1px;
}
.avsSidebar .srchBtmBtn {
	text-align:center;
	position:absolute;
	bottom:5px;
	left:0px;
	right: 0px;
}

.avsResults {
	float: left;
	margin-left: .5em;
}

.avs_paging {
	margin: .45em 0em .35em 0em;
	text-align: center;
	width: 99%;
}

.avsSort {
	margin: .75em 0em .75em 0em;
}

.avsSort img {
	vertical-align: middle;
}
.avs_paging a {
	padding: 0em .25em;
}
/* End Search Results */
	  

.avsPrice {
	margin-right: 1em;
}
.avsPrice label {
	display: inline;
}

.flash {
	width: 35%;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	border: 1px solid #DDD;
	font-weight: bold;
	text-align: center;
	color: #045E52;
}

.creditflash {
	width: 35%;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	border: 1px solid #DDD;
	font-weight: bold;
	text-align: center;
	color: #045E52;
}

/* Credit card and purchase form */
.ccInfo {
	width:90%;
    margin-left: auto;
	margin-right: auto;
}
.ccleftPanel {
	float: left;
	width: 50%;
	height: 100%;
	padding-right: 2em;
	border-right: 1px solid gray;
}
.ccrightPanel {
	float: left;
	width: 30%;
	height: 100%;
}
.savedCCinfo {
   	margin: 1px 1px 1em 1px;
    float: left;
    width: 99%;
	border-bottom: 1px solid gray;
}
.newCCinfo {
   	margin: 1px;
    float: left;
    width: 99%;
    height: 60%;
}

.totalPurchaseinfo {
   	margin-left: 3em;
   	margin-top: 2em;
    float: left;
    width: 70%;
    height: 40%;
}

.error {
	color: red;
	font-weight: bold;
}

.errorSummary {
    float: left;
	clear: both;
    width: 99%;
    height: 28%;
	font-weight: bold;
	color: red;
	margin: 1em 0px 0px 1em;
}

.paypalError {
    float: left;
	clear: both;
    width: 99%;
    height: 28%;
	font-weight: bold;
	color: red;
}

.fontsizeCCinfo {
	text-align: left;
	font-size:12px;
}

#no_table_card_num {
	width: 16em;
}

#no_table_card_expirationdate {
	width: 4em;
}

#no_table_card_name {
	width: 10em;
}

#no_table_card_street {
	width: 10em;
}

#no_table_card_zip {
	width: 5em;
}

#no_table_card_cvv {
	width: 3em;
}

#no_table_cc_type {
	width: 4em;
}
#no_table_creditamount {
	width: 10em;
}

.button_field {
	width:40%;
	float:right;
	margin-right:9%;
}

/* Rules for the Modal window 
  *****************************/
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:1;
  background-color:#000;
  display:none;
  opacity: 0.8;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:750px;
  height:400px;
  display:none;
  z-index:9999;
  padding:0px;
  background-color:#ffffff;
  border: solid #045E52 medium;
}

.window .closeBar {
  /*width: 750px;*/
  font-size: 80%;
  color: #ffffff;
  text-align: right;
  background-color:#045E52;
  padding-bottom: 2px;
}

.window .closeBar .close {
  color: #ffffff;
  text-decoration: none;
  margin-right: 12px;
}

.window .modalContent {
  padding: 10px;
}

/*  Profile Notes*/
#profile_notes .button_field {
	width:122px;
}

#profile_notes .button_field, #profile_notes input[type=submit] {
	margin-top:4px;
/*	 border:1px solid #f00;*/ 
}

#notes_print_div  {
	width:500px;
	margin-bottom:3px;	
	/* border:0px solid #00f; */
}


/* Customize your modal windows here. Customization should be done through
 * an ID or class for any elements inside of ".modalContent" */


/* End rules for the Modal window
  *****************************/

 a#viewads {
/*
	position:absolute;
	left:400px;
	top:300px;
*/
	margin-left:310px;
}

div.stats {
text-align: center;
border-collapse: separate;
border:0px none;	
	
}



/* User Layout */
div#user_layout #info {
	width:60%;
}
.settingsLeft {
	text-align: right;
	vertical-align: bottom;
}

.labelAlignTop {
	vertical-align: top;
}

/* Photos */
#photo_list tbody tr td {
	padding-bottom: .75em;
	text-align: center;
	width: 140px;
}

.adWizPhoto, #ad_photo_img {
	width: 100px;
}
div.termsbody {
	margin: 10px;
	padding: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}
div.bulletbody{
	margin: 25px;
	padding: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;	
}

.frLabel {
	text-align: right;
	vertical-align: middle;
}

/***
 * Home Page Elements 
 */
/* general styles */
#home_page h2, #home_page label {
	color:#045E52;
}

#home_page>p {
	color:#333;
}

#home_page a, a#message {
	color:#045E52;
	text-decoration:none;	
}

#home_page a:hover, a#message:hover {
	color:#F6C712;	
}

/* layout styles */
#left {
	width:19%;
	float:left;
}

#middle {
	width:54%;
	float:left;
	text-align:center;
}

#right {
	width:19%;	
	float:left;
	margin-left: 0.8em; 
}

/* Home - left column elements */
#categories .category {
	display:block;
	width:170px;
	padding-bottom:2px;
}




/* Home - left column elements */
#register {
	display:block;
}

#forgot_password {
	display:block;	
}

#feedback {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 15px;
	margin-top:5px;
	/*border:1px solid #333;*/
}

#login {
	width:475px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding: 15px 15px 15px 15px;
	border:1px solid #333;
	color: black;
}
#login label {
	color: black;
}



/* Home - right column elements */
#sell .step,  #sell .step img {
	vertical-align:middle;
	line-height: 70px;
	padding: .2em 0em .2em 0em;
}

a#sell {
	text-decoration: underline;
}



/* calendar styles */
.calendar {
	z-index:3;
}


/* Help System Styles */
a.help_index_entry {
	display:block;
	line-height:1.8em;	
}
  
/* help instructions container */
.help_instructions {
} 
 
/* help instructions title */
.help_instructions h3 {
} 
 
/* help instructions text */
.help_instructions p {
	width:600px;
} 

.help_instructions pre {
	font-family: Arial, Helvetica, sans-serif;
	word-wrap:break-word;
	white-space:pre-line;
	border:1px solid #f00;
} 

a#help_index {
	display:block;	
} 
 
a#referer_link {
	display:block;	
} 

#help_index #pages {
	width:45%;
	float:left;
}

#help_index #entries {
	width:45%;
	float:left;
}


#help_index a {
	color:#045E52;
	text-decoration:none;	
}

#help_index a:hover {
	color:#F6C712;	
}

a#page_help {
	position: absolute;
	right: 3px;
	top: 3px;
}

a#page_help img {
	width:40px;
	height:40px;
}

.afPad {
	padding-left: .75em;
}

table.record_detail {
}

table.record_detail thead {
	border-bottom: 2px solid black;
}

table.record_detail thead th {
}

table.record_detail tbody td {
	padding: 1em 2em;
	vertical-align: top;
}
table.record_detail tbody th {
	padding: 1em;
	vertical-align: top;
}

table.record_list td {
	padding: 5px 0.5em;
}

span.ssc_only {
	background-color: #F9C81E;
	font-weight: bold;
	padding-left: 0.5em;
	padding-right: 0.5em;	
}
div.ssc_only {
	background-color: #F9C81E;
	font-weight: bold;
	padding: 0.5em;
}

.homeInfo {
	width:400px;
	margin: 0em auto .5em auto;
	padding: 0em .5em .5em .5em;
	text-align: center;
}
.homeInfo a {
	text-decoration: underline !important;
}
.tagLine {
	font-size: 200%;
	color: #045E52;
	font-weight: bold;
	margin-top: .5em;
	padding-bottom: .5em;

}
.homeInfo .infoItem {
	color: #045E52;
	text-align: left;
	margin-bottom: 1.3em;
}
.homeInfo .infoHeader {
	position: relative;
	/*
font-style: italic
*/;
	background-color: #ffffff;
	z-index: 100;
	margin-right: 5em;
	color: #045E52;
	font-size: 100%;
	font-weight: bold;
}
.infoDetail {
	padding: .5em 1em .5em 1em;
	color: #000000;
	font-size: 100%;
}
.latestNews {
	background-color: #7FAB95;
}
#infoHeaderSolo  {
	text-align: center;
	margin-right: 0em;
}
#jqcheck {
	text-align:center;
}
#resp_msg {
	font-style: italic;
	padding: .5em;
}

.emailRecords {
	width: 100%;
	border-bottom: 1px solid #DDD;
}
table.emailRecords td {
	padding: 2px 0.75em 0.5em 2px;
}
.mail_NTBS {
	background-color: #B5CFC2;
}
.mail_NTBS_member {
	border-bottom: 0px;
	background-color: #ffffff;
}
.member_email_view {
	padding: .5em;
	background-color: #ffffff;
	border-bottom: 1px solid black;
}
.ucu_email {
	background-color: #ffffff;
}
.mail_Support {
	background-color: #FFF1AF;
}
.full_email_disp {
	display: none;
}
tr.pad_cell td, tr.pad_cell th {
	padding: 2px 1em 0.5em 1em;
}

.list_type_head {
	font-weight: bold;
	font-size: 115%;
	border-bottom: 1px solid black;
}
.listLink {
	margin-left: 1.5em;
	padding: .5em .5em .5em 1em;
	display: block;
	color: inherit !important;
	text-decoration: none !important;
}
.listLink:hover {
	background-color: #7FAB95;
}
.list_item {
	margin: .5em 0em .5em 0em;
}
.list_odd {
	background-color: #BBB;
}
.list_even {
	background-color: #DDD;
}

.contBlock {
	margin: 1em 1em 1em 1em;
	border: solid thin #045E52;
	padding-bottom: .5em;
}
.contBlock p {
	margin: .5em 0em;
	padding:  0em .25em 0em .45em;
}
.contBlock td {
	padding:  0em;
}
.contBlock p b {
	font-size: 130%;
}
.contTitle {
	border-bottom: solid thin #045E52;
	padding:  .25em 1em .25em 1em;
	background-color: #B5CFC2;
	color: #045E52;
}
.message {
	background-color: #FFF1AF;
	padding: 1em;
	border-bottom: solid 2px black;
}
.message .msgTitle {
	font-weight: bold;
	font-size: 115%;
	border-bottom: solid thin gray;
}
.message .msgBody {
	padding-top: .5em;
}

.avsContainerTruncated {
	border-bottom: 1px solid gray;
	margin: .1em 2em 1em 2em;
	padding: .2em;
}
.avsContainerTruncated table {
	width: 100%;
}
.photoBlock, .photoBlock img {
	width: 100px;
}
.ccformerrors {
	font-weight: bold;
	color: red;
	font-size: 100%;
	padding: .5em 0em 1em 0em;
}
.paypalerrors {
	font-weight: bold;
	color: red;
	font-style: italic;
	font-size: 75%;
	padding: .5em 0em 1em 0em;
}
.ordererrors {
	font-weight: bold;
	color: red;
	font-style: italic;
	font-size: 110%;
	padding-right:4em
	
}
