@charset "utf-8";

body {
	word-wrap: break-word;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

header {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

.ym-grid .ym-gl.ym-g60 .h1{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.ym-grid .ym-gl.ym-g60 .h2{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.box {
	margin: 0 0 0 0;
}

.ym-gbox-right {
    padding: 0 0 0 0px;
}

.ym-vtitle{
	border-top: 0px;
}

/* Pagination */
.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	padding-top: 20px;
	font-size: 18px;
	margin-bottom: 15px;
	font-size: 18px;
}
.pagination span {
	margin-right: 8px;
	display: inline;
}
.pagination span a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #330000;
	padding: 3px 5px;
	text-decoration: none;
	color: #330000 !important;
}
.pagination span a.current {
	color: #83665a !important;
	border: 1px solid #83665a;
}

/* Pagination end */
/*text*/
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-blue {
	color: #00509d;
}
.text-red {
	color: #A40000;
}
.text-green {
	color: #55a56b;
}

.sui-muted {
  color: #999999;
}
a.sui-muted:hover,
a.sui-muted:focus {
  color: #808080;
}
.sui-text {
  color: #28a3ef;
}
.sui-text-warning {
  color: #ff7300;
}
a.sui-text-warning:hover,
a.sui-text-warning:focus {
  color: #cc5c00;
}
.sui-text-error {
  color: #ea4a36;
}
a.sui-text-error:hover,
a.sui-text-error:focus {
  color: #d72c16;
}
.sui-text-danger {
  color: #ea4a36;
}
a.sui-text-danger:hover,
a.sui-text-danger:focus {
  color: #d72c16;
}
.sui-text-info {
  color: #2597dd;
}
a.sui-text-info:hover,
a.sui-text-info:focus {
  color: #1c7ab3;
}
.sui-text-success {
  color: #22cd6e;
}
a.sui-text-success:hover,
a.sui-text-success:focus {
  color: #1ba157;
}
.sui-text-disabled {
  color: #999999;
}
a.sui-text-disabled:hover,
a.sui-text-disabled:focus {
  color: #999999;
  cursor: default;
  text-decoration: none;
}
.sui-text-left {
  text-align: left;
}
.sui-text-right {
  text-align: right;
}
.sui-text-center {
  text-align: center;
}
.sui-text-large {
  font-size: 14px;
  line-height: 21px;
}
.sui-text-xlarge {
  font-size: 20px;
  line-height: 30px;
}
.sui-text-xxlarge {
  font-size: 22px;
  line-height: 33px;
}
.sui-text-xxxlarge {
  font-size: 24px;
  line-height: 36px;
}
.sui-text-bold {
  font-weight: bold;
}


.tooltip-footer {
  padding: 7px 10px 5px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f1f4f5;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.tooltip-footer:before,
.tooltip-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.tooltip-footer:after {
  clear: both;
}
.tooltip-footer .sui-btn + .sui-btn {
  margin-left: 7px;
  margin-bottom: 0;
}
.tooltip-footer .sui-btn-group .sui-btn + .sui-btn {
  margin-left: -1px;
}
.tooltip-footer .btn-block + .btn-block {
  margin-left: 0;
}
.type-style.default .tooltip-inner,
.type-style.normal .tooltip-inner,
.type-style.confirm .tooltip-inner {
  background-color: #ffffff;
  color: #222222;
}
.type-style.attention .tooltip-inner {
  background-color: #fef1e3;
  color: #d7842b;
}
.type-style .tooltip-inner {
  padding: 9px 11px;
  text-decoration: none;
  text-align: left;
  font-weight: normal;
}
.sui-tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  border: 2px solid #b2b2b2;
  opacity: 0;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sui-tooltip.in {
  /*.opacity(100);*/
  opacity: 1;
}
.sui-tooltip.top {
  margin-top: -3px;
}
.sui-tooltip.right {
  margin-left: 3px;
}
.sui-tooltip.bottom {
  margin-top: 3px;
}
.sui-tooltip.left {
  margin-left: -3px;
}
.sui-tooltip.default .tooltip-inner,
.sui-tooltip.normal .tooltip-inner,
.sui-tooltip.confirm .tooltip-inner {
  background-color: #ffffff;
  color: #222222;
}
.sui-tooltip.attention .tooltip-inner {
  background-color: #fef1e3;
  color: #d7842b;
}
.sui-tooltip .tooltip-inner {
  padding: 9px 11px;
  text-decoration: none;
  text-align: left;
  font-weight: normal;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-only-arrow {
  position: relative;
  border: 2px solid #b2b2b2;
}
.tooltip-only-arrow.default .tooltip-inner,
.tooltip-only-arrow.normal .tooltip-inner,
.tooltip-only-arrow.confirm .tooltip-inner {
  background-color: #ffffff;
  color: #222222;
}
.tooltip-only-arrow.attention .tooltip-inner {
  background-color: #fef1e3;
  color: #d7842b;
}
.tooltip-only-arrow .tooltip-inner {
  padding: 9px 11px;
  text-decoration: none;
  text-align: left;
  font-weight: normal;
}
.sui-tooltip.attention,
.tooltip-only-arrow.attention {
  border: none;
}
.sui-tooltip.attention .cover,
.tooltip-only-arrow.attention .cover {
  display: none;
}
.sui-tooltip.top .tooltip-arrow,
.tooltip-only-arrow.top .tooltip-arrow {
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #b2b2b2;
}
.sui-tooltip.top .tooltip-arrow .tooltip-arrow.cover,
.tooltip-only-arrow.top .tooltip-arrow .tooltip-arrow.cover {
  margin-left: -4px;
  border-top-color: #ffffff;
  top: -7px;
}
.sui-tooltip.top.attention .tooltip-arrow,
.tooltip-only-arrow.top.attention .tooltip-arrow {
  border-top-color: #fef1e3;
  bottom: -5px;
}
.sui-tooltip.right .tooltip-arrow,
.tooltip-only-arrow.right .tooltip-arrow {
  top: 50%;
  left: -7px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #b2b2b2;
}
.sui-tooltip.right .tooltip-arrow .tooltip-arrow.cover,
.tooltip-only-arrow.right .tooltip-arrow .tooltip-arrow.cover {
  margin-top: -4px;
  border-right-color: #ffffff;
  left: 0;
}
.sui-tooltip.right.attention .tooltip-arrow,
.tooltip-only-arrow.right.attention .tooltip-arrow {
  border-right-color: #fef1e3;
  left: -5px;
}
.sui-tooltip.left .tooltip-arrow,
.tooltip-only-arrow.left .tooltip-arrow {
  top: 50%;
  right: -7px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #b2b2b2;
}
.sui-tooltip.left .tooltip-arrow .tooltip-arrow.cover,
.tooltip-only-arrow.left .tooltip-arrow .tooltip-arrow.cover {
  margin-top: -4px;
  border-left-color: #ffffff;
  left: -7px;
}
.sui-tooltip.left.attention .tooltip-arrow,
.tooltip-only-arrow.left.attention .tooltip-arrow {
  border-left-color: #fef1e3;
  right: -5px;
}
.sui-tooltip.bottom .tooltip-arrow,
.tooltip-only-arrow.bottom .tooltip-arrow {
  top: -7px;
  left: 5%;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #b2b2b2;
}
.sui-tooltip.bottom .tooltip-arrow .tooltip-arrow.cover,
.tooltip-only-arrow.bottom .tooltip-arrow .tooltip-arrow.cover {
  margin-left: -4px;
  border-bottom-color: #ffffff;
  top: 0;
}
.sui-tooltip.bottom.attention .tooltip-arrow,
.tooltip-only-arrow.bottom.attention .tooltip-arrow {
  border-bottom-color: #fef1e3;
  top: -5px;
}
.sui-tooltip .tooltip-arrow.cover,
.tooltip-only-arrow .tooltip-arrow.cover {
  border-width: 4px;
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.pd-10 {
	padding: 10px;
}
.pd-l-10 {
	padding-left: 10px;
}
.pd-r-10 {
	padding-right: 10px;
}
.pd-t-10 {
	padding-top: 10px;
}
.pd-b-10 {
	padding-bottom: 10px;
}
.pd-5 {
	padding: 5px;
}
.pd-l-5 {
	padding-left: 5px;
}
.pd-r-5 {
	padding-right: 5px;
}
.pd-t-5 {
	padding-top: 5px;
}
.pd-b-5 {
	padding-bottom: 5px;
}
.mg-10 {
	margin: 10px;
}
.mg-l-10 {
	margin-left: 10px;
}
.mg-r-10 {
	margin-right: 10px;
}
.mg-t-10 {
	margin-top: 10px;
}
.mg-b-10 {
	margin-bottom: 10px;
}
.mg-5 {
	margin: 5px;
}
.mg-l-5 {
	margin-left: 5px;
}
.mg-r-5 {
	margin-right: 5px;
}
.mg-t-5 {
	margin-top: 5px;
}
.mg-b-5 {
	margin-bottom: 5px;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('/themes/tintingtool/images/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('/themes/tintingtool/images/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('/themes/tintingtool/images/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.subcat_list{
	background-image: url(/themes/tintingtool/images/bg_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}




h1, h2, h3, h4, h5, h6 {
    color: #161E21;
     margin: 0;
}
h1 {
	font-size: 100%;
	line-height: 1.125em;
	margin: 1.125em 0 0;
	font-weight: bold;
}
h2 {
	font-size: 100%;
	line-height: 1.125em;
	margin: 1.125em 0 0;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	line-height: 1.2857em;
	margin: 1.2857em 0 0;
}
h4 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 1.5em 0 0;
}
h5 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 1.5em 0 0;
}
h6 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 1.5em 0 0;
}

.goods_price{
	color: #F60;
	font-weight: bolder;
	text-align: center;
}

.show_price {
    color: #f60;
    font-weight: bolder;
    text-align: center;
}

p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0.5em 0 0;
}


#brd-crumbs{
	clear: both;
	display: block;
}

#brd-crumbs ul{
	list-style-type: none;	
}

#brd-crumbs li{
	margin: 0px;
	padding: 0px;
	float: left;	
}

.ym-vlist li a, .ym-vlist li strong, .ym-vlist li span {
    padding-left: 0px;
    width: 100%;
}
.ym-vlist li ul li a, .ym-vlist li ul li strong, .ym-vlist li ul li span {
    padding-left: 10%;
    width: 90%;
}

.active a:visited {
	color: #FFF;
}
.ym-vlist li ul .active a:visited {
	background-color: #888888;
	color: #FFF;
}

.ym-vlist li.active {
    background-color: #888888;
    color: #FFFFFF;
}

.float-left {
    display: inline;
    float: left;
    margin: 0;
}

.contentText{
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F33;
}


/* Attribute selection css */
.tb-skin {
    position: relative;
	color: #3c3c3c;
}
.tb-key dl {
    margin-bottom: 10px;
}
.tb-key dl dt {
    color: #6c6c6c;
    float: left;
    margin-right: 5px;
    width: 55px;
}
.tb-key dl dd {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
tb-skin ol, ul {
    list-style: outside none none;
}

.tb-key li {
    background: #fff none repeat scroll 0 0;
    float: left;
    line-height: 20px;
    margin: 0 5px 10px 0;
    position: relative;
    vertical-align: middle;
}
.tb-key .tb-img a:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f40;
    color: #f40;
    padding: 2px 5px;
}

.tb-key .tb-img a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    display: block;
    height: 50px;
	width: 60px;
    line-height: 32px;
	min-height: 32px;
    min-width: 32px;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-property: border-color, background;
    white-space: nowrap;
}

.tb-key .tb-img .tb-selected{
	background: url("images/please_select.gif") no-repeat bottom right;
}


.tb-key .tb-img .tb-selected a {
    border: 2px solid #f40;
    color: #f40;
    padding: 2px 5px;
}

.tb-key .tb-img li span {
    display: none;
}
.tb-key .tb-img li input {
    display: none;
}

/* Attribute selection css end */


nav {
    background: none repeat scroll 0 0 #222222;
}


.product-info #quantity{
  border: 1px solid #cdcdcd;
  height: 20px !important;
  line-height: 15px !important;
  margin: 0 5px;
  padding: 1px !important;
  text-align: center;
  width: 45px;
  }
  
  #formCart .quantity{
  border: 1px solid #cdcdcd;
  height: 20px !important;
  line-height: 15px !important;
  margin: 0 5px;
  padding: 1px !important;
  text-align: center;
  width: 30px;
  }
  
  
  
#sudoSlider, #slider {width: auto;}
#slider, #slider img {width: 100%;}
/* Numeric Navigation */
#sudoSlider ol {margin:5px 0;padding:0;height:20px;	}
#sudoSlider ol li{margin:0 10px 0 0; padding:0;float:left;list-style:none;height:20px;line-height:20px;}
#sudoSlider ol li a{float:left;height:20px;line-height:20px;border:1px solid #ccc;background:#DAF3F8;color:#555;padding:0 10px;text-decoration:none;}
#sudoSlider ol li.current a{background:#5DC9E1;color:#fff;}
#sudoSlider ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}



.site-item:first-child {
    border-left: 1px solid #eee;
}

.site-item .icon {
    display: block;
    margin: 0 auto 15px;
    width: 52px;
    height: 55px;
    background: url(images/footer-sprite.png) no-repeat;
}

.site-item .i-delivery {
    background-position: -490px 0px;
    width: 70px;
}

.site-item .i-help {
    background-position: 0px 0px;
    width: 68px;
}

.site-item .i-great {
    background-position: -400px 0px;
    width: 70px;
}

.site-item .i-payment {
    background-position: -100px 0px;
    width: 54px;
}
.site-item .i-confidence {
    background-position: -200px 0px;
    width: 50px;
}

.site-item {
	float: left;
	width: 19%;
	padding-top: 40px;
	min-height: 228px;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
}

.footer-copywrite {
	background-color: #333;
	color: #FFF;
	height: 35px;
	line-height: 35px;
}

.footer-copywrite a{
	color: #FFF;
}
footer {
	color: #444;
	margin: 0;
	padding: 1.5em;
	background-color: #FAFAFA;
}
