* {
    margin: 0;
    padding: 0;
}
body {
    background: url("../images/bg_header.gif") repeat-x scroll center top #FFFFFF;
    color: #000000;
    font-family: georgia,serif,times new roman,times;
    font-size: 14px;
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
}
a img {
    border: medium none;
}
#wrap {
    height: 100%;
    margin: 0 auto;
    width: 860px;
}
#header {
    color: #000000;
    height: 185px;
    margin-bottom: 10px;
    width: 100%;
}
#logo {
    float: right;
    position: relative;
    right: -35px;
    top: 15px;
    width: 500px;
}
#social {
    left: 0;
    position: relative;
    top: 10px;
}
#login {
    left: 0;
    position: relative;
    top: 15px;
}
#login .cart {
  float: left;
  width: 150px;
}
#login .login {
}
#of_poetry {
    left: 0;
    position: relative;
    top: 130px;
    width: 300px;
}
#nav {
    background: none repeat scroll 0 0 #333333;
    height: 30px;
    width: 100%;
}
#nav ul {
    margin: 0;
    padding: 0;
}
#nav ul li {
    display: inline;
    list-style-type: none;
}
#nav li a {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
}
#nav li a:hover {
    background: none repeat scroll 0 0 #338833;
}
#main_home {
    background-image: url("../images/bg_two_column.gif");
    background-position: left top;
    background-repeat: repeat-y;
}
#main {
    background-image: url("../images/bg_one_column.gif");
    background-position: left top;
    background-repeat: repeat-y;
    min-height: 350px;
}
#content {
    margin-left: 150px;
    min-height: 350px;
    width: 710px;
}
#content_home {
    display: block;
    height: 100%;
    margin-left: 150px;
    width: 460px;
}
#sidebar {
    float: left;
    min-height: 350px;
    padding: 0;
    width: 150px;
}
#news {
    float: right;
    padding: 0;
    width: 250px;
}
#sidebar_right {
    float: right;
    padding: 0;
    width: 250px;
}
#footer {
    background-image: url("../images/bg_footer.gif");
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    height: 50px;
    padding-top: 10px;
}
.innertube {
    margin: 0 15px;
}
.social_icon {
    margin: 0 5px 0 0;
}
.book {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px;
}
.carousel {
    float: left;
    width: 450px;
}
.news_item {
    height: 100%;
    margin-bottom: 30px;
}
a:link {
    color: #C93622;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #C93622;
}
a:hover {
    color: #FFB545;
}
a:active {
    color: #FFB545;
}
#header a:link {
    color: #C93622;
    font-weight: bold;
    text-decoration: none;
}
#header a:visited {
    color: #C93622;
}
#header a:hover {
    color: #0D2D3C;
}
#header a:active {
    color: #0D2D3C;
}
h1 {
    color: #C93622;
    font-family: georgia,serif,times new roman,times;
    font-size: 24px;
    font-variant: small-caps;
    margin: 0 0 5px;
    padding: 0;
}
h2 {
    color: #C93622;
    font-family: georgia,serif,times new roman,times;
    font-size: 16px;
    font-variant: small-caps;
    margin: 0 0 5px;
    padding: 0;
}
h3 {
    color: #C93622;
    font-family: georgia,serif,times new roman,times;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
}
h4 {
}
strong {
}
.red {
    color: #C93622;
    font-weight: bold;
}
.catalogue_search_item {
    border-top: 1px solid #FFB545;
    margin-bottom: 10px;
    min-height: 110px;
    padding-top: 10px;
}
.catalogue_search_thumbnail {
    float: left;
    margin-right: 15px;
}
.catalogue_search_thumbnail img {
  width: 130px;
  height: 195px;
}
.catalogue_search_text {
    float: right;
}
.catalogue_title {
    font-weight: bold;
}
.catalogue_excerpt {
    font-size: 80%;
}
.catalogue_ISBN {
    display: block;
    font-size: 80%;
}
.author_name {
    float: left;
    font-size: 80%;
}
.sort {
    float: right;
    font-size: 80%;
}
.search_return {
    display: inline-block;
    height: 200px;
    margin: 5px;
    padding: 10px;
    width: 400px;
}
.search_count {
    color: #C93622;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 7px;
}
.search_title {
    font-size: 18px;
    padding: 8px;
}
.search_thumbnail {
    float: right;
    height: 181px;
    margin-top: -25px;
    width: 170px;
    margin-left: 10px;
}
.search_price {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.search_excerpt {
    padding-left: 20px;
}
.search_description {
    padding-left: 20px;
    padding-top: 10px;
}
blockquote{
	margin: 1em 40px;
}

/* User Order Page */
.order_listing {
  width: 100%;
}
.order_listing .total {
  width: 100px;
  text-align: left;
}
.order_listing th {
  background-color: #f5f6f3;
  width: 100px;
  text-align: left;
}