.cartwrapper {
}
#summarybox {
	float:right;
	width:280px;
	margin:14px 0 0;
	border:1px solid #ccc;
	background:#f7f7f7;
	padding:10px;
}
.cart-prod {
	border:1px solid #ccc;
	border-width:1px 0 1px 1px;
	padding:15px 10px 10px;
	margin:0 0 -1px;
	position:relative;
	min-height:120px;
	font-size:0.8em;
}
.cart-prod .product-images {
	float:left;
	margin:0 0 5px 10px;
}
.cart-prod .product-images img {
	border:0;
}
.cart-prod .product-content-wrapper {
	margin:0 200px 10px 200px;
}
.cart-prod .breakdown {
	padding:0 15px;
}
.cart-prod .breakdown ul {
	margin:5px 0 0;
	padding:0;
}
.cart-prod .breakdown li {
	margin:7px 0;
	padding:0;
	list-style-type:none;
	font-size:.8em;
	color:#666;
}
.cart-prod .breakdown li span {
	font-size:1.3em;
	font-weight:bold;
}
.cart-prod .price-info {
	position:absolute;
	top:0;
	right:0;
	width:150px;
	border:1px solid #ccc;
	border-top-width:0;
	height:100%;
	background:#f9f9f9;
}
.cart-prod .price-info a, .cart-prod .price-info .price span {
	display:block;
}
.cart-prod .price-info a {
	border-bottom:1px solid #ccc;
	text-decoration:none;
	text-align:left;
	color:#777;
	line-height:28px;
	padding:0 10px;
	font-size:.9em;
}
.cart-prod .price-info a:hover {
	color:#000;
}
.cart-prod .price-info a.remove_link {
	background-image:url(../images/remove_x.gif);
	background-repeat:no-repeat;
	background-position:130px 50%;
}
.cart-prod .price-info a.remove_link:hover {
	color:#900 !important;
	background-image:url(../images/remove_x_h.gif);
}
.cart-prod .price-info .price {
	color:#070;
	font-size:1.6em;
	text-align:right;
	padding:5px 10px;
	position:absolute;
	bottom:0;
	right:0;
	width:130px;
	border-top:1px solid #ccc;
	background:#fefefe;
}
.cart-prod .price-info .price span {
	display:block !important;
	font-size:.5em;
	color:#999;
	font-weight:bold;
	margin:0 !important;
	padding:0 !important;
}

.cart-prod .product-content-wrapper h3 {
	font-weight:normal;
	margin:0 0 5px 0;
	font-size:1.6em;
	color:#22c;
}
.cart-prod .product-content-wrapper h3 a {
	color:#22c;
	text-decoration:none;
}
.cart-prod:hover h3 a {
	color:#77f;
}
.cart-prod .product-content-wrapper h3 a:hover {
	text-decoration:underline;
}
.cart-prod .product-content-wrapper h3 strong {
	font-weight:normal;
}
.cart-prod form.quantity-form {
	margin:20px 0 0;
}
.cart-prod form.quantity-form label {
	display:block;
	font-size:.8em;
	color:#777;
	font-weight:bold;
	margin:0 0 2px 0;
}
.cart-prod .product-content-wrapper form input {
	border:1px solid #999;
	padding:3px 5px;
	color:#555;
}
.cart-prod .product-content-wrapper form input.newquan {
	width:100px;
	text-align:right;
}


.checkout-prod {
	border:1px solid #ccc;
	border-width:1px 0 1px 1px;
	padding:5px;
	margin:0 0 10px;
	position:relative;
	min-height:50px;
	font-size:0.8em;
}
.checkout-prod .product-images {
	float:left;
	margin:0 0 0 5px;
}
.checkout-prod .product-images img {
	border:0;
	height:50px;
}
.checkout-prod .product-content-wrapper {
	margin:0 200px 10px 80px;
	font-size:.8em;
}
.checkout-prod .breakdown {
	padding:0 15px;
}
.checkout-prod .breakdown ul {
	margin:5px 0 0;
	padding:0;
}
.checkout-prod .breakdown li {
	margin:7px 0;
	padding:0;
	list-style-type:none;
	font-size:.8em;
	color:#666;
}
.checkout-prod .breakdown li span {
	font-size:1.3em;
	font-weight:bold;
}
.checkout-prod .price-info {
	position:absolute;
	top:0;
	right:0;
	width:250px;
	border:1px solid #ccc;
	border-top-width:0;
	height:100%;
	background:#f9f9f9;
}
.checkout-prod .price-info a, .checkout-prod .price-info .price span {
	display:block;
}
.checkout-prod .price-info a {
	border-bottom:1px solid #ccc;
	text-decoration:none;
	text-align:left;
	color:#777;
	line-height:28px;
	padding:0 10px;
	font-size:.9em;
}
.checkout-prod .price-info a:hover {
	color:#000;
}
.checkout-prod .price-info .price {
	color:#070;
	font-size:1.6em;
	text-align:right;
	padding:0 10px;
	position:absolute;
	height:100%;
	top:0;
	right:0;
	width:130px;
	border-left:1px solid #ccc;
	background:#fefefe;
}
.checkout-prod .price-info .price span {
	display:block !important;
	font-size:.5em;
	color:#999;
	font-weight:bold;
	margin:0 !important;
	padding:5px 0 0 !important;
}

.checkout-prod .product-content-wrapper h3 {
	font-weight:normal;
	margin:12px 0 0;
	font-size:1.6em;
	color:#22c;
}
.checkout-prod .product-content-wrapper h3 a {
	color:#22c;
	text-decoration:none;
}
.checkout-prod:hover h3 a {
	color:#77f;
}
.checkout-prod .product-content-wrapper h3 a:hover {
	text-decoration:underline;
}
.checkout-prod .product-content-wrapper h3 strong {
	font-weight:normal;
}
.checkout-prod form.quantity-form {
	margin:20px 0 0;
}
.checkout-prod form.quantity-form label {
	display:block;
	font-size:.8em;
	color:#777;
	font-weight:bold;
	margin:0 0 2px 0;
}
.checkout-prod .product-content-wrapper form input {
	border:1px solid #999;
	padding:3px 5px;
	color:#555;
}
.checkout-prod .product-content-wrapper form input.newquan {
	width:100px;
	text-align:right;
}



#summarybox a {
	display:block;
	margin:10px -10px -10px;
	border-top:1px solid #ccc;
	padding:8px 10px;
	text-align:right;
	background:url(../images/proceed_s.jpg) #228504 repeat-x top;
	color:#fff;
	font-size:1.2em;
	font-style:italic;
	text-decoration:none;
}
#summarybox a:hover {
	background:url(../images/proceed.jpg) #104600 repeat-x top;
	color:#fff;
	text-decoration:underline;
}

table.cart {
	width:100%;
	border-collapse:collapse;
	border:0px;
	margin:0 0 20px;
}
table.cart td {
	border-collapse:collapse;
	border:0px;
}



#twocolform-wrapper.checkout {
	position:relative;
	margin-bottom:10px;
}
#shipperlogo {
	width:150px;
	height:90px;
	position:absolute;
	z-index:10;
	top:64px;
	left:405px;
	background:url(../images/shipperback.jpg) no-repeat;
	text-align: center;
}
#twocolform-wrapper.checkout #twocolform-right {
	float:right;
	width:360px;
	margin:0;
}
#twocolform-wrapper.checkout #twocolform-right h2 {
	text-align:right;
}
#twocolform-wrapper.checkout #twocolform-right h3 {
	font-weight:normal;
	color:#444;
	margin:0;
	padding:10px;
	font-style:italic;
}
#twocolform-wrapper.checkout #twocolform-right p {
	margin:0;
	padding:0;
}
/*#twocolform-wrapper.checkout .twocolbox-round a {
	display:block;
	margin:10px -10px -10px;
	border-top:1px solid #ccc;
	padding:8px 10px;
	text-align:right;
	background:#fff;
	color:#777;
	font-size:1.2em;
	font-style:italic;
	text-decoration:none;
}*/
#twocolform-wrapper.checkout #twocolform-right a:hover {
	background:#fcfcfc;
	color:#37c;
	text-decoration:underline;
}

#twocolform-wrapper.checkout #twocolform-left {
	margin:0 480px 0 0;
}
#twocolform-wrapper.checkout .twocolbox-round {
	border:1px solid #ccc;
	background:#f7f7f7;
	padding:20px;
}

#twocolform-wrapper.checkout .twocolbox-round .tar_element {
	overflow:auto;
	padding:3px 0;
	text-align:right;
}
#twocolform-wrapper.checkout .twocolbox-round label {
	font-size:1em;
	margin:0 0 0 10px;
	color:#666;
}

#twocolform-wrapper.checkout .twocolbox-round .tar_element input {
	overflow:auto;
	padding:3px 7px;
	border:1px solid #999;
	margin:0 10px 0 0;
	font-size:1em;
	width:160px;
}
#twocolform-wrapper.checkout .twocolbox-round .tar_element input:focus {
	border:#8cf solid 2px;
	margin:-1px 9px -1px -1px;
	color:#444;
}

#twocolform-wrapper.checkout .twocolbox-round .tar_element.submit-button, .fullbox-round .tar_element.submit-button {
	padding:0 !important;
	margin:20px -20px -10px;
}
#twocolform-wrapper.checkout .twocolbox-round .tar_element.submit-button input, .fullbox-round .tar_element.submit-button input {
	display:block;
	border:1px solid #ccc;
	border-width:1px 0 0 !important;
	padding:8px 10px;
	text-align:right;
	color:#fff;
	font-size:1.2em;
	font-style:italic;
	cursor:pointer;
	width:100%;
	background:#228504 url(../images/proceed_s.jpg) repeat-x scroll center top;
}
#checkout_submit {
	display:block;
	border:1px solid #ccc;
	padding:8px 10px;
	text-align:right;
	margin-top:10px;
	color:#fff;
	font-size:1.6em;
	font-style:italic;
	cursor:pointer;
	width:100%;
	background:#228504 url(../images/proceed_s.jpg) repeat-x scroll center top;
}
#twocolform-wrapper.checkout .twocolbox-round .tar_element.submit-button input:hover, #twocolform-wrapper.checkout .fullbox-round .tar_element.submit-button input:hover, #checkout_submit:hover {
	background:#228504 url(../images/proceed.jpg) repeat-x scroll center top;
	text-decoration:underline;
}
#twocolform-wrapper.checkout .fullbox-round .tar_element {
	padding:3px 0;
	text-align:right;
	position:relative;
	overflow:auto;
}
#twocolform-wrapper.checkout .fullbox-round label {
	font-size:1em;
	margin:0 0 0 10px;
	color:#666;
	float:left;
}
#twocolform-wrapper.checkout .fullbox-round .tar_element input {
	width:160px;
}
#twocolform-wrapper.checkout .fullbox-round .tar_element input, #twocolform-wrapper.checkout .fullbox-round .tar_element select {
	padding:3px 7px;
	border:1px solid #999;
	margin:0 10px 0 0;
	font-size:1em;
}

#twocolform-wrapper.checkout .fullbox-round .tar_element input:focus, #twocolform-wrapper.checkout .fullbox-round .tar_element select:focus {
	border:#8cf solid 2px;
	margin:-1px 9px -1px -1px;
	color:#444;
}


#shipping-options label {
	margin:3px 0 !important;
	padding:7px 100px 7px 5px !important;
	border:1px solid #ccc;
	background:#eee;
	position:relative;
	display:block;
	cursor:pointer;
}
#shipping-options .so_selected label {
	border-color:#090;
	background:#fff;
}

#shipping-options label:hover {
	border-color:#999;
	background:#fff;
}

#shipping-options label span.rightside {
	position:absolute;
	right:0;
	top:0;
	width:70px;
	text-align:center;
	display:block;
	border-left:1px solid #ccc;
	background:#fff;
	padding:7px 5px;
}
#shipping-options .so_selected label span.rightside {
	background:#090;
	color:#fff;
	font-weight:bold;
}

fieldset {
	border:0 solid #ccc;
	border-top-width:1px;
}
legend {
	font-size:.8em;
	font-weight:bold;
	color:#666;
}


#total_details {
	text-align:right;
	font-size:1.2em;
}
#total_details .row {
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
#total_details .row.total {
	font-size:1.3em;
	border-bottom:0 !important;
	color:#090;
}
#total_details span.label {
	float:left;
}


#payment_wrapper {
}
#payment {
	overflow:auto;
}
#payment .billing-address {
	float:left;
	width:300px;
	font-size:1.2em;
}
#payment .credit-form {
	margin:0 0 0 350px;
}

#payment .credit-form .tar_element {
	text-align:right;
	padding:4px 15px;
	font-size:1.2em;
	border-top:1px solid #ccc;
}
#payment .credit-form .tar_element:first-child {
	border-top:0 !important;
}
#payment .credit-form .tar_element input, #payment .credit-form .tar_element select {
	font-size:.8em;
}
#payment .credit-form .tar_element label {
	float:left;
}



/*--------------------------------------
	Progress
--------------------------------------*/
#checkout_progress {
	height:53px;
	padding:0;
	font-size:.9em;
	float:right;
	margin:100px 18px 0 0;
}
#checkout_progress div.origin {
	float:left;
	clear:none;
	height:53px;
	width:65px;
	margin:0;
	position:relative;
	background:#fff url(../images/arrowmask_cartblock.png) no-repeat;
}
#checkout_progress div.arrow {
	float:left;
	clear:none;
	line-height:51px;
	padding:0 25px 0 30px;
	border:1px solid #888;
	border-width:1px 0;
	margin:0;
	position:relative;
	background-color:#fff;
	color:#999;
	cursor:default;
}
#checkout_progress div.arrow.end {
	padding-right:15px !important;
}
#checkout_progress div.arrow span {
	display:block;
	height:53px;
	width:19px;
	position:absolute;
	top:-1px;
	background-repeat:no-repeat;
}
#checkout_progress div.arrow span.front {
	background:url(../images/arrowmask_front.png);
	right:0;
}
#checkout_progress div.arrow span.back {
	background:url(../images/arrowmask_back.png);
	left:0;
}
#checkout_progress div.arrow span.round {
	background:url(../images/arrowmask_roundedright.png);
	right:0;
	width:10px !important;
}

.step1 .stepone, .step2 .steptwo, .step3 .stepthree, .step4 .stepfour {
	background:#228504 url(../images/proceed_s.jpg) repeat-x scroll center top;
	color:#fff !important;
}
.step2 .stepone, .step3 .stepone, .step4 .stepone, .step3 .steptwo, .step4 .steptwo, .step4 .stepthree {
	background:#ccc url(../images/stepcomplete.jpg) no-repeat 50% 50% !important;
	color:#999 !important;
}


/*--------------------------------------
	Widget
--------------------------------------*/
#cart-widget{
	width:246px;
	padding:7px 14px;
	position:absolute;
	top:95px;
	right:15px;
	height:86px;
	overflow:hidden;
	-moz-border-radius:5px;
}
#cart-widget:hover{
	background:#fff;
}
#cart-widget h2 {
	margin:0;
	font-weight:normal;
	font-size:.7em;
	padding:1px 0 3px;
	border-bottom:1px solid #ccc;
}
.cart-widget-items{
	display:none;
}
#cart-widget .summary {
	font-size:.7em;
	padding:5px 10px;
}
#cart-widget .actions {
	font-size:.8em;
	text-align:right;
	padding:2px 0 0;
	border-top:1px solid #ccc;
}
#cart-widget:hover .actions {
	border-color:#fff;
}
#cart-widget .actions .subtotal {
	float:left;
	padding:6px;
	color:#090;
}
#cart-widget .actions a {
	padding:6px;
	float:right;
	text-decoration:none;
	color:#666;
}
#cart-widget .actions a:hover {
	background:#666;
	color:#fff;
}

#cart-widget:hover .subtotal {
	background:#090;
	color:#fff;
}
#cart-widget:hover a {
	background:#ddd;
	color:#333;
}
