body,td,p {
	font: normal normal 12px Arial, Helvetica, sans-serif;
}

P {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

.header,A.header {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

FORM {
	display: inline;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

INPUT.searchbox {
	font: normal normal 10px Arial, Helvetica, sans-serif;
	color: #0000ff;
	width: 130px;
}



H1 {
	font: normal normal bold 16px Arial, Helvetica, sans-serif;
	color: #BD1313;
	text-transform: uppercase;
}

H2 {
	font: normal normal bold 12px Arial, Helvetica, sans-serif;
	color: #808080;
	text-transform: uppercase;
}


.table_border {
        border-top: 1px solid grey;
        border-left: 1px solid grey;

}

A.list { text-decoration: none; color: #0000FF; }
A.list:hover { text-decoration: underline; color: #0000FF; }

div.text {
	padding-bottom: 5px;
}

div.html {
	padding-top: 10px;
}

div.hr {
	padding-top: 10px;
	padding-bottom: 5px;
}

.image_item {
    padding-left:10px;
}

.footer_sup {
	font-size: 7px;
	vertical-align: top;
}

.footer_txt {
	font-size: 10px;
}

.row0 {
	background-image: url(../img/table_row.png);
} 

.caption {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.ext_single {
	padding: 3px;
	padding-left: 10px;
	background-image: url(../img/plugin_topitem.png);
}

.ext_single_equip {
	padding: 5px;
}

.ext_single_price {
	padding-top: 7px;
	padding-left: 10px;
}
A.topitem {
	text-decoration: none;
}
A.topitem:hover {
	text-decoration: underline;
}


/* config v2 */
div.brand_select {
	border: 1px solid #dddddd;
	padding: 3px;
	margin: 3px;
	width: 190px;
	height: 91px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

div.brand_logo {
	height: 70px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 65%;
}

div.brand_text {
	background-color: #eeeeee;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

div.model_select {
	border: 1px solid #dddddd;
	padding: 3px;
	margin: 3px;
	height: 110px;
	width: 207px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

div.model_logo {
	height: 89px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 65%;
	vertical-align: middle;
}

div.model_text {
	background-color: #eeeeee;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

div.node_select {
	border: 1px solid #dddddd;
	padding: 5px;
	margin: 3px;
	height: 17px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}


div.brand_select:hover, div.model_select:hover, div.node_select:hover {
	background-color: #f7f7f7;
	cursor: pointer;
}

a.brand_select,a.model_select, a.node_select {
	text-decoration: none;
}

div.brand_title {
	padding: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 2px 2px 3px 1px #989898;
	box-shadow: 2px 2px 3px 1px #989898;
	display: block;
}

div.select_block {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}

div.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 7px;
	text-align: center;
	display: inline;
}

.btn_text {
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
}

.pathbar {
	margin: 0px;
	margin-top: 5px;
	min-height: 10px;
	color: #2c2c2c;
	font-size: 11px;
}
.pathbar ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pathbar li {
	float: left;
}
.pathbar li a {
	color: #2c2c2c;
	text-decoration: none;
}

.pathbar li a,
.pathbar li > span {
	position: relative;
	float: left;
	margin: 0 3px 0px 0;
	padding: 0 5px 0 15px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #ebebeb;
}
.pathbar li a:before,
.pathbar li > span:before {
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ffffff;
	content: "";
}
.pathbar li a:after,
.pathbar li > span:after {
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 1;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ebebeb;
	content: "";
}
.pathbar li:first-child a,
.pathbar li:first-child > span {
	padding-left: 10px;
}
.pathbar li:first-child a:before,
.pathbar li:first-child > span:before,
.pathbar li:first-child a:before,
.pathbar li:first-child > span:before {
	display: none;
}
.pathbar b {
	display: none;
}

.g-recaptcha a {
	text-decoration: underline!important;
	font-weight: bold!important;
	color: red!important;
}
