/* --- STANDARD CSS --- */
	/*reset-fix*/
	html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,img,a,p,input{
		margin:0;
		padding:0;
	}
	a{
		cursor:pointer;
		outline:none;
		text-decoration:none;
	}
	a:active{
		outline:none;
	}
	ul{
		list-style:none;
	}
	a img{
		border:none;
	}
	/*clear-fix*/
	.group:before,.group:after{
		content:".";
		display:block;
		height:0;
		visibility:hidden;
	}
	.group:after{
		clear:both;
	}
	* html .group, *:first-child+html .group{
		zoom:1;
	}
	/*second-title*/
	.second-title{
		display:none;
	}	
	/*scroll-to-top*/
	#scroll-to-top{
		background: url(../images/style/icons.png) center -1074px no-repeat;
		bottom:10px;
		cursor:pointer;
		display:none;
		height: 15px;
		padding:0;
		position:fixed;
		right:10px;
		width: 20px;
		z-index: 999;
	}
	#scroll-to-top:hover{
		background-position: center -1159px;
	}
	/*input*/
	input,textarea,select{
		box-sizing:content-box;
		-ms-box-sizing:content-box;
		-moz-box-sizing:content-box;
		-webkit-box-sizing:content-box;		
	}
	input:focus,textarea:focus,select:focus,button:focus{
		outline: none;
	}
	input[type=checkbox],input[type=radio]{
		width: auto;
	}	
	/*table reset*/
	table{
		width: 100%;
		border-spacing: 0;
		border-collapse: collapse;
		margin: 16px 0;
	}
	table td,table th{
		text-align: center;
		padding: 3px;	
		vertical-align: middle;
	}
	table tfoot td,table tfoot th{
		text-align: right;
		font-weight: normal;
		padding: 3px 7px;
	}
	tbody tr td:first-child,thead tr th:first-child{
		text-align: left;
	}
	/*smart-post overwrite*/
	table.smartpost_table td,table.smartpost_table td:first-child{
		border: none;
		color: #000;
		text-align: right;
	}
	table.smartpost_table tr:nth-child(3){
		background: #f6f6f6;
	}
	.smartpost_label{
		width: 150px;
		padding: 0 10px;
	}
	.smartpost_input select,.smartpost_input input{
		float: left;
		margin: 2px 0;
	}

	/*print*/
	@media print {
		.header,.footer,.headline,.back,.print,.aside,.facebook_p,
		.info-tabs li a{
			display: none;
		}
		.container,.wrap{
			width: 100%!important;
			padding: 0!important;
		}
		.order-section{
			width: 48.5%;
		}
		.info-tabs li.active a{
			display: block;
		}
	}

	/*Jquery ui own style*/
	/*.ui-slider-handle{
		padding: 0px;
		border-radius: 4px;
	}*/

	

/*product_page next,prev nooled*/
	.previousAttImg,.nextAttImg{
		background: #fff url(../images/style/prev.png) left center no-repeat;
		display: block;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		height: 84px;
		width: 37px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		cursor: pointer;
		opacity: 0.6;
		z-index: 99;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}
	.nextAttImg{
		background:#fff url(../images/style/next.png) right center no-repeat;
		border-radius: 0;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		right: 0;
		left: inherit;
	}
	.previousAttImg:hover,.nextAttImg:hover{
		opacity: 1;
	}
	.previousAttImg b,.nextAttImg b{
		display: none;
	}


