﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body { 
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

/* STRUCTURE */

#pagewrap {
	padding: 5px;
	width: 1200px;
	margin: 20px auto;
}
header {
	height: 100px;
	padding: 0 15px;
}
#content {
	width: 200px;
	float: left;
	padding: 5px 5px;
}

#middle {
	width: 694px; /* Account for margins + border values */
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#sidebar {
	width: 200px;
	padding: 5px 5px;
	float: left;
}
footer {
	clear: both;
	padding: 0 15px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

	header, footer {
		padding: 1% 4%;
	}
}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	header {
		height: auto;
	}
	h1 {
		font-size: 2em;
	}
	#sidebar {
		display: none;
	}

}


#content {
	/*background: #f8f8f8;*/
}
#sidebar {
	/*background: #f0efef;*/
}
header, #content, #middle, #sidebar {
	margin-bottom: 5px;
}

#pagewrap, header, #content, #middle, #sidebar, footer {
	/*border: solid 1px #ccc;*/
}

.clear {
	clear: both;
}
.container {
	width: 1220px;
	margin: 0px auto;
}
.row {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	max-width: 100%;
}
#wrapper {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#header {
	/*background: #cfcfcf url(../images/header-bg.png) repeat-x;*/
	position: relative;
	z-index: 99;
	width: auto;
	height: auto;
}
.logo {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.logo_right {
	width: auto;
	height: auto;
	margin: 28px 0px 0px 0px;
	padding: 0px;
	float: right;
}
.logo_right_row {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
.top_social_link {
	float: left;
	margin: 0px;
	padding: 0px;
}
.top_social_link_clo {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.top_link {
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 22px;
	color: #494949;
	text-decoration: none;
	float: left;
}
.top_link a {
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #494949;
	text-decoration: none;
	padding: 0px 8px;
	margin: 0px;
}
.top_link a:hover {
	text-decoration: none;
	color: #c60303;
}
.cart_div {
	position: relative;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	float: left;
	width: auto;
	height: auto;
}
.cart_icon {
	float: left;
	margin: 4px 8px 0 0;
	padding: 0;
}
.cart_count {
	width: 22px;
	margin: 0px;
	padding: 0px;
	height: 22px;
	background: #494949;
	border-radius: 100px;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
	font-family: 'open_sansregular';
	color: #FFFFFF;
	float: left;
}
.cont_details {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #494949;
	font-family: 'open_sansitalic';
	text-align: center;
	letter-spacing: 1px;
	clear: both;
}
.cont_details_no {
	color: #494949;
	font-size: 44px;
	font-family: 'open_sansbold_italic';
	margin: 0px;
	padding: 16px 0px 5px 0px;
	letter-spacing: 1px;
	line-height: 40px;
}
.search_bar {
	width: 228px;
	height: 26px;
	padding: 2px 2px 2px 2px;
	background: #ededed url(../images/search-bg.png) repeat-x;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 5px #d2d2d1;
	-webkit-box-shadow: inset 0 0 5px #d2d2d1;
	box-shadow: inset 0 0 5px #d2d2d1;
}
.search_icon {
	float: right;
	margin: 0px;
	padding: 0px;
}
.search_input {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #808080;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin: 0 10px;
	width: 176px;
}
#main {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0px;
	background: #FFFFFF;
}
.middle_right_part {
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
.middle_box_row {
	width: auto;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.wheel_search_box {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 7px 7px 3px 7px;
	background: #ededee url(../images/wheel-search-box-bg.png) no-repeat;
	background-size: cover;
	border: 1px solid #c1c1c1;
}
.box_heading {
	padding: 5px 0px 18px 0px;
	margin: 0px 0px 16px 0px;
	background: url(../images/hd-bg.png) no-repeat center bottom;
	text-align: center;
	font-family: 'open_sanssemibold';
	font-size: 28px;
	color: #323232;
	font-weight: normal;
	text-transform: uppercase;
}
.box_heading span {
	text-transform: none;
	font-family: 'open_sanslight';
}
.wheel_search_box_clo {
	width: 50%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.wheel_search_left_row {
	margin: 0px 28px 10px 28px;
	padding: 0px;
	width: auto;
	height: auto;
}
.wheel_search_lable {
	color: #323232;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
	font-family: 'open_sanssemibold';
	float: left;
	width: 72px;
}
.wheel_search_select {
	width: 310px;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.got_questions {
	width: 355px;
	height: auto;
	margin: 0px 28px 0px 0px;
	padding: 0px;
	text-align: center;
	float: right;
	color: #ce0000;
	font-size: 22px;
	line-height: 24px;
	font-family: 'open_sansbold';
}
.got_questions span {
	color: #323232;
}
.got_questions_no {
	color: #494949;
	font-family: "open_sansbold_italic";
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 0;
	padding: 10px 0 10px 0;
}
.tires_search_box {
	border: 1px solid #e3e4e8;
	height: auto;
	margin: 0;
	padding: 7px 7px 3px;
	width: auto;
}
.tires_search_left {
	width: auto;
	height: auto;
	margin: 0px 0px 8px 28px;
	padding: 0px;
	float: left;
}
.tires_search_lable {
	color: #323232;
	float: none;
	font-family: "open_sanssemibold";
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	width: auto;
}
.tires_search_select_row {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.tires_search_select_clo {
	width: 190px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	height: 40px;
}
.tires_select_w {
	width: 149px !important;
}
.tires_select_options {
	width: 188px !important;
}
.tires_search_right {
	float: right;
	height: auto;
	margin: 0 28px 8px 0px;
	padding: 0;
	width: auto;
}
.filter_results_btn {
	width: 280px;
	margin: 0px auto 8px auto;
	height: 38px;
	border-bottom: 2px solid #a30000;
	background: #cb0101;
	border-radius: 3px;
	text-align: center;
}
.filter_results_btn a {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-decoration: none;
	font-family: 'open_sansregular';
	line-height: 38px;
}
.filter_results_btn a:hover {
	color: #fce706;
	text-decoration: none;
}
.bennar_img {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.titel_main {
	background-position: left bottom;
	text-align: left;
	margin-bottom: 8px;
}
.middle_details_text {
	color: #5e5e5e;
	line-height: 28px;
	font-size: 18px;
	font-family: 'open_sansregular';
}
.custom_wheels_row {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.custom_wheels_left_img {
	width: 338px;
	height: auto;
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 0px;
}
.custom_wheels_right {
	background: none repeat scroll 0 0 #f4f4f4;
	border-color: #e2e2e2 #e2e2e2 #343434;
	border-style: solid;
	border-width: 1px 1px 2px;
	float: left;
	height: 168px;
	margin: 0;
	overflow: hidden;
	padding: 22px;
	position: relative;
	width: 506px;
}
.custom_wheels_right::after {
	background: none repeat scroll 0 0 #343434;
	bottom: -5px;
	content: "";
	height: 15px;
	left: -10px;
	position: absolute;
	transform: rotate(45deg);
	width: 25px;
}
.middle_small_heading {
	font-size: 24px;
	color: #323232;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
	line-height: none;
	margin: 0px 0px 14px 0px;
}
.middle_small_heading span {
	font-family: 'open_sanslight';
	text-transform: none;
}
.custom_wheels_details_text {
	color: #5e5e5e;
	line-height: 22px;
	font-size: 14px;
	font-family: 'open_sansregular';
}
.custom_wheels_right_img {
	width: 338px;
	height: auto;
	margin: 0px 0px 0px 10px;
	float: right;
	padding: 0px;
}
.custom_wheels_left {
	background: none repeat scroll 0 0 #f4f4f4;
	border-color: #e2e2e2 #e2e2e2 #343434;
	border-style: solid;
	border-width: 1px 1px 2px;
	float: left;
	height: 168px;
	margin: 0;
	overflow: hidden;
	padding: 22px;
	position: relative;
	width: 506px;
}
.custom_wheels_left::after {
	background: none repeat scroll 0 0 #343434;
	bottom: -5px;
	content: "";
	height: 15px;
	left: -10px;
	position: absolute;
	transform: rotate(45deg);
	width: 25px;
}
.tabs-container {
	float: left;
	width: 100%;
	margin: 0px 0px 0px;
	padding: 0px;
	clear: both;
}
ul.tabs-frame {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	background: #1e1e1e url(../images/tab-li-bg.png) repeat-x;
}
ul.tabs-frame li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #1e1e1e url(../images/tab-li-bg.png) repeat-x;
	border-radius: 0px;
	border-right: 1px solid #585757;
}
/*ul.tabs-frame li:last-child{
	margin:0px 0px 0px 0px;
}*/
ul.tabs-frame li a {
	float: left;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px 34px;
	text-align: center;
	font-size: 18px;
	line-height: 54px;
	color: #ffffff;
	font-family: 'open_sanssemibold';
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}
ul.tabs-frame li:last-child {
	border-right: none;
}
ul.tabs-frame li a.last_tab {
	padding: 0 32px 0px 32px;
}
ul.tabs-frame li.active {
	background: #c80000 url(../images/tab-active-li-bg.png) repeat-x;
}
ul.tabs-frame li a:hover {
	background: #c80000 url(../images/tab-active-li-bg.png) repeat-x;
}
ul.tabs-frame li a.current {
	background: #c80000 url(../images/tab-active-li-bg.png) repeat-x;
}
.tabs-frame-content {
	float: none;
	clear: both;
	width: auto;
	margin: -1px 0px 0px;
	padding: 6px 18px 6px 18px;
	border-radius: 0px 0px 0px 0px;
	background: #ffffff;
	border: #c1c1c1 1px solid;
}
.tab_img_box_out {
	width: 265px;
	height: auto;
	margin: 6px 11px;
	float: left;
}
.tab_img_div {
	border: 1px solid #dcdcdc;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
.tab_img_name_div {
	border-bottom: 1px solid #888888;
	margin: 0px;
	padding: 7px 12px;
	width: auto;
	height: auto;
	font-family: 'open_sanssemibold';
	font-size: 16px;
	line-height: 22px;
	color: #323232;
	text-decoration: none;
	background: #f4f4f4;
}
.tab_img_name_div a {
	font-family: 'open_sanssemibold';
	font-size: 16px;
	line-height: 22px;
	color: #323232;
	text-decoration: none;
}
.tab_img_name_div a:hover {
	color: #ca0000;
	text-decoration: none;
}
/* MIDDLE_LEFT_DIV
----------------------------------------------------------------------------- */
.middle_left_part {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 210px;
}
.middle_left_box_row {
	width: auto;
	height: auto;
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
	padding: 0px;
	border-radius: 4px 4px 0px 0px;
}
.middle_left_box_heading {
	width: auto;
	height: 38px;
	margin: 0px;
	padding: 0px;
	background: url(../images/middle_left_box_hd_bg.png) repeat-x;
	border-bottom: 1px solid #c1c1c1;
	text-align: center;
	font-size: 18px;
	color: #171717;
	text-transform: uppercase;
	line-height: 38px;
	font-family: 'open_sanssemibold';
	border-radius: 4px 4px 0px 0px;
}
.middle_left_box_heading span {
	font-family: 'open_sanslight';
	text-transform: none;
}
.middle_left_box_details {
	width: auto;
	height: auto;
	padding: 12px 5px;
	margin: 0px;
	background: url(../images/middle_left_box_bg.png) repeat-x bottom;
}
.middle_social_div {
	height: auto;
	margin: 15px 1px;
	padding: 0;
	width: auto;
}
.middle_social_icon {
	width: 35px;
	height: 35px;
	float: left;
	margin: 0px 2px;
	float: left;
}
.we_ship_world_heading {
	text-align: center;
	font-size: 16px;
	color: #171717;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
	margin-bottom: 20px;
}
.we_ship_world_heading span {
	font-family: 'open_sanslight';
}
.we_ship_world_img {
	width: auto;
	height: auto;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
.we_ship_world_img img {
	display: inline;
}
.free_shipping_text {
	font-family: 'open_sansbold';
	font-size: 24px;
	color: #323232;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 40px;
}
.free_shipping_text span {
	font-family: 'open_sanssemibold';
	font-size: 20px;
}
.free_shipping_red_text {
	color: #cf0001;
	line-height: 22px;
	font-size: 13px;
	padding: 0px 0px 10px 15px;
	text-align: left;
	font-family: 'open_sanssemibold';
}
.payment_img {
	width: auto;
	height: auto;
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
}
.payment_img img {
	display: inline;
}
.entry-ptype-banners-lst {
	width: auto;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.entry-ptype-banners-lst ul {
	margin: 0;
	overflow: hidden;
	padding: 0 1px;
}
.entry-ptype-banners-lst ul li {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0px;
}
.entry-ptype-banners-lst ul li.left-li {
	width: 338px;
}
.entry-ptype-banners-lst ul li.center-li {
	width: 294px;
}
.entry-ptype-banners-lst ul li.right-li {
	width: 485px;
}
.entry-ptype-banners-lst ul li .entry-ptype-banner-h {
	float: left;
	height: auto;
	margin: 4px;
	overflow: hidden;
	position: relative;
	width: auto;
}
.entry_ptypt_hover_titel {
	background: url(../images/hd-bg-two.png) no-repeat center bottom;
	padding-bottom: 12px !important;
}
.entry_ptype_text_div_one {
	width: 305px;
	height: 147px;
	margin: 0px;
	padding: 10px;
	font-family: 'open_sansregular';
	color: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}
.entry_ptype_titel_text {
	font-family: 'open_sanssemibold';
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 11px 0px;
	color: #ffffff;
	text-align: left;
	background: url(../images/hd-bg-two.png) no-repeat left bottom;
	text-transform: uppercase;
}
.entry_ptype_titel_text span {
	font-family: 'open_sanslight';
	text-transform: none;
}
.balack_bg {
	background: #333333;
	cursor: pointer;
	transition: background-color 5s ease 0s;
}
.balack_bg:hover {
	background: #FF282C;
	cursor: pointer;
}
.entry_ptype_text_div_two {
	color: #ffffff;
	font-family: "open_sansregular";
	font-size: 13px;
	height: 124px;
	line-height: 22px;
	margin: 0;
	padding: 10px;
	text-align: justify;
	width: 456px;
}
a {
	text-decoration: none;
}
.our_pro {
	margin: 7px 0px 5px 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
.our_projects {
	list-style: none outside none;
	border: 0 none;
	margin: 0;
	padding: 0
}
.our_projects .grid_3 {
	display: inline;
	float: left;
	margin-bottom: 0;
	margin-left: 9px;
	margin-right: 9px;
	width: 262px;
}
/* PORTFOLIO IMG
----------------------------------------------------------------------------- */
.portfolio img {
	opacity: 1;
	border: 0px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 100%;
}
.portfolio img.ribbon {
	position: absolute;
	width: 28px !important;
	height: 50px;
	border: none;
	z-index: 10;
	top: -6px;
	right: 10px;
}
.grid_3 .portfolio img {
	width: 262px;
}
.portfolio .portfolio-image {
	display: block;
	overflow: hidden;
	height: 180px;
}
.portfolio figcaption {
	border-bottom: 2px solid #cf0001;
	float: left;
	width: 100%;
	min-height: 53px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background: #f4f4f4;
}
.portfolio figcaption::after {
	background: none repeat scroll 0 0 #cf0001;
	bottom: -5px;
	content: "";
	height: 15px;
	left: -10px;
	position: absolute;
	transform: rotate(45deg);
	width: 25px;
}
.portfolio figcaption p + p {
	margin-top: 0;
}
figcaption .caption-title {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	z-index: 100;
	margin-top: 0px;
}
figcaption .title {
	font-family: 'open_sanssemibold';
	font-size: 18px;
	line-height: 32px;
	color: #323232;
	text-align: center;
	margin: 0px;
}
figcaption .subtitle {
	font: italic 11px 'Arimo', serif;
	text-align: center;
	color: #aaa;
}
.caption-hover {
	float: left;
	margin-left: 35%;
	padding-bottom: 10px;
	position: absolute;
	display: block;
	margin-top: 10px;
}
/* CAPTION HOVER FOR PORTFOLIO WITH THREE ITEMS
----------------------------------------------------------------------------- */
.grid_4 .caption-hover {
	margin-left: 39%;
}
.caption-hover li {
	background: #cf0001;
	width: 30px !important;
	height: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	float: left;
	margin-right: 5px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.caption-hover li:last-child {
	margin-right: 0px;
}
.caption-hover li:hover {
	background: #cf0001;
}
.portfolio-zoom a {
	width: 30px;
	height: 15px;
	background: url('../img/portfolio/zoom.png') center no-repeat;
	padding-top: 15px;
	text-indent: -9999px;
	display: block;
}
.portfolio-single a {
	width: 30px;
	height: 15px;
	background: url('../img/portfolio/detail.png') center no-repeat;
	padding-top: 15px;
	text-indent: -9999px;
	display: block;
}
/* HOVER ANIMATION
----------------------------------------------------------------------------- */
.portfolio:hover {
	cursor: pointer;
}
.portfolio:hover .caption-hover {
	display: block;
	top: 10px;
}
.portfolio:hover figcaption {
	background: #dedee1;
}
.portfolio:hover img {
}
.portfolio:hover img.ribbon {
	opacity: 1;
}
figure.portfolio {
	position: relative;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.portfolio .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: visible;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	opacity: 0;
}
.portfolio a.info {
	background: url('../img/portfolio/gallery-zoom.png') center no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-webkit-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-moz-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-o-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	text-decoration: none;
	padding: 0;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}
.portfolio:hover .mask {
	opacity: 0.7;
	background: #d74142;
}
.portfolio:hover a.info {
	opacity: 1;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
}
#footer {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.footer_part_one {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 15px 0px 3px 0px;
	background: url(../images/footer-part-one-bg.png) repeat;
}
.footer_part_one_row {
	width: auto;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.footer_part_one_heading {
	background: url("../images/hd-bg.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
	color: #333333;
	font-family: "open_sanssemibold";
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0px 0 8px;
	text-align: left;
	text-transform: uppercase;
}
.footer_part_one_row ul {
	margin: 0px 15px;
	padding: 0px;
	width: 194px;
	height: auto;
	float: left;
}
.footer_part_one_row ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
	height: auto;
	border-bottom: #c5c3c3 1px dashed;
}
.footer_part_one_row ul li a {
	font-family: 'open_sansregular';
	line-height: 26px;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 16px;
	background: url(../images/footer-link-arrow.png) no-repeat left;
}
.footer_part_one_row ul li a:hover {
	text-decoration: none;
	color: #cf0001;
}
.footer_part_two {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	background: url(../images/footer-part-two-bg.png) repeat;
	border-bottom: 1px solid #3d3d3d;
}
.footer_part_two_clo {
	width: 250px;
	margin: 0px 15px;
	float: left;
	height: auto;
	padding: 0px;
}
.footer_logo {
	width: auto;
	height: auto;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
.footer_add_details {
	color: #999999;
	line-height: 20px;
	font-size: 13px;
	font-family: 'open_sansregular';
	margin: 0px;
	padding: 0px;
}
.add {
	background: url(../images/location-icon.png) no-repeat left top 5px;
	padding: 0px 0px 0px 22px;
	margin-bottom: 5px;
}
.phone {
	background: url(../images/phone-icon.png) no-repeat left top 5px;
	padding: 0px 0px 0px 22px;
	margin-bottom: 5px;
}
.map {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.bottom_titel_w {
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'open_sansregular';
	text-align: left;
	margin: 14px 0px 8px 0px;
	padding: 0px;
}
.bottom_links {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.bottom_links ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
.bottom_links ul li {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.bottom_links ul li a {
	font-family: 'open_sansregular';
	color: #999999;
	line-height: 28px;
	font-size: 15px;
	background: url(../images/bottom-links-arrow.png) left no-repeat;
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	margin: 0px;
	list-style: none;
}
.bottom_links ul li a:hover {
	text-decoration: none;
	color: #cf0001;
}
.bottom_social_row {
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.bottom_social_icon {
	float: left;
	margin: 0px 2px;
	width: 35px;
	height: 35px;
	padding: 0px;
}
.bottom_verified {
	width: auto;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.free-shipping-img {
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 0px;
}
.free-shipping-right {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	padding-top: 5px;
}
.footer_part_three {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 12px 0px 12px 0px;
	background: #282828;
	border-bottom: 1px solid #3d3d3d;
	border-top: #242424 4px solid;
}
.copy_right {
	color: #868585;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: left;
	font-family: 'open_sansregular';
}
.copy_right a {
	text-decoration: none;
	color: #868585;
	font-size: 13px;
	padding: 0px 3px;
	margin: 0px;
	font-family: 'open_sansregular';
}
.copy_right a:hover {
	text-decoration: none;
	color: #cf0001;
}
.entry_ptype_banner_h_img_1 {
	width: 180px;
	height: 121px;
}
.entry_ptype_banner_h_img_2 {
	width: 136px;
	height: 121px;
}
.entry_ptype_banner_h_img_3 {
	width: 329px;
	height: 209px;
}
.entry_ptype_banner_h_img_4 {
	width: 286px;
	height: 296px;
}
.entry_ptype_banner_h_img_5 {
	width: 286px;
	height: 209px;
}
.entry_ptype_banner_h_img_6 {
	width: 477px;
	height: 209px;
}
/*Custom Wheels by Brand*/

.custom_wheels_page_row {
	width: auto;
	height: auto;
	margin: 0px -8px;
	padding: 0px;
}
.custom_wheels_page_row ul {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.custom_wheels_page_row ul li {
	width: 275px;
	height: 90px;
	margin: 7px 8px;
	float: left;
	padding: 6px;
	border: 1px solid #e2e2e2;
	border-bottom: 4px #e2e2e2 solid;
	list-style: none;
	border-radius: 3px;
}
.custom_wheels_page_row ul li img {
	display: block;
	width: 278px;
	height: 90px;
}
.inner_titel_text {
	font-family: 'open_sanssemibold';
	font-size: 24px;
	margin: 0px 0px 8px 0px;
	color: #323232;
	padding: 0px;
}
.inner_titel_text span {
	font-family: 'open_sanslight';
}
.inner_details_text {
	color: #5e5e5e;
	line-height: 24px;
	font-size: 14px;
	font-family: 'open_sansregular';
	text-align: justify;
}
.inner_details_text p {
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
.middle_left_box_red_heading {
	background: #a80101 url("../images/middle_left_box_hd_red_bg.png") repeat-x scroll 0 0;
	border-bottom: 1px solid #c1c1c1;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-family: "open_sanssemibold";
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.middle_left_box_list {
	background: rgba(0, 0, 0, 0) url("../images/middle_left_box_bg.png") repeat-x scroll center bottom;
	height: auto;
	margin: 0;
	padding: 0px 5px;
	width: auto;
}
.middle_left_box_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
	height: auto;
}
.middle_left_box_list ul li {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #3f3f3f;
	list-style: none;
}
.middle_left_box_list ul li a {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	list-style: none;
	font-size: 13px;
	color: #3f3f3f;
	line-height: 32px;
	background: url(../images/left-list-arrow.png) no-repeat left 8px top 6px;
	font-family: 'open_sanssemibold';
	font-weight: normal;
}
.middle_left_box_list ul li a:hover {
	color: #cb0101;
}
.middle_left_box_list ul li.list_titel_bg {
	background: url(../images/list-red-heading-bg.png) repeat-x !important;
}
.middle_left_box_list ul li .list_titel {
	color: #cb0101;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
	font-size: 14px;
	font-weight: normal;
	background: url(../images/left-list-red-heading-arrow.png) no-repeat left 4px top 4px;
	line-height: 32px;
	padding: 0px 0px 0px 25px;
}
.wheel_search_left_red_text {
	height: auto;
	margin: 0 28px 3px;
	padding: 0px 0px 0px 72px;
	width: auto;
	color: #ce0000;
	font-size: 15px;
	text-decoration: underline;
	text-align: left;
	font-family: 'open_sansbold';
	line-height: normal;
}
/*Dropstar Wheels and Rims*/
.dropstar_wheels_row {
	width: auto;
	height: auto;
	margin: 0px -14px;
	padding: 0px;
}
.dropstar_wheels_row ul {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.dropstar_wheels_row ul li {
	width: 279px;
	height: auto;
	margin: 6px 14px;
	padding: 0px;
	list-style: none;
	border: #e2e2e2 1px solid;
	float: left;
}
.dropstar_wheels_titel {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 4px 6px;
	color: #323232;
	font-family: 'open_sanssemibold';
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	min-height:36px;
}
.dropstar_wheels_titel a {
	color: #323232;
	font-family: 'open_sanssemibold';
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
}
.dropstar_wheels_titel a:hover {
	color: #cf0001;
}
.dropstar_wheels_img_div {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 6px 0px 10px 0px;
	text-align: center;
}
.dropstar_wheels_img_div img {
	width: 190px;
	height: 190px;
	margin: 0px auto;
}
.dropstar_wheels_text {
	padding: 5px 8px;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #5e5e5e;
	border-top: 1px solid #e2e2e2;
	text-align: center;
}
.dropstar_wheels_details {
	padding: 8px;
	border-top: 1px solid #e2e2e2;
	background: #f4f4f4;
}
.dropstar_wheels_details .price {
	width: 152px;
	height: 35px;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	float: left;
	background: #cf0001;
	text-align: center;
	font-family: 'open_sanssemibold';
	line-height: 34px;
	font-size: 14px;
	color: #fff;
}
.dropstar_wheels_details .cart {
	margin: 0px;
	padding: 0px;
	float: right;
}
.dropstar_wheels_details .cart a {
	float: left;
}
.dropstar_wheels_details .cart a.button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #d6d6d6 #adadad #9b9b9b #d1d1d1;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
.dropstar_wheels_details .cart a.button span {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #cecece url("../images/button_bg.gif") repeat-x scroll left top;
	border-color: #f8f8f8 #eeeeee #e5e5e5;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #676767;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 10px;
}
.dropstar_wheels_details .cart a.button.add {
	background: rgba(0, 0, 0, 0) url("../images/btn_add.gif") no-repeat scroll 0 0;
	border: medium none;
	display: block;
	height: 35px;
	text-indent: -5000px;
	width: 44px;
	padding: 0px;
	margin: 0px;
}
.dropstar_wheels_details .cart a.button.add:hover {
	background-position: 0 bottom;
}
.dropstar_wheels_details .cart a.button.info {
	background: rgba(0, 0, 0, 0) url("../images/btn_info.gif") no-repeat scroll 0 0;
	border: medium none;
	display: block;
	height: 35px;
	text-indent: -5000px;
	width: 45px;
	padding: 0px;
	margin: 0px;
}
.dropstar_wheels_details .cart a.button.info:hover {
	background-position: 0 bottom;
}
/*Factory-Oem-Wheels*/
.factory-oem-wheels-middle-img {
	float: right;
	height: auto;
	margin: 0 0 0 28px;
	padding: 0;
	width: 396px;
}
.factory-oem-wheels-middle-img img {
	min-width: 100%;
}
.factory_drak_text {
	color: #323232;
	font-size: 16px;
	font-family: 'open_sanssemibold';
}
.factory_red_titel_text_middle {
	color: #cf0001;
	font-size: 16px;
	font-family: 'open_sansbold_italic';
	margin-bottom: 3px;
	padding: 0px;
}
.factory-oem-wheels-fourm-div {
	width: auto;
	height: auto;
	margin: 14px 0px 0px 0px;
	padding: 0px;
}
.factory-oem-wheels-fourm-titel {
	font-size: 20px;
	color: #333333;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 12px 0px;
	background: url(../images/hd-bg.png) no-repeat bottom left;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
}
.factory-oem-wheels-fourm-box {
	width: auto;
	height: auto;
	margin: 0px 0px 12px 0px;
	padding: 12px;
	border: 1px solid #e3e4e8;
	background: #f6f6f7;
}
.factory-oem-wheels-fourm-lable {
	color: #323232;
	font-size: 16px;
	margin: 2px 0px 4px 0px;
	padding: 0px;
	font-family: 'open_sanssemibold';
}
.factory-oem-wheels-fourm-input-div {
	width: auto;
	height: auto;
	margin: 5px 0px;
	padding: 0px;
}
.factory-oem-wheels-fourm-input {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e3e4e8;
	color: #5e5e5e;
	font-family: "open_sansregular";
	font-size: 13px;
	height: 20px;
	margin: 0;
	padding: 7px 10px;
}
.fourm-input-width {
	width: 330px;
}
.factory-oem-wheels-fourm-textarea {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e3e4e8;
	color: #5e5e5e;
	font-family: "open_sansregular";
	font-size: 13px;
	height: auto;
	margin: 0;
	padding: 7px 10px;
}
.fourm-textarea-width {
	width: 96%;
}
.factory-oem-wheels-fourm-details {
	font-family: "open_sansregular";
	font-size: 14px;
	color: #5f5f5f;
	margin: 0px;
	padding: 0px;
}
.factory-oem-wheels-security-question-row {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.factory-oem-security-question-lable {
	color: #323232;
	font-family: "open_sanssemibold";
	font-size: 16px;
	padding: 0;
	float: left;
	line-height: 40px;
	padding: 0px 8px 0px 0px;
}
.factory-oem-security-question-input-div {
	width: auto;
	height: auto;
	margin: 0px 0px;
	padding: 0px;
	float: left;
}
.security-question-input-width {
	width: 170px;
}
.factory-oem-wheels-row {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.fourm_btn_div {
	background: #cb0101 none repeat scroll 0 0;
	border-bottom: 2px solid #a30000;
	border-radius: 3px;
	height: 38px;
	margin: 0px;
	text-align: center;
	width: auto;
	float: left;
}
.fourm_btn_div a {
	color: #ffffff;
	font-family: "open_sansregular";
	font-size: 14px;
	line-height: 38px;
	margin: 0;
	padding: 0 40px;
	text-decoration: none;
}
.fourm_btn_div a:hover {
	color: #fce706;
	text-decoration: none;
}
/*BLOG-CSS*/
.blog_middle_row {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.blog_middle_left {
	width: 812px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.left_blog_list_row {
	width: auto;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid #d4d4d4;
}
.left_blog_list_img_div {
	width: 175px;
	height: 130px;
	margin: 0px 12px 0px 0px;
	float: left;
	border: #c1c1c1 1px solid;
	padding: 4px;
	background: #eaeaea;
}
.left_blog_list_img_div img {
	min-width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.left_blog_list_details_div {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.left_blog_list_details_titel {
	color: #323232;
	line-height: 30px;
	font-size: 20px;
	font-family: 'open_sanssemibold';
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-decoration: none;
}
.left_blog_list_details_titel a {
	color: #323232;
	line-height: 30px;
	font-size: 20px;
	font-family: 'open_sanssemibold';
	text-decoration: none;
}
.left_blog_list_details_titel a:hover {
	text-decoration: none;
	color: #ca0202;
}
.left_blog_list_details_date {
	color: #5e5e5e;
	font-size: 14px;
	font-family: 'open_sansitalic';
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.left_blog_list_details_date a {
	color: #5e5e5e;
	font-size: 14px;
	font-family: 'open_sansitalic';
	text-decoration: none;
	padding: 0px 2px 0px 0px;
}
.left_blog_list_details_date a:hover {
	text-decoration: none;
	color: #ca0202;
}
.left_blog_list_details_text {
	font-family: 'open_sansregular';
	color: #5e5e5e;
	line-height: 24px;
	font-size: 15px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.left_blog_list_details_text a {
	font-family: 'open_sansregular';
	color: #5e5e5e;
	line-height: 24px;
	font-size: 15px;
	text-decoration: none;
}
.left_blog_list_details_text a:hover {
	text-decoration: none;
	color: #ca0202;
}
.pageing_row {
	width: auto;
	height: auto;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
.pageing_clo {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	border: #e6e6e6 1px solid;
}
.pageing_clo a {
	font-family: 'open_sanssemibold';
	text-align: center;
	line-height: 24px;
	color: #323232;
	font-size: 13px;
	padding: 0px 12px;
	float: left;
	background: url(../images/pageing-bg.png) repeat-x;
	text-decoration: none;
}
.pageing_clo a:hover {
	text-decoration: none;
	color: #ca0202;
	background: url(../images/pageing-active-bg.png) repeat-x;
}
.pageing_clo a.active {
	text-decoration: none;
	color: #ca0202;
	background: url(../images/pageing-active-bg.png) repeat-x;
}
.blog_middle_right {
	width: 292px;
	height: auto;
	margin: 0px 0px 0px 16px;
	padding: 0px;
	float: left;
}
.blog_middle_right_row {
	width: auto;
	height: auto;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
.blog_middle_right_titel {
	background: rgba(0, 0, 0, 0) url("../images/hd-bg.png") no-repeat scroll left bottom;
	color: #323232;
	font-family: "open_sanssemibold";
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 8px;
}
.blog_right_search {
	width: auto;
	height: auto;
	padding: 9px 8px;
	border: 1px solid #d4d4d4;
}
.blog_right_search .input_div {
	width: 247px;
	height: 18px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
}
.blog_right_search .search_icon {
	width: 17px;
	height: 17px;
	margin: 2px 5px 0px 0px;
	padding: 0px;
	float: left;
}
.blog_right_search_input {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #808080;
	font-size: 13px;
	background: none;
	border: none;
	font-family: 'open_sansregular';
	line-height: 18px;
}
.recent_post_list {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.recent_post_list ul {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.recent_post_list ul li {
	width: auto;
	height: auto;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #d4d4d4;
	list-style: none;
}
.recent_post_list ul li a {
	color: #323232;
	line-height: 18px;
	font-size: 13px;
	font-family: 'open_sansregular';
	text-decoration: none;
	list-style: none;
}
.recent_post_list ul li a:hover {
	text-decoration: none;
	color: #cf0001;
}
.recent_post_list ul li:last-child {
	margin: 0px;
}
.archives_list {
	width: auto;
	height: auto;
	margin: -8px 0px 0px 0px;
	padding: 0px;
}
.archives_list ul {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.archives_list ul li {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: #d4d4d4 1px solid;
}
.archives_list ul li a {
	color: #323232;
	font-size: 15px;
	line-height: 34px;
	font-family: 'open_sanssemibold';
	text-decoration: none;
	list-style: none;
}
.archives_list ul li a:hover {
	text-decoration: none;
	color: #cf0001;
}
.categories_list {
	width: auto;
	height: auto;
	margin: -8px 0px 0px 0px;
	padding: 0px;
}
.categories_list ul {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.categories_list ul li {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: #d4d4d4 1px solid;
}
.categories_list ul li a {
	color: #323232;
	font-size: 15px;
	line-height: 32px;
	font-family: 'open_sansregular';
	text-decoration: none;
	list-style: none;
}
.categories_list ul li a:hover {
	text-decoration: none;
	color: #cf0001;
}
/*CONTACT--US--CSS*/

.contactus_bennar {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.contactus_bennar img {
	max-width: 100%;
}
.contactus_details_row {
	margin: 12px 0px 38px 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
.contactus_details_clo {
	width: 50%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
.contactus_details_titel {
	color: #323232;
	font-size: 20px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: 'open_sansbold';
	font-weight: normal;
}
.contactus_details_text {
	font-size: 16px;
	line-height: 28px;
	color: #5e5e5e;
	text-decoration: none;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	font-family: 'open_sansregular';
}
.contactus_details_text_email {
	font-size: 16px;
	line-height: 28px;
	color: #5e5e5e;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: 'open_sansregular';
}
.contactus_details_text_email a {
	font-size: 16px;
	line-height: 28px;
	color: #cf0001;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: 'open_sanssemibold';
}
.contactus_details_text_email a:hover {
	color: #5e5e5e;
	text-decoration: none;
}
.contactus_details_text_email span {
	font-family: 'open_sanssemibold';
}
/*LOGIN-CSSS*/
.login_row {
	width: auto;
	height: auto;
	margin: 35px 0px;
	padding: 0px;
}
.login_left {
	float: left;
}
.login_right {
	float: right;
}
.login_box {
	width: 540px;
	height: auto;
	margin: 0px;
	padding: 5px;
	border: #c1c1c1 1px solid;
	background: #eaeaea;
}
.login_box_inner {
	width: auto;
	height: 250px;
	margin: 0px;
	padding: 15px;
	background: #FFFFFF;
	position: relative;
}
.login_box_titel {
	color: #323232;
	font-size: 28px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 14px 0px;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
	background: url(../images/hd-bg.png) no-repeat bottom center;
	text-align: center;
}
.login_box_titel span {
	font-family: 'open_sanslight';
}
.radio_row {
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	color: #323232;
	font-family: 'open_sanssemibold';
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
	width : 28px;
	margin : 0;
	padding : 0;
	opacity : 0;
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
	display : inline-block;
	margin-left : -28px;
	padding-left : 28px;
	background: url(../img/radio-checks.png) no-repeat;
	line-height : 24px;
}
input[type=checkbox]:not(old):checked + label {
	background-position : 0 -24px;
}
input[type=radio]:not(old):checked + label {
	background-position : 0 -24px;
}
.new_customers_details {
	margin: 20px 0px 30px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #5e5e5e;
	font-family: 'open_sansregular';
}
.continue_btn {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #a30000;
	border-radius: 3px;
	background: #cb0101;
	position: absolute;
	bottom: 28px;
}
.login_btn {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #a30000;
	border-radius: 3px;
	background: #cb0101;
	position: absolute;
	bottom: 28px;
	right: 15px;
}
.red_btn {
	color: #ffffff;
	line-height: 36px;
	padding: 0px 24px;
	text-decoration: none;
	font-size: 14px;
	font-family: 'open_sansregular';
}
.red_btn:hover {
	text-decoration: none;
	color: #fce706;
}
.login_fourm_row {
	width: auto;
	height: auto;
	margin: 12px 0px
}
.login_fourm_lable {
	width: 186px;
	height: auto;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	color: #323232;
	font-size: 18px;
	text-align: right;
	line-height: 38px;
	font-family: 'open_sanssemibold';
}
.login_input_div {
	border: 1px solid #e3e4e8;
	float: left;
	height: 26px;
	margin: 0;
	padding: 5px 8px;
	width: 296px;
}
.login_input_div input {
	width: 100%;
	border: none;
	background: none;
	color: #808080;
	font-size: 13px;
	font-family: 'open_sansregular';
	line-height: 26px;
}
.forgot_password_text {
	font-size: 14px;
	text-align: right;
	color: #323232;
	text-decoration: none;
	font-family: 'open_sanssemibold';
	margin-bottom: 12px;
}
.forgot_password_text a {
	color: #323232;
	text-decoration: underline;
	font-family: 'open_sanssemibold';
	margin-bottom: 12px;
}
.forgot_password_text a:hover {
	text-decoration: none;
	color: #cb0101;
}
/*Cray Manta Wheels Rims*/
.middle_right_titel_text {
	color: #323232;
	float: right;
	font-family: "open_sansbold";
	font-size: 18px;
	margin: -46px 0 0;
	padding: 0;
	text-align: right;
}
.middle_right_titel_text .red_font {
	color: #cf0001;
	font-size: 26px;
	font-family: 'open_sansbold';
	text-transform: uppercase;
}
.middle_right_titel_text .under_line {
	border-bottom: 2px solid #cf0001;
}
.cray_manta_wheels_row {
	width: auto;
	height: auto;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
.cray_manta_wheels_left_div {
	width: 350px;
	margin: 0px;
	padding: 0px;
	height: auto;
	float: left;
}
.cray_manta_wheels_logo {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0px 8px 0px;
	text-align: center;
}
.cray_manta_wheels_logo img {
	max-width: 100%;
	display: inline;
}
.cray_manta_wheels_big_img {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 4px 0px 12px 0px;
	text-align: center;
}
.cray_manta_wheels_big_img img {
	display: inline;
	width:250px;
	height:250px;
}

.cray_manta_wheels_left_div_two{
	width:350px; height:auto; margin:0px; float:left;
}
.cray_manta_wheels_sociallinking{
	width:auto;
	height:auto;
	margin:0px 0px 10px 0px;
}
.cray_manta_wheels_sociallink_clo{
	width:auto;
	height:auto;
	margin:0px 10px 0px 0px;
	padding:0px;
	float:left;
}

.cray_manta_wheels_dont_forget_green_text{
	font-size:20px;
	color:#019520;
	font-family: 'open_sanssemibold';
	line-height:normal;
}
.cray_manta_wheels_dont_forget_green_text .under_line{
	border-bottom:3px solid #019520;
}
.cray_manta_wheels_dont_forget_green_text .black_text{
	color:#323232;
}

.cray_manta_wheels_right_div {
	width: 530px;
	margin: 0px;
	padding: 0px;
	height: auto;
	float: right;
}




.gloss_black_div {
	width: auto;
	height: auto;
	padding: 14px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	background: #f5f5f6;
	margin-bottom: 10px;
	color: #555555;
	line-height: 20px;
	font-size: 13px;
	font-family: 'open_sansregular';
	text-align: justify;
}
.gloss_black_div p {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
.gloss_black_div_titel {
	font-size: 26px;
	color: #323232;
	font-family: 'open_sanssemibold';
	text-decoration: none;
	margin-bottom: 16px;
}
.gloss_black_icon_row {
	width: auto;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.gloss_black_icon_clo {
	width: 169px;
	height: auto;
	margin: 0px;
	padding: 0px 7px 0px 0px;
	float: left;
}
.gloss_black_icon {
	width: 30px;
	height: 30px;
	margin: 0px 7px 0px 0px;
	padding: 0px;
	float: left;
}
.gloss_black_icon img {
	display: block;
	min-width: 100%;
	height: 100%;
}
.gloss_black_text {
	color: #323232;
	font-size: 13px;
	line-height: 16px;
	font-family: 'open_sanssemibold';
}
.gloss_black_text span {
	font-size: 11px;
	font-family: 'open_sansregular';
	color: #323232;
}
.cray_manta_wheels_thumb_row {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.cray_manta_wheels_thumb_titel {
	color: #323232;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: 'open_sanssemibold';
}
.cray_manta_wheels_small_img_row {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.cray_manta_wheels_small_img_clo {
	float: left;
	height: auto;
	margin: 0 3px;
	padding: 0;
	text-align: center;
	width: 100px;
}
.cray_manta_wheels_small_img_div {
	width: 60px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
}
.cray_manta_wheels_small_img_div img {
	display: block;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}
.cray_manta_wheels_small_img_details {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	font-family: 'open_sanssemibold';
	color: #323232;
}
.cray_manta_custom_wheels {
	width: 620px;
	height: auto;
	margin: 0px;
	padding: 12px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	background: #f5f5f6;
	float: left;
}
.custom-wheels-icon {
	float: left;
	margin: 0px 12px 0px 0px;
	padding: 0px;
	width: 151px;
	height: 139px;
}
.custom-wheels-icon-details {
	font-size: 15px;
	line-height: 24px;
	color: #555555;
	font-family: 'open_sanssemibold';
	text-align: justify;
}
.custom-wheels-icon-details p {
	margin: 0px 0px 7px 0px;
}
.custom-wheels-icon-details span {
	color: #cf0001;
}
.free_shipping {
	width: 240px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: right;
	font-size: 14px;
	color: #323232;
	font-family: 'open_sanssemibold';
}
.free_shipping_titel {
	color: #cf0001;
	font-size: 26px;
	font-family: 'open_sanssemibold';
	margin-bottom: 14px;
}
.free_shipping ul {
	margin: 0px 0px 0px 18px;
	padding: 0px;
	width: auto;
	height: auto;
}
.free_shipping ul li {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	list-style: none;
}
.free_shipping ul li span {
	font-size: 12px;
	padding-left: 15px;
}
.cray_manta_wheels_list_out_div {
	width: auto;
	height: auto;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	border-top: #e2e2e2 1px solid;
	border-left: #e2e2e2 1px solid;
}
.cray_manta_border_td {
	border-right: #e2e2e2 1px solid;
	border-bottom: #e2e2e2 1px solid;
}
.cray_manta_titel_bg_td {
	background: #ebebeb;
}
.cray_manta_padding_td {
	padding: 5px 6px;
}
.cray_manta_titel_text_td {
	color: #404040;
	font-size: 18px;
	font-family: 'open_sanssemibold';
	padding: 8px 6px;
	text-align: center;
}
.cray_manta_td_one {
	width: 62px;
}
.cray_manta_td_two {
	width: 360px;
}
.cray_manta_td_three {
	width: 68px;
}
.cray_manta_td_four {
	width: 72px;
}
.cray_manta_td_five {
	width: 110px;
}
.cray_manta_td_six {
	width: 140px;
}
.cray_manta_td_details_text {
	font-size: 14px;
	color: #404040;
	text-align: left;
	vertical-align: middle;
	font-family: 'open_sansregular';
}
.cray_manta_td_details_text_size {
	font-family: 'open_sanssemibold';
}
.cray_manta_td_cart_btn{
	background:#cb0101;
	border-bottom:2px solid #a30000;
	padding:0px 12px;
	margin:0px 6px;
	width:auto;
	height:auto;
	border-radius:3px;
}
.cray_manta_td_cart_btn a{
	color:#FFFFFF;
	font-size:14px;
	font-family: 'open_sansregular';
	text-decoration:none;
	background:url(../img/add-cart-icon.png) no-repeat left;
	padding:0px 0px 0px 25px;
	margin:0px;
	line-height:32px;
}
.cray_manta_td_cart_btn a:hover{
	text-decoration:none;
	color:#fce706;
	background:url(../img/add-cart-icon-hover.png) no-repeat left;
}
.select_wheels_onew_icon{
	width:80px;
	height:auto;
	margin:0px;
	padding:12px 0 0px;
	float:left;
	text-align:center;
}
.select_wheels_onew_icon img{
	display:inline;
	max-width:100%;
}
.select_wheels_row{
	width:780px;
	margin:0px;
	padding:0px;
	float:left;
}
.select_wheels_lable {
  color: #323232;
  float: none;
  font-family: "open_sanssemibold";
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 10px;
  width: auto;
}
.select_wheels_menu {
  float: left;
  height: 40px;
  margin: 0 0px 8px 0;
  padding: 0;
  width: 780px;
}
.select_wheels_menu .wSelect-theme-classic .wSelect-options-holder{
    background-color: #fafafa;
    border: 1px solid #cacaca;
    border-radius: 0;
    width:100% !important;
	max-width:none;
}
.related_products_row {
  height: auto;
  margin: 0 -5px;
  padding: 0;
  width: auto;
}
.related_products_row ul {
  height: auto;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: auto;
}
.related_products_row ul li {
  border: 1px solid #e2e2e2;
  float: left;
  height: auto;
  list-style: outside none none;
  margin: 6px 5px;
  padding: 0;
  width: 215px;
}
.related_products_titel {
  color: #323232;
  font-family: "open_sanssemibold";
  font-size: 13px;
  height: 42px;
  line-height: 20px;
  margin: 0;
  padding: 4px 6px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.related_products_titel a {
  color: #323232;
  font-family: "open_sanssemibold";
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}
.related_products_titel a:hover {
	text-decoration:none;
	color:#cb0101;
}
.related_products_img_div {
  height: auto;
  margin: 0;
  padding: 6px 0 10px;
  text-align: center;
  width: auto;
}
.related_products_img_div img {
  height: 172px;
  margin: 0 auto;
  width: 172px;
}
.related_products_details {
  background: #f4f4f4 none repeat scroll 0 0;
  border-top: 1px solid #e2e2e2;
  padding: 8px;
}
.related_products_details .cart {
	margin: 0px auto;
	padding: 0px;
	float: none;
	width:90px;
}
.related_products_details .cart a {
	float: left;
}
.related_products_details .cart a.button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #d6d6d6 #adadad #9b9b9b #d1d1d1;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
.related_products_details .cart a.button span {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #cecece url("../images/button_bg.gif") repeat-x scroll left top;
	border-color: #f8f8f8 #eeeeee #e5e5e5;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #676767;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 10px;
}
.related_products_details .cart a.button.add {
	background: rgba(0, 0, 0, 0) url("../images/btn_add.gif") no-repeat scroll 0 0;
	border: medium none;
	display: block;
	height: 35px;
	text-indent: -5000px;
	width: 44px;
	padding: 0px;
	margin: 0px;
}
.related_products_details .cart a.button.add:hover {
	background-position: 0 bottom;
}
.related_products_details .cart a.button.info {
	background: rgba(0, 0, 0, 0) url("../images/btn_info.gif") no-repeat scroll 0 0;
	border: medium none;
	display: block;
	height: 35px;
	text-indent: -5000px;
	width: 45px;
	padding: 0px;
	margin: 0px;
}
.related_products_details .cart a.button.info:hover {
	background-position: 0 bottom;
}

/*Order---Summary---css*/
.yellow_box{
	background:#ffffe1;
	border:#e2e2e2 1px solid;
	padding:5px 10px;
	font-size:15px;
	line-height:28px;
	color:#323232;
	font-family: 'open_sanssemibold';
	border-radius:3px;
}
.yellow_box span{
	font-family: 'open_sansbold';
}
.order_summary_row{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.order_summary_left_clo{
	width:462px;
	height:auto;
	border:1px solid #e3e4e8;
	margin:0px;
	padding:10px;
	float:left;
}
.order_summary_heading {
  background: rgba(0, 0, 0, 0) url("../images/hd-bg.png") no-repeat scroll left bottom;
  color: #323232;
  font-family: "open_sanssemibold";
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 14px;
  padding: 5px 0 14px;
  text-align: left;
  text-transform: uppercase;
}
.order_summary_heading span {
  font-family: "open_sanslight";
}
.shipping_calculate_details{
	font-size:14px;
	line-height:28px;
	padding:0px;
	margin:0px 0px 20px 0px;
	color:#404040;
}
.shipping_calculate_red_details{
	font-size:14px;
	line-height:28px;
	padding:0px;
	margin:0px 0px 6px 0px;
	color:#cb0101;
}
.shipping_calculate_fourm{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.shipping_calculate_fourm_lable{
	font-family: "open_sanssemibold";
  	font-size: 16px;
	color:#323232;
	margin-bottom:5px;
}
.shipping_calculate_fourm_select_row{
	width:auto;
	height:auto;
	margin:0px 0px 7px 0px;
	padding:0px;
}
.shipping_calculate_fourm_select_row .wSelect-theme-classic .wSelect-options-holder{
 	max-width:none;
    min-width: 100px;
    width: 99%;
}
.shipping_calculate_fourm_input{
	border:1px solid #e3e4e8;
	padding:4px 8px;
	margin:0px;
	background:none;
	font-size:13px;
	line-height:30px;	
	color:#808080;
	width:60%;
}
.shipping_calculate_update_btn{
	width:150px;
	height:auto;
	background:#cb0101;
	border-bottom:2px solid #a30000;
	line-height:34px;
	color:#FFFFFF;
	font-family:14px;
	text-decoration:none;
	text-align:center;
	margin:0px auto;
	border-radius:5px;
}
.shipping_calculate_update_btn a{
	color:#FFFFFF;
	font-family:14px;
	text-decoration:none;
	text-align:center;
}
.shipping_calculate_update_btn a:hover{
	text-decoration:none;
	color:#fce706;
}
.order_summary_right_clo{
	width:400px;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
}
.order_summary_right_box{
	width:auto;
	height:auto;
	margin:0px 0px 10px 0px;
	border:1px solid #e3e4e8;
	padding:10px;
}

.order_summary_righ_details {
    color: #404040;
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 0;
    padding: 0;
}
.order_summary_righ_input_row{
	width:auto;
	height:auto;
	margin:0px 0px 7px 0px;
	padding:0px;
}
.order_summary_righ_input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e3e4e8;
  color: #808080;
  font-size: 13px;
  line-height: 30px;
  margin:0px 7px 0px 0px;
  padding: 2px 8px;
  width: 250px;
  float:left;
}
.order_summary_righ_enter_btn{
	background:#cb0101;
	border-bottom:2px solid #a30000;
	padding:0px 12px;
	margin:0px;
	padding:0px;
	border-radius:3px;
	float:left;
}

.order_summary_righ_enter_btn a{
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	padding:0px 24px;
	line-height:34px;
}
.order_summary_righ_enter_btn a:hover{
	text-decoration:none;
	color:#fce706;
}
.checkout_arrow_btn_row{
	width:auto;
	height:auto;
	margin:5px 0px;
	padding:0px;
}
.checkout_arrow_btn{
  background: #404040 none repeat scroll 0 0;
  border-bottom: 2px solid #2b2b2b;
  border-radius: 3px;
  height: auto;
  margin: 0 0px;
  padding: 0 16px;
  width: auto;
  float:left;
}
.checkout_arrow_btn a {
  background: rgba(0, 0, 0, 0) url("../img/checkout-btn.png") no-repeat scroll left center;
  color: #ffffff;
  font-family: "open_sansregular";
  font-size: 14px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 25px;
  text-decoration: none;
}
.checkout_arrow_btn a:hover{
	text-decoration:none;
	color:#fce706;
	background:url(../img/checkout-hover-btn.png) no-repeat left;
}


.continue_shopping_btn{
  background: #cb0101 none repeat scroll 0 0;
  border-bottom: 2px solid #a30000;
  border-radius: 3px;
  height: auto;
  margin: 0 0px;
  padding: 0 12px;
  width: auto;
  float:left;
}
.continue_shopping_btn a {
  color: #ffffff;
  font-family: "open_sansregular";
  font-size: 14px;
  line-height:30px;
  margin: 0;
  padding: 0 0 0 0px;
  text-decoration: none;
}
.continue_shopping_btn a:hover{
	text-decoration:none;
	color:#fce706;
}
.continue_shopping_red_details {
  color: #cb0101;
  font-size: 13px;
  line-height: 22px;
  margin:0px;
  text-align:justify;
  padding: 0;
}

.order_list_item_td_width{
	width:532px;
}
.order_list_qty_td_width{
	width:124px;
}
.order_list_unitprice_td_width{
	width:133px;
}
.order_list_price_td_width{
	width:101px;
}
.order_list_titel_text_td {
  color: #404040;
  font-family: "open_sanssemibold";
  font-size: 16px;
  padding: 8px 6px;
  text-align: center;
}
.order_list_details_text_td{
	color: #5e5e5e;
    font-family: "open_sansregular";
    font-size: 14px;
    line-height: 22px;
	text-align:center;
}
.order_list_padding_td {
  padding: 6px 10px;
}
.order_list_item_row{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.order_list_item_img_div{
	width:130px;
	height:auto;
	margin:0px 10px 0px 0px;
	padding:0px;
	float:left;
}
.order_list_item_img_div img{
	display:block;
	min-width:100%;
}
.order_list_item_details{
	font-size:13px;
	line-height:22px;
	color:#404040;
	float:left;
	width:334px;
}
.order_list_item_details span{
	color:#C30003;
}
.order_list_item_details p{
	margin:0px 0px 8px 0px;
	padding:0px;
}
.order_list_item_delete_btn {
  background: #cb0101 none repeat scroll 0 0;
  border-bottom: 2px solid #a30000;
  border-radius: 3px;
  height: auto;
  margin: 0;
  padding: 0 20px;
  width: 40px;
}
.order_list_item_delete_btn a{
	 color: #ffffff;
    font-family: "open_sansregular";
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-decoration:none;
}
.order_list_item_delete_btn a:hover{
	text-decoration:none;
	color:#FFF610;
}

.quantity{
	width:auto;
	vertical-align:middle;
}
.quantity.buttons_added {
  float: none;
  margin: 0;
}
.quantity.buttons_added {
  /*border: 1px solid #cccccc;*/
}
.quantity.buttons_added {
  border-radius: 0;
  float: none;
  margin: 0 auto;
  padding: 0px;
  width: 77px;
}
.quantity input.plus, .quantity input.minus {
  background: none repeat scroll 0 0 #f9f9f9;
  color: #000;
}
.quantity input.plus, .quantity input.minus {
  border: 0 none;
  cursor: pointer;
  display: inline;
  line-height:13px;
  height:auto;
  float:left;
  border: 1px solid #d2d2d2;
  margin: 0;
  margin-bottom:2px;
  padding: 0px;
  /*vertical-align: middle;*/
  width:20px;
}
.quantity input {
  margin-left: 0;
  margin-right: 0;
}
.quantity input.qty {
  background: none repeat scroll 0 0 #f9f9f9;
}
.quantity input.qty {
  border: 1px solid #d2d2d2;
 /* display: inline;*/
  line-height: 1em;
  margin: 0;
  padding:0px;
  text-align: center;
  vertical-align: middle;
  width:52px !important;
  height:34px;
  float:left;
  margin-right:2px;
}
.order_list_td_bottom_row{
	width:auto;
	height:auto;
	margin:0px;
	padding:8px 10px;
	border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.order_list_td_bottom_btn_out_div{
	width:150px;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
}
.order_list_td_bottom_btn_width{
	width:auto;
	float:none;
	margin:2px 0px;
	text-align:center;
}
/*Verify Your Order CSS*/
.verify_customer_info_box {
  border: 1px solid #e3e4e8;
  height: auto;
  margin:0px;
  padding: 10px;
  width: auto;
  margin-bottom:10px;
}
.verify_customer_info_row{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.verify_customer_info_clo{
	width:50%;
	height:auto;
	color: #404040;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    padding: 0;
	float:left;
}
.verify_customer_info_clo .titel_text{
	font-size:16px;
	font-family: 'open_sanssemibold';
}
.billing_information_fourm_row{
	width:auto;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.billing_information_fourm_lable{
	width:215px;
	height:40px;
	margin:0px;
	padding:0px 6px 0px 0px;
	line-height:40px;
	color:#323232;
	font-size:18px;
	text-align:right;
	font-family: 'open_sanssemibold';
	float:left;
}

.billing_information_fourm_input_div{
	width:335px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
.billing_information_fourm_input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e3e4e8;
  color: #808080;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
  padding: 4px 8px;
  width: 93%;
}
.billing_information_fourm_input_div_in{
	width:155px;
	height:40px;
	margin:0px;
	padding:0px;
	float:left;
}
.billing_information_fourm_text_in {
  color: #323232;
  float: left;
  font-family: "open_sanssemibold";
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 8px 0 8px;
  text-align: left;
  width:auto;
}
.billing_information_fourm_input_small{
	width:137px;
}
.step_out_div{
	background:#f5f5f6;
	border-bottom:1px solid #e2e2e2;
	text-align:center;
	padding:4px 0px;
	color:#404040;
	font-family: "open_sanssemibold";
	text-decoration:none;
	font-size:18px;
	line-height:38px;
}
.step_out_div a{
	padding:0px 20px;
	color:#6E6E6E;
	font-family: "open_sanssemibold";
	text-decoration:none;
	font-size:18px;
}
.step_out_div a:hover{
	text-decoration:none;
	color:#404040;
}
.step_out_div a.active{
	text-decoration:none;
	color:#404040;
}
.returning_customer_login_row{
	width:auto;
	height:auto;
	margin:0px 0px 12px 0px;
	padding:0px;
}
.returning_customer_login_lable {
  color: #323232;
  float: left;
  font-family: "open_sanssemibold";
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 6px 0 0;
  text-align: right;
  width: 144px;
}
.returning_customer_login_input_div {
  float: left;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 312px;
}
.returning_customer_login_input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e3e4e8;
  color: #808080;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
  padding: 4px 8px;
  width: 93%;
}
.returning_custome_login_btn {
  bottom: 0px;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0px;
  width: auto;
  float:right;
}

.process_order_text {
  color: #323232;
  float:none;
  font-family: "open_sanssemibold";
  font-size: 17px;
  height: auto;
  line-height: 40px;
  margin: 0;
  padding: 0 0px 0 0;
  text-align: left;
  width: auto;
}
.process_order_row {
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
  width: auto;
}
.shipping_method_left_clo {
  border: 1px solid #e3e4e8;
  float: left;
  height: auto;
  margin: 0;
  padding: 10px;
  width: 552px;
}
.shipping_method_row{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.shipping_method_in_left_clo {
  float: left;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  width: 450px;
}
.shipping_method_in_right_clo{
	float:right;
	margin:0px;
	padding:0px;
}
.shipping_method_in_left_row{
	width:auto;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
}




.payment_method_right_clo {
  border: 1px solid #e3e4e8;
  float: right;
  height: auto;
  margin: 0;
  padding: 10px;
  width: 290px;
}
.payment_submit_text{
	font-size:16px;
	color:#323232;
	line-height:22px;
	font-family: 'open_sanssemibold';
	text-decoration:none;
	margin-bottom:15px;
}

.payment_submit_btn {
    bottom: 0;
    float: none;
    height: auto;
    margin:0px auto;
    padding: 0;
    position: relative;
    right: 0;
    width: 94px;
	background: #cb0101 none repeat scroll 0 0;
    border-bottom: 2px solid #a30000;
    border-radius: 3px;
}

.payment_details_text{
	color:#555555;
	font-size:15px;
	line-height:24px;
	font-family: 'open_sanssemibold';
	text-align:justify;
	margin-bottom:5px;
}
/*Dropstar--643B--Wheels--Css*/
.product_right_div_titel{
	color:#323232;
	line-height:36px;
	font-size:25px;
	font-family: 'open_sanssemibold';
	margin-bottom:4px;
}
.product_right_div_details{
	color:#323232;
	line-height:28px;
	font-size:15px;
	font-family: 'open_sansregular';
	margin:0px 0px 10px 0px;
	padding:0px;
}
.product_right_div_details_row{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.product_right_div_details .left_titel_text{
	font-family: 'open_sansbold';
	color:#5e5e5e;
	font-size:15px;
	width:80px;
	margin:0px;
	padding:0px;
	float:left;
}
.product_right_div_details .left_titel_text span{
	float:right;
}

.product_right_div_details .right_details_text{
	margin:0px;
	padding:0px 0px 0px 20px;
	float:left;
	color:#323232;
	font-size:15px;
	font-family: 'open_sansregular';
}
.price_div_row{
	width:auto;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#323232;
	font-family: 'open_sansbold';
	font-size:15px;
	line-height:26px;
}
.price_big_text{
	color:#cf0001;
	font-size:26px;
	font-family: 'open_sanssemibold';
}
.price_small_text{
	font-family: 'open_sansregular';
	color:#323232;
	font-size:13px;
}
.product_or_details_row{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.product_or_details_row .qty_div{
	width:100px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	margin-top:2px;
}
.product_or_details_row .qty_div .qty_left_text{
	color:#323232;
	font-family: 'open_sansbold';
	font-size:15px;
	padding:0px 7px 0px 0px;
	float:left;
	line-height:38px;
}
.qty-button {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  float: left;
  padding: 2px;
  background:#f4f5f5;
}
.qty {
  background: #f4f5f5 none repeat scroll 0 0;
  border: 0 none;
  color: #777;
  float: left;
  font-size: 15px;
  height: 18px;
  padding: 7px 0;
  text-align: center;
  width: 23px !important;
}
.qty-button .box-container {
  float: left;
}
.qty-button .qty-increase, .qty-button .qty-decrease {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: 15px;
  width: 20px;
}

.qty-button .button-plus {
  background: rgba(0, 0, 0, 0) url("../images/qty-icon-top.png") no-repeat scroll center center;
  clear: both;
  height: 16px;
  width: 20px;
  cursor:pointer;
}

.qty-button .button-minus {
  background: rgba(0, 0, 0, 0) url("../images/qty-icon-bottom.png") no-repeat scroll center center;
  clear: both;
  height: 16px;
  width: 20px;
  cursor:pointer;
}
.qty-button .box-icon {
  /*background: #e5e5e5 none repeat scroll 0 0;*/
  float: left;
  padding: 0;
  position: relative;
}
.qty-button .box-icon::before {
  color: #7b7b7b;
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 23px;
  left: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}
.product_or_details_row .add_to_cart_btn{
	float:left;
	margin: 4px 0 0;	
}

.product_or_details_row  .paypal-credit-img{
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px;
}
.dropstar_list_div{
	width:auto;
	height:auto;
	margin:0px 0px 0px 10px;
	padding:0px;	
}
.dropstar_list_titel{
	color:#323232;
	font-size:18px;
	font-family: 'open_sanssemibold';
}

.dropstar_list_div ul{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	list-style:none;	
}
.dropstar_list_div ul li{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px 0px 0px 14px;
	list-style:none;
	font-size:12px;
	color:#404040;
	line-height:34px;
	background: url(../images/dropstar-list-arrow%20.png) no-repeat left;
	font-family: 'open_sansregular';
}

/*tire Search Results Css*/
.tire_search_results_row_out{
	width:auto;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.tire_search_results_row{
	width:auto;
	height:auto;
	margin:0px 0px 0px 0px;
	border:1px solid #c1c1c1;
	background:#eaeaea;
	padding:10px;
}
.tire_search_results_row_in_div{
	width:auto;
	height:auto;
	margin:0px;
	padding:10px;
	background:#FFFFFF;
}
.tire_search_results_row .left_side_img_out{
	width:212px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
.tire_search_results_row .left_side_img_out .logo_row{
	width:auto;
	height:auto;
	margin:0px;
	padding:3px 0px 3px 0px;
	text-align:center;
}
.tire_search_results_row .left_side_img_out .logo_row  img{
	display:inline;
	max-width:100%;
}
.tire_search_results_row .left_side_img_out .tireimg_row{
	width:auto;
	height:201px;
	margin:0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.tire_search_results_row .left_side_img_out .tireimg_row  img{
	display:inline;
	max-width:100%;
	height:100%;
}
.tire_search_results_row .right_side_details_out{
	width:646px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	
}
.tire_search_results_row .right_side_details_out .tire_name_titel {
  color: #323232;
  font-family: "open_sansregular";
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}
.tire_search_results_row .right_side_details_out .tire_name_titel span{
	font-family: 'open_sansbold';
}
.tire_search_results_row .right_side_details_out .tire_details_row{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.tire_search_results_row .right_side_details_out .tire_details_row .tire_part_div{
	width:342px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
.tire_part_titel{
	color:#323232;
	font-size:18px;
	margin:0px 0px 2px 0px;
	padding:0px;
	text-align:left;
	font-family: 'open_sansbold';
}
.tire_part_text {
  color: #5e5e5e;
  font-family: "open_sansregular";
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}	
.tire_part_text span{
	font-family: 'open_sansbold';
	color:#323232;
}
.tire_part_text .red_text{
	font-family: 'open_sansbold';
	color:#cb0101;
}
.tire_search_results_row .right_side_details_out .tire_details_row .tire_qty_div{
	width:94px;
	height:auto;
	margin:0px;
	padding:45px 0px 0px 0px;
	float:left;
}
.tire_search_results_row .right_side_details_out .tire_details_row .tire_qty_div .text_qty{
	color:#323232;
	font-size:13px;
	padding-bottom:3px
}

.tire_search_results_row .right_side_details_out .tire_details_row .tire_price_div{
	width:210px;
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	text-align:right;
}
.tire_price{
	color:#323232;
	font-size:13px;
	font-family: 'open_sansregular';
	margin:0px;
	padding:45px 0px 0px 0px;
}
.tire_price_big{
	color:#323232;
	margin:0px;
	padding:0px;
	font-family: 'open_sansbold';
	font-size:26px;
}
.tire_price_big span{
	font-family: 'open_sanssemibold';
}
.tire_set_of_price{
	font-family: 'open_sansregular';
	color:#5e5e5e;
	font-size:16px;
	margin-top:12px;
}
.tire_set_of_price span{
	font-family: 'open_sansbold';
}
.tire_results_cart_btn {
  display: inline-block;
  height: auto;
  margin-top: 6px;
  padding: 0;
  width: 126px;
}

/*Wheel Tyre Package Css*/
.wheel_search_results_left_box{
	width:678px;
	height:auto;
	margin:0px 10px 0px 0px;
	float:left;
}

.wheel_search_results_right_box{
	width:170px;
	margin:0px;
	padding:9px;
	float:left;
	height:auto;
	border:1px solid #e3e4e8;
	min-height:260px;
}
.wheel_search_results_logo{
	width:auto;
	height:auto;
	margin:0px 0px 8px 0px;
	padding:0px;
	text-align:center;
}
.wheel_search_results_logo img{
	display:inline;
	max-width:100%;
}
.wheel_search_results_pro{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:center;
}
.wheel_search_results_pro img{
	display:inline;
	max-width:100%;
}
.wheel_search_results_left_box .right_side_details_out {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 446px;
}
.wheel_search_results_left_box .right_side_details_out .tire_details_row {
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wheel_search_results_left_box .right_side_details_out .tire_details_row .tire_part_div {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 239px;
}
.wheel_search_results_left_box .right_side_details_out .tire_details_row .tire_qty_div {
  float: left;
  height: auto;
  margin: 0;
  padding: 45px 0 0;
  width: 52px;
}
.wheel_search_results_left_box .right_side_details_out .tire_details_row .tire_price_div {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 155px;
}

/*Falken_tires_Css*/
.tires_search_logo_div {
  float: right;
  height: auto;
  margin-top: -52px;
  padding: 0;
  width: 200px;
  text-align:right;
}

.tires_yellow_box {
  background: #ffffe1 none repeat scroll 0 0;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #323232;
  font-family: 'open_sansregular';
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px;
}
.tires_yellow_box p{
	margin:0px;
	padding:0px 0px 10px 0px;
}

.tires_yellow_box span{
	color:#ce0000;
}

.tires_yellow_box .red_big_text{
  color: #ce0000;
  font-family: 'open_sanssemibold';
  font-size: 18px;
  text-align:center;
  letter-spacing:1px;
  padding-bottom:7px;
}


.tires_search_width_td {
  width: 140px;
}
.tires_search_width_two_td {
  width: 110px;
}
.tires_search_width_three_td {
  width: 90px;
}
.tires_search_width_four_td {
  width: 90px;
}
.tires_search_td_details_text {
  color: #404040;
  font-family: "open_sansregular";
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.tires_search_other_link{
	width:auto;
	height:auto;
	margin:6px 0px 0px 0px;
	padding:0px;
}
.tires_search_other_link ul {
  height: auto;
  list-style: outside none none;
  margin: 0;
  padding:0px 5px;
  width:22%;
  float:left;
}
.tires_search_other_link ul li {
  color: #404040;
  font-family: "open_sansregular";
  font-size: 13px;
  height: auto;
  line-height: 24px;
  list-style: outside none none;
  margin: 0;
  padding:0px;
  width: auto;
}
.tires_search_other_link ul li a {
  background: rgba(0, 0, 0, 0) url("../images/dropstar-list-arrow%20.png") no-repeat scroll left center;
  color: #404040;
  font-family: "open_sansregular";
  font-size: 13px;
  height: auto;
  line-height: 24px;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 14px;
  width: auto;
  text-decoration:none;
}
.tires_search_other_link ul li a:hover{
	text-decoration:none;
	color:#ce0000;
}

/*Grills Css*/

.grills_img_div{
	width:auto;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.grills_img_div img{
	display:block;
	max-width:100%;
}

.grills_list_heading {
  color: #323232;
  font-family: "open_sanssemibold";
  margin: 0 0 14px;
  text-transform: uppercase;
  text-decoration:none;
}
.grills_list_heading a{
  color: #323232;
  font-family: "open_sanssemibold";
  font-size: 20px;
  text-transform: uppercase;
  text-decoration:none;
}
.grills_list_heading a span{
	font-family: 'open_sansregular';
}
.grills_list_heading a:hover{
	color:#ce0000;
	text-decoration:none;
}
.grills_list_details_text {
  color: #5e5e5e;
  font-family: "open_sansregular";
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

.grills_list_link_text{
  color: #5e5e5e;
  font-family: "open_sanssemibold";
  font-size: 14px;
  line-height: 22px;
  text-decoration:none;
  margin:7px 0px 0px 0px;
}
.grills_list_link_text a{
  color: #ce0000;
  font-family: "open_sanssemibold";
  font-size: 14px;
  line-height: 22px;
  text-decoration:none;
}
.grills_list_link_text a:hover{
	text-decoration:underline;
	color: #ce0000;
}
.grills_search_left {
  float: none;
  height: auto;
  margin: 0 28px 8px 28px;
  padding: 0;
  width: auto;
}
.grills_search_select_clo {
  float: left;
  height: 40px;
  margin: 0 5px 0 5px;
  padding: 0;
  width: 266px;
}
.grills_search_btn {
  background: #cb0101 none repeat scroll 0 0;
  border-bottom: 2px solid #a30000;
  border-radius: 3px;
  height: 38px;
  margin: 0 auto 8px;
  text-align: center;
  width: 120px;
}
.grills_search_btn a {
  color: #ffffff;
  font-family: "open_sansregular";
  font-size: 14px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.grills_search_btn a:hover {
	color:#fce706;
	text-decoration:none;
}

.grills_select_other_link {
  height: auto;
  margin: 6px 0 10px 0;
  padding: 0;
  width: auto;
}
.grills_select_other_link ul {
  float: left;
  height: auto;
  list-style: outside none none;
  margin: 0;
  padding: 0 8px;
  width: 23.1%;
}
.grills_select_other_link ul li {
  color: #404040;
  font-family: 'open_sanssemibold';
  font-size: 13px;
  height: auto;
  list-style: outside none none;
  margin: 0;
  padding:3px 0px;
  width: auto;
   border-bottom: 1px dotted #3f3f3f;
}
.grills_select_other_link ul li a {
  background: rgba(0, 0, 0, 0) url("../images/dropstar-list-arrow%20.png") no-repeat scroll left center;
  color: #404040;
  font-family: 'open_sanssemibold';
  font-size: 13px;
  height: auto;
  line-height: 24px;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 14px;
  text-decoration: none;
  width: auto;
}
.grills_select_other_link ul li a:hover {
	text-decoration:none;
	color:#ce0000;
}
.grills_select_other_link ul li a.active{
	color:#ce0000;
}
.inner_details_text span{
	font-family: 'open_sanssemibold';
}
.grills_select_list_details_div {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 703px;
}
.grills_select_list_details_text {
  color: #5e5e5e;
  font-family: "open_sansregular";
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.grills_select_list_details_new_row{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.grills_select_list_our_price{
	float:left;
	margin:0px;
	padding:0px;
	font-family: 'open_sanssemibold';
	font-size:14px;
	color:#ce0000;
	text-align:left;
	line-height:30px;
}
.grills_select_list_view_details_btn {
  background: #cb0101 none repeat scroll 0 0;
  border-bottom: 2px solid #a30000;
  border-radius: 3px;
  height: 30px;
  margin: 0 auto 0px;
  text-align: center;
  width: auto;
  float:right;
}
.grills_select_list_view_details_btn a {
  color: #ffffff;
  font-family: 'open_sanssemibold';
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 0 12px;
  text-decoration: none;
}
.grills_select_list_view_details_btn a:hover {
	color:#fce706;
	text-decoration:none;
}
/*Countries---Css--Start*/
.countries_list_div{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.countries_list_div ul{
	width:18.6%;
	height:auto;
	margin:0px;
	padding:0px 6px;
	float:left
}
.countries_list_div ul li{
	width:auto;
	height:auto;
	margin:0px;
	padding:2px 0px;
	font-family: 'open_sansregular';
	color:#5e5e5e;
	font-size:12px;
	line-height:20px;
	border-bottom:1px solid #e3e4e8;
	list-style:none;
}
.countries_list_div ul li a{
	font-family: 'open_sanssemibold';
	color:#cb0101;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
}
.countries_list_div ul li a:hover{
	text-decoration:underline;
}
.worldwide_img{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:center;
}
.worldwide_img img{
	display:inline;
}
.worldwide_text_center{
	text-align:center;
	font-family: 'open_sanssemibold';
	color:#5e5e5e;
	font-size:14px;
}
.worldwide_text_center span{
	text-align:center;
	font-family: 'open_sanssemibold';
	color:#cb0101;
	font-size:14px;
}

.countries_img_link_row{
	width:auto;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.countries_left_link{
	width:20%;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:0px;
	float:left;
}
.countries_right_img{
	width:80%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	text-align:center;
}
.countries_right_img img{
	display:inline;
	max-width:100%;
}

/*13-7-2015-Css--Start*/

.select_row_new_css{
	width:auto;
	height:auto;
	padding-bottom:5px;
	border-bottom:1px solid #E3E4E8;
	margin-bottom:15px;
}

.select_show_list_row_new{
	width:auto;
	height:auto;
	margin:0px 0px 12px 0px;
	padding:0px;
}
.select_show_list_row_new .clo_one{
	width:60px;
	height:auto;
	margin:0px;
	float:left;
	padding:3px;
	text-align:center;
	font-family: 'open_sanssemibold';
	color:#5e5e5e;
	font-size:14px;
	line-height:46px;
}


.select_show_list_row_new .clo_two{
	width:570px;
	height:auto;
	margin:0px;
	float:left;
	padding:0px 8px 0px 0px;
	text-align:left;
	font-family: 'open_sanssemibold';
	color:#5e5e5e;
	font-size:13px;
	line-height:22px;
}
.select_show_list_row_new .clo_two .row_new{
	width:auto;
	height:auto;
	margin:0px;
	padding:2px 0px;
}
.select_show_list_row_new .red_clour{
	color:#cf0001;
}
.select_show_list_row_new .clo_three{
	width:120px;
	height:auto;
	margin:0px;
	float:left;
	padding:3px;
	text-align:left;
	font-family: 'open_sanssemibold';
	color:#5e5e5e;
	font-size:14px;
	line-height:46px;
}
