div.productbox-wrap {
	border: 1px solid #cccccc;
	background: #efefef;
	padding: 5px;
	margin-bottom: 10px; }

	div.productbox {
		border: 1px solid #cccccc;
		background: #ffffff;
		padding: 5px 10px 10px 10px; }

		div.page-configure div.productbox,
		div.page-cart div.productbox {
			padding-top: 10px; }

		div#content div.productbox h3 {
			float: left;
			font-family: "Trebuchet MS", Tahoma, Sans-Serif;
			font-size: 16px;
			color: #6f0000;
			padding-bottom: 5px; }

		div#content div.productbox h4 {
			float: right;
			color: #cc0000;
			font-family: "Trebuchet MS", Tahoma, Sans-Serif;
			font-size: 16px;
			padding-bottom: 5px; }

			div#content div.page-purchase div.desc {
				float: left; }

			div#content div.page-purchase div.productbox ul {
				float: left;
				padding: 0 0 0 3px; }

			div#content div.page-configure div.productbox ul {
				padding: 0; }

			div#content div.page-cart div.productbox ul {
				padding: 0; }

		div.productbox input.order,
		div.productbox a.order {
			float: right;
			width: 110px;
			height: 28px;
			display: block;
			border: 0px;
			font-weight: bold;
			font-size: 12px;
			line-height: 28px;
			color: #474646;
			background: url("../../../../web/images/elements/submit.gif") no-repeat;
			text-align: center;
			text-decoration: none; }

			div.productbox a.order:hover {
				text-decoration: none; }


table.carttable {
	margin-bottom: 5px;
	width: 100%; }

	table.carttable th {
		background-color: #efefef;
		padding: 6px 8px;
		font-weight: bold; }

	table.carttable td {
		padding: 5px 8px; }

		table.carttable td td {
			padding: 0px; }

	table.carttable tr.actions td {
		border-bottom: 1px solid #cccccc;
		font-size: 11px; }

		table.carttable tr.actions td a {
			font-size: 11px; }


table.payment-processor {
	width: 100%;
	margin-top: 15px; }

	table.payment-processor span {
		font-size: 10px; }

		table.payment-processor span a {
			font-size: 10px; }

/*
div#content a.button {
	float: right;
	width: 110px;
	height: 28px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
	color: #474646;
	background: url("images/submit.gif") no-repeat;
	text-align: center;
	text-decoration: none; }

	div#content a.button:hover {
		text-decoration: none; }
*/
