*{
    padding:0;
    margin:0;
}

body {
    background:#FFF;
    color:#666;
    font:62.5%
    Verdana,Arial,sans-serif;
    text-align:center;
}

table.center {
    margin-left:auto;
    margin-right:auto;
}

a.link, a.asc, a.desc, a.clr, a.plain
{
	text-decoration: underline;
	background-color: transparent;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 11px;
    color:#549FC9;
}

a.link:visited{
    color:#549FC9;
    text-decoration:underline;
}
a.link:hover{
    color:#8DC919;
    text-decoration:underline;
}

a.clr-white, a.plain-white {
    color:#ffffff;
}

a.clr, a.plain { background-image: none; padding-left: 0; }
a.asc { background: transparent url('../images/arrow-d.gif') no-repeat center left; }
a.desc { background: transparent url('../images/arrow-u.gif') no-repeat center left; }

h1, h1.white{
    font:normal 2.8em Georgia,Times,'Times New Roman',serif;
    color:#D80000;
    letter-spacing:-.05em;
    margin-bottom:20px;
}

h2, h2.white{
    font:bold 2.6em Arial,sans-serif;
    color:#8DC919;letter-spacing:-.04em;
}

* html h2{
    letter-spacing:-.1em;
}

h3, h3.white{
    font:bold 1.8em Arial,sans-serif;color:#549FC9;
    letter-spacing:-.04em;
}* html h3{
    letter-spacing:-.1em;
}

h4, h4.white{
    font:normal 1.6em 'Lucida Grande',Arial,Helvetica,sans-serif;
}

h1.white{
    color:#ffffff;
}

h2.white{
    color:#ffffff;
}

h3.white{
    color:#ffffff;
}

h4.white{
    color:#ffffff;
}



#top{
    width:100%;
    height:38px;
    background:url('../images/top2.gif') repeat-x;
    text-align:center;
}

#top ul{
    width:990px;
    padding:2px 0 0 0px;
    margin:0 auto;
    list-style:none;
}
#top ul li{
    height:29px;
    font:normal 1.8em 'Trebuchet MS',Verdana,Arial,sans-serif;
    float:left;
}
#top ul li a, #top ul li a:visited{
    padding:0 10px;
    line-height:29px;
    color:#FFF;
    text-decoration:none;
}
#top ul li a:hover{
    color:#666;
    text-decoration:none;
}

#sub{
    width:100%;
    height:32px;
    background:url('../images/sub.gif') repeat-x;
    text-align:center;

}
#sub ul{
    width:990px;
    padding-top:4px;
    margin:0 auto;
    list-style:none;
}
#sub ul li{
    font:normal 1.4em 'Trebuchet MS',Verdana,Arial,sans-serif;
    float:left;
}

#sub ul li a,#sub ul li a:visited{
    padding:0 10px;
    margin:0px;
    color:#FFF;
    text-decoration:none;
    white-space: nowrap;
}

#sub ul li a:hover{color:#FFF;
    margin:0px;
    color:#666;
    text-decoration:none;
}

/* buttons start */
.blk { display: block; }

a.btn, a.btn:hover, .btn
{
    font:normal 1.8em 'Trebuchet MS',Verdana,Arial,sans-serif;
	color: white;
    height: 22px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	border: none;
}

a.btn, a.btn:hover
{
	padding-bottom: 0;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}


a.btn_1, a.btn_1-prev, a.btn_2, a.btn_2-prev, a.btn_3, a.btn_3-prev, a.btn_4, a.btn_4-prev, a.btn_5, a.btn_5-prev, a.btn_6, a.btn_6-prev {
    line-height: 22px;
}

a.btn_1:hover,  a.btn_1-prev:hover,  a.btn_2:hover,  a.btn_2-prev:hover,  a.btn_3:hover,  a.btn_3-prev:hover,  a.btn_4:hover,  a.btn_4-prev:hover,  a.btn_5:hover,  a.btn_5-prev:hover,  a.btn_6:hover,  a.btn_6-prev  {
    height: 22px;
    line-height: 22px;
}

a.img-1 {
    width: 300px;
    background-image: url('../images/button-1.gif');
}
a.img-1-prev {
    width: 300px;
    background-image: url('../images/button-1-prev.gif');
}

a.img-2 {
    width: 263px;
    background-image: url('../images/button-2.gif');
}
a.img-2-prev {
    width: 263px;
    background-image: url('../images/button-2-prev.gif');
}

a.img-3 {
    width: 221px;
    background-image: url('../images/button-3.gif');
}
a.img-3-prev {
    width: 221px;
    background-image: url('../images/button-3-prev.gif');
}

a.img-4 {
    width: 179px;
    background-image: url('../images/button-4.gif');
}
a.img-4-prev {
    width: 179px;
    background-image: url('../images/button-4-prev.gif');
}

a.img-5 {
    width: 137px;
    background-image: url('../images/button-5.gif');
}
a.img-5-prev {
    width: 137px;
    background-image: url('../images/button-5-prev.gif');
}

a.img-6 {
    width: 99px;
    background-image: url('../images/button-6.gif');
}
a.img-6-prev {
    width: 99px;
    background-image: url('../images/button-6-prev.gif');
}
.left {
    float:left;
}
.right {
    float:right;
}

/* buttons end */

.remaining-chars{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    padding-bottom:1px;
    font-size: 9pt;
    text-align:right;
    color:#666;
    border:0px;
}

p {
	margin: 5px 5px 10px 5px;
	line-height:18px;
    font-size: 9pt;
    color:#666;
}

th {
	background: transparent url('../images/th_bg.gif') repeat-x top left;
    font-family: Tahoma,Verdana, Arial, Helvetica;
    font-size: 9pt;
    padding-right:5px;
    padding-left:5px;
    height:40px;
    padding-bottom:5px;
}

tr.record {
    height:25px;

}
td.record a.clr
{
    color:#444;
}

td.compare {
    background: transparent url('../images/compare-line.jpg') repeat-y top center;
    z-index:100;
}

td.record a.link:visited{
    color:#444;
    text-decoration:underline;
}
td.record a.link:hover{
    color:#8DC919;
    text-decoration:underline;
}

td.record {
    font-family: Tahoma,Verdana, Arial, Helvetica;
    color:#444;
    font-size: 9pt;
    padding-right:5px;
    padding-left:5px;
    border-right:1px solid #000000;
    height:20px;
}

.featured-car{
    height:40px;
}

.border-top {
    border-top:1px solid #ffce08;
}
.border-left {
    border-left:1px solid #ffce08;
}
.border-bottom {
    border-bottom:1px solid #ffce08;
}
.border-right {
    border-right:1px solid #ffce08;
}


td.odd {
    background-color: #f5f8fa;
}

td.even {
    background-color: #e6ecf1;
    border-bottom:1px solid #dddddd;
}


.input {
    cursor:pointer;
}

.input-text
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9pt;
    border:#215995 1px solid;
    width:180px;
}

.input-file
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9pt;
}

.inactive
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9pt;
    border:#afafdf 1px solid;
    background-color:#efefef;
}

.type-text
{
    height:15px;
}

.subtotal {
    border-top:2px solid #cccccc;
    border-bottom:3px solid #cccccc;
}

.label, .input-label {
    font-size: 9pt;
    font-weight: normal;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:5px;
    padding-left:5px;
}

.label {
    color: #333333;
}

.input-label {
    color: #5189b5;
}

.box-open {
    border-left:#f9981a 3px solid;
    border-right:#f9981a 3px solid;
}

td.headline, th.headline {
    font:normal 1.4em 'Trebuchet MS',Verdana,Arial,sans-serif;
	color: #666;
    height: 22px;
	font-weight: bold;
    padding-left:5px;
    background-image: url(../images/headline.gif);
    background-repeat: repeat-x;
}

td.headline-l, td.headline-r {
    width:6px;
    height:22px;
    background-repeat: no-repeat;
}

td.headline-l {
    background-image: url(../images/headline-l.gif);
}

td.headline-r {
    background-image: url(../images/headline-r.gif);
}


.label-error {
    color: #cc3300;
    font-weight: bold;
}


.searchResult
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 9pt;
    line-height: 20px;
    padding-top: 20px;
}

.searchHeadLine
{
    font-size: 10pt;
    font-weight: bold;
    line-height: 25px;
}

hr.footer
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#f9981a;
	height:1px;
	width:800px;
}

span.footer
{
    padding-left:5px;
    padding-right:5px;
    font-size: 7pt;
    color:#f9981a;
}

div.footer
{
    width:100%;
    color:#f9981a;
}

div.copyright
{
    padding-top: 20px;
    font-size: 7pt;
    color:#5189b5;
}

div.hr-line, .hr-line-no-margins
{
   background-image: url(../images/hr-line.JPG);
   background-repeat: repeat-x;
   height:1px;
   font-size:0px;
   line-height:0px;
}

div.hr-line
{
   margin-top:8px;
   margin-bottom:5px;
   width:800px;
}

img.imgParagraphFloatRight {
    margin-left: 10px;
}

ul.tree, ul.tree ul {
    list-style-type: none;
    background: url(../images/vline.png) repeat-y;
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 4px 0px 0px 0px;
}

ul.tree ul {
    margin-left: 30px;
}

ul.tree li {
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    line-height: 13px;
    background: url(../images/node.png) no-repeat;
    color: #369;
    font-weight: bold;
}

ul.tree li.last {
    background: #fff url(../images/lastnode.png) no-repeat;
}

.error-message
{
	border-color: #cc3300;
}
.error {
    color: #cc3300;
    font-weight: bold;
}

.warning-message
{
	border-color: #f9981a;
}
.warning {
    color: #f9981a;
    font-weight: bold;
}

.message-table {
	border-width: 2px;
	border-style: solid;
}

.side-column
{
    width:180px;
    vertical-align:top;
    padding-right:5px;
    padding-left:5px;
    padding-top:0px;
}

.column-left
{
    /*border-right:1px solid;*/
    border-color:#cccccc;
}

.column-right
{
    /*border-left:1px solid;*/
    border-color:#cccccc;
}

.center-column
{
    padding-right:5px;
    padding-left:5px;
    padding-top:0px;
}

.main
{
    padding-top:0px;
}


.text {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size: 9pt;
}

img.button {
    cursor:pointer;
}

.red {
    color:#D80000;
}

.green {
    color:#8DC919;
}

.right {
    text-align:right;
}

.pointer{
    cursor:pointer;
}

.b {
    font-weight:bold;
}

.i {
    font-style:italic;
}


.order-record, .order-line, .order-line-input, .order-line-input-text, .order-line-total, .order-line-subtotal{
    font-family: Verdana,Tahoma,Arial, Helvetica;
    font-size: 9pt;
    border:0px;
    padding-left:5px;
    padding-right:5px;
    height:15px;
}

.order-record {
    font-family: Verdana,Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight:normal;
}

.order-line-input-text, .order-line-input {
    background-color:#ffffff;
}

.order-line-input-text {
    text-align:right;
}

.order-line-input{
    border:1px solid #e6ecf1;
}

.order-line {
    background-color:#e6ecf1;
}

.order-line-subtotal, order-line-subtotal-input-text {
    background-color:#f5f8fa;
}

.amount {
    text-align:right;
    padding-right:0px;
}


.center {
    text-align:center;
}
.schema-row-title {
    width:100px;
}

table.box {
    margin-bottom:10px;
}

tr.box {
    height:8px;
}

td.ul {
    height:8px;width:8px; background-image: url('../images/whitebox/ul.gif');
}

td.top {
    height:8px;background-image: url('../images/whitebox/top.gif');
}

td.ur {
    height:8px;width:8px; background-image: url('../images/whitebox/ur.gif');
}

td.box-left {
    width:8px; background-image: url('../images/whitebox/left.gif');
}

td.box-right {
    width:8px; background-image: url('../images/whitebox/right.gif');
}

td.ll {
    height:8px;width:8px; background-image: url('../images/whitebox/ll.gif');
}

td.bottom {
    height:8px; background-image: url('../images/whitebox/bottom.gif');
}

td.lr {
    height:8px;width:8px; background-image: url('../images/whitebox/lr.gif');
}

table.box-green {
    margin-bottom:10px;
}

td.fill {
    background-image: url('../images/greenbox/fill.gif');
}

tr.box-green {
    height:8px;
}

td.ul-green {
    height:8px;width:8px; background-image: url('../images/greenbox/ul.gif');
}

td.top-green {
    height:8px;background-image: url('../images/greenbox/top.gif');
}

td.ur-green {
    height:8px;width:8px; background-image: url('../images/greenbox/ur.gif');
}

td.left-green {
    width:8px; background-image: url('../images/greenbox/left.gif');
}

td.right-green {
    width:8px; background-image: url('../images/greenbox/right.gif');
}

td.ll-green {
    height:8px;width:8px; background-image: url('../images/greenbox/ll.gif');
}

td.bottom-green {
    height:8px; background-image: url('../images/greenbox/bottom.gif');
}

td.lr-green {
    height:8px;width:8px; background-image: url('../images/greenbox/lr.gif');
}

#green ul {
    font-family:  Verdana, Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight:normal;
    color:#ffffff;
}

#green ul li{
    list-style-type: none;
    margin: 0.3em 0 0 0;
    padding-left: 20px; /* or whatever you need for you image */
    background-image: url('../images/ico-yes-white.gif');
    background-position: left top;
    background-repeat: no-repeat;
    padding-bottom:5px;
}

.thumb {
    overflow:hidden;
}

div#tipDiv {
    margin:0px;
    paddin:0px;
	visibility: hidden;
	position: absolute;
    text-align:center;
	z-index: 10;
}

.padding-bottom {
    padding-bottom:15px;
}
.padding-top {
    padding-top:15px;
}

.padding-right {
    padding-right:15px;
}
.padding-left {
    padding-left:15px;
}
.uploaded-image {
    padding:10px;
}

.vendido-pop {
    width:68px;height:21px;background-image: url('../images/vendido.gif');
    background-color: transparent;
}
.reducido-pop {
    width:127px;height:21px;background-image: url('../images/reducido.gif');
    background-color: transparent;
}
.nuevo-pop {
    width:53px;height:21px;background-image: url('../images/nuevo.gif');
    background-color: transparent;
}
