body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}
body, button, input, select, textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    font: 12px/1.125 Arial;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
ul, ol {
    list-style: none outside none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#nav_menu .sidebar-category .panel-heading {
    background-color: #669900;
    color: #FFFFFF;
    font-family: "??";
    font-size: 14px;
}

#bodycontent {
    margin: 15px auto 10px;
    width: 980px;
}


#nav_content {
    float: right;
    width: 1000px;
}

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

#nav_menu ul{
	list-style: square inside none;
}


#nav_content {
    float: right;
    width: 760px;
}
#content {
    background: none repeat scroll 0 0 #EEFFEE;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
}
ul.navbar {
}
ul.navbar li {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 1.5em 0;
    padding: 0.3em;
}
ul.navbar a {
    text-decoration: none;
}

.book-item {
	margin-bottom: 25px;
} 

.book-item :hover{
	background: none repeat scroll 0 0 #FFF7E8;
} 


.image-left-normal {
	float: left;
    margin: 0 15px 0 0;
    position: relative;
}
.image-normal {
	height: 160px;
    text-align: center;
    width: 160px;
}

.text-right-normal {
	margin: 0 0 0 175px;
    position: relative;
	padding-top: 20px;
}



.book-image {

}

.book-detail {

}

.search_clear {
	 clear: both;
}

.book-item img {
    border: 0 none;
    position: relative;
}

.book-item .book_title {

}

.book-item  .book_title a {
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.book-item  .book_title a:hover {
    color: #E47911;
}

.book-item  .book_title span {
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0096D6;
}

.book-item .book_reviews {
    font-family: verdana,arial,sans-serif;
    font-size: 10px;
    line-height: 13px;
	padding: 10px 0;
}

.book-item .book_author {
	padding: 5px 0;
}
.book-item .book_isbn {
	padding: 5px 0;
}
.book-item .book_date {
	padding: 5px 0;
}
.book-item .book_ph {
	padding: 5px 0;
}

.list-header ul, ol {
    list-style: none outside none;
}
.list-header li {
    float: left;
    position: relative;
}
.list-header .order-item{
    border-bottom-left-radius: 3px;
    border-left: 1px solid #AAAAAA;
    border-top-left-radius: 3px;
}

.order-item {
    border: 1px solid #BBBBBB;
    color: #56585A;
    display: block;
    height: 32px;
    min-width: 100px;
    overflow: hidden;
    padding: 3px 15px;
    text-align: center;
    text-decoration: none;
}
.order-item span {
    line-height: 32px;
}

.button {
    background: -moz-linear-gradient(center top , #72857C, #72857C) repeat scroll 0 0 transparent;
    border-radius: 6px 6px 6px 6px;
    border-top: 1px solid #397FA8;
    color: white;
    font-family: Georgia,serif;
    font-size: 12px;
    padding: 3px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    vertical-align: middle;
}
.button:hover {
    background: none repeat scroll 0 0 #72857C;
    border-top-color: #72857C;
    color: #CCCCCC;
}
.button:active {
    background: none repeat scroll 0 0 #1B435E;
    border-top-color: #1B435E;
}
.button:visited {
    color: white;
}
.button span {
    text-align: center;
    width: 42px;
}
.btn-blue {
    background: -moz-linear-gradient(center top , #3BB492, #3BB492) repeat scroll 0 0 transparent;
}
.btn-blue:hover {
    background: none repeat scroll 0 0 #3BB492;
    border-top-color: #3BB492;
    color: #CCCCCC;
}
.btn-yellow {
	 background: -moz-linear-gradient(center top , #FDA01F, #FDA01F) repeat scroll 0 0 transparent;
}
.btn-yellow:hover{
	background: none repeat scroll 0 0 #FDA01F;
    border-top-color: #FDA01F;
    color: #CCCCCC;
}


.book_action {
	text-align: center;
}
 
.book_action  a:link {
	color: #FFFFFF;
}

.result-num {
	display: inline-block;
	font-size : 15px;
	width: 40%;
	float: right;
	height: 30px;
	line-height: 30px;
}

.result-num span {
	text-align:right;
	font-weight: bold;
}

.order-asc {
	background: url("../../../images/ico-downArrow.png") no-repeat scroll right 6px transparent;
	margin-left: 0;
	padding-right: 11px;
}

.order-desc {
	background: url("../../../images/ico-upArrow.png") no-repeat scroll right 6px transparent;
	margin-left: 0;
	padding-right: 11px;
}

.page-prev {
	background: url("../../../images/ico_16_left.png") no-repeat scroll left 2px transparent;
    padding-left: 20px;
}

.page-next {
	background: url("../../../images/ico_16_right.png") no-repeat scroll right 2px transparent;
    margin-left: 0;
    padding-right: 20px
}
.list-group .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}
.icon-chevron-right {
    background-position: -456px -72px;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: url("../../../images/glyphicons-halflings.png");
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}
