div.page div.content h2
{
	padding:6px 32px;
	margin:30px 0 26px;
	text-align:left;
	text-transform:uppercase;
	font:20px 'Museo500', sans-serif;
	border-bottom:1px solid #938B9A;
	background:url('../images/title_coroa.png') 0 5px no-repeat;
}

div.page div.content div.resume
{
	padding:0 0 10px;
}

div.page div.content div.resume b
{
	color:#C8A96D;
}

div.page div.content table.cart,
div.page div.content table.client
{
	border-top:1px solid #E2E2E2;
	border-right:1px solid #E2E2E2;	
}

div.page div.content table.cart tr:hover, div.page div.content table.cart th,
div.page div.content table.client th
{
	background:#C8A96D;
	color:#322340;
}

div.page div.content table.cart th, div.page div.content table.cart td,
div.page div.content table.client th, div.page div.content table.client td
{
	text-align:center;
	padding:4px;
	border-bottom:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;	
}

div.page div.content table.cart td p,
div.page div.content table.cart td span
{
	font:16px 'Ubuntu Condensed', sans-serif !important;
	color:#FFF !important;
}

div.page div.content table.cart td a img.thumb,
div.page div.content table.cart td img.thumb
{
	width:66px;
	height:50px;
	padding:1px;
	border:1px solid #E5E5E5;
}

div.page div.content table.cart td a img.thumb:hover
{
	border:1px solid #C7BD40;
}

div.page div.content table.cart td form input
{
	border:1px solid #BABABA;
    color:#000000;
    font-size:11px;
    margin:0;
    padding:4px;
    position:relative;
    text-align:center;
    top:-4px;
    width:14px;
	text-align:center !important;
}

div.page div.content table.cart td form input.bt
{
	border:none;
	cursor:pointer;
	position:relative;
	top:3px;
}

div.page div.content table.cart td form input.trash
{
	width:24px;
	height:24px;
	border:none;
	cursor:pointer;
	position:relative;
	top:-2px;	
}

div.page div.content div.control
{
	padding:10px 0;
	text-align:right;
}

div.page div.content div.infoCart
{
	padding-bottom:4px;
	margin-bottom:8px;
	border-bottom:1px solid #E5E5E5;
}

table.login td
{
	width:50%;
	padding:8px;
}

table.checkout td
{
	padding:4px;
}

table.login td span,
table.checkout td span
{
	float:left;
}

table.checkout td i
{
	color:#c8a96d;
	display:none;
	float:left;
}

table.checkout td img
{
	position:relative;
	top:2px;
	float:left;
	margin:0 4px;
}

table.login input,
table.checkout input,
table.checkout textarea,
table.checkout select
{
	width:100%;
	height:26px;
	font:16px 'Ubuntu', sans-serif;
	border:1px solid #969696;
}

table.checkout textarea
{
	height:100px;
}

input.amount
{
	width:20px !important;
}

#tcalGrid td.tcalOtherMonth, #tcalGrid td.tcalWeekend{ color:gray; }
#tcalGrid td{ color:black; }

i#loginResult
{
	float:right;
}

.noborder
{
	border:none !important;
	color:#C8A96D;
	text-transform:uppercase;
}

table.checkout select
{
	height:28px;
	text-transform:uppercase;
}

img.disabled
{
	display:none;
}

input.disabled
{
	background:#333;
}

form[name="login"] i#iErroLogin,
i#igoLogin, i#loginSuccess
{
	color:red;
	background:white;
	padding:2px 6px 2px 2px;
	float:right;
}

i#loginSuccess
{
	color:blue;
}

i#igoLogin
{
	display:none;
}

div#boxRecover
{
	width:330px;
	height:90px;
	padding:138px 20px 20px;
	display:none;
	border-radius:8px;
	position:fixed;
	z-index:1003;
	text-align:center;
	background:#FFF url('../images/icon_unlock.png') center 5px no-repeat;
}

div#boxRecover span#loading,
div#boxRecover span#success
{
	display:none;
}

div#boxRecover form i
{
	display:none;
	color:red;
	position:absolute;
	top:186px;
	left:80px;
	font-size:14px;
}

div#boxRecover form img
{
	cursor:pointer;
	position:absolute;
	right:-14px;
	top:-12px;
}

div#boxRecover form span
{
	font-size:16px;
	text-transform:uppercase;
	color:#000;
	padding:10px 0;
	line-height:22px;
}

div#boxRecover form input
{
	width:200px;
}

div#lightBox
{
	width:100%;
	height:100%;	
	background:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	display:none;
	position:fixed;	
	top:0;
	left:0;	
	z-index:1002;
}

form[name="cart"], div#control
{
	display:none;
}

table.checkout a
{
	margin:0;
}

div.control a,
table.checkout a,
table.checkout input[type="image"]
{
	height:48px;
	margin:6px 0 0 10px;
	display:block;
	text-indent:-9999px;
}

div.control a#send{ float:right; width:531px; height:72px; background:url('../images/bt_send.png') 0 0 no-repeat; }
div.control a#send:hover{ background:url('../images/bt_send.png') 0 -72px no-repeat; }
div.control a#continue{ float:right; width:187px; background:url('../images/bt_continue.png') 0 0 no-repeat; }
div.control a#continue:hover{ background:url('../images/bt_continue.png') 0 -48px no-repeat; }
div.control a#pedido{ float:right; width:444px; height:72px; background:url('../images/bt_pedido.png') 0 0 no-repeat; }
div.control a#pedido:hover{ background:url('../images/bt_pedido.png') 0 -72px no-repeat; }
div.control a#pedido_small{ float:right; width:293px; height:48px; background:url('../images/bt_pedido_small.png') 0 0 no-repeat; }
div.control a#pedido_small:hover{ background:url('../images/bt_pedido_small.png') 0 -48px no-repeat; }
table.checkout a#login{ width:115px; height:38px; display:block; float:right; margin:5px 4px 0 0; background:url('../images/bt_login.png') 0 0 no-repeat; }
table.checkout a#login:hover{ background:url('../images/bt_login.png') 0 -38px no-repeat; }
table.checkout a#recover{ width:185px; height:38px; display:block; float:right; margin:5px 8px 0 0; background:url('../images/bt_recover.png') 0 0 no-repeat; }
table.checkout a#recover:hover{ background:url('../images/bt_recover.png') 0 -38px no-repeat; }
table.checkout a#showForm{ width:510px; height:78px; background:url('../images/bt_cadastre.png') 0 0 no-repeat; position:relative; top:21px; }
table.checkout a#showForm:hover{ background:url('../images/bt_cadastre.png') 0 -78px no-repeat; }

table.checkout input[type="image"]
{
	width:115px;
	height:38px;
	cursor:pointer;
	border:none;
	margin:0;
}

img.leftSend
{
	position:relative;
	top:-12px;
}

div.page div.content table.cart_confirm tr:hover
{
	background:none !important;
}

div.page div.content table.cart_confirm tr td
{
	color:#FFF !important;
}

div.page div.content table.client
{
	margin:0 0 10px 0;
}

div.page div.content table.client th,
div.page div.content table.client td
{
	text-align:left;
}