@charset "utf-8";
/* CSS Document */

/* SHOPPING CART THE WORDPRESS CART
-------------------------------------------------------------- */
table#tcp_shopping_cart_table {
	border:0px;
	width: 100%;
}

table#tcp_shopping_cart_table tr th,
table#tcp_shopping_cart_table thead th {
	line-height: 16px !important;
	color: #000 !important;
	background-image:url(/wp-content/plugins/thecartpress/css/chekout_box_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	background-position: 1px 0px;
	margin: 0px 0px 1px 0px !important;
	font-size: 11px;
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

table#tcp_shopping_cart_table tr td {
	background-color: #fff;
	font-size: 11px;
	padding: 4px 10px;
	border-top: 1px dotted #ccc;
	border-right: 1px dotted #f0f0f0;
}
table#tcp_shopping_cart_table tr.odd td {
	background-color: #FfF7FC;
}
table#tcp_shopping_cart_table .tcp_cart_name {
	background-color: #f7f7f7;
	width: inherit;
	font-size: 11px;
}
table#tcp_shopping_cart_table .tcp_cart_name a{
	text-decoration: none;
}

#shopping_cart input {
	font-size: 11px;
	margin-bottom: 0px;
}
table#tcp_shopping_cart_table .tcp_cart_subtotal_row td{
	color: #666;
}
table#tcp_shopping_cart_table .tcp_cart_total_row  td {
	border: 1px solid #ccc;
}

table#tcp_shopping_cart_table .tcp_cart_total_row  td,
table#tcp_shopping_cart_table .tcp_cart_subtotal_row td {
	font-weight: bold;
	text-transform: uppercase;
	background-image:url(/wp-content/plugins/thecartpress/css/chekout_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: 1px 0px;
	border: 1px solid #ccc;
}
table#tcp_shopping_cart_table .tcp_cart_total_row  td.tcp_cart_total_title,
table#tcp_shopping_cart_table .tcp_cart_subtotal_row td.tcp_cart_subtotal_title {
	text-align: right;
}



table#tcp_shopping_cart_table .tcp_cart_total {
	color: #c00;
}
.tcp_sc_links {
	list-style-type: none;
	float: right;
}
.tcp_sc_links li {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 4px;
	padding: 0 0px 0 0px;
	background-image:url(/wp-content/plugins/thecartpress/css/chekout_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-decoration: none;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}
.tcp_sc_links li:hover {
	border-top: 1px dotted #ccc;
}
.tcp_sc_links li a{
	text-decoration: none;
	background-image:url(/wp-content/plugins/thecartpress/css/arrowClara.jpg);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	line-height: 27px;
	padding: 3px 20px 3px 28px;
}
.tcp_sc_links .tcp_sc_checkout a{
	font-weight: bold;
}


/* CHEKOUT THE WORDPRESS CART
-------------------------------------------------------------- */
#checkout  {

}
#checkout  p{
	margin-bottom:6px;

}
#checkout h3{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px !important;
	color: #333 !important;
	background-image:url(/wp-content/plugins/thecartpress/css/chekout_box_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	background-position: 1px 0px;
	margin: 0px 0px 1px 0px !important;
	font-size: 11px;
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	text-transform: uppercase;
}
#checkout h3 a{
	text-decoration: none;	
}
.checkout_active h3.active{
	font-weight: bold;
	color: #000;
}
#checkout h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 0px;
	border-bottom: 1px dotted #999;
	margin-bottom:10px;
	font-weight: normal;
}
#checkout ul {
	list-style-type: none;
}

#identify_layer, #billing_layer, #shipping_layer, #sending_layer, #payment_layer, #cart_layer {
}

.checkout_info {
	margin-bottom: 1px;
	font-size: 11px;
	padding: 20px 10px 10px 10px;
	background-color: #FFF; /*FAF7EE*/
	background-image: url(/wp-content/plugins/thecartpress/css/chekout_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: left -10px;
	border: 1px #ccc solid;
	font-family: Arial, Helvetica, sans-serif;
	}
.identify_layer .checkout_info {
	padding-top: 0px;
	}
.checkout_info strong{
	color: #666 !important;	
	}
.checkout_info input {
	margin: 5px 0px 5px 0px !important;
}
.checkout_info input[type="submit"],
.checkout_info input[type="button"]{
}

.checkout_info select {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

.checkout_info label {
	padding: 0px 0px 0px 4px;
	margin: 0px;
}
.checkout_info span.description {
	clear: left;
	color: #C00;
	display: block;
	margin-bottom: 10px;
	text-align: right;
}
#login_form {
	float:right;
	width:45%;
	padding: 10px;
}
#login_form label, #tcp_login_and_register label {
	width: 80px;
	float: left;
	padding-top:6px;
	clear:both;
	margin-right:10px;
}
#login_form input , #tcp_login_and_register input  {
	width: 100px;
	float: left;
	margin: 5px 0px 5px 0px;
}
#loginform p{
	padding: 0px;
}
.login-remember {
	clear:both;
	width: 100%;
	display: block;
}
.login-remember label{
	padding-top:10px;
	width: 200px !important;
	font-size: .85em;
}
.login-remember input {
	clear:left;
	float: left;
	margin: 5px 0px 5px 0px;
	width: 30px !important;
}
p.login-lostpassword {
	clear: both;		
}
#login_guess {
	float:left;
	width:45%;
	padding: 10px;
}
#login_guess a, p.login-lostpassword a, #login_guess .tcp_error {
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
}
#login_guess .tcp_error {
	text-transform: uppercase;
	color:#C00;

}
#login_guess a:hover, p.login-lostpassword a:hover{
	color:#960000;
}
#login_guess ul{
	margin-top: 6px;
	margin-bottom: 14px;
}
#billing_layer_info p, #shipping_layer_info p {
	line-height: 24px;
	margin-bottom:20px;
	clear: both;
	display: block;
}
#selected_billing_area label,
#selected_shipping_area label {
	font-weight: bold;	
	margin: 0px 10px 0px 0px;
}
#selected_billing_area br,
#selected_shipping_area br {
	display: none;		
}
#selected_billing_area select,
#selected_shipping_area select {
	margin: 0px 0px 10px 0px;
}
#new_shipping_area li, #new_billing_area li {
	float: left;
	line-height: 24px;
	margin-bottom:1px;
	list-style-type: none;
}
#new_shipping_area li label, #new_billing_area li label {
	width: 140px;
	float: left;

}
#new_shipping_area li input, #new_billing_area li input, #new_shipping_area li select, #new_billing_area li select {
	width: 260px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#new_shipping_area span.error, #new_billing_area span.error {
	line-height: 1em;
	clear:left;
	font-weight:bolder;
	color:#C00;
	display: block;
	padding:0px 0px 10px 4px;
}


#cart_layer table {
}
#cart_layer .checkout_item  td{
	background-color: #fff0f0;
	border-bottom:#fff solid 1px; /*FAF7EE*/
	padding-bottom: 6px;
	padding-top: 6px;
}
#cart_layer .impar  td{
	background-color: #FAF7EE;
}

#cart_layer .checkout_subtotal  td, #cart_layer .checkout_total  td{
	background-color: #f0f0ff;
}
#cart_layer .checkout_total  {
	font-weight: bolder;
	font-size: 12px;
}
#cart_layer .checkout_total  td{
	border-top:#999 dotted 1px;
}
.checkout_currency {
	text-align: right;
}
#cart_layer .checkout_total .checkout_currency{
	color: #fff;
	background-color: #c00;
	border:#c00 solid 1px;
}
.cart_layer_info table th{
	background-color: #fff;
}
.cart_layer_info #comment{
	width: 62%;
}
.checkout_subtotal tr{
}

/* Checkout resume */
div#shipping_info {
	width: inherit;
	float: left;
}
div#billing_info {
	width: inherit;
	float: left;
	margin-left: 40px;
}
div#shipping_info h3,
div#billing_info h3{
	margin-bottom:6px;
	padding-right: 10px;
	font-weight: bold;
}
#content .tcp_payment_area table.widefat {
	clear: both;
	margin-top:20px;
}

/* ***Float containers fix*** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */  


ul.tcp_checkout_bar li {display: inline; padding-right: 2em;}
li.tcp_checkout_active_step span{font-weight:bold;}

.tcp_item_discount {padding-left: 1em;}
