/***************************************************
Second Hand Market Stylesheet by CMNice Solutions. *
***************************************************/

/*** Reset Documents ***/
@import url('reset.css');

/******** Fonts ********/
@import url('fonts.css');

/* Page Container */
.container {
    width: 100%;
    min-width: 1000px;
    height: auto;
    position: relative;
}

/*.overlay {
    width: 100%;
    height: 347px;
    background: url('../images/bg2.png') top center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}*/

.content_wrap {
    width: 990px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.content_container {
    width: 990px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

/* Header */
.page-header {
    width: 100%;
    height: 150px;
    position: relative;
}

/* Logo */
.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 410px;
    height: 103px;
    /*background: url('../images/logo.png') center no-repeat white;*/
    border-radius: 0 0 5px 5px;
	
}
.logo h1{
	font-size:50px;
	font-family:Tahoma;
	color:#09f;
	line-height: 103px;
}

/* Login Top */
.login-top {
    width: auto;
    height: auto;
    position: absolute;
    top: 15px;
    right: 0;
    text-align: right;
}
.login-top h1 {
    color: #373737;
    font-family: "Myriad Pro";
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}
.login-top p {
    text-shadow: 0.5px 0.9px 0 rgba(255, 255, 255, 0.75);
    color: #585755;
    font-family: "Myriad Pro";
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}
.login-top button {
    min-width: 75px;
    height: 26px;
    background-color: #43ac2d;
    background-image: linear-gradient(to top, #0f941a 0%, #66c13e 100%);
    border: 1px solid #0c932f;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #d8d5cc, inset 2px 2.2px 0 #81de41;
    color: white;
    font-family: Tahoma;
    font-weight: 400;
    font-size: 11px;
    margin-left: 5px;
    outline: none;
    cursor: pointer;
}
.login-top button#logout {
    width: 90px;
    height: 26px;
    background-color: #ff0700;
    background-image: linear-gradient(to top, #ff0700 0%, #ff0700 100%);
    border: 1px solid #ff0700;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #d8d5cc, inset 2px 2.2px 0 #ff0700;
    color: white;
    font-family: Tahoma;
    font-weight: 400;
    font-size: 11px;
    margin-left: 5px;
    outline: none;
    cursor: pointer;
}
.login-top img {
    height: 30px;
}
.login-top span {
    color: #09f;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

/* Main Menu */
.menu-contain {
    width: 100%;
    height: 41px;
    background-color: #09f;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 2px 2.2px 0 white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px;
    box-sizing: border-box;
}

.main-menu {
    width: auto;
    height: 100%;
    position: relative;
    list-style: none;
}
.main-menu li {
    display: inline-block;
    width: auto;
    height: 100%;
    position: relative;
    margin-right: 23px;
    vertical-align: top;
}
.main-menu li a {
    text-shadow: 0 -2px 0 rgba(0, 92, 19, 0.63);
    color: white;
    font-family: Tahoma;
    font-size: 15px;
    line-height: 41px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

/* Lang */
.lang {
    position: absolute;
    top: 10px;
    right: 25px;
}

/* Navigation */
.nav-btm {
    width: 100%;
    height: 41px;
    background-color: #06c;
    border: 1px solid #ccc;
    box-shadow: inset 2px 2.2px 0 white;
}
.nav-box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nav-box p {
    text-shadow: 0.5px 0.9px 0 white;
    color: #231f20;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 22px;
}
.nav-box p a {
    color: #231f20;
    text-decoration: none;
}
.nav-box hr {
    width: 100%;
    height: 1px;
    background-color: #e1dbce;
    box-shadow: 0.5px 0.9px 0 white;
    border: none;
    margin: 10px 0;
}
.nav-box form {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.nav-box form label {
    color: #1b9a1f;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-box form select {
    width: 175px;
    height: 34px;
    background-color: white;
    background-image: linear-gradient(to top, #f4f3f1 0%, white 100%);
    border: 1px solid #cfcdc5;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #e8e5de, inset 0 -2px 0 white;
    outline: none;
	font-family: Tahoma;
    font-size: 15px;
    font-weight: 700;
}
.nav-box form input[type="text"] {
    width: 575px;
    height: 34px;
    background-color: white;
    background-image: linear-gradient(to top, #f4f3f1 0%, white 100%);
    border: 1px solid #cfcdc5;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #e8e5de, inset 0 -2px 0 white;
    outline: none;
    box-sizing: border-box;
	padding:4px 5px;
}
.nav-box form input[type="submit"] {
    width: 161px;
    height: 38px;
    border: none;
    outline: none;
    cursor: pointer;
    background: url('../images/bg-button.png') center no-repeat;
	background-size:100% 100%;
    text-shadow: 0 -1px 0 rgba(0, 92, 19, 0.63);
    color: white;
    font-family: "Myriad Pro";
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Alpha Contain */
.al-contain {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.22);
    border-radius: 5px;
    padding: 40px 10px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* Headings */
.heading1 {
    color: #09f;
    font-family: Tahoma;
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.heading2 {
    color: #09f;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.heading3 {
    color: #231f20;
    font-family: Tahoma;
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.heading4 {
    color: #231f20;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.heading5 {
    color: #333;
    font-family: Tahoma;
    font-size: 21px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

/* Details */
.details-contain {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dotted #bfbbb1;
}
.details-contain p {
    color: #595447;
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
}
.details-contain h2 {
    color: #000;
    font: 20px/30px 'kittithada_roman_55regular';
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}
.details-contain h2#current::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "►";
    color: #000;
}
.details-contain h2#current {
    color: #0099ff;
    font-weight: bold;
}
.details-contain h2#current a {
    color: #0099ff;
}
.details-contain h2 a {
    color: #000;
    text-decoration: none;
}
.details-contain h2 a:hover {
    text-decoration: underline;
}
.details-contain h2 span {
    margin-right: 15px;
	margin-left:5px;
}

.details-contain2 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}
.details-contain2 p {
    color: #333;
    font-family: 'kittithada_roman_55regular';
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

/* Left Menu */
.left-menu {
    width: 191px;
    height: auto;
    position: relative;
    float: left;
}

.cat-list {
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
    text-align: justify;
}
.cat-list li {
    display: inline-block;
    vertical-align: top;
    width: 191px;
    height: auto;
    position: relative;
    list-style: none;
    border-radius: 5px;
    transition: background-color .4s;
    margin-bottom: 10px;
    padding: 8px 0;
    box-sizing: border-box;
}
.cat-list li:hover {
    background-color: #b5b5b5;
}
.cat-list li .img {
	width: 174px;
	height: 82px;
	position: relative;
	margin: 0 auto 10px;
	background-image: url(images/cat/1.png);
}
.cat-list li p {
    color: #3a3731;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
	text-align:center;
}
.cat-list li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

/* Right Content */
.right-contain {
    width: 766px;
    height: auto;
    float: right;
}
.right-content {
    width: 100%;
    height: auto;
    background-color: white;
    box-shadow: 0 0 13px rgba(1, 1, 1, 0.19);
    padding: 30px 10px 20px;
    box-sizing: border-box;
}

/* Product Box */
.product-wrapper{
	list-style:none;
	width:100%;
}
.product-box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e1de;
}
.product-box .img {
    width: 129px;
    height: 106px;
    position: relative;
    border: 5px solid #e9e6df;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
}
.product-box h1 {
    color: #0090ff;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.product-box h1 a {
    color: #0090ff;
    text-decoration: none;
}
.product-box h2 {
    font-family: Tahoma;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin-bottom: 10px;
}
.product-box h2 span {
    position: absolute;
    top: 0;
    left: 333px;
}
.product-box p {
    font-family: Tahoma;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 21px;
}

.product-box .edit {
    width: auto;
    height: auto;
    position: absolute;
    top: 30px;
    right: 30px;
}
.product-box .edit button {
    width: auto;
    height: 24px;
    position: relative;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    background: #999;
}

/* Product Box */
.product-box2 {
    width: 295px;
    height: auto;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    border-radius: 5px;
    margin-right: 27px;
}
.product-box2:nth-child(3n-1) {
    margin-right: 0;
}
.product-box2:hover {
    background: #ebebeb;
}
.product-box2 .img {
    width: 129px;
    height: 106px;
    position: relative;
    border: 5px solid #e9e6df;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
}
.product-box2 h1 {
    color: #249f25;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}
.product-box2 h1 a {
    color: #249f25;
    text-decoration: none;
}
.product-box2 h2 {
    font-family: Tahoma;
    font-size: 16px;
    color: red;
    font-weight: 400;
    line-height: 18px;
    position: relative;
    margin-bottom: 5px;
}
.product-box2 h2 span {
    position: absolute;
    top: 0;
    left: 333px;
}
.product-box2 p {
    font-family: Tahoma;
    font-size: 14px;
    color: #1b9a1f;
    font-weight: 400;
    line-height: 18px;
}

/* Contact Form */
.contact-form {
    width: 450px;
    height: auto;
    background-color: rgba(255,255,255,.26);
    border: 3px solid #c7d9e0;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    float: right;
    position: relative;
    margin-bottom: 30px;
    padding: 20px 24px;
    box-sizing: border-box;
    margin-right: 30px;
}
.contact-form input[type="text"] {
    width: 100%;
    height: 39px;
    background-color: #f7f5f5;
    background-image: linear-gradient(to top, rgba(161, 164, 166, 0.04) 0%, rgba(247, 245, 245, 0.04) 72%, rgba(247, 245, 245, 0.04) 100%);
    border: 1px solid #d8d5d5;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 2px rgba(255, 255, 255, 0.75);
    margin-bottom: 15px;
    padding-left: 10px;
    box-sizing: border-box;
}
.contact-form textarea {
    width: 100%;
    height: 181px;
    background-color: #f7f5f5;
    background-image: linear-gradient(to top, rgba(161, 164, 166, 0.04) 0%, rgba(247, 245, 245, 0.04) 72%, rgba(247, 245, 245, 0.04) 100%);
    border: 1px solid #d8d5d5;
    border-radius: 3px;
    box-shadow: inset 1px 1.7px 2px rgba(255, 255, 255, 0.75);
    margin-bottom: 15px;
    padding-left: 10px;
    box-sizing: border-box;
    resize: none;
}
.contact-form input[type="submit"] {
    width: 96px;
    height: 33px;
    background-color: #f7f5f5;
    background-image: linear-gradient(to top, rgba(161, 164, 166, 0.04) 0%, rgba(247, 245, 245, 0.04) 72%, rgba(247, 245, 245, 0.04) 100%);
    border: 1px solid #d8d5d5;
    border-radius: 3px;
    box-shadow: inset 1px 1.7px 2px rgba(255, 255, 255, 0.75);
    float: right;
}

/* Product Details */
.product-img {
    width: 255px;
    height: auto;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 10px;
}

.product-info {
    width: 430px;
    height: auto;
    position: relative;
    float: left;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    box-sizing: border-box;
}
.product-info h1 {
    font-family: Tahoma;
    font-size: 15px;
    color: black;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
}
.product-info p {
    font-family: Tahoma;
    font-size: 15px;
    color: black;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.product-info p span {
    color: #c00;
    font-weight: 700;
}
.product-info button {
    border: none;
    outline: none;
    cursor: pointer;
    width: 169px;
    height: 40px;
    background: #0099ff;
    color: #fff;
}

/* Owner Box */
.owner {
    width: 257px;
    height: 270px;
    background-color: #ebebeb;
    position: relative;
    float: right;
    padding: 10px;
    box-sizing: border-box;
}
.owner h1 {
    color: #333;
    font-family: Tahoma;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.owner p {
    color: #333;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}
.owner .img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 75px;
    height: 72px;
    background-color: #464646;
}

.product-details {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
	padding-bottom:20px;
}
.product-details h1 {
    color: #333;
    font-family: Tahoma;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.product-details p {
    color: #333;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

/* Blue Header */
.blue-header {
    width: 100%;
    height: 32px;
    background-color: #09f;
    position: relative;
    margin-bottom: 20px;
}
.blue-header h1 {
    color: white;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    text-indent: 15px;
}

.comment_form h1 {
	font:18px Arial, Helvetica, sans-serif;
}
.comment_form p{
	font:14px Arial, Helvetica, sans-serif;
}
.comment_form input[type="text"]{
	border:1px solid #a3a3a3;
	padding:5px;
	width:295px;
	margin-right:20px;
	margin-bottom:10px;
}
.comment_form textarea{
	width:100%;
	height:8em;
	margin-bottom:20px;
}
.comment_form input[type="submit"]{
	margin-bottom:20px;
}
.comment_table{
	font:14px Arial, Helvetica, sans-serif;line-height:22px;
}
.comment_table tr td:last-child{
	vertical-align:top;
	box-sizing:border-box;
	padding-left:40px;
}

/* Login Form */
.login-form {
    width: 342px;
    height: auto;
    position: relative;
    margin: 0 auto 30px;
}
.login-form label {
    color: #333;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
}
.login-form input[type="text"], .login-form input[type="password"] {
    width: 100%;
    height: 27px;
    background-color: white;
    border: 1px solid #cecece;
    margin-bottom: 15px;
    outline: none;
    box-sizing: border-box;
}
.login-form input[type="submit"] {
    width: 195px;
    height: 27px;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    background: #0099ff;
    color: #fff;
    margin: 10px auto;
}
.login-form p {
    font: 18px 'kittithada_roman_55regular';
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}
.login-form p a {
    color: #000;
}
.username {
    background: url('../images/cc1.jpg') left center no-repeat #fff;
    padding-left: 30px;
}
.password {
    background: url('../images/cc2.jpg') left center no-repeat #fff;
    padding-left: 30px;
}

/* Tabby */
.tabs {
    width: 100%;
    height: 34px;
    list-style: none;
}
.tabs li {
    width: auto;
    height: 34px;
    float: left;
    margin-right: 2px;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: #09f;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-radius: 4px 4px 0 0;
}
.tabs li:last-child {
    width: auto;
    height: 34px;
    float: right;
    margin-right: 20px;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: #1b9a1f;
    border-radius: 4px 4px 0 0;
}
.tabs li:last-child img {
    vertical-align: middle;
}
.tabs li.active {
    background: #fff;
}
.tabs li a {
    color: white;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
}
.tabs li.active a {
    color: #666;
}

.tabs-pane {
    width: 100% ;
    height: auto;
    position: relative;
    background: #fff;
    padding: 10px !important;
    box-sizing: border-box;
}

/* Add Form */
.add-form {
    width: auto;
    height: auto;
    position: relative;
    margin-left: 97px;
}
.add-form td {
    vertical-align: top;
    color: black;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 200;
    padding: 5px;
}
.add-form td label {
    display: block;
    color: black;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.add-form td input[type="text"], .add-form td select {
    width: 342px;
    height: 27px;
    background-color: #ebebeb;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    box-sizing: border-box;
	padding:4px;
}
.add-form td input[type="file"] {
    width: 342px;
    height: 27px;
    background-color: #ebebeb;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.add-form td textarea {
    width: 624px;
    height: 247px;
    background-color: #ebebeb;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    box-sizing: border-box;
    resize: none;
}
.add-form td input[type="submit"] {
    width: 97px;
    height: 33px;
    background: #eee;
    border: 1px solid #cecece;
    border-radius: 2px;
    display: block;
    margin: 10px auto;
}

/* Message */
.message_menu {
    float: left;
    width: 121px;
    height: auto;
    position: relative;
    margin-left: 30px;
    list-style: none;
    margin-top: 30px;
}
.message_menu li {
    position: relative;
    height: 29px;
    margin-bottom: 5px;
}
.message_menu li:first-child {
    width: 116px;
    height: 29px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #d94937;
    text-align: center;
    margin-bottom: 20px;
}
.message_menu li:first-child a {
    color: #fff;
    line-height: 29px;
}
.message_menu li a {
    font: 14px Tahoma;
    color: #333;
    text-decoration: none;
}
.message_menu li#cur_m a {
    font-weight: bold;
}
.message_menu li#cur_m::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -30px;
    width: 10px;
    height: 10px;
    background-color: #1b9a1f;
    border-radius: 50%;
}

/* Message Contain */
.message_contain {
    width: 750px;
    min-height: 300px;
    position: relative;
    float: right;
    margin-top: 30px;
}

/* Mail Table */
.mail_table {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}
.mail_table td {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.mail_table td:first-child {
    width: 40px;
}
.mail_table td:nth-child(2) {
    width: 160px;
}
.mail_table td a {
    color: #333;
    text-decoration: none;
}
.mail_table td a:hover {
    text-decoration: underline;
}
.mail_table td h1 {
    font: 16px Tahoma;
    color: #333;
}
.mail_table td p {
    font: 14px Tahoma;
    color: #555;
}

/* Compose Table */
.compose_table {
    width: 100%;
    margin-bottom: 10px;
}
.compose_table td {
    height: 40px;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
    font: 14px Tahoma;
    color: #333;
}
.compose_table tr:first-child td {
    background: #404040;
    color: #fff;
}

#webmenuSelectBoxItContainer {
    position: absolute;
    top: 5px;
    right: 110px;
    width: 30px;
}

/* Complete page*/
.complete-box{
	width:500px;
	display:block;
	margin:100px auto;
    color: #333;
    font-family: Tahoma;
    font-size: 15px;
    line-height: 36px;
    font-weight: 400;
	text-align:center;
}
.complete-box button{
	font-family: Tahoma;
    font-size: 15px;
	background-color:#09f;
	color:#fff;
	padding:5px 60px;
	border:0;
}

/* Blog */
.blog-list{
	list-style:none;
}
.blog-list li{
	width:300px;
	display:inline-block;
	margin:0 10px 20px;
	font-family: Tahoma;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.blog-list li:first-child{
	width:948px !important;
	height:350px;
	display:block;
	margin-bottom:20px;
}
.blog-list li:first-child .img{
	width:65%;
	height:100%;
	display:inline-block;
	margin-right:20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
}
.blog-list li:first-child .text{
	display:inline-block;
	width:30%;
	vertical-align:top;
}
.blog-list li .img{
	display:block;
	width:100%;
	height:200px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.blog-list li .text{
	width:100%;
	box-sizing:border-box;
	padding:10px;
}
.blog-list li a{
	text-decoration:none;
	color:#333333;
}
.blog-list li h3{
	font-size: 18px;
	line-height:22px;
}
.blog-list li h4{
	font-size: 12px;
	line-height:20px;
	font-weight: 100;
}

.blog-details{
	box-sizing:border-box;
	padding:20px;
	font-family: Tahoma;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.blog-details img{
	width:auto;
	max-width:100%;
	display:block;
	margin:0 auto 1em;
}
.blog-details h3{
	font-size: 18px;
	line-height:22px;
	color:#333;
}
.blog-details p{
	font-family: Tahoma;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.blog_cat{
	width: 200px;
    height: 34px;
    background-color: white;
    background-image: linear-gradient(to top, #f4f3f1 0%, white 100%);
    border: 1px solid #cfcdc5;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #e8e5de, inset 0 -2px 0 white;
    outline: none;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 700;
	display:block;
	margin-bottom:20px;
}

/* Simple Pager Nav */
ul.simplePagerNav{
    position: relative;
    z-index: 2;
    margin-top: 20px;
    text-align: center;
	clear:both;
	display:block;
}
ul.simplePagerNav li{
    display:inline-block;
    padding: 3px;
    margin-bottom: 10px;
    font-family: georgia;
    width: 15px;
    text-align: center;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.simplePagerNav li a{
    color: #000;
    text-decoration: none;
}

li.currentPage {
    background: #0090ff;	
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
}


/* Footer */
.footer {
    width: 100%;
    height: 44px;
    background-color: #09f;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-bottom: 2px solid #635543;
    border-radius: 5px 5px 0 0;
}
.footer p {
    text-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.75);
    color: white;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}

.footer-content {
    width: 100%;
    height: auto;
    position: relative;
    background: #f4f2ec;
    padding: 15px 10px;
    box-sizing: border-box;
}

.foot-table {
    width: 100%;
    height: auto;
    position: relative;
}
.foot-table td {
    vertical-align: top;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}
.foot-table td:nth-child(1) {
    border-right: 1px solid #d8d6ce;
}
.foot-table td:nth-child(6) {
    border-left: 1px solid #d8d6ce;
}
.foot-table td h1 {
    color: #64522a;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    font-family: Tahoma;
    font-size: 13px;
    margin-bottom: 10px;
}
.foot-table td p, .foot-table td a {
    text-transform: uppercase;
    font-family: Tahoma;
    color: #757268;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    text-decoration: none;
}
.foot-table td p img {
    vertical-align: middle;
}

/* Clearfix */
.clearfix {
    clear: both;
}
