/* for rounded corners */
div.rounded div {
  height: 1px;
  overflow: hidden;
}

body {
	text-align: center;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #121212;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: white;
}

a {
	color: white;
	text-decoration: underline;
}

a:active {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}

img {
	border: 0px;
}


#maindiv {
	width: 883px;
	border: 1px solid #fff;
	border-color: transparent;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}

#topmenudiv {
	width: 883px;
	height: 43px;
	margin: 0;
	text-align: left;
	background: url(/images/topmenubg.gif);
	margin-top: 10px;
}

#topmenu {
	margin-left: 25px;
	line-height: 41px;
	font-family: Verdana, sans-serif;
	color: White;
	font-weight: Bold;
	font-size: 12px;
}

#topband {
	float: right;
	margin-right: 15px;
	margin-top: 11px;
}

#bigheader {
	margin-top: 10px;
	height: 255px;
	width: 883px;
	position: relative;
}

#phone_icon_div {
	position: absolute;
	top: 10px;
	right: 10px;
}

#one_phone_number {
	display: inline;
	float: right;
	color: #9ac2cd;
	text-align: center;
	margin: 10 5 0 5;
	font-size: 26px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 0.9;
	_line-height: 1.2;
}

#one_phone_number .tinytext {
	_display: none;
	font-size: 9px; 
	font-weight: normal;
}

#phone_numbers {
	display: none;
	float: right;
	color: black;
	text-align: left;
	margin: 0 5 0 5;
	font-size: 10px;
	line-height: 1.6;
}

#phone_icon_div  .country
{
	color:	#9ac2cd;
}

#phone_icon_div img {
	width: 50px;
	height: 50px;
	float: right;
}

#maincontent {
	width: 883px;
	margin: 0px;
	font-family: Verdana, sans-serif;
	color: White;
	font-size: 11px;
	text-align: center;
	padding: 0px;
}

.content2cols {
	border: 0px Solid Red;
	width: 883px;
	color: White;
	font-size: 11px;
	text-align: left;
}

.bigcolumn {
	border: 0px Solid green;
	padding-top: 5px;
	width: 600px;
	font-family: Verdana, sans-serif;
	color: White;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}

.smallcolumn {
	border: 0px Solid green;
	padding-top: 5px;
	padding-left: 15px;
	width: 240px;
	font-family: Verdana, sans-serif;
	color: White;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}
.lastaddedvehicle {
	border: 0px solid red;
	float: left;
	margin: 0 0 25 15;
}
.bigcolumn   a{
	text-decoration: none;
}
.bigcolumn   a:hover{
	text-decoration: underline;
}
.bigcolumn   a:active{
	text-decoration: underline;
}
.lastaddedvehicle img{
	margin: 5 0 0 5;
}



.smallcolumn p {
	margin-bottom: 10px;
	text-align: justify;
}
.content2cols h3 {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}


#emailinput {
	border: 1px Solid Grey;
	width: 200px;
	height: 20px;
	vertical-align: middle;
	background: white;
}

#acceptinput { 
	vertical-align: middle;
}
#emailsubmit {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	
}

#suscribeform .input {
	background: white;
}

#formdiv  {
	border: 1px Solid White;
	background: #161616;
}

/* vehicle list */

.vehiclelistelement {
	border: 0px Solid #aaaaaa;
	height: 145px; /*165*/
	margin-left: 0;
	margin-right: 0;
	padding: 18px;
	font-family: Verdana, sans-serif;
	background: url(/images/vehiclelist_bg.gif) no-repeat ;
	text-align: left;
	position: relative;
	margin-top: 10px;
}
.vehiclelistimage {
	border: 1px Solid Black;
	width: 180px;
	height: 135px;
	float: left;
	margin: 5px;
	margin-right: 22px;
}

.vehiclelistdetails {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: White;
}

a.vehiclelisttitle {
	font-weight: bold;
	color: White;
	font-size: 24px;
	text-decoration: none;
}

a.vehiclelisttitle:active{
	text-decoration: underline;
}
a.vehiclelisttitle:hover{
	text-decoration: underline;
}

.vehiclelistinfo {
	margin-top: 17px;
	border: 0px solid black;
	float: left;
}
.vehiclelistprice {
	position: absolute;
	bottom: 18px;
	right: 22px;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: white;
}

.vehiclelistprice a {
	text-decoration: none;
}
.vehiclelistprice a:hover {
	text-decoration: underline;
}

#vehiclelistselector {
	position: relative;
	height: 43px;
	margin: 0 0 15 0;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
	background: url(/images/vehicleselector_bg.gif) no-repeat;
}
#vehiclelistfilter {
	position: relative;
	height: 43px;
	margin: 0 0 15 0;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
	background: url(/images/vehicleselector_bg.gif) no-repeat;
}
#vehiclelistpanel {
	position: relative;
	height: 43px;
	margin: 0 0 15 0;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
	background: url(/images/vehicleselector_bg.gif) no-repeat;
}

#vehiclelistselector div {
	padding-top: 13px;
	display: block;
}
#vehiclelistfilter div {
	padding-top: 10px;
	display: block;
	float: right;
}
#vehiclelistfilter input {
	_vertical-align: middle;
	width: 200px;
}
#vehiclelistfilter img {
	vertical-align: middle;
	position: relative;
	right: 18px;
	top: -2px;
	_top: 0px;
	cursor: pointer;
}

#vehiclelistpanel div {
	padding-top: 13px;
	display: block;
}

#vehiclelistpanel a{
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

.rimselector {
	text-align: left;
}

#vehiclelistpanel .rimselector a{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding: 3px;
}
#vehiclelistpanel .rimselector a:hover{
	font-size: 12px;
	text-decoration: none;
	background: #cfe0ff;
	color: black;
	border: 1px solid black;
	padding: 2px;
}
#vehiclelistpanel .rimselector a:active{
	font-size: 12px;
	text-decoration: none;
	background: #cfe0ff;
	color: black;
	border: 1px solid black;
	padding: 2px;
}
#vehiclelistpanel .rimselector .selectedsize {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: yellow;
	padding: 3px;
}


#vehiclelistpanel a:hover
{
	text-decoration: underline;
}
#vehiclelistpanel a:active
{
	text-decoration: underline;
}
#vehiclelistpanel img
{
	vertical-align: middle;
}

#vehiclelistselector div.orderselector {
	float: left;
	width: 510px;
	text-align: left;
}

#vehiclelistselector div.filterselector {
	float: left;
	width: 310px;
	text-align: right;
}



#vehiclelistselector select {
	display: inline;
	position: relative;
	width: 150px;
	height: 17px;
	border: 1px solid #000000;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}


#footer {
	width: 883px;
	color: #888888;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 20 auto 10 auto;
}

#footer a {
	color: #888888;
}

#partlistselector {
	height: 43px;
	margin: 0 0 15 0;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
	background: url(/images/vehicleselector_bg.gif) no-repeat;
}

#partlistselector div {
	padding-top: 13px;
	display: block;
}

#partlistselector div.orderselector {
	float: left;
	width: 700px;
	text-align: left;
}

#partlistselector select {
	display: inline;
	position: relative;
	height: 17px;
	border: 1px solid #000000;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#partBrandSelector {
	width: 150px;
}

#partModelSelector {
	width: 150px;
}
#partTypeSelector {
	width: 250px;
}

#bigbody_main {
	position: relative;
	margin: 0px;
	width: 883px;
	padding: 0px;
	background: url(/images/bigbody_bg_main.gif);
}

#bigbody_top {
	width: 883px;
	margin: 0px;
	padding-top: 22px;
	background: url(/images/bigbody_bg_top.gif) no-repeat;
}

#bigbody_bottom  {
	width: 883px;
	bottom: 0px;
	height: 35px;
	background: url(/images/bigbody_bg_bottom.gif);
}

#parttable {
	width: 800px;
	margin: 0 auto 0 auto;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Verdana, sans-serif;
	color: black;
}
#parttable th  {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#parttable .idcol {
	width: 50px;
	text-align: right;
	padding-right: 10px;
}
#parttable td  {
	height: 22px;
	margin: 0px;
	font-size: 12px;
	border-bottom: 1px Solid #1d65ea;
}
#parttable tr.partrow  {
	background: white;
}
#parttable tr.partrow:hover  {
	background: #1d65ea;
	color: white;
}

#noparts {
	margin: 0 auto 0 auto;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-top: 100px;
	height: 100px;
}

#nocars {
	margin: 0 auto 0 auto;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-top: 100px;
	height: 100px;
}

#parttable.idcol {
	width: 40px;
}

#managecartable {
	color: white;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
}

#managecartable input {
	width: 650px;
	height: 20px;
	border: 1px Solid Black;
	background: #cfe0ff;
}

#managecartable .chkbox {
	width: auto;
	height: auto;
	position: relative;
	top: 2px;
}

label {
	color: white;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#managecartable select {
	width: 650px;
	height: 20px;
	border: 1px Solid Black;
	background: #cfe0ff;
}
#managecartable textarea {
	width: 100%;
	height: 150px;
	border: 1px Solid Black;
	background: #cfe0ff;
}

#fileInputs {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

#fileInputs input {
	margin-bottom: 10px;
}
.error_msg_block {
	width: 500px;
	margin: 10 auto 10 auto;
	border: 1px solid Black;
	background: red;
	color: white;
	font-weight: bold;
}
.error_msg_block div {
	margin: 10px;
}

.manage_image_div {
	position: relative;
	width: 500px;
	height: 135px;
	border: 1px Solid White;
	padding: 10px;
	margin: 20 auto 20 auto;
}

.manage_image_div  img {
	border: 1px Solid Black;
}

#view_all_images {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: center;
	font-size: 10px;
	color: white;
}

#car_details {
	width: 810px;
	margin: 0 auto 10 auto;
	padding-top: 10px;
	text-align: left;
	position: relative;
}

h1 {
	font-size: 24px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: white;
	margin-bottom: 10px;
	margin-top: 0px;
}

#datos_vehiculo {
	color: white;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

#datos_vehiculo th {
	font-weight: bold;
	text-align: left;
	width: 200px;
}

#datos_vehiculo td {
	text-align: right;
}

#options_div {
	width: 100%;
	text-align: center;
	margin: 10 auto 10 auto;
	background: #cfe0ff;
	border: 1px solid black;
}
#options_div .title {
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

#options_div table {
	margin: 10px;
}

.chkbox {
	vertical-align: middle;
}

#options_div label {
	color: black;
	vertical-align: middle;
}

#options_div input {
	vertical-align: middle;
}


#options_div td {
	width: 200px;
	color: black;
}

#options_div span {
	padding: 20 0 20 20;
	display: block;
	text-align: left;
	color: black;
}

#back_button {
	position: absolute;
	top: 5px;
	left: 15px;
}
#back_button a {
	color: #4aacff;
	font-size: 28px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}
#address {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #cfe0ff;
	color: black;
	width: 800px;
	margin: 20 auto 20 auto;
	padding: 10px;
	text-align: center;
}
#address table {
	margin: auto auto auto auto;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: black;
}
#address td {
	vertical-align: top;
}
.textparagraph {
	margin: 0 20 0 20;
	text-align: justify;
	font-size: 11px;
}

#address input.addressinput {
	width: 400px;
	height: 18px;
	font-size: 11px;
	border: 1px Solid Gray;
	background: #fff;
}
#address input.addresssubmit{
	width: 100%;
	font-size: 11px;
	font-weight: bold;
}
#address textarea{
	width: 400px;
	height: 150px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border: 1px Solid Gray;
	background: #fff;
}

#address td.centeraligned {
	text-align: center;
}

#suscriptorsearch {
	width: 800px;
	height: 19px;
	font-size: 12px;
	border: 1px Solid Black;
	margin-top: 5px;
}

#partmails {
	margin: 10 auto 10 auto;
	height: 260px;
	width: 800px;
	overflow: auto;
}



.suscriberelement {
	width: 99%;
	height: 20px;
	padding: 0px;
	font-size: 11px;
	background: #cfe0ff;
	border: 1px solid black;
	color: black;
	position: relative;
	margin: 5 0 5 0;
	text-align: left;
}
.suscriberelement p {
	margin: 2px;
}
.suscriberelement .delete {
	position: absolute;
	right: 2px;
	top: 2px;
	border: 0px;
	cursor: pointer;
}


#overflowdiv {
	position: fixed; 
	_position: absolute; 
	_top:expression(eval(document.body.scrollTop)); 
	top: 0px; 
	left: 0px; 
	z-index: 90; 
	width: 100%; 
	background: rgba(0, 0, 0, 0.8); 
	_background: url(/images/semitrans.gif);
	height: 100%; 
	margin: 0; 
	padding: 0;
}

#minilist_outer {
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	z-index: 98;
	text-align: center;
}
#minilist_main {	
	margin: 0 auto 0 auto;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	width: 477px;
	padding: 0px;
	background: url(/images/minilist_bg_main.gif);
}

#minilist_top {
	width: 477px;
	margin: 0px;
	padding: 15 0 0 15;
	background: url(/images/minilist_bg_top.gif) no-repeat;
	position: relative;
	top: -15px;
	min-height: 50px;
	text-align: left;
}

#minilist_bottom  {
	width: 477px;
	bottom: 0px;
	height: 30px;
	background: url(/images/minilist_bg_bottom.gif);
	position: relative;
	bottom: -15px;
}


#print_icon_vehiclelist {
	position: absolute;
	right: 15px;
	top: 13px;
}

.captcha_minilist {
	padding: 20 60 0 60;
}

.messagetitle {
	font-size: 16px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.message {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	text-align: left;
}

.muchtext {
	margin: 0 auto 20 auto; 
	text-align: justify; 
	font-size: 12px;
	width: 800px;
}

ul {
	font-size: 12px;
	margin: 20 20 20 60;
	text-align: left;
}
.muchtext li {
	padding-left: 20px;
}

#print_icon_carview
{
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 10px;
	text-decoration: none;
}
#print_icon_carview:hover
{
	text-decoration: underline;
}
#print_icon_carview:active
{
	text-decoration: underline;
}
#print_icon_carview img
{
	vertical-align: middle;
}
#appraisalexplaindiv {
	margin-left: 20px;
	float: left;
	width: 300px;
	
}
#appraisalexplaindiv p {
	margin: 5 0 5 0;
	font-size: 11px;
	text-align: justify;
}
#appraisalcreatediv {
	text-align: right;
	margin-left: 340px;
	width: 520px;
}

#appraisalcreatediv td {
	font-size: 13px;
	color: white;
	width: 50%;
}

#appraisalcreatediv input {
	font-size: 13px;
	color: black;
	width: 420px;
	height: 22px;
	vertical-align: middle;
}
#appraisalcreatediv select {
	width: 420px;
	height: 20px;
	vertical-align: middle;
}
#appraisalcreatediv textarea {
	width: 420px;
	height: 150px;
	vertical-align: middle;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: black;
}

#appraisalcreatediv input.button {
	width: 100%;
	vertical-align: middle;
}
#appraisalcreatediv input.checkbox {
	font-size: 13px;
	color: black;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.appraisal_info {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	text-align: left;
	margin: 0 25 15 25;
	padding: 5px;
	min-height: 80px;
	height: auto !important;
	height: 80px; /*
	background: #cfe0ff;
	color: black;
	border: 1px solid black;*/
}

.appraisal_date {
	text-align: right;
	font-size: 13px;
	font-style: italic;
	margin-right: 25px;
}
.appraisal_date input {
	width: 150px;
}

.message_icon{
	float: left;
	margin: 5 20 5 0;
	width: 82px;
	height: 60px;
}

.appraisal_answer_text {
	width: 833px;
	margin: 0 25 10 25;
	padding: 5px;
	font-size: 13px;
	font-family: Verdana;
	color: black;
	background: white;
	border: 1px solid black;
	height: 150px;
}

.appraisal_title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.appraise_answer_title {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 25;
}

.appraisal_image_icon {
	text-align: center;
	font-size: 10px;
	color: white;
	float: right;
}
a.anti {
	text-decoration: none;
}
a.anti:active {
	text-decoration: underline;
}
a.anti:hover {
	text-decoration: underline;
}
.appraisal_all_images_icon {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center;
	font-size: 10px;
	color: white;
	float: right;
}

.appraisal_all_images_icon .star {
	position: absolute;
	top: 0px;
	right: 0px;
}

.black {
	color: black;
}
.black:hover {
	color: black;
}
.black:active {
	color: black;
}


#partsnewannouncemessage {
	margin: 0 auto 10 auto;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-top: 30px;
	height: 60px;
	position: relative;
}
#partsnewannouncemessage div {
	background: red;
	margin: 0 auto 0 auto;
	padding: 20px;
	color: white;
	width: 600px;
	height: 15px;
	border: 1px solid black;
	vertical-align: middle;
}

#purchasemenu {
	margin: 10 auto 10 auto;
	font-size: 14px;
}

#purchasemenu a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid white;
	padding: 3 8 3 8;
	background: #1e5ed7;
	text-align: center;
	width: 180px;
}

#purchasemenu a:active {
	position: relative;
	top: 1px;
	font-weight: bold;
	text-decoration: underline;
	background: #1a55c1;
	border: 1px solid #d0e0ff;
}
#purchasemenu a:hover {
	position: relative;
	top: 1px;
	font-weight: bold;
	text-decoration: underline;
	background: #1a55c1;
	border: 1px solid #d0e0ff;
}

#purchase_div
{

}
.hide_button {
	position: absolute;
	top: 10px;
	right: 10px;
}
