/*
Theme Name: CEC
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: Ronis-BT
Author URI: http://ronis-bt.com
Description: 
Version: 1.0.0
License: 
License URI: 
Tags: 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
@font-face {
    font-family: Univers;
    src: url(font/univers.ttf);
   }
@font-face {
    font-family: Univers-ie;
    src: url(font/univers.eot);
   }
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a{
	color: #556670;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	font: 13px/16px verdana, geneva, sans-serif;
	color: #556670;
	background: #fff url("images/body-bg.gif") no-repeat 50% 100%;
}
/*  Broker Login START  */
#page {
	width:966px;
	margin:0 auto;
	padding:0 0 77px 0;
}

.frontend #page {
	background:url(images/page-bg.gif) repeat-x scroll 0 -55px;
	width:931px;
	margin:0 auto;
	padding:0 10px 0 4px;
}
.frontend #page.home {
	padding:0 10px;
	width:922px;
	}
#main{
	height: 1%;
	overflow: hidden;
}
#page > .header{
	overflow: hidden;
	height: 186px;
	background: url("images/header-ico.gif") no-repeat;
	font-size: 11px;
	line-height: 14px;
	padding: 32px 50px 0;
}
#page.broker-panel > .header {
	background: url("images/header-broker-ico.gif") no-repeat;
	}
.user-login{
	width: 300px;
	float: left;
	font-weight: bold;
	padding: 6px 0 0;
}
.date-login{
	height: 100%;
	overflow: hidden;
	font-weight: bold;
}
.date-login .date{
	float: right;
	padding: 6px 0 0;
}
.date-login .login{
	text-transform: uppercase;
	float: right;
	background: url("images/login-gg.gif") no-repeat;
	padding: 6px 0 7px 24px;
	margin: 0 0 0 18px;
}
.admin-area{
	margin: 0 32px 0 31px;
	background: url("images/content-bg.gif") repeat-y;
}
.admin-area .holder{
	background: url("images/content-holder-bg.gif") no-repeat 0 100%;
	width: 906px;
    overflow: hidden;
	margin-right: -69px;
    padding: 47px 0 0 66px;
}
.admin-option{
	width: 202px;
	float: left;
	min-height: 224px;
	padding: 0 100px 0 0;
}
.admin-option .edit-link,
.admin-option .ico{
	height: 1%;
}
.admin-option .info{
	height: 1%;
	overflow: hidden;
	padding: 0 6px;
	margin: -3px 0 0;
	position: relative;
}
.broker-options .title,
.admin-option .title{
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	letter-spacing: 1px;
}
.admin-option .ico img{
	display: block;
}
.admin-option ul{
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	overflow: hidden;
	word-spacing: -1px;
}
.admin-option ul li{
	padding: 0 0 2px;
}
.footer{
	background: url("images/footer-bg.gif") no-repeat;
	height: 74px;
	margin: 0 32px 0 31px;
}
.broker-options{
	/* width: 771px; */
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #E8A826;
}
.broker-options ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font: bold 13px/16px Arial, sans-serif;
}
.broker-options ul li{
	float: left;
	margin: 22px 41px 9px 33px;
}
.broker-options ul li  img{ float:left; margin:-5px 32px 0 0;}
.broker-options ul li:nth-child(3) a{ position:inherit!important;}
.broker-options ul li a{
	display: block;
	font-weight: bold;
	background: #e8a826;
	padding: 4px 10px 5px;
	color: #fff;
	position:relative;
	float:left;
}
.broker_cp ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
      border-right: 30px solid #e8a826;  
    position: absolute;
    top: -7px;
    left: -30px;
}
.broker-options ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    /* border-right: 30px solid #e8a826; */
    position: absolute;
    top: -7px;
    left: -30px;
}
.edit-broker ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 0px solid #e8a826;
    position: absolute;
    top: -7px;
    left: -30px;
}
.broker ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 0px solid #e8a826;
    position: absolute;
    top: -7px;
    left: -30px;
}
.broker-options ul li a:hover{
	background: #d38520;
	color: #fff;
	text-decoration: none;
}
.admin-area-table{
	width: 771px;
	overflow: hidden;
}
.admin-area-table table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 771px;
}
.admin-area-table table th,
.admin-area-table table tr.last td{
	font-weight: bold;
	font-size: 12px;
}
.admin-area-table table th,
.admin-area-table table td{
	border-bottom: 1px solid #556670;
	font-size: 13px;
	line-height: 16px;
	padding: 3px 8px 5px;
	vertical-align: middle;
}
.admin-area-table table tr.last td{
	border: none;
}

.admin_options {
	width:80px;

}

.admin-area-table table .add-sub-broker,
.admin-area-table table .edit,
.admin-area-table table .deactivate,
.admin-area-table table .delete,
.admin-area-table table .activate{
	width: 15px;
	height: 15px;
	float: left;
	background: url("images/edit.png") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 10px 0 0;
}
.admin-area-table table .deactivate{
	background: url("images/deactivate.png") no-repeat;
}
.admin-area-table table .delete{
	background: url("images/delete.png") no-repeat;
}
.admin-area-table table .activate{
	background: url("images/activate.png") no-repeat;
}
.admin-area-table table .add-sub-broker{
	background: url("images/add-brocker.png") no-repeat;
}

.admin-area-table table .view-sub-broker{
	background: url("images/sub.png") no-repeat;
}

.holder .rows{
	width: 600px;
	overflow: hidden;
	margin: 0 0 10px;
}
.holder .rows label{
	float: left;
	width: 190px;
	padding: 3px 0 0;
}
.holder .rows input{
	float: left;
	margin: 0;
	padding: 3px 10px;
	background: #fff;
	border: 1px solid #556670;
	width: 233px;
	font-size: 13px;
	line-height: 16px;
}
.holder .rows select{
	width: 256px;
}
.button,
.holder .rows .button,
button{
	width: 138px;
	height: 30px;
	margin: 0 15px 0 0;
	padding: 0;
	background: #E8A826;
	float: left;
	border: none;
	color: #fff;
	cursor: pointer;
	font: bold 13px/16px Arial, sans-serif;
}
.button:hover,
.holder .rows .button:hover,
button:hover{
	color: #fff;
	background: #d38520;
}

#subbrokers .admin-area-table{
	width: 771px;
	border-bottom: 1px solid #E8A826;
	padding: 0 0 15px;
}
#subbrokers .admin-area-table table{
	width: 445px;
}
#subbrokers .admin-area-table{
	margin: 0 0 20px;
}
#subbrokers .admin-area-table .delete{
	float: right;
}
.broker-panel .header{
	background: url("images/brocker-header-ico.gif") no-repeat;
}
/*
.broker-panel .holder{
	padding: 155px 0 90px 58px;
	margin: 0;
	width: 845px;
}
*/

.broker-panel .holder{
	padding: 58px;
	width: 796px;
}
.page-template-broker_cp_client-php .holder{
	padding: 58px;
	width: 787px;
}
.broker-panel .admin-option{
	padding: 0;
	width: 183px;
}
.broker-panel .edit-clients{
	width: 171px;
}
.broker-panel .renewed{
	width: 231px;
}
.broker-panel .request{
	width: 211px;
}
.broker-panel .admin-option .info{
	margin: -25px 0 0;
	padding: 0;
	position: relative;
}
.broker-panel #c_search{
	height: 25px;
    margin: 0;
    width: 40px;
}
.pager{
	margin: 0;
	padding: 10px 0 20px;
	list-style: none;
	overflow: hidden;
}
.pager li{
	float: left;
	font-weight: bold;
	padding: 4px 0 5px;
	width: 115px;
	text-align: center;
}
.pager #next,
.pager #previous{
	cursor: pointer;
	background: none repeat scroll 0 0 #E8A826;
	width: 90px;
	margin: 0;
}
.pager #next:hover,
.pager #previous:hover{
	color: #E8A826;
	background: #556670;
}
#al_loading,#al_login,#al_register,#al_lostPassword{
	margin: 0 auto;
    width: 300px;
}
.page-template-broker_cp_request_cform-php .holder,
.page-template-broker_cp_request_newadj_preview-php .holder,
.page-template-broker_cp_request_newadj-php .holder,
.page-template-broker_cp_request-php .holder,
.page-template-broker_cp_renewed-php .holder{
	padding: 58px;
	width: 788px;
}
.page-template-broker_cp_renewed-php .admin-area-table table .delete{
	float: right;
}
#client_info{
	width: 100%;
	overflow: hidden;
}
#client_info ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
	overflow: hidden;
}
#client_info ul li{
	width: 300px;
	overflow: hidden;
	padding: 0 0 15px;
}
#client_info ul li span{
	float: left;
	width: 170px;
}
#client_info ul li strong{
	float: right;
	width: 130px;
}
.logo-2{
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 104px;
}
.logo-2 img{
	display: block;
}
.holder h2{
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}
.word-table{
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}
.word-table table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.word-table table tr td{
	border: 1px solid #000;
	padding: 10px;
}
.word-table table input{
	width: 100%;
	border: 1px solid #556670;
	margin: 5px 0 0;
	background: #fff;
	padding: 5px 0;
	color: #556670;
}
/*  Broker Login END  */

/* Frontend CMS Pages */
body.frontend {
	background:none;
}
.frontend div.header {
	background:url(images/header-grad.gif) repeat-x scroll 0 0;
	}
#branding {
	height:99px;
	width:922px;
	margin:0 auto;
	position:relative;
}
#branding hgroup #site-title {
    display: inline;
    float: left;
    height: 104px;
    width: 400px;
}
#branding hgroup #site-title span a{
	padding: 87px 200px;
}
#branding h1 {
    left:0;
    position:absolute;
    top:0;
    z-index: 200;
	}
#branding h1 img {
	display:block;
	}
#branding h2 {
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding:13px;
	margin:0 0 0 192px;
	}
#branding #access {
	display: inline;
    float: left;
    margin:22px 0 0 200px;
    /*width: 557px;*/
} 
#branding #access .menu-top-menu-container .menu li{
	display: block;
    float: left;
	background:url(images/menu-item-line.gif) no-repeat scroll right 65%;
	padding: 0 7px 0 4px;
}
#branding #access .menu-top-menu-container .menu li a {
	padding:2px;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	font-family:Univers, Univers-ie;
}
#branding #access .menu-top-menu-container .menu li a:hover{
	background:#d97d10;
	text-decoration:none;
	color:#fff;
}
#branding #access .menu-top-menu-container .menu li.current_page_item {
	padding:0;
	background:none;
	margin:0 0 0 -3px;
	}
#branding #access .menu-top-menu-container .menu li#menu-item-21 {
	background:none;
	}
#branding #access .menu-top-menu-container .menu li.current_page_item a {
	color:#fff;
	background:#d97d10;
	padding:1px 8px;
	}
#main article {
	overflow:hidden;
}
#main article ol{
	list-style-type:decimal;
	list-style-position:inside;
}
#main article strong{
	font-weight:bold;
}
#main article em{
	font-style:italic;
}
#main article ul{
	list-style-type:square;
	list-style-position:inside;
}
#main article h2 {
	font-size: 28px;
    font-weight: bold;
    line-height: 39px;
}
.wpcf7{
	margin: 0 auto;
    padding: 0;
    width: 400px;
}
.wpcf7 textarea.mesinput{
	width: 380px;
}
footer#colophon {
	padding:0 0 30px 0;
	}
footer#colophon p{
		padding:0 10px;
		margin:0 0 5px 0;
		text-align:center;
		font-size:10px;
}
footer#colophon p a{

}
.wrapp-holder{
	width: 771px;
	overflow: hidden;
	background: url("images/devider-01.gif") repeat-x 0 100%;
	margin: 0 0 20px;
	min-height: 41px;
}
.search-holder{
	width: 330px;
	float: right;
}
.search-holder .text{
	margin: 0;
	padding: 3px 10px;
	height: 17px;
	border: 1px solid #E8A826;
	background: #fff;
	font-size: 14px;
	line-height: 17px;
	width: 238px;
	float: left;
}
.search-holder .button{
	width: 70px;
	height: 25px;
	float: right;
	margin: 0;
	-moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    behavior: url(/wp-content/themes/cec/PIE.htc);
	position: relative;
}
.button-holder{
	height: 1%;
	overflow: hidden;	
}
.button-holder button{
	height: 41px;
	position: relative;
}
.button-holder button.active{
	background: #fff;
	border: 1px solid #E8A826;
	border-bottom: none;
	color: #E8A826;
	position: relative;
}
.rows .ui-datepicker-trigger{
	float: left;
	margin: 5px 0 0 5px;
	cursor: pointer;
}
#subbrokers{
	width: 771px;
	overflow: hidden;
	border-top: 1px solid #E8A826;
	border-bottom: 1px solid #E8A826;
	padding: 15px 0;
	margin: 0 0 15px;
}
#subbrokers .last-rows{
	margin: 0 0 20px;
}
.f-right{
	float: right !important;
}

/* Frontend CMS Pages END*/
/*================================Home*/
.frontend {
	color:#434343;
	}
.frontend p {
	margin:0 0 12px 0;
	}
.in-home-about {
	padding:20px 20px 0 20px;
	}
.in-home-about h1 {
	font-size:30px;
	font-weight:bold;
	margin:0 0 15px 0;
	line-height: 30px;
	}
.in-home-about h2, .in-home-about h3 {
	font-size:23px!important;
	color:#FA8A06;
	line-height:26px!important;
	font-weight:bold;
	margin:0 0 15px 0;
	}
.in-home-about h3 {
	font-size:16px!important;
	}
.in-home-about ul {
	padding:0 0 15px 0;
	}
.in-home-about ul li {
	list-style-type:none;
	font-weight:bold;
	}
.in-home-about ul li span {
	color:#FA8A06;
	}
.ready {
	font-weight:bold;
	}
.ready span {
	font-size:22px;
    line-height:32px;
	color:#FA8A06;
	}
.more-view {
	padding:12px 0 11px;
	}	
.more-view span {
	color:#FA8A06;
	font-family:Univers, Univers-ie;
	font-weight:bold;
	font-size:16px;
	padding:0 0 20px 0;
	cursor:pointer;
	}
span.close {
	color:#b9b9b9;
	font-weight:bold;
	cursor:pointer;
	}
.in-home-about h2 {
	margin:0 0 20px 0;
	}
.home-content .login-form {
	height:206px;
	}
.login-form {
	float:left;
	width:297px;
	border:7px solid #fff;
	background:#fee0bc;
	margin:0 13px 0 0;
	padding:20px 0 0;
	}
.login-form h3 {
	padding:0 0 10px 0;
	}
.login-form form {
	padding:0 22px;
	overflow:hidden;
	}
.login-form form div {
	overflow:hidden;
	}
.login-form form label {
	color:#817260;
	float:left;
	font-size:14px;
	width:80px;
	}
.login-form form input.button {
	background:url(images/btn-login.gif) repeat-x 0 0;
	width:84px;
	height:25px;
	font-size:16px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior: url(../wp-content/themes/cec/js/PIE.htc);
	position:relative;
	float:right;
	margin:0;
	
	}
.login-form form input[type='text'], .login-form form input[type='password'] {
	float:right;
	width:159px;
	background:#fff;
	border:1px solid #fa8a06;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior: url(../wp-content/themes/cec/js/PIE.htc);
	position:relative;
	padding:4px 6px;
	}
.home-content .login-form form input[type='text'], .home-content .login-form form input[type='password'] {
	margin:0 0 11px 0;
	}
.not-reg {
	clear:both;
	background:#e2c7a7;
	text-align:center;
	line-height:16px;
	margin:11px 0 0;
	font-size:11px;
	padding:3px 0 9px;
	color:#000;
	}
.not-reg p {
	margin:0;
	}
.not-reg a {
	color:#c77616;
	text-decoration:underline;	
	}
#viewed {
	display:none;
	}
.home-about {
	float:right;
	background:url(images/home-content-bg.png) repeat-y scroll 0 0;
	width:598px;
	min-height:240px;
	}
section.home-content {
	padding:7px 0 0 0;
	overflow: hidden;
	margin: 0 0 20px;
	}
.hp-menu {
	clear:both;
	overflow:hidden;
	}
.hp-menu ul {
	float:left;
	background:#fff;
	padding:7px;
	-webkit-box-shadow:  5px 5px 5px #ccc;
	-moz-box-shadow:  5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	behavior: url(../wp-content/themes/cec/js/PIE.htc);
	position:relative;
	margin:14px 12px 10px 0;
	}
.hp-menu ul.center li {
	width:250px;
	height:95px;
	background:url(images/home-menu/help.gif) no-repeat scroll 0 0;
	overflow:hidden;
	}
.hp-menu ul.center li a {
	float:left;
	margin:65px 0 0 65px;
	text-decoration:underline;
	}
.hp-menu ul.center li a:hover {
	text-decoration:none;
	}
.hp-menu ul li {
	list-style-type:none;
	float:left;
	}
.hp-menu ul li.first {
	margin:0 3px 0 0;
	}
.hp-menu ul li a {
	
	}
.hp-menu ul li a img {
	display:block;
	}
/*=================================footer*/
#colophon .menu {
	overflow:hidden;
	padding:0 0 13px 25px;
	}
#colophon .menu li {
	float:left;
	background:url(images/footer-item.gif) no-repeat scroll right 60%;
	margin: 0 16px 0 0;
    padding: 0 14px 0 0;
	}
#menu-item-227 {
	background:none!important;
	}
#colophon .menu li a {
	text-transform:uppercase;
	color:#000;
	font-size:11px;
	}
p.copy {
	color:#d97d10;
	margin:0!important;
	}
p.copy span {
	font-weight:bold;
	}
p.design {
	color:#bdb9b9;
	}
p.call {
	color:#000;
	}
/*=============================Sidebar*/
.text-container {
	padding:16px 15px 30px 68px;
	}
.text-container h3 {
	color: #FA8A06;
    font-size: 14px !important;
    font-weight: bold;
    line-height:18px !important;
    margin: 0 0 15px;
	}
.text-container p {
	background:url(images/square.gif) no-repeat scroll 0 6px;
	padding:0 0 0 10px;
	overflow: hidden;
	line-height:17px;
	}
.text-container h4 {
	font-weight:bold;
	margin:0 0 15px 0;
	}
.text-container .stl-none p {
	padding:0 0 0 0;
	background:none;
	}
.text-container .stl-none ul li {
	list-style-type:none;
	padding:0 0 20px 0;
	font-style:italic;
	color:#000;
	font-size:11px;
	overflow:hidden;
	}
.text-container .stl-none ul {
	margin:0 0 0 10px;
	}
.text-container .stl-none ul li span.number {
	background:url(images/marker.gif) no-repeat scroll 0 1px;
	padding:1px 5px 1px 4px;
	margin:0 5px 0 0;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	float:left;
	}
.text-container img {
	border:2px solid #d69f5c;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior: url(../wp-content/themes/cec/js/PIE.htc);
	position:relative;
	}
.text-container p.phone {
	background:none;
	}
.text-container p.phone span {
	color:#FA8A06;
	}
#secondary {
	float:left;
	width:207px;
	margin:46px 0 25px 0; 
	}
.page-content {
	margin:0 0 20px 0;
	width:717px;
	float:right;
	background:#fff url(images/fireman.gif) no-repeat scroll 0 bottom;
	min-height:677px;
	}
.page-content .entry-header {
	padding:14px 0 0 30px;
	}
#secondary .login-form {
	width:193px;
	margin:0;
	float:none;
	}
#secondary .login-form form {
	padding:0 5px;
	}
#secondary .login-form form  div {
	padding: 0 0 6px;
	}
#secondary .login-form form label {
	width:60px;
	font-size:9px;
	}
#secondary .login-form form input.button {
	margin: 4px 6px 5px 5px;
	font-size: 13px;
    height:18px;
    width:60px;
    margin: 2px 0 0;
	}
#secondary .login-form form input[type='text'], #secondary .login-form form input[type='password'] {
	width:108px;
	padding:0 6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url(../wp-content/themes/cec/js/PIE.htc);
	position:relative;
	height:15px;
	}
#secondary .not-reg {
	
	}
#secondary .box {
	padding:7px;
	background:#fff;
	margin:13px 0 0 0;
	}
#secondary .box.last div {
	overflow:hidden;
	width:193px;
	height:90px;
	background: url(images/sidebar/help.gif) no-repeat scroll 0 0;
	}
#secondary .box.last a {
	float:right;
	margin:64px 0 0 0;
	}
/*==========================Contact us*/
.left-form {
	float:left;
	}
.right-image {
	float:left;
	}
.wpcf7-form > div {
	overflow:hidden;
	margin: 0 0 5px;
	}
.wpcf7-form div label {
	float:left;
	width:93px;
	text-align:center;
	color:#fff;
	background:#6e6f6f;
	font-size:11px;
	font-weight:bold;
	height:29px;
	line-height:27px;
	-webkit-box-shadow:2px 3px 6px #CCC;
	-moz-box-shadow:2px 3px 6px #CCC;
	box-shadow:2px 3px 6px #CCC;
	behavior: url(../wp-content/themes/cec/js/PIE.htc);
	position:relative;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
	}
.wpcf7-form div span {
	float:left;
	}
.wpcf7-form div span.wpcf7-not-valid-tip {
	float:none;
	top:4px;
	left:5px;
	border:none;
	color:#FFA477;
	}
.wpcf7-response-output {
	
	}
.wpcf7-form div span input {
	display:block;
	width:304px;
	height:27px;
	line-height:27px;
	border:none;
	-webkit-box-shadow:2px 3px 6px #CCC;
	-moz-box-shadow:2px 3px 6px #CCC;
	box-shadow:2px 3px 6px #CCC;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
	margin:0 6px 10px 0;
	behavior: url(../wp-content/themes/cec/js/PIE.htc);
	position:relative;
	background:#fff url(images/shadow.gif) repeat-x scroll 0 0;
	}
#wpcf7-f1-t1-o1 .wpcf7-form div span textarea {
	background:#fff url(images/shadow-textarea.gif) repeat-x scroll 0 0;
	display:block;
	width:304px;
	line-height:27px;
	border:none;
	-webkit-box-shadow:2px 3px 6px #CCC;
	-moz-box-shadow:2px 3px 6px #CCC;
	box-shadow:2px 3px 6px #CCC;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
	margin:0 6px 10px 0;
	behavior: url(../wp-content/themes/cec/js/PIE.htc);
	position:relative;
	height:114px;
	}
#wpcf7-f1-t1-o1 .wpcf7-form div img.wpcf7-captcha-captcha-807 {
	border:none;
	-webkit-box-shadow:2px 3px 6px #CCC;
	-moz-box-shadow:2px 3px 6px #CCC;
	box-shadow:2px 3px 6px #CCC;
	height:29px;
	margin:0 6px 10px 0;
	behavior: url(../wp-content/themes/cec/js/PIE.htc);
	position:relative;
	}
.wpcf7 {
	width:415px;
	padding:22px 0 0 0!important;
	}
.wpcf7-submit {
	background:url(images/submit.png) no-repeat scroll 0 0;
	text-indent:-9999px;
	border:none;
	width:73px;
	height:28px;
	float:right;
	outline:none;
	}
/*===============================Category*/
#content {
	padding:16px 15px 30px 68px;
	}
#content .post .entry-header {
	padding:0 0 25px 0;
	overflow:hidden;
	}
#content .post {
	padding:0 0 20px 0;
	border-bottom:1px solid #FA8A06;
	margin:0 0 20px 0;
	}
#content .post .entry-title {
	font-size:29px;
	color:#FA8A06;
	line-height:35px;
	}
#nav-single {
	margin:0 0 20px 0;
	}
#nav-single a {
	color:#FA8A06;
	}
.comment-form-comment {
	overflow:hidden;
	}
.comment-form-comment label {
	float: left;
    padding: 0 5px 0 0;
	}
.comment-form-comment textarea {
	overflow:hidden;
	} 
#content .post .entry-title a {
	font-size:29px;
	color:#FA8A06;
	text-decoration:none;
	}
#content .post .entry-title a:hover {
	text-decoration:underline;
	}
#content .post .entry-meta {
	float:left;
	}
.entry-meta a {
	color:#FA8A06;
	}
.comments-link {
	float:right;
	}
footer .comments-link {
	float:none;
	}
.comments-link a {
	color:#FA8A06;
}

#tabl_prew {
	padding: 47px 0 0 24px;
    width: 854px;

}


.view_brok_name {
	font-weight:bold;
	padding-bottom:5px;

}

.sob_view_t {
	padding: 10px 0 25px 0;

}

.sob_view_t thead tr th {
	padding: 0 75px 0 0;
	font-weight:bold;

}

.sob_view_t_sub {
    padding: 10px 0 30px 0;

}

.sob_view_t_sub thead tr th {
	padding: 0 90px 0 0;
	font-weight:bold;
}

.sub_columns_data td {
	padding-right:30px;

}
#contact_form_input {
	background: none repeat scroll 0 0 #E8A826;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: bold 13px/16px Arial,sans-serif;
    height: 30px;
    margin: 0 15px 0 0;
    padding: 0;
    width: 138px;
}



.cform_title{
	text-align: center;
    padding: 15px;
    font-size: 23px;
}



.page-template-broker_cp_renewed-php .admin-area-table table .delete.buttonctrlr { float: left!important; }
.admin-area-table table td.buttonctrlr { padding-left: 70px; }


