/*
Theme Name: Marketplace Themeshive
Theme URI: http://themeshive.com/
Description: The first fully functional Marketplace theme.
Author: Avinas Bhardwaj
Author URI: http://themeshive.com/
Version: 1.1
Tags: custom menu, option panel, theme submition, insite directory module,  custom user account, custom post
*/
* {
    margin: 0;
    padding: 0;
}
/*------------------------------------------
        {--------}  Body {--------}
--------------------------------------------*/
body {
    font-family: Helvetica,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    background: #f8fafa;
    margin: 0;
    padding: 0;
}
body a {
    text-decoration: none;
    cursor: pointer;
    color: #555;
}
body img {
    border: none;
}
body p {
    line-height: 22px;
    color: #4e4e4e;
    margin: 0;
    padding: 0;
}
/*------------------------------------------
        {--------}  Font {--------}
--------------------------------------------*/
@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 400;
    src: local('Bitter-Regular'), url(font/SHIcXhdd5RknatSgOzyEkA.woff) format('woff');
}

@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: local('Bitter-Bold'), url(font/evC1haE-MsorTl_A7_uSGT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 5px;
    color: #454545;
    line-height: 1em;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #454545;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
/*---------------------------------------------------------
      {---------} Underlined  {--------}
-------------------------------------------------------------*/
h1.underlined {
    text-transform: uppercase;
    color: #777;
    font-size: 24px;
}
h1.dot-underline {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    background-image: url('images/tri.png');
    background-repeat: repeat-x;
    background-position: bottom;
}
h2.underlined {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    background-image: url('images/tri.png');
    background-repeat: repeat-x;
    background-position: bottom;
}
h3.underlined {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 20px;
    background-image: url('images/tri.png');
    background-repeat: repeat-x;
    background-position: bottom
}
h4.underlined {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 20px;
    background-image: url('images/tri.png');
    background-repeat: repeat-x;
    background-position: bottom
}
h5.underlined {
    margin-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    background-image: url('images/tri.png');
    background-repeat: repeat-x;
    background-position: bottom
}
/*------------------------------------------
      {---------} Table  {--------}
---------------------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    vertical-align: top;
    margin-bottom: 15px;
    border: 1px solid #CCC;
}
table thead th {
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #CCC;
    border-collapse: collapse;
    text-align: center;
    table-layout: auto;
    vertical-align: middle;
}
table tbody td {
    vertical-align: top;
    border-collapse: collapse;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
table thead th,table tbody td {
    border-collapse: collapse;
    padding: 5px;
}
table tbody tr.light {
    color: #666;
    background: url(images/body.jpg) repeat #F7F7F7;
}
table tbody tr.dark {
    color: #666;
}
/*---------------------------------------------------------
        {--------}  p,b,em,ol,ul etc.. {--------}
-----------------------------------------------------------*/
p {
    padding: 10px 0px
}
b {
    font-weight: normal
}
strong {
    font-weight: bold
}
em {
    font-style: italic
}
ol, ul {
    list-style: none;
}
.text-list {
    padding: 10px 0 10px 20px
}
.decimal {
    list-style: decimal
}
.alpha {
    list-style: lower-alpha
}
.clr {
    clear: both;
    line-height: 0;
}
.full-btn {
    width: 104%!important;
    float: left;
}
.left {
    float: left!important;
    width: auto;
}
.right {
    float: right!important;
}
.tleft {
    text-align: left!important;
}
.tright {
    text-align: right!important;
}
.tcenter {
    text-align: center!important;
}
blockquote {
    padding: 10px 10px 10px 10px;
    color: #59666f;
    font-style: normal;
}
.clear {
    clear: both;
}
::selection {
    background: #373f4c;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
:focus,:active,a,label {
    -moz-outline-style: none;
    outline-style: none;
    outline: none;
}
.light-gray {
    color: #0092c2!important;
    font-size: 11px!important;
    line-height: 16px!important;
}
.vamiddle {
    vertical-align: middle!important;
}
/*----------------------------------------------------
           {--------}  Img Alignment  {--------}
----------------------------------------------------*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0px;
}
img.alignnone {
    padding: 5px 5px;
    margin: 0px 0px 10px 0px;
    display: inline;
    background: #CECECE;
}
img.alignright {
    padding: 5px 5px;
    margin: 5px 0px 10px 10px;
    display: inline;
    background: #CECECE;
}
img.alignleft {
    padding: 5px 5px;
    margin: 5px 10px 10px 0px;
    display: inline;
    background: #CECECE;
}
/*----------------------------------------------------
           {--------}  Alignment  {--------}
----------------------------------------------------*/	
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.alignright {
    float: right;
    margin: 0px 0px 10px 10px;
}
.alignleft {
    float: left;
    margin: 0px 10px 10px 0px;
}
/*----------------------------------------------------
           {--------}  Caption  {--------}
----------------------------------------------------*/	
.wp-caption {
    text-align: center;
    background: #CECECE;
    padding: 4px 0px 5px 0px;
    margin: 5px 5px;
}
.wp-caption img {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    border: 0px;
}
.wp-caption p.wp-caption-text {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
/*----------------------------------------------------
           {--------}  Wrap/notification  {--------}
----------------------------------------------------*/
.wrap,#notification {
    width: 1010px;
    margin: 0 auto;
    overflow: hidden;
}
.page-wrap {
    width: 1010px;
    min-height: 542px;
    margin: 0 auto;
    overflow: hidden;
}
/*----------------------------------------------------
          {--------}  Content Wrapper  {--------}
----------------------------------------------------*/
#main_wrapper {
    width: 100%;
    margin: 0;
    padding: 0px;
}
/*----------------------------------------------------
           {--------}  Wrapper  {--------}
----------------------------------------------------*/
#wrapper {
    padding: 10px;
    width: 984px;
    margin: 0 auto;
    background: #f8f8f8;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: hidden;
}
#user-account-wrapper {
    padding: 10px;
    width: 984px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 500px;
}
#backgroundwrapper {
    width: 100%;
    background: url(images/backgroundwrapper.jpg) repeat;
}
#itemwrapper {
    width: 100%;
    background: #f0f0f0;
}
/*-----------------------------------------
       {--------} Header {--------}
-------------------------------------------*/
#header-container {
    height: 180px;
    background: #575150 url(images/mainhead.png) repeat-x;
    width: 100%;
}
.header {
    width: 1000px;
    margin: 0px auto;
}
#top {
    height: 130px;
}
#logo-image {
    height: 90px;
    float: left;
    padding: 20px 15px;
    font-family: Oswald, Arial, Tahoma, Sans serif;
}
/*----------------------------------------------------
           {--------}  Blog Title  {--------}
----------------------------------------------------*/
h1#logoimage p {
    display: none;
}
h1#logoimage {
    margin-bottom: 0px;
}
h1#logoimage {
    margin-bottom: 0px;
    float: left;
}
h1#logoimage a {
    background: url(images/bt-logo.png) 0px 0px;
    text-indent: -9999px;
    width: 350px;
    height: 78px;
    display: block;
}
h1#logoimage a:hover {
    background: url(images/bt-logo.png) 0px -76px;
    -webkit-transform: rotate(-1deg) scale(1.02);
    -moz-transform: rotate(-1deg) scale(1.02);
}
h1#logoimage a:active {
    background: url(images/bt-logo.png) 0px -76px;
    border-bottom: none;
}
ul.members-menu {
    float: left;
}
ul.members-menu li {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
}
.blogright {
    float: right;
    margin: 25px 0px 20px 0px;
}
/*-----------------------------------------
       {--------} Top Menu {--------}
-------------------------------------------*/
#botmenu {
    height: 50px;
    width: 700px;
    margin: 0px auto;
    float: left;
    font-family: Oswald, Arial, Tahoma, Sans serif;
}
#subnav {
    clear: both;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto;
    overflow: hidden;
    width: 700px;
}
#subnav ul {
    float: left;
    width: 700px;
    padding: 0px 0px;
}
#subnav li {
    float: left;
    list-style-type: none;
    font-weight: 400;
}
#subnav li a {
    color: #e7e7e7;
    display: block;
    padding: 14px 10px 20px 10px;
    position: relative;
    text-decoration: none;
}
#subnav li a:active,
#subnav .current-menu-item a {
    background: url(images/menua.png) bottom center no-repeat;
    color: #fff;
}
#subnav li a .sf-sub-indicator {
    display: block;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
}
#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
    background-color: #383e40;
    border-top-width: 0;
    color: #e7e7e7;
    font-size: 13px;
    padding: 10px 10px;
    position: relative;
    text-transform: none;
    width: 140px;
    font-weight: 400;
}
#subnav li li a:hover,
#subnav li li a:active {
    color: #fff;
    background: #262A2B;
}
#subnav li ul {
    height: auto;
    padding: 5px 5px;
    left: -9999px;
    margin: 10px 0 0 1px;
    position: absolute;
    width: 160px;
    z-index: 9999;
    background: #222;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#subnav li ul a {
    width: 160px;
}
#subnav li ul ul {
    margin: -38px 0 0 160px;
}
#subnav li:hover>ul,
#subnav li.sfHover ul {
    left: auto;
}	
/*----------------------------------------------------
           {--------}  Page-Info {--------}
----------------------------------------------------*/
.page-info {
    background: #f0f0f0;
    padding: 10px 0 0 0;
}
.page-info .main-container {
    overflow: hidden;
    padding: 0 0 10px;
    width: 1000px;
    margin: 0 auto;
}
.page-info h1 {
    text-shadow: 0 1px rgba(255,255,255,0.5);
    color: #777;
}
/*----------------------------------------------------
           {--------} Breadcrumbs {--------}
----------------------------------------------------*/
#breadcrumbs {
    padding-top: 15px;
    font-size: 9px;
    color: #999;
}
#breadcrumbs a {
    color: #777;
    margin-left: 6px;
    margin-right: 4px;
}
#breadcrumbs a.first {
    margin-left: 0;
}
/*----------------------------------------------------
          {--------}  Footer Wrapper  {--------}
----------------------------------------------------*/
#footer-content-wrapper {
    width: 100%;
    background: #2d2825;
} 
/*----------------------------------------------------
          {--------}  Footer  {--------}
----------------------------------------------------*/
#footer-wrapper {
    width: 1010px;
    margin: 0 auto;
    padding: 0px;
    background: url(images/gradient.png) no-repeat center top;
}
/*---------------------------------------------------------
          {--------}  Footer Box  {--------}
-----------------------------------------------------------*/
.footer-cover {
    margin: 0px auto;
}
h3.footer-widgets-title {
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-family: 'BebasNeueRegular', Arial,Tahoma,Century gothic,sans-serif;
    font-weight: normal;
}
.footer-widgets {
    float: left;
    width: 217px;
    padding-bottom: 30px;
    font-size: 11px;
    margin: 20px 10px 0px 20px;
    color: #ddd;
    list-style: none;
}
.footer-widgets ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.footer-widgets li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-widgets ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
}
.footer-widgets ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.footer-widgets ul ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.footer-widgets ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    width: 215px;
    list-style-type: none;
}
.footer-widgets ul li a:link, .footer-widgets ul li a:visited {
    color: #ddd;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    display: block;
    border-bottom: 1px solid #555;
}
.footer-widgets ul li a:hover {
    color: #efb876;
}
.footer-widgets p {
    padding: 7px 0px;
    margin: 0;
    line-height: 150%;
}
.footer-widgets table {
    width: 100%;
    text-align: center;
    color: #787d7f;
}		
/*--------------------------------------------------------
      {--------}  Footer Bottom Wrapper  {--------}
---------------------------------------------------------*/
#footer-copyright-Container {
    position: relative;
    width: 100%;
    background: #2d2825;
}
#footer-copyright {
    clear: both;
    height: 55px;
    margin: 0 auto;
    width: 960px;
    font-weight: bold;
}
#footer-copyright #copyright {
    font-size: 10px;
    color: #fff;
    line-height: 55px;
}
#footer-copyright #copyright a:link {
    font-size: 10px;
    color: #fff;
    line-height: 55px;
}
#backToTop {
    display: block;
    width: 84px;
    height: 34px;
    padding-top: 44px;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -42px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    z-index: 1000;
}
/*-----------------------------------------------------------
      {--------}  Footer Bottom Menu Wrapper  {--------}
-------------------------------------------------------------*/
#footerMenu {
    width: 50%;
    float: right;
}
#footerDrop {
    list-style: none;
    position: relative;
    width: 100%;
    z-index: 400;
    text-align: right;
}
#footerDrop li {
    list-style: none;
    position: relative;
    padding-top: 20px;
    display: inline-block;
    /*THIS IS AN IE7 FIX --> */
    zoom: 1;
    *display: inline;
}
#footerDrop li:first-child a {
    border: none;
}
#footerDrop li a {
    display: block;
    line-height: 10px;
    font-size: 10px;
    padding: 0 0 0 8px;
    margin-left: 3px;
    border-left: 1px solid #949393;
    color: #fff;
}
#footerDrop li a:hover {
    color: #efb876;
}
#main_container {
    overflow: visible;
    margin: 20px 5px;
}
/*-----------------------------------------------------------
      {--------} Custom Form  {--------}
-------------------------------------------------------------*/
.custom-form, .custom-form form {
    margin: 0;
    padding: 0;
    border: 0;
}
.custom-form div {
    overflow: hidden;
    zoom: 1;
}
/* Form style */
.custom-form div br {
    display: none;
}
.custom-form label {
    display: inline-block;
    float: left;
    line-height: 28px;
    width: 155px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 0;
    padding: 0 10px 0 0;
}
.custom-form input {
    margin: 0;
    padding: 4px;
    color: #666;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin: 5px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: none;
    font-size: 14px;
    line-height: 22px;
}
.custom-form p.radio, .custom-form .checkbox {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 1em !important;
}
.custom-form .checkbox {
    margin: 0 !important;
}
.custom-form label.radio, .custom-form .checkbox label {
    width: auto;
    float: left;
    margin: 0 !important;
    padding: 0;
}
.custom-form label.radio small {
    display: block;
    color: #999;
    font-style: italic;
    line-height: 1em;
}
.custom-form input.radio, .custom-form .checkbox input {
    width: auto !important;
    float: left;
    vertical-align: top;
    margin: 7px 10px 7px 2px !important;
}
.custom-form input.input-short {
    width: 132px;
    margin-right: 6px;
    float: left;
}
.custom-form input:focus, .custom-form textarea:focus, .custom-form select:focus {
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
}
.custom-form input.submit {
    cursor: pointer;
    border: 1px solid #222;
    background: #333;
    color: #fff;
    width: auto;
    padding: 4px 12px;
}
.custom-form input.submit:hover {
    background: #444;
}
.custom-form input[type="submit"][disabled] {
    background: #888;
    cursor: default;
}
.custom-form fieldset {
    padding: 5px;
    border: 1px solid #f8f8f8;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.custom-form fieldset fieldset {
    margin-top: 20px;
}
.custom-form legend {
    padding: 7px 10px;
    font-weight: bold;
    color: #000;
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 0 !important;
    margin-bottom: 20px;
}
.custom-form span.required {
    font-size: 13px;
    color: #ff0000;
    float: right;
} /* Select the colour of the * if the field is required. */
.custom-form #message {
    margin: 0;
    padding: 0;
}
.error,.fsError {
    background: #fac7ae url('images/alert.gif') no-repeat 19px 20px;
    border: 1px solid #bb726f;
    padding: 20px;
    padding-left: 70px;
}
.fsValidationError input.fsRequired,.fsValidationError input.input {
    border: 2px solid #bb726f;
}
.notice {
    background: #f5f5b4 url('images//info.gif') no-repeat 20px 15px;
    border: 1px solid #b6a375;
    padding: 20px;
    padding-left: 60px;
}
.success {
    background: #b7cf9d url('images/success.gif') no-repeat 15px 10px;
    border: 1px solid;
    border-color: #6e8768;
    background-color: #cbe6c2;
    padding: 20px;
    padding-left: 70px;
}
.note,.tip,.error,.notice,.success,.fsError,.large-sidebar .notice {
    color: #404040;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
.note ul,.note ol,.tip ul,.tip ol,.error ul,.error ol,.notice ul,.notice ol,.success ul,.success ol,.fsError ul,.fsError ol,.large-sidebar .notice ul,.large-sidebar .notice ol {
    margin-bottom: 6px;
    margin-top: 6px;
    list-style-position: outside;
    margin-left: 20px;
}
.note ul li,.note ol li,.tip ul li,.tip ol li,.error ul li,.error ol li,.notice ul li,.notice ol li,.success ul li,.success ol li,.fsError ul li,.fsError ol li,.large-sidebar .notice ul li,.large-sidebar .notice ol li {
    padding-left: 8px;
    margin-bottom: 2px;
}
.note ul,.tip ul,.error ul,.notice ul,.success ul,.fsError ul,.large-sidebar .notice ul {
    list-style-type: square;
}
.note ol,.tip ol,.error ol,.notice ol,.success ol,.fsError ol,.large-sidebar .notice ol {
    list-style-type: decimal;
}
.note p,.tip p,.error p,.notice p,.success p,.fsError p,.large-sidebar .notice p {
    padding-top: 0px;
}
.custom-form ul.errors {
    display: block;
    line-height: 22px;
    background: #FBE3E4 url('assets/error.gif') no-repeat 10px 10px;
    padding: 8px 10px 8px 35px !important;
    color: #8a1f11;
    border: 1px solid #FBC2C4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 10px 0 !important;
    list-style: none;
}
.custom-form ul.errors li {
    line-height: 22px;
}
.custom-form textarea {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    width: 280px!important;
    height: 198px;
    line-height: 18px;
    behavior: url(PIE.htc);
    color: #696969;
    font-size: 12px;
    overflow: auto;
    padding: 4px;
    margin: 5px 0;
}
/*-----------------------------------------------------------------
           {--------}  Login Register Content {--------}
--------------------------------------------------------------------*/
#login-register-wrapper {
    padding: 10px;
    width: 984px;
    margin: 0 auto;
    overflow: hidden;
}
.login-register-content {
    float: left;
    width: 616px;
}
.login-register-content .callout {
    float: left;
    margin-right: 20px;
    padding: 10px;
    width: 250px;
}
.login-register-content .callout:last-of-type {
    margin-right: 0;
}
.login-register-content .callout input[type=text] {
    display: inline-block;
    margin-right: 10px;
}
.login-register-content .post img,.login-register-content .post object,.login-register-content .post embed {
    max-width: 464px;
}
.login-register-content .post .container-box {
    width: 474px;
}

.login-register-content .post.staff-post .container-box {
    width: 470px;
}

.login-register-content .reply img,.login-register-content .reply object,.login-register-content .reply embed {
    max-width: 437px;
}
.login-register-content .reply .container-box {
    margin: 0 0 10px 25px;
    padding: 20px;
    width: 443px;
}
.login-register-content .reply .hidden-replies-toggle {
    padding: 10px 20px;
}
.form-submit {
    padding: 10px 0;
    text-align: right;
}
.form-submit small {
    color: #808080;
    display: block;
    font-size: 10px;
}
.form-submit p {
    font-style: italic;
}
.form-submit a:link {
    color: #555;
}
/*-----------------------------------------------------------
      {--------} Login Register Sidebar  {--------}
-------------------------------------------------------------*/
.member-sidebar {
    float: right;
    margin-left: 18px;
    margin-right: 0;
    width: 350px;
    overflow: hidden;
}
.member-sidebar-container-box {
    background: #fff url(images/member-sidebar-container-box.png) bottom no-repeat;
    display: block;
    padding: 20px;
    *zoom: 1;
}
.member-sidebar-container-box:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.member-sidebar-container-box p:first-child {
    margin-top: 0;
    padding-top: 0;
}
.member-sidebar-container-box p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.member-sidebar strong {
    font-weight: bold;
}
.member-sidebar small {
    color: gray;
}
.member-sidebar-list li {
    list-style-image: url(images/small-right-side-arrow.gif);
    margin-left: 15px;
    padding-bottom: 5px;
}
/*-----------------------------------------------------------
      {--------}  Home Container  {--------}
-------------------------------------------------------------*/
.index-post-column {
    width: 300px;
    height: 257px;
    background: url(images/theme.png) no-repeat;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline;
    position: relative;
    padding-top: 5px;
    padding-bottom: 10px;
    overflow: hidden;
}
.altbox {
    float: right;
    clear: right!important;
    margin-right: 0px;
}
.index-post-column h2 {
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    padding: 6px 0 0 4px;
}
.index-post-column h2 a {
    color: #8c8c8c;
    text-shadow: 1px 1px 0 #fff;
}
.index-post-column h2 a:hover {
    color: #565555;
}
.index-post-img {
    position: relative;
}
.imbox {
    height: 203px;
    width: 294px;
    position: absolute;
    left: 3px;
    top: 22px;
    overflow: hidden;
}
.portfolio-link {
    margin-top: 3px;
    text-align: center;
    font-size: 10px;
    color: #000;
    float: left;
    width: 100%;
}
/*---------------------------------------------------------
       {--------}  subscriber Signup {--------}
----------------------------------------------------------*/
div.subscriber-signup {
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 2px 5px #E5E5E5, inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
    -webkit-box-shadow: 1px 2px 5px #E5E5E5, inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
    box-shadow: 1px 2px 5px #E5E5E5, inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
    position: relative;
    z-index: 999;
    margin: 0 auto;
}
div.subscriber-signup-wrap {
    padding: 30px;
}
#subscriber-signup {
    margin: 0;
    padding: 25px 0;
}
#subscriber-signup fieldset {
    clear: both;
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
    font-weight: 700;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 40px;
    padding: 20px 0 35px;
}
#subscriber-signup fieldset legend {
    margin-left: 15px;
    font-size: 1.4em;
    text-shadow: 0 1px 0 #FFF;
    padding: 0 10px;
}
#subscriber-signup fieldset.subscriber-select {
    margin-bottom: 50px;
}
#subscriber-signup ol {
    list-style: none;
}
#subscriber-signup li {
    display: block;
    margin: 15px 0;
}
#subscriber-signup li.buttons {
    margin: 5px 0;
}
#subscriber-signup label {
    float: left;
    width: 240px;
    font: bold 14px Arial, Helvetica, sans-serif;
    text-align: right;
    margin: 0;
    padding: 15px 10px 0 15px;
}
#subscriber-signup input.text {
    width: 230px;
    border: 1px solid #d0cfc8;
    height: 20px;
    background: #fff;
    margin: 5px 0;
    padding: 7px;
}
#subscriber-signup select {
    width: 246px;
    border: 1px solid #d0cfc8;
    background: #fff;
    margin: 10px 0 5px;
    padding: 7px;
}
#subscriber-signup img.captcha {
    border: 1px solid #D0CFC8;
    margin: 0 0 0 58px;
}
#subscriber-signup li#action {
    text-align: center;
    margin: -15px 0 20px;
    padding: 10px 0 30px;
}
#subscriber-signup li#ptypes {
    margin-bottom: -10px;
    text-align: center;
    padding: 2px;
}
#subscriber-signup a.more {
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
    padding: 1px 4px;
}
#subscriber-signup .highlight {
    background-color: #FFC;
    border-top: 2px solid #D8D2A9;
    border-bottom: 2px solid #D8D2A9;
}
#subscriber-signup div.error {
    margin-left: 265px;
}
#subscriber-signup p.disclaimer {
    margin-bottom: 20px;
    background-color: #f7f4e1;
    font-size: .85em;
    line-height: 1.4em;
    font-style: italic;
    text-shadow: #fff 0 1px 0;
    box-shadow: 1px 1px 0 rgba(255,255,255,1), inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
}
#subscriber-signup input:focus {
    border: 1px solid #CCC;
    background-color: #F9F9F9;
}
#subscriber-signup label span {
    font-size: 11px;
    font-weight: 400;
    color: #ada999;
}
/*--------------------------------------------
       {--------}  Table {--------}
----------------------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0 20px;
    padding: 20px 0;
}
table tr:nth-of-type(odd) {
    background: #FCFCFC;
}
table th {
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 700;
    background: #E9E9E9;
    border: 1px solid #E9E9E9;
    padding: 5px 10px;
}
table td {
    vertical-align: middle;
    border: 1px solid #E9E9E9;
    padding: 5px 10px;
}
table td .desc,table td small {
    color: #535353;
    font-size: .9em;
    line-height: 1.5;
}
table.subscriber-select tr.subscriber:hover {
    background-color: #F9F9E9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
table.subscriber-select tr.subscriber h1 {
    float: right;
    margin-top: -13px;
    font-size: 1.8em;
    font-weight: 700;
    text-shadow: 0 1px 0 #FFF;
    padding: 0 30px 0 0;
}
table.subscriber-select tr.subscriber h2 {
    font-size: 1.3em;
    font-weight: 700;
    text-shadow: 0 1px 0 #FFF;
    padding: 0;
}
table.subscriber-select tr.subscriber .terms {
    color: #393;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 1px 0 #FFF;
}
table.subscriber-select td.radio-button {
    vertical-align: top;
    width: 40px;
    padding: 40px 0 0 20px;
}
table.subscriber-select td.radio-button div.error {
    margin-left: 0!important;
    margin-top: -90px;
    position: absolute;
}
table.subscriber-select td.details {
    padding: 25px 20px 25px 0;
}
table.subscriber-select td {
    border: none;
}
/*--------------------------------------------
       {--------}  Toggle {--------}
----------------------------------------------*/
p#toggle {
    display: none;
    line-height: 1.4em;
}
/*------------------------------------------------------
       {--------}  Promotional Membership {--------}
--------------------------------------------------------*/
.promo-strip {
    border-bottom: 1px solid;
    *zoom: 1;
    background: #275670;
}
.promo-strip:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    background: #275670;
}
.promo-strip p {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 984px
}
.header-strip-close {
    border: 1px solid;
    font-size: 9px;
    letter-spacing: 1px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 14px;
}
.header-strip-close:hover {
    text-decoration: none;
}
.header-strip-close:before {
    content: "\00d7";
    margin-right: 3px;
}
.promo-strip {
    background-color: #275670;
    border-bottom-color: #232323;
}
.promo-strip .strip-banner {
    background: url(images/vector-cashback.jpg) 0 0 no-repeat;
    display: block;
    height: 50px;
    text-indent: -9999px;
}
.promo-strip .header-strip-close {
    background-color: #254462;
    border-color: #1c384b;
    color: #5f98b4;
    top: 13px;
}
.promo-strip .header-strip-close:hover {
    background-color: #172a3d;
}
/*------------------------------------------------------
       {--------}  Signup/Signin {--------}
--------------------------------------------------------*/
.member-box {
    float: right;
    padding: 0px;
}
.member-box-container {
    position: relative;
    float: right;
    width: auto;
    height: 43px;
    padding-left: 0px;
    margin-left: 50px;
    background: url(images/userbox.png) no-repeat right;
    text-transform: none;
    font-size: 10px;
}
.member-box-container .member-box-left {
    position: absolute;
    width: 27px;
    height: 30px;
    top: 0px;
    left: -40px;
    padding: 13px 0 0 13px;
    background: url(images/userbox-arrow.png) no-repeat;
}
.member-box-signin {
    position: relative;
    width: 86px;
    height: 43px;
    line-height: 42px;
    text-align: center;
    margin-right: 5px;
    padding: 0px;
}
.create-an-account {
    position: relative;
    padding: 0 25px 0 25px;
    line-height: 42px;
    background: none !important;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.create-an-account .arrow {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 13px;
    left: -27px;
    background: url(images/arrow.png) no-repeat;
}
.member-box-container a.member-box-btn {
    background: none !important;
}
.member-box-container a {
    color: #9a9390;
}
.member-box-btn {
    background: url(images/big-btn-back.png) top left repeat-x;
    height: 33px;
    line-height: 33px;
    color: #ffffff;
    padding: 5px 15px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.member-box-btn:hover {
    background-position: bottom;
    color: #ffffff;
    text-decoration: none;
}
.member-box-btn.active {
    background-position: bottom;
    color: #ffffff !important;
    text-decoration: none;
}
/*-------------------------------------------------
      {--------}  Related Post {--------}
---------------------------------------------------*/
.single-releted-post-title {
    position: relative;
    padding: 10px;
    margin-bottom: 0px;
    overflow: visible;
    overflow: hidden;
}
.single-releted-post-title h1 {
    width: 410px;
    height: 40px;
    color: #767676;
    font-family: 'BebasNeueRegular',Arial, Tahoma, Sans-serif;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    margin: 5px 0 0 0;
    padding: 0px;
    overflow: hidden;
    float: left !important;
}
ul.single-releted-post {
    width: 640px;
    margin: 0px;
    padding: 10px 0 5px 0;
    list-style: none;
    overflow: hidden;
}
.single-releted-post li {
    float: left;
    margin: 0px;
    border: 1px solid #f5f5f5;
    padding: 0px;
}
.single-releted-post li img {
    float: left;
    padding: 4px;
    width: 202px;
    height: 134px;
}
/*-----------------------------------------------------------
      {--------} Page Tabs  {--------}
-------------------------------------------------------------*/
#membership-tabs {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 0px;
    width: 1006px;
}
#membership-tabs ul {
    list-style: none;
    top: 2px;
}
#membership-tabs li {
    float: left;
    font-size: 11px;
    display: inline;
    height: 27px;
    line-height: 27px;
    margin: 0;
}
#membership-tabs div {
    background: url('images/tabs.png') 0 -135px no-repeat;
    float: left;
    height: 27px;
    width: 26px;
}
#membership-tabs a {
    background: url('images/tabs.png') 0 0 repeat-x;
    color: #fff;
    float: left;
    padding: 0 20px;
}
#membership-tabs a:hover,#membership-tabs a:focus {
    color: #fff;
    text-decoration: none;
}
#membership-tabs .last .last {
    background: url('images/tabs.png') 0 -54px no-repeat;
    width: 21px;
}
#membership-tabs li:first-child div:first-child,#membership-tabs .selected:first-child div:first-child {
    width: 9px;
}
#membership-tabs li:first-child div:first-child {
    background: url('images/tabs.png') 0 -27px no-repeat;
}
#membership-tabs .selected a {
    background: url('images/tabs.png') 0 -270px repeat-x;
}
#membership-tabs .selected div {
    background: url('images/tabs.png') 0 -324px no-repeat;
}
#membership-tabs .selected.last .last {
    background: url('images/tabs.png') 0 -108px no-repeat;
}
#membership-tabs .selected + li div {
    background: url('images/tabs.png') 0 -297px no-repeat;
}
#membership-tabs .selected:first-child div:first-child {
    background: url('images/tabs.png') 0 -81px no-repeat;
}
#membership-tabs .right {
    float: right;
}
#membership-tabs .right li:first-child div:first-child,#membership-tabs .right .selected:first-child div:first-child {
    width: 21px;
}
#membership-tabs .right li:first-child div:first-child {
    background: url('images/tabs.png') 0 -162px no-repeat;
}
#membership-tabs .right .last .last {
    background: url('images/tabs.png') 0 -189px no-repeat;
    width: 9px;
}
#membership-tabs .right .selected.last .last {
    background: url('images/tabs.png') 0 -243px no-repeat;
}
#membership-tabs .right .selected:first-child div:first-child {
    background: url('images/tabs.png') 0 -216px no-repeat;
}
/*-----------------------------------------------------------
      {--------} Grey button {--------}
-------------------------------------------------------------*/
.gray-btn {
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    line-height: 42px;
    color: #626262!important;
    font-size: 16px!important;
    font-weight: 400;
    float: left;
    display: block;
    width: 175px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/gray-btn.png) top left repeat-x;
    height: 40px;
}
.gray-btn:hover {
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 #729604;
    line-height: 42px;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 400;
    float: left;
    display: block;
    text-decoration: none!important;
    width: 175px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/gray-btn.png) bottom left repeat-x;
    -pie-background: linear-gradient(#b0de2f,#658e1a);
    height: 40px;
}
.membership-leftbutton {
    margin: 20px 10px 0px 20px !important;
}
.blog-post-box-search {
    position: relative;
}
#searchcontent {
    width: 1010px;
    margin: 20px auto;
    background: #f8f8f8 url(images/color_strip.png) repeat-x top;
    border: 1px solid#ddd;
    padding-top: 50px;
}
.pbt-paginate {
    overflow: hidden;
    text-align: center;
    background: url(images/bk_pagination.png) 0 50% repeat-x;
    margin: 15px auto;
    font-size: 18px;
    float: left;
    padding-right: 2px;
}
.pbt-paginate a, .pbt-paginate .pbt-current {
    background: url(images/bk_pagination_item.png);
    color: #b72a33;
    margin: 0 5px;
    display: block;
    width: 41px;
    height: 31px;
    text-align: center;
    text-decoration: none;
    float: left;
    padding-top: 10px;
    font-weight: bold;
}
.pbt-paginate .pbt-title {
    color: #555;
    float: left;
    font-size: 12px;
    padding-top: 10px;
}
.pbt-paginate .pbt-gap {
    color: #999;
    margin-left: 10px;
}
.pbt-paginate a:hover, .pbt-paginate a:active, .pbt-paginate .pbt-current {
    color: #000;
}
.pbt-paginate .pbt-page {
}
.pbt-paginate .pbt-prev, .pbt-paginate .pbt-next {
}
/*-------------------------------------------------------
      {--------}   Slider Content {--------}
---------------------------------------------------------*/
.slider-content {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    background: #373f4c url(images/bg-lighten.png) no-repeat center top;
    overflow: hidden;
}
.slider-content p {
    font-size: 14px;
    color: #ccc;
}
.slider-content a,.slider-content p a {
    color: #3cb5dc;
    font-size: 13px;
}
.slider-content a:hover {
    text-decoration: underline;
}
.my_asyncslider {
    min-height: 400px !important;
    padding-bottom: 10px;
    overflow: hidden;
}
.my_asyncslider img {
    position: absolute;
}
.my_asyncslider .description {
    width: 400px;
    float: right;
    margin-top: 10px;
}
.my_asyncslider .description h1 {
    margin-bottom: 5px;
}
.my_asyncslider .description h4 {
    margin-top: 5px;
    margin-bottom: 20px;
}
.my_asyncslider .description h5 {
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
.my_asyncslider .description ul li {
    width: 180px;
    font-size: 11px;
    color: #555;
    float: left;
    margin-right: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
    font-style: italic;
    border-bottom: 1px solid #ccc;
    list-style: none;
}
.my_asyncslider > div {
    min-height: 450px;
    width: 960px;
    margin: 0 auto;
    display: block;
    padding: 10px 0px;
}
.my_asyncslider #slide-01 {
}
.my_asyncslider #slide-02 {
}
.my_asyncslider #slide-03 {
}
.sliderimage-holder {
    display: block;
    width: 523px;
    height: 412px;
    float: left;
    background: url(images/sliderimage-holder.png) left top no-repeat;
    margin: 0 2px 0 0;
    padding: 36px 0 0 3px !important;
}
.sliderimage-holder-img {
    margin-top: 11px;
    margin-left: 2px;
    width: 516px;
    height: 357px;
}
#slide-01 .description {
    width: 580px !important;
    margin-top: 3px;
}
.slider-colored {
    color: #ec6d4a;
    font-size: 32px;
    font-family: 'Patua One', sans-serif;
}
.text-holder {
    float: left;
    width: 390px;
    margin-bottom: 20px;
    position: relative;
}
.text-holder h1 {
    font-size: 20px;
}
.center-text {
    float: left;
    background: transparent !important;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    font-size: 36px;
    color: #ec6d4a;
    padding: 10px 0px 0px 0px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: Open sans, Bitter, Arial,sans-serif;
    text-shadow: 1px 1px #fff;
}
.center-text span {
    color: #0092c2;
}
.slider-price {
    font-size: 24px;
    font-weight: 400;
    color: #ec6d4a;
    width: 390px;
    text-align: center;
    margin-top: 10px;
    float: left;
}
/* Prev Next Nav */
#asyncslider_next_prev_nav {
    position: relative;
}
#asyncslider_next_prev_nav li {
    color: #000;
    position: absolute;
}
#asyncslider_next_prev_nav li a {
    width: 84px;
    height: 84px;
}
#asyncslider_next_prev_nav li.prev a {
    background: url(images/arrows-left.png);
}
#asyncslider_next_prev_nav li.prev a:hover {
    background-position: 0 -84px;
}
#asyncslider_next_prev_nav li.next a {
    background: url(images/arrows-right.png);
}
#asyncslider_next_prev_nav li.next a:hover {
    background-position: 0 -84px;
}
/* Slide Buttons Nav */
#asyncslider_slides_nav {
}
#asyncslider_slides_nav li {
}
#asyncslider_slides_nav li a {
}
#asyncslider_slides_nav li.active {
}
#asyncslider_slides_nav li.active a {
}
/*-------------------------------------------------------
      {--------}   White Back {--------}
---------------------------------------------------------*/
.grey-background {
    background: #f0f0f0;
    float: left;
    width: 100%;
    padding: 0;
}
.grey-background p {
    color: #727272;
}
/*----------------------------------------------------
           {--------}  Right Column {--------}
----------------------------------------------------*/
.sidebox-right-widgets {
    float: right;
    width: 350px;
    padding: 0;
    display: inline;
    margin: 20px 10px 0 0;
    overflow: hidden;
}
.sidebar-info-widgets {
    float: left;
}
.sidebar {
    float: right;
}
h3.right-sidebar-widgets-title {
    line-height: 20px;
    color: #555;
    background: #f1f1f1;
    border-right: 30px solid #b8babe;
    margin: 0px;
    padding: 12px 0 12px 3px;
    font: 21px Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
    text-transform: capitalize;
    text-indent: 14px;
    text-align: left;
}
.sidebar-widgets-box {
    width: 350px;
    background: #fff url(images/sidebox.png) bottom no-repeat;
    padding: 0px 0px 10px 0px;
    list-style: none;
    margin-bottom: 10px;
}
.sidebar-widgets-box ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 5px;
}
.sidebar-widgets-box li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0px #fff;
}
.sidebar-widgets-box ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
.sidebar-widgets-box ul li {
    height: 100%;
    line-height: 18px;
    clear: left;
    width: 280px;
    list-style-type: none;
    margin: 0;
    font-size: 12px;
    color: #777;
}
.sidebar-widgets-box ul li a:link,.sidebar-widgets-box ul li a:visited {
    color: #777;
    text-decoration: none;
    display: block;
    padding: 5px 0px;
}
.sidebar-widgets-box ul li a:hover {
    color: #FFA812;
}
.sidebar-widgets-box.widget_categories ul li,.sidebar-widgets-box.widget_pages ul li,.sidebar-widgets-box.widget_archive ul li,.sidebar-widgets-box.widget_links ul li,.sidebar-widgets-box.widget_meta ul li {
    padding-left: 10px;
    border-bottom: 1px solid #f6f6f6;
}
.sidebar-widgets-box.widget_recent_entries ul li a {
    border-bottom: 1px solid #f6f6f6;
    padding-left: 10px;
}
div#calendar_wrap {
    border: 1px solid #f6f6f6;
    margin: 0 auto;
    padding: 0;
}
table#wp-calendar {
    width: 100%;
    border: none;
    margin: 0!important;
    padding: 0;
}
#wp-calendar caption {
    font-size: 16px;
    color: #375752;
    font-weight: 400;
    font-family: BebasNeueRegular,Georgia,Century gothic, Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px 5px 5px;
    text-align: center;
}
#wp-calendar th,#wp-calendar td {
    text-align: center;
    color: #555;
    background: #f1f1f1;
    padding: 7px 5px;
}
#wp-calendar tr {
    margin: 0!important;
}
#wp-calendar td {
    background-color: #f6f6f6;
    color: #444;
    margin: 0!important;
}
#wp-calendar td a {
    border: none;
    color: #D1512A;
}
/*-------------------------------------------------------------
         {--------}  Features List Single Post {--------}
---------------------------------------------------------------*/
ul.left {
    margin-right: 50px;
}
ul.features {
    float: left;
    width: 475px;
    padding: 0;
    list-style: none;
}
ul.features li {
    padding-bottom: 30px;
    margin: 0;
}
ul.features li img {
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid#ccc;
}
ul.features li h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin: -26px 0 0 110px;
    padding: 0;
    color: #555;
}
ul.features li p {
    margin-left: 110px;
    padding: 5px 0;
}
ul.features li p#toggle {
    margin-left: 0;
    display: none;
}
ul.features span.more {
    background-color: #EFEFEF;
    border: 1px solid #E3E3E3;
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
    cursor: pointer;
    top: -2px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFF;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    padding: 1px 4px;
}
ul.features span.more:hover {
    color: #000;
}
/*---------------------------------------------------------
      {---------} Button  {--------}
-------------------------------------------------------------*/
.gray-btn {
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    line-height: 42px;
    color: #626262!important;
    font-size: 16px!important;
    font-weight: 400;
    float: left;
    display: block;
    width: 175px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/gray-btn.png) top left repeat-x;
    height: 40px;
}
.gray-btn:hover {
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 #729604;
    line-height: 42px;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 400;
    float: left;
    display: block;
    text-decoration: none!important;
    width: 175px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/gray-btn.png) bottom left repeat-x;
    -pie-background: linear-gradient(#b0de2f,#658e1a);
    height: 40px;
}
.blue-btn {
    text-align: center;
    text-shadow: 0 -1px 0 #00536f;
    line-height: 42px;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 400;
    display: block;
    width: 175px;
    height: 40px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/blue-btn.png) top left repeat-x;
}
.blue-btn:hover {
    text-align: center;
    text-shadow: 0 -1px 0 #729604;
    line-height: 42px;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 400;
    text-decoration: none!important;
    float: left;
    display: block;
    width: 175px;
    height: 40px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/blue-btn.png) bottom left repeat-x;
}
.small-blue-btn {
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 #00536f;
    line-height: 23px;
    color: #fff!important;
    float: left;
    font-size: 13px!important;
    font-weight: 400;
    display: block;
    height: 23px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/small-blue-btn.png) top left repeat-x;
    padding: 0 10px;
}
.small-blue-btn:hover {
    text-align: center;
    text-shadow: 0 -1px 0 #729604;
    line-height: 23px;
    color: #fff!important;
    font-size: 13px!important;
    font-weight: 400;
    display: block;
    text-decoration: none!important;
    height: 23px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/small-blue-btn.png) bottom left repeat-x;
    padding: 0 10px;
}
.small-green-btn {
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 #00536f;
    line-height: 23px;
    color: #fff!important;
    float: left;
    font-size: 13px!important;
    font-weight: 400;
    display: block;
    height: 23px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/small-blue-btn.png) bottom left repeat-x;
    padding: 0 10px;
}
.small-green-btn:hover {
    text-align: center;
    text-shadow: 0 -1px 0 #729604;
    line-height: 23px;
    color: #fff!important;
    font-size: 13px!important;
    font-weight: 400;
    display: block;
    text-decoration: none!important;
    height: 23px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/small-blue-btn.png) top left repeat-x;
    padding: 0 10px;
}
.small-gray-btn {
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    line-height: 23px;
    color: #626262!important;
    font-size: 13px!important;
    font-weight: 400;
    float: left;
    display: block;
    height: 23px;
    border: 1px solid #cecece;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/small-gray-btn.png) top left repeat-x;
    padding: 0 10px;
}
.small-gray-btn:hover {
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 #626262;
    line-height: 23px;
    color: #fff!important;
    font-size: 13px!important;
    font-weight: 400;
    text-decoration: none!important;
    float: left;
    display: block;
    height: 23px;
    text-transform: uppercase;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #00A1D3 url(images/small-gray-btn.png) bottom left repeat-x;
    padding: 0 10px;
}
/*---------------------------------------------
   {--------}  Gray Line {--------}
-----------------------------------------------*/
.gray-line {
    height: 25px;
    background: #939393;
    line-height: 25px;
    float: left;
    width: 98%;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 2%;
}
.gray-line.active {
    background: #484848;
}
/*------------------------------------------------
        {--------}  Spacer {--------}
---------------------------------------------------*/
.spacer70 {
    float: left;
    width: 100%;
    height: 0;
    line-height: 0;
    margin: 70px 0 0;
}
.spacer40 {
    float: left;
    width: 100%;
    height: 0;
    line-height: 0;
    margin: 40px 0 0;
}
.spacer30 {
    float: left;
    width: 100%;
    height: 0;
    line-height: 0;
    margin: 30px 0 0;
}
.spacer20 {
    float: left;
    width: 100%;
    height: 0;
    line-height: 0;
    margin: 20px 0 0;
}
.spacer15 {
    float: left;
    width: 100%;
    height: 0;
    line-height: 0;
    margin: 15px 0 0;
}
.spacer10 {
    float: left;
    width: 100%;
    height: 0;
    line-height: 0;
    margin: 10px 0 0;
}
/*------------------------------------------------
        {--------}  Width Fixer {--------}
---------------------------------------------------*/
.w70 {
    width: 70px;
}
.w130 {
    width: 130px;
}
.w225 {
    width: 225px!important;
}
.w240 {
    width: 240px!important;
}
.w270 {
    width: 270px!important;
}
.w110 {
    width: 110px;
}
.w330 {
    width: 330px;
}
.w350 {
    width: 350px!important;
}
.w370 {
    width: 370px;
}
.w470 {
    width: 470px!important;
}
.w480 {
    width: 480px;
}
.w400 {
    width: 400px;
}
.w390 {
    width: 390px;
}
.w565 {
    width: 565px;
}
.w690 {
    width: 690px!important;
}
.w710 {
    width: 710px!important;
}
.w950 {
    width: 950px!important;
}
.w970 {
    width: 970px!important;
}
.w990 {
    width: 990px!important;
}
.w180,#inline1 form .option-domain {
    width: 180px;
}
.w250,.w260 {
    width: 250px!important;
}
.w500 {
    width: 500px;
}
.w305 {
    width: 305px;
}
.w95,.w95:hover {
    width: 95px;
}
.w265 {
    width: 265px;
}
.w48 {
    width: 48px;
    text-align: center;
}
.w315 {
    width: 315px;
}
.w460 {
    width: 460px;
}
/*--------------------------------------------------------------------
        {--------}  Margine and Padding  Fixer {--------}
----------------------------------------------------------------------*/
.top16 {
    top: 16px!important;
}
.mt40 {
    margin-top: 40px;
}
.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt16 {
    margin-top: 16px;
}
.mt15 {
    margin-top: 15px;
}
.mt12 {
    margin-top: 12px;
}
.mt7 {
    margin-top: 7px;
}
.mt5 {
    margin-top: 5px;
}
.mr5 {
    margin-right: 5px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr10 {
    margin-right: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml10 {
    margin-left: 10px;
}
.pt10 {
    padding-top: 10px!important;
}
.fs32 {
    font-size: 32px!important;
    font-weight: 400;
}
.fs28 {
    font-size: 28px!important;
}
.fs22 {
    font-size: 22px!important;
    font-weight: 400;
}
.fs15 {
    font-size: 15px!important;
}
.fs11 {
    font-size: 11px!important;
    line-height: 16px!important;
}
/*----------------------------------------------------
           {--------} Pixel line {--------}
----------------------------------------------------*/
.pixel-line {
    height: 1px;
    background: url('images/pixel-line.gif') repeat-x;
}
.tri-line {
    height: 10px;
    background: url('images/tri.png') repeat-x;
}
.ten-pixel-blue-line {
    height: 10px;
    background: #0092c2;
}
/*----------------------------------------------------
           {--------} Pricing page {--------}
----------------------------------------------------*/
#pricing-box table.pricing-box thead th.first {
    width: 200px;
}
#pricing-box table.pricing-box thead th.popular {
    width: 196px;
}
#pricing-box table.pricing-box {
    width: 1010px;
    border-spacing: 0;
}
#pricing-box table.pricing-box thead tr {
    background: #f8f8f8;
}
#pricing-box table.pricing-box thead tr th {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    height: 79px;
}
#pricing-box table.pricing-box thead tr th span {
    font-size: 14px;
}
#pricing-box table.pricing-box thead tr.top-border th {
    height: 4px;
}
#pricing-box table.pricing-box thead tr.top-border th .dotted {
    background: url(images/dot-horisontal.gif) repeat-x 5px bottom;
    height: 4px;
    margin: 0px 7px;
}
#pricing-box table.pricing-box thead tr.top-border th.popular .dotted {
    background: #ffffff url(images/dot-horisontal.gif) repeat-x 5px bottom;
    height: 4px;
}
#pricing-box table.pricing-box thead tr th {
    background: url(images/tbl-topsep.png) no-repeat left top;
}
#pricing-box table.pricing-box tr.odd {
    background: #f8f8f8;
}
#pricing-box table.pricing-box tbody tr th {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px 10px 20px;
    background: #f8f8f8;
}
#pricing-box table.pricing-box tbody tr td {
    text-align: center;
}
#pricing-box table.pricing-box tbody tr.first-row td {
    background: url(images/tbl-topsep.png) no-repeat left top;
}
#pricing-box table.pricing-box tbody tr.first-row th {
    background: #f9f9f9;
}
#pricing-box table.pricing-box tbody tr td {
    background: url(images/tbl-sep.gif) repeat-y left top;
    font-size: 21px;
    font-style: italic;
}
#pricing-box table.pricing-box tbody tr td small {
    font-size: 13px;
    font-weight: normal;
}
#pricing-box table.pricing-box tbody tr td div.yes {
    background: url(images/features-list-style.gif) no-repeat left top;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
#pricing-box table.pricing-box tbody tr td div.no {
    background: url(images/package_no_icon.png) no-repeat left top;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
#pricing-box table.pricing-box tbody tr td.price,
#pricing-box table.pricing-box tbody tr td.price-m {
    font-weight: bold;
    color: #7d7d7d;
}
#pricing-box table.pricing-box tbody tr td.price span {
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
    line-height: 14px;
}
#pricing-box table.pricing-box tbody tr td.price-m span {
    font-weight: normal;
    color: #252525;
}
#pricing-box table.pricing-box tbody tr td.price.alt, #pricing table.pricing tbody tr td.price-m.alt {
    color: #c03eab;
}
#pricing-box table.pricing-box tbody tr td.price.last, #pricing table.pricing tbody tr td.price-m.last {
    color: #4a8cab;
}
#pricing-box table.pricing-box tbody tr.usage td.pers {
    font-size: 18px;
}
#pricing-box table.pricing-box tfoot tr td {
    text-align: center;
    padding: 30px 0px;
    background: url(images/tbl-sep.gif) repeat-y left top;
}
#pricing-box table.pricing-box tfoot tr td a {
    color: #0866a2;
    text-decoration: underline;
}
#pricing-box table.pricing-box tfoot tr td a:hover {
    text-decoration: none;
}
/* popular col */
#pricing-box table.pricing-box thead tr.head th.popular,
#pricing-box table.pricing-box thead th.none,
#pricing-box table.pricing-box tfoot td.none {
    background: none !important;
}
#pricing-box table.pricing-box thead tr.head th.popular,
#pricing-box table.pricing-box thead tr.head th.last {
    text-transform: uppercase;
}
#pricing-box table.pricing-box thead tr.top-border th.popular {
    background: #ffffff;
}
#pricing-box table.pricing-box thead th.popular div.btop {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-color: #ffffff;
    border-style: solid solid none;
    border-width: 4px 4px medium;
    margin-top: -5px;
    padding: 31px 15px;
    position: relative;
    background: #ffffff url(images/tbl-head.gif) no-repeat left top;
    position: relative;
}
#pricing-box table.pricing-box tfoot td.popular {
    padding: 0px;
}
#pricing-box table.pricing-box tfoot td.popular div.bbot {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-color: #ffffff;
    border-style: none solid solid;
    border-width: medium 4px 4px;
    bottom: 0;
    margin-bottom: -5px;
    padding: 33px 15px;
    position: relative;
    background: #f2f2f2;
}
#pricing-box table.pricing-box thead th.popular div.btop .bubble {
    background: url(images/bubble-popular.gif) no-repeat left top;
    width: 88px;
    height: 64px;
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 9px 22px;
    text-shadow: none;
    top: -43px;
    right: -40px;
}
#pricing-box table.pricing-box tbody td.popular {
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    background: none !important;
}
#pricing-box table.pricing-box tbody tr.odd td.popular {
    background: #f2f2f2 !important;
}
#pricing-box table.pricing-box tbody tr td.popular {
    background: #ffffff !important;
}
/* shadow */
#pricing-box table.pricing-box thead tr.head th.last,
#pricing-box table.pricing-box thead tr.top-border th.last,
#pricing-box table.pricing-box tbody tr td.last {
    background: url(images/tbl-right.gif) repeat-y left top;
}
#pricing-box table.pricing-box tbody tr.odd td.last,
#pricing-box table.pricing-box tfoot tr td.last {
    background: url(images/tbl-right-wite.gif) repeat-y left top;
}
#pricing-box table.pricing-box thead th.popular div.btop {
    box-shadow: 0 -1px 2px #DADADA;
}
#pricing-box table.pricing-box thead tr.top-border th.popular {
    box-shadow: 1px 0 2px #C1C1C1;
}
#pricing-box table.pricing-box tfoot td.popular div.bbot {
    box-shadow: 1px 1px 2px #DADADA;
}
#pricing-box h1.natty-tour {
    margin-top: 70px
}
#pricing-box #join-left {
    width: 320px;
    margin-top: 15px;
    padding-right: 40px;
}
#pricing-box #join-left .hgl {
    padding-bottom: 5px;
    padding-top: 23px;
}
#pricing-box #join-left ul {
    margin: 10px 0px 30px 0px;
}
/*----------------------------------------------------------------
          {--------}   Payment Order Panel {--------}
------------------------------------------------------------------*/
div.member-status-panel {
    margin-bottom: 20px;
    position: relative;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
div.member-status-panel .member-status-panel-header {
    display: block!important;
    position: relative;
    background: #575150;
    border: 1px solid#4e4847;
    -webkit-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    padding: 0 16px;
}
div.member-status-panel .member-status-panel-header .member-status-panel-title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    line-height: 20px;
    margin-right: 32px;
    padding: 16px 0;
}
div.member-status-panel .member-status-panel-header .member-status-panel-title img {
    max-height: 16px;
    max-width: 16px;
    display: inline;
    margin-right: 4px;
}
div.member-status-panel .member-status-panel-content {
    background-color: #FFF;
    background-repeat: repeat-x;
    background-position: left top;
    border: 1px solid #bfbfbf;
}
div.member-status-panel .member-status-panel-content {
    border-top: 0;
}
table.payment-order-table {
    width: 100%;
    clear: both;
    margin: 0;
}
table.payment-order-table tr td,table.payment-order-table tr th {
    vertical-align: middle;
}
table.payment-order-table thead tr {
    background: #575150;
    border: 1px solid#4e4847;
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    -khtml-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
}
table.payment-order-table tr th {
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    -moz-box-shadow: inset 1px 0 0 0 #f8f8f8;
    -webkit-box-shadow: inset 1px 0 0 0 #f8f8f8;
    -khtml-box-shadow: inset 1px 0 0 0 #f8f8f8;
    box-shadow: inset 1px 0 0 0 #f8f8f8;
    padding: 11px 0px;
}
table.payment-order-table tr td {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #e0e0e0;
    padding: 7px 20px;
}
table.payment-order-table tr td.da-icon-column {
    text-align: center;
    width: 80px;
}
table.payment-order-table tr td.da-icon-column img {
    margin: 0 2px;
}
table.payment-order-table tr.odd {
    background-color: #f4f4f4;
}
table.payment-order-table.payment-order-detail-view tbody th {
    width: 220px;
    background-image: url(images/member-status-panel-header.png);
}
table.payment-order-table.payment-order-detail-view .null {
    color: #f2618c;
}
.payment-order-table tr:last-child td {
    border-bottom: 1px solid #cacaca;
}
div.member-status-panel:after,div.member-status-panel .member-status-panel-content:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
div.member-status-panel,div.member-status-panel .member-status-panel-content,div.da-panel-toolbar ul,div.da-panel-toolbar ul li:hover>ul {
    display: block;
}
* html div.member-status-panel,* html div.member-status-panel .member-status-panel-content,* html div.da-panel-toolbar ul {
    height: 1%;
}
div.member-status-panel.collapsed>*,div.member-status-panel.scrollable .member-status-panel-content .scrollbar .thumb .end,div.member-status-panel.scrollable .member-status-panel-content .disable {
    display: none;
}
div.da-panel-toolbar ul li ul li:first-child,.dataTables_wrapper .payment-order-table {
    border-top: 1px solid #cacaca;
}
table.payment-order-table tr th:last-child,table.payment-order-table tr td:last-child {
    border-right: 0;
}
table.payment-order-table tr:last-child td,table.payment-order-table.payment-order-detail-view tbody tr:last-child th {
    border-bottom: 0;
}
table.payment-order-table tr.even {
    background-color: #fcfcfc;
}
/*-----------------------------------------------------
       {--------}  Home Page Popup Box {--------}
-------------------------------------------------------*/
#thumbnail-image-popup .size-limiter {
    width: 472px;
    height: 227px;
    overflow: hidden;
}
#thumbnail-image-popup .size-limiter img {
    width: 472px;
    height: auto;
}
#thumbnail-image-popup strong {
    width: 472px;
}
.popup {
    color: #0092c2;
    background: #373f4c;
    border: 1px solid #000;
    position: absolute;
    z-index: 9100;
    display: none;
    padding: 0 10px 7px;
}
.popup .size-limiter {
    margin-top: 10px;
    background: #2f4850;
}
.popup strong {
    padding-top: 7px;
    font: 16px/20px Helvetica,Arial,sans-serif;
    color: #0092c2;
    font-weight: 700;
    display: block;
}
.popup .information {
    color: #0092c2;
    font-size: 11px;
    line-height: 18px;
    overflow: hidden;
    width: 100%;
}
.popup .author-category {
    float: left;
}
.popup .price {
    float: right;
    margin-left: 20px;
    font: 40px/40px Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #0092c2;
}
.popup .price sup {
    font-size: 23px;
    vertical-align: 10px;
}
.popup .category {
    display: block;
    color: #0092c2;
    padding-top: 8px;
}
/*-----------------------------------------------------
       {--------} Club Membership Box {--------}
-------------------------------------------------------*/
.club-membership-box {
    background: url(images/bottom_notice_bg.jpg) no-repeat;
    height: 105px;
    width: 900;
    margin: 0 auto;
}
.title-baner, .title-baner h2 {
    color: #34332f;
    font-family: 'BodoniStd-BookItalic', "Times New Roman", Times, serif;
    font-size: 34px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.title-baner {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    padding-top: 32px;
}
.club-membership-box .title-baner h2 {
    margin: 0;
    padding: 1px 0 0 0;
    font-style: normal;
    line-height: 34px;
}
.club-membership-box .title-baner h2 span {
    color: #D96B01;
}
/*-----------------------------------------------------
       {--------} slider-container-wrapper {--------}
-------------------------------------------------------*/
.slider-container-wrapper {
    width: 960px;
    margin: 0px auto;
    padding-top: 20px;
    min-height: 600px;
}
.slider-container-wrapper h1, .slider-container-wrapper h4, .slider-container-wrapper p, .slider-container-wrapper pre, .slider-container-wrapper ul, .slider-container-wrapper li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
.slider-container-wrapper li {
    outline: 0;
    text-decoration: none;
    -webkit-transition-property: background color;
    -moz-transition-property: background color;
    -o-transition-property: background color;
    -ms-transition-property: background color;
    transition-property: background color;
    -webkit-transition-duration: 0.12s;
    -moz-transition-duration: 0.12s;
    -o-transition-duration: 0.12s;
    -ms-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.slider-container-wrapper h1.title {
    margin: 10px 0;
    color: #333;
    font: 38px/1.8em 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}
#v-nav {
    height: 100%;
    margin: auto;
    color: #333;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
#v-nav >ul {
    float: left;
    width: 210px;
    display: block;
    position: relative;
    top: 0;
    border: 1px solid #DDD;
    border-right-width: 0;
    margin: auto 0 !important;
    padding: 0;
}
#v-nav >ul >li {
    width: 180px;
    list-style-type: none;
    display: block;
    text-shadow: 0px 1px 1px #F2F1F0;
    font-size: 1.11em;
    position: relative;
    border-right-width: 0;
    border-bottom: 1px solid #DDD;
    margin: auto;
    padding: 10px 15px !important;
    background: whiteSmoke;
 /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
 /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
 /* W3C */
}
#v-nav >ul >li.current {
    color: black;
    border-right: none;
    z-index: 10;
    background: white !important;
    position: relative;
    moz-box-shadow: inset 0 0 35px 5px #fafbfd;
    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
    box-shadow: inset 0 0 35px 5px #fafbfd;
}
#v-nav >ul >li.first.current {
    border-bottom: 1px solid #DDD;
}
#v-nav >ul >li.last {
    border-bottom: none;
}
#v-nav >div.tab-content {
    margin-left: 210px;
    border: 1px solid #ddd;
    background-color: #FFF;
    min-height: 400px;
    position: relative;
    z-index: 9;
    padding: 12px;
    moz-box-shadow: inset 0 0 35px 5px #fafbfd;
    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
    box-shadow: inset 0 0 35px 5px #fafbfd;
    display: none;
    padding: 25px;
}
#v-nav >div.tab-content >h4 {
    font-size: 1.2em;
    color: Black;
    text-shadow: 0px 1px 1px #F2F1F0;
    border-bottom: 1px dotted #EEEDED;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-content img {
    width: 100%;
}
.tab-content div.ol {
    margin-left: 90px;
}
.tab-content ol {
    margin-left: 90px;
}
.tab-content ol li.first {
    font-weight: bold;
    margin: 40px 0 20px 0;
    line-height: 18px;
}
.tab-content ol li {
    font-weight: bold;
    line-height: 38px;
}
/*----------------------------------------------------
           {--------}  404 Page {--------}
---------------------------------------------------*/
.error-page-container ul,.error-page-container ol {
    margin-bottom: 6px;
    margin-top: 6px;
    list-style-position: outside;
}
.error-page-container ul {
    list-style-type: square;
    margin-left: 20px;
}
.error-page-container ol li,.error-page-container ul li {
    margin-bottom: 2px;
}
#main_wrapper-404 {
    margin: 0;
    width: 100%;
    background: #e3e2e2;
    border-top: 1px solid #fff;
    line-height: 18px;
    margin: 0 auto;
    min-height: 540px;
    padding: 20px 0 30px;
    *zoom: 1;
}
#main_wrapper-404:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
#wrapper-404 {
    padding: 10px;
    width: 984px;
    margin: 0px auto;
    overflow: hidden;
}
/*----------------------------------------------------
           {--------}  Category Filter {--------}
---------------------------------------------------*/
.category-filter {
    font-size: 0.875em;
    line-height: 1.714em;
    margin-bottom: 3.75em;
    width: 620px;
    margin: 20px auto;
}
.category-filter a {
    background-color: #f6f5f5;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6F5F5', endColorstr='#FFD9D7D7');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f5f5), color-stop(17%, #f2f2f2), color-stop(63%, #e3e1e1), color-stop(100%, #d9d7d7));
    background-image: -webkit-linear-gradient(top, #f6f5f5 0%, #f2f2f2 17%, #e3e1e1 63%, #d9d7d7 100%);
    background-image: -moz-linear-gradient(top, #f6f5f5 0%, #f2f2f2 17%, #e3e1e1 63%, #d9d7d7 100%);
    background-image: -o-linear-gradient(top, #f6f5f5 0%, #f2f2f2 17%, #e3e1e1 63%, #d9d7d7 100%);
    background-image: linear-gradient(top, #f6f5f5 0%, #f2f2f2 17%, #e3e1e1 63%, #d9d7d7 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px white inset, 0 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px white inset, 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px white inset, 0 2px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #bbb;
    color: #444444;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    margin: 0 0.75em 0.9em 0;
    padding: 0.2em 0.6em 0.35em;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    behavior: url(pie.htc);
}
.category-filter a.current-tax, .category-filter a:hover {
    background-color: #2e9fe2;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2E9FE2', endColorstr='#FF2992D0');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e9fe2), color-stop(100%, #2992d0));
    background-image: -webkit-linear-gradient(top, #2e9fe2 0%, #2992d0 100%);
    background-image: -moz-linear-gradient(top, #2e9fe2 0%, #2992d0 100%);
    background-image: -o-linear-gradient(top, #2e9fe2 0%, #2992d0 100%);
    background-image: linear-gradient(top, #2e9fe2 0%, #2992d0 100%);
    border: 1px solid #1977af;
    color: white;
    text-shadow: 1px 1px 0 #1977af;
}
.category-filter a.current-tax > .cat-count, .category-filter a:hover > .cat-count {
    background: #106394;
}
.category-filter a.current-tax > .cat-count:before, .category-filter a:hover > .cat-count:before {
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #106394;
}
.category-filter a.popular {
    background-color: #f9504d;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF9504D', endColorstr='#FFDC3431');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9504d), color-stop(38%, #f04744), color-stop(62%, #e63e3b), color-stop(100%, #dc3431));
    background-image: -webkit-linear-gradient(top, #f9504d 0%, #f04744 38%, #e63e3b 62%, #dc3431 100%);
    background-image: -moz-linear-gradient(top, #f9504d 0%, #f04744 38%, #e63e3b 62%, #dc3431 100%);
    background-image: -o-linear-gradient(top, #f9504d 0%, #f04744 38%, #e63e3b 62%, #dc3431 100%);
    background-image: linear-gradient(top, #f9504d 0%, #f04744 38%, #e63e3b 62%, #dc3431 100%);
    border: 1px solid #af1919;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 1px 0 white;
    -moz-box-shadow: inset 0 0 1px 0 white;
    box-shadow: inset 0 0 1px 0 white;
    color: #fff;
    text-shadow: 0 -1px 0 #e60a0a;
}
.category-filter a.popular a,
.category-filter a.popular a:visited {
    color: white;
}
.category-filter a.popular .cat-count {
    background: #C20707;
}
.category-filter a.popular .cat-count:before {
    border-right: 3px solid #C20707;
}
.category-filter .cat-count {
    background: #bebebe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: white;
    font-size: 0.857em;
    line-height: 2em;
    padding: 0.15em 0.45em;
    margin-left: 0.75em;
    position: relative;
    text-shadow: none;
}
.category-filter .cat-count:before {
    border-top: 3px solid rgba(255, 255, 255, 0);
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    border-right: 3px solid #bebebe;
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
    left: -3px;
    position: absolute;
    top: 6px;
    width: 0;
}
/*------------------------------------------------------------------
           {--------}  View Title Box {--------}
--------------------------------------------------------------------*/
.view-title-box {
    background: #f1f1f1;
    border: 1px solid#ddd;
    position: relative;
    padding: 10px;
    margin-bottom: 0px;
    overflow: visible;
    overflow: hidden;
}
.view-title-box h1 {
    width: 350px;
    height: 40px;
    color: #ec6d4a;
    font-family: Open sans, Bitter, Arial,sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    font-size: 44px;
    position: relative;
    margin: 5px 0 0 0;
    padding: 0px;
    overflow: hidden;
    float: left !important;
}
.view-title-box h1 span {
    color: #0092c2;
}
.view-all-button {
    display: block;
    width: 175px;
    height: 40px;
    margin: 10px 0 10px 0;
    padding: 0px 0 0 10px;
}
/*----------------------------------------------------
           {--------}  left-content {--------}
----------------------------------------------------*/
.left-content {
    float: left;
    width: 616px;
}
.left-content .callout {
    float: left;
    margin-right: 20px;
    padding: 10px;
    width: 250px;
}
.left-content .callout:last-of-type {
    margin-right: 0;
}
.left-content .callout input[type=text] {
    display: inline-block;
    margin-right: 10px;
}
.left-content .post img,.left-content .post object,.left-content .post embed {
    max-width: 464px;
}
.left-content .post .container-box {
    width: 474px;
}
.left-content .post.staff-post .container-box {
    width: 470px;
}
.left-content .reply img,.left-content .reply object,.left-content .reply embed {
    max-width: 437px;
}
.left-content .reply .container-box {
    margin: 0 0 10px 25px;
    padding: 20px;
    width: 443px;
}
.left-content .reply .hidden-replies-toggle {
    padding: 10px 20px;
}
/*----------------------------------------------------
           {--------}  features {--------}
----------------------------------------------------*/
#features {
    margin-top: 52px;
    margin-bottom: 26px;
    text-align: left;
}
#features .feature {
    float: left;
    width: 270px;
    margin: 0 26px 52px 0;
    padding-left: 47px;
}
#features .feature.last {
    margin-right: 0px;
    clear: right;
}
#features .feature.design {
    background: url(images/external-img/design.png) no-repeat;
}
#features .feature.flexible {
    background: url(images/external-img/flexible.png) no-repeat;
}
#features .feature.easy-to-use {
    background: url(images/external-img/easy-to-use.png) no-repeat;
}
#features .feature.many-styles {
    background: url(images/external-img/many-styles.png) no-repeat;
}
#features .feature.support {
    background: url(images/external-img/support.png) no-repeat;
}
#features .feature.compatibility {
    background: url(images/external-img/compatibility.png) no-repeat;
}
#features .feature h3 {
    font-family: 'Goudy Bookletter 1911', arial, sans-serif;
    color: #454545;
    font-size: 26px;
    text-shadow: 1px 1px 0 #ffffff;
    padding-bottom: 9px;
}
#features .feature p {
    line-height: 21px !important;
    text-shadow: 1px 1px 0 #ffffff;
}	
/*-----------------------------------------------
          {--------}  Menu  {--------}
-------------------------------------------------*/
#bottom_area {
    margin: 0px;
    padding: 0px;
    background: #3b3b3b;
    border-bottom: 1px solid #000;
    font-family: "Trebuchet MS", sans-serif;
}
ul.ldd_menu {
    padding: 0;
    display: block;
    width: 800px;
    list-style: none;
    width: 1012px;
    background: #c1b9b2 url(images/freebies/sb-repeated.png);
    height: 50px;
    margin: 0px auto;
}
ul.ldd_menu a {
    text-decoration: none;
}
ul.ldd_menu > li {
    float: left;
    position: relative;
}
ul.ldd_menu > li > span {
    float: left;
    color: #fff;
    background-color: #D04528;
    height: 50px;
    line-height: 50px;
    cursor: default;
    padding: 0px 20px;
    text-shadow: 0px 0px 1px #fff;
    border-right: 1px solid #DF7B61;
    border-left: 1px solid #C44D37;
}
ul.ldd_menu .ldd_submenu {
    position: absolute;
    top: 50px;
    width: 550px;
    display: none;
    opacity: 0.95;
    left: 0px;
    font-size: 10px;
    background: #C34328;
    border-top: 1px solid #EF593B;
    -moz-box-shadow: 0px 3px 4px #591E12 inset;
    -webkit-box-shadow: 0px 3px 4px #591E12 inset;
    -box-shadow: 0px 3px 4px #591E12 inset;
}
a.ldd_subfoot {
    background-color: #f0f0f0;
    color: #444;
    display: block;
    clear: both;
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: Arial, serif;
    font-size: 12px;
    text-shadow: 0px 0px 1px #fff;
    -moz-box-shadow: 0px 0px 2px #777 inset;
    -webkit-box-shadow: 0px 0px 2px #777 inset;
    -box-shadow: 0px 0px 2px #777 inset;
}
ul.ldd_menu ul {
    list-style: none;
    float: left;
    border-left: 1px solid #DF7B61;
    margin: 20px 0px 10px 30px;
    padding: 10px;
}
li.ldd_heading {
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
    color: #FFB39F;
    text-shadow: 0px 0px 1px #B03E23;
    padding: 0px 0px 10px 0px;
}
ul.ldd_menu ul li a {
    font-family: Arial, serif;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    padding: 1px 3px;
}
ul.ldd_menu ul li a:hover {
    -moz-box-shadow: 0px 0px 2px #333;
    -webkit-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
    background: #AF412B;
}
/*----------------------------------------------------
           {--------}  Footer {--------}
---------------------------------------------------*/
#footer-container {
    background-color: #333;
    border-bottom: 1px solid #444;
    border-top: 1px solid #383838;
    -moz-box-shadow: 0 2px 0 0 #262626,0 -1px 0 0 #171717;
    box-shadow: 0 2px 0 0 #262626,0 -1px 0 0 #171717;
    color: #8f887c;
    font: 12px/22px tahoma,Geneva,sans-serif;
    min-width: 984px;
    padding-bottom: 30px;
}
#footer-container a {
    color: #8f887c;
}
#footer-container h3 {
    color: #8f887c;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0 10px 20px;
}
#footer-container .footer-container-left {
    float: left;
    padding: 10px 0 10px 0;
    width: 226px;
}
#footer-container .footer-container-middle {
    background-position: 0 -260px;
    background-repeat: no-repeat;
    float: left;
    padding: 10px 0 10px 0px;
    width: 517px
}
#footer-container .footer-container-right {
    background-position: 0 -260px;
    background-repeat: no-repeat;
    float: left;
    padding: 10px 0 10px 15px;
    width: 226px;
}
.container-footer {
    margin: auto;
    width: 984px;
}
.footer-container-widgets {
    float: left;
    width: 206px;
    list-style: none;
    color: #8f887c;
}
h1.footer-widgets-title {
    color: #8f887c;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
}
.footer-container-widgets ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.footer-container-widgets li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-container-widgets ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
}
.footer-container-widgets ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.footer-container-widgets ul ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.footer-container-widgets ul li {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #555;
}
.footer-container-widgets p {
    padding: 5px 0px;
    margin: 0;
    line-height: 180%;
}
.footer-container-widgets table {
    width: 100%;
    text-align: center;
}
.footer-container-vert_sprite {
    background: transparent url('images/sprite_vert.png') repeat-x 0px -714px
}
/*-------------------------------------------------
{--------}  Bages  {--------}
-------------------------------------------------*/
span.index-home-bage {
    display: none;
    background: url(images/download_icon_gallery.png);
    width: 66px;
    height: 66px;
    position: absolute;
    top: 90px;
    left: 120px;
}
.blogger {
    background-image: url(images/blogger.png);
    display: block;
    width: 71px;
    height: 70px;
    line-height: 72px;
    text-indent: -9999px;
    position: absolute;
    top: 26px;
    right: 2px;
    z-index: 999;
}
.wordpress {
    background-image: url(images/wordpress.png);
    display: block;
    width: 71px;
    height: 70px;
    line-height: 72px;
    text-indent: -9999px;
    position: absolute;
    top: 26px;
    right: 2px;
    z-index: 999;
}
/*----------------------------------------------------
           {--------}  Sidebar-I  {--------}
----------------------------------------------------*/
.freebies-sidebar {
    float: left;
    margin-right: 18px;
    width: 350px;
}
/*----------------------------------------------------
           {--------}  Sidebar-Right {--------}
----------------------------------------------------*/
.freebies-sidebar-right {
    float: right;
    margin-left: 18px;
    margin-right: 0;
}
/*-------------------------------------------------------------------
     {--------} Item Copyright{--------}
--------------------------------------------------------------------*/
.freebies-sidebar-copyright {
    margin-top: 20px;
    padding-top: 20px;
    background: url(../images//indent.gif) repeat-x top left;
}
.freebies-sidebar-copyright small {
    color: #8d8d8d;
    font-size: 10px;
    text-transform: uppercase;
}
/*-------------------------------------------------------------------
     {--------} Market Item Tag List{--------}
--------------------------------------------------------------------*/
.freebies-sidebar-tag-list {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.freebies-sidebar-tag-list li {
    float: left;
    list-style: none;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 4px;
}
.freebies-sidebar-tag-list a {
    background-color: #e3e3dd;
    border: 1px solid#ccc;
    color: #838383;
    font-size: 11px;
    line-height: 23px;
    text-transform: none;
    border-radius: 2px;
    padding: 3px 7px;
}
.freebies-sidebar-tag-list a:hover,.freebies-sidebar-tag-list a:focus {
    background-color: #eee;
    text-decoration: none;
}
/*-------------------------------------------------------------------
     {--------} Freebies Sidebar Linkads {--------}
--------------------------------------------------------------------*/
.linkads {
    width: 337px;
    padding: 5px 5px 5px 5px;
    background-color: #f1f1f1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 0px;
}
/*----------------------------------------------------------------------------------------
        {--------}  Freebies Sidebar Link Sponsorship Snippets {--------}
-----------------------------------------------------------------------------------------*/
#freebies-sidebar-linksponsor-snippets {
    margin: 40px 0 15px 0;
}
#freebies-sidebar-linksponsor-snippets {
    overflow: hidden;
    list-style: none;
    margin: 0;
}
#freebies-sidebar-linksponsor-snippets li {
    padding: 8px;
    font: 13px/1.3 Verdana, "Lucida Grande", Arial, Helvetica, Sans-Serif;
    float: left;
    border: 1px solid #ddd;
    margin: 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline;
}
#freebies-sidebar-linksponsor-snippets li span {
    padding: 3px 5px;
    margin-right: 4px;
    font-size: 12px;
    font-family: Verdana;
    font-style: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#freebies-sidebar-linksponsor-snippets li a {
    color: #333;
    border: 0;
}
#freebies-sidebar-linksponsor-snippets li a:hover {
    background: none;
}
#freebies-sidebar-linksponsor-snippets li:hover {
    border: 1px solid #aaa;
}
#freebies-sidebar-linksponsor-snippets li.layout:hover {
    background: #f7deba;
}
#freebies-sidebar-linksponsor-snippets li.layout span {
    background: #f0be78;
    border: 1px solid #aaa;
}
#freebies-sidebar-linksponsor-snippets li.styles:hover {
    background: #ddf2bc;
}
#freebies-sidebar-linksponsor-snippets li.styles span {
    background: #bce67b;
    border: 1px solid #aaa;
}
#freebies-sidebar-linksponsor-snippets li.freebies-sidebar-linksponsor:hover {
    background: #ffc5b7;
}
#freebies-sidebar-linksponsor-snippets li.freebies-sidebar-linksponsor span {
    background: #f08f78;
    border: 1px solid #aaa;
}
#freebies-sidebar-linksponsor-snippets li.template_with:hover {
    background: #bbeef0;
}
#freebies-sidebar-linksponsor-snippets li.template_with span {
    background: #7adde1;
    border: 1px solid #aaa;
}
/*-----------------------------------------------------------------------------
        {--------}  Freebies Sidebar Link Sponsor {--------}
-------------------------------------------------------------------------------*/
.freebies-sidebar-linksponsor {
    padding: 5px 0 5px 5px;
    color: #fff;
}
.freebies-sidebar-linksponsor a:link,.freebies-sidebar-linksponsor a:visited {
    color: #E73540;
}
.freebies-sidebar-linksponsor a:hover {
    color: #fff;
}
/*----------------------------------------------------
           {--------} Square Banner {--------}
----------------------------------------------------*/
.freebies-sidebar-squarebanner {
    width: 327px;
    padding: 10px 10px 10px 10px;
    background-color: #f1f1f1;
    border: 1px solid#ccc;
    margin-bottom: 10px;
}
.freebies-sidebar-squarebanner ul {
    list-style-type: none;
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
    width: 323px;
    overflow: hidden;
    background: #e2e0e0;
}
.freebies-sidebar-squarebanner ul li {
    list-style-type: none;
    margin: 0px 7px 0px 7px;
    float: left;
    padding: 5px;
    display: inline;
}
.freebies-sidebar-squarebanner ul li a:hover {
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.freebies-sidebar-squarebanner ul li a img {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    padding: 3px;
}
/*---------------------------------------------------------
           {--------}  Buy Sell Ads 125x125 {--------}
---------------------------------------------------------*/
#bsap_1248466 a {
    text-shadow: 1px 1px 1px #111;
    color: #eee;
    padding: 5px;
    margin: 0 12px 10px 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-border-top-left-radius: 80px;
    -webkit-border-bottom-right-radius: 80px;
    -moz-border-radius-topleft: 80px;
    -moz-border-radius-bottomright: 80px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
#bsap_1248466 a:hover {
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
#bsap_1248466 a img {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    padding: 3px;
}
#bsap_1248466 .even {
    margin-right: 0;
}
#bsap_1248466 .ad1 {
    background: #e42b2b
}
#bsap_1248466 .ad2 {
    background: #ff8400
}
#bsap_1248466 .ad3 {
    background: #a800ff
}
#bsap_1248466 .ad4 {
    background: #49a7f3
}
#bsap_1248466 .ad5 {
    background: #41d05f
}
#bsap_1248466 .ad6 {
    background: #e42b2b
}
#bsap_1248466 .ad7 {
    background: #ff8400
}
#bsap_1248466 .ad8 {
    background: #a800ff
}
#bsap_1248466 .ad9 {
    background: #49a7f3
}
#bsap_1248466 .ad10 {
    background: #a800ff
}
#bsap_1248466 .ad11 {
    background: #ff8400
}
#bsap_1248466 .ad12 {
    background: #a800ff
}
/*-----------------------------------------------------------------------------------
           {--------}  Sidebar Freebies Browser Compatible {--------}
-------------------------------------------------------------------------------------*/
.firefox {
    background: url(../images/freebies/firefox.png) no-repeat;
}
.ie {
    background: url(../images/freebies/ie.png) no-repeat;
}
.chrome {
    background: url(../images/freebies/chrome.png) no-repeat;
}
.safari {
    background: url(../images/freebies/safari.png) no-repeat;
}
.opera {
    background: url(../images/freebies/opera.png) no-repeat;
}
.browser {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 10px 0 0;
}
#information {
    width: 960px;
    padding: 8px 10px 10px 10px;
    margin: 0px 10px 10px 0px;
    background: #fff;
    border: 1px solid #ddd;
}
/*------------------------------------------------------------
          {--------} Tndex Item {--------}
--------------------------------------------------------------*/
ul.features-index-premium-file {
    width: 500px;
    margin: 10px 0 0 0px;
    padding: 0 0 10px 10px;
    list-style: none;
    overflow: hidden;
}
.features-index-premium-file li {
    float: left;
    margin: 0 0 10px 10px;
    border: 1px solid #413c39;
}
.features-index-premium-file li img {
    float: left;
    padding: 4px;
    background: #2d2825;
    width: 80px;
    height: 80px;
}