* {
  margin: 0;
  padding: 0;
}
body,td,th {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #000000;
	background: url('/images/xwire64x64_2.png');
	margin: 0;
}
a:link {
	color: orangered;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: red;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: none;
	color: orangered;
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
}

.style1 a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.style1 a:visited{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}

.style1 a:hover{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:underline;
}

.catalog {
	border: 0px;
	border-collapse: collapse;
}

.catalog td {
	 padding:3px;
	 text-align: center;
	 border-bottom: 1px solid #777;
	 font-weight: normal;
}

.catalog th {
	 font-weight: bold;
	 border-bottom: 1px solid #000;
	 padding:3px;
	 text-align: center;
	 background-color: #CCCCCC;
}

.catalog a {
	 font-weight: bold;
	 text-decoration: none;
}

.catalog a:hover {
	 font-weight: bold;
	 text-decoration: none;
}


.catalog tr:hover, .catalog tr.hilite {
	background-color: #e2e2e2;
	cursor: pointer;
}

.details {
	border: 0px;
	border-collapse: collapse;
}

.details th {
	 font-size: 13px; 
	 font-weight: bold;
	 border-bottom: 1px solid #000;
	 padding:3px;
	 text-align: left;
	 background-color: #CCCCCC;
}

.details td {
	 padding:3px;
}

.vehicle input, textarea {
	 font-size: 12px; 
	 font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	 background-color: #ffffff;
	 border: 1px solid #000;
	 padding:2px;
}

.vehicle td {
	 padding:3px;
	 text-align: left;
}

.vehicle th {
	 font-weight: bold;
	 border-bottom: 1px solid #000;
	 padding:3px;
	 text-align: left;
	 background-color: #CCCCCC;
}

.piccontainer {
	background-color: #4A393F;
	color: #ffffff;
	padding:1px;
	float:left;
	margin:2px;
}

.piccontainer_featured {
	background-color: #CA0023;
	color: #ffffff;
	padding:1px;
	float:left;
	margin:2px;
}

.piccontainer_featured input {
	 background-color: #CA0023;
	 border: 0px;
	 padding:0px;
}
.piccontainer input {
	 background-color: #4A393F;
	 border: 0px;
	 padding:0px;
}

.piccontainer_featured a:link {
	color: #ffffff;
	text-decoration:underline;
	font-weight:normal;
}
.piccontainer_featured a:visited {
	color: #ffffff;
	text-decoration:underline;
	font-weight:normal;
}

.piccontainer_featured a:hover {
	color: #ffffff;
	text-decoration:underline;
	font-weight:normal;
}

.piccontainer_featured a:active {
	color: #ffffff;
	text-decoration:underline;
	font-weight:normal;
}

.piccontainer a:link {
	color: #ffffff;
	text-decoration:underline;
	font-weight:normal;
}
.piccontainer a:visited {
	color: #ffffff;
	text-decoration:underline;
	font-weight:normal;
}

.piccontainer a:hover {
	color: #ffffff;
	text-decoration:underline;
	font-weight:normal;
}

.piccontainer a:active {
	color: #ffffff;
	text-decoration:underline;
	font-weight:normal;
}
.msg {
	color: #CA0023;
	font-weight:bold;
	font-style:italic
}

.loginform{
	background-color: #CCCCCC;
	border: 1px solid #000;
	padding:5px;
}

.loginform input {
	 font-size: 12px; 
	 font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	 background-color: #ffffff;
	 border: 1px solid #000;
	 padding:2px;
}

.loginform td {
	text-align: left;
}
#s3slider {
   width: 928px; /* important to be same as image width */
   height: 553px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
/*   width: 400px;  important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin: 0; /* important */
   padding:0;
   bottom:0;
      width:100%;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   width:100%;
}

.s3sliderImage span {
   position: absolute; /* important */
   
   font: 12px/17px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
/*   width: 374px;*/
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   right: 0;
   top:0;
   bottom:0;
/*   overflow: auto*/

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}
.s3sliderImage img
{
    height: auto;
    margin-top: -63px;
    width: 100%;

}
#menu li span a
{
	color: white;
	font-size: 14px;
	font-family: 'Questrial', sans-serif !important;
}
#menu li span
{
	color: white;
	font-weight: bold;
	font-family: sans-serif;
}
#menu li
{
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width:14.28%;
	background: #7d7e7d;
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	list-style: none;
	text-transform: capitalize;
}
#menu li:hover
{
background: #f3c5bd;
background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c5bd), color-stop(50%,#e86c57), color-stop(51%,#ea2803), color-stop(75%,#ff6600), color-stop(100%,#c72200));
background: -webkit-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
background: -o-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
background: -ms-linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 );
background: linear-gradient(top, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
}

#menu
{
	padding: 0;
	margin:  0;
}
#homepage_main_header
{
	background: #fff;
	width: 100%
}
.top_logo_header_bg
{
background: rgb(250,250,250);
background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(222,222,222,1) 67%, rgba(183,183,183,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(67%,rgba(222,222,222,1)), color-stop(100%,rgba(183,183,183,1)));
background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(222,222,222,1) 67%,rgba(183,183,183,1) 100%);
background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(222,222,222,1) 67%,rgba(183,183,183,1) 100%);
background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(222,222,222,1) 67%,rgba(183,183,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b7b7b7',GradientType=0 );
background: linear-gradient(top, rgba(250,250,250,1) 0%,rgba(222,222,222,1) 67%,rgba(183,183,183,1) 100%);
}
.logo_header_height
{
	height: 100%;
}
.description_ul
{
	list-style:none;
	margin:0;
	padding:0;

}
.description_ul li
{
	color: #dedede;
		width: 300px;
}
.description_ul strong
{
	font-size: 14px;
	color: white !important;
}
#footer_new ul li a
{
	color: tan;
}
#footer_new ul li
{
	color: tan;
	list-style: none;
	font-weight: normal;
	font-size: 10px;
}
#footer_new
{
background: rgb(0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(61,30,28,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(61,30,28,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(61,30,28,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(61,30,28,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(61,30,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3d1e1c',GradientType=0 );
background: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(61,30,28,1) 100%);
/*    height: 200px;*/
    margin: 0 auto;
    overflow: auto;
    position: relative;
    width: 945px;
	font-size: 1.3em
}
#footer_new ul
{
	float: left;
/*	margin-left: 12px;*/
	width:25%;
	padding: 0

}
#footer_ul_holder
{
    
    margin: 27px auto;
    overflow: auto;
    width: 865px;
}
#footer_new h3
{
	margin-top: 2px;
	color: white;
	margin-bottom: 7px;
}
#homepage_main_header #s3sliderContent .s3sliderImage span
{
	display: none !important;
}
#homepage_main_header #s3sliderContent .s3sliderImage
{
	width: 100%
}
#homepage_main_header #s3sliderContent .s3sliderImage img {
    height: auto;
    margin-top: 0px;
    width: 100%;
}
#homepage_main_header #s3sliderContent
{
	width: 100%;
}
#homepage_main_header #s3slider
{
	width: 100% !important;
	height: 310px !important;
}
.fullscreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin: 0;
  padding: 0;
  background: inherit;
}
.subpic_data .photocount a
{
	font-size: 9px;
	font-weight: normal;
}
.subpic_data
{
	color: #000;
	width: 60px;
	margin:2px;
	overflow: visible;
	float: left;
	clear: left;
}
.subpic_data span
{
	font-weight: bold;
	font-size: 16px;
	color: #8CC63E;
	
}
.photocount img
{
	vertical-align: middle
}
.item_description
{

  float: left;
  margin: 0 0 0 11px;
  width: 623px;

	
}
.item_description ul li strong
{
	
	text-transform: capitalize;
	font-weight: bold;
	color: #404040;
}
.item_description ul
{
	font-weight: bold;
	color: #979797;
	margin: 1px 0;
	padding: 0;
	
	overflow: auto;
}
.item_description ul li
{
	float: left;
	margin: 1px 26px 1px 16px;
	list-style: square;
	font-size: 12px;
	font-weight: bold;
	color: orange;
	
}
.item_description h3
{
	color: #404040;
	margin: 0;
	text-align: left;
	text-transform: capitalize;
}
.item_description h2
{
	color: #404040;
	margin: 0;
	text-align: left;
	text-transform: capitalize;
	font-size: 20px;
}
.item_description p
{
	clear: both;
	text-align: left;
	color:#666;
	font-size: 10px;
/*	width: 83%;*/
	margin: 0;
}

.photocount a
{
	color:#FF7E00;
}
#s3sliderContent .link-shop {
  background: url("../images/arrow.png") no-repeat scroll 93% center #df002b;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 30px 3px 10px;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
}
.a-right {
  text-align: right !important;
}

  #s3sliderContent #overTheImg {
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  left: 3%;
/*  margin-left: -215px;*/
  position: absolute;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
  top: 70px;
  width: 385px;
  z-index: 10;
  overflow: visible;
 
}
#s3sliderContent #overTheImg p
{
	
}
.featured_auto
{
/*	width: 460px;*/
	background: rgb(125,126,125);
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	background: linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
	color: white;
	padding: 12px;
	margin: 15px;
	overflow: auto;
	-moz-border-radius:14px;
	box-shadow: 2px 2px 5px grey;
}
.featured_auto_details
{
	float: left;
	width: 300px;
	margin-left: 10px;
}
.featured_auto_details a, .featured_auto_details a:visited
{
	color: orange;
}
.about_star_euro {
  background: -moz-linear-gradient(center top , #7D7E7D 0%, #0E0E0E 100%) repeat scroll 0 0 transparent;
  border-radius: 14px 14px 14px 14px;
  box-shadow: 2px 2px 5px grey;
  color: white;
  margin: 15px;
  overflow: auto;
  padding: 12px;
}
#testimonials
{
	width: 621px;
	margin: 23px auto;
	padding: 15px;
	background: rgb(247,251,252);
	-moz-border-radius: 10px;
	background: -moz-linear-gradient(top, rgba(247,251,252,1) 0%, rgba(217,237,242,1) 40%, rgba(206,206,206,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,251,252,1)), color-stop(40%,rgba(217,237,242,1)), color-stop(100%,rgba(206,206,206,1)));
	background: -webkit-linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(206,206,206,1) 100%);
	background: -o-linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(206,206,206,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(206,206,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#cecece',GradientType=0 );
	background: linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(206,206,206,1) 100%);
}
#testimonial_form
{
	font-size: 14px;
}
#testimonial_form textarea
{
	border: 1px solid #CCCCCC !important;
	width: 202px;
}
#testimonial_form input[type="text"]
{
	border: 1px solid #CCCCCC !important;
	border-radius: 3px 3px 3px 3px;
	color: grey;
	font-size: 15px;
	padding: 7px;
	
}
#menu
{
	width: 100%;
	overflow: hidden
	background: #7d7e7d;
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
}
.selling
{
	width: 97%;
	margin-right: 32px;
	
}
.catalogLeftNavTD
{
	width: 149px;
	vertical-align: top;
	background: white;
}
#catalogLeftNav {
  background: none repeat scroll 0 0 white;
  border: 1px solid #999999;
  border-radius: 5px 5px 5px 5px;
/*  height: 400px;*/
  margin: 88px auto 64px;
  overflow: auto;
  padding: 6px 5px 5px 10px;
  position: relative;
  vertical-align: top;
  width: 93px;
}
#catalogLeftNav ul
{
margin: 10px 0 0 0;
}
#catalogLeftNav ul li
{
	list-style: none
}
.catalogRightContent
{
	padding-top: 44px;
}
#aboutUs_col1
{
	background: none repeat scroll 0 0 gainsboro;
	border: 1px solid grey;
	border-radius: 8px 8px 8px 8px;
	color: #444444;
	float: left;
	margin: 20px;
	padding: 10px;
	width: 570px;	
	margin: 20px 0px 0px 20px;
	font-size: 15px;
}
#aboutUs_col2
{
	background: none repeat scroll 0 0 gainsboro;
	border: 1px solid grey;
	border-radius: 8px 8px 8px 8px;
	color: #444444;
	float: right;
	margin: 20px 20px 20px 0;
	padding: 10px;
	position: relative;
	
}
#aboutUs_col1 p
{
	font-size: 1em;
}
.column
{
	float: left;
	height: 300px;
}
.detailsDescriptionDataContainer .item_description li
{
	color: orange;
}
.detailsDescriptionDataContainer .item_description
{
	width: 725px;
	margin: 0 0 0 0;
	float: right;
}
.detailsDescriptionDataContainer .item_description p
{
	font-size: 14px;
	color: #b6b6b6;
}
.detailsDescriptionDataContainer
{
background: -moz-linear-gradient(center top , #7D7E7D 0%, #0E0E0E 100%) repeat scroll 0 0 transparent;
border: 1px solid black;
border-radius: 0 0 8px 8px;
margin: 0 auto;
overflow: auto;
padding: 16px;
width: 898px;
}
.detailsDescriptionDataContainer h2
{
	color: white;
}

.detailsDescriptionDataContainer .item_description ul li strong
{
	color: white !important;
}
.detailsDescriptionDataContainer .subpic_data {
	width: auto !important;
}

.detailsDescriptionDataContainer .subpic_data span {
  
  font-size: 36px;
  font-weight: bold;
}
.detailsDescriptionDataContainer .subpic_data .photocount a
{
	font-size: 20px;
}
.detailsDescriptionDataContainer .subpic_data .photocount
{
	margin: 0 auto;
}
#breadCrumb
{
/*	margin: 5px;*/
	position: absolute;
/*	margin-bottom: 15px;*/
}
#breadCrumb ul li
{
float: left;
list-style: armenian outside url("../../images/breadcrumb_pointer.png");
margin-left: 9px;
margin-right: 12px;
text-transform: capitalize;
}
#hq_image
{
float: left;
height: 329px;
margin: 22px;
overflow: hidden;
}
#hq_image img
{
	width: 588px;
	
}
