*{
    margin:0;
    padding:0;
}

html,body{
    background:#b8c5cc url(../images/texture.png);    
    font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color:#333;
    padding: 0;
    margin: 0;
}
.clear{
    clear:both;
}
a{
    text-decoration:none;
    color:#5f47d7;
    outline:none;
}
hr{
    border:none;
    border-bottom:1px dotted #ccc;
    margin:10px 0;
}
p{
    line-height:25px;
}
img{
    border:none;
}
.hidden{
    display: none;
}
.block{
    display: block;
}
.pull-left{
    float:left;
}
.pull-right{
    float:right;
}
.pull-right_cps{
    float:right;
}
#container{
    width:880px;
    margin:0px auto;
    border:1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.05);-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}
#header{
    padding:10px;
    background:#fff;
}
#header .logo{
    float: left;
    margin-top:20px;
}
.banner-header{
    float:right;
    width:600px;
    height:80px;
    background:#fff;
    overflow: hidden;
}
.banner-header img{
    width: 100%;
    min-height:80px;
}
#body{
    background:#fff;
}
#mainnav{
    background-color: #3F4345;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3F4345), to(#36393B));
    background-image: -moz-linear-gradient(#3F4345, #36393B);
    background-image: -o-linear-gradient(#3F4345, #36393B);
    background-image: linear-gradient(#3F4345, #36393B);
    border-bottom: 4px solid #6D6D6D;
}
#mainnav ul{
    list-style: none;
    margin: 0px;padding: 0px;
    /*border-right:1px solid #2b8ccd;*/
    float:left;
}
#mainnav ul li{
    float: left;
    position: relative;
}
#mainnav ul li a{
    display: block;
    font-size: 16px;
    padding:8px 10px 10px;
    color:#fff;
    border-top:2px solid transparent;
    border-right:2px solid #414548;
    /*border-left:1px solid #fff;*/
}
#mainnav ul li a:hover{
    background:#404547;
}
#mainnav ul li ul{
    position: absolute;
    top:40px;
    background:#eee;
    z-index: 10;
    display: none;
}
#mainnav ul li ul li{
    float: none;
}
#mainnav ul li ul li a{
    display: block;
    white-space: nowrap;
    font-size: 12px;
    border:none;
    min-width: 160px;
}
#mainnav ul li ul li a:hover{
}
#mainnav li ul {
    list-style: none;
    margin: 0px;padding: 0px;
    float:left;
}
#mainnav li a ul{
	display: block;
	font-size: 16px;
	color:#fff;
	padding-top: 8px;
	
	padding-bottom: 10px;
	
}
#mainnav li:hover ul
{
 display:block;
 width:180px;
  background: #3F4345;
}
#mainnav li li {
    float: left;
    position: relative;
    border-bottom:2px solid #414548;
}

#category-nav{
    background-color: #dfdfdf;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#dfdfdf));
    background-image: -moz-linear-gradient(#f3f3f3, #dfdfdf);
    background-image: -o-linear-gradient(#f3f3f3, #dfdfdf);
    background-image: linear-gradient(#f3f3f3, #dfdfdf);
    border-bottom: 1px solid #ccc;
    height:30px;
    line-height: 30px;
}
#category-nav hr{
    margin:0px;
    border:none;
    border-bottom:5px solid #eee;
}
#category-nav label{
    display: inline-block;
    position: relative;
    float: left;
    padding:0px 5px;
    font-weight: bold;
    background:  #d3d3d3; background-image: -mozkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
    color:#000000;
    margin-right:30px;
}
#category-nav label::before{
    content: "";
    border:15px solid transparent;
    border-left:15px solid  #d3d3d3; background-image: -mozkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
    border-top: 15px solid  #d3d3d3; background-image: -mozkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
    position: absolute;
    top:0px;right:-30px;
}
#category-nav ul{
	list-style: none;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
       width:85%;
}

#category-nav ul li{
    float: left;
}
#category-nav ul li a{
    display: block;
    font-size: 11px;
    padding:0px 5px;
    color:#222;
    font-weight: bold;
    text-transform: uppercase;
    border-right:1px solid #d6d6d6;
    border-left:1px solid #fff;
}
#category-nav ul li a:hover{
    color:#ff0000;
}
#category-nav ul li:first-child a{
    border-left:none;
}
#category-nav ul li:last-child a{
    border-right:none;
}
#searchform{
    margin:8px;
}
#searchform .textbox{
    border:1px solid #ccc;
    padding:5px 10px;
    width:200px;
    border-radius: 20px;
    font-size: 11px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
}
#wrapper{
    background:#fff;
    padding:10px;
}
#home-news{
    width:60%;
}
#home-banner{
    width:38%;
}
.article{
    position: relative;
}
.article h4{
    font-size: 16px;
    margin-bottom: 10px;
}
.article h4 a{
    font-size: 13px;
    color:#333;
    font-weight: bold;
}
.article .title a{
    font-size: 14px;
    color:#093D72;
    font-weight: bold;
}
.article .title a span{
    font-size: 11px;
    font-weight: normal;
}
.article .title a:hover{
    color:#ff0000;
}
.article .date{
    font-size: 11px;
    color:#aaa;
    margin: 2px 0;
}
.article .readmore{
    text-transform: uppercase;
    font-size: 11px;
}
.article .content{
    text-align: justify;
}
.article .category{
    font-size: 11px;
    font-weight: bold;
    color:#000;
    text-transform: uppercase;
}
.article p{
    line-height: 18px;
    margin-bottom: 10px;
}

.articleone{
    position: relative;
}
.articleone h4{
    font-size: 16px;
    margin-bottom: 10px;
}
.articleone h4 a{
    font-size: 13px;
    color:#333;
    font-weight: bold;
}
.articleone .title a{
    font-size: 14px;
    color:#093D72;
    font-weight: bold;
}
.articleone .title a span{
    font-size: 11px;
    font-weight: normal;
}
.articleone .title a:hover{
    color:#ff0000;
}
.articleone .date{
    font-size: 11px;
    color:#aaa;
    margin: 2px 0;
}
.articleone .readmore{
    text-transform: uppercase;
    font-size: 11px;
}
.articleone .content{
    text-align: left;
}

#home-news .featured{
    width:50%;
    float: left;
}
#home-news .featured .thumbnail img{
    width: 100%;
}
#home-news .featured .thumbnail{
    margin-bottom: 10px;
    height:150px;
    overflow: hidden;
}
#home-news ul.list{
    width:48%;
    margin-top:-10px;
    margin-left:2%;
    float: left;
}
#home-news ul.list .title a{
    font-size: 12px;
    font-weight: bold;
}
ul.list{
    list-style: none;
    margin:-10px 0 0;padding:0;
}
ul.list li{
    padding:10px 0px;
    border-bottom: 1px dotted #ccc;
}
ul.list li:last-child{
    border:none;
}
#flagstat{
    width:100%;
}
#flagstat img{
    width: 100%;
}
#home-banner .banner img{
    width: 100%;
}
.widget h4{
    font-size: 12px;
    padding:10px;
    border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
    background:#333;
    color:#fff;
}
.widget h4.blue{
    background-color: #3F4345;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3F4345), to(#36393B));
    background-image: -moz-linear-gradient(#3F4345, #36393B);
    background-image: -o-linear-gradient(#3F4345, #36393B);
    background-image: linear-gradient(#3F4345, #36393B);
    /*border-bottom: 4px solid #6D6D6D;*/
}
.widget .blue:hover{
    background: #3E4345;
	color:#CCC;
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b278e), to(#1f3a7c));
    background-image: -moz-linear-gradient(#2b278e, #1f3a7c);
    background-image: -o-linear-gradient(#2b278e, #1f3a7c);
    background-image: linear-gradient(#2b278e, #1f3a7c);*/
}
.widget h4.red{
    background-color: #3F4345;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3F4345), to(#36393B));
    background-image: -moz-linear-gradient(#3F4345, #36393B);
    background-image: -o-linear-gradient(#3F4345, #36393B);
    background-image: linear-gradient(#3F4345, #36393B);
    /*border-bottom: 4px solid #6D6D6D;*/
}
.widget .red:hover{
    background: #3E4345;
	color:#CCC;
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#23742d), to(#0b5122));
    background-image: -moz-linear-gradient(#23742d, #0b5122);
    background-image: -o-linear-gradient(#23742d, #0b5122);
    background-image: linear-gradient(#23742d, #0b5122);*/
}
#home-executive{
    float:left;
    width:34%;
}

#home-executive .featured{
    overflow: hidden;
}
#home-executive .thumbnail{
    float: left;
    margin:0px 10px 10px 0px;
}
#home-executive .thumbnail img{
    width:80px;
}
#home-executive .featured .title,
#home-executive .featured .date,
#home-executive .featured .content,
#home-executive .featured .readmore{
    margin-left: 90px;
}
#home-executive .title a{
    font-size: 12px;
}
#home-executive .title{
    margin-bottom: 5px;
}
#home-executive .readmore{
    font-size: 10px;
    margin-top: 5px;
    display: block;
}
#home-profile{
    width:25%;
    margin-left:1%;
    float:left;
}
.widgetbox{
    padding:10px;
    background:#f4f1ea;
    border:1px solid #ccc;
    border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.widgetbox a{
    color:#293e41;
}

.widgetbox h4.bl{
     text-align: center;
    border-bottom:1px solid #cac4b4;
    padding:10px;
    margin:-10px -10px 10px;
    font-size: 12px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
    border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;
}
.widgetbox .bl:hover{
     text-align: center;
    border-bottom:1px solid #cac4b4;
    padding:10px;
    margin:-10px -10px 10px;
    font-size: 12px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#eee));
    background-image: -moz-linear-gradient(#ccc, #eee);
    background-image: -o-linear-gradient(#ccc, #eee);
    background-image: linear-gradient(#ccc, #eee);
    border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;
}

.widgetbox h4{
    text-align: center;
    border-bottom:1px solid #cac4b4;
    padding:10px;
    margin:-10px -10px 10px;
    font-size: 12px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
    border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;
}
.widgetbox h4:hover{
    text-align: center;
    border-bottom:1px solid #cac4b4;
    padding:10px;
    margin:-10px -10px 10px;
    font-size: 12px;
    background-color: #000;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
    border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;
}

#home-profile .thumbnail{
    height:120px;
    overflow: hidden;
}
#home-profile .thumbnail img{
    width: 100%;
}
#home-profile .title a{
    font-size: 12px;
}
#home-profile .title{
    margin-bottom: 5px;
}
#home-press{
    width:39%;
    float: right;
}
#home-press .featured{
    overflow: hidden;
}
#home-press .thumbnail{
    float: left;
    margin:0px 10px 10px 0px;
}
#home-press .thumbnail img{
    width:80px;
}
#home-press .featured .title,
#home-press .featured .date,
#home-press .featured .content,
#home-press .featured .readmore{
    margin-left: 0px;
}
#home-press .title a{
    font-size: 12px;
}
#home-press .title{
    margin-bottom: 5px;
}
#home-press .readmore{
    font-size: 10px;
    margin-top: 5px;
    display: block;
}
.ads{
    background:#ddd;
    overflow: hidden;
    position: relative;
}
.ads.large{
    height:80px;
}
.ads.large img{
    width: 880px;
    min-height:80px;
}
.ads span{
	color:#fff;
	font-size: 30px;
	position: absolute;
	top:2%;
	left:1%;
	right:1%;
	text-shadow:0px -1px 1px rgba(0,0,0,0.1);
	margin-top: 20px;
	margin-right: 0;
	margin-left: -20px;
}

.ad{
    background:#fff;
    overflow: hidden;
    position: relative;
}
.ad.large{
    height:80px;
}
.ad.large img{
    width: 880px;
    min-height:80px;
}
.ad span{
	color:#fff;
	font-size: 30px;
	position: absolute;
	top:0%;
	left:1%;
	right:1%;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0px;
}

#newsscroll{
    padding:10px;
    border:solid #ccc;
    border-width:1px 0px;
}
#newsscroll ul{
    list-style: none;
    margin:0px;padding:0px;
}
#newsscroll ul li{
    display: inline-block;
    padding:0 10px;
}
#newsscroll .stockdown{
    color:#ff0000;
    display: inline-block;
    padding:0 2px;
}
#newsscroll .stockup{
    color:#7c8d1d;
    display: inline-block;
    padding:0 2px;
}
#home-sector{
	width:33%;
	margin-left:0%;
	float:left;
	margin-right: 15px;
}
#home-sector .featured{
    width:100%;
    float: left;
}
#home-sector .featured .thumbnail img{
    width: 100%;
}
#home-sector .featured .thumbnail{
    margin-bottom: 10px;
    height:150px;
    overflow: hidden;
}
#home-sectorone{
    float:left;
    width:34%;
}
#home-sector .featured .thumbnailone{
    float: right;
    margin:0px 0px 15px 0px;
}
#home-sector .featured .thumbnailone img{
    width:55px;
    height:50px;
}
#home-sector ul.list{
    width:100%;
    margin-top:-10px;
    margin-left:2%;
    float: left;
}
#home-sector ul.list .title a{
    font-size: 12px;
    font-weight: bold;
}
.widgetbox_sector{
    padding:10px;
    background:#f4f1ea;
	float:left;
    border:1px solid #ccc;
    border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}

.widgetbox_sector a{
    color:#293e41;
}
.widgetbox_sector h4{
    text-align: center;
    border-bottom:1px solid #cac4b4;
    padding:10px;
    margin:-10px -10px 10px;
    font-size: 12px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
    border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;
}
#home-sector h4{
    font-size: 18px; text-align: left;
    margin-bottom:5px; 
	color:#000000;
}

.sector{
    display: inline-block;
    width:50%;
    float: left;
    margin-bottom: 15px;
}
.sector .title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sector ul{
    margin:0px 10px 10px;
    margin-left: 10px;
}
.sector ul li{
	margin-bottom: 8px;	
}
.sector ul li a{
	color:#333;
}
.sector ul li a:hover{
    color:#ff0000;
}
#home-media{
    float: left;
    width:43%;
    margin-left:0%; 
    margin-right:2%; 
}
#home-regulations .title a{
    font-size: 11px;
}
#home-regulations li{
    padding:5px 0;
}
#home-regulations h4{
    display: block;
    padding:5px 10px;
    background-color: #3F4345;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3F4345), to(#36393B));
    background-image: -moz-linear-gradient(#3F4345, #36393B);
    background-image: -o-linear-gradient(#3F4345, #36393B);
    background-image: linear-gradient(#3F4345, #36393B);
    /*border-bottom: 4px solid #6D6D6D;*/
    color:#fff;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}
#home-regulations h4 a{
color:#fff;
}
#gallery-widget h4{
    display: block;
    padding:5px 10px;
    background-color: #3F4345;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3F4345), to(#36393B));
    background-image: -moz-linear-gradient(#3F4345, #36393B);
    background-image: -o-linear-gradient(#3F4345, #36393B);
    background-image: linear-gradient(#3F4345, #36393B);
    /*border-bottom: 4px solid #6D6D6D;*/
    color:#fff;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}
#gallery-widget ul{
    list-style: none;
    margin:0px;padding:0px;
}
#gallery-widget ul li{
    width:33%;
    height: 140px;
    overflow: hidden;
    float: left;
    text-align: center;
}
#gallery-widget ul li a{
    margin:2px;
    display: block;
    color:#222;
    font-size:10px;
    font-weight: bold;
}
#gallery-widget ul li a .thumbnail{
    width:100%;
    height:90px;
    overflow: hidden;
}
#gallery-widget ul li a .thumbnail img{
    width: 100%;
    min-height: 90px;
}
#gallery-widget .qty{
    font-weight: normal;
}
#home-about{
    width:20%;
    float:right;
}
#home-about .widgetbox{
}
#home-about .sector{
    width:auto;
    display: block;
    clear:both;
    float: none;
}
#maincontent{
    width:550px;
    float:left;
}
#maincontent h3{
    font-size: 20px;
    color:#000000;
    margin-bottom: 15px;
    font-weight: normal;
}
#maincontent .content{
    text-align: justify;
}
#maincontent p{
    margin-bottom: 10px;
    line-height: 15px;
}
#maincontent_statis{
    width:490px;
    float:left;
}
#maincontent_statis h3{
    font-size: 20px;
    color:#68413c;
    margin-bottom: 15px;
    font-weight: normal;
}
#maincontent_statis .content{
    text-align: justify;
}
#maincontent_statis p{
    margin-bottom: 10px;
    line-height: 15px;
}
#maincontent_us{
    width:450px;
    float:left;
}
#maincontent_us h3{
    font-size: 20px;
    color:#68413c;
    margin-bottom: 15px;
    font-weight: normal;
}
#maincontent_us .content{
    text-align: justify;
}
#maincontent_us p{
    margin-bottom: 10px;
    line-height: 15px;
}
#maincontentfull{
    width:100%;
    float:left;
}
#maincontentfull h3{
    font-size: 20px;
    color:#68413c;
    margin-bottom: 15px;
    font-weight: normal;
}
#maincontentfull .content{
    text-align: justify;
}
#maincontentfull p{
    margin-bottom: 10px;
    line-height: 15px;
}
#sidebar{
    width:290px;
    float:right;
    padding-top: 10px;
}
#sidebar .widget{
    padding:10px;
}
#sidebar_news{
    width:330px;
    float:right;
    padding-top: 10px;
}
#sidebar_news .widget{
    padding:10px;
}
#sidebar_kat{
    width:330px;
    float:right;
    padding-top: 10px;
}
#sidebar_kat .widget{
    padding:10px;
}
#sidebar_cmp{
	width:290px;
	float: left;
	padding-top: 10px;
	margin-right: 10px;
}
#sidebar_cmp .widget{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#sidebar_statis{
    width:350px;
    float:right;
    padding-top: 10px;
}
#sidebar_statis .widget{
    padding:10px;
}
#sidebar_us{
    width:400px;
    float:right;
    padding-top: 10px;
}
#sidebar_us .widget{
    padding:10px;
}
.banner img{
    width: 100%;
}
.border{
    border:1px solid #ccc;
    background:#f3f3f3;
}
.rounded{
    border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
}
#maincontent-newslist{
    width:330px;
    float: left;
}
#maincontent-newsindex{
    width:860px;
    float: left;
}
#maincontent-newsindex-month{
    width:560px;
    float: left;
}
#maincontent-categorylist{
    width: 500px;
    float: left;
}
#maincontent-categorylist2{
    width:500px;
    float: left;
}

#maincontent-newslist h3,
#maincontent-newsindex h3,
#maincontent-newsindex-month h3,
#maincontent-categorylist h3{
    margin-bottom: 15px;
    font-size: 20px;
}
#maincontent-newslist p,
#maincontent-newsindex p,
#maincontent-newsindex-month p,
#maincontent-categorylist p{
    line-height: 18px;
    text-align: justify;
    margin-bottom: 10px;
}
#maincontent-newslist .article,
#maincontent-newsindex .article,
#maincontent-newsindex-month .article,
#maincontent-categorylist .article{
    padding: 10px;
}
#maincontent-newslist a{
	color:#093D72;
}
#maincontent-newslist a:hover{
	color:#ff0000;
}
#maincontent-newslist .title{
    font-size: 16px;
}
#maincontent-newsindex a{
	color:#333;
}
#maincontent-newsindex a:hover{
	color:#ff0000;
}
#maincontent-newsindex .title{
    font-size: 16px;
}
#maincontent-newsindex-month a{
	color:#333;
}
#maincontent-newsindex-month a:hover{
	color:#ff0000;
}
#maincontent-newsindex-month .title{
    font-size: 16px;
}
#maincontent-newslist .thumbnail,
#maincontent-categorylist .thumbnail{
    float:left;
    margin-right:10px;
}
#middle_column{
    width:180px;
    float: left;
    margin-left:10px; 
}
#middle_column2{
    width:280px;
    float: left;
    margin-left:10px; 
}
.navtab{
    list-style: none;
    margin:0px;padding:0px;
    padding-left: 5px;
    overflow: hidden;
}
.navtab li{
    float:left;
}
.navtab li a{
    display: block;
    padding:5px 10px;
    border:1px solid #ccc;
    border-bottom: none;
    margin-right:2px;
    color:#222;
}
.navtab li a.active{
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
.widgetbox .navtab a.active{
    border-bottom:1px solid #f4f1ea;
}
.tab-content{
    border-top: 1px solid #ccc;
    margin:-1px 0 0;
    padding:10px;
    display: none;
}
ul.link{
    list-style: square;
    padding-left:15px;
}
ul.link li{
    color:#555;
    border-bottom:1px dotted #ccc;
    padding:5px 0;
}
ul.link li:last-child{
    border-bottom:none;
}
.widgetbox .tabs{
    margin:-5px -10px;
}
#maincontent .pull-left{
    width:160px;
}
#maincontent .pull-right{
    width:380px;
}
#maincontent .pull-right_cps{
	width:370px;
	padding-right: 15px;
}
.thumbnail.large{
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC; padding: 3px;
    font: 11px/1.4em Arial, sans-serif;
}
.thumbnail.large img{
    width:100%;
    vertical-align:middle; margin-bottom: 3px;
}
.boxz.large{
    width: 370px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #dfdfdf;
    border: 1px solid #CCCCCC; padding: 3px;
    font: 11px/1.4em Arial, sans-serif;
    color:#000000;
}
 .rightz { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
 .leftz { margin: 0.5em 0.8em 0.5em 0; float:left; }
.form-list{
    border-bottom:1px dotted #ccc;
    padding:5px;
}
.form-list label{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-list input[type=text]{
    width: 100%;
    padding:2px 0;
    text-indent: 10px;
    border:1px solid #ccc;
}
.form-list textarea{
    width: 100%;
    border:1px solid #ccc;
}
.buttonset{
    margin-top: 10px;
}
button{
    background-color: #eee!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee))!important;
    background-image: -moz-linear-gradient(#fff, #eee)!important;
    background-image: -o-linear-gradient(#fff, #eee)!important;
    background-image: linear-gradient(#fff, #eee)!important;
    padding:3px 10px;
    border:1px solid #ccc;
    cursor: pointer;
    color:#222;
    font-weight: bold;
    border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
    box-shadow:inset 0px 1px 0px rgba(255,255,255,0.3);
    font-family: arial;
}
button:active{
    background:#2f96b4!important;
}
button[type=submit]{
    background-color: #2f96b4!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#58bddb), to(#2f96b4))!important;
    background-image: -moz-linear-gradient(#58bddb, #2f96b4)!important;
    background-image: -o-linear-gradient(#58bddb, #2f96b4)!important;
    background-image: linear-gradient(#58bddb, #2f96b4)!important;
    padding:3px 10px;
    border:1px solid #48a3bd;
    cursor: pointer;
    color:#fff;
    font-weight: bold;
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
    box-shadow:inset 0px 1px 0px rgba(255,255,255,0.3);
    font-family: arial;
}
button[type=submit]:active{
    background:#2f96b4!important;
}
.comments-list{
    border-top:1px dotted #ccc;
}
.comments-list ul{
    list-style: none;
    margin:0;padding:0;
}
.comments-list ul li{
    padding:10px;
    border-bottom: 1px dotted #ccc;
}
.comments-list ul li:last-child{
    border-bottom: none;
}
.comments-list .user{
    margin-bottom: 5px;
}
.comments-list .user strong{
    color:#222;
}
.comments-list .date{
    color:#aaa;
}
hr.block{
    border:none;
    border-bottom: 5px solid #eee;
    margin:10px 0;
}
.table-panel{
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
    padding:5px;
    border:1px solid #ccc;
}
.table-panel.top{    
    border-bottom: none;
}
.table-panel.bottom{    
    border-top: none;
}
table.data{
    border:1px solid #ccc;
    border-collapse:collapse;
    width:100%;
}
table.data tr{
    border-bottom:1px solid #ddd;
}
table.data tr:nth-child(even){
    background:#e3e3fd;
}
table.data th{
    padding:8px 10px;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    background-image: -moz-linear-gradient(#fff, #f5f5f5);
    background-image: -o-linear-gradient(#fff, #f5f5f5);
    background-image: linear-gradient(#fff, #f5f5f5);
    border:1px solid #ccc;
}
table.data td{
    padding:5px 10px;
}
table.data td.title{
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    background-image: -moz-linear-gradient(#fff, #f5f5f5);
    background-image: -o-linear-gradient(#fff, #f5f5f5);
    background-image: linear-gradient(#fff, #f5f5f5);
}
.content-tabs{
    background:#eee;
    border:1px solid #ccc;
    margin-bottom: 10px;
}
.content-tabs ul{
    list-style: none;
    margin:5px;
    padding:0px;
}
.content-tabs ul li{
    position: relative;
    margin-bottom: 2px;
}
.content-tabs li a{
    display: block;
    color:#222;
    padding:5px 10px;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
    background-image: -moz-linear-gradient(#fff, #f5f5f5);
    background-image: -o-linear-gradient(#fff, #f5f5f5);
    background-image: linear-gradient(#fff, #f5f5f5);
    border:1px solid #ccc;
    border-radius:0 0 0 5px;-moz-border-radius:0 0 0 5px;-webkit-border-radius:0 0 0 5px;
}
.content-tabs li a:hover{
    background:#eee;
}
.content-tabs li a.active{
    background:#fff;
    margin-right:-6px;
    font-weight: bold;
    border-right: none;
}
.content-tabs-content{
    display: none;
}
fieldset{
    padding:10px;
    border:1px dashed #ccc;
}
legend{
    display: inline-block;
    padding:5px 10px;
    background:#c4c4c4;
    color:#000;
    border:1px solid #000;
    font-weight: bold;
    font-size: 14px;
}
table.form{
    width:100%;
    border:none;
}
table.form th{
    padding:5px;
    background:#cdcdcd;
    text-align: left;
}
table.form td{
    padding:5px;
    background:#f5f5f5;
}
#footer{
    background:#36444c;
    color:#fff;
}
#footer a{
    color:#c7b1ff;
}
#footer .column{
    display: inline-block;
    padding:10px;
    font-weight: bold;
}
/* SOCIAL ICONS - GENERAL */
.social {
	list-style:none;
	width:180px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.social li { display:inline; float:left; background-repeat:no-repeat; }
.social li a {
	display:block;
	width:48px;
	height:48px;
	padding-right:25px;
	position:relative;
	text-decoration:none;
	padding-bottom: 10px;
}
.social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999;
 text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7);
 -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

li.delicious { background-image:url("http://theinsiderstories.com/templates/insiderv2/tmp/delicious.png"); }
li.digg { background-image:url("http://theinsiderstories.com/templates/insiderv2/tmp/digg.png"); }
li.facebook { background-image:url("../tmp/facebook.png"); }
li.google { background-image:url("../tmp/google.png"); }
li.email { background-image:url("../tmp/linkedin.png"); }
li.reddit { background-image:url("http://theinsiderstories.com/templates/insiderv2/tmp/reddit.png"); }
li.rss { background-image:url("http://theinsiderstories.com/templates/insiderv2/tmp/rss.png"); }
li.twitter { background-image:url("../tmp/twitter.png"); }

/* SOCIAL ICONS - CSS3 */
#css3:hover li { opacity:0.2; }

#css3 li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;
 -moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#css3 li a strong { opacity:0;
 -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms;
 -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }

#css3 li:hover { opacity:1; }
#css3 li:hover a strong { opacity:1; top:-10px; }

.btn_readmore{
background:#3F4345;
text-align:right;
cursor:pointer;
color:#fff;
margin:5px 0;
float:right;
padding:5px;
border-radius: 12px; 
-moz-border-radius: 12px; 
-webkit-border-radius: 12px; 
border: 2px solid #3F4345;
font:bold 11px sans-serif;
}
.btn_readmore:hover{
color:#000000;
background:#ccc;
}
.btn_readmore a {
color:#fff;
text-decoration:none;
}

.btn_readmore a:hover {
color:#000000;
text-decoration:none;
}

#list-index-one{
    float:left;
    padding:5px;
    width:34%;
}
#list-index-two{
    float:left;
    padding:5px;
    width:34%;
}

/*
pagination
*/
.pagination{padding: 10px 0;font-size: 11px; 	border-top:0px solid #4D4D4D;  }
.pagination a {padding: 4px 5px; color: #333; margin: 0 1px; background:#efefef; border:1px solid #ddd; text-decoration: none;}
.pagination a:hover {background:#666; color: #fff; border:1px solid #333;}
.pagination strong {font-weight:bold;padding: 4px 5px; margin: 0 1px; border:1px solid #888888;}
.pagination-info{font-size:11px; padding: 6px 0 0 0;}