/* CSS rules for the dealer order form at seemore.com 	*/

#dealer-order-wrapper table {
	margin: .5em 2em .5em 0;
}

body#dealer-order-form p {
	margin: .5em 0 .5em 0;
}

body#dealer-order-form #content a,
body#dealer-order-form #sidebar-primary a {
	color: #104068;
}

body#dealer-order-form form {
	float: left;
	margin: 10px 10px 10px 0;
}

#dealer-order-wrapper {
	margin-bottom: 10px;
}

#dealer-order-wrapper .order_section {
	margin: 0 1em 1em 0;
	padding: .5em;
	border: thin solid #bbb;
}

#dealer-order-wrapper .order_section.two_column {
	float: left;
	width: 330px;
}

body#dealer-order-form img {
	vertical-align: middle;
}

.checkbox-discreet {
	font-size: 80%;
}

#billing-address,
#shipping-address {
	margin-bottom: 1em;
}

#shipping-details {
	clear: left;
}

#dealer-order-wrapper td {
	padding: .25em 1.25em 0 0;
}

#add-line-item {
	height: 32px;
}

#add-line-item span {
	vertical-align: middle;
}

body#dealer-order-form #content div.info,
body#dealer-order-form #content div.error,
body#dealer-order-form #content div.success {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	font-size: 90%;
	background-position: 10px center;
	background-repeat: no-repeat;
}

body#dealer-order-form div.info {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url("/static/images/dealers/icon_info.png");
}

body#dealer-order-form div.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url("/static/images/dealers/icon_delete_item.png");
}

body#dealer-order-form div.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url("/static/images/dealers/icon_valid.png");
}

.info a {
	color: #9F6000;
	text-decoration: underline;
	font-weight: bold;
}

body#dealer-order-form .order_section div {
	padding: .2em 1em .5em 0;
}

/* Account list for sales reps */

body#b2b-accounts #account-list th {
	margin: 0 1em 1em 0;
	padding: .5em;
}

#account-list td,
#line-items td,
#line-items th {
	margin: 0 1em 1em 0;
	padding: .5em;
	border: thin solid #bbb;
}

#account-list {
	border-collapse: collapse;
}

#account-list td.account_name {
	min-width: 400px;
	font-weight: bold;
}

#account-list td.account_city,
#account-list td.account_state {
	min-width: 75px;
}

#line-items {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}

#line-items th {
	background-color: black;
	color: white;
}

#line-items th#item {
	width: 350px;
}

#line-items td {
	background-color: #eee;
}

#line-items span.line_item_name {
	font-size: 110%;
}

#line-items ul {
	margin-top: .25em;
	padding-left: 1.5em;
}

#line-items dl {
	margin-top: 0;
}

#shipping-note {
	font-style: italic;
	font-size: 85%;
}

body#dealer-order-form form#payment {
	padding: .75em;
	background-color: #bae3ab;
	width: 100%;
	border: 1px solid #32b801;
}

body#dealer-order-form form#payment div {
	padding: .5em;
	margin-bottom: 1em;
	background-color: #fff;
}

body#dealer-order-form div#order_card {
	background-color: #fff;
}

body#dealer-order-form div#order_card ul {
	padding: 0;
	margin: .5em 0;
}

body#dealer-order-form div#order_card li {
	list-style-type: none;
}

body#dealer-order-form form#payment h3 {
	border-bottom: 1px solid #333;
	margin-bottom: .5em;
}

body#dealer-order-form div#order_address th {
	padding-top: .5em;
	text-align: left;
}

div#b2b-payment-options input {
	float: left;
	margin: .5em 1em .5em 0;
}

img#progress-bar {
	margin: .75em 0;
}

/* View account and order history */
body#dealer-order-form div.detail_box {
	margin: .5em 0 1em 0;
	background-color: white;
	padding: 0;
	border: 1px solid #999;
}

body#dealer-order-form div.detail_box h4 {
	background-color: #666;
	color: white;
	margin: 0;
	padding: .25em .5em;
	font-size: 90%;
}

body#dealer-order-form div.detail_box p,
body#dealer-order-form div.detail_box pre {
	margin-left: 1em;
}

body#dealer-order-form div.detail_box p span.contact_details {
	margin-left: 1em;
	line-height: 1.3em;
	font-size: 90%;
}

body#dealer-order-form a#edit {
	padding-left: 3px;
}

body#dealer-order-form div#phone-and-rep {
	margin: .5em 0;
	padding-left: 2em;
}

body#dealer-order-form table#order-history {
	width: 100%;
	border-collapse: collapse;
	margin-top: .5em;
}

body#dealer-order-form table#order-history tr.even {
	background-color: #eee;
}

body#dealer-order-form table#order-history th {
	text-align: left;
	padding-bottom: .25em;
}

body#dealer-order-form table#order-history td {
	border: 1px solid #ccc;
	padding: .25em .5em;
}

body#dealer-order-form table#order-history .order_number {
	width: 5em;
}

body#dealer-order-form table#order-history .order_actions {
	width: 40px;
}

body#dealer-order-form table#order-history .order_date {
	width: 7em;
}

body#dealer-order-form table#order-history .order_total,
body#dealer-order-form table#order-history .order_units {
	width: 7em;
	text-align: right;
}

body#dealer-order-form table#order-history .order_units {
	width: 3em;
}

#sidebar-primary a#duplicate {
	display: block;
	border: 1px solid;
	margin: 15px 0px;
	padding:15px 10px 15px 50px;
	font-size: 100%;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image: url("/static/images/dealers/icon_add_item.png");
}

table#invoice-total td,
table#invoice-total th {
	padding: .25em 1em 0 0;
}

table#invoice-total tr#total th,
table#invoice-total tr#total td {
	border-top: 1px solid #666;
}
