/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 

.amz-button-buy {
	font-weight: bold;
}


.imgbox {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: -4px -4px 3px 0 #f8f8f8;
	float: right;
	position: relative;
	text-align: center;
	width: 50%;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product_review{
width: 100%;
}
.editor {
	float: left;
    font-weight: normal;
    width: 105px;
	display:inline-block;
}
.star5 {
	background: no-repeat url(../images/star.png) 0px 1px;
	height: 20px;
	width: 120px;
	display:inline-block;
}

.star45{
	background: no-repeat url(../images/star.png) 0px -28px;
	height: 20px;
	width: 120px;
	display:inline-block;
}
.star4 {
	background: no-repeat url(../images/star.png) 0px -54px;
	height: 20px;
	width: 120px;
	display:inline-block;
}

@media all and (max-width: 800px) {
.imgbox {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: -4px -4px 3px 0 #f8f8f8;
	float: right;
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

}


.img-info {
	background: #eee none repeat scroll 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	padding: 10px 10px 3px;
	text-align: left;
}

.aSI:after {
	content: "";
	font-size: 0;
	position: absolute;
	bottom: -1px;
	right: -21px;
	background: no-repeat url(../images/bg.png) -129px -88px;
	height: 20px;
	width: 40px;
	z-index: 4;
}

.aSI .aSJ {
	position: absolute;
	width: 0;
	height: 0;
	bottom: -1px;
	right: -21px;
	border-width: 10px;
	border-style: solid;
	z-index: 3;
}

.aSI {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	height: 20px;
	width: 20px;
	border-right: solid 20px transparent;
}



.buy-button {
	
	text-align: center;
	width: 100%;
}

.buy-amz {
	background-image: url("https://images-na.ssl-images-amazon.com/images/G/01/associates/remote-buy-box/buy1._V192207739_.gif");
	background-repeat: no-repeat;
	border: medium none;
	border-radius: .5rem;
	box-shadow: none;
	height: 28px;
	width: 176px;
	margin: 10px auto;
}


.full-content {
	display: none;
}

.hideshow {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	color: #666;
	font-size: .9em;
	line-height: 2;
	border: 1px solid #ddd;
	border-radius: .25em;
	margin-right: 10px;
}

.amz-bottom {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 15px;
}






#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
	margin: 0;
	padding: 2px 0;
}

#toc_container.no_bullets ul li {
	border-bottom: 1px dotted #ccc;
}

#toc_container.no_bullets ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#toc_container.no_bullets ul li:first-child {
	padding-top: 0;
}

#toc_container {
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 3px;
}

#toc_container ul ul {
	margin-left: 1.5em !important;
	padding: 0;
}

#toc_container p.toc_title {
	border-bottom: 5px solid #ccc;
	padding-bottom: 8px;
}

#toc_container p.toc_title+ul.toc_list {
	margin-top: 5px;
}

#toc_container a {
	color: #222;
	font-weight: normal;
}
.tmd-list-post {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.tmd-list-post ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}
.tmd-list-post ul li {
    margin: 0;
    padding: 5px;
    min-height: 45px;
}
.tmd-post {
	width:100%;
	position: relative;  
}
.tmd-thumb {
    position: absolute;
    max-height: 45px;
    max-width: 45px;
    overflow: hidden;
    border-radius: 5px;
}
.tmd-post-info {
    float: left;
    padding-left: 53px;
    line-height: 45px;
}
.tmd-thumb img {
    width: 45px !important;
    height: 45px !important;
}
.list_photo {
    width: 150px;
    text-align: center;
    display: inline-block;
    position: absolute;
}
.tmd_list {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    min-height: 165px;
}
.tmd_list_info {
    padding-left: 170px;
}
.list_photo img {
    max-width: 150px;
    max-height: 150px;
}
@media (max-width:480px) {
	/* smartphones, Android phones, landscape iPhone */
	.list_photo {
		width: 100%;
		text-align: center;
		display: inline-block;
		position: relative;
	}	
	.tmd_list_info {
		padding-left: 0;
	}	
}