/* RESET BROWSER STYLES begin */

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,li { 
	margin:0;
	padding:0;
	line-height:100%;
	font-size:12px;
	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style-type:square;
	list-style-image:url(../images/layout_images/dot3.gif);
}
caption,th {
	text-align:left;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
:focus {
	outline:0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
form {
	border:0;
}

/* RESET BROWSER STYLES end */

/* GLOBAL PAGE STYLES begin */

html, body {
	height:100%;
}

body {
	font-family:Arial,Helvetica,"Sans Serif";
	color:#666;
	background:transparent url(../images/layout_images/Body_BG.gif) repeat-x left top;
}

.floatL { float:left; }
.floatR { float:right; }

.clr { clear: both; }
.clrL { clear: left; }
.clrR { clear: right; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.VSep5 { height:5px; }
.VSep10 { height:10px; }
.VSep15 { height:15px; }
.VSep20 { height:20px; }
.VSep25 { height:25px; }
.VSep30 { height:30px; }

.BTop1 { border-top:1px solid #b2b2b2; }

.BG1 { background:transparent url(../images/layout_images/dot1.gif) repeat-x left center; }
.BG2 { background:transparent url(../images/layout_images/dot1.gif) repeat-x left top; }

.Pointer1 {cursor:pointer;}

.DisplayOn {  }
.DisplayOff { display:none; }
.VisibleOn { visibility:visible; }
.VisibleOff { visibility:hidden; }

.NoBG { background:none; }

/* GLOBAL PAGE STYLES end */

/* SITE CONTAINER STYLES begin */

#SiteWrapper {
	margin:0 auto;
	width:980px;
	height:auto !important;
	height:100%;
	min-height:100%;
}
#SiteContainer {
	padding:0 5px;
}

/* SITE CONTAINER STYLES end */

/* TEXT STYLES begin */

.f9 { font-size:9px; }
.f10 { font-size:10px; }
.f11 { font-size:11px; }
.f12 { font-size:12px; }
.f13 { font-size:13px; }
.f14 { font-size:14px; }
.f15 { font-size:15px; }
.f16 { font-size:16px; }
.f17 { font-size:17px; }
.f18 { font-size:18px; }

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.bold { font-weight:bold; }
.nobold { font-weight:normal; }

.futurabk {
	font-family: "Futura Bk BT", Verdana, Arial, Helvetica, sans-serif;
}
.lucida {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
.Red1 {
	color:#973737;
}

/* TEXT STYLES end */

/* INPUT STYLES begin */

.FieldSize1 { width:242px; }
.FieldSize2 { width:251px; }
.FieldSize3 { width:522px; }
.FieldSize4 { width:30%; }
.FieldSize5 { width:50%; margin-left:20px; }

.FormInputText1 {
	padding:1px 2px 1px 5px;
	font-size:13px;
	background:transparent url(../images/layout_images/input1_BG.gif) no-repeat left top;
	border:1px solid #aaa;
}
* html .FormInputText1 {
	padding:3px 2px 0 5px;
}
*:first-child+html .FormInputText1 {
	padding:3px 2px 1px 5px;
}

.FormCombo1 {
	font-size:13px;
	background:transparent url(../images/layout_images/input1_BG.gif) no-repeat left top;
	/*background:rgb(255,255,255) url(../images/layout_images/input1_BG.gif) no-repeat left top;*/
	border:1px solid #aaa;
}
.FormCombo1 option {
	padding:0 3px;
}

.FormInputTextArea1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:120%;
	padding:3px 0 3px 5px;
	background:transparent url(../images/layout_images/input1_BG.gif) no-repeat left top;
	border:1px solid #aaa;
}


/* Hover + Focus Classes always after base classes*/
.FormHover_1 {
	border:1px solid #000;
	color:#999;
	background:#fff;
}
.FormFocus_1 {
	background:#FFFFCC;
	border:1px solid #000;
	color:#000;
}
.FormError_1 {
	background:#f8e5e5;
	border:1px solid #CC0000;
	color:#CC0000;
}

/* INPUT STYLES end */

/* LINK STYLES begin */

a:link, a:visited {
}

a:hover {
}

a.Bt2 {
	display:block;
	float:left;
	padding-right:7px;
	border:none;
	background:#666667;
	text-decoration:none;
	color:#fffffe;
	background:transparent url(../images/layout_images/Bt2_BG_R.gif) no-repeat right top;
}
a.Bt2 span {
	display:block;
	line-height:14px;
	padding:3px 0 3px 14px;
	font-weight:bold;
	white-space:nowrap;
	background:transparent url(../images/layout_images/Bt2_BG_L.gif) no-repeat left top;
}
a.Bt2:hover {
	text-decoration:underline;
}

a.Bt3 {
	display:block;
	float:right;
	padding-right:10px;
	border:none;
	background:#EE862C;
	text-decoration:none;
}
a.Bt3 span {
	display:block;
	line-height:13px;
	padding:2px 0 3px 10px;
	font-size:10px;
	color:#fffffe;
	text-transform:uppercase;
	white-space:nowrap;
}

a.Bt4 {
	display:block;
	float:right;
	padding-right:10px;
	border:none;
	background:#666667;
	text-decoration:none;
}
a.Bt4 span {
	display:block;
	line-height:13px;
	margin:0;
	padding:2px 0 3px 10px;
	font-size:10px;
	color:#fffffe;
	text-transform:uppercase;
	white-space:nowrap;
}


a.Bt5,
a.Bt6 {
	display:block;
	float:right;
	text-align:center;
	padding:3px 15px 3px 20px;
	margin-left:10px;
	width:57px;
	text-decoration:none;
	line-height:14px;
	font-weight:bold;
	color:#fffffe;
	white-space:nowrap;
}
a.Bt5 {
	background:transparent url(../images/layout_images/Bt5_BG.gif) no-repeat right top;
}
a.Bt6 {
	background:transparent url(../images/layout_images/Bt6_BG.gif) no-repeat right top;
}
a.Bt5:hover,
a.Bt6:hover {
	text-decoration:underline;
}


a.Bt7 {
	display:block;
	float:right;
	padding-right:14px;
	border:none;
	text-decoration:none;
	background:transparent url(../images/layout_images/Bt3_BG_R.gif) no-repeat right top;
}
a.Bt7 span {
	display:block;
	line-height:14px;
	padding:3px 0 3px 21px;
	font-weight:bold;
	color:#fffffe;
	white-space:nowrap;
	background:transparent url(../images/layout_images/Bt3_BG_L.gif) no-repeat left top;
}

a.Bt8 {
	display:block;
	float:right;
	padding-right:14px;
	border:none;
	text-decoration:none;
	background:transparent url(../images/layout_images/Bt2_BG_R.gif) no-repeat right top;
}
a.Bt8 span {
	display:block;
	line-height:14px;
	padding:3px 0 3px 21px;
	font-weight:bold;
	color:#fffffe;
	white-space:nowrap;
	background:transparent url(../images/layout_images/Bt2_BG_L.gif) no-repeat left top;
}


a.Bt9,
a.Bt10,
a.Bt11 {
	display:block;
	padding-right:5px;
	border:none;
	text-decoration:none;
	color:#fffffe;
}
a.Bt9 span,
a.Bt10 span,
a.Bt11 span {
	display:block;
	line-height:14px;
	padding:3px 0 3px 21px;
	font-weight:bold;
	white-space:nowrap;
}

a.Bt9 {
	background:transparent url(../images/layout_images/Bt3_BG_R.gif) no-repeat right top;
}
a.Bt9 span {
	background:transparent url(../images/layout_images/Bt3_BG_L.gif) no-repeat left top;
}

a.Bt10 {
	background:transparent url(../images/layout_images/Bt4_BG_R.gif) no-repeat right top;
}
a.Bt10 span {
	background:transparent url(../images/layout_images/Bt4_BG_L.gif) no-repeat left top;
}

a.Bt11 {
	background:transparent url(../images/layout_images/Bt2_BG_R.gif) no-repeat right top;
}
a.Bt11 span {
	background:transparent url(../images/layout_images/Bt2_BG_L.gif) no-repeat left top;
}

a.Bt9:hover,
a.Bt10:hover,
a.Bt11:hover {
	text-decoration:underline;
}


a.Bt12,
a.Bt13,
a.Bt14 {
	float:left;
	display:block;
	padding-right:14px;
	margin-right:10px;
	border:none;
	text-decoration:none;
	color:#fffffe;
}
a.Bt12 span,
a.Bt13 span,
a.Bt14 span {
	display:block;
	line-height:14px;
	padding:3px 0 3px 21px;
	font-weight:bold;
	white-space:nowrap;
}

a.Bt12 { background:transparent url(../images/layout_images/Bt3_BG_R.gif) no-repeat right top; }
a.Bt12 span { background:transparent url(../images/layout_images/Bt3_BG_L.gif) no-repeat left top; }

a.Bt13 { background:transparent url(../images/layout_images/Bt4_BG_R.gif) no-repeat right top; }
a.Bt13 span { background:transparent url(../images/layout_images/Bt4_BG_L.gif) no-repeat left top; }

a.Bt14 { background:transparent url(../images/layout_images/Bt2_BG_R.gif) no-repeat right top; }
a.Bt14 span { background:transparent url(../images/layout_images/Bt2_BG_L.gif) no-repeat left top; }

a.Bt12:hover span,
a.Bt13:hover span,
a.Bt14:hover span {
	text-decoration:underline;
}


a.Bt15,
a.Bt16,
a.Bt17 {
	text-decoration:none;
	border:none;
	color:#fffffe;
	margin-right:10px;
}
a.Bt15 span,
a.Bt16 span,
a.Bt17 span {
	display:inline-block;
	vertical-align:bottom;
	padding:3px 14px 3px 0;
}
/* Hides from IE-mac \*/
* html a.Bt15 span,
* html a.Bt16 span,
* html a.Bt17 span { padding:0 14px 0 0; }
/* End hide from IE-mac */
*:first-child+html a.Bt15 span,
*:first-child+html a.Bt16 span,
*:first-child+html a.Bt17 span { padding:0 14px 0 0; } /* IE 7 */

a.Bt15 span b,
a.Bt16 span b,
a.Bt17 span b {
	padding:3px 0 3px 21px;
	font-weight:bold;
	line-height:15px;
	white-space:nowrap;
	cursor:pointer;
}
/* Hides from IE-mac \*/
* html a.Bt15 span b,
* html a.Bt16 span b,
* html a.Bt17 span b { display:inline-block; }
/* End hide from IE-mac */
*:first-child+html a.Bt15 span b,
*:first-child+html a.Bt16 span b,
*:first-child+html a.Bt17 span b { display:inline-block; } /* IE 7 */

.Bt15 span { background:transparent url(../images/layout_images/Bt3_BG_R.gif) no-repeat right top; }
.Bt15 span b { background:transparent url(../images/layout_images/Bt3_BG_L.gif) no-repeat left top; }

.Bt16 span { background:transparent url(../images/layout_images/Bt4_BG_R.gif) no-repeat right top; }
.Bt16 span b { background:transparent url(../images/layout_images/Bt4_BG_L.gif) no-repeat left top; }

.Bt17 span { background:transparent url(../images/layout_images/Bt2_BG_R.gif) no-repeat right top; }
.Bt17 span b { background:transparent url(../images/layout_images/Bt2_BG_L.gif) no-repeat left top; }

a.Bt15:hover span b,
a.Bt16:hover span b,
a.Bt17:hover span b {
	text-decoration:underline;
}


a.Link1:link,
a.Link1:visited {
	color:#fffffe;
	text-decoration:underline;
	font-weight:bold;
}
a.Link1:hover {
	text-decoration:none;
}

a.Link2:link,
a.Link2:visited {
}

a.Link3:link,
a.Link3:visited {
	color:#333;
	font-weight:bold;
	font-size:11px;
}
a.Link3:hover {
	text-decoration:none;
}

a.Link4:link,
a.Link4:visited {
	color:#6699cc;
	font-weight:bold;
	text-decoration:none;
}
a.Link4:hover {
	text-decoration:underline;
}

a.Link5:link,
a.Link5:visited {
	color:#6699cc;
}
a.Link5:hover {
	text-decoration:none;
}

/* LINK STYLES end */

/* HEADER STYLES begin */

.HeaderArea {
	background:transparent url(../images/layout_images/Header_BG.gif) no-repeat left top;
}
.HeaderLogo {
	float:left;
	padding:26px 0 0 0;
	width:205px;
}
a.HeaderLogoLink:link,
a.HeaderLogoLink:visited,
a.HeaderLogoLink:hover {
	display:block;
	height:103px;
	background:transparent url(../images/layout_images/Header_Logo.gif) no-repeat 4px top;
}

.HeaderRight {
	float:right;
	width:755px;
}

.HeaderHMenu {
	width:728px;
}

.HeaderHMenu th,
.HeaderHMenu td {
	padding-top:9px;
	padding-bottom:8px;
}

.HeaderHMenu th {
	background:transparent url(../images/layout_images/HeaderHMenu_BG1.gif) no-repeat right bottom;
	text-align:right;
	padding-right:17px;
	font-size:11px;
	font-weight:bold;
}
.HeaderHMenu td {
	width:270px;
	background:transparent url(../images/layout_images/HeaderHMenu_BG2.gif) no-repeat right bottom;
	text-align:center;
	padding-right:5px;
	font-size:11px;
	color:#fffffe;
	white-space:nowrap;
}
.HeaderHMenu a:link,
.HeaderHMenu a:visited {
	color:#fffffe;
	text-decoration:none;
	font-size:11px;
}
.HeaderHMenu a:hover {
	text-decoration:underline;
}

.HeaderBanner {
	margin-top:11px;
	height:90px;
	/*background:transparent url(../images/layout_images/banner_BG.gif) no-repeat left top;*/
}

/* HEADER STYLES end */

/* TOP MENU STYLES begin */

.TopMenu {
}
.TopMenu td {
	width:25%;
	text-align:center;
	border-bottom:1px solid;
	padding-left:7px;
}

.TopMenu a:link,
.TopMenu a:visited {
	display:block;
	color:#fffffe;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.TopMenu td a {
	padding-left:4px;
}
.TopMenu td a span {
	display:block;
	padding:18px 4px 7px 0;
}


.TopMenu td.TM1 a:hover,
.TopMenu td.TM1 a:hover span,
.TopMenu td.TM2 a:hover,
.TopMenu td.TM2 a:hover span,
.TopMenu td.TM3 a:hover,
.TopMenu td.TM3 a:hover span,
.TopMenu td.TM4 a:hover,
.TopMenu td.TM4 a:hover span,
.Cont_Leiloes .TopMenu td.TM1 a:link,
.Cont_Leiloes .TopMenu td.TM1 a:visited,
.Cont_Leiloes .TopMenu td.TM1 a:link span,
.Cont_Leiloes .TopMenu td.TM1 a:visited span,
.Cont_Classificados .TopMenu td.TM2 a:link,
.Cont_Classificados .TopMenu td.TM2 a:visited,
.Cont_Classificados .TopMenu td.TM2 a:link span,
.Cont_Classificados .TopMenu td.TM2 a:visited span,
.Cont_Gratuitos .TopMenu td.TM3 a:link,
.Cont_Gratuitos .TopMenu td.TM3 a:visited,
.Cont_Gratuitos .TopMenu td.TM3 a:link span,
.Cont_Gratuitos .TopMenu td.TM3 a:visited span,
.Cont_MicroSites .TopMenu td.TM4 a:link,
.Cont_MicroSites .TopMenu td.TM4 a:visited,
.Cont_MicroSites .TopMenu td.TM4 a:link span,
.Cont_MicroSites .TopMenu td.TM4 a:visited span {
	background-image: url(../images/layout_images/TM_link_BG_All.gif);
	background-repeat:no-repeat;
}


.TopMenu td.TM1 a:hover {
	background-position:left 13px;
}
.TopMenu td.TM1 a:hover span {
	background-position:right -37px;
}

.Cont_Leiloes .TopMenu td.TM1 a:link,
.Cont_Leiloes .TopMenu td.TM1 a:visited {
	background-position:left top;
}
.Cont_Leiloes .TopMenu td.TM1 a:link span,
.Cont_Leiloes .TopMenu td.TM1 a:visited span {
	background-position:right -50px;
}


.TopMenu td.TM2 a:hover {
	background-position:left -87px;
}
.TopMenu td.TM2 a:hover span {
	background-position:right -137px;
}

.Cont_Classificados .TopMenu td.TM2 a:link,
.Cont_Classificados .TopMenu td.TM2 a:visited {
	background-position:left -100px;
}
.Cont_Classificados .TopMenu td.TM2 a:link span,
.Cont_Classificados .TopMenu td.TM2 a:visited span {
	background-position:right -150px;
}


.TopMenu td.TM3 a:hover {
	background-position:left -187px;
}
.TopMenu td.TM3 a:hover span {
	background-position:right -237px;
}

.Cont_Gratuitos .TopMenu td.TM3 a:link,
.Cont_Gratuitos .TopMenu td.TM3 a:visited {
	background-position:left -200px;
}
.Cont_Gratuitos .TopMenu td.TM3 a:link span,
.Cont_Gratuitos .TopMenu td.TM3 a:visited span {
	background-position:right -250px;
}


.TopMenu td.TM4 a:hover {
	background-position:left -287px;
}
.TopMenu td.TM4 a:hover span {
	background-position:right -337px;
}

.Cont_MicroSites .TopMenu td.TM4 a:link,
.Cont_MicroSites .TopMenu td.TM4 a:visited {
	background-position:left -300px;
}
.Cont_MicroSites .TopMenu td.TM4 a:link span,
.Cont_MicroSites .TopMenu td.TM4 a:visited span {
	background-position:right -350px;
}



.Cont_Leiloes .TopMenu td.TM1 { border-bottom-color:#eca336; }

.Cont_Leiloes .TopMenu td.TM2,
.Cont_Leiloes .TopMenu td.TM3,
.Cont_Leiloes .TopMenu td.TM4 { border-bottom-color:#f5cc76; }


.Cont_Classificados .TopMenu td.TM2 { border-bottom-color:#739dc8; }

.Cont_Classificados .TopMenu td.TM1,
.Cont_Classificados .TopMenu td.TM3,
.Cont_Classificados .TopMenu td.TM4 { border-bottom-color:#abc8e2; }


.Cont_Gratuitos .TopMenu td.TM3 { border-bottom-color:#8cc963; }

.Cont_Gratuitos .TopMenu td.TM1,
.Cont_Gratuitos .TopMenu td.TM2,
.Cont_Gratuitos .TopMenu td.TM4 { border-bottom-color:#bde29f; }


.Cont_MicroSites .TopMenu td.TM4 { border-bottom-color:#c89ba9; }

.Cont_MicroSites .TopMenu td.TM1,
.Cont_MicroSites .TopMenu td.TM2,
.Cont_MicroSites .TopMenu td.TM3 { border-bottom-color:#e2c7d0; }


.TopMenu td.TM1 { background:#eca336 url(../images/layout_images/TM1_BG_L.gif) no-repeat; background-position:left top; }
.TopMenu td.TM2 { background:#739dc8 url(../images/layout_images/TM2_BG_L.gif) no-repeat; background-position:left top; border-left:1px solid #fff; }
.TopMenu td.TM3 { background:#8cc963 url(../images/layout_images/TM3_BG_L.gif) no-repeat; background-position:left top; border-left:1px solid #fff; }
.TopMenu td.TM4 { background:#c89ba9 url(../images/layout_images/TM4_BG_L.gif) no-repeat; background-position:left top; border-left:1px solid #fff; }

.Cont_Leiloes .TopMenu td.TM1 { background-position:left -13px; }
.Cont_Classificados .TopMenu td.TM2 { background-position:left -13px; }
.Cont_Gratuitos .TopMenu td.TM3 { background-position:left -13px; }
.Cont_MicroSites .TopMenu td.TM4 { background-position:left -13px; }

.TopMenu td div {
	padding:7px 7px 0 0;
}

.TopMenu td.TM1 div { background:transparent url(../images/layout_images/TM1_BG_R.gif) no-repeat; background-position:right 13px; }
.TopMenu td.TM2 div { background:transparent url(../images/layout_images/TM2_BG_R.gif) no-repeat; background-position:right 13px; }
.TopMenu td.TM3 div { background:transparent url(../images/layout_images/TM3_BG_R.gif) no-repeat; background-position:right 13px; }
.TopMenu td.TM4 div { background:transparent url(../images/layout_images/TM4_BG_R.gif) no-repeat; background-position:right 13px; }

.Cont_Leiloes .TopMenu td.TM1 div,
.Cont_Classificados .TopMenu td.TM2 div,
.Cont_Gratuitos .TopMenu td.TM3 div,
.Cont_MicroSites .TopMenu td.TM4 div { background-position:right top; }

.Cont_Leiloes .TopMenu td.TM1 div a,
.Cont_Classificados .TopMenu td.TM2 div a,
.Cont_Gratuitos .TopMenu td.TM3 div a,
.Cont_MicroSites .TopMenu td.TM4 div a { font-size:15px; }

.Cont_Leiloes .TopMenu td.TM1 div a span,
.Cont_Classificados .TopMenu td.TM2 div a span,
.Cont_Gratuitos .TopMenu td.TM3 div a span,
.Cont_MicroSites .TopMenu td.TM4 div a span { padding:11px 4px 14px 0; }

/* TOP MENU STYLES end */

/* CROSS SITE COLUMN STYLES begin */

.ColTitle1 {
	padding:15px 20px 7px 20px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#fffffe;
}
.ColTitle2 {
	padding:7px 10px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}

.ColContent1 {
	padding:0 10px 7px 20px;
}
.ColContent2 {
	padding:15px 10px;
}
.ColContent3 {
	padding:7px 20px;
	text-align:center;
	background:#bbccd9;
}

/* CROSS SITE COLUMN STYLES end */

/* LEFT COLUMN STYLES begin */

.LeftCol {
	float:left;
	width:205px;
	background:#fff;
	padding-top:20px;
	overflow:hidden;
}

.LeftCol input {
	font-size:13px;
}

/* LEFT COLUMN STYLES end */

/* SEARCH BOX STYLES begin */

.SiteSearchBox1 {
	margin-bottom:20px;
	background:#c9dae7 url(../images/layout_images/Search1_BG.gif) no-repeat left top;
}
.SiteSearchBox1 .ColContent1 div {
	padding:10px 0 0 0;
}
.SiteSearchBox1 label {
	display:block;
	padding-bottom:4px;
	color:#333;
}

.SiteSearchBox1 input {
	background:#fff;
	padding:3px 2px 2px 2px;
	border:1px solid #fffffe;
	width:163px;
	font-size:12px;
	color:#333;
}
.SiteSearchBox1 select {
	background:#fff;
	padding:2px;
	border:1px solid #7f9db9;
	width:169px;
	font-size:12px;
	color:#333;
}

.SiteSearchBox1 input.SrchBnt {
	background:transparent url(../images/layout_images/SrchBnt.gif) no-repeat center center;
	padding:0;
	border:0;
	width:96px;
	height:24px;
	color:#fffffe;
	font-weight:bold;
	margin-right:10px;
}

/* SEARCH BOX STYLES end */

/* MENU LIST STYLES begin */

.VMenu1 {
	margin-bottom:20px;
	background:#e2e2e2 url(../images/layout_images/VMenu1_BG.gif) no-repeat left top;
}
.VMenu1 ul,
.VMenu1 li {
	list-style:none;
	padding:0;
	margin:0;
}

.VMenuContent1 {
	padding:5px 1px 30px 1px;
}

.VMenuContent1 li {
	padding:3px 0 3px 0;
	font-weight:normal;
}
.VMenuContent1 li ul {
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	background:#ededed url(../images/layout_images/VMenuList1_BG.gif) no-repeat left bottom;
}
.VMenuContent1 li li {
	padding:3px 0 3px 0;
}
.VMenuContent1 li li ul {
	margin:5px 0 0 0;
	padding:0 0 5px 0;
	background:#f5f5f5 url(../images/layout_images/VMenuList2_BG.gif) no-repeat left bottom;
}
.VMenuContent1 li li li {
	padding:3px 0 3px 0;
}

.VMenuContent1 li.VMenu1Active {
	font-weight:bold;
	background:#ededed url(../images/layout_images/VMenuList1_BG_Top.gif) no-repeat left top;
	padding:8px 0 0 0;
}
.VMenuContent1 li li.VMenu1Active {
	background:#f5f5f5 url(../images/layout_images/VMenuList2_BG_Top.gif) no-repeat left top;
	padding:8px 0 0 0;
}
.VMenuContent1 li.VMenu1ActiveItem {
	font-weight:bold;
	background:#a2a2a2;
}

.VMenuContent1 li a:link,
.VMenuContent1 li a:visited {
	display:block;
	padding-right:10px;
	color:#666;
	text-decoration:none;
}
.VMenuContent1 li a:hover {
	text-decoration:underline;
	color:#000;
}

.VMenuContent1 li a {
	padding-left:20px;
}
.VMenuContent1 li li a {
	padding-left:27px;
}
.VMenuContent1 li li li a {
	padding-left:34px;
}



.VMenuContent1 li.VMenu1ActiveItem a:link,
.VMenuContent1 li.VMenu1ActiveItem a:visited  {
	color:#fffffe;
}

/* MENU LIST STYLES end */

/* MASTER CONTENT BOX STYLES begin */

.MasterContentCol {
	float:right;
	width:755px;
}

/* MASTER CONTENT BOX STYLES end */

/* CONTENT COLUMN STYLES begin */

.ContentCol {
	float:left;
	width:585px;
	padding-top:7px;
	overflow:hidden;
}
.ContentBox .CBody {
	padding:0 16px 20px 17px;
	line-height:115%;
}
.ContentBox .CBody th,
.ContentBox .CBody td,
.ContentBox .CBody div {
	line-height:115%;
}

.ContentBox .CBody ul {
	margin-bottom:10px;
}

.ContentBoxTop {
	height:36px;
	background-repeat:repeat-x;
	background-position:left top;
}
.ContentBoxTop span{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
}
.ContentBoxTop span span {
	padding:36px 0 0 0;  
	background-repeat:no-repeat;
	background-position:right top;
}

.Cont_Leiloes .ContentBoxTop {
	background-image:url(../images/layout_images/ContentBoxTop1_BG.gif);
}
.Cont_Leiloes .ContentBoxTop span {
	background-image:url(../images/layout_images/ContentBoxTop1_BG_L.gif);
}
.Cont_Leiloes .ContentBoxTop span span {
	background-image:url(../images/layout_images/ContentBoxTop1_BG_R.gif);
}

.Cont_Classificados .ContentBoxTop {
	background-image:url(../images/layout_images/ContentBoxTop2_BG.gif);
}
.Cont_Classificados .ContentBoxTop span {
	background-image:url(../images/layout_images/ContentBoxTop2_BG_L.gif);
}
.Cont_Classificados .ContentBoxTop span span {
	background-image:url(../images/layout_images/ContentBoxTop2_BG_R.gif);
}

.Cont_Gratuitos .ContentBoxTop {
	background-image:url(../images/layout_images/ContentBoxTop3_BG.gif);
}
.Cont_Gratuitos .ContentBoxTop span {
	background-image:url(../images/layout_images/ContentBoxTop3_BG_L.gif);
}
.Cont_Gratuitos .ContentBoxTop span span {
	background-image:url(../images/layout_images/ContentBoxTop3_BG_R.gif);
}

.Cont_MicroSites .ContentBoxTop {
	background-image:url(../images/layout_images/ContentBoxTop4_BG.gif);
}
.Cont_MicroSites .ContentBoxTop span {
	background-image:url(../images/layout_images/ContentBoxTop4_BG_L.gif);
}
.Cont_MicroSites .ContentBoxTop span span {
	background-image:url(../images/layout_images/ContentBoxTop4_BG_R.gif);
}

.ContentBoxBot {
	height:20px;
	margin-bottom:20px;
}
.ContentBoxBot span{
	display:block;
}
.Cont_Leiloes .ContentBoxBot {
	background:#eca336 url(../images/layout_images/ContentBoxBot1_BG.gif) no-repeat left bottom;
}
.Cont_Classificados .ContentBoxBot {
	background:#739dc8 url(../images/layout_images/ContentBoxBot2_BG.gif) no-repeat left bottom;
}
.Cont_Gratuitos .ContentBoxBot {
	background:#8cc963 url(../images/layout_images/ContentBoxBot3_BG.gif) no-repeat left bottom;
}
.Cont_MicroSites .ContentBoxBot {
	background:#c89ba9 url(../images/layout_images/ContentBoxBot4_BG.gif) no-repeat left bottom;
}


.Cont_Leiloes .ContentBox {
	background:transparent url(../images/layout_images/ContentBody1_BG.gif) repeat-y left top;
}
.Cont_Classificados .ContentBox {
	background:transparent url(../images/layout_images/ContentBody2_BG.gif) repeat-y left top;
}
.Cont_Gratuitos .ContentBox {
	background:transparent url(../images/layout_images/ContentBody3_BG.gif) repeat-y left top;
}
.Cont_MicroSites .ContentBox {
	background:transparent url(../images/layout_images/ContentBody4_BG.gif) repeat-y left top;
}

.Pathway {
	padding:0 10px 10px 0;
	background:transparent url(../images/layout_images/dot1.gif) repeat-x left bottom;
	font-weight:bold;
}

.Pathway a:link,
.Pathway a:visited {
	display:block;
	float:left;
	padding-right:20px;
	color:#999;
	text-decoration:none;
	font-weight:normal;
	background:transparent url(../images/layout_images/PathwaySep1.gif) no-repeat right center;
}
.Pathway a:hover {
	text-decoration:underline;
}
.Pathway span {
	display:block;
	float:left;
	padding-right:20px;
	padding-bottom:3px;
	text-decoration:none;
}

.ContentAd1 {
	margin:20px 0 0 0;
}

.ContentHScroller {
	margin:20px 0 0 0;
	height:175px;
}

.ContentList1 {
	margin:30px 0 0 0;
}
.ContentList2 {
	margin:30px 0 0 0;
}

.ProdBox1 {
	margin:14px 0 0 0;
	color:#333;
}

.ProdHL1 {
	float:left;
	width:275px;
}
* html .ProdHL1 {
	height:100px;
}

.ProdHL1Box {
	padding:0 15px 25px 10px;
}
.ProdHL1Box th {
	width:40%;
	vertical-align:top;
	padding-bottom:5px;
}
.ProdHL1Box td {
	width:60%;
	vertical-align:top;
	padding-bottom:5px;
}
.ProdTitle1 {
	padding-top:8px;
	line-height:1.25em;
	font-size:11px;
}

.ProdTitle1 a:link,
.ProdTitle1 a:visited {
	display:block;
	color:#444;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.ProdTitle1 a:hover {
	text-decoration:underline;
}

.ProdHL1Box th span {
	display:block;
	width:90px;
	text-align:center;
	padding:5px 0 0 0;
	white-space:nowrap;
	color:#6699cc;
	font-weight:bold;
	font-size:13px;
}

.ListTitle1 {
	background:transparent url(../images/layout_images/dot1.gif) repeat-x left top;
}

.ListTitle1 .SectionName {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	padding:3px 0 0 12px;
}

.Cont_Leiloes .ListTitle1 .SectionName span { color:#eca336; }
.Cont_Classificados .ListTitle1 .SectionName span { color:#6699cc; }
.Cont_Gratuitos .ListTitle1 .SectionName span { color:#51c900; }
.Cont_MicroSites .ListTitle1 .SectionName span { color:#c85d7f; }

.ListTitle1 .SectionLink a:link,
.ListTitle1 .SectionLink a:visited {
	float:right;
	width:auto;
	padding:8px 12px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.ListTitle1 .SectionLink a:hover {
	text-decoration:underline;
}

.ListTitle2 {
	background:transparent url(../images/layout_images/dot1.gif) repeat-x left top;
	padding:8px 12px;
	font-size:16px;
	font-weight:bold;
}
.Cont_Leiloes .ListTitle2 span { color:#eca336; }
.Cont_Classificados .ListTitle2 span { color:#6699cc; }
.Cont_Gratuitos .ListTitle2 span { color:#51c900; }
.Cont_MicroSites .ListTitle2 span { color:#c85d7f; }

.ListTitle3,
.ListTitle4 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.Cont_Leiloes .ListTitle3 span,
.Cont_Leiloes .ListTitle4 span { color:#eca336; }
.Cont_Classificados .ListTitle3 span,
.Cont_Classificados .ListTitle4 span { color:#6699cc; }
.Cont_Gratuitos .ListTitle3 span,
.Cont_Gratuitos .ListTitle4 span { color:#51c900; }
.Cont_MicroSites .ListTitle3 span,
.Cont_MicroSites .ListTitle4 span { color:#c85d7f; }
.ListTitle3 {
	background:transparent url(../images/layout_images/dot1.gif) repeat-x left top;
	padding:20px 0 0 0;
}
.ListTitle4 {
	padding:7px 0 0 0;
}

.ListTitle5 {
	padding:10px 7px 10px 9px;
	font-size:16px;
	font-weight:bold;
}
.ListTitle5 span {
	display:block;
	font-size:11px;
	font-weight:normal;
}

.ListTitle6 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background:transparent url(../images/layout_images/dot1.gif) repeat-x left top;
	padding:20px 7px 0 9px;
}
.Cont_Leiloes .ListTitle6 span { color:#eca336; }
.Cont_Classificados .ListTitle6 span { color:#6699cc; }
.Cont_Gratuitos .ListTitle6 span { color:#51c900; }
.Cont_MicroSites .ListTitle6 span { color:#c85d7f; }


.ListBox1 {
	clear:both;
}

.ListBox1 .ListItem_Special td {
	background-color:#edf4f2;
}
.ListBox1 .ListItem_Special a {
	font-weight:bold;
}

.ListBox1 th {
	padding:6px 10px;
}

.Cont_Leiloes .ListBox1 th {
	background:#eca336;
}
.Cont_Classificados .ListBox1 th {
	background:#739dc8;
}
.Cont_Gratuitos .ListBox1 th {
	background:#8cc963;
}
.Cont_MicroSites .ListBox1 th {
	background:#c89ba9;
}

.ListBox1 td {
	padding:4px 10px 7px 10px;
	background:transparent url(../images/layout_images/dot2.gif) repeat-x left bottom;
}

.ListBox1 td a:link,
.ListBox1 td a:visited {
	color:#333;
	text-decoration: underline;
}
.ListBox1 td a:hover {
	text-decoration:none;
}

.ListBox1 th a:link,
.ListBox1 th a:visited {
	color:#fffffe;
	font-weight:bold;
	text-decoration:none;
}
.ListBox1 th a:hover {
	text-decoration: underline;
}

.ListBox1 th a.active_desc:link,
.ListBox1 th a.active_desc:visited {
	text-decoration: underline;
	padding:0 15px 0 0;
	background:transparent url(../images/layout_images/sort1_desc.gif) no-repeat right 5px;
}

.ListBox1 th a.active_asc:link,
.ListBox1 th a.active_asc:visited {
	text-decoration: underline;
	padding:0 15px 0 0;
	background:transparent url(../images/layout_images/sort1_asc.gif) no-repeat right 5px;
}

.ListItemPrice1 span {
	white-space:nowrap;
	color:#ee862c;
	font-weight:bold;
}


.Cont_Leiloes .ListItemPrice1 span {
	color:#ff9900;
}
.Cont_Classificados .ListItemPrice1 span {
	color:#6699cc;
}
.Cont_Gratuitos .ListItemPrice1 span {
	color:#51c900;
}
.Cont_MicroSites .ListItemPrice1 span {
	color:#c85d7f;
}

.ListItemTitle1 a {
	display:block;
	padding:0 0 7px 0;
}
.ListItemTitle1 span {
	font-size:11px;
	line-height:110%;
	color:#000000;
}
.ListItemTimeLeft1 {
	white-space:nowrap;
}
.EndingSoon {
	color:#cc3300;
	font-weight:bold;
}

.ListNav1 {
	padding:15px 10px 10px 10px;
}
.ListNav1L {
	float:left;
	width:48%;
}
.ListNav1R {
	float:right;
	width:50%;
}

.ListNav1 a,
.ListNav1 span {
	font-weight:bold;
}
.ListNav1 img {
	vertical-align:bottom;
}

.NavBt1,
.NavBt2,
.NavBt3,
.NavBt4 {
}

.NavTxt1{
	margin:0 10px;
}
.NavTxt1 span {
	font-weight:normal;
}

.ListBox2 {
	clear:both;
	padding:0 12px;
}
.ListBox2 li {
	margin:6px 0 0 0;
}
.ListBox2 li a:link,
.ListBox2 li a:visited {
	color:#cc6600;
	text-decoration:none;
}
.ListBox2 li a:hover {
	text-decoration:underline;
}
.ListBox2 li a.LBoxSpecial:link,
.ListBox2 li a.LBoxSpecial:visited {
	color:#6699cc;
	font-weight:bold;
}

.ListBox2 li span {
	font-size:11px;
	padding-left:5px;
}

.FormNote1 {
	clear:both;
	padding:4px 7px 24px 9px;
	font-size:11px;
	font-weight:bold;
}

.FormBox1 {
	padding:0 7px;
	clear:both;
}
.FormFloat1 {
	width:48%;
	padding:0 0 20px 0;
}
.FormFloatNone {
	padding:0 0 20px 0;
}

.FormLabel1 {
	font-weight:bold;
	display:block;
	padding:0 0 4px 2px;
}
.LabelNote1 {
	font-size:11px;
	display:block;
	padding:4px 0 0 2px;
	color:#999999;
}
.LabelError1 {
	color:#CC0000;
}
.LabelError2 {
	color:#CC0000;
}

.FormRadioGr1 legend {
	display:block;
	padding:0 0 6px 0;
	color:#666666;
	font-weight:bold;
}
* html .FormRadioGr1 legend {
	margin-left:-5px;
}
*:first-child+html .FormRadioGr1 legend {
	margin-left:-5px;
}
.FormRadioGr1 input {
	margin-right:3px;
	vertical-align: middle;
	display:inline;
}
.FormRadioGr1 label {
	margin-right:20px;
}

.FormTerms ul {
	margin-top:5px;
	padding-bottom:8px;
}
.FormTerms li {
	line-height:140%;
}
.FormTerms input {
	margin-right:5px;
	margin-left:0;
	vertical-align: middle;
	display:inline;
}



#HScroller1_viewer {
	float:left;
	height:173px;
	width:520px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	background:transparent url(../images/layout_images/scroller_BG.gif) repeat-x left top;
}
#HScroller1_viewerFrame {
	width:700px; /* largura de 5 elementos para melhor scroll-display dos mesmos */
	clear:both;
}
#HScroller1_viewer img {
	/*
	width:90px;
	height:90px;
	*/
}
#HScroller1_viewer span {
	display:block;
	float:left;
	width:130px;
	padding:7px 0 15px 0;
	text-align:center;
}

#HScroller1_BtPrev,
#HScroller1_BtNext {
	float:left;
	width:15px;
	height:174px;
	cursor:pointer;
}
#HScroller1_BtPrev {
	background:transparent url(../images/layout_images/scroller_bt_prev.gif) no-repeat left top;
}
#HScroller1_BtNext {
	background:transparent url(../images/layout_images/scroller_bt_next.gif) no-repeat left top;
}

.HScroller1_title {
	padding:8px 8px 0 8px;
	line-height:1.10em;
}

.HScroller1_title a:link,
.HScroller1_title a:visited {
	display:block;
	padding-bottom:5px;
	color:#333;
	text-decoration:none;
}
.HScroller1_title a:hover {
	text-decoration:underline;
}

.HScroller1_price {
	white-space:nowrap;
	color:#6699cc;
	font-size:13px;
	font-weight:bold;
}



.PartnerLogos1 {
	margin:0 0 20px 0;
	background:transparent url(../images/layout_images/Box3_BG.gif) repeat-y left top;
}

.PartnerLogos1 a {
	padding:0 15px 0 0;
}
.PartnerLogos1 a img {
	margin-top:10px;
}

.PartnerTitle {
	padding:11px 0 0 14px;
	background:transparent url(../images/layout_images/Box3_BG_top.gif) no-repeat left top;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
.PartnerTitleBot {
	padding:8px 0 0 0;
	background:transparent url(../images/layout_images/Box3_BG_topunder.gif) no-repeat left bottom;
}
.PartnerBody {
	text-align:center;
	padding:0 0 20px 0;
	background:transparent url(../images/layout_images/Box3_BG_bot.gif) no-repeat left bottom;
}

.LeftCol .PartnerLogos1 {
	background:transparent url(../images/layout_images/Box2_BG.gif) repeat-y left top;
}
.LeftCol .PartnerTitle {
	background:transparent url(../images/layout_images/Box2_BG_top.gif) no-repeat left top;
}
.LeftCol .PartnerTitleBot {
	background:transparent url(../images/layout_images/Box2_BG_topunder.gif) no-repeat left bottom;
}
.LeftCol .PartnerBody {
	background:transparent url(../images/layout_images/Box2_BG_bot.gif) no-repeat left bottom;
}

.RightCol .PartnerLogos1 {
	background:transparent url(../images/layout_images/Box1_BG.gif) repeat-y left top;
}
.RightCol .PartnerTitle {
	background:transparent url(../images/layout_images/Box1_BG_top.gif) no-repeat left top;
}
.RightCol .PartnerTitleBot {
	background:transparent url(../images/layout_images/Box1_BG_topunder.gif) no-repeat left bottom;
}
.RightCol .PartnerBody {
	background:transparent url(../images/layout_images/Box1_BG_bot.gif) no-repeat left bottom;
}


.LeftCol .PartnerLogos1 span,
.RightCol .PartnerLogos1 span {
	display:block;
	text-align:center;
}
.LeftCol .PartnerLogos1 span a,
.RightCol .PartnerLogos1 span a {
	padding:0;
}


.DestaquesBox1 {
	margin:0 0 20px 0;
	background:transparent url(../images/layout_images/Box3_BG.gif) repeat-y left top;
}
.DestaquesBox1 .DBoxTitle {
	padding:11px 0 0 14px;
	background:transparent url(../images/layout_images/Box4_BG_top.gif) no-repeat left top;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#fffffe;
}
.DestaquesBox1 .DBoxTitleBot {
	padding:8px 0 0 0;
	background:transparent url(../images/layout_images/Box4_BG_topunder.gif) no-repeat left bottom;
}
.DestaquesBox1 .DBoxBody {
	padding:5px 8px 10px 10px;
	background:transparent url(../images/layout_images/Box3_BG_bot.gif) no-repeat left bottom;
}
.DestaquesBox1 .DBoxBody ul {
	padding:6px 0 6px 15px;
	margin:0;
}
.DestaquesBox1 .DBoxBody li {
	margin:0;
	padding:0 0 6px 0;
}
.DestaquesBox1 .DBoxBody li a:link,
.DestaquesBox1 .DBoxBody li a:visited {
	color:#cc6600;
	text-decoration:none;
	line-height:110%;
}
.DestaquesBox1 .DBoxBody li a:hover {
	text-decoration:underline;
}
.DestaquesBox1 .DBoxBody li a.DBoxSpecial:link,
.DestaquesBox1 .DBoxBody li a.DBoxSpecial:visited {
	color:#6699cc;
	font-weight:bold;
}
.DestaquesBox1 .DBoxBody li span {
	font-size:11px;
	padding-left:5px;
}


.LeftCol .DestaquesBox1 {
	background:transparent url(../images/layout_images/Box2_BG.gif) repeat-y left top;
}
.LeftCol .DestaquesBox1 .DBoxTitle {
	background:transparent url(../images/layout_images/Box5_BG_top.gif) no-repeat left top;
}
.LeftCol .DestaquesBox1 .DBoxTitleBot {
	background:transparent url(../images/layout_images/Box5_BG_topunder.gif) no-repeat left bottom;
}
.LeftCol .DestaquesBox1 .DBoxBody {
	background:transparent url(../images/layout_images/Box2_BG_bot.gif) no-repeat left bottom;
}

.RightCol .DestaquesBox1 {
	background:transparent url(../images/layout_images/Box1_BG.gif) repeat-y left top;
}
.RightCol .DestaquesBox1 .DBoxTitle {
	background:transparent url(../images/layout_images/Box6_BG_top.gif) no-repeat left top;
}
.RightCol .DestaquesBox1 .DBoxTitleBot {
	background:transparent url(../images/layout_images/Box6_BG_topunder.gif) no-repeat left bottom;
}
.RightCol .DestaquesBox1 .DBoxBody {
	background:transparent url(../images/layout_images/Box1_BG_bot.gif) no-repeat left bottom;
}




.DestaquesBox2 {
	margin:0 0 20px 0;
}


.PBoxTitle {
	min-height:76px;
	background:transparent url(../images/layout_images/dot1.gif) repeat-x left bottom;
}
* html .PBoxTitle { /* IE6 */
	height:76px;
}

.PBoxTitleNr {
	float:right;
	width:160px;
	height:61px;
	margin:0 0 7px 15px;
	background:transparent url(../images/layout_images/ProdNr1_BG.gif) no-repeat left top;
	text-align:center;
}
.PBoxTitleNr div {
	padding:12px 7px 3px 7px;
	font-size:17px;
	font-weight:bold;
	color:#fffffe;
}
.PBoxTitleName {
	font-size:17px;
	font-weight:bold;
	padding:5px 0 0 0;
}
.PBoxTitleDesc {
	padding:0 0 15px 0;
}

.ProdColLeft {
	float:left;
	width:180px;
	padding:15px 0 0 0;
}

.ProdColRight {
	float:right;
	width:355px;
	padding:15px 0 0 0;
}


.ProductFader {
	width:180px;
	height:180px;
	overflow:hidden;
}

.ProdColTable1 {
}

.ProdColTable1 th,
.ProdColTable2 th {
	font-weight:bold;
	padding:4px 0;
	width:115px;
}
.ProdColTable1 td {
	text-align:right;
	padding:4px 0 4px 7px;
}

.ProdColTable2 td {
	padding:4px 0 4px 7px;
}

.Price1 span {
	font-size:17px;
	font-weight:bold;
	color:#6699cc;
}
.Price2 span {
	font-weight:bold;
	color:#6699cc;
}
.Price3 span {
	font-size:17px;
	font-weight:bold;
	color:#ff9900;
}

input.BidPrice1 {
	font-size:13px;
	width:80px;
	text-align:right;
	padding:2px 3px 2px 0;
	border:1px solid #cccccc;
}
* html input.BidPrice1 { /* IE6 */
	padding:2px 3px 0 0;
}
input.BidPrice1:hover,
input.BidPrice1:focus {
	border:1px solid #000;
}

.PColTblTitle1 {
	font-size:17px;
}

.ProductBtns1 {
	padding-top:10px;
}
.ProductBtns1 a:link,
.ProductBtns1 a:visited {
	margin:0 0 6px 0;
}


.InfoBox1 {
	background:#E6E6E6;
	margin-left:5px;
	margin-top:15px;
	margin-bottom:15px;
}
* html .InfoBox1 {
	height:1%;
}

.InfoBox1 .InfoBoxTop {
	background:transparent url(../images/layout_images/BoxCorner1_BG_tl.gif) no-repeat left top;
}
.InfoBox1 .InfoBoxTop span {
	display:block;
	background:transparent url(../images/layout_images/BoxCorner1_BG_tr.gif) no-repeat right top;
	padding:15px 10px 20px 16px;
	font-weight:bold;
	text-transform:uppercase;
}
.InfoBox1 .InfoBoxTxt {
	padding:0 0 0 16px;
	background:transparent url(../images/layout_images/BoxCorner1_BG_bl.gif) no-repeat left bottom;
}
*:first-child+html .InfoBox1 .InfoBoxTxt { /* IE 7 Bug */
	height:1%;
}
.ContentBox .InfoBox1 .InfoBoxTxt div {
	padding:0 10px 20px 0;
	background:transparent url(../images/layout_images/BoxCorner1_BG_br.gif) no-repeat right bottom;
}
.ContentBox .InfoBox1 .InfoBoxTxt div span {
	display:block;
	line-height:125%;
	padding:0 0 4px 0;
}


.InfoBox2 {
	background:#E6E6E6;
	margin-top:15px;
	margin-bottom:15px;
}
* html .InfoBox2 {
	height:1%;
}

.InfoBox2 .InfoBoxTop {
	background:transparent url(../images/layout_images/BoxCorner1_BG_tl.gif) no-repeat left top;
}
.InfoBox2 .InfoBoxTop span {
	display:block;
	background:transparent url(../images/layout_images/BoxCorner1_BG_tr.gif) no-repeat right top;
	padding:15px 10px 20px 16px;
	font-weight:bold;
	text-transform:uppercase;
}
.InfoBox2 .InfoBoxTxt {
	padding:0 0 0 16px;
	background:transparent url(../images/layout_images/BoxCorner2_BG_bl.gif) no-repeat left bottom;
}
.ContentBox .InfoBox2 .InfoBoxTxt div {
	padding:0 10px 20px 0;
	background:transparent url(../images/layout_images/BoxCorner2_BG_br.gif) no-repeat right bottom;
}
.InfoBox2 .InfoBoxTxt th,
.InfoBox2 .InfoBoxTxt td {
	padding:0 5px 4px 0;
}
.InfoBox2 .InfoBoxTxt th {
	font-weight:bold;
	width:100px;
}

.InfoBox2 .InfoBoxBtns td {
	padding:5px 8px;
	text-align:center;
	width:33%;
}
.InfoBox2 .InfoBoxBtns td.LBtn {
	background:#6699cc url(../images/layout_images/BoxCorner1_BG_bl.gif) no-repeat left bottom;
}
.InfoBox2 .InfoBoxBtns td.RBtn {
	background:#6699cc url(../images/layout_images/BoxCorner1_BG_br.gif) no-repeat right bottom;
}
.InfoBox2 .InfoBoxBtns td.MidBtn {
	background:#999;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.InfoBox2 .InfoBoxBtns td a:link,
.InfoBox2 .InfoBoxBtns td a:visited {
	color:#fffffe;
	text-decoration:none;
	font-weight:bold;
}
.InfoBox2 .InfoBoxBtns td a:hover {
	text-decoration:underline;
}


.ProdDescription p {
	line-height:120%;
}
.ProdDescTxt1 {
	padding:4px 0 10px 0;
}
.ProdDescTxt2 {
	padding:12px 0 20px 0;
}

.VendorOtherProds {
	padding:0 0 15px 0;
}

.VendorQuestions {
}
.VendorQuestions p {
	line-height:120%;
}
.VQuesNote {
	padding:12px 0 0 0;
	color:#999999;
	font-weight:bold;
}
.VQuesBt1 {
	padding:15px 0 15px 0;
	width:170px;
}

.VQuesBoxTxt {
	background:transparent url(../images/layout_images/dot1.gif) repeat-x left top;
}

.VQuesBoxTitle1 {
	font-weight:bold;
	color:#6699cc;
}

.VQuesBoxTitle2 {
	font-weight:bold;
}
.Cont_Leiloes .VQuesBoxTitle2 {
	color:#eca336;
}
.Cont_Classificados .VQuesBoxTitle2 {
	color:#6699cc;
}
.Cont_Gratuitos .VQuesBoxTitle2 {
	color:#51c900;
}
.Cont_MicroSites .VQuesBoxTitle2 {
	color:#c85d7f;
}

.VQuestLine {
	padding:10px 0;
}
.VQuesDate {
	font-size:11px;
	color:#999;
	padding:4px 0 0 0;
}
.VQuesDate a:link,
.VQuesDate a:visited {
	color:#999;
}
.VQuesDate a:hover {
	text-decoration:none;
}

.VQuesFormBox {
	background:transparent url(../images/layout_images/dot1.gif) repeat-x left top;
	padding:15px 0 30px 0;
}



.PGalBox {
	padding:20px 0 0 20px;
}

.PGalBox .PGImg {
	float:left;
	width:300px;
	height:300px;
	margin:0 15px 15px 0;
}
.PGalBox .PGImg_loading {
	background:transparent url(../images/layout_images/loading1.gif) no-repeat center center;
}

.PGalBox .PGThumb {
	float:left;
	width:90px;
	width:90px;
	margin:0 15px 15px 0;
}



.Alerta {
	margin-bottom:15px;
	background:#FFFFCC;
}
* html .Alerta {
	height:1%;
}

.AlertaTop {
	background:transparent url(../images/layout_images/BoxCorner1_BG_tl.gif) no-repeat left top;
}
.AlertaTop span {
	display:block;
	background:transparent url(../images/layout_images/BoxCorner1_BG_tr.gif) no-repeat right top;
	padding:10px 0 0 0;
}
.AlertaTxt {
	padding:0 0 0 10px;
	background:transparent url(../images/layout_images/BoxCorner1_BG_bl.gif) no-repeat left bottom;
}
.ContentBox .AlertaTxt div {
	padding:0 10px 10px 0;
	background:transparent url(../images/layout_images/BoxCorner1_BG_br.gif) no-repeat right bottom;
	line-height:125%;
}

.ContentBox .AlertaTxt .ErrorBox1 {
	font-weight:bold;
	color:#CC0000;
}
.ContentBox .AlertaTxt .ErrorBox1 li {
	line-height:120%;
}


/* CONTENT COLUMN STYLES end */

/* RIGHT COLUMN STYLES begin */

.RightCol {
	float:right;
	width:160px;
	background:#fff;
	overflow:hidden;
}
.ColImgLink1 {
	display:block;
	text-align:center;
	font-size:66px;
	font-weight:bold;
}

.RightBanner {
	text-align:center;
}
.RightBanner img{
	margin-bottom:20px;
	
}

/* RIGHT COLUMN STYLES end */

/* FOOTER STYLES begin */

.Footer {
	padding:10px 0 0 0;
	clear:both;
}
.Footer div {
	padding:5px 10px 0 0;
}

.Footer .BotLine {
	clear:both;
	border-top:1px solid #b2b2b2;
	padding:10px 12px 25px 12px;
	background:#f3f3f3;
	line-height:120%;
	color:#999;
	font-size:11px;
}
* html .Footer .BotLine {
	padding:5px 10px 25px 10px;
}

.Footer a:link,
.Footer a:visited {
	display:block;
	float:left;
	padding:0 12px 7px 12px;
	color:#333;
	text-decoration:none;
	background:transparent url(../images/layout_images/LinkSep1.gif) no-repeat right top;
}
.Footer a:hover {
	text-decoration:underline;
	color:#999999;
}

.Footer .Scroller_Topo {
	float:right;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
}

/* FOOTER STYLES end */

/* PRINT PAGE STYLES begin */

@media print {



}

/* PRINT PAGE STYLES end */