html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
body {
        background: #f8f4fd;
        font-family: 'Droid Sans', sans-serif;
        font-size: 14px;
        height: 100%;
        min-height: 100%;
        min-width: 980px;
        width: 100%;
        
} /* Hack retained to preserve specificity */
select, input, textarea, button {
	font:99% sans-serif;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
html {
        height: 100%;
	overflow-y: scroll;
}
a:hover, a:active {
	outline: none;
}
ul, ol {
	margin-left: 2em;
}
ol {
	list-style-type: decimal;
}
nav ul, nav li {
	list-style:none;
	list-style-image: none;
        margin: 0;
}
small {
	font-size: 85%;
}
strong, th {
	font-weight: bold;
}
td {
	vertical-align: top;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}
textarea {
	overflow: auto;
        resize: none;
}
.ie6 legend, .ie7 legend {
	margin-left: -7px;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}
button, input, select, textarea {
	margin: 0;
}
 input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
        border-radius: 1px;
        -moz-box-shadow: 0px 0px 5px red;
        -webkit-box-shadow: 0px 0px 5px red;
        box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
        background-color: #f0dddd;
}
*:focus, * {
        -moz-outline: none;
        ie-dummy: expression(this.hideFocus=true);
        outline: none;
}
::-moz-selection {
        background: #36F;
        color:#fff;
        text-shadow: none;
}
::selection {
	background:#FF5E99;
	color:#fff;
	text-shadow: none;
}
/* j.mp/webkit-tap-highlight-color */
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
a {
        color: #7466DD;
}
a:hover {
	text-decoration:none;
}
/**
 * Primary styles
 *
 * Author: 
 */
h1 { 
        font-size: 200%;
        margin: 0 0 15px;
}
h2, #content .entry-title, .widget-title {
        border-bottom: 3px solid #bcace0;
        color: #565656;
        font-family: 'Philosopher', sans-serif;
	font-size: 160%;
	margin: 15px 0 5px 0;
	padding: 0 0 5px;
}

.nav-previous, .nav_next {
	display: inline-block;
}
.nav-next{
	display: inline;
}
.entry-title a:hover {
        border-bottom: 1px solid #333;
}
.entry-title a {
	color: #111;
	text-decoration: none;
}
h3 {
        font-size: 130%;
	margin: 15px 0 5px 0;
}
h4 {
        border-bottom: 1px dotted #ddd;
        font: 20px 'Philosopher', sans-serif;
        margin: 0 0 10px;
        padding: 10px 0 5px;
}
.alligner {
    margin: 0 auto;
    position: relative;
    width: 980px;
}
.alligner:after, #main:after, #container:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
#container {
        height: auto !important;
        height: 100%;
	margin: 0 auto;
        min-height: 100%;
	width: 980px;
}
#main {
        background: #fff;
        border: 1px solid #d3cbdf;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
        box-shadow: 0 0 1px rgba(0,0,0,0.3);
        margin: 20px 0 0;
        padding: 25px 20px 141px 25px;
        position: relative;
        width: 933px;
}
#main.index {
        padding: 25px 15px 15px;
        width: 948px;
}
#body-top {
        background: url(../img/header_bg.gif) left center repeat-x;
        -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
        height: 121px;
        left: 0;
        min-width: 980px;
        position: absolute;
        top: 0;
        width: 100%;
}
/* ------------------------------- header style start ------------------------------- */
header {
	height: 121px;
	overflow: hidden;
	position: relative;
        width: 100%;
}
.logo {
        background: url(../img/logo_bg.jpg) center no-repeat;
        float: left;
	height: 119px;
        margin: 0 0 0 -20px;
        position: relative;
	width: 504px;
        z-index: 5;
}
.logo img {
        margin: 25px 0 0 70px;
}
header nav {
        position: absolute;
        right: 0;
        top: 40px;
        z-index: 10;
}
header nav li {
        color: #25163b;
	float: left;
	line-height: 20px;
}
header nav li a {
        color: #fff;
        display: block;
        padding: 2px 15px 7px;
        text-decoration: none;
}
header nav li.big a:hover, header nav li.big.current a {
        background: url(../img/current_bg.png) 0px -71px no-repeat;
}
header nav li.medium a:hover, header nav li.medium.current a {
        background: url(../img/current_bg.png) 0px -35px no-repeat;
}
header nav li.small a:hover, header nav li.small.current a {
        background: url(../img/current_bg.png) 3px 2px no-repeat;
}
/* -------------------------------- header style end -------------------------------- */
/* ------------------------------- pre-footer style start ------------------------------- */
#pre-footer {
    margin: 10px 0;
    overflow: hidden;
}
.block {
    background: #f3ecfc;
    border: 1px solid #d5cae8;
    float: left;
    min-height: 210px;
    padding: 0 20px 10px;
    width: 438px;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.block.first {
    margin: 0 20px 0 0;
}
.block h3 {
    color: #7156ad;
    font-family: 'Philosopher', sans-serif;
}
.block h3 a {
    color: #7156ad;
}
.block.first p {
    font-size: 95%;
    line-height: 130%;
    margin: 0 0 2px;
    text-indent: 10px;
}
.block p {
    color: #533476;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    margin: 0 0 15px;
}
.block p a {
    color: #a17bf7;
    text-decoration: underline;
}
.block p a:hover {
    text-decoration: none;
}
.block :last-child {
    margin-bottom: 0;
}
.link, .nav-previous a, .nav-next a, a.more-link {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #ddcaf9), color-stop(1, #c7acef));
    background-image: -moz-linear-gradient(top, #ddcaf9 30%, #c7acef 100%);
    background-image: -o-linear-gradient(top, #ddcaf9 30%, #c7acef 100%);
    background-image: -ms-linear-gradient(top, #ddcaf9 30%, #c7acef 100%);
    background-image: linear-gradient(top, #ddcaf9 30%, #c7acef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ddcaf9, endColorstr=#c7acef);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ddcaf9, endColorstr=#c7acef)";
    background-color: #c7acef;
    border: 1px solid #b39ed2;
    color: #191818;
    display: block;
    float: right;
    font-size: 11px;
    line-height: 10px;
    margin: 7px 0 0;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.link:hover, .nav-previous a:hover, .nav-next a:hover, a.more-link:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #c7acef), color-stop(1, #ddcaf9));
    background-image: -moz-linear-gradient(top, #c7acef 30%, #ddcaf9 100%);
    background-image: -o-linear-gradient(top, #c7acef 30%, #ddcaf9 100%);
    background-image: -ms-linear-gradient(top, #c7acef 30%, #ddcaf9 100%);
    background-image: linear-gradient(top, #c7acef 30%, #ddcaf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c7acef, endColorstr=#ddcaf9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#c7acef, endColorstr=#ddcaf9)";
    background-color: #ddcaf9;
}
.nav-previous a {
    float: left;
}
/* -------------------------------- pre-footer style end -------------------------------- */
/* ------------------------------- footer style start ------------------------------- */
footer {
        background: #2d273e;
        height: 71px;
        margin: -121px auto 0;
        min-width: 980px;
        padding: 50px 0 0;
        position: relative;
        width: 100%;
}
footer.index {
        margin: 0 auto;
}
footer.entry-meta {
        background: none;
        height: auto;
        margin: 0;
        padding: 0;
}
.copy {
        color: #76737d;
        float: left;
}
footer nav {
        float: right;
}
footer nav li {
        color: #25163B;
        display: inline;
        margin: 0 15px 0 0;
}
footer nav li a {
        color: #fff;
        text-decoration: none;
}
footer nav li a:hover {
        text-decoration: underline;
}
/* -------------------------------- footer style end -------------------------------- */
#content {
        float: left;
        overflow: hidden;
        width: 100%;
}
.page {
        overflow: hidden;
        padding: 0 360px 0 0;
}
.page.index {
        padding: 0 350px 0 0;
}
.page p {
        line-height: 135%;
        margin: 0 0 15px;
}
.page ul {
        margin: 0 0 15px 35px;
}
.page li {
        padding: 4px 0;
}
.page article {
        overflow: hidden;
        margin: 0 0 15px;
		width: 100%;
}
.page article h2 {
        font-size: 18px;
}
.page article p {
        font-size: 14px;
        margin: 0 0 5px;
}
#secondary h1 {
	font-size: 14px;
}
/* ------------------------------- Sidebar style start ------------------------------- */
.sidebar {
        background: url(../img/sidebar_bg.png) top left no-repeat;
        float: left;
        margin-left: -340px;
        margin-top: 10px;
        min-height: 600px;
        overflow: visible;
        padding: 0 0 0 10px;
        position: relative;
        width: 330px;
}
.sidebar .link {
        font-size: 12px;
        margin-top: 10px;
}
#social {
        margin: 0 0 15px;
        overflow: visible;
}
.left {
        float: left;
}
#search {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #cec2e0), color-stop(1, #a98fcf));
        background-image: -moz-linear-gradient(top, #cec2e0 20%, #a98fcf 100%);
        background-image: -o-linear-gradient(top, #cec2e0 20%, #a98fcf 100%);
        background-image: -ms-linear-gradient(top, #cec2e0 20%, #a98fcf 100%);
        background-image: linear-gradient(top, #cec2e0 20%, #a98fcf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cec2e0, endColorstr=#a98fcf);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#cec2e0, endColorstr=#a98fcf)";
        background-color: #a98fcf;
        border: 1px solid #b89edf;
        clear: both;
        margin: 0 0 10px;
        overflow: hidden;
        padding: 5px;
	position: relative;
        
        border-radius: 5px;
        -moz-border-radius: 5px;
}
#submitsearch, #searchsubmit {
        background: url(../img/search.png) center no-repeat;
        border: none;
        color: transparent;
	height: 38px;
	overflow: hidden;
	width: 45px;
}
#searchtext {
        background: #fff;
        border: 1px solid #baa6d7;
        -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3) inset;
        box-shadow: 0 0 3px 0 rgba(0,0,0,.3) inset;
        color: #353535;
        float: left;
	font-family: 'Philosopher', sans-serif;
        font-size: 115%;
        margin: 0 10px 0 0;
	padding: 8px 30px 8px 5px;
	width: 226px;
	
	border-radius: 5px;
        -moz-border-radius: 5px;
	
}
.help-center, .sidebar .widget, .widget-area .top-five {
        padding: 0 0 0 15px;
}
.help-center ul, .sidebar .widget ul {
        list-style-type: none;
        margin: 0;
}
.help-center li, .sidebar .widget li {
        color: #7249a1;
        padding: 3px 0;
}
.help-center li a, .sidebar .widget li a {
        color: #7249a1;
        text-decoration: none;
}
.help-center li a:hover, .sidebar .widget li a:hover {
        text-decoration: underline;
}
.help-center h3 {
    font-size: 21px;
    color:#565656;
}
.sidebar .widget li:before {
	display:inline; content:"\2192"; padding-right:5px
}
.top-five {
        overflow: hidden;
        padding: 0;
}
.top-five h3, .top-five .top-five-title {
    font-size: 21px;
    line-height: 40px;
    color:#565656;
}
.top {
        border-bottom: 1px dotted #ddd;
        clear: both;
        margin: 0 0 2px 5px;
        overflow: hidden;
        padding: 0 0 2px;
}
.value {
        background: #bea0d1;
        border-radius: 3px;
        color: #fff;
        float: left;
        font-size: 15px;
        height: 17px;
        padding: 9px 0;
        text-align: center;
        text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0px;
        width: 35px;
        
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}
.site {
        font-family: 'Philosopher', sans-serif;
        font-size: 16px;
        overflow: hidden;
        padding: 10px 0 0 10px;
}
.site a {
        float: left;
        padding: 0 5px 0 0;
        text-decoration: none;
}
.site a:hover {
        text-decoration: underline;
}
.site a.comm {
        color: #7d7d7d;
        display: inline-block;
        float: right;
        font-family: 'Droid Sans', sans-serif;
        font-size: 12px;
        padding: 3px 0 0;
}
.lastcom {
	clear: both;
        color: #000;
	padding: 10px 0 0; 
}
.lastcom.index {
       padding: 10px 0 0 15px;
}
.lastcom h3 {
    font-size: 20px;
    color:#565656;
}
.comment {
        background: url(../img/comment_bg.png) bottom no-repeat;
        border-bottom: 1px dotted #cdcdcd;
        font-size: 12px;
        overflow: hidden;
        padding: 15px 0;
}
.title {
        margin: 0 0 5px;
}
.username {
        font-weight: bold;
}
.sitename {
        display: inline-block;
        text-decoration: none;
}
.sitename:hover {
    text-decoration: underline;
}
.avatar {
        background: url(../img/avatar.png) center no-repeat;
	float: left;
        height: 38px;
	margin: 5px 0 0 5px;
        width: 38px;
}
.comtext {
        color: #47405c;
        font-size: 105%;
	padding: 0 0 0 65px;
}
/* -------------------------------- Sidebar style end -------------------------------- */
.aadv a {
	display:block;
	float:left;
	margin:0 7px 5px 0;
	zoom:1;
}
.ie6 .aadv a {
	margin:0 4px 4px 0;
}
.links .lasta {
	padding:0;
}
.widget {
	margin:10px 0;
}
.inners {
	padding:10px;
	margin: 1px;
}
table.one th {
	width:50%;
	border-top:#898989;
	border-right:1px solid #a6a6a6;
	border-bottom:1px solid #a6a6a6;
	padding:3px 0 4px 77px;
	font-size:14px;
	background-position: 53px 5px;
}
table.one td {
	border-right:1px solid #ffffff;
	border-left:1px solid #e9e9e9;
	background:#f6f6f6;
	padding:2px 5px;
}
table.one th.total {
	background:#ffa200;
	color:#fff;
}
.one td.rightbot {
	background:#ffd400;
}
.links {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
.links a {
	padding-right:8px;
}
.servicebig {
        margin: 0 0 10px;
        min-height: 270px;
        overflow: hidden;
}
.servicebig a.title {
        display: inline-block;
        font: 160% 'Philosopher', sans-serif;
        text-decoration: none;
}
.servicebig a.title:hover {
        text-decoration: underline;
}
.serviceinner .link {
        margin: 15px 0 0;
}
.service-info {
        overflow: hidden;
        padding: 5px 0 0 10px;
}
.service-info .star {
        float: left;
        margin: 5px 0 5px 15px;
}
.ratea {
        clear: both;
        overflow: hidden;
        text-align: right;
}
.ratea .btn-rate {
        float: right;
        margin: 10px 0;
}
.brief-description {
        clear: both;
        overflow: hidden;
        margin: 0 0 10px;
}
.brief-description p {
        margin: 0;
}
.tools {
        overflow: hidden;
        padding: 0 0 0 10px;
        text-align: right;
}
.tools .commentsa {
        padding: 0 0 0 20px;
}
#PageChelenger {
        overflow: hidden;
        margin: 10px 0 0;
        text-align: center;
}
#CounterPages {
        margin: 0 0 0 10px;
}
#conactform #contactform_code_errorloc, #siteform #siteform_code_errorloc {
        display: block;
        margin: 5px 0 0 248px;
}
#conactform div, #siteform div {
        margin: 10px 0 0;
}
#dialog h2 {
        margin-bottom: 10px;
}
#dialog label, #starsText {
        color: #71657e;
        cursor: text;
        font: bold 13px 'Droid Sans', sans-serif;
        margin: 0 0 5px;
        overflow: hidden;
        width: auto;
}
#starsText {
        margin: 5px 0 0 5px;
}
#dialog input[type="text"], #dialog textarea {
        border: 1px solid #d5d5d5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
        padding: 5px;
}
.service {
	float:left;
	width:210px;
	overflow:hidden;
	margin:0 10px;
}
.first {
	margin:0 10px 0 0;
}
.clr {
	clear:both;
}
.list .image {
	position:absolute;
	top:0;
	left:0;
	width:210px;
	height:170px;
	overflow:hidden;
	border:1px solid #909090;
}
ul.faq {
        border-bottom: 1px solid #ededed;
        font-weight: bold;
        list-style-type: circle;
        margin: 0;
        padding: 10px 0 15px 35px;
}
.image-block {
	float: left;
	overflow: hidden;
	width: 290px;
	padding-left:0;
	padding-right:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.image {
	border: 3px solid #f8f4fd;
	border-radius: 3px;
	box-shadow: 0px 0px 4px rgba(151,138,180,0.75);
	display: block;
	height: 203px;
	margin: 5px 3px 10px;
	overflow: hidden;
	padding: 3px;
	position: relative;
}
.image img {
        height: 100%;
        width: 100%;
}
.image span {
        background: url(../img/sprites.png) left -350px no-repeat;
        bottom: 0;
        height: 23px;
        position: absolute;
        right: 0;
        width: 23px;
        z-index: 5;
}
.info {
        padding: 0 0 0 300px;
}
.info h2 {
        border-bottom-color: #fcc656;
        font-size: 180%;
        margin: 0 0 5px;
        word-wrap: break-word;
}
.rating {
        border-bottom: 1px dotted #e9e9e9;
        margin: 0 10px 0 0;
        overflow: hidden;
        padding: 5px 0;
}
.rating .value {
        font-size: 20px;
        height: 24px;
        padding: 13px 0;
        width: 50px;
}
.star {
        background: url(../img/stars.png) left -24px repeat-x;
        height: 25px;
        margin: 5px 0 5px 60px;
        width: 125px;
}
.star div {
        background: url(../img/stars.png) left 0px repeat-x;
        height: 24px;
        overflow: hidden;
        width: 100%;
}
.rating .sitename {
        cursor: pointer;
        font-size: 12px;
        margin: 0 0 0 10px;
}
.other_info {
        border-bottom: 1px dotted #e9e9e9;
        color: #47405c;
        font: 15px 'Philosopher', sans-serif;
        margin: 0 10px 0 0;
        overflow: hidden;
        padding: 5px 0;
}
.other_info span {
        color: #978ab4;
        display: inline-block;
        font: bold 17px 'Droid Sans', sans-serif;
        padding: 0 12px 0 0;
        text-align: center;
        width: 50px;
}
.btn-rate {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #fbd68a), color-stop(1, #fdad00));
        background-image: -moz-linear-gradient(top, #fbd68a 20%, #fdad00 100%);
        background-image: -o-linear-gradient(top, #fbd68a 20%, #fdad00 100%);
        background-image: -ms-linear-gradient(top, #fbd68a 20%, #fdad00 100%);
        background-image: linear-gradient(top, #fbd68a 20%, #fdad00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fbd68a, endColorstr=#fdad00);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fbd68a, endColorstr=#fdad00)";
        background-color: #fdad00;
        border: 1px solid #cc8222;
        border-radius: 3px;
        color: #262231;
        cursor: pointer;
        display: block;
        float: left;
        font-size: 12px;
        height: 14px;
        margin: 0;
        padding: 5px 13px;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        width: 120px;
}
.btn-rate:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #fdad00), color-stop(1, #fbd68a));
        background-image: -moz-linear-gradient(top, #fdad00 20%, #fbd68a 100%);
        background-image: -o-linear-gradient(top, #fdad00 20%, #fbd68a 100%);
        background-image: -ms-linear-gradient(top, #fdad00 20%, #fbd68a 100%);
        background-image: linear-gradient(top, #fdad00 20%, #fbd68a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fdad00, endColorstr=#fbd68a);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fdad00, endColorstr=#fbd68a)";
        background-color: #fbd68a;
}
.btn-see, .btn-widget {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ddcaf9), color-stop(1, #c7acef));
        background-image: -moz-linear-gradient(top, #ddcaf9 50%, #c7acef 100%);
        background-image: -o-linear-gradient(top, #ddcaf9 50%, #c7acef 100%);
        background-image: -ms-linear-gradient(top, #ddcaf9 50%, #c7acef 100%);
        background-image: linear-gradient(top, #ddcaf9 50%, #c7acef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ddcaf9, endColorstr=#c7acef);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ddcaf9, endColorstr=#c7acef)";
        background-color: #c7acef;
        border: 1px solid #b39ed2;
        border-radius: 3px;
        color: #3f3d4e;
        cursor: pointer;
        display: block;
        float: right;
        font-size: 12px;
        height: 14px;
        margin: 0 0 0 15px;
        padding: 5px 0px;
        text-align: center;
        text-decoration: none;
        width: 110px;
}
.btn-see:hover, .btn-widget:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #c7acef), color-stop(1, #ddcaf9));
        background-image: -moz-linear-gradient(top, #c7acef 50%, #ddcaf9 100%);
        background-image: -o-linear-gradient(top, #c7acef 20%, #ddcaf9 100%);
        background-image: -ms-linear-gradient(top, #c7acef 20%, #ddcaf9 100%);
        background-image: linear-gradient(top, #c7acef 20%, #ddcaf9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c7acef, endColorstr=#ddcaf9);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#c7acef, endColorstr=#ddcaf9)";
        background-color: #ddcaf9;
}
.btn-see {
	margin:10px 0;
	margin-bottom:10px;
	color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A890CF), color-stop(1, #403255));
	background-image: -moz-linear-gradient(top, #A890CF 0%, #403255 100%);
	background-image: -o-linear-gradient(top, #A890CF 0%, #403255 100%);
	background-image: -ms-linear-gradient(top, #A890CF 0%, #403255 100%);
	background-image: linear-gradient(top, #A890CF 0%, #403255 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#A890CF, endColorstr=#403255);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#A890CF, endColorstr=#403255)";
	border:1px solid #9a84bc;
	border-top-color: #a58dc9;
	border-bottom-color: #403255;
	width:100%;
	height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:15px;padding-right:15px; float:none; clear: both; display:inline-block;
	word-wrap: break-word;
}
.btn-see:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #403255), color-stop(1, #A890CF));
	background-image: -moz-linear-gradient(top, #403255 0%, #A890CF 100%);
	background-image: -o-linear-gradient(top, #403255 0%, #A890CF 100%);
	background-image: -ms-linear-gradient(top, #403255 0%, #A890CF 100%);
	background-image: linear-gradient(top, #403255 0%, #A890CF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#403255, endColorstr=#A890CF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#403255, endColorstr=#A890CF)";
	border-top-color: #403255;
	border-bottom-color: #a58dc9;
}
.popup_window_bg {
        background-color: #000;
        display: none;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 1000;
}
.popup_window {
        background-color: #F7F7F8;
        border: 1px solid #D3CBDF;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: none;
        overflow: hidden;
        padding: 10px;
        position: fixed;
        width: 600px;
        z-index: 1100;
}
.popup_window h2, .popup_window .popup-window-title {
        margin: 0 0 15px;
        position: relative;
}
.popup_window h2 a, .popup_window .popup-window-title a {
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        position: absolute;
        right: 0;
        text-decoration: none;
        top: 0;
}
.popup_window .popup-window-title {
    font-size: 18px !important;
}
#ButtonShower {
        overflow: hidden;
}
.updated {
        color: #6f6d7c;
        font-size: 12px;
        overflow: hidden;
        padding: 10px 0 0 15px;
        text-align: right;
}
.updated div {
        background: url(../img/sprites.png) left 0 no-repeat;
        float: left;
        height: 20px;
        padding: 0 0 0 25px;
}
.updated span {
        font-weight: bold;
}
.no_appruve_warning {
        background: #FDF3C4 url(../img/sprites.png) 9px -300px no-repeat;
        border: 1px solid #e4d590;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        clear: both;
        font-size: 12px;
        margin: 10px 0;
        padding: 10px 0 10px 40px;
}
.service-features {
        border: 1px solid #d5d3da;
        border-radius: 5px;
        margin: 10px 0;
        overflow: hidden;
        clear:both;
}
.service-features h2 {
        background: #f5f0fd url(../img/sprites.png) 10px -78px no-repeat;
        border-bottom: 1px dotted #d5d3da;
        color: #47405c;
        font-size: 140%;
        margin: 0;
        padding: 13px 0 10px 50px;
}
.service-features div {
        overflow: hidden;
}
.service-features div.color {
        background: #f8f8f8;
}
.name-service {
        color: #3d3d3d;
        float: left;
        font-size: 95%;
        font-weight: bold;
        padding: 14px 0;
        text-align: right;
        width: 145px;
}
.example-service {
        font-size: 85%;
        padding: 10px 0 10px 5px;
}
.example-service span {
        display: inline-block;
        margin: 0 5px;
        overflow: hidden;
        padding: 5px 0 5px 20px;
}
.paypal {
        background: url(../img/sprites.png) left -128px no-repeat;
}
.payment-card {
        background: url(../img/sprites.png) left -148px no-repeat;
}
.moneybookers {
        background: url(../img/sprites.png) left -253px no-repeat;
}
.ssl {
        background: url(../img/sprites.png) left -171px no-repeat;
}
.money-back {
        background: url(../img/sprites.png) left -194px no-repeat;
}
.mcaffe {
        background: url(../img/sprites.png) left -276px no-repeat;
}
.payment-in-parts {
        background: url(../img/sprites.png) left -216px no-repeat;
}
.discount {
        background: url(../img/sprites.png) left -238px no-repeat;
}
.desc {
        color: #47405c;
	font: 13px 'Droid Sans', sans-serif;
	margin: 5px 0 25px;
}
.descsec {
        padding: 0 5px;
}
h2.pagetitle {
        margin-bottom: 15px;
}
.title-comments {
        background: url(../img/sprites.png) 5px -40px no-repeat;
        border-bottom-color: #fcc656;
        color: #010101;
        margin: 0 0 15px;
        padding: 5px 0 10px 45px;
        font-size: 21px;
}
.comsec {
        overflow: hidden;
}
.onecomment {
	background: #f7f7f8;
        border: 1px solid #d5d5d5;
        border-radius: 3px;
        margin: 15px 0 0;
        overflow: hidden;
        
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}
.onecomment p {
        margin: 0;
        padding: 15px;
}
.userinfo {
        float: left;
        font-weight: normal;
        margin: 0;
        padding: 15px 10px;
        text-align: center;
        width: 70px;
}
.onecomment .userinfo .username {
        color: #010101;
        font-size: 12px;
        margin: 0 0 10px;
        word-wrap: break-word;
}
.userinfo .avatar {
        float: none;
        margin: 0 auto;
}
.commentinfo {
        border-left: 1px solid #d5d5d5;
        color: #7a7070;
        float: left;
        font-size: 12px;
        padding: 15px 10px 15px 10px;
        width: 460px;
}
.note {
        margin: 0 0 15px;
        overflow: hidden;
        text-align: right;
}
.user-note {
        float: left;
        font-size: 15px;
        font-weight: bold;
        overflow: hidden;
        text-align: left;
}
.user-note p {
        float: left;
        padding: 0;
}
.user-note p span {
        color: #010101;
        margin: 0;
}
.user-note .stars {
        background: url(../img/stars_vote.png) left 0 repeat-x;
        float: left;
        height: 17px;
        margin: 0 0 0 10px;
        width: 81px;
}
.user-note .stars div {
        background: url(../img/stars_vote.png) left -17px repeat-x;
        height: 17px;
}
.note span {
        display: inline-block;
        margin: 3px 0 0;
}
.comments {
        border: 0;
        color: #47405c;
        font-size: 13px;
        padding: 0 0 15px;
}
.papper-type span {
        color: #47405c;
        font-weight: bold;
        
}
.papper-type p.revievcomment {
        margin: 0;
        padding: 0;
        text-align: right;
}
.papper-type p.revievcomment a {
        padding: 0 0 0 10px;
}
.page input, .page textarea {
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #fafafa;
	border-right:1px solid #fafafa;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
	background:#f6f6f6;
	padding:10px;
	font-size:14px;
	width:222px;
}
label {
        display: inline-block;
	padding: 10px 10px 0px 0px;
        width: 100px;
}
.page textarea {
	margin:15px 15px 15px 0px;
	width:550px;
}
/*.addcomment {
        background-color: #fcfaff;
        border: 1px solid #d5d5d5;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #71657e;
        font: 12px bold 'Droid Sans', sans-serif;
        margin: 15px 0 0;
        overflow: hidden;
        padding: 15px 20px;
}
.addcomment h2 {
        border-bottom: 1px dotted #ddd;
        color: #6c6387;
        font: 20px 'Philosopher', sans-serif;
        margin: 0 0 10px;
}
.addcomment .userinfo {
        overflow: hidden;
        padding: 0;
        width: 220px;
}
.addcomment .userinfo p, .addcomment .commentinfo p {
        font-weight: bold;
        margin: 0 0 5px;
        text-align: left;
        text-indent: 3px;
}
.addcomment .userinfo input, .addcomment .commentinfo textarea {
        background: #fff;
        border: 1px solid #d5d5d5;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 0 0 5px;
        padding: 6px 2px;
        width: 214px;
}
.addcomment .commentinfo {
        border: none;
        font-weight: bold;
        overflow: hidden;
        padding: 0 0 0 20px;
        width: 290px;
}
.addcomment .commentinfo textarea {
        min-height: 150px;
        width: 284px;
}
.addcomment .submit {
        clear: both;
        overflow: hidden;
        padding: 20px 0 0;
}*/
.submit {
        clear: both;
        overflow: hidden;
        padding: 15px 0 0;
}
.submit .btn-add {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #fbd68a), color-stop(1, #fdad00));
        background-image: -moz-linear-gradient(top, #fbd68a 30%, #fdad00 100%);
        background-image: -o-linear-gradient(top, #fbd68a 30%, #fdad00 100%);
        background-image: -ms-linear-gradient(top, #fbd68a 30%, #fdad00 100%);
        background-image: linear-gradient(top, #fbd68a 30%, #fdad00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fbd68a, endColorstr=#fdad00);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fbd68a, endColorstr=#fdad00)";
        background-color: #fdad00;
        border: 1px solid #cc8222;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #262231;
        cursor: pointer;
        float: right;
        font: bold 14px 'Droid Sans', sans-serif;
        outline: none;
        padding: 6px;
        text-align: center;
        width: 120px;
}
.submit .btn-add:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #fdad00), color-stop(1, #fbd68a));
        background-image: -moz-linear-gradient(top, #fdad00 30%, #fbd68a 100%);
        background-image: -o-linear-gradient(top, #fdad00 30%, #fbd68a 100%);
        background-image: -ms-linear-gradient(top, #fdad00 30%, #fbd68a 100%);
        background-image: linear-gradient(top, #fdad00 30%, #fbd68a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fdad00, endColorstr=#fbd68a);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fdad00, endColorstr=#fbd68a)";
        background-color: #fbd68a;
}
#dialog .submit {
        text-align: center;
}
#dialog .submit .btn-add {
        float: none;
}
/* --------------------------- Tabs style ---------------------------------------- */
.ratinsec {
        margin: 0 0 25px;
        overflow: hidden;
        position: relative;
}
#tabs {
        background: none;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-family: 'Droid Sans', sans-serif;
        padding: 3px;
}
#tabs ul {
        background: none;
        border: none;
        border-bottom: 3px solid #f1b60e;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-family: 'Philosopher', sans-serif;
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0 15px;
}
#tabs ul li {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #f7f7f7), color-stop(1, #ececec));
        background-image: -moz-linear-gradient(top, #f7f7f7 55%, #ececec 100%);
        background-image: -o-linear-gradient(top, #f7f7f7 55%, #ececec 100%);
        background-image: -ms-linear-gradient(top, #f7f7f7 55%, #ececec 100%);
        background-image: linear-gradient(top, #f7f7f7 55%, #ececec 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f7f7f7, endColorstr=#ececec);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f7f7f7, endColorstr=#ececec)";
        background-color: #ececec;
        border: 1px solid #d5d5d5;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        float: left;
        margin: 0 3px 0 0;
        top: 5px;
}
#tabs ul li.ui-tabs-selected {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.55, #fbd68a), color-stop(1, #fdad00));
        background-image: -moz-linear-gradient(top, #fbd68a 55%, #fdad00 100%);
        background-image: -o-linear-gradient(top, #fbd68a 55%, #fdad00 100%);
        background-image: -ms-linear-gradient(top, #fbd68a 55%, #fdad00 100%);
        background-image: linear-gradient(top, #fbd68a 55%, #fdad00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fbd68a, endColorstr=#fdad00);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fbd68a, endColorstr=#fdad00)";
        background-color: #fdad00;
        border: 1px solid #cc8222;
        top: 0;
}
#tabs ul li a {
        color: #515151;
        display: block;
        font-size: 20px;
        font-weight: normal;
        padding: 8px 20px;
        text-decoration: none;
}
#tabs ul li.ui-tabs-selected a {
        color: #181818;
        padding: 10px 20px;
}
#tabs #top-rated, #newly-added, #low-rated {
        overflow: hidden;
        padding: 20px 5px 0;
}
#tabs .preview {
        border-bottom: 1px solid #d5d5d5;
        clear: both;
        margin: 0 0 10px;
        overflow: hidden;
        padding: 5px 0 15px;
        position: relative;
}
.preview .image-block {
        background-color: #f4f5f6;
        width: 150px;
        padding-left:0;
        padding-right:0;
}
.preview .image-block .image {
        border: 1px solid #d6dadf;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 147px;
        margin: 0;
}
.preview .image-block .image span {
        bottom: 2px;
        right: 2px;
}
.preview .info {
        float: left;
        overflow: hidden;
        padding: 0 0 0 10px;
        width: 270px;
}
.preview .rating {
        border-bottom: 1px dotted #e2e2e2;
        font-weight: bold;
        margin: 0;
        padding: 0 0 10px;
}
.preview .value {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.45, #f0b60d), color-stop(1, #bc9315));
        background-image: -moz-linear-gradient(top, #f0b60d 45%, #bc9315 100%);
        background-image: -o-linear-gradient(top, #f0b60d 45%, #bc9315 100%);
        background-image: -ms-linear-gradient(top, #f0b60d 45%, #bc9315 100%);
        background-image: linear-gradient(top, #f0b60d 45%, #bc9315 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f0b60d, endColorstr=#bc9315);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f0b60d, endColorstr=#bc9315)";
        background-color: #bc9315;
        font-size: 20px;
        margin: 0 15px 0 0;
        padding: 25px 0 1px;
        position: relative;
}
.preview .value span {
        background: url(../img/stars.png) left 0px no-repeat;
        display: block;
        height: 24px;
        left: 12px;
        position: absolute;
        top: 2px;
        width: 25px;
}
.preview .sitename {
	color: #7249a1;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 5px 0;
	word-wrap: break-word;
}

.preview h1.sitename {
    padding:0 0 5px 0 !important;
    line-height: 15px;
}
.preview .sitename:hover {
        text-decoration: none;
}
.preview .sitelink {
        color: #7466dd;
        display: block;
        font-size: 12px;
        font-weight: normal;
        word-wrap: break-word;
}
.preview .other_info {
        margin: 0;
}
.preview .other_info span {
        padding: 0 15px 0 0;
}
.last {
        border: none;
}
.preview .service-info {
        float: left;
        padding: 0 0 0 10px;
        width: 140px;
}
.preview .updated {
        color: #5f5f5f;
        margin: 0 0 10px;
        padding: 0;
        text-transform: capitalize;
        white-space: nowrap;
}
.preview .comments {
        background: url(../img/sprites.png) 30px 2px no-repeat;
        color: #7466dd;
        display: block;
        font-size: 12px;
        margin: 0 0 10px;
        overflow: hidden;
        padding: 3px 0 3px 25px;
        text-align: right;
        text-decoration: none;
}
.preview .comments:hover {
        text-decoration: underline;
}
.preview .additinal-features {
        background-color: #f8f8f8;
        border: 1px solid #ededed;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #5f5f5f;
        margin: 0 0 30px;
        overflow: hidden;
        padding: 8px 10px;
        text-align: center;
}
.preview .additinal-features h3 {
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 5px;
        white-space: nowrap;
}
.preview .additinal-features-body {
        padding: 0 20px;
        text-align: left;
}
.preview .additinal-features span {
        display: inline-block;
        height: 20px;
        margin: 0 0 0 5px;
        width: 20px;
}
.preview .link {
        bottom: 15px;
        font-size: 12px;
        margin: 0;
        position: absolute;
        right: 2px;
        width: 86px;
}
.list-of-all {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #fbd68a), color-stop(1, #fdad00));
        background-image: -moz-linear-gradient(top, #fbd68a 30%, #fdad00 100%);
        background-image: -o-linear-gradient(top, #fbd68a 30%, #fdad00 100%);
        background-image: -ms-linear-gradient(top, #fbd68a 30%, #fdad00 100%);
        background-image: linear-gradient(top, #fbd68a 30%, #fdad00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fbd68a, endColorstr=#fdad00);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fbd68a, endColorstr=#fdad00)";
        background-color: #fdad00;
        border: 1px solid #cc8222;
        -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        color: #262231;
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 0 5px;
        padding: 7px 17px;
        text-decoration: none;
}
.list-of-all:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #fdad00), color-stop(1, #fbd68a));
        background-image: -moz-linear-gradient(top, #fdad00 30%, #fbd68a 100%);
        background-image: -o-linear-gradient(top, #fdad00 30%, #fbd68a 100%);
        background-image: -ms-linear-gradient(top, #fdad00 30%, #fbd68a 100%);
        background-image: linear-gradient(top, #fdad00 30%, #fbd68a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fdad00, endColorstr=#fbd68a);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fbd68a, endColorstr=#fbd68a)";
        background-color: #fbd68a;
}
/* ------------------------- Tabs style end -------------------------------------- */
#commentform {
	margin:30px 0;
}
#submitcomment {
	margin-left: 25px;
}
.myButton {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #ddcaf9), color-stop(1, #c7acef));
        background-image: -moz-linear-gradient(top, #ddcaf9 30%, #c7acef 100%);
        background-image: -o-linear-gradient(top, #ddcaf9 30%, #c7acef 100%);
        background-image: -ms-linear-gradient(top, #ddcaf9 30%, #c7acef 100%);
        background-image: linear-gradient(top, #ddcaf9 30%, #c7acef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ddcaf9, endColorstr=#c7acef);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ddcaf9, endColorstr=#c7acef)";
        background-color: #c7acef;
        border: 1px solid #B39ED2;
        -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        color: #191818;
	display: inline-block;
	font-size:18px;
	padding: 6px 24px;
	text-decoration: none;
}
.myButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #c7acef), color-stop(1, #ddcaf9));
        background-image: -moz-linear-gradient(top, #c7acef 50%, #ddcaf9 100%);
        background-image: -o-linear-gradient(top, #c7acef 20%, #ddcaf9 100%);
        background-image: -ms-linear-gradient(top, #c7acef 20%, #ddcaf9 100%);
        background-image: linear-gradient(top, #c7acef 20%, #ddcaf9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c7acef, endColorstr=#ddcaf9);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#c7acef, endColorstr=#ddcaf9)";
        background-color: #ddcaf9;
}
.myButton:active {
	position: relative;
	top: 1px;
}
/* The *normal* state styling */
#hintBlock {
    position:absolute;
    z-index:500;
    background:rgba(255, 255, 255, .9);
    border:1px solid #999;
    padding:2px 5px;
    border-radius:3px;
    -moz-border-radius:3px;
    display:none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.help {
	cursor:pointer;
	float:right;
}
.textwidget {
        margin: 20px 0 0;
        text-align: center;
}
#comments {
        margin: 10px 0;
}
/* For image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1
}

 @media all and (orientation:portrait) {
/* Style adjustments for portrait mode goes here */

}
 @media all and (orientation:landscape) {
/* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
 @media print {
    * {
            background: transparent !important;
            color: black !important;
            text-shadow: none !important;
            filter:none !important;
            -ms-filter: none !important;
    } /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited {
            color: #444 !important;
            text-decoration: underline;
    }
    a[href]:after {
            content: " (" attr(href) ")";
    }
    abbr[title]:after {
            content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
            content: "";
    }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
    }
    thead {
            display: table-header-group;
    } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img {
            page-break-inside: avoid;
    }

    @page {
    margin: 0.5cm;
    }

    p, h2, h3 {
            orphans: 3;
            widows: 3;
    }

    h2, h3 {
            page-break-after: avoid;
    }
}
.revievcomment{
    float: right;
    font-size:13px;
}
/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
    background-color: #fcfaff;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    color: #333;
    display: none;
    left: 0;
    padding: 12px;
    position: absolute;
    top: 0;
    width: 374px;
}
.jqmWindow h1 {
    border-bottom: 3px solid #BCACE0;
    padding-bottom: 5px;
}
.jqmWindow h2 {
    border: none;
    padding-bottom: 0;
}
#SelectTypeWork {
    border: 1px solid #d5d5d5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}
.jqmOverlay {background-color: #000;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jqModal {
    cursor:pointer;
}
.jqmClose {
    float: right;
    font-family: 'Philosopher', sans-serif;
    cursor: pointer;
}
#forajaxstars {
    height:50px;
}
.error_strings {
    color:#EE2222;
}
.website_owners_click_here {
        color: #7249A1;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        position: absolute;
        right: 3px;
        text-decoration: underline;
        text-transform: capitalize;
        top: 30px;
}
.website_owners_click_here:hover {
        text-decoration: none;
}
.crypto-images {
	margin-bottom:-13px;
	margin-right:3px;
}
.errorInputText {
	color:#AA0000;
        font-size: 12px;
        font-weight: normal;
        margin: 0;
}
td .errorInputText {
        margin: 0;
}
#siteform_usercomment_errorloc {
        display: inline-block;
}
.red {
	color:#FF0000;
}
.comment_rating_bar {
	border-top: dotted 1px #888;
	margin-left: -15px;
	margin-right:-15px;
	height:24px;
}
.comment_rating_bar_content {
	padding: 10px 10px;
	float:right;
}
.ansver {
	padding-top:8px;
	font-weight:normal;
	font-style:italic;
}
.question {
	cursor:pointer;
}
.question:hover {
	text-decoration:underline;
}
#popup .textblock {clear: both; margin: 0 0 10px 60px; width: 345px;}
.textblock input {float: left; margin: 3px 5px 25px 0;}
#popup2 {line-height:0 !important; height:0 !important; min-height:0 !important; overflow: hidden; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* jQuery UI CSS Framework 1.8.16 */

/* Component containers
----------------------------------*/
.ui-widget { /*font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em;*/ }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { /*font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em;*/ }
.ui-widget-content { border: 1px solid #609DCA; background: #f2f5f7 url(../img/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; /*color: #362b36;*/ }
.ui-widget-content a { color: #362b36; }
.ui-widget-header { border-bottom: 1px solid #cacaca; -moz-border-radius: 0 !important; -khtml-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; background: url('../img/question-pic.png') no-repeat 10px 5px; /*background: #609DCA url(../img/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x*/; color: #000; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #aed0ea; background: #d7ebf9 url(../img/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2779aa; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2779aa; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #74b2e2; background: #e4f1fb url(../img/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #0070a3; }
.ui-state-hover a, .ui-state-hover a:hover { color: #0070a3; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #2694e8; background: #3baae3 url(../img/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../img/ui-icons_72a7cf_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../img/ui-icons_72a7cf_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../img/ui-icons_72a7cf_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../img/ui-icons_3d80b3_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../img/ui-icons_2694e8_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../img/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../img/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../img/ui-icons_ffffff_256x240.png); }

/* positioning */

.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(../img/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(../img/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/* jQuery UI Dialog 1.8.16  */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; background: #EDEDED; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; min-height: 45px; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 55px; font-size:16px; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 0; background: #EDEDED; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { text-align: center; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog-buttonpane button {padding:3px 15px; background:#609DCA; color:#fff; border:1px solid #4f8cba; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-weight:700;}

/* ------------------------------------------------- jquery.qtip.min.css ------------------------------------------------ */
.ui-tooltip, .qtip {
	position:absolute;
	left:-28000px;
	top:-28000px;
	display:none;
	max-width:280px;
	min-width:50px;
	font-size:12px;
	line-height:12px;
}
.ui-tooltip-fluid {
	display:block;
	visibility:hidden;
	position:static!important;
	float:left!important;
}
.ui-tooltip-content {
	position:relative;
	padding:5px 9px;
	overflow:hidden;
	border:1px solid #000001;
	text-align:left;
	word-wrap:break-word;
	overflow:hidden;
}
.ui-tooltip-titlebar {
	position:relative;
	min-height:14px;
	padding:5px 35px 5px 10px;
	overflow:hidden;
	border:1px solid #000001;
	border-width:1px 1px 0;
	font-weight:bold;
}
.ui-tooltip-titlebar+.ui-tooltip-content {
	border-top-width:0!important;
}/*!Default close button class */
.ui-tooltip-titlebar .ui-state-default {
	position:absolute;
	right:4px;
	top:50%;
	margin-top:-9px;
	cursor:pointer;
	outline:medium none;
	border-width:1px;
	border-style:solid;
}
* html .ui-tooltip-titlebar .ui-state-default {
	top:16px;
}
.ui-tooltip-titlebar .ui-icon, .ui-tooltip-icon .ui-icon {
	display:block;
	text-indent:-1000em;
}
.ui-tooltip-icon, .ui-tooltip-icon .ui-icon {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ui-tooltip-icon .ui-icon {
	width:18px;
	height:14px;
	text-align:center;
	text-indent:0;
	font:normal bold 10px/13px Tahoma, sans-serif;
	color:inherit;
	background:transparent none no-repeat -100em -100em;
}/*!Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar, .ui-tooltip-default .ui-tooltip-content {
	border-color:#F1D031;
	background-color:#FFFFA3;
	color:#555;
}
.ui-tooltip-default .ui-tooltip-titlebar {
	background-color:#FFEF93;
}
.ui-tooltip-default .ui-tooltip-icon {
	border-color:#CCC;
	background:#F1F1F1;
	color:#777;
}
.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
	border-color:#AAA;
	color:#111;
}
.ui-tooltip .ui-tooltip-tip {
	margin:0 auto;
	overflow:hidden;
	z-index:10;
}
.ui-tooltip .ui-tooltip-tip, .ui-tooltip .ui-tooltip-tip * {
	position:absolute;
	line-height:.1px!important;
	font-size:.1px!important;
	color:#123456;
	background:transparent;
	border:0 dashed transparent;
}
.ui-tooltip .ui-tooltip-tip canvas {
	top:0;
	left:0;
}/*!Add shadows to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE6+,Safari 2+*/
.ui-tooltip-shadow {
	-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);
	-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);
}
.ui-tooltip-shadow .ui-tooltip-titlebar, .ui-tooltip-shadow .ui-tooltip-content {
	_margin-bottom:-3px;
        .margin-bottom:-3px;
}/*!Add rounded corners to your tooltips in:FF3+,Chrome 2+,Opera 10.6+,IE9+,Safari 2+*/
.ui-tooltip-rounded, .ui-tooltip-rounded .ui-tooltip-content, .ui-tooltip-tipsy, .ui-tooltip-tipsy .ui-tooltip-content, .ui-tooltip-youtube, .ui-tooltip-youtube .ui-tooltip-content {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.ui-tooltip-rounded .ui-tooltip-titlebar, .ui-tooltip-tipsy .ui-tooltip-titlebar, .ui-tooltip-youtube .ui-tooltip-titlebar {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.ui-tooltip-rounded .ui-tooltip-titlebar+.ui-tooltip-content, .ui-tooltip-tipsy .ui-tooltip-titlebar+.ui-tooltip-content, .ui-tooltip-youtube .ui-tooltip-titlebar+.ui-tooltip-content {
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}/*!Youtube tooltip style */
.ui-tooltip-youtube {
	-webkit-box-shadow:0 0 3px #333;
	-moz-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
}
.ui-tooltip-youtube .ui-tooltip-titlebar, .ui-tooltip-youtube .ui-tooltip-content {
	_margin-bottom:0;
        .margin-bottom:0;
	background:transparent;
	background:rgba(0,0,0,0.85);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000, endColorstr=#D9000000);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
	color:white;
	border-color:#CCC;
}
.ui-tooltip-youtube .ui-tooltip-icon {
	border-color:#222;
}
.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover {
	border-color:#303030;
}
.ui-tooltip-jtools {
	background-color: #ffeeca !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 0 7px #333;
	-moz-box-shadow:0 0 7px #333;
	box-shadow:0 0 7px #333;
}
.ui-tooltip-jtools .ui-tooltip-titlebar {
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.ui-tooltip-jtools .ui-tooltip-titlebar, .ui-tooltip-jtools .ui-tooltip-content {
	background:transparent;
	border: 0 dashed transparent;
        color: #1f1e1e;
}
.ui-tooltip-jtools .ui-tooltip-icon {
	border-color:#555;
}
.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover {
	border-color:#333;
}
.ui-tooltip-cluetip {
	-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.4);
	-moz-box-shadow:4px 4px 5px rgba(0,0,0,0.4);
	box-shadow:4px 4px 5px rgba(0,0,0,0.4);
}
.ui-tooltip-cluetip .ui-tooltip-titlebar {
	background-color:#87876A;
	color:white;
	border:0 dashed transparent;
}
.ui-tooltip-cluetip .ui-tooltip-content {
	background-color:#D9D9C2;
	color:#111;
	border:0 dashed transparent;
}
.ui-tooltip-cluetip .ui-tooltip-icon {
	border-color:#808064;
}
.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover {
	border-color:#696952;
	color:#696952;
}
.ui-tooltip-tipsy {
	border:0;
}
.ui-tooltip-tipsy .ui-tooltip-titlebar, .ui-tooltip-tipsy .ui-tooltip-content {
	_margin-bottom:0;
        .margin-bottom:0;
	background: transparent;
	background: rgba(0,0,0,.87);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000, endColorstr=#D9000000);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";
	color:white;
	border:0 transparent;
	font-size:12px;
	font-family: 'Droid Sans', sans-serif;
	font-weight:bold;
	line-height:16px;
	text-shadow: 0 0 1px black;
}
.ui-tooltip-tipsy .ui-tooltip-titlebar {
	padding:6px 35px 0 10;
}
.ui-tooltip-tipsy .ui-tooltip-content {
	padding:6px 10;
}
.ui-tooltip-tipsy .ui-tooltip-icon {
	border-color:#222;
	text-shadow:none;
}
.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover {
	border-color:#303030;
}
.ui-tooltip-tipped .ui-tooltip-titlebar, .ui-tooltip-tipped .ui-tooltip-content {
	border:3px solid #959FA9;
	filter:none;
	-ms-filter:none;
}
.ui-tooltip-tipped .ui-tooltip-titlebar {
	background:#3A79B8;
	background-image:-moz-linear-gradient(top, #3A79B8, #2E629D);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	color:white;
	font-weight:normal;
	font-family:serif;
	border-bottom-width:0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
.ui-tooltip-tipped .ui-tooltip-content {
	background-color:#F9F9F9;
	color:#454545;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
}
.ui-tooltip-tipped .ui-tooltip-icon {
	border:2px solid #285589;
	background:#285589;
}
.ui-tooltip-tipped .ui-tooltip-icon .ui-icon {
	background-color:#FBFBFB;
	color:#555;
}
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content, .ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar {
	filter:none;
	-ms-filter:none;
}
/* ----------------------------------------------- jquery.qtip.min.css end ---------------------------------------------- */
.fb-like-box {
	clear: both;
	display: block;
	margin: 35px auto 15px;
	padding-left:15px;
	text-align: center;
}
.sidebar .fb-like-box iframe, .sidebar .fb_iframe_widget iframe {
	position:relative;
	top:auto;
	left:
}

/* Alignment */
img.alignleft {
	display: inline;
	float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
img.alignright {
	display: inline;
	float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#searchform label {display: none;}
#searchform input[type=text] {padding: 7px; width: 248px;}
.nav-prev {float: left;margin-right: 5px;}
.nav-next {float: left;}

h2, h3, h4, h5, h6 {text-decoration: none; border-bottom: none;} 
b {font-weight: bold;}

div.section-heading {
    color:#565656;
    font-size: 20px;
    line-height: 50px;
}
.extra-features {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    white-space: nowrap;
    color:#000;
}

.block-title {
    color: #565656;
    font-family: 'Philosopher', sans-serif;
    font-size: 22px;
    margin: 15px 0 5px 0;
    padding: 0 0 5px;
}

.breadcrumbs {
    padding-bottom:7px;
}

.breadcrumbs div {
    display: inline-block;
}

.index-title {
    margin-left: 20px;
}


/* 

  Author page 

*/
.author-info-box {
  display: inline-block;
  width: 100%;
}

.author-avatar {
  float: left;
  margin-right: 25px;
}

.author-decription {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0;
}

.author-header.post-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.author-header.post-title span {
  font-weight: 400;
}

.author-info-row span {
  font-weight: 600;
  margin-right: 5px;
}

.author-page .archive-title {
  font-size: 24px;
  display: block;
  width: 100%;
  float: left;
  margin-top: 50px;
}

.posts-by-author {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
}

.author-avatar .avatar {
  width: 100px;
  height: 100px;
  margin: 0;
}

.author-header .post-title {
  font-size: 28px;
  margin-bottom: 30px;
  display: block;
}

/* 

   end Author page 

*/
