/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@import url("../twentyfifteen/style.css");

.published:not(.updated) {
	display: none;
}
.updated:not(.published) {
	display: inherit;
}

/* TOC */
#toc-container{
	background:#f7f8ff;
}
#toc {
	border:1px solid #EDF3DE;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#toc ul{
	padding-bottom:0;
}
#toc li{
}
#toc a {
	text-decoration:none;
	color:#6C8C37;
	outline:none;
}
#toc a:hover {
	text-decoration:underline;
	color:#009193;
}
#toc strong {
	/*border-bottom:1px solid #EDF3DE;*/
	/*display:block;*/
	font-size:16px;
	padding:0 5px;
}
#toc span {
	/*display:block;*/
	margin:4px;
    cursor:pointer;
	float:right;
}
#toctop{
	display:block;
	margin-bottom: 5px;
}
#toccontent{
	border-top:1px solid #EDF3DE;
	padding:0 0 0 5px;
}
h3.toctitle {
	border-bottom: 1px solid #D5D6D6;
}
.viewcode{
	background: #009193;
	padding: 5px;
	color: #fff;
	border-radius: 6px;
}
.viewcode_a{
	padding-left: 5px;
	color: #fff;
}
a.viewcode_a:hover {
	text-decoration:none;
	color:#fff;
}

/* CPN */
.dealbox{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 15px;
	padding: 0 0 5px;
}
.dealbox h4{
	font-size: 1em;
	border: 0;
    margin: 0 0 5px 0;
    color: #009AD3;
}
.dealbox a{
	color: #009AD3;
	text-decoration: none;
}
.dealbox a:hover{
	color: #009AD3;	
    text-decoration: underline;
}
.codebox{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 15px;
	padding: 0 0 5px;
}
.codebox h4{
	font-size: 1em;
	border: 0;
    margin: 0 0 5px 0;
}
.codebox .coupon{
	float:left;
    padding: 0px;;
}
.codetitle{
}
.dealtitle{
	background: url("sale.jpg") no-repeat scroll left center transparent;
    padding-left: 50px;
}
.codeinfo{
	
}
.codelabel{
	float:left;
}
.codedesc{
	clear: both;
}
.codedesc em{
	font-size: 0.9em;
}
.dealdesc{
	clear: both;
}
div.coupon_code
{
display:inline;
}
div.cpncode
{
cursor:pointer;
display:inline;
height:21px;
max-width:185px;
overflow:hidden;
/*float:left;*/
font-size:17px;
font-weight:bold;
color:#333333;
border:1px dashed #FAA50B;
padding:1px 26px 0 5px;
background:#FEF3DE url(scissors.png) right no-repeat;
}
div.cpncode.active{background:#33CC66 url(scissors.png) right no-repeat;
}
div a.cpncode_a{
text-decoration: none;
border-bottom: none;
}
.CouponTips{
position: absolute;
font-family:arial,sans-serif;
font-size:16px;
font-weight:normal;
left: -1000px;
top: -1000px;
border: solid 1px #777;        
background-color: #FFFFdd;
color:#000;
padding: 1px;
z-index: 50;
cursor: pointer;
}