.clear {
	clear: both;
}

.sales_image_big {
	border: none;
}

.sales_image {
	margin: 5px auto;
	/*border: 1px solid #D5D5D5;*/
}

.form_tab_tires {
	min-height: 20px;
	padding: 0;
	margin-bottom: 20px;
	background-color: #c6e2ff;
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form_tab_rims {
	min-height: 20px;
	padding: 0;
	margin-bottom: 20px;
	background-color: #c6e2ff;
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form_tab_wheels {
	min-height: 20px;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	background-color: #c6e2ff;
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form_tab_fullwidth {
	margin: 0px 19px;
}

.form_tab_column_1_4 { /*width: 220px;*/
	width: 205px;
	margin: 0px 19px;
	position: relative;
	float: left;
}

.form_tab_column_2_4 {
	width: 450px;
	margin: 0px 19px;
	position: relative;
	float: left;
}

.form_tab_column_3_4 {
	width: 695px;
	margin: 0px 19px;
	position: relative;
	float: left;
}

.form_input_item {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form_input_label {
	display: block;
	margin: 5px 0px;
}

.form_input_text {
	width: 100%;
	display: inline-block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #C6E2FF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
}

.form_input_select {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #C6E2FF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	width: 100%;
	display: inline-block;
}

.form_select_tires_short {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #C6E2FF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	width: 120px;
	display: inline-block;
}

.form_select_rims_short {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #C6E2FF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	width: 88px;
	display: inline-block;
}

.form_input_label_weight {
	display: inline-block;
	margin: 0px 0px 5px 0px;
	width: 193px;
}

.form_input_select_weight {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #C6E2FF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	width: 193px;
	display: inline-block;
}

.form_input_label_speed {
	display: inline-block;
	margin: 0px 0px 5px 18px;
	width: 193px;
}

.form_input_select_speed {
	height: 34px;
	padding: 6px 12px;
	margin-left: 18px;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #C6E2FF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	width: 193px;
	display: inline-block;
}

.form_input_checkbox {
	margin-top: 10px;
}

.form_checkbox_label {
	display: inline-block;
	margin: 10px 5px 5px 0px;
}

.form_checkbox_label_disabled {
	display: inline-block;
	margin: 0px 5px 5px 0px;
	color: #aaa;
}

.form_button_search {
	display: block;
	color: #FFF;
	background-color: #0074B1;
	padding: 6px 12px;
	margin-bottom: 0px;
	margin-top: 90px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid #0074B1;
	border-radius: 4px;
	position: relative;
	float: right;
}

.form_button_search:hover,.form_button_search:focus {
	color: #FFF;
	background-color: #005994;
	border-color: #005994;
}

.form_button_icon {
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0px;
}

.form_tab_controls {
	margin: 10px 19px 15px 19px;
}

/**************** search3.css table *********************/
#scroll_header,#footer {
	margin: 0 auto;
	border: 0;
	padding: 0;
	position: fixed;
	width: 1020px;
	text-align: center;
}

#scroll_header {
	z-index: 200;
}

#scroll_header table {
	margin: 0 auto;
}

#brand_table tbody th {
	cursor: pointer;
}

#scroll_header table.search_table th {
	cursor: pointer;
}

.helper {
	position: absolute;
	display: none;
	margin: 0;
}

div.helper {
	border: 1px solid black;
	padding: 5px;
	background-color: white;
	z-index: 400;
}

img.helper {
	padding: 0;
	border: 0;
	z-index: 500;
}

col,clogroup,thead {
	height: 0;
}

table.style2014 td,table.style2014 th {
	font-size: 14px;
	overflow: hidden;
}

table.full_width {
	width: 1020px;
}

table.search_table {
	table-layout: fixed;
	width: 1020px;
	font-size: 14px;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
}

table.table_overflow {
	margin-top: 0;
	border-top: 0px;
}

table.footer_table {
	width: 1020px;
	margin: 0;
	border: 1px solid #e3e3e3;
}

table.footer_table,table.footer_table th {
	font-size: 14px;
	background-color: #e3c694;
	cursor: pointer;
}

table.search_table,table.search_table th,table.search_table td {
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

table.notfixed {
	table-layout: auto;
}

table.notfixed,table.notfixed th,table.notfixed td {
	white-space: normal;
	padding: 3px;
}

table.search_table tr.last_row_border th,table.search_table tr.last_row_border td
	{ /*border-bottom: 1px solid #e3e3e3;*/
	
}

table.search_table td.wrap {
	white-space: normal;
}

table#brand_table,table#choose_brand_simple {
	border: 0;
	border-collapse: collapse;
}

table#choose_brand_simple {
	margin: 0 0 30px 0;
}

table#choose_brand_simple td {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	padding: 0;
	width: 100px;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
}

table#choose_brand_simple td.selected {
	border-color: #C45911;
	/* border-width: 2px; */
}

table#choose_brand_simple td.selected div.choose_brand_text {
	/* background-color: #FFE599; */
	/* background-color: #BEDEEF; */
}

table#choose_brand_simple td.selected_right {
	border-right-color: #C45911;
}

table#choose_brand_simple td.selected_bottom {
	border-bottom-color: #C45911;
}

table#brand_table th {
	border: 1px solid #dddddd;
	padding: 12px;
}

table#brand_table td.separator {
	border: 0;
	height: 30px;
	padding: 1px 10px;
}

table.group_preview { /* border-collapse: collapse; */
	/* font-size: 90%; */
	
}

table.group_preview td {
	vertical-align: top;
	border: 0;
	padding: 0;
}

table.group_preview tr:last-child td {
	height: 100%;
	border-bottom: 0;
}

table.search_table td.suppier_stat_td {
	cursor: pointer;
}

table.search_table th.left,table.search_table td.left {
	text-align: left;
}

table.search_table th.top,table.search_table td.top {
	vertical-align: top;
}

table.search_table th.long_text,table.search_table td.long_text {
	font-size: 13px;
}

table.search_table thead th,table.search_table thead td {
	text-align: center;
	font-size: 100%;
	padding: 0;
}

table.search_table thead th {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e3e3e3 #e3e3e3 #a7a7a7 #e3e3e3;
	background-color: #BEDEEF;
	height: 60px;
	vertical-align: bottom;
}

table.search_table thead td {
	border: 0;
}

table.notfixed thead td {
	padding: 3px;
}

table.notfixed thead th {
	padding: 3px 3px 10px;
}

p.table_header {
	font-size: 20px;
	padding: 0;
	margin: 30px 0 10px 0;
}

p.table_overflow_header {
	font-size: 14px;
	padding: 0;
	margin: 3px 0 0 0;
}

table.table_overflow thead td.header {
	font-size: inherit;
	padding-bottom: 10px;
}

table.search_table tbody td {
	border-color: #a7a7a7 #e3e3e3;
	border-style: solid;
	border-width: 1px;
	padding: 0 5px;
	/* line-height: 0.9; */
}

table.search_table tbody tr {
	height: 30px;
}

table.search_table tbody td:first-child,table.search_table thead th:first-child
	{
	border-left: 1px solid #e3e3e3;
}

table.search_table tbody td:last-child,table.search_table thead th:last-child
	{
	border-right: 1px solid #e3e3e3;
}

table.search_table tbody tr:last-child td {
	border-bottom: 1px solid #a7a7a7;
}

table.search_table tbody tr.even td { /*background-color: #F2F2F2;*/
	
}

table.search_table tbody tr.focused td {
	background-color: #ffecc9;
}

table.group_preview {
	width: 100%;
	height: 100%;
}

#message_open_td {
	padding: 10px;
}

p#p_brand_choose {
	color: blue;
	cursor: pointer;
	display: none;
}

input.order_input {
	border: 1px solid #cccccc;
	background: #bedeef;
	padding: 0;
	margin: 0 3px 0 0;
	width: 30px;
	height: 16px;
	font-size: 80%;
}

.brand_show_button {
	border: 2px outset #e3e3e3;
	background-color: #ffa64d;
	padding: 5px;
	margin-top: 7px;
	width: 125px;
	/* font-weight: 600; */
	/* font-size: 12px; */
}

div.th_cover {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	/*height: 35px;*/
	padding: 5px 0 10px;
	/*vertical-align: bottom;*/
	text-align: center;
	line-height: 1.2em;
}

div.choose_brand_image,div.choose_brand_text {
	width: 100px;
	border: 0;
	padding: 0;
}

div.choose_brand_image {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0 0 0;
	height: 40px;
}

div.choose_brand_text {
	padding: 0 0 5px 0;
	height: auto;
}

div.helper {
	font-size: 12px;
}

div.helper p {
	margin-top: 0;
	margin-bottom: 3px;
}

div.helper div.battery {
	width: 20px;
	height: 80px;
	border: 1px solid #e3e3e3;
	margin: 0 auto auto auto;
	/* background-color: #D8F1DC; */
}

div.helper table,div.helper td,div.helper th {
	font-size: inherit;
	vertical-align: top;
}

select.filter {
	border-width: 1px solid #e3e3e3;
}

select.filter option {
	background-color: #BEDEEF;
}

.helper_h1 {
	font-size: 25px;
}

.helper_h5 {
	font-size: 13px;
	font-weight: 600;
}

.helper_text_little {
	font-size: 10px;
}

div#choose_brand_wrapper {
	display: table-cell;
	vertical-align: middle;
	/* line-height: 30px; */
}

div#brand_preview_header {
	border-left-width: 1px;
}

.pointer {
	cursor: pointer;
}

img.order_button {
	cursor: pointer;
	margin: auto 0;
}

img.xsmall {
	width: 30px;
}

img.small {
	width: 50px;
}

span.offer_amount,.link {
	text-decoration: underline;
	color: #0074B1;
}

span.opt,span.spec_price {
	font-size: 80%;
	vertical-align: top;
	color: red;
}

.tgreen {
	/*color: #00BC3F;*/
	color: #0a0;
}

.tblue {
	color: blue;
}

.tyellow {
	color: #FF7900 !important;
}

.tred {
	color: red;
}

.tgrey {
	color: #999999;
}

.tmagenta {
	color: magenta;
}

.bold {
	font-weight: bold;
}

.bggreen {
	background-color: #00DA49;
}

.bggreen_light {
	background-color: #D8F1DC;
}

.bgyellow {
	background-color: #FF7900;
}

.bgyellow_light {
	background-color: #F2EDDA;
}

.bgred {
	background-color: red;
}

.bgred_light {
	background-color: #F2DADA;
}

.bgcolor {
	background-color: #f2f2f2;
}

.spb_background {
	background: url(/html/img/stock_bg.png) center top no-repeat;
}

.small {
	font-size: 75%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.monospace {
	font-family: monospace;
}

.search_table .preview {
	float: right;
}

.form_input_label_3_16 {
	width: 140px;
	margin: 0px 18px 5px 0px;
	display: inline-block;
}

.form_select_rims_3_16 {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #C6E2FF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	display: inline-block;
	width: 140px;
	margin-right: 18px;
}

.form_input_label_3_16.bg,.form_select_rims_3_16.bg {
	width: 180px;
}
/*

.form_tab_wheels .form_input_label_weight,.form_tab_wheels .form_input_label_speed,.form_tab_wheels .form_input_select_depth,.form_tab_wheels .form_input_select_weight,.form_tab_wheels .form_input_select_speed
	{
	width: 120px;
}

.form_tab_wheels .form_input_select_weight {
	margin-left: 18px;
}
*/
.form_tab_wheels  .form_button_search {
	margin-top: 16px;
}

#tires_form option.invis,#rims_form option.invis,#wheels_form option.invis
	{
	display: none;
}

.setCatparamBrand
{
	float:left;
	padding: 7px;
}

.setCatparamBrand div
{
	width: 110px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	background: white;
}

.setCatparamBrand div {
	border: 1px solid #ccc;
}
.setCatparamBrand:hover div {
	border-color: #888;
}