* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
}


.clear {
	clear: both; background: none transparent scroll repeat 0% 0%
}

#header {
	width: 100%;
	min-height: 44px;
	margin: 0 auto;
	background: #9e9e9e url(../img/header_bg.gif) repeat-x;
	border-bottom: 1px solid #000;
}

#menu {
	width: 100%;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	height: 40px;
	padding: 0px 10px 0px 0px;
}

#menu a {
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
	height: 26px;
	padding: 5px 12px 6px 12px;
	padding-top: 12px;
}
#menu li.active_page{
	background: #9e9e9e;
	border-top: 3px solid #000;
	height: 23px;
	float:left;
	padding:12px 12px 6px;
}

#submenu {
	padding: 9px 12px 5px 12px;
	line-height:1.5;
}
#submenu a {
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/submenu_bullet.gif) no-repeat left;
}
#submenu a.active-sub {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 13px;
	background: url(../img/submenu_bullet_active.gif) no-repeat left;
}
.active-sub a {
	font-weight: bold;
}

#logo {
	width: 998px;
	margin: 0 auto;
	height: 85px;
}
#logoimg {
	float:left;
}

#top_banner {
	padding-top: 14px;
	padding-left: 230px;
}


#top_banner iframe {
	text-align: center;
	margin-left: 0px;
}

#top_banner img {
	text-align: center;
	margin-left: 7px;
}


#logoimg img {
	margin-top: 5px;
	margin-left: 12px;
	border: 0;
	vertical-align: top;
}
#page {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	min-width: 1000px;
	background:  #ECECEC;
}
#page a {
	color: #000;
}
.incenter {
	width: 1000px;
	margin: 0 auto;
}
#innerPage {
	background:#FFFFFF url(../img/content-bottom.gif) no-repeat scroll center bottom;
	border: 0px solid black;
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	overflow: auto;
}
#content {
	float: left;
	width: 750px;
	min-height: 900px;
	padding-bottom: 50px;
}
#innerContent {
	margin-left: 16px;
	margin-right: 10px;
	margin-top: 10px;
}

#innerContent p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#innerContent ol {
	margin-left: 22px;
	padding-bottom: 18px;
}


#content .title {
	margin-top: 6px;
	margin-bottom: 16px;
	float: left;
	width: 100%;
	border-bottom: 3px solid #ECECEC;
}
#content div.title h1 {
	float:left;
	margin-left: 7px;
	font-size: 22px;
	color: #F470C4;
}


h1.main {
	margin: 5px 0px 15px 0px;
	font-size: 22px;
	color: #F470C4;
	border-bottom: 3px solid #ECECEC;
	width:715px;
	padding-left:9px;
	padding-bottom:5px;
}


#content h1 {
	float:left;
	font-size: 22px;
	color: #F470C4;
}

#content .leftTitle {
	float:right !important;
	background: #ECECEC;
}

.sidebar {
	float: left;
	border: 0px solid black;
	min-width: 250px;
	min-height: 100%; 
	
}

#sidebarBottom {
	margin: 12px;
}

h3 {
	color: #F470C4;
	font-size: 14px;
}

h4 {
	color: #000;
	font-size: 14px;
}

h2 {
	font-size: 16px;	
}
.backLink {
	float: left;
	margin-top: 9px;
	font-weight: bold;
	padding-left: 10px;
}

#content h2 {
	color: #F470C4;
}
.sideTitle {
	padding-left: 13px;
}
.filter-fields {
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	text-align: center;
	width: 100%;
	background: #969696;
	min-height: 48px;
	padding-top: 15px;
}
#footer a {
	font-size: 14px;
	font-weight:bold;
	color: #000;
	padding:0 8px;
}

#footer .small a {
	font-size: 12px;
	color: #000;
	font-weight:normal;
	
}

#loginBox {
	background:#ececec;
	width: 226px;
	margin-top: 16px;
	margin-left: 8px;
}

.greyBoxTop {
	height:12px;
	background: url(../img/grey_top.gif) no-repeat top;
}
.greyBoxBottom {
	height:10px;
	background: url(../img/grey_bottom.gif) no-repeat bottom;
}
.greyBoxLeft {
	height:30px;
	width: 12px;
	background: url(../img/grey_left.gif) no-repeat top;
	float: left;
}
.greyBoxRight {
	height:30px;
	width: 10px;
	background: #ececec url(../img/grey_right.gif) no-repeat top ;
	float: left;
	margin-left: 12px;
}

#loginBox label {
  float: left;
  display: block;
  width: 90px;
  margin-top: 8px;
  text-align: right;
}

#loginBox input {
	width: 116px;
	border: 1px solid #9E9E9E;
	margin-top: 4px;
	height: 20px;
}
#loginBox .submit input {
	width: 116px;
}

#loginBox .submit {
	padding-left: 97px;
}

#loginBox form {
	margin-left: 4px;
}

#loginBox p {
	margin-left: 48px;
}

#loginBox span {
	margin-left: 10px;
}

#brandsBox, #newsBox {
	background:#ececec;
	width: 226px;
	margin-top: 16px;
	margin-left: 8px;
}

#right_banner {
	border:4px solid #ECECEC;
	background: #ECECEC;
	margin-bottom:16px;
	margin-left:8px;
	margin-top:14px;
	width:218px;
	text-align: center;
}

#brandsBox p {
	margin-left: 140px;
}

#brandsBox ul, #newsBox ul {
	list-style-image: url(../img/arrow.gif);
	list-style-type: none;
	padding-left: 26px;
	padding-top: 4px;
}

#brandsList, #newsList {
	height: 100px;
	overflow : auto;
	margin-right: 4px;
}

#commentsBox {
	width: 218px;
	margin-top: 14px;
	margin-left: 8px;
	margin-bottom: 16px;
	border: 4px solid #ececec;
	padding-top: 4px;
}
#commentsBox p {
	padding-left: 2px;
	padding-right: 2px;
}
#twitterBox {
	width: 218px;
	margin-top: 14px;
	margin-left: 8px;
	margin-bottom: 16px;
	border: 4px solid #ececec;
	padding-top: 4px;
}

#twitterBox H3{
	color:#c0c0c0;
}
#searchBox {
	width: 218px;
	margin-top: 4px;
	margin-left: 8px;
	border: 4px solid #ececec;
	padding-top: 4px;
}

#searchBox label {
  float: left;
  display: block;
  width: 80px;
  margin-top: 8px;
  text-align: right;
}

#searchBox input {
	width: 116px;
	border: 1px solid #9E9E9E;
	margin-top: 4px;
	height: 20px;
}
#searchBox select {
	width: 118px;
	height: 22px;
	border: 1px solid #9E9E9E;
	margin-top: 4px;
}

#searchBox .button {
	padding-left: 87px;
}

.sidebar h3 {
	margin-left: 8px;
}

#searchBox form {
	margin-left: 8px;
}
#searchBox form{
	margin-bottom: 13px;
}
#productList div.side {
    float: left;
    padding: 0px;
    width: 240px;
	margin-bottom: 20px;
	margin-top: 20px;
    height: 240px;    
}
#productList div.side_ {
    float: left;
    padding: 0px;
    width: 242px;
	margin-top: 40px;
    height: 240px;
}
#productList div.lefts {
    float: left;
    padding: 0px;
    width: 120px;
    height: 240px;
    vertical-align: middle;
    text-align: center;
}
#productList div.rights {
    float: right;
    padding-left: 4px;
    width: 116px;
}
#productList div.side0 {
    float: left;
    padding: 2px;
    width: 315px;
	margin-top:24px;
    height: 240px;
}
#productList div.side1 {
    float: right;
    padding: 2px;
	width: 315px;
    margin-top:24px;
	height: 240px;
}
#productList div.left {
    float: left;
    padding: 1px;
    width: 120px;
    height: 240px;
    vertical-align: middle;
    text-align: center;
}
#productList div.right {
    float: right;
    padding: 1px;
    width: 190px;
}
#productNavigation {
	padding: 3px;
	float:left;
	position:relative;
	width:100%;
	clear:both;
}
#productView div.left {
	float: left;
    padding: 0px;
    width: 360px;
    height: 300px;
	margin-top:24px;
    vertical-align: middle;
    text-align: center;
}

#productView div.right {
	float: right;
    width: 340px;
	margin-top:24px;
    margin: 6px;
}

.description {
	background: #ECECEC;	
	margin-top: 10px;
}
.top{
	height:6px;
	background: url(../img/description_bgr_top.gif) no-repeat top;
}
.bottom{
	height: 6px;
	background: url(../img/description_bgr_bottom.gif) no-repeat bottom;
}
#productAddLink {
	margin-top: 10px;
	text-align: center;
	padding-bottom: 9px;
}
#sidebarBottom ul {
	list-style-image: url(../img/arrow.gif);
	list-style-type: none;
	padding-left: 18px;
}

#innerContent ul {
	list-style-type: none;
}

#innerContent ul li{
	padding-left: 16px;
	background: url(../img/arrow.gif) no-repeat left top;
	vertical-align:top;
}

#tabs ul li{
	background: none;
	padding:0px;
}

#productDescription ul {
	list-style-type: none;
	padding-left: 18px;
}

.right ul {
	list-style-image: url(../img/arrow.gif);
	list-style-type: none;
	padding-left: 18px;
}

#userNavigation {
	padding-left: 10px;
	padding-top: 4px;
}
#userNavigation ul {
	list-style-image: url(../img/arrow.gif);
	list-style-type: none;
	padding-left: 18px;
}

#sidebarBottom 	li {
	
}


#brandsList {
	
}

.brandtop{
	height:6px;
	background: url(../img/white_block_bgr_top.gif) no-repeat top;
}
.brandbottom{
	height: 6px;
	background: url(../img/white_block_bgr_bottom.gif) no-repeat bottom;
}

#productDescription {	
	margin-left: 12px;
	margin-right: 12px;
}

#productComments {
	width: 100%;
}
#productComments h3 {
	margin-left: 10px;
	float:left;
	
}

h3.comments {
	padding-left: 10px;
	padding-bottom: 2px;
	margin: 15px 0;
	border-bottom:3px solid #ECECEC;
}


#innerContent #div-comments-list ul, #innerContent #div-comments-list li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	background:none;
}

.commenttop {
	background:transparent url(../img/commenttop.gif) no-repeat scroll 0 0;
	height:17px;
	clear:both;
}

.commenttext {
	background:#F9F9F9 none repeat scroll 0 0;
	border-color: #EEEEEE;
	border-style:none solid solid;
	border-width:0 1px 1px;
	clear:both;
	margin:-5px 0 8px;
	padding:6px 1px 4px 10px;
}
.author {
	font-size:15px;
	float:right;
}

.filter-fields div {
	display: inline;	
	vertical-align:middle;
}
.filter-fields label
{
	display: inline;
	float: none;
	padding-right: 2px;
}

.button input {
	background: #9E9E9F;
	font-family: Arial;
	font-weight: bold;
	border: 0;
}

.submit {
	padding-left: 146px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.input input {
	width: 160px;
}

.submit input {
	background: #9E9E9F;
	font-family: Arial;
	font-weight: bold;
	border: 0;
	width: 128px;
}
.comment-form input {
	background: #9E9E9F;
	font-family: Arial;
	font-weight: bold;
	border: 0;
	width: 163px;
}
label {
  	float: left;
  	display: block;
  	width: 140px;
  	padding-right: 6px;
  	text-align: right;
}
aa.submit input  {
	width: 70px;
}

.form {
	margin-top: 50px;
}
.loginError {
	background: #F470C4;
}

.error-message {
	font-weight: bold;
	border: 1px solid #F470C4;
	background: #F470C4;
	padding-left: 10px;
	margin-top: 4px;
}

#cloud { 
	margin-top: 10px;
	margin-left: 8px;
	background:#ececec;
	width: 226px;	
}
#cloud .list {
	text-align: center; 
	padding: 2px;
}
#cloud p {
	margin-top: 10px;
	margin-left: 140px;
}
#videoBox {
	margin-top: 10px;
	margin-left: 8px;
	background:#ececec;
	width: 226px;
}
#videoBox div {
	text-align: center; 
}
#videoBox h3 {
	padding-top: 8px;
	padding-bottom: 8px;
}

#cloud a.tag1 { font-size: 0.9em; font-weight: 100; }
#cloud a.tag2 { font-size: 1.0em; font-weight: 200; }
#cloud a.tag3 { font-size: 1.1em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.2em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.3em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.5em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.6em; font-weight: 800; }
#cloud a.tag9 { font-size: 1.7em; font-weight: 900; }
#cloud a.tag10 { font-size: 1.8em; font-weight: 900; }
#cloud a { padding: 2px;  border-bottom: none;}


.tag1 { font-size: 0.9em; font-weight: 100; }
.tag2 { font-size: 1.0em; font-weight: 200; }
.tag3 { font-size: 1.1em; font-weight: 300; }
.tag4 { font-size: 1.2em; font-weight: 400; }
.tag5 { font-size: 1.3em; font-weight: 500; }
.tag6 { font-size: 1.4em; font-weight: 600; }
.tag7 { font-size: 1.5em; font-weight: 700; }
.tag8 { font-size: 1.6em; font-weight: 800; }
.tag9 { font-size: 1.7em; font-weight: 900; }
.tag10 { font-size: 1.8em; font-weight: 900; }

#isrequiredforsubmit {
	display: none;
}
.bannerslist {
	padding-top: 6px;
	padding-bottom: 3px;
	text-align: center;
}


#simpleListLeft {
 padding: 10px;
 width: 20px;
 float: left;
}
#simpleListContent { 
 float: left;
 padding: 10px;
 width: 530px;
 display: inline;
 text-align:center;
}
#simpleListRight { 
 padding: 10px;
 width: 20px;
 float: left;
 position: relative;
}

#bottomContent {
	border: 1px solid black;
}

#tagsList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#tagsList li {
	float: left;
	padding: 5px 5px 5px 5px;
}
#tabs{
	float: left;
	display: block;
}
#tabs ul{
	margin-top: 8px;
	padding-left: 0px;
	list-style:none;
	float: left;
}
#tabs li{
    display:inline;
    padding-left:10px;
  
    font-weight: bold;
}
#tabs .tabHeaderActive a { 
	color: #F470C4;
	text-decoration: none;
}

#ArticleLeft {
    float: left;
    padding: 0px;
    width: 190px;
	text-align: left;
}

#ArticleRight {
    float: right;
    padding-left: 4px;
    width: 500px;
    padding-left: 16px;
    padding-right: 16px;
	font-size:14px;
	line-height: 1.5;
}

#ArticleRight h3{
	font-size:16px;
}

#ArticleRight img {
	border: none;
}
.productCategory {
	background-color:#ececec;
	border-bottom:1px solid #3E6D8E;
	border-right:1px solid #7F9FB6;
	line-height:2.2;
	font-size:90%;
	margin:2px 2px 2px 0;
	padding:3px 4px;
	text-decoration:none;
	white-space:nowrap;
}
.productTag {
	background-color:#FDB8E4;
	border-bottom:1px solid #3E6D8E;
	border-right:1px solid #7F9FB6;
	color:#3E6D8E;
	font-size:90%;
	line-height:2.2;
	margin:2px 2px 2px 0;
	padding:3px 4px;
	text-decoration:none;
	white-space:nowrap;
}

#page a.sellerTag {
	background-color:#000;
	border-bottom:1px solid #3E6D8E;
	border-right:1px solid #7F9FB6;
	line-height:2.2;
	font-size:90%;
	margin:2px 2px 2px 0;
	padding:3px 4px;
	text-decoration:none;
	white-space:nowrap;
	color:#FFF;
}

.articleLink {
	background-color:#ececec;
	border-bottom:1px solid #3E6D8E;
	border-right:1px solid #7F9FB6;
	color:#3E6D8E;
	font-size:100%;
	line-height:2.2;
	margin: 2px 2px 2px 2px;
	padding: 3px 4px 0px 2px;
	text-decoration:none;
	white-space:nowrap;
	
}

#innerContent input, select, textarea {
	border: 1px solid #9E9E9E;
	height: 20px;
	margin-top: 4px;
	width: 400px;
}
#innerContent label {
	width: 200px;
	margin-top:8px;
}

#innerContent #SellersAddForm label {
	width: 50px;
	margin-top:8px;
}

#innerContent #SellersAddForm div {
	width: 230px;
}

#innerContent #SellersAddForm .submit{
	width: 130px;
	padding-left:60px;
}

#innerContent #SellersAddBrandForm label {
	width: 50px;
	margin-top:8px;
}

#innerContent #SellersAddBrandForm div {
	width: 230px;
}

#innerContent #SellersAddBrandForm .submit{
	width: 130px;
	padding-left:60px;
}

#innerContent .submitfilter input {
	width: 80px;
	height:25px;
}

#innerContent select {
	height: 22px;
	width: 402px;
}

#innerContent .radio input {
	width:15px;
}

#innerContent .submit, .comment-form{
	padding-left:206px;
}
#innerContent .submit input {
	width: 116px;
}

#innerContent .comment-form input {
	width: 116px;
}
#innerContent .button input {
	margin-left: 4px;
	width: 116px;
}

#innerContent .filter {
	background: #9E9E9F;
	font-family: Arial;
	font-weight: bold;
	border: 0;
	margin-top: 6px;
	width: 116px;
}

#entryview {
	float:left;
	width: 500px;
}

#entrieslist {
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	width: 200px;
}
#newslist li{
	margin-right:15px;
	padding-bottom:5px;
	border: 1px solid red;
}
#paginationTop {
	text-align:right;
}

#pagination a, #paginationTop a {
	font-weight:normal;
	font-size: 12px;
	border: 1px solid #000;
	text-decoration: none;
	padding:3px 6px 3px 6px;
}

#pagination em, #paginationTop em {
	font-weight:bold;
	font-size: 12px;
	border: 2px solid #f470c4;
	background: #f470c4;
	text-decoration: none;
	padding:3px 6px 3px 6px;
}
#page a.active {
	color: #F470C4;
	text-decoration: none;
}
#productBox {
	width: 218px;
	margin-top: 14px;
	margin-left: 8px;
	margin-bottom: 16px;
	border: 4px solid #ececec;
	padding-top: 4px;
}

#productBox .left{
	float:right;
	width:170px;
	margin:3px 5px 0 0;
}

#productBox .right{
	float:left;
	width:20px; 
	padding:4px;
	background:#F470C4; 
	font-size:16px; 
	font-weight:bold;
	text-align:center;
	margin: 5px 0 5px 9px;
}
a.popular {
	font-weight:normal;
	font-size: 12px;
	border: 1px solid #000;
	text-decoration: none;
	padding:3px 6px 3px 6px;
}
a.popular_active {
	font-weight:bold;
	font-size: 12px;
	border: 2px solid #f470c4;
	background: #f470c4;
	text-decoration: none;
	padding:3px 6px 3px 6px;
}
#productHistoryList { 
	float: left;
	padding: 10px;
	width: 95%;
	display: inline;
	text-align:center;
}
.textadsTag {
	background-color:#FDB8E4;
	border-bottom:1px solid #3E6D8E;
	border-right:1px solid #7F9FB6;
	font-size:90%;
	margin:2px 2px 2px 0;
	padding:3px 4px;
	text-decoration:none;
}
table.data-list  {
	
}
table.data-list th{
	background: #ececec;
	padding: 5px;
}
table.data-list td{
	border-bottom: 2px solid #ececec;
	padding: 5px;
	text-align:center;
}
table.data-list td.main{
	text-align:left;
}
#innerContent li {
	padding:3px 0px 3px 0px;
}
#innerContent p {
	line-height:1.5;
}
#FeedbacksSellerForm label {
	width: 370px;
	margin-top:8px;
}
#FeedbacksSellerForm .submit {
	padding-left: 377px;
}
#TextAdCategory, #TextAdBrand {
	padding-left: 205px;

}
.poll_descr {
	border:1px solid #ececec;
	background: #ececec; 
	padding:3px 7px; 
	margin:0px 13px 0px 10px; 
	font-size:16px; 
	font-weight:bold;
}
.poll_left {
	width: 340px; 
	margin-left:10px; 
	float:left;
}
.poll_right {
	width: 340px;  
	margin-left:15px; 
	float:left;
}
#poll fieldset {
	border:0px;
}
#poll label {
	width:330px; 
	text-align:left;  
	border:1px solid #ececec; 
	padding:7px;
}
#poll label span {
	display: block;  
	padding:5px 0;
}
#poll label input {
	width:20px; 
	vertical-align:middle; 
	margin-top:0px;
	border:0px;
}
#poll label img {
	float:left; 
	margin-right:15px;
}
#poll label hr {
	color:#F470C4;
	height:10px;
	background-color:#F470C4;
	border:0px;
}
#poll_archive {
	padding: 0 15px;
}
#gallery_list span{
	padding-top: 10px;
	display: block;
	width: 300px;
	text-align:left;
}
div.gallery_descr {
	border:1px solid #ECECEC;
	padding: 20px;
	margin-bottom:20px;
	font-size:14px;
	line-height:1.5;
}
div.gallery_descr h3{
	font-size:16px;
	padding-bottom: 15px;
}
div.gallery_left {
	border:1px solid #ECECEC;
	padding: 15px;
	float: left;
	margin-left:15px;
	text-align:center;
	margin-bottom:15px;
}
div.gallery_right {
	border:1px solid #ECECEC;
	padding: 15px;
	float: right;
	margin-right:15px;
	text-align:center;
	margin-bottom:15px;
}
.gallery_img {
	text-align:center;
}
.gallery_img img{
	border:3px solid #ECECEC;
	margin:15px 0 10px 0;
}
.auto_complete{
	background-repeat:no-repeat;
	background-position: right;
}
.auto_complete ul{
	background-color: #efefef;
	border: 1px solid #ccc;
	list-style: none;
	padding:0;
	margin: 0;
	border-bottom: 1px solid #fff;
}
.auto_complete ul li {
	border-bottom: 1px solid #ccc;
	padding: 0.3em;
}
.auto_complete ul li:hover {
	background-color: #fff;
}
.auto_complete ul li.selected {
	background-color: #fff;
}
#autocomplete_box t ul.autocompletelist{
	background-color: #fff;
	border: 1px solid #ccc;
	list-style: none;
	padding:0px;
	padding-left:0px;
	margin:0px;
	border-bottom: 1px solid #fff;
}
#autocomplete_box ul.autocompletelist li {
	border-bottom: 1px solid #ccc;
	padding: 0.3em;
}
#autocomplete_box ul.autocompletelist li:hover {
	background-color: #efefef;
}
#autocomplete_box ul.autocompletelist li.selected {
	background-color: #efefef;
}
.highlight {
	color: red;
}
#innerContent .searchBox_new input {
	margin-top:0px;
}
#innerContent .searchBox_new label{
	float:left; width:100px; margin:0px;
}
#innerContent .search_brand label{
	display: none;
}
#innerContent .searchBox_new div.search_auto label{
	margin-top:3px; font-weight: bold; margin-left:0px; width:105px;
}
#innerContent .searchBox_new select{
	width:130px; margin-top:0px; margin-left:5px; background: #fef3fa;
}
#innerContent .searchBox_new div.button{
	float:left; width:90px; margin:0px; 
}
#innerContent .searchBox_new div.button input{
	width:90px; height:22px; margin-top:1px;
}
#innerContent .searchBox_new input.input_auto{
	background: #fef3fa;
}
#innerContent .searchBox_new  div.input{
	border:1px solid green; float:left; 
}
#innerContent .searchBox_new  div.search_brand{
	float:left; width:140px; margin-top:1px;
}
#ProductsCatalogForm {
	height:40px; border-bottom:3px solid #ECECEC; margin-bottom:10px;
}
#autocomplete_box {
	width:470px;height:20px; float:left;
}
#ProductsCatalogForm {
	float:right; width: 720px; 
}
#ProductsCatalogForm span.search_box{
	float:left; 
}
#Title_autoComplete {
	background: #fff; border:1px solid #9E9E9E;
	z-index:100;
}
#innerContent .searchBox_new li.selected{
	background: #ECECEC;
}
#innerContent .searchBox_new li .highlight {
	color: #F470C4; font-weight:bold;
}
#innerContent .searchBox_new li{
	background:none; padding-left: 4px;
}
.login_facebook {margin-top: 6px;margin-left:52px}

#page a.button_login {display:block; background: url(../img/login_buttons.png) 0px -48px no-repeat; margin:20px 0 0 29px; width:132px; height:36px;  padding:13px 0 0 54px; color:#ffffff; font-size:16px; font-weight:bold; text-decoration:none;}
#page a.button_login:hover {background: url(../img/login_buttons.png) 0px 0px no-repeat; top:0;}
