td.opc_heading, td.infoBoxHeading {
	color: #159BC9;
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 12pt;
	padding: 10px 0;
}
	td.left_nav td.infoBoxHeading {
		padding: 0;
	}

td.checkout_cart td.infoBoxHeading {
	height: 34px;
	background-image: url(images/opc_shopping_cart_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
	padding: 0 10px;
}

td.opc_box table.infobox, td.opc_background {
	background-image: url(images/opc_box_bg.gif);
	background-repeat: repeat-x;
	/*background-color: #e5e5e5;
	border-color: #808080;*/
	border-bottom: 1px solid;
	background-color: #f9f9f9;
	border-color: #e5e5e5;
	/*border-right: 1px solid;*/
}
	td.opc_background {
		padding: 10px;
	}

.checkout_cart div#shoppingCart td.main {
	
	/*border-bottom: 1px solid;
	border-color: #b5b5b5;*/
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.opc_border {
	border-bottom: 1px solid;
	border-color: #b5b5b5;
}

table.opc_billing_head {
	width: 98%;
	margin: 5px 0;
	padding: 5px 0;
}

table.opc_address td {
	/*width: 180px;*/
}

	table.opc_address input[type="text"], table.opc_address input[type="password"], table.opc_address select, .opc_input {
		width: 140px;
		float: left;
	}
	
		input#personnummer {
			margin: 0 6px 0 0;
		}	

/* --- SPECIAL CSS --- */

a#loginButton img {
	position: relative;
	bottom: -4px;
}

td.opc_total_title {
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 13pt;
}

td.opc_prices {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

td.opc_total_text {
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 13pt;
	color: #159BC9;
}

.moduleRow {
	background: 0;
}

.paymentRow td, .shipmentRow {
	border-top: 1px dashed;
	border-color: #808080;
	padding-top: 10px;
}

.shipmentRow {
	padding-top: 0;
	padding-bottom: 5px;
}

	.no_border td {
		border: 0;
	}

div#billingAddress {
	/*display: none;*/
	margin: 10px 0;
}

	div#billingAddress tr {
		/*display: none;*/
	}

		/*div#billingAddress tr.personnummer {
			display: auto;
		}*/
		


	div#billingAddress td.billing_heading {
		width: 120px;
	}
	
input#personnummer_button {
	float: right;
	margin-right: 210px;
}
		
div#toggle_billingAddress_container {
	margin: 15px 0;
}

a#toggle_billingAddress {
	background-image: url(images/opc_button_plus.gif);
	background-repeat: no-repeat;
	padding: 2px 0 2px 16px;
	font-weight: bold;
	margin: 10px 0;
}

	a#toggle_billingAddress.expanded {
		background-image: url(images/opc_button_minus.gif);
	}
	
tr#logInRow td {
	padding: 0 0 10px 0;
}

tr.personnummer td {
	padding: 15px 0 0 0;
}

/*
table#pay2 table {
	border-bottom: 1px dashed;
	border-color: #808080;
}

table.opc_payment_main tr.paymentRow {
	border-bottom: 1px dashed;
	border-color: #808080;
}
*/

tr#personnummer_error td {
	font-weight: bold;
	color: #f00;
}

span.errorMsg {
	color: #f00;
	font-weight: bold;
}

div.required_fields {
	position: relative; top: -2px; float: left;
	background-image: url("/ext/jQuery/themes/smoothness/images/ui-icons_FF0000_256x240.png");
    height: 16px;
    width: 16px;
	background-position: -192px -112px;
}
span.required_fields {
	color: #f00;
	font-weight: bold;
}

