/* global */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
	-moz-appearance:textfield;
}


.panel,
.form-control,
.input-group-addon,
.popover{
	border-radius:3px;
}
.form-control{
	height: 28px;
	font-size: inherit;
	padding: 4px 10px;
}
.popover, .popover .popover-title {
	background-color: #000;
	color:#ffffff;
}
.popover.right .arrow:after{
	border-right-color: #000;
}
.popover.left .arrow:after{
	border-left-color: #000;
}
.popover.top .arrow:after{
	border-top-color: #000;
}
.popover.bottom .arrow:after{
	border-bottom-color: #000;
}

.shadow_spread {
	border-radius: 3px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.13);
	margin: 10px 0;
}




/* -- sell_enlist page --*/
.selected-category{
  border-radius: 3px;
  padding: 5px;
}
.selected-category .cat_name{
	border-left:1px solid #CCCCCC;
}
/* -- dropzone -- */
.dropzone {
	background: none repeat scroll 0 0 #fff;
	border: 2px dashed #ddd;
  min-height: 125px;
  border-radius: 3px;  
}
.dropzone.dz-started .dz-message {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  font-size: inherit;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  margin: 7px;
}
.dz-size{
	font-size:80%;
}
#sfp #enhance_preview {
    bottom: 110px;
    display: none;
    left: 155px;
    position: absolute;
    z-index: 1020;
}
#sfp .buy_button .checkbox{
    border-bottom: 1px dotted #ddd;
    padding-bottom: 7px;
}
#sfp .buy_button span.i-cod {
/*
    background-position: -386px -40px;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 18px;
*/
    background-position: 0 -70px;
    background-size: 800% auto;
    float: left;
    height: 28px;
    margin: 0 10px 0 5px;
    width: 28px;
}
#sfp .premium_icon { background:url('/global/img/enhance.gif') no-repeat right bottom transparent;width: 150px;height:101px; }
#sfp .featured { background:url('/global/img/featured.jpg') no-repeat scroll 0 0 #EEEEEE;}
#sfp .topofpage { background:url('/global/img/top.jpg') no-repeat scroll 0 0 #EEEEEE;}
#sfp .urgent { background:url('/global/img/urgent.jpg') no-repeat scroll 0 0 #EEEEEE;}
#sfp .premium_box { width:60px;height:48px;font-weight:bold;padding-top:11px;cursor:pointer; }
#sfp .enhance_total {font-weight: bold; font-size:120%; padding: 5px 0 0 0}

.shipping{
	margin-top:5px;
	background-color: #f7f6f5;
	border-radius: 3px;
	padding: 10px;
	left:335px;
	top:40px;
	min-width:350px;
}
.shipping input{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	border: 0 none;
	width: 40px;	
	padding:2px;
	height:20px;
	text-align:center;
}
.shipping select{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	border: 0 none;
	width: 100px;	
	padding:2px;
	height:20px;	
}

.login_links{
	text-align:center;
}
.login_links a{
	cursor: pointer;
}



h1{
	font-size:200%;
	padding:0 10px;
	margin:20px 0;
}

.steps ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.steps ul li {
    background: none repeat scroll 0 0 #fff;
    color: #999999;
    cursor: default;
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 60px 0 40px;
    position: relative;
}
.steps ul li:first-child {
    padding: 0 140px 0 20px;
    font-size:200%;
    color:#333;
}
.steps ul li.current {
    background: none repeat scroll 0 0 #f7f6f5;
    color: #333;
}
.steps ul li .badge {
    margin-right: 8px;
    background-color: #CCCCCC;
}
.steps ul li.current .badge{
	background-color: #999;
}
.steps .chevron, .steps .chevron:before{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 29px;
	border-color: transparent transparent transparent #ccc;
	top:0px;
	right: -30px;
	z-index: 1;
	position:absolute;
}
.steps .chevron:before{
	content: "";
	border-color: transparent transparent transparent #fff;
	top: -30px;
	right:1px;
}
.steps .current .chevron:before {
	border-color: transparent transparent transparent #f7f6f5;
}
.steps .current .chevron{
}


/* -- category page --*/

#scp .panel{
	overflow:hidden;
}

#scp .page-header{font-size:200%;margin:10px 0;padding:0 20px 10px}

#scp .content-body {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px 0;
    overflow: hidden;
}
#scp li.caption{
	padding: 7px 21px 20px 11px;
	font-size: 120%;
	font-weight:normal;
}
#scp li.caption .badge{
    background-color: #0fb000;
    border-color: #999;
    color: #fff;
}

#scp button.btn-cbd{
	font-weight:bold;
}


ul.category,ul#categories{
	display:none;
	/*height:314px;*/
	/*width:230px;*/
	overflow-x:hidden;
	overflow-y:auto;
	border-color:#cccccc;
	/*border-right:1px solid #cccccc;*/
	/*float:left;*/
	list-style:none;
	padding:10px;
}
.ie6 ul.category.level-four{
	border-right:none;
}
ul#categories{
	-moz-border-radius:0 0 0 5px;-webkit-border-bottom-left-radius:5px;border-radius:0 0 0 5px;
}
ul.category.active,ul#categories{
	display:block;
}
ul#categories li a:link,ul#categories li a:visited,ul#categories li a:hover,ul#categories li a:active,ul.category li a:link,ul.category li a:visited,ul.category li a:hover,ul.category li a:active{background-image: url(/asset/img/choose-category-sprite.gif);background-repeat:no-repeat;display:block;font-weight:normal;line-height:12px;padding:7px 21px 7px 11px;text-decoration:none;color:#cccccc;}
.ie6 ul#categories li a:link,.ie6 ul#categories li a:visited,.ie6 ul#categories li a:hover,.ie6 ul#categories li a:active,.ie6 ul.category li a:link,.ie6 ul.category li a:visited,.ie6 ul.category li a:hover,.ie6 ul.category li a:active{height:1em;}
ul#categories li a:link,ul#categories li a:visited{border-bottom:1px dotted #cccccc;line-height:auto;font-weight:bold;background-position:100% -36px;padding:5px 21px 5px 11px;}

ul.category li a:link,ul.category li a:visited{background-position:100% -40px;background-color:#fff;border-bottom:1px dotted #cccccc;}
ul.category li.active li a:link,ul.category li.active li a:visited,ul.category li.active li a:hover,ul.category li.active li a:active,ul.category li a.final-level:link,ul.category li a.final-level:visited,ul.category li a.final-level:hover,ul.category li a.final-level:active{background-position:100% -117px;}
ul.category li.active a.final-level:link,ul.category li.active a.final-level:visited,ul.category li.active a.final-level:hover,ul.category li.active a.final-level:active{background-position:100% -95px;}


ul#categories li {font-weight:bold;}

ul#categories li a:link, ul#categories li a:visited, ul#categories li a:hover, ul#categories li a:active, ul.category li a:link, ul.category li a:visited, ul.category li a:hover, ul.category li a:active {
	color:#3B5998;
	display: block;
	line-height: 1.25em;
	padding: 7px 21px 7px 11px;
	text-decoration: none;
	text-align:left;
}



ul#categories li a:active,
ul#categories li.active a:link,
ul#categories li.active a:visited,
ul#categories li.active a:hover,
ul#categories li.active a:active{
	font-weight:bold;
}
ul#categories li a:active,
ul#categories li.active a:link,
ul#categories li.active a:visited,
ul#categories li.active a:hover,
ul#categories li.active a:active,
ul.category li a:active,
ul.category li.active a:link,
ul.category li.active a:visited,
ul.category li.active a:hover,
ul.category li.active a:active{
	background-position:100% 9px;
	background-color:#ff7300;
	color:#fff;
}

ul#categories li a:hover,
ul.category li a:hover{
	background-color:#cccccc;
}
