@import "/css/empty.css";

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;	
}

a {color: #147aba;}
a.ajax {
	text-decoration: none;
	border-bottom: 1px dashed #147aba;
}
a.ajax:hover {
	text-decoration: none;
}

a:hover {color: #0f3e5b; text-decoration: underline;}

div.centered {
	width: 975px;	
	margin: 0 auto;
}

#headBg {
	background: transparent url(/css/images/head/bg.jpg) repeat-x top;		
	min-height: 500px;
}

#topLine {
	height: 112px;
	overflow: hidden;
}

#logo {
	width: 185px;
	height: 75px;
	padding: 10px 7px 0 0;
	margin-right: 10px;
	color: #0481ad;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*background: transparent url(/css/images/head/logo.gif) no-repeat right top; */
 	float: left;
 	text-decoration: none;
}

#logo strong {
	display: block;
	padding: 0 0 0 0;	
	font-size: 16px;
	/*text-transform: uppercase;*/
}

#logo em {
	display: block;
	padding: 3px 4px 5px 4px;	
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: white;
	text-align: center;
	margin-top: 5px;
	background-color: #bf2304;
}

#prodState {
	float: left;
	width: 275px;
	padding-top: 12px;
	font-size: 11px;
	color: #6e6d6b;
}

#prodState form {
	padding-bottom: 7px;
}

#prodState div.ttl {
	font-weight: bold;
	font-size: 17px;
	color: #a42006;
	padding-bottom: 5px;
}

#prodState select {
	font-size: 11px;
	color: black;
	width: 140px;
	padding: 1px;
	border: 1px solid #b6c6ce;
	vertical-align: middle;
}

#prodState label {
	display: block;	
	padding-bottom: 3px;	
}

#prodState input.asBtn {
	background: #ff8c00 url(/css/images/btns/go.gif) no-repeat 0 0;
	width: 21px;
	height: 21px;
	border: none;	
	vertical-align: middle;
	margin-left: 3px;
}

#prodState span.time {
	font-size: 18px;
	padding: 0 3px;
}

#prodState div.cn {
	background: transparent url(/css/images/flag/cn.gif) no-repeat 0 5px;
	padding: 0 0 0 20px;
}

#loginer {
	float: left;
	padding: 10px 15px 10px 20px;
	background-color: #e3f4fe;
	width: 140px;
}

#loginer a:hover {	
	color: #147aba;
}


#loginer div.btns {
	height: 27px;
}

#loginer div.btns a {
	float: left;
	padding: 5px 7px;
	color: black;	
}

#loginer div.btns a:hover {
	color: #147aba;	
}

#loginer div.btns a.active {	
	color: white;
	margin-right: 5px;
	font-weight: bold;
	background-color: #147aba;
	margin-right: 0px;
}

#loginer div.btns a.active:hover {
	background-color: #bf2304;
}

#loginer p {
	padding: 3px 0 5px 15px;
	background: transparent url(/css/images/icos/exclamation.gif) no-repeat 0 4px;
	font-size: 11px;
}

#loginer p a {
	color: black;
}

#loginer p.help {
	background-image: url(/css/images/icos/question.gif);	
}

#langTgl {
	float: right;
	color: #6e6d6b;
	font-size: 11px;
	padding: 15px 0 0 0;	
}

#langTgl div.lang {
	padding: 9px 0 0 0;
}

#langTgl div.lang a {
	padding: 2px 8px 4px 27px;
	background: transparent url(/css/images/flag/ru.gif) no-repeat 5px 3px;
	float: left;
	color: #28466c;
	text-decoration: none;
	margin: 8px 7px 9px 0;
	border-right: 1px dotted #6e6d6b;
}

#langTgl div.lang a:hover {
	color: #147aba;
	text-decoration: underline;
}

#langTgl div.lang a.active {	
	padding: 10px 8px 12px 27px;
	background-color: #d1eeff;
	border-right: none;
	margin: 0 7px 0 0;
	background-position: 5px 11px;
}

#langTgl div.lang a.en {	
	background-image: url(/css/images/flag/gb.gif);
}

#langTgl div.lang a.cn {	
	background-image: url(/css/images/flag/cn.gif);
	border-right: none;
}

#menu {
	clear: both;
	height: 38px;
	overflow: hidden;
}

#menuCatalog {
	float: left;
	border-right: 1px solid #435c7a;
}

#menuCatalog a {
	float: left;
	font-size: 17px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: white;
	text-decoration: none;
	margin: 1px 0;
	padding: 8px 20px 0 20px;
	height: 28px;
	border-left: 1px solid #435c7a;
}

#menuCatalog a:hover {
	background-color: #bf2304;
}

#menuAbout {
	float: right;
	color: #bde2f5;
	padding-top: 10px;
}

#menuAbout a {
	color: #bde2f5;
	margin: 0 5px;
}

#menuAbout a:hover {
	color: white;
}

#searchPnl {
	height: 69px;
	padding: 7px 0 2px 0;
	overflow: hidden;
}

#searchCatalog {
	float: left;
	width: 720px;
	height: 63px;
	padding: 8px 28px 0 0;
	border-right: 1px solid #94d2ed;
}

#searchCatalog td.c1 label {
	color: white;
	text-transform: uppercase;
	display: block;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

#searchCatalog td.c1 {
	width: 290px;
}

#scQuery {
	width: 240px;
	font-size: 18px;
	background: white url(/css/images/search/input.gif) no-repeat left;
	padding: 2px 0 2px 27px;
	border: 1px solid #3194d2;
}

#searchCatalog td.c2 {
	width: 110px;
	padding-top: 10px;
}

#searchCatalog td.c2 p {
	padding: 2px 0;
}

#searchCatalog td.c2 input {
	vertical-align: middle;
}

#searchCatalog td.c3 {
	width: 160px;
	padding-top: 4px;
}

#searchCatalog td.c3 p {
	padding: 3px 0;
}

#searchCatalog td.c3 select {
	width: 150px;
	font-size: 11px;
	vertical-align: middle;
}

#searchCatalog td.c4 {
	padding: 12px 0 0 17px;
}

#searchCatalog input.asBtn {
	border: none;
	background: transparent url(/css/images/btns/search.gif) no-repeat 0 0;
	width: 90px;
	height: 26px;
}



#siteStats {
	float: left;
	border-left: 1px solid #4298cb;
	text-align: right;
	padding: 3px 0 0 30px;
	height: 68px;
	font-size: 11px;
	width: 190px;
}

#siteStats a {
	color: black;
}

#siteStats p.bookmark a {
	padding: 0 0 8px 16px;
	background: transparent url(/css/images/icos/bookmark.gif) no-repeat 0 2px;
	float: right;
}

#siteStats p.bookmark {
	padding-right: 25px;
}

#siteStats table {
	float: right;
	width: 150px;
}

#siteStats td.lyo {
	padding: 1px 3px;
}

#siteStats td.ttl {
	text-align: left;
}

#footer {
	background-color: #147abc;
	border-top: 1px solid #0c5f95;
	margin-top: 25px;
	color: white;
}

#footer a {	
	color: white;
}

#footer a:hover {	
	color: #d1eeff;
}

#footer p {	
	padding-bottom: 12px;
	line-height: 140%;
}

#footer td.lyo.c2 {
	padding-left: 40px; 
}

#footer td.c2 p {
	padding-bottom: 8px;
}

#footer p.alphas {
	padding-top: 27px;
}


#footer td.lyo {	
	padding: 30px 10px 10px 10px; 
}

#footer td.c1 {
	background: #2986c2 url(/css/images/footer/logo.gif) no-repeat 210px top;
	border-left: 1px solid #5fa4d1;
	border-right: 1px solid #5fa4d1;
	padding-right: 70px; 
	width: 214px;
}

#leftCol {
	width: 238px;
	padding-right: 50px;
}

#mainCol {
	width: 687px;
}

#page {
	padding: 20px 0;
}

h3.ttl {
	background: transparent url(/css/images/btns/head.jpg) no-repeat 0 0;
	height: 21px;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 6px 0 0 7px;
	margin-bottom: 0px;
}

#menuCategory li {
	height: 26px;
}

#menuCategory li a {
	display: block;
	padding: 7px 0 9px 7px;
	color: #1e436a;	
}

#menuCategory {
	padding-bottom: 30px;
}

#menuCategory li a:hover {
	background-color: #e4f6ff;
	color: #5888bb;	
}

ul.arred li {
	padding: 4px 0 4px 12px;
	background: transparent url(/css/images/buls/arrred.gif) no-repeat 0 7px;
}

ul.arred.white li {	
	background-image: url(/css/images/buls/arrwhite.gif);
}

ul.arred.white li a {	
	color: white;
}

ul.arred.blue li {	
	background-image: url(/css/images/buls/arrblue.gif)
}

#popularSubCats {
	padding-bottom: 30px;
}

div.grayPanel {
	background: #414141 url(/css/images/pnls/grayround/bottom.gif) no-repeat 0 bottom;
	width: 238px;	
}

div.grayPanel div.top2 {
	background: transparent url(/css/images/pnls/grayround/top.gif) no-repeat 0 0;
	padding: 10px 17px;
}

div.grayPanel h3 {
	color: white;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
}

div.bluePanel {
	background: #147aba url(/css/images/pnls/blueround/bottom.gif) no-repeat 0 bottom;
	width: 238px;	
}

div.bluePanel div.top {
	background: transparent url(/css/images/pnls/blueround/top.gif) no-repeat 0 0;
	padding: 10px 17px;
}

div.bluePanel h3 {
	color: white;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
}

#geoLocation {
	margin-bottom: 25px;
}

#geoLocation select {
	width: 202px;
	border: 1px solid #3194d2;
	font-size: 11px;
}

#geoLocation p {
	padding-bottom: 3px;
}

#geoLocation div.submiter {
	text-align: center;
	padding: 10px 0 0 0;
}

#geoLocation input.asBtn {
	width: 108px;
	height: 26px;
	background: transparent url(/css/images/btns/send.gif) no-repeat 0 0;
	border: none;
}

#geoLocation a.ajax {
	color: #1e436a;
	border-color: #1e436a;
}

#adList {
	margin-bottom: 25px;
}

#adList p {
	padding-bottom: 25px;
}

#adList p.last {
	padding-bottom: 5px;
}

#adList p.help {
	padding: 0 0 2px 15px;
	background: transparent url(/css/images/icos/ad.gif) no-repeat 0 2px;
	font-size: 11px;
	color: #6e6d6b;	
}

#adList p.help a {
	color: #6e6d6b;	
}

#adList p.help a:hover {
	color: #147aba;	
}

div.adsBig a {
	float: left;
	margin: 5px 5px 5px 0;
}

div.adsBig a.right {
	float: right;
	margin: 5px 0 5px 5px;
}

#helpLinks {
	border: 1px solid #9fbccf;
	background-color: #ddebf4;
	padding: 10px;
	font-size: 11px;
	margin: 20px 0 0 0;
}

#helpLinks td.lyo.c1 {	
	width: 360px;
}

#helpLinks a {
	color: #195175;
}

#helpLinks ul.arred li {
	padding: 3px 0 3px 12px;
}

#helpLinks a:hover {
	color: black;
}

#welcomePnl {
	height: 196px;
	margin-bottom: 30px;
}

#welcome {
	background: transparent url(/css/images/pnls/welcome/banner.jpg) no-repeat 0 0;
	height: 196px;
	width: 454px;
	float: left;
}

#welcome a.contacts {
	float: left;
	background: transparent url(/css/images/pnls/welcome/contacts.gif) no-repeat 0 0;
	width: 21px;
	height: 85px;
	overflow: hidden;
	line-height: 200px;
	margin: 50px 0 0 0;
}

#welcome a.ref {
	float: left;
	background: transparent url(/css/images/pnls/welcome/ref.gif) no-repeat 0 0;
	width: 350px;
	height: 44px;
	overflow: hidden;
	line-height: 200px;
	margin: 135px 0 0 34px;
}



#register {
	background: transparent url(/css/images/pnls/join/bg.jpg) no-repeat 0 0;
	height: 196px;
	width: 223px;
	float: right;
}

#register a.btn {
	background: transparent url(/css/images/btns/register.gif) no-repeat 0 0;
	height: 39px;
	width: 193px;
	display: block;
	margin: 66px auto 15px auto;
	line-height: 200px;
	overflow: hidden;
}

#register ul {
	margin: 0 0 0 30px;
}

ul.companyList li {
	border: 1px solid #cfe1e1;
	background-color: #f6fbfe;
	padding: 5px 7px;
	width: 323px;
	float: left;
	margin-bottom: 8px;
	height: 80px;
	overflow: hidden;
}



ul.companyList li.first {
	float: left;
}

ul.companyList li.last {
	float: right;
}

ul.companyList li a.logo {
	float: left;
	margin-right: 10px;
}

ul.companyList li p.ttl {
	font-weight: bold;
	padding: 3px 0 7px 0;
}

ul.companyList li p.attrs {
	color: #6e6d6b;
	padding: 10px 0 0 0;
	font-size: 11px;
}

ul.companyList li p.attrs a {
	color: #6e6d6b;
	margin-right: 6px;
}

ul.companyList li p.attrs a.state {
	padding-left: 6px;
	border-left: 1px dotted #6e6d6b;
}


ul.goodsList li {
	border: 1px solid #cfe1e1;
	background-color: #f6fbfe;
	padding: 5px 7px;
	width: 207px;
	float: left;
	margin-bottom: 8px;
	height: 68px;
	overflow: hidden;
	margin-right: 8px;
}

ul.goodsList li.last {
	margin-right: 0;
}

ul.goodsList li p.ttl {
	font-weight: bold;
	padding: 3px 0 10px 0;
}

ul.goodsList li a.thumb {
	float: left;
	margin-right: 10px;
	border: 1px solid #cce3ef;
}

ul.goodsList li p.company {
	color: #6e6d6b;
	padding: 0 0 0 0;
	font-size: 11px;
}

ul.goodsList li p.company a {
	color: #6e6d6b;
	text-decoration: none;
}

ul.goodsList li p.company a:hover {
	color: #147aba;
	text-decoration: underline;
}

ul.goodsList li p.price {
	color: #ff4800;
	padding: 7px 0 0 0;
	font-size: 11px;
}


div.ttlForList {
	height: 30px;
	margin-bottom: 5px;	
}

div.ttlForList h3 {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #454545;
	font-weight: normal;
	float: left;
}

div.ttlForList div.links {
	color: #6e6d6b;
	float: left;
	border-left: 1px dotted #6e6d6b;
	padding: 0 0 0 10px;
	height: 14px;
	margin: 4px 0 0 35px;	
}

div.ttlForList div.links a {
	border-right: 1px dotted #6e6d6b;
	margin-right: 12px;
	padding: 0 12px 2px 0;
	color: #6e6d6b;	
	float: left;
}

div.ttlForList div.links.blue a {	
	color: #1679ba;	
}

div.ttlForList div.links a:hover {	
	color: #147aba;
}

div.ttlForList div.links a.rss {
	background: transparent url(/css/images/icos/rss.gif) no-repeat 0 2px;
	padding-left: 15px;
}

#companyNew {
	margin: 20px 0 0 0;
}

#companyPopular {
	margin: 20px 0 0 0;
}

#goodsNew {
	margin: 20px 0 0 0;
}

div.adsBig {
	margin: 15px 0 0 0;
}



/* inside */

#rightCol {
	width: 153px;
	padding: 0 0 0 20px;
}

#mainCol.lefted {
	width: 802px;
}

#howWork {
	/*padding: 70px 5px 0 5px;*/
	/*background: transparent url(/css/images/pnls/howitworks/bg.gif) no-repeat 0 0;*/
}

#howWork.noimg {
	padding-top: 5px;
	background-image: none;
}

#howWork ul.arred.red li a {
	color: #af2913;
}

#howWork ul.arred {
	margin-bottom: 17px;
}

#howWork ul.arred li {
	line-height: 120%;
	padding-top: 2px;
	padding-bottom: 3px;
}

#catalogPath {
	color: #1e436a;
	padding: 0 0 20px 0;
	line-height: 150%;
}

#catalogPath a {
	color: #1e436a;
}

#catalogPath a:hover {
	color: #147aba;
}

#catalogPath span {	
	font-size: 13px;
}

#catalogTabs .tabs {
	height: 30px;
	border-bottom: 1px solid #1679ba;
	margin-bottom: 15px;
}

#catalogTabs .tabs a {
	height: 18px;
	float: left;
	margin-right: 20px;
	padding-top: 6px;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px dashed #1d3b5f;
	color: #1d3b5f;
}

#catalogTabs .tabs a:hover {	
	color: #147aba;
	border-bottom: 1px dashed #147aba;
}

#catalogTabs .tabs a.active {
	background-color: #1679ba;
	color: white;
	border-bottom: none;
	padding: 6px;
}

#catTabs_goods_inner td.lyo {
	width: 210px;
	padding-right: 35px;
}

#catalogTabs div.tabInner {
	display: none;
}

#catalogTabs div.tabInner.active {
	display: block;
}

ul.catSubList li {
	margin-bottom: 15px;
	color: #989898;
	font-size: 11px;
}

ul.catSubList li a {	
	color: #989898;
}

ul.catSubList li a:hover {
	color: #147aba;
}

ul.catSubList p.ttl a:hover {
	color: #147aba;
}


ul.catSubList p.ttl {
	color: #1e436a;
	font-size: 12px;
	padding-bottom: 3px;
}

ul.catSubList p.ttl a {
	color: #1e436a;
	font-weight: bold;
}

div.adsBig.three {
	padding-top: 15px;
}

div.adsBig.three a.center {
	float: left;
	margin-left: 50px;
}

/* feedback */


#mainCol.centered {
	width: 490px;
	padding-right: 24px;
}

#mainCol h1 {
	background-color: #177aba;
	font-size: 24px;
	color: white;
	font-weight: normal;	
	text-align: left;
	padding: 5px 10px;
	margin-bottom: 17px;
}

#mainCol h1.module {
	text-align: center;
}

#mainCol h1.company {
	
}

#contentText p {
	line-height: 125%;
	padding-bottom: 10px;
}

.submitter {text-align: center;}

#contentText hr {
	margin: 15px 0;
	border: none;
	height: 1px;
	background-color: #1679ba;
}

form.easyLyo td.lyo {
	padding: 5px;
}

form.easyLyo .texter {
	border: 1px solid #cfe1e1;
	
}

form.easyLyo td.lyo.title {
	width: 160px;
	text-align: right;
	padding-right: 15px;
}

form.easyLyo td.lyo.title.required {	
	padding-right: 5px;
}

#contentText form.easyLyo p.ttl {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #454545;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 10px;
}

span.required {
	font-weight: bold;
	color: #bf2304;
	font-size: 18px;
}

#formFeedback input.asBtn {
	width: 108px;
	height: 26px;
	background: transparent url(/css/images/btns/send.gif) no-repeat 0 0;
	border: none;
	margin-left: 200px;
}



/* inside 2 */


#menuCompany li {
	
}

#menuCompany li a {
	display: block;
	padding: 7px 0 9px 7px;
	color: #1e436a;	
}

#menuCompany {
	padding-bottom: 15px;
}

#menuCompany li a:hover {
	background-color: #e4f6ff;
	color: #5888bb;	
}

#menuCompany li.catalog {
	padding-top: 6px;
}

#menuCompany li.catalog a {
	display: inline;	
}

#menuCompany li.catalog a:hover {
	background-color: transparent;	
}

#menuCompany li.catalog li {
	background-position: 9px 8px;
	margin-left: 5px;
}

#menuCompany li.catalog ul {
	padding: 7px 0 5px 0; 
}

#membershipType {
	margin-bottom: 15px;
}

div.lightBluePanel {
	background: #e3f4fe url(/css/images/pnls/lightblue/bg.gif) no-repeat 0 bottom;
	width: 238px;	
}

div.lightBluePanel div.top {
	background: transparent url(/css/images/pnls/lightblue/top.gif) no-repeat 0 0;
	padding: 10px 10px;
}

#companyActions {
	margin-bottom: 25px;
}

#companyActions ul.actions {
	padding: 5px 0;
}

#companyActions ul.actions li a {
	color: black;
}

#companyActions ul.actions li a:hover {
	color: #1e436a;
}

#companyActions ul.actions li {
	padding: 2px 0 2px 20px;
	background: transparent url(/css/images/icos/comments.gif) no-repeat left;
	line-height: 125%;
}

#companyActions ul.actions li.bookmark {
	background-image: url(/css/images/icos/bookmark.gif);
	background-position: 2px 5px;		
}

#companyActions ul.actions li.comments {
	background-image: url(/css/images/icos/comments.gif);
	background-position: 2px 5px;	
}

#companyActions ul.actions li.print {
	background-image: url(/css/images/icos/print.gif);
}

#companyActions ul.actions li.delete {
	background-image: url(/css/images/icos/delete.gif);
	background-position: 5px 6px;
}

#companyActions div.subs {
	padding: 15px 0 0 0;
	line-height: 150%;
}

#companyActions div.subs strong {
	padding: 0 0 5px 0;
	color: #696e73;
	display: block;
}

#companyActions div.subs a {
	color: #1e436a;
}

#companyActions div.subs a:hover {
	color: #147aba;
}

#companyActions a.contactUs {
	background: transparent url(/css/images/btns/write_message.jpg) no-repeat 0 0;
	display: block;
	margin: 25px 0 15px 20px;
	width: 161px;
	height: 26px;
	line-height: 25px;
	overflow: hidden;
	text-decoration: none;
	text-align:center;
	border:none;
	cursor:pointer;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-bottom:5px;
}
 
table.params {
	width: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	border: none;
	margin: 0 0 30px 0;
	padding: 0;
}

table.params.good {	
	margin-bottom: 0;
}

table.params td {
	border: none;
	margin: 0;
	padding: 4px;
	vertical-align: middle;
	background: transparent;
}

table.params td.ttl {
	text-align: right;
	font-size: 11px;
}

table.params td.val {	
	font-size: 14px;
	font-weight: bold;
}

table.params td.val.nopad {
	padding-top: 0;
	padding-bottom: 0;
}

table.params td.val.red {	
	color: #bf2304;
}

#companyDesc {
	margin-bottom: 50px;
}

div.socializm {
	height: 20px;
	margin-top: 10px;
}

div.socializm div.group { 
	border-right: 1px dotted #6e6d6b;
	margin-right: 12px;
	padding: 0 12px 2px 0;
	color: #6e6d6b;	
	float: left;
	margin-top: 2px;
}

div.socializm div.group.icos { 
	border-right: none;		
	margin-top: 0;
}

div.socializm div.group.icos a { 	
	margin-right: 5px;
}

#companyLogo {
	width: 130px;
}

table.params .leftBordered {
	border-left: 1px dotted #6e6d6b;
	padding-left: 6px;
}

table.params .extra {
	font-size: 12px;
	font-weight: normal;
	margin-left: 6px;
	color: #6e6d6b;
}

#goodPhoto {
	width: 220px;
}

#goodPhoto img.thumb {
	padding: 1px;
	border: 1px	solid #cfe1e1;
}

#goodPhoto p.fotos {
	padding: 10px 0 0 17px;
	margin-left: 10px;
	background: transparent url(/css/images/icos/photo.gif) no-repeat 0 14px;
	
}

#toBasket {
	float: right;
	width: 161px;
	text-align: right;
}

#toBasket a.buy {
	display: block;
	width: 161px;
	height: 26px;
	line-height: 200px;
	background: transparent url(/css/images/btns/buy.gif) no-repeat 0 0;
	margin-bottom: 5px;
}

span.memberTitle {
	float: left;
	padding: 5px 30px 5px 0;
	background: transparent url(/css/images/member/gold.gif) no-repeat right;	
}

span.memberTitle.silver {
	color: #4e7e9e;	
	background-image: url(/css/images/member/silver.gif);	
}

span.memberTitle.gold {
	color: #c1351a;	
	background-image: url(/css/images/member/gold.gif);	
}

#goodsSame {
	margin-bottom: 35px;
}


#logos {
	
	width:70px;
	height:83px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding-top:11px;
	float:left;
	margin-right: 50px;
	}
#logos span {
	font-size:30px;
	line-height:30px;
	}
.inp_1 {
	background:url(/images/search_button.jpg) top left no-repeat;
	width:90px;
	height:26px;
	border:none;
	cursor:pointer;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-bottom:5px;
	}
.inp_2 {
	background:url(/images/send_button.jpg) top left no-repeat;
	width:108px;
	height:26px;
	border:none;
	cursor:pointer;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-bottom:5px;
	}
.inp_3 {
	background:url(/images/buy_button.jpg) top left no-repeat;
	width:161px;
	height:26px;
	border:none;
	cursor:pointer;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-bottom:5px;
	}
.inp_4 {
	background:url(/images/registration.jpg) top left no-repeat;
	width:193px;
	height:39px;
	border:none;
	cursor:pointer;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-bottom:5px;
	}
.buy {
	background:url(/images/buy_button.jpg) top left no-repeat;
	width:161px;
	height:26px;
	display:block;
	text-align:center;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}
.registr {
	background:url(/images/registration.jpg) top left no-repeat;
	width:193px;
	height:35px;
	display:block;
	text-align:center;
	font-size:24px;
	padding-top:4px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}
.write {
	background:url(/images/buy_button.jpg) top left no-repeat;
	width:161px;
	height:26px;
	display:block;
	text-align:center;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

#membershipType {
	margin-bottom: 15px;
	width: 172px;
	height: 24px;
	color: white;
	text-decoration: none;
	padding: 32px 0 0 65px;
	background: transparent url(/css/images/member/bnr/gold.gif) no-repeat 0 0;
	display: block;
}

#membershipType.gold {
	background-image: url(/css/images/member/bnr/gold.gif);
}

#membershipType.silver {	
	background-image: url(/css/images/member/bnr/silver.gif);	
}

.azia {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	background-color: #BF2304;
	padding: 3px 4px 5px;
    color: white;
	font-weight: bold;
}

.com_prod {
	color:#0481AD !important;
	text-decoration:none !important;	
	font-size: 14px;
}

.com_prod strong {
	font-weight: normal;
	font-size: 23px;
}
#headBg .com_prod {
	width: 160px;
}
.com_prod strong {
	font-weight: normal;
	font-size: 23px;
}
#headBg .com_prod {
	width: 160px;
}