/* =Shopping-- Search Results
------------------------------ */
.embeddedform {
	margin: 25px 0px 0px 0px;
}

.searchresult {
	clear:both;
	padding-bottom:15px;
}

.listpic {
	float:left;
	margin-right:10px;

}

.listtitle {
	color: #C75102;
}

.listdescription {
	clear:both;
	
}

.listright {
	vertical-align:top;	
	float:right;

}

.listdetail {
	width:200px;
	vertical-align:top;	
	float:left;
}

.listrow {
	clear:both;
}

.childconferences {
	margin-left:30px;
	margin-top:20px;
	clear:both;
}

form.childconferenceform {
	padding-top:30px;
	margin-top:10px;
	margin-bottom:10px;
}

.list_clear_row {
	clear:both;
	height:5px;
}
.listcol1 {
	float:left;
	width:200px;
}

.listcol2 {
	float:left;

}

.detailtitle {
	font-family: georgia, serif;
	font-weight: bold;
	font-size:14px;
	color: #C75102;
}


table.list {
	border-collapse:collapse;
	width:100%;
}

table.list td {
	border:1px solid #CCCCCC;
	padding:5px;

}


/* =Shopping-- View Order
------------------------------ */

table.cart {
	border: 1px solid #858585;
	width: 515px;
	margin:10px 0px 0px 0px;
	clear:both;	
}

table.cart td.action { width: 25px; }
table.cart td.col1 { width: 275px; }
table.cart td.col2 { width: 70px; }
table.cart td.col3 { width: 70px; }
table.cart td.col4 { width: 70px; }


table.cart th {
	border:0px gray solid;
	padding:2px;
	background-color:#333333;
	color:#EEEEEE;
	font-size: 11px;
}

table.cart td {
	border-top: 1px #dddddd solid;
	padding:2px;
}

table.cart_top {
	border-bottom: 0px none;
}

.itemnote {
	font-size:90%;
	padding-top:3px;
	font-style:italic;
}

table.cart_bottom {
	margin:0px 0px 0px 0px;
	border-top: 0px none;
}

table.cart_bottom td.col1 {	width: 442px; }
table.cart_bottom td.col2 { width: 70px; }

table.cart INPUT {
	width:40px;
	font-size:90%;
}

table.cart #updateShippingBtn {
	width:80px;
}

table.cart SELECT {
	font-size:90%;

}

input.cartAdjBtn {
	width:100px;
	font-size:80%;
}

table.cart tr.total td {
	font-weight:bold;
	border-top: solid #666666 1px;
    padding:2px;
	background-color: #EEEEEE;
	color:#333333;
}

INPUT.cartBtn {
	width:150px;
}

table.cart_bottom tr.firstrow td {
	border-top: solid #666666 1px;
}

div#updateBtnDiv {
	float:left;
	margin:0px;
	padding:0px;
	padding-top:15px;
}

div#checkoutBtnDiv {
	float:right;
	margin:0px;
	padding:0px;
	padding-top:15px;
}


div#cart_footnote {
	font-size:90%;
	margin-top:20px;
	margin-bottom:20px;
	color:#333333;
}

#cart_footnote_header {
		margin-bottom:3px;
		font-weight:bold;
}

span#taxinfo {
	font-size:90%;
	font-weight:normal;
}


div.cartAdjustmentRow div.left {
	margin:0px;
	padding:0px;
	float:left;
	width:50%;
	padding-bottom:10px;
	padding-top:10px;
	font-size:90%;
	vertical-align:top;
}

div.cartAdjustmentRow div.right {
	margin:0px;
	padding:0px;
	float:right;
	padding-bottom:10px;
	padding-top:10px;
	vertical-align:top;
}

div.cartAdjustmentRow {
	margin:0px;
	padding:0px;
	clear:both;
}

div#cartButtonRow {
	margin:0px;
	padding:0px;
	clear:both;
	border-top: 1px #dddddd solid;
}

table.recurring-cart td.action { width: 25px; }
table.recurring-cart td.col1 { width: 425px; }
table.recurring-cart {margin-bottom:15px;}


/* =Shopping-- Login
------------------------------ */
table#login {
	border-collapse:collapse;
	width:100%;
}

table#login td {
	padding:2px;
}

table#login td.col1 {
	font-weight:bold;
	width:100px;
}


table#login input {
	width:200px;
}

a.emphasize {
	font-weight:bold;
	font-size:105%;
}

/* =Shopping-- Checkout
------------------------------ */
div#step {
	font-weight:bold;
	margin-bottom:5px;
	font-size:11px;
	color: #C75102;
}

div.backlinks {
	float:left;
}

div.crumbs {
	height:19px;
}

div#content {
	clear:both;
}

div#account {
	float:right;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:5px;
	font-size:11px;
}

div#account a {
	padding-left:10px;
}

table.checkout {
	border-collapse:collapse;
	width:100%;
	margin-top:10px;
	margin-bottom:30px;
}

table.checkout caption {
	text-align:right;
	font-weight:bold;
	padding:3px;
	font-size: 11px;
	background-color:#333333;
	color:#CCCCCC;
	margin-top:10px;	
}

table.checkout td {
	vertical-align:top;
	border-bottom:1px #CCCCCC solid;
}

table.checkout td.label {
	font-weight:bold;
	font-size: 11px;
	width:125px;
}

table.checkout td.required {
	background-image: url(required.gif);
	background-position: top center;
	background-repeat: no-repeat;
	vertical-align:middle;
}

table.checkout td.notrequired, table.checkout td.required {
	width:11px;
	border-bottom:0px none;
}

table.checkout input {
	margin:0px;
	margin-bottom:2px;
	width:250px;
}

table.checkout select {
	width:256px;
}

table.checkout input.radio, table.checkout input.checkbox {
	width:25px;
	padding-left:0px;
	margin-left:0px;
}

table.checkout td.description {
	padding-bottom:10px;
}


/* =Shopping-- Receipt
------------------------------ */
h2.receipt {
	
	padding:0px;
	margin:0px;
	padding-top:10px;
}

.ordernumber {
	font-family:verdana;
	font-weight:bold;
}

div#invoice_header {
	border-bottom: 1px solid #dddddd; 
}
p.receipt {
	margin:0px;
}

div.receipt_label {
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	color: #C75102;

}

div.receipt_label a {
	color: #4F76DA;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
}

caption.edit {
	text-align:left;
	margin-bottom:-10px;
	margin-top:20px;
	padding:0px;
}

caption.edit a {
	font-size:10px;	
}

div.edit a {
	color: #4F76DA;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
}

div.receipt_label a:hover {
	color: #1A45B2;
}

div.receipt_block_left {
	float:left;
	margin:0px;
	padding:0px;
	margin-top:15px;
	width:225px;
	vertical-align:top;
}

div.receipt_block_right {
	float:left;
	width:225px;
	margin:0px;
	padding:0px;
	margin-top:15px;
	padding-left:10px;
	vertical-align:top;
}

div.receipt_block_all {
	width:225px;
	margin:0px;
	padding:0px;
	padding-top:15px;
	vertical-align:top;
}

div.receipt_clear_row {
	clear:both;
	height:1px;
}

div.clear_row {
	clear:both;
	height:1px;
	margin:0px;
	padding:0px;
}

div.receipt_block_row {
	clear:both;
	margin:0px;
	padding:0px;
}

div.receipt_block_row div.receipt_note {
	padding-top:5px;
	padding-bottom:5px;
}

input#confirm_btn {
	width:200px;
}


div#back_buttons {
	margin-top:25px;
	text-align:center;
}

div#back_buttons INPUT {
	width:150px;
}

table#paymentform td {
	vertical-align:top;
}

div#receipt {
	font-size:85%;
}	

@media print {

	div#invoice_header {display:none;}
}

/* =Shopping-- Cross-Sell
------------------------------ */

h2.crosssell {
	margin-top:25px;
	font-size:120%;
	
	}

.strong {
	font-weight:bold;
}

.itemlisting {
	clear:both;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:5px;
	padding-bottom:15px;
	padding-top:10px;
}

.bottomitemlisting {
	clear:both;
	border-top:1px solid #CCCCCC;
}
	
.lastrow {
	height:20px;
}


/* =Shopping-- Miscellaneous
------------------------------ */

.bare {
	clear:both;
}

.preview {
	width:500px;
	margin-left:250px;
	margin-top:50px;
	padding:20px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.strikeoutprice {
	color:red;
	text-decoration:line-through;
}

INPUT.number
{
    text-align: right;
}

th.number {
    text-align:right;
	padding-right:10px;
	font-size: 11px;
}
td.number {
    text-align:right;
	padding-right:10px;
}

p.message {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #C75102;
    font-weight: bold;
    font-size: 11pt;
}

ul.message {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #C75102;
    font-weight: bold;
    font-size: 11pt;
}

/** for notes about empty lists or data **/
.empty {
	font-style:italic;
}

.helplink {
	font-size:9px;
	font-weight:normal;
}

img {
	border:0px;
}
span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 515px;
	display:block;
	margin-top: 30px;
	border-bottom: none;
}

span.onepagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 515px;
	display:block;
	margin-top: 30px;
	margin-bottom: 10px;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 515px;
	display:block;
	margin-bottom: 10px;
	border-top: none;
}

div.hide {display:none;}

@media print {

	.crumbs {display:none;}
}

/* Receipt */
table#products th.qty, table#products td.qty {
    text-align: center;
    vertical-align: top;
}

table#products th.price, table#products td.price {
    text-align: right;
    vertical-align: top;
}

table#products td.total, table#products td.price {
    text-align: right;
}

table#products tr.total td {
    font-weight: bold;
    font-size: 1.5em;
    border-top: 1px solid #ccc;
}

table#products {
    width: 100%;
    /*border-top: 1px solid #ccc;*/
    margin-top: 1em;
    margin-bottom: 5em;
}

table#products td, table#products th {
    padding: 3px 10px 3px 0;
}

table#products td.price {
    padding-right: 0;
}

table#products tr.break td {
    border-top: 1px solid #ccc;
}

table#products h2 {
    /*margin-bottom: 0;*/
    margin: 0;
}

#print {
    float: right;
    font-size: 0.8em;
    font-weight: normal;
}

#print a {
    text-decoration: none;
}

#customer-info {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

#customer-info th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
}

#customer-info td {
    font-weight: bold;
}

/* My Account */
h2.list-header {
    border-bottom: 1px solid #999;
    margin: 0;
    padding-bottom: 1em;
}

ul.order-items {
    padding: 0.5em 0 0.5em 1.5em !important;
    margin: 0 !important;
    text-indent: -1em !important;
}

ul.order-items li {
    padding: 0.3em 0 !important;
}

ul.order-items th, ul.order-items td {
    padding: 0 !important;
    margin: 0 !important;
}

table.order-listing {
    width: 100%
}

table.order-listing td {
    padding-right: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom: 1px solid #ddd;
}

table.order-listing td.last {
    padding-right: 0;
}

table.order-listing tr.last td {
    border-bottom: 0 !important;
}

table.account-section {
    margin-bottom: 50px;
}

#change-password td, #change-password th {
    padding: 1em 0 .5em 1em;
}

#change-password th {
    text-align: right;
    font-weight: normal;
}

#change-password td {
    /*padding-left: 1em;*/
}

#change-password td input[type='password'] {
    width: 200px;
}

#message {
    color: #007900;
    margin-bottom: 0;
}

#message-error {
    color: #d90000;
    margin-bottom: 0;
}

div#message-error {
    padding-top: 1em;
    
}

#message-error ul {
    margin-left: 1em;
}

#message-error ul li{
    list-style-type: disc;

}

#contact-notice {
    border-top: 1px solid #ddd;
    margin-top: 0.5em;
    padding-top: 0.5em;
    margin-bottom: 50px;
}
