@charset "utf-8";
/* CSS Document*/

*
{
    outline: none;
}

body
{
    font-size: 14px;
    font-family: Tahoma;
    background-image: url(../img/noise.png);
    background-color: #f0f5fd; /* dark theme: #1F2C40 or #071529 */
    color: #0f2548; /* dark theme: #C6C8CB */
}

.content-title
{
    color:#f0aa00;
}

#top
{
    border-radius: 10px 10px 10px 10px;
    bottom: 24px;
    box-shadow: 0 0 5px #777777;
    color: #777777;
    display: none;
    font-size: 27px;
    font-weight: bold;
    padding: 5px 10px 0px 10px;
    position: fixed;
    right: 24px;
    text-decoration: none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    transition: box-shadow 0.5s linear;
}

#top:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px #CCCCFF;
}

.content-right img
{
    background: none repeat scroll 0 0 #E7EEF2;
    border: 1px solid #E7EEF2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 3px 5px #DDDDDD;
    display: block;
    float: left;
    margin: 0 10px 15px 0;
    padding: 5px;
    text-decoration: none;
    clear: both;
}

.content-right ul
{
    padding-left: 30px;
    margin-bottom: 5px;
}

.content-right li
{
    margin-bottom: 10px;
}

.content-right a
{
    color: #009BDB;
    text-decoration: none;
    font-weight: bold;
}

.content-right a[name]
{
    visibility: hidden;
    font-size: 0px;
}

.content-right a:hover
{
    color: #f0aa00;
}

.content-right a[rel]:before,
.content-right a[rel]:after,
.content-right .nvweb_answers a:before,
.content-right .nvweb_answers a:after,
.content-right.shop a:before,
.content-right.shop a:after,
.content-right .addthis_toolbox a:before,
.content-right .addthis_toolbox a:after,
.content-right a.no-ears:before,
.content-right a.no-ears:after
{
    content: "";
}

.content-right a:before,
.content-right a[rel="file"]:before
{
    content: "\25D6";
    font-weight: normal;
    font-size: 10px;
    /*margin-right: -2px;*/
}
.content-right a:after,
.content-right a[rel="file"]:after
{
    content: "\25D7";
    font-weight: normal;
    font-size: 10px;
    /*margin-left: -2px;*/
}


#header
{
    background-image: url(../img/moving_background.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

#users a
{
    color:#fcfdfd;
}

#users a:hover
{
    color:#f0aa00;
}

#languages a
{
	color: #fcfdfd;
}

#languages a:hover
{
	color: #f0aa00;
}

#languages select
{
    font-size: 12px;
    border: none;
    background: #F0F5FD;
}


#logo-slogan
{
    width:300px;
    color:#2e476e;
    font-style:italic;
    clear: left;
    float:left;
    font-size: 12px;
    text-shadow: 0px 0px 10px #BED7FE; /*#8Ea7cE;*/
}


#search i
{
    color: #93A0B5;
}

#search i:hover
{
    color: #2e476e;
}


#search form > input[type=text]
{
    /*background: #f2f7ff;*/
    background: rgba(255, 255, 255, 0.4);
    /*border: 1px solid  #174570;
    border-radius: 2px 2px 2px 2px;
    */
    border: none;
    border-bottom: solid 2px #93A0B5;
    font-style: normal;

    padding: 2px 42px 2px 10px;
    width: 296px;
    height: 24px;
}

#search form > input[type=text]:focus
{
    background: rgba(255, 255, 255, 0.6);
    border-bottom-color: #174570;
}

#search-shop form > input[type=text]:focus
{
    background: none repeat scroll 0 0 #FFFFFF;
}

#search-shop form > input[type=text]
{

    border: 0 solid #7393C3;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px 2px #2E476E inset;
    color: #174570;
    font-style: normal;
    padding: 4px 30px 4px 6px;
    text-align: left;
    width: 205px;
}

.menu-line
{
    width: 100%;
    height: 6px;
    background-color: #2e476e;
    margin-top:-5px;
}

#menu li > a
{
	color:#2e476e;
	display: block;
    padding: 4px 10px 10px 10px;
}

#menu li > a:hover
{
    color:#f0aa00;
}

#menu a.active, 
#menu a.menu_option_active
{
    border-radius: 4px 4px 0px 0px;
    background-color:#2e476e;
    color:#fcfdfd;
}

#submenu
{
    width: 930px;
    background-color:#2e476e;
    border-radius: 0px 0px 4px 4px;
    padding: 10px 15px 10px 15px;
    margin-bottom: 20px;
    z-index: 1000;
}

#submenu a
{
    color:#fcfdfd;
    margin-right: 20px;
    font-size:14px;
}

#submenu a:hover
{
    color:#f0aa00;
}

#submenu a.menu_option_active
{
    color:#f0aa00;
}

#slider
{
    width: 100%;
    background-color:#4c71ad;
}

.slider-line
{
    width: 100%;
    height: 6px;
    background-color: #2e476e;
}

.slider-text
{
    color:#fff;
    font-size:24px;
}

.slider-button-download
{
    width:150px;
    height: 32px;
    background-color: #009bdb;
    float:right;
    border-radius: 4px 4px 4px 4px;
    margin-top:20px;
    text-align: center;
    color:#fff;
    font-size: 18px;
    padding-top:8px;
    display: block;
}

.slider-button-download:hover
{
    background-color: rgb(0, 180, 252);
}

.slider-button-demo
{
    width:150px;
    height: 32px;
    background-color: #f0aa00;
    float:left;
    border-radius: 4px 4px 4px 4px;
    margin-top:20px;
    text-align: center;
    color:#fff;
    font-size: 18px;
    padding-top:8px;
    display: block;
}

.slider-button-demo:hover
{
    background-color: #ffb400;
}

.slider-button-download-text
{
    color: #EFF3FB;
    font-size: 10px;
    margin-left: 190px;
    margin-top: 60px;
    position: absolute;
    width: 150px;
    text-align: right;
}

.column3-text
{
    color:#2e476e;
    font-size:14px;
    line-height: 20px;
    text-align: justify;
}

.vertical-separator
{
    width: 1px;
    height: 180px;
    background-color: #2e476e;
    float:left;
    margin-top:20px;
}

.button-info
{
    background-color: #2E476E;
    border-radius: 4px 4px 4px 4px;
    color: #FCFDFD;
    display: block;
    margin-left: 224px;
    padding: 5px;
    position: absolute;
    width: 48px;
}

.button-info:hover
{
    background-color:#ffb400;
}

.column2-text
{
    color:#747b85;
    font-size:14px;
    text-align: justify;
}

.home-block-wrapper
{
    width: 280px;
    height: 140px;
    display: block;
    border-radius: 4px;
}

.home-block-wrapper:first-child
{
    background-color: #00204b;
}

.home-block-wrapper img
{
    border-radius: 4px;
}

.home-block-wrapper:hover
{
    opacity:0.8;
}

.block-title
{
    display: block;
    color:#919292;
    font-size:24px;
    line-height: 45px;
    text-align: center;
}

.block-title:hover
{
    color:#ffb400;
}


#footer
{
    width:100%;
    background-color:#2e476e;
    padding-top:20px;
    padding-bottom: 20px;
    box-shadow:#000 0px 5px 2px;
}

.footer-column-title
{
    color:#fff;
    text-shadow: #000 2px 2px 3px;
    font-size:14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-column-link,
.footer-column a
{
    color:#fff;
    line-height: 20px;
    font-size:13px;
    display: block;
}

.footer-column-link:hover,
.footer-column a:hover
{
    color:#ffb400;
}

.footer-column-social a:hover
{
    opacity:0.5;
}

#newsletter form > input[type=text]
{
    width:150px;
    height: 22px;
    border: solid 1px #c2d3ef;
    box-shadow: 1px 1px 4px #2E476E inset;
    padding: 2px 15px 2px 10px;
    text-align: right;
}

#newsletter form > input[type=submit]
{
    background-color: #F0AA00;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #FFFFFF;
    font-size: 15px;
    height: 28px;
    position: absolute;
    cursor:pointer;
}

#newsletter form > input[type=submit]:hover
{
    background-color: #009bdb;
}

#copyright
{
    width:100%;
    background-color:#2e476e;
    padding-top:20px;
    padding-bottom: 20px;
    background-image: url("../img/footer-shadow.png");
    background-repeat: repeat-x;
    background-position: top left;
    font-size: 12px;
}

#sidebar > ul > li
{
    background-color: #7393c3;
    font-size:16px;
    margin-bottom:2px;
	border-radius: 4px;
}

#sidebar > ul > li:hover
{
    background-color: #4c71ad;
}

#sidebar > ul > li > a.menu_option_active
{
    background-color: #496694;
    border-radius: 4px;
}

#sidebar > ul > li > a
{
    color:#fff;
    padding:5px;
    display: block;
}

#sidebar > ul > li > ul > li > a
{
    color: #3c5e91;
    padding:4px 0px 4px 15px;
    display: block;
    font-size:14px;
}

#sidebar > ul > li > ul > li > a:hover,
#sidebar > ul > li > ul > li > a.menu_option_active
{
    background-color: #7393c3;
    color:#fff;
}

#sidebar > ul > li > ul
{
    background-color: #c2d3ef;
    margin-top: 0px !important; /*5px;*/
    border-radius: 0px 0px 4px 4px;
}

#sidebar > ul > li > ul > li >ul > li
{

}

#sidebar > ul > li > ul > li >ul > li > a
{
    color: #3c5e91;
    padding:4px 0px 4px 30px;
    display: block;
    font-size:13px;
}

#sidebar > ul > li > ul > li >ul > li > a:hover,
#sidebar > ul > li > ul > li >ul > li > a.menu_option_active
{
    background-color: #7da2d6;
    color:#fff;
}


.content-right ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    /*float:left;*/
    padding-left: 20px;
    margin-top: 10px;
    /*width: 315px;*/
}

.content-right ul > li
{
    background-image: url("../img/resultset_next.png");
    background-repeat: no-repeat;
    padding: 0 0px 3px 20px;
}

.content-right ul > li a
{
    color:#0f2548;
    font-size: 15px;
}

#path-bar
{
    width: 100%;
    height: 40px;
    background-color: #c2d3ef;
    text-align:right;
    margin-top:40px;
    line-height: 40px;
}

#path-bar a
{
    color:#0f2548;
    font-size: 15px;
}

#path-bar img
{
    vertical-align: -3px;
    margin-left:5px;
    margin-right:5px;
}

.button-download
{
    width:300px;
    height: 45px;
    background-color: #009bdb;
    color:#fff;
    font-size:18px;
    padding:10px;
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px 4px #2e476e;
    margin-left:auto;
    margin-right: auto;
    margin-top:20px;
    text-shadow: #2e476e 1px 2px 3px;
    display: block;
}

.button-download:hover
{
    background-color: rgb(0, 180, 252);
}

.link
{
    color:#009bdb;
    font-size: 14px;
    line-height: 28px;
}

.link:hover
{
    color:#ffb400;
}

.sidebar-filter-title
{
    background-color: #7393c3;
    height: 24px;
    font-size:17px;
    padding: 3px 5px 3px 5px;
    color:#fff;
}

.sidebar-filter-wrapper
{
    background-color: #c2d3ef;
    padding: 8px;
    overflow: auto;
}

.content-right.shop .sidebar-filter-option,
.content-right.shop .sidebar-filter-option-demo,
.content-right.shop .sidebar-filter-option-price
{
    background-color: #c2d3ef;
    padding: 3px 5px 3px 25px;
    color:#2f486e;
    font-size:13px;
    display: block;
    font-weight: normal;
}

.content-right.shop .sidebar-filter-option:hover
{
    color: #f0aa00;
}

.content-right.shop .sidebar-filter-option-active
{
    font-weight: bold;
   /* font-style: italic;*/
}

.content-right.shop .sidebar-filter-check-option
{
    background-color: #c2d3ef;
    padding: 3px 5px 5px 10px;
    color:#2f486e;
    font-size:13px;
}

.button-demo
{
    background-color: #009BDB;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    width: 130px;
    margin-bottom:10px;
}

.button-demo:hover
{
background-color: rgb(0, 180, 252);
}

#copyright span
{
    color:#fff;
    vertical-align: 10px;
}

#copyright a
{
    color:#009bdb;
}

#copyright a:hover
{
    color:#ffb400;
}

.boxes
{
    overflow: visible;
}

.box-item
{
    background-color: #FFFFFF;
    border: 2px solid #C2D3EF;
    float: left;
    height: 210px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    padding: 3px 8px;
    width: 310px;
}

.box-item-title
{
    color: #2D476E;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 20px;
    overflow: hidden;
    width: 250px;
}

.thumbnail
{
    border-radius:2px;
    border:solid 3px #2d476e;
    float:left;
    margin-right: 10px;
    margin-bottom:10px;
}

.box-item-title-property-author
{
    color:#2e476e;
    float:left;
}

.box-item-title-property-price
{
    font-size:13px;
    color:#2e476e;
    font-weight: bold;
    float:left;
}

.box-item-property-author
{
    margin-left:5px;
    float:left;
}

.box-item-property-author a
{
    text-decoration: none;
    color:#009bdb;
}

.box-item-property-author a:hover
{
    color:#f0aa00;
}

.box-item-property-price
{
    color:#f0aa00;
    font-size:15px;
    margin-left:5px;
    font-weight: bold;
    float:left;
}

.box-item-text
{
    text-align: justify;
    font-size:12px;
    color:#2e476e;
    clear: both;
    margin-bottom:10px;
}

.item-title
{
    color:#2d476e;
    font-size:24px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top:10px;
}

.sidebar-filter-option-price
{
   color:#f0aa00;
    font-weight: bold;
    font-size:30px;
}

.separator
{
    border-bottom: solid 1px #2e476e;
    height: 20px;
    margin-bottom:30px;
}

.item title
{
    text-decoration: none;
    color:#2e476e;
    font-size:16px;
    font-weight: bold;
}

.screenshot img
{
    border: 3px solid #2e476e;
    border-radius: 4px 4px 4px 4px;
    margin-bottom:10px;
}

.item-comment
{
    background-color: rgba(95, 150, 235, 0.14);
    border-radius: 4px 4px 4px 4px;
    overflow:auto;
    margin-bottom:10px;
}

.item-user
{
    font-size:13px;
    font-weight: bold;
    /*color:#2e476e;*/
    color: #0065AF;
    margin-bottom: 4px;
}

.item-date
{
    color: #5181c6;
/*    color: #009BDB;*/
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
}

.box-item-button-blue
{
    background-color: #009bdb;
    color:#fff;
    padding:5px 20px;
    float:left;
    margin-right: 10px;
    border-radius: 4px 4px 4px 4px;
    font-size:13px;
    display: block;
}

.box-item-button-blue:hover
{
    background-color:  rgb(0, 180, 252);
}

.box-item-button-orange
{
    background-color: #f0aa00;
    color:#fff;
    padding:5px 10px;
    float:left;
    margin-right: 10px;
    border-radius: 4px 4px 4px 4px;
    font-size:13px;
    display: block;
}

.box-item-button-orange:hover
{
    background-color: #ffb400;
}

.shop-section span
{
    font-size:45px;
    color:#ffb400;
    font-family:Sofia;
    text-align: right;
    display: block;
    float:right;
}

.shop-section-text
{
    font-size:14px;
    line-height: 20px;
    width:300px;
    text-align:justify;
    float:left;
    margin-left:185px;
}

/*.box-item-price
{
    background-color: #C2D3EF;
    border-radius: 0 0 0 22px;
    color: #2E476E;
    font-size: 18px;
    height: 30px;
    margin-left: 256px;
    margin-top:-11px;
    padding: 10px 10px 5px 20px;
    position: absolute;
    width: 35px;
}*/

.box-item-price
{
    border-left: 75px solid transparent;
    border-top: 55px solid #C2D3EF;
    height: 0;
    margin-left: 245px;
    margin-top: -3px;
    position: absolute;
    width: 0;
}

.box-item-price-number
{
    color: #2E476E;
    font-size: 18px;
    margin-left: 268px;
    margin-top: 0px;
    position: absolute;
    text-align: center;
    width: 60px;
    z-index: 10;
}

/*headers titles*/

h1,h2,h3,h4,h5,h6
{
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    color:#2e476e;
}

.gold
{
    color:#f0aa00;
}

h1
{
    font-size:30px;
}

h2
{
    font-size:28px;
}

h3
{
    font-size:24px;
}

h4
{
    font-size:20px;
}

h5
{
    font-size:18px;
}

h6
{
    font-size:16px;
}

table
{
    width: 650px;
    /*border: solid 1px #2E476E;*/
    /*border-radius: 10px;*/
    border-collapse: collapse;
    box-shadow: 0 5px 5px #DDDDDD;
    margin-bottom: 10px;
}

table th
{
    background-color: #2E476E;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 15px;
    padding: 10px;
    vertical-align: middle;
}

table tr,
table tr:nth-child(even)
{
    background: none repeat scroll 0 0 #e0e7Ff;
}

table tr:nth-child(odd)
{
    background: none repeat scroll 0 0 #C2D3EF;
}

table td
{
    text-align: left;
    border: none; /*solid 1px #2E476E;*/
    font-size: 14px;
    padding: 10px;
    vertical-align: top;
}

pre code
{
	border-radius: 4px;
	background: #E7EEF2 !important; /*#DFEBFF !important;*/
    display: block;
    box-shadow: 2px 5px 5px #DDDDDD;
}

#submenu-arrows
{
    height: 18px;
}

#submenu-arrows a
{
    margin-right: 10px !important;
}

.enum-number
{
    background: none repeat scroll 0 0 #2E476E;
    border: 1px solid #C2D3EF;
    border-radius: 40px 40px 40px 40px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 7px;
    text-align: center;
}

.content-right img.no-zoom,
.content-right div.nvweb_answers img
{
    border: none;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    margin: 0px 2px;
}

.bar-gradient
{
    background: #f2f6ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f6ff 0%, #BAD7E9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6ff), color-stop(100%,#BAD7E9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f6ff 0%,#BAD7E9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f6ff 0%,#BAD7E9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f6ff 0%,#BAD7E9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f6ff 0%,#BAD7E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6ff', endColorstr='#BAD7E9',GradientType=0 ); /* IE6-9 */
}

a.special_link
{
    color: #002449;
    text-decoration: none;
}

a.special_link:hover
{
    color: #3A6084;
    opacity: .8;
}

#comments
{
    margin-top: 40px;
}

#comments h3,
h3.before-section
{
    border-bottom: solid 1px #2e476e;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

#marketplace-content h3.before-section
{
    margin-top: 30px;
    font-size: 20px;
    border: none;
}

.comments-reply
{
    margin-top: 15px;
}

/*
.comments-reply textarea
{
    background-color: #fcffff;
    border: 1px solid #C2D3EF;
    border-radius: 4px 4px 4px 4px;
    height: 100px;
    padding: 4px 4px 32px 42px;
    width: 93%;
    color: #0F2548;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    line-height: 16px;
    resize: vertical;
}
*/

.blog-post-comment textarea
{
    /*background-color: #F0F5FD;*/
    background-color: transparent;
    border: none;
    height: 100px;
    width: 100%;
    color: #0F2548;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    line-height: 16px;
    resize: vertical;
}

.content-right .comments-reply img.no-zoom
{
    position: absolute;
    margin: 8px 4px;
    opacity: 0.8;
}

/*
.comments-reply-submit-wrapper
{
    margin-top: -32px;
    text-align: right;
}
*/


.comments-reply-submit-wrapper
{
    margin-top: 12px;
    position: absolute;
}

.comments-reply input,
.comments-reply-submit,
.content-right a.comments-reply-submit
{
    background-color: #2E476E;
    border: 1px solid #2E476E;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 8px;
    /*margin: 4px 8px;*/
    margin-left: -6px;
    font-weight: normal;
}

.comments-reply input:hover,
.comments-reply-submit:hover,
.content-right a.comments-reply-submit:hover
{
   background-color: #4475B8;
}

.blog-post-comment
{
    background: #DBE7FA;
    border-radius: 4px;
    padding: 6px;
    overflow: auto;
    margin-bottom: 10px;
    font-size: 12px;
    width: 566px;
    color: #0F2548;
}

.blog-post-comment:nth-child(1)
{
    background: #e0ecff;
}

.item-comment-text
{
    text-align: left;
    color: #0F2548;
}

.blog-post-comment-image
{
    text-align: center;
    margin-bottom: 4px;
    width: 112px;
    float: left;

    background-image: url(../img/bulls-eye-64.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.content-right .blog-post-comment-image img.no-zoom
{
    /*margin: 0 auto !important;*/
    float: none !important;

    margin: 8px auto 0 auto !important;
    border-radius: 12px;
    opacity: .75;
}

.item-comment-text
{
    padding: 0px;
    float: left;
}

.element-comment
{
    margin-bottom: 10px;
}

.element-comment-arrow
{
    color: #DBE7FA;
    font-size: 17px !important;
    margin-left: -13px;
    margin-top: 1px;
    position: absolute;
}

.element-reply
{
    margin-bottom: 50px;
}

.element-reply .blog-post-comment
{
    background: #fff;
}

.element-reply .element-comment-arrow
{
    color: #fff;
}

.blog-entry
{
    border-bottom: 1px dotted #4C71AD;
    margin-bottom: 15px;
}

.blog-entry a
{
    font-weight: normal;
}

.blog-entry-image:hover
{
    background-color: #4C71AD;
    border-radius: 4px !important;
}

.blog-entry-image img
{
    margin: 0px !important;
    border-radius: 4px !important;
}

.blog-entry-image:hover img
{
    opacity: .9;
}

div.blog-entry-image:hover img
{
    opacity: 1;
}

.features-column
{
    width:290px;
    padding: 15px;
    float:left;
    margin-bottom: 30px;
}

.features-column img
{
    float: none;
}

.features-column-title
{
    font-size:18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.features-column-text
{
    text-align: justify;
    line-height: 22px;
}

.features-img img
{
    border-radius: 8px !important;
    border-top: 1px solid #F2F2F2 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}


/* MARKETPLACE ADDITIONAL STYLES */

#marketplace-content
{
    width: 700px;
    float: left;
}

.marketplace-items
{
    margin-left: -12px;
    padding: 2px;
}

.marketplace-item
{
    width: 220px;
    height: 240px;
    float: left;
    margin-left: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
}

.marketplace-item:hover
{
    opacity: .9;
    color: #009BDB;
}

.content-right.shop img.marketplace-item-small_image,
.content-right img.white_border
{
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #C3C2C3;
    line-height: 0;
    margin-bottom: 4px;
    padding: 8px;
    width: 205px;
    height: 145px;
    opacity: 1;
    transition: opacity 0.5s linear;
}

.content-right.shop .marketplace-item:hover img.marketplace-item-small_image
{
    opacity: 0.8;
    transition: opacity 0.5s linear;
    background-color: #fff;
}

.marketplace-item-details
{
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #C3C2C3;
    width: 220px;
}

.marketplace-item-title
{
    border-bottom: 1px solid #EAEAEA;
    color: #2E476E;
    font-size: 13px;
    font-weight: normal;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 212px;
    padding: 4px;
}

.marketplace-item-author
{
    width: 139px;
    float: left;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    padding: 4px;
}

.marketplace-item-price
{
    float: left;
    width: 65px;
    color: #2E476E;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 2px 4px 0px;
    text-align: right;
}


.sidebar-button-wrapper
{
    margin-bottom: 4px;
    margin-left: 5%;
    overflow: auto;
    width: 90%;
}

.sidebar-button-wrapper span
{
    font-size: 18px;
    background: #2E476E;
    padding: 0px;
    display: block;
    float: right;
    width: 54px;
    text-align: center;
    border-radius: 8px;
    border: solid 2px #2E476E;
    height: 26px;
    color: #fff;
}

.sidebar-button
{
    background-color: #009BDB;
    color: #FFFFFF !important;
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
    padding: 4px;
    text-align: center;
    width: 232px;
    border-radius: 8px;
}


#sidebar-buy-button,
.sidebar-buy-button
{
    /*background-color: #2E476E;*/
    /*background-color: #009BDB;*/

    background: #7393c3; /* Old browsers */
    background: -moz-linear-gradient(top,  #7393c3 0%, #2e476e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7393c3), color-stop(100%,#2e476e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7393c3 0%,#2e476e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7393c3 0%,#2e476e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7393c3 0%,#2e476e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7393c3 0%,#2e476e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7393c3', endColorstr='#2e476e',GradientType=0 ); /* IE6-9 */

    color: #FFFFFF;
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
    padding: 6px 4px;
    text-align: center;
    width: auto;
    border-radius: 4px;
    border: 1px solid #2E476E;
    /*float: left;*/
}

.sidebar-button:hover,
#sidebar-buy-button:hover,
.sidebar-buy-button:hover
{
    background: #2e476e; /* Old browsers */
    background: -moz-linear-gradient(top,  #2e476e 0%, #7393c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e476e), color-stop(100%,#7393c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2e476e 0%,#7393c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2e476e 0%,#7393c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2e476e 0%,#7393c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2e476e 0%,#7393c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e476e', endColorstr='#7393c3',GradientType=0 ); /* IE6-9 */
    
    /*
    background-color: #4475B8;
    border: solid 1px #2E476E;
    padding: 3px;
    */
}

.sidebar-buy-taxes-notice
{
    font-style: italic;
    font-size: 11px;
    text-align: right;
}

.content-right a.marketplace-item-button
{
    background: #2E476E;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 6px 4px;
    text-align: center;
    width: 686px;
    border-radius: 4px;
}

.content-right a.marketplace-item-button:hover
{
    background: #7393c3;
}

.sidebar-filter-label
{
    float: left;
    display: inline-block;
    width: 96px;
    clear: left;
    padding-bottom: 8px;
}

.sidebar-filter-value
{
    margin-bottom: 4px;
    margin-left: 8px;
    font-weight: bold;
    float: left;
}

.marketplace-content-image
{
    width: 690px;
    height: 300px;
    margin-top: 2px;
    margin-left: 0px;
    margin-bottom: 8px;
    background-color: #fff;
    padding: 2px;
    box-shadow: 0px 0px 3px #2E476E;
    display: block;
}

.content-right .marketplace-content-image img.no-zoom
{
    margin: 0px;
}

.marketplace-content-section
{
    margin-top: 20px;
    clear: both;
}

.marketplace-content-author
{
    font-size: 12px;
    color: #7393C3;
    cursor: pointer;
    margin-bottom: 20px;
}

.marketplace-content-author span
{
    color: #2E476E;
}

.marketplace-content-gallery .nv_gallery_item
{
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: 15px;
    padding: 2px;
    box-shadow: 0px 0px 3px #2E476E;
    display: inline-block;
    width: 105px;
    height: 79px;
    background-color: white;
}

.marketplace-content-gallery .nv_gallery_item:hover
{
    background-color: white;
    opacity: .85;
    box-shadow: 0px 0px 3px #000;
}

.content-right .marketplace-content-section li
{
    margin-bottom: 2px;
}

.marketplace-content-question
{
    color: #f0aa00;
    font-size: 16px;
    line-height: 16px;
    background-image: url("../img/lightbulb.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
}

.marketplace-content-answer
{
    margin-top: 12px;
    margin-bottom: 20px;
    margin-left: 5px;
    color: #2e476e;
    font-size: 14px;
    background-image: url("../img/edit.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
}


.content-right .paginator
{
    float: right;
}

.content-right .paginator span
{
    float: left;
    margin-left: 2px;
}

.content-right .paginator a
{
    float: left;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #C2D3EF;
    color: #0F2548;
    margin-left: 2px;
}

.content-right .paginator a:before,
.content-right .paginator a:after
{
    content: '';
}

.content-right .paginator a:hover
{
    color: #fff;
}

.content-right .paginator a.paginator-current
{
    background-color: #496694;
    color: #fff;
}

#iPnv-preview
{
    position:absolute;
    /*border:1px solid #ccc;
    background:#333;
    padding:5px;    */
    display:none;
    color:#fff;

    padding: 2px;
    box-shadow: 0px 0px 3px #2E476E;
    background-color: white;
    line-height: 0px;
}


.marketplace-featured-item
{
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #C3C2C3;
    line-height: 0;
    opacity: 1;
    padding: 8px;
    transition: opacity 0.5s linear 0s;
    display: block;
    float: left;
}

.marketplace-featured-item-small
{
    background: none repeat scroll 0 0 padding-box #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #C3C2C3;
    line-height: 0;
    opacity: 1;
    padding: 6px;
    transition: opacity 0.3s linear 0s;
    display: block;
    float: left;
}

.marketplace-featured-item-small span
{
    color: #FFFFFF;
    font-size: 24px;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 8px #000000;
    width: 205px;
    display: block;
    line-height: 45px;
    margin-top: 24px;
    background-color: rgba(127,127,127,0.3);
    margin-left: 2px;
}

.marketplace-featured-item:hover,
.marketplace-featured-item-small:hover
{
    opacity: .7;
}

.nvcms_form_section
{
    background: none repeat scroll 0 0 rgba(255,255,255,0.5);
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 12px;
    padding: 8px;
    box-shadow: 0 4px 4px -4px #3A5A8A;
    clear: both;
    overflow: auto;
}

.nvcms_form_section_error
{
    background: none repeat scroll 0 0 rgba(255, 212, 212, 0.5);
}

.nvcms_form_section_success
{
    background: none repeat scroll 0 0 rgba(212, 255, 212, 0.5);
}

.nvcms_form_section .nvweb_answers_ask_field input,
.nvcms_form_section .nvweb_answers_ask_field textarea
{
    width: 99%;
}

.nvcms_form_section .nvweb_answers_ask_field select
{
    width: 100%;
}

.nvweb_answers_ask_field_example
{
    color: #CCCCCC;
    float: right;
    font-size: 11px;
    font-style: italic;
}

.marketplace-box
{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 4px 4px -4px #3A5A8A;
    margin-top: -8px;
    padding: 8px 8px 1px;
}

.marketplace-box-content
{
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 0;
}

.content-right a.sidebar-tag
{
    display: block;
    float: left;
    padding: 4px 8px;
    border: solid 1px #fff;
    border-radius: 8px;
    margin: 0 4px 4px 0;
    font-weight: normal;
    background-color: #F5F7FB;
}

.nwmarketplace.nvcms_form_section a:hover
{
    opacity: .75;
}

.nvweb_answers_ask_field .select2-container
{
    width: 100%;

    border: 1px solid #C2D3EF;
    border-radius: 4px 4px 4px 4px;
    color: #0F2548;
    font-family: Tahoma;
    font-size: 12px;
    padding: 4px;
    background-color: #fff;
}

.select2-choices
{
    border: none !important;
    background: transparent !important;
}

.content-right ul > li.select2-search-field
{
    background-image:  none;
}

.content-right a.select2-search-choice-close:before,
.content-right a.select2-search-choice-close:after
{
    content: "";
}

.nwmarketplace_money_big
{
    text-align: center;
    font-size: 24px;
}

/* sceditor styles */
.content-right a.sceditor-button:before,
.content-right a.sceditor-button:after
{
    content: "";
}

div.sceditor-group
{
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.sceditor-container iframe
{
    margin: 0px;
}

.sceditor-container
{
    border: 1px solid #C2D3EF;
}

div.sceditor-toolbar
{
    border-bottom: 1px solid #C2D3EF;
}

button.stripe-button-el,
button.stripe-button-el span
{
    background: #2e476e !important;
    box-shadow: none !important;
    transition: all 0.3s;
}

button.stripe-button-el:hover,
button.stripe-button-el:hover span
{
    background: #7393c3 !important;
}

.file_upload_progress
{
    width: 100%;
    clear: both;
    overflow: auto;
    margin-left: 1px;
    display: none;
    color: #0a0a0a;
}

.file_upload_progress_status
{
    overflow: auto;
    text-align: right;
}

.file_upload_filename
{
    font-size: 11px;
    color: #0065af;
    font-family: Tahoma;
    font-weight: bold;
    /*float: left;*/
    margin-right: 16px;
}

.file_upload_percent
{
    font-size: 11px;
    color: #0065af;
    font-family: Tahoma;
    /*float: right;*/
}

.file_upload_progress_bar
{
    background: #7393c3;
    height: 2px;
    width: 0;
}


.file_upload_percent i
{
    color: #2f486e;
    font-size: 16px;
}