/* Store CSS */

#page-content-blocks {
	width:942px;
}

/* Pay Pal */
.work-paypal-btn {
	position:absolute;
	bottom:0px;
	right:5px;
}

.work-paypal-btn input {
	width:auto;
	position: relative;
	top: -5px;
	width: auto;
	z-index: 11;
	left:11px;
}

.work-cart-btn {
	position: absolute;
	right:-5px;
	bottom:8px;
	z-index:11;
}


/* Checkout Forms */

.ecom-form {
	border:1px dotted #DDD;
	border-top:none;
	position:relative;
}

.ecom-form h2 {
	padding-bottom:10px;
}

.ecom-form .form-actions {
	margin: 0px;
	padding:35px;
}

.ecom-column {
	width:279px;
	float:left;
	margin: 35px 0 35px 25px;
}

/*
.ecom-form .form-row {
	width:220px;
}
*/

.ecom-member .form-row {
	float:left;
}

.ecom-member .form-row {
	width: 304px;
}

.ecom-form input[type="text"], .ecom-form select {
	margin: 10px 0px 11px 0px;
}

/* the following is an exception to the previous rule so that cc_month and cc_year aren't separated by 7px */
.ecom-form nobr select:first-child {
	margin-bottom: 0px;
}

.form-actions {
	clear:both;
	text-align:right;
}

/*#order_shipping_form h2 {
	margin-bottom:60px;
}*/



#order_member_form .checkbox input {
	width: auto;
	display: inline;
}

#order_member_form {
	margin: 35px 25px 0px 25px;
}

#order_member_form .form-row:nth-child(2) {
	visibility: hidden;
}

#order_card_form {
	
}

#order_card_form .ssl-badge {
	float: right;
}

#order_card_form select {
	width:auto; 
}

#order_card_form .tiny {
	width:50px;
}

#order_billing_form {
	position: relative;
}

#order_billing_form label.checkbox {
    right: 0px;
    position: absolute;
    top: 3px;
    z-index:1;
}

#order_billing_form label.checkbox input {
	margin:-2px 0px 0px 0px;
	width:auto;
	display:inline;
}

/* alerts */
.ecom-form #alert-container {
	padding:10px;
}

.ecom-form #alert-container .alert {
	margin:5px;
}

/* confirm pages */
#confirm-container form {
	margin:0px;
}

#confirm-container form h2 {
	display:none;
}

#confirm-container #go-back {
	position:absolute;
	left:35px;
	bottom:100px;
	text-decoration:none;
}

#confirm-container .ssl-badge_container {
	text-align:right;
	padding-right:35px;
	margin-bottom:15px;
}

#order-items {
	clear:both;
	padding:20px 35px 35px 35px;
	border-top:1px dotted #CCC;
}


#order-items #cart-container,
#order-items #cart-list-container, .cart-list-container,
#order-items #cart-list, .cart-list {
	position:relative;
	top:0px;
	left:0px;
	border:none;
	width:100%;
	height:100%;
	padding:0px;
}

.cart-list-container {
	border: 1px dotted #CCC;
}

.cart-list tr th, .cart-list tr td {
    border-bottom: 1px dotted #CCCCCC;
    border-left: 1px dotted #CCCCCC;
    padding: 10px;
}

.cart-list tr th:first-child, .cart-list tr td:first-child {
    border-left: medium none;
}

.cart-list tr {
    text-align: left;
}

.my-orders-table {
	width: 100%;
	font-size: 13px;
}

.my-orders-table tr th {
	padding-bottom: 10px;
}

.my-orders-table th {
	text-align: left;
}

.order-expand {
	font-size: 30px;
	cursor: pointer;
}

#order-items #cart-container {
	border:1px dotted #CCC;
}

#order-items h3 {
	margin-bottom:15px;
}

.pub-work-paypal-btn {
	position:absolute;
	bottom:0px;
	right:210px;
	top:585px;
}


#order_card_form select {
	display:inline;
	width:135px;
	margin:10px 5px 11px 0px;
}

#order_card_form label {
	display:block;
}

.ecom-login-inner {
	width:288px;
	margin: 17px auto;
	border:1px dotted #CCCCCC;
	padding: 20px 90px;
}


