@charset "utf-8";

/* security attribute */
input[name=ishuman]{
	display: none;
}

.thehole{
	display:none;
	position:absolute;
	left:-1000px;
}

/* noscript */
.noscript{
	background-color: #ff7f16;
	border-bottom:2px solid #bc5d03;
	text-shadow: 1px 1px #000;
	display:block;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	font-size:14px;
	text-align:center;
}

.noscript div{
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.5; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.5; }
	100% { opacity: 1.0; }
}

@keyframes blinker {  
	0% { opacity: 1.0; }
	50% { opacity: 0.5; }
	100% { opacity: 1.0; }
}

/* Web Font */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../assets/font/Roboto_Condensed.eot?#iefix') format('eot'), /* IE6-IE8 */
		 url('../assets/font/Roboto_Condensed.woff') format('woff'), /* Modern Browsers */
		 url('../assets/font/Roboto_Condensed.ttf') format('truetype'), /* Safari, Android, iOS, Opera  */
		 url('../assets/font/Roboto_Condensed.svg') format('svg'); /* Legacy iOS*/
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../assets/font/Roboto_Condensed-bold.eot?#iefix') format('eot'), /* IE6-IE8 */
		 url('../assets/font/Roboto_Condensed-bold.woff') format('woff'), /* Modern Browsers */
		 url('../assets/font/Roboto_Condensed-bold.ttf') format('truetype'), /* Safari, Android, iOS, Opera  */
		 url('../assets/font/Roboto_Condensed-bold.svg') format('svg'); /* Legacy iOS*/
}

/* CSS Document */
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #666
}

a:hover {
	text-decoration: underline;
	color: #999
}

h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
}

input, textarea, select, option {
	border: 1px inset #ccc
}

input[type=submit], input[type=reset], input[type=button] {
	border: 1px solid #333;
	background-color: #CCC;
	padding: 3px;
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px
}
/* structure design */

#wrapper {

}

header {
	font-size: 12px;
	line-height: 16px
}

header#topinfo {
	padding: 5px;
	background-color: #000;
	color: #fff;
	text-align: right;
	display: block;
	min-width: 950px;
}

header#topinfo .content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

header#topheader {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

header#topheader #logo {
	width: 350px;
	height: 100%;
	float: left;
	padding-left: 10px
}

header#topheader #shopcart {
	float: right;
	width: 280px;
	margin-top: 5px;
	padding-right: 10px;
}

header#topheader .lang{
	float:right;
}

header#topheader .lang a{
	margin-left:5px;
}
/* other section */

nav, section, footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}

section #left {
	width: 200px;
	float: left
}

section #content {
	width: 750px;
	float: right;
}

section #content-full {
	width: 100%;
	float: right;
}

footer {
	clear: both;
	margin-bottom: 0px;
}

footer #content {
	padding: 10px;
	background-color: #efefef;
	overflow: auto;
	padding-bottom: 30px
}

footer #content .footer-item {
	float: left;
	width: 250px;
	margin-right: 10px;
}

footer #content .footer-item-social{
	width: 150px !important;
}

footer #content .footer-item span {
	font-size: 16px;
	font-weight: bold
}

footer #content .footer-item .social{
	margin-top: 5px;
}

footer #content .footer-item .social a{
	line-height: 20px;
}

footer #content .footer-item .social img{
	width: 16px;
	margin-right: 8px;
}

footer #content .footer-item:last-child {
	float: left;
	width: 160px;
	margin-right: 0px;
}

footer #copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
	border-top: 1px solid #c4c4c4
}

/* sidebar menu */

#psearch {
	padding: 5px;
	background-color: #efefef;
	text-align: center
}

#pcategory {
	margin-bottom: 10px
}

ul.submenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.submenu li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #c4c4c4;
}

ul.submenu li.submenu10 a {
	padding-left: 15px;
	width: 185px;
	background-image: url(../assets/interface/bulletarrow.gif);
	background-position: 0px 12px;
	background-repeat: no-repeat;
}

ul.submenu li.submenu25 a {
	padding-left: 30px;
	width: 170px;
	background-image: url(../assets/interface/bulletarrow.gif);
	background-position: 17px 13px;
	background-repeat: no-repeat
}

ul.submenu li a:link, ul.submenu li a:visited {
	color: #666;
	text-decoration: none;
}

ul.submenu li a:hover, ul.submenu li a:active {
	text-decoration: none;
	background-color: #999;
	color: #fff
}

.submenu-head {
	font-weight: bold;
	width: 180px;
	padding: 10px; 
	padding-bottom: 7px; 
	padding-top: 7px; 
	color: #fff;
	background-color: #000;
	font-size: 14px
}

.submenu-head a{
	text-decoration: none;
	color: #fff !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 1px solid #000 !important;
}

.submenu-head a:hover{
	background-color: #000 !important;
	border-bottom: 1px dotted #c4c4c4 !important;
}

/* page specific style */
/* =================== */
section #content #banner {
	height: 300px;
	overflow: hidden	
}

section #content #banner #banner-main .nivo-caption {
	display: none !important;
}

section #content #banner #banner-main {
	float: left;
	width: 540px;	
}

section #content #banner #banner-side {
	float: right;
	width: 200px;
}

section #content #banner #banner-side img {
	margin-bottom: 10px
}

#welcome {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #c4c4c4	
}

.linebar{
	padding :1px;
	background-color :#222;
	overflow :hidden;
	clear :both;
}

.channelTitle{
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}

.btn{
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	border:1px solid #942911;
	display:inline-block;
	color:#ffffff;
	padding: 3px 7px;
	font-size: 14px !important;
}

.btn:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}

a.btn{
	color: #fff !important;
	padding-right: 7px;
	padding-left: 7px;
	height: 19px;
	line-height:20px;
}

a.btn:hover{
	text-decoration:none;
}

.btn-disabled, .btn-disabled:hover{
	-moz-box-shadow:inset 0px 1px 0px 0px #444;
	-webkit-box-shadow:inset 0px 1px 0px 0px #444;
	box-shadow:inset 0px 1px 0px 0px #444;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #777), color-stop(1, #ccc));
	background:-moz-linear-gradient(top, #777 5%, #ccc 100%);
	background:-webkit-linear-gradient(top, #777 5%, #ccc 100%);
	background:-o-linear-gradient(top, #777 5%, #ccc 100%);
	background:-ms-linear-gradient(top, #777 5%, #ccc 100%);
	background:linear-gradient(to bottom, #777 5%, #ccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#ccc',GradientType=0);
	background-color:#777;
}

.clearfix{
	clear: both;
	overflow: hidden;
}

#result {
	position:fixed;
	border:0;
	padding:15px;
	padding-left:25px;
	position:fixed;
	color:white;
	background-color:#983232;
	background-color:rgba(128,0,0,0.8);
	width:100%;
	display:none;
	text-align:left;
	z-index:10;
}

#result ul {
	list-style-image:url(../assets/images/warn.png);
	margin-left:10px;
	font-size:14px;
}

#resultnopadding{
	margin:0;
	position:absolute;
	border:0;
	padding:5px;
	position:fixed;
	color:white;
	background-color:#983232;
	background-color:rgba(128,0,0,0.8);
	width:100%;
	display:none;
	text-align:left;
}

#resultnopadding ul{
	list-style-image:url(../assets/images/warn.png);
	margin-left:10px;
	font-size:10pt;
}

.error{
	color:red;
	font-size:12px;
	margin-left:3px;
	display: inline-table;
}

.asterik{
	color: red
}


.alert{
	padding:10px 8px;
	text-align:center;
}

.alert-success{
	background-color:#d0f4c1;
	border:1px solid #81b26c;
}

.alert-warning{
	background-color:#FEFABA;
	border:1px solid #F7C942;
}

/*For paging with number purpose*/
.paging {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 0 0 0;
	text-align: center;
}

.paging span {
	margin: 0 3px 0 0;
	padding: 5px 11px;
}

.paging a {
	color: #365977;
	border: 1px solid #D6DBE1;
	border-radius: 2px;
	margin: 0 2px 0 0;
	padding: 5px 11px;
}

.paging a:hover {
	background: #365977;
	border-radius: 2px;
	border: 1px solid #D6DBE1;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.paging a.noimage {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
}

.paging a.page {
	font-size: 12px;
	padding: 5px 11px;
}

/* main banner */
.slider{
	height: 300px;
	width: 540px;
	z-index: 0;
	float: left;
	overflow: hidden;
}

.slider a {
    border: 0;
    display: block;
}

.slider .nivo-caption p{
	padding: 5px 10px;
}

/* content attribute*/
.content-property{
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.content-property .content-title{
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 15px;
}

.content-property .content-title h1{
	line-height: 38px;
}

.content-property .content-date{
	font-size: 13px;
}

.content-property .content-author{
	margin-bottom: 5px;
}

.content-property .content-share{
	right: 0;
	bottom: 8px;
	position: absolute;
}

.content-property .content-share img{
	vertical-align: middle
}

.content-share a{
	background-color: #fff;
	margin-right: 10px;
	padding: 7px 1px;
}

.content-share a:last-child{
	margin-right: 0;
}

.content-share a.facebook{
	background-color: #3B5998;
}

.content-share a.twitter{
	background-color: #00ACED;
}

.content-share a.gplus{
	background-color: #D14836;
}

.content-share a.pinterest{
	background-color: #CB2027;
}

.content-share a.print-doc img{
	width: 36px;
}

.content-property .content-share-left{
	margin-top:13px;
	position: relative;
}

/* post */
.post-data{
	overflow: hidden;
	margin-bottom:15px;
	border-bottom: 1px dashed #666;
}

.post-data .post-thumb-box{
	float: left;
	position: relative;
	margin-right: 13px;
}

.post-data .post-thumb-box .post-cat{
	position: absolute;
	top: 0;
	left: 0;
	padding:1px 8px;
	background-color: maroon;
}

.post-data .post-thumb-box .post-cat:hover{
	background-color: red;
}

.post-data .post-thumb-box .post-cat a{
	color: #fff;
}

.post-data .post-thumb-box .post-cat a:hover{
	text-decoration: none;
}

.post-data .post-thumb-box .post-icon{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.post-data .post-subtitle{
	line-height: 14px;
	margin-bottom: 7px;
}

.post-data .post-title{
	margin-top: -2px;
	line-height: 22px;
}

.post-data .post-date{
	font-size: 13px;
}

.post-data .post-desc{
	margin-top: 8px;
}

/* post detail */
.post-detail iframe{
	width: 750px;
	height: 450px;
	border: 0;
	margin-bottom: 3px;
}

.post-detail .post-banner{
	overflow: hidden;
	margin-bottom: -50px !important;
}

.post-detail .post-tag{
	margin:10px 0;
}

.post-detail .post-tag h5{
	display: inline;
}

.post-detail .post-source{
	padding-bottom:10px;
}

.post-detail .post-video iframe{
	width: 750px;
	height: 450px;
	border: 0;
}
/* related post */
.post-related{
	margin-top: 10px;
	overflow: hidden;
}

/* related post with thumb style */
.post-data-thumb{
	background:#000 url(../assets/interface/texture-fakebrick.png);
	display: inline-block;
	width: 240px;
	margin: 0 10px 25px 0;
	vertical-align: top;
	height: 225px;
	overflow: hidden;
}

.post-data-thumb-right{
	margin-right:0 !important;
}

.post-data-thumb .post-thumb-box {
	position: relative;
	max-height: 178px;
	overflow: hidden;
	border-bottom: 1px solid maroon;
}

.post-data-thumb .post-thumb-box img{
	width: 100%;
}

.post-data-thumb .post-thumb-box  .post-cat{
	background-color: maroon;
	position: absolute;
	top: 0;
	left: 0;
}

.post-data-thumb .post-thumb-box  .post-cat:hover{
	background-color: red;
}

.post-data-thumb .post-thumb-box  .post-cat a{
	color: #fff;
	display:block;
	padding: 0 10px;
}

.post-data-thumb .post-thumb-box  .post-cat a:hover{
	text-decoration:none;
}

.post-data-thumb  .post-title{
	margin-top: 0;
	padding: 2px 5px 5px 5px;
}

.post-data-thumb  .post-title a{
	display: block;
	color: #efefef;
}

.post-data-thumb .post-tick{
	float:right;
	padding-right:5px;
	font-size:10px;
	color:#999;
}

.post-data-thumb .post-date{
	font-size:11px;
	color:#999;
	padding-left: 5px;
}

/* post comment */
.comment-box{

}

.comment-box .comment{
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 8px;
	color: #333;
}

.comment-box .comment .comment-author{
	font-weight: bold;
	font-size: 14px;
}

.comment-box .comment .comment-date{
	font-size: 11px;
	color:#666;
}

.comment-box .comment .comment-content{
	margin-top: 3px;
}

/* page help */
.help-content-title{
	font-size: 15px;
	margin-bottom: 8px;
}

.help-panel{
	text-align: center;
}

.help-panel .helpbtn{
	margin: 0 35px;

}

.help-panel .helpbtn , .help-panel .helpbtn:hover{
	text-decoration: none;
}

.help-panel .helpbtn h3{
	display: inline;
	font-weight: normal;
}

.help-panel .helpbtn-selected{
	border-bottom: 2px solid #333;
}

.faqh {
	background-color: #646464; 
	border-bottom: 1px solid #fff;
	padding: 5px;
	color: #fff;
	text-indent: 25px;
	background-image: url(/assets/images/folder.png);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	margin-top: 10px
}

.faqb {
	border-bottom: 1px dashed #c4c4c4;
	padding: 8px;

	padding-left: 30px;
	background-image: url(/assets/images/supp.png);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	cursor:pointer;
}

.faqb:hover{
	background-color:#f2f2f2;
}

.faqb .faqQuestion{
	font-size:14px;
}

.faqb .faqAnswer{
	display:none;
	margin-top:5px;
}

.faqb-detail {
	border-bottom: 1px dashed #c4c4c4;
	padding: 5px;
	padding-left: 30px;
	background-image: url(/assets/images/supp.png);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	width: 600px;
	font-weight: bold;
	padding-bottom: 10px
}

.faqa {
	line-height: 20px;
	padding: 5px;
	margin-top: 10px;
}

/* product list */
.product-filter{
	margin-bottom: 15px;
}

.product-filter select{
	padding:2px;
}

.product-filter select:first-child{
	margin-right:20px;
}

.product-list{
	border: 1px solid #efefef;
	background-color: #efefef;
	display: inline-block;
	position: relative;
	width: 175px;
	height: 345px;
	margin: 0 10px 30px 0;
	vertical-align: top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.product-list-right{
	margin-right:0 !important;
}

.product-list a{
	color:#1e3855 !important;
}

.product-list:hover{
	box-shadow: 1px 1px 9px #cecece, -1px 1px 9px #cecece;
	-webkit-box-shadow:1px 1px 9px #cecece, -1px 1px 9px #cecece;
}

/*.product-list:hover .product-info{
	display:block;
}*/

.product-list:hover .product-flashbox{
	display: block;
}

.product-init{
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(../assets/interface/init-loader.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px; 
	display: none;
}

.product-flashbox{
	display: none;
	position: absolute;
	right: 3px;
	top: 228px;
}

.product-flashbox img{
	width: 12px;
}

.product-flashbox a{
	display: block;
	padding: 2px 5px;
	margin: 0 3px;
	background-color: rgba(0, 0, 0, 0.3);
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
}

.product-flashbox a:hover{
	background-color: rgba(255, 0, 0, 0.6);
}

.product-list .product-attribute{
	padding:5px;
	margin-top:-4px;
	border-top:1px solid #bf0000;
}

.product-list .product-attribute .product-pricegroup{
	position: absolute;
	bottom: 5px;
	left: 5px;
	bordeR:1 solid red;
}

.product-name{
	line-height: 18px !important;
	margin-bottom: 3px;
	max-height: 35px;
	overflow: hidden;
}

.product-name a{

}

.product-price{
	font-weight:bold;
	color:red;
	font-size:14px;
}

.product-price-before{
	text-decoration: line-through;
	color:#8c8c8c;
	font-weight: 400; 
	font-size:11px;
}


.product-info{
	position:absolute;
	/*display: none; */
	color: #fff;
	/*background-color:rgba(0, 0, 0, 0.4);*/
	bottom:0;
	/*top:0;*/
	left:0;
	right:0;
	
}

.product-quick-info{
	padding:4px;
	font-family:arial;
	color:#e7e7e7;
}

.product-quick-info-head{
	font-weight:bold;
	text-align:left;
	font-size:12px;
}

.product-quick-info-body{
	text-align:left;
	line-height:12px;
}

.product-button-command{
	position:absolute;
	bottom:5px;
	right:5px;
}

.product-button-command a{
	color:#fff !important;
	font-size:10px;
	font-family:arial;
}

.buythis {

}

.product-mainpic{
/* 	display:inline;
	border:1px solid black;
 */}
 
.product-mainpic img{
	width: 100%;
}

.product-soldout, .product-sale {
	position: absolute; 
	top: 0; 
	right: 0;
}


.product-sale {
	position: absolute;
}

.product-sale strong{
	position:absolute;
	top:28px;
	left:23px;
	font-size:10px;
	color:#FBF0F0;
}

.icon-sale-detail {
	position: absolute;
	margin-top: 20px;
	margin-left: 290px
}

/* product-detail */
.productmainbox {
	overflow: hidden;
	margin-top: 15px
}

.productmainbox  #etalage{
	margin:0;
	padding:0;
}

.productimg {
	float: left;
	width: 400px;
	text-align: center
}

.productexp {
	float: left;
	width: 332px;
	margin-left: 20px;
}

.productsection {
	border-top: 1px solid #5a5a5a;
	margin-top: 10px;
	padding-top: 10px;
}

.productsection span {
	color: #5a5a5a;
	font-family: arial;
	font-size: 18px;
	font-weight: bold
}

.productothertype {
	text-align: center;
	color: #090
}
 


.productimg img{
	width:100%;
}

.tbl-uline{
	border-bottom:1px solid #e5e5e5;
}

.prod-box{
	margin:auto;
}

.prod-price{
	font-size:15px;
	margin-bottom:8px;
	color:#222;
	position:relative;
}

.prod-price span{
	font-weight:bold;
	font-size:18px;
	position:absolute;
	left:60%;
}

.prod-discount{
	width:70px;
	height:70px;
	overflow:hidden;
	color:#ECBBBB;
	font-weight:bold;
	position: relative;
	transform:rotate(25deg);
	-ms-transform:rotate(25deg); /* IE 9 */
	-moz-transform:rotate(25deg); /* Firefox */
	-webkit-transform:rotate(25deg); /* Safari and Chrome */
	-o-transform:rotate(25eg); /* Opera */
}

.prod-discount div{
	padding:34px 0 0 22px;
	position: absolute;
	top: -5px;
	left:-5px;
	font-size: 12px;
}

.prod-opt-title{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

.prod-opt-master{
	display:inline-block;
	margin:0 10px 8px 0;
	background-color:#ebf0ae;
	color:#222;
	padding:3px 5px;
	border:1px solid #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}

.prod-opt-master-selected{
	background-color:#faea19;
}

.prod-add-tp-cart-box{
	margin-top:30px;
}

.prod-add-tp-cart-box input[name=qty]{
	padding: 3px 4px;
}

.prod-add-tp-cart-box h3{
	margin-bottom: 5px;
}

.prod-opt-list{
  	width:100%;  
	margin-top:15px;
}

.prod-opt-list td{
	font-size:14px;
}

.prod-opt-list thead tr{
	border-bottom:1px solid #222;
	background-color:#555;
	color:#fff;
}

.prod-opt-list tbody tr{
	border-bottom:1px solid #ccc;
}

.prod-opt-list tbody tr:hover, .prod-opt-list tbody tr.selected{
	background-color:#fefbd8;
	cursor:pointer;
}

.prod-opt-list tbody span.price{
	float:right;
	font-weight:normal;
	font-size:14px;
}

.prod-section{
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:14px;
	font-family:arial;
}

.prod-section .prod-section-subtitle{
	font-weight:bold;
	margin-bottom:1px;
}

.prod-img{
	float: left;
	width: 400px;
}

.prod-img-big img{
	width:100%;
}

.prod-img-thumb{
	margin:8px 0;
}

.prod-img-thumb img{
	border:0;
	margin-right:3px;
	margin-top: 5px;
}

.prod-specialnote h4.prod-specialnote-header{
	background-color: #DB4113;
	padding: 6px 6px !important;
	color: #fff;
}

.prod-specialnote .prod-specialnote-content{
	background-color: #FEFBD8;
	border: 1px solid #DB4113;
	border-top: 0;
	padding: 10px;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

.prod-specialnote .prod-specialnote-content ul{
	list-style-image: url(../assets/interface/arrow-right.png);
}

#tabs{
	background-color:#fafafa;
	padding:0;
	margin-bottom:5px;
	margin-top:10px;
}

#tabs .ui-widget-header{
	background-color: #fff;
	background-image:none;
	border-left:0;
	border-top:0;
	border-right:0;
	border-bottom: 1px solid rgb(226, 226, 226);
}

#tabs .ui-widget-content{
	background-color:#fff;
	padding:15px !important;
	line-height:17px !important;
}

#tabs .ui-widget-content ul{
	list-style-image: url(../assets/interface/arrow-right.png);
}

#tabs .ui-state-hover, #tabs .ui-state-active{
	border:1px solid #faea19;
}

#tabs li {
	/*padding-left:2px;
	padding-right:2px;*/
}

#tabs li a{
	padding:7px 6px;
	color:#035585;
}

#tabs li a span{
	padding-right:4px;
	color:#208d30;
	text-shadow:-1px 1px 1px  #faea19;
}

/* product features(sliding product content) */
.product-glider{
	overflow:hidden;
	margin-top:8px;
	padding:0;
}

.product-glider .product-glider-top{
	margin:0;
	padding:5px 10px;
	overflow:hidden;
	color:#fff;
	border-bottom:1px solid #06587d;
	background-color: #000;
}

.product-glider .product-glider-top  .product-glider-title{
	margin-top:3px;
	padding:0;
	font-size:16px;
	font-weight:bold;
	float:left;
}

.product-glider .product-glider-top .product-glider-nav{
	float:right;
}

.product-glider .product-glider-top .product-glider-nav img{
	width:24px;
}

.product-glider .product-list{
	margin:8px 10px 12px 0 !important;
}

.product-glider ul{
	margin: 0;
	margin-left:5px;
	padding: 0;
	list-style: none;
	display: block;
	overflow:hidden;
	width:100%;
}

.product-glider li{
	display: block;
	float: left;
}

/* ticker */
.tickerglider{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tickerglider .tick-content{
	margin-bottom: 9px;
}

.tickerglider .tick-date{
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 12px;
}

/* Shopcart */
.table-shopcart{
	width: 100%;
	margin-top: 10px;
}

.table-shopcart thead tr{
	background-color: #000;
	background-image: url(../assets/interface/texture-whitecarbonfiber.png);
	padding: 8px 0;
}

.table-shopcart thead tr th{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.table-shopcart th, .table-shopcart td{
	border: 1px solid #666;
}

.shopcart-info-box{
	background-color: #f4f4f4;
	border: 1px dashed #ddd;
	padding: 10px;
	line-height: 22px;
	color: #222;
}

.shopcart-info-box .content-property{
	margin-bottom: -1px;
}

.shopcart-currierlist{
	padding: 3px 0;
	border-bottom: 1px dashed #888;
	margin-bottom: 8px;
	cursor: pointer;
}

.shopcart-currierlist:hover{
	border-bottom: 1px dashed red
}

.shopcart-currierlist label{
	margin-left: 5px;
	font-size: 14px;
}

.shopcart-currierlist h4{
	display: inline-block;
}

.shopcart-currierlist-dvalue{
	margin-top:-25px;
	margin-left:25px;
}

.shopcart-nocourrier{
	background-color: #fff499;
	border: 1px dashed red;
	padding: 10px;
	line-height: 22px;
	color: #000;
	margin-bottom: 10px;
}

.shopcart-tips{
	margin: 10px 0;
	font-style: italic;
	font-size: 13px;
}

.shopcart-curname{
	font-size:20px;
}

/* shopcart step */
.shopcart-step{
	overflow: hidden;
	display: table;
	width:100%;
	margin-bottom:20px;
	color: #666;
	background-color: #f7f7f7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.shopcart-step .step{
	width: 33%;
	display: table-cell;
	border: 1px solid #ccc;
	padding: 7px;
	border-right: 0;
}

.shopcart-step .step:last-child{
	border-right: 1px solid #ccc;
}

.shopcart-step .step span{
	font-size: 12px;
}

.shopcart-step .step-active{
	color: #f1f1f1;
	background-color: #777;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

.shopcart-error-msg{
	border:1px solid #FBD501;
	background-color:#C1DFDA;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:10px;
	margin-right:5px;
	color:black;
}

/* CONTACT */
.contact-datalist{
	list-style-type:none;
	margin:20px 0 0 0;
	overflow:hidden;
}

.contact-datalist li{
	margin-bottom:18px;
	float:left;
	display:inline;
	width:50%;
 }

 .contact-datalist li img{
	margin-right: 8px;
 }
 
.contact-datalist li a {
	font-size:14px;
}

.contact-datalist li a:hover {
	text-decoration: none;
}

/* TESTIMONIAL */
.testi {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
}

.testi .testi-desc {
	margin-bottom: 6px;
}

.testi .testi-user {
	font-weight: bold;
}

/* order paypal return */
.op-title{
	margin-bottom: 15px;
	font-size: 22px;
}

.op-table h5{
	font-size: 14px;
}

.op-completed{
	font-weight: bold;
	color: #54963A;
}

.op-pending{
	font-weight: bold;
	color: #BE3F3F;
}

.op-rightattr{
	float: right;
	width: 300px;
}

.op-rightattr img{
	float: right;
	width: 200px;
}

.op-rightattr .op-memo{
	float: right;
	padding: 2px 5px 5px 5px;
	margin-top: 10px;
	background-color: #FFFCC7;
	width: 100%;
	border: 1px solid #FFA304;
}

.op-rightattr .op-memo span{
	font-size: 13px;
}

/* payment container */
.payment-container{
	border: 1px solid #ccc;
	margin-top: -5px;
	overflow:hidden;
	background-color: #f7f7f7;
	margin-bottom: 10px;
	border-top:2px solid #AFAFAF;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.payment-option{
	float:left;
	width: 200px;
	padding: 10px;
}

.payment-section{
	position: relative;
	border-bottom:1px solid #D6D5D6;
	cursor: pointer;
	padding: 20px 0;
}	

.payment-section input{
	position: absolute;
	top: 53px;
}

.payment-option  img{
	margin-left: 15px;
}

.payment-box{
	border-left: 1px dashed #D6D5D6;
	margin-left: 220px;
	padding: 20px;
	background-color: #fff;
	min-height: 300px;
}

.payment-box .payment-box-bank, .payment-box .payment-box-paypal{
	display: none;
}

.payment-box .payment-box-active{
	display: block !important;
}

.payment-box .payment-box-paypal .paypal-info{
	text-align:center;
}

.payment-box .payment-box-paypal .paypal-info img{
	width: 100px;
	margin-top: 10px;
}

.payment-advice{
	text-align: center;
	padding: 8px;
	border:1px solid #FFA304;
	margin:15px 0;
	background-color: #FFFCC7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.payment-print{
	float:right;
	margin-top: -10px;
}

h2.payment-heading{
	margin-bottom: 25px;
	color: #222;
}

/* 
	Bootstrap v2.2.2 @Tooltip
 */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
}

.tooltip.right {
  margin-left: 3px;
}

.tooltip.bottom {
  margin-top: 3px;
}

.tooltip.left {
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
  }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* megamenu right (additional page) */
.megamenu_right{
	border:1px solid #200;
}
.megamenu_right, .megamenu_right div.droplast_right, .megamenu_right ul, .megamenu_right ul li, .megamenu_right {
	padding:0 !important;
	margin:0 !important;
	overflow: hidden;
}

.megamenu_right ul.list_unstyled{
	padding-bottom:6px !important;
}

.megamenu_right ul li a{
	padding:8px 10px !important;
	display:block;
	width: 100% !important
}

.megamenu_right ul li a:hover{
	background-color:#2c65a5
}

/* Shopcart popup */
.detaildiscountable{
	width:800px;
}

/* image-gallery */
.gallery-columns {
	width: 100%;
}

.gallery-columns .pin {
	display: inline-block; 
	vertical-align: top;
	background: #FEFEFE;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.3);
	padding: 10px;
	margin: 0 17px 20px 0;
	padding-bottom: 5px;
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	width: 150px;
	height: 170px;
}

.gallery-columns .pin img {
	width: 100%;
}

.gallery-columns .pin p {
	color: #333;
	margin: 14px 0 0 0;
	padding:4px 0;
	border-top: 1px solid #ccc;
	max-height:45px;
}

.gallery-columns .pin-thumb{
	height:110px;
	overflow:hidden;
	margin-bottom: 5px;
}

.gallery-columns .pin-break{
	margin-right: 0!important;
}

.button-confirmation {
	text-align:center; 
	padding-top:10px;
}

.button-confirmation a:hover {
	opacity:0.4 !important;
}

/* side bar testi */
#side-testi {
	padding:10px;
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#EFEFEF;
	margin-bottom:10px;
	margin-top:10px;
}

#side-testi .title {
	font-weight:bold;
	font-size:16px;
}

#side-testi .name-city {
	padding-top:10px;
}

#side-testi .content {
	padding-top:5px;
}

#side-testi .next-testi {
	text-align:right;
	padding-top:10px;
}
/* end side bar testi */

/* side blog */
#side-blog {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#EFEFEF;	
}

#side-blog .title {
	font-weight:bold;
	font-size:16px;
}

#side-blog .blog-title {
	font-weight:bold;
	padding-top:10px;
	color:#A00202;
}

#side-blog .blog-title a {
	color:#1e3855;
}

#side-blog .blog-title a:hover {
	color:#001E40;
}

#side-blog .date {
	color:#666;
	padding-top:10px;
}

#side-blog .image {
	padding-top:10px;
}

#side-blog .content {
	padding-top:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

#side-blog .other-blog {
	font-weight:bold;
	padding-top:10px;
	color:#A00202;
}

#side-blog .other-blog a {
	color:#1e3855;
}

#side-blog .other-blog a:hover {
	color:#001E40;
}

#side-blog .next-blog {
	padding-top:10px;
	text-align:right;
}
/* end side blog */

/* product list */
.product-list-desc{
	margin-left:200px;
	width:100%;
}

.product-list-desc .product-button-command {
    position: absolute;
    top: 29px;
    right: 350px;
}

.product-list-image{
	float:left;
}
/* end product list */

/* product list */
.product-box-list{
	border-bottom: 1px dashed #666;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:20px;
	display: inline-block;
	position: relative;
	width:100%;
}

.product-list-image{
	border: 1px solid #efefef;
}

.product-list-image:hover .product-flashbox{
	display:block;
}

.product-list-image .product-sale, .product-soldout{
	position: absolute; 
	top: 0; 
	right: 0px;
}

.product-list-image .product-flashbox {
	display: none;
	position: absolute;
	right: 575px;
	top: 228px;
}

.product-list-image{
	float:left;
}
/* end product list */
/* security attribute */
input[name=ishuman]{
    display: none;
}