﻿body
{
	font: normal 100% Helvetica, Arial, sans-serif, Mangal;
	background-color: #808080;  
	color: #2A2A2A;
	margin: 0px auto;
	text-align: center;
}


@media screen and (max-width: 768px)
{
	body
	{
		font-size: 70%;
		letter-spacing: normal;
	}
}
header, section, footer, aside, article, figure
{
	display: block;
}
ol, dl, nav, a
{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}
a
{
	text-decoration: none;
	color: #25679A;
}
a img
{
	border: none;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover, a:active, a:focus
{
	text-decoration: none;
}
.clear
{
	clear: both;
}
img
{
	border: 0px;
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
}
.fleft
{
	float: left;
	width: 100%;
}
.outerContainer
{
	width: 1250px;
	background-color: #fff;
	max-width: 1250px;
	display: inline-block;
	padding: 0;
	margin: 0px auto;
	
}
header div.tpdv
{
	background: #4B4B4B;
	color: #E5E2E2;
	float: left;
	width: 98%;
	text-align: left;
	padding: 0.5% 1%;
}
header div.tpdvSrch
{
	float: right;
	width: 25%;position:relative;
}
.srchImg{position: absolute;right: 15%;}
header a
{
	color: #E5E2E2;
	font-size: 0.9em;
}
header div.ash
{
	float: center;   
	width: 98%;
	padding: 0.5% 1%;
	text-align:center;

	margin-bottom:10px;
}


nav, ul, li
{
	margin: 0;
	padding: 0;
}



.container
{
	
	margin: 10px;
	text-align: left;
}
.toggleMenu
{
	display: none;
	background: #666;
	padding: 10px 15px;
	color: #fff; 
}

.nav
{
 overflow:auto; /* add this */
	list-style: none;
	background: transparent linear-gradient(#0A83C0, #0A83C0) repeat scroll 0% 0%;
	
font-weight:bold;
}
.nav:before, .nav:after
{
	content: " ";
	display: table;
}
.nav:after
{
	clear: both;
}
.nav ul
{
	list-style: none;
	width: 9em;
}
.nav a
{
	padding: 10px 12px;
	color: #fff;
}
.nav li
{
	position: relative;
}
.nav > li
{
	float: left;
}
.nav > li > .parent
{

}
.nav > li > a
{
	display: block;
	    border-right: 1px solid #576979;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.nav > li > a:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(#060606), to(#03AABD));
	background: -webkit-linear-gradient(#00ABBC, #03AABD);
	background: -moz-linear-gradient(top, #00ABBC, #03AABD);
	background: -ms-linear-gradient(#00ABBC, #03AABD);
	background: -o-linear-gradient(#00ABBC, #03AABD);
	background: linear-gradient(#00ABBC, #03AABD);
	
}
.nav > li > a.Selected
{
	background: -webkit-gradient(linear, left top, left bottom, from(#060606), to(#03AABD));
	background: -webkit-linear-gradient(#00ABBC, #03AABD);
	background: -moz-linear-gradient(top, #00ABBC, #03AABD);
	background: -ms-linear-gradient(#00ABBC, #03AABD);
	background: -o-linear-gradient(#00ABBC, #03AABD);
	background: linear-gradient(#00ABBC, #03AABD);
	
}
.nav li ul
{
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul
{
	left: 0;
	background: #0A83C0;
}
.nav li li.hover ul
{
	left: 100%;
	top: 0;
}
.nav li li a
{
	display: block;
	background:-webkit-gradient(linear, left top, left bottom, from(#060606), to(#414449));
background:-webkit-linear-gradient(#060606, #414449);
background:-moz-linear-gradient(top, #060606, #414449);
background:-ms-linear-gradient(#060606, #414449);
background:-o-linear-gradient(#060606, #414449);
background:linear-gradient(#060606, #414449);

	position: relative;
	z-index: 100;width: 150px;
padding: 9px 0px 7px 7px;
}
.nav li li a:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(#060606), to(#03AABD));
	background: -webkit-linear-gradient(#00ABBC, #03AABD);
	background: -moz-linear-gradient(top, #00ABBC, #03AABD);
	background: -ms-linear-gradient(#00ABBC, #03AABD);
	background: -o-linear-gradient(#00ABBC, #03AABD);
	background: linear-gradient(#00ABBC, #03AABD);

}
.nav li li li a
{
	background: #249578;
	z-index: 200;
}



nav {
    
    width: 100%;
	background: transparent linear-gradient(#0A83C0, #0A83C0) repeat scroll 0% 0%;
	
    font-size: 11pt;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #283744;
}
nav ul {
    padding: 0;
    margin: 0 auto;
    
}
nav li {
    display: inline;
    float: left;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {

}

nav a {
	padding: 10px 12px;
	color: #fff;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    
    text-shadow: 1px 1px 0px #283744;
}
nav li a {
    border-right: 1px solid #576979;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:last-child a {
    border-right: 0;
}

nav a:hover, nav a:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#060606), to(#03AABD));
	background: -webkit-linear-gradient(#00ABBC, #03AABD);
	background: -moz-linear-gradient(top, #00ABBC, #03AABD);
	background: -ms-linear-gradient(#00ABBC, #03AABD);
	background: -o-linear-gradient(#00ABBC, #03AABD);
	background: linear-gradient(#00ABBC, #03AABD);

}
nav a#pull {
    display: none;
}  
@media screen and (max-width: 600px) {
    nav { 
        height: auto;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 50%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #576979;
        border-right: 1px solid #576979;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
}
@media only screen and (max-width : 480px) {
    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;
		background: transparent linear-gradient(#0A83C0, #0A83C0) repeat scroll 0% 0%;
		
        width: 100%;
        position: relative;
    }
    nav a#pull:after {
        content:"";
        background: url('../images/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
}
@media only screen and (max-width : 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #576979;
    }
}
/* liScroll styles */
.brknews
{
	border: 1px solid #C2C1BF;
	max-width: 960px;
	margin: 10px;
	padding: 5px 10px 5px 10px;
}
.brknews span
{
	float: left;
color: #F93106;
font-weight: bold;
font-size: 17px;
}
.tickercontainer
{
	/* the outer div with the black border */
	padding: 0;
	overflow: hidden;
}
.tickercontainer .mask
{
	/* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 0px;
	width: 97%;
	overflow: hidden;
}
ul.newsticker
{
	/* that's your list */
	position: relative;
	left: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li
{
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	list-style-type: circle;
}
ul.newsticker a
{
	white-space: nowrap;
	padding: 0;
	color: #000;
	font: bold 14px Mangal;
	margin: 0 50px 0 0;
}
.midContainer
{
	float: left;
	width: 98%;
	margin: 0% 1% 0% 1%;
	text-align: left;
}
.lftPanl
{
	float: left;
	width: 665px;
	margin-right:2%;
}
.RgtPanl
{
	float: left;
	width: 294px;
}

.lftPanl a:hover
{
	 color:#330066;
	 background-color:#D4FFFF
	
}
.RgtPanl a:hover
{
	color:#330066;
	 background-color:#D4FFFF
	
}

.topheadline
{
	background-color: #F8F8F8;
	float: left;
	width: 100%;
	margin: 2% 0%;
	padding: 0% 0% 1% 0%;
	border: .1em solid #ABD7FE;
	border-radius: .2em;
}
.topheadline a
{
	width: 46%;
	float: left;
	font-size: 0.9em;
	padding: 1.3% 1.5%;
	margin: 0% 0.5%;
	background: url('../Image/left-arrow.png') no-repeat 0px 12px;
}
h1
{
	border-bottom: 2px solid black;
	font-size: 1.3em;
	margin: 0% 0% 0% 0%;
}
.poll
{
	border-top: 2px solid #000;
	border-bottom: 2px solid #0A83C0;
	border-left: 2px solid #0A83C0;
	border-right: 2px solid #0A83C0;
	border-radius: 0px 0px 8px 8px;
	padding: 2%;
	float: left;
	width: 95.3%;
	margin-bottom: 5%;
	font-size: 0.9em;
}
.plques
{
	font-size: 1em;
}
.rdButton
{
	font-weight: bold;
	padding: 5% 0%;
	float: left;
}
.viwresult
{
	float: right;
	color: #28679A;
	font-size: 0.8em;
	padding-top: 3%;
	cursor: pointer;
}
h2
{
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 1%;
}
.poll h2 a
{
	color: #00669B;
}
.catChankImg
{
	float: left;
	padding: 1% 1% 0% 0%;
	max-width: 140px;
}
.byline
{
	font-size: 0.9em;
}
.date
{
	font-weight: bold;
	font-size: 0.7em;
	line-height: 24px;
}
.othHeadline
{
	width: 100%;
	padding-top: 1%;
}
.othHeadline ul
{
	padding: 0px;
	margin: 1% 0% 0px 5%;
}
.othHeadline ul li
{
	clear: both;
	font-size: 1em;
	padding: 1% 0%;
	line-height: 19px;
}
.containerlft
{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.containerrgt
{
	width: 48%;
	float: left;
}
.topsrchbx
{
	width:196px;
	height: 20px;
	border: 0px;
	padding: 2% 3%;
	font-weight: bold;
}
.Srchtxt
{
	width:275px;
	height: 28px;
	background:#E8E8E8;
	border: 0px;
	padding: 2% 3%;
	font-weight: bold;
}
.ftrSrch{position:absolute;top:3px;right:0px;}
.styled-select
{
	width: 170px;
	height: 23px;
	overflow: hidden;
	background: url(../Image/arrow_xs.png) no-repeat 170px #FFF;
	border: 1px solid #ccc;
	color: #A0A0A0;
}
.cartoon
{
	float: left;
	width: 100%;
}
.cartoon.stockmrkt
{
	margin:3% 0%;
}
.cartoon.stockmrkt h1
{
	background:#FEBF00;
}
.epaperhead
{
	color: #25679B;
	font-size: 1.3em;
	padding: 0px;
	margin: 0px 7px 0px 0px;
	border: 0px;
	float: left;
}
.epaperImg
{
	padding: 1% 0%;
	border: 1px solid #A4A4A4;
	border-radius: 5px;
	margin:2% 1% 1% 0%;
}
.cartoon h1
{
	background: -webkit-gradient(linear, left top, left bottom, from(#0A83C0), to(#0A83C0));
	background: -webkit-linear-gradient(#0A83C0, #0A83C0);
	background: -moz-linear-gradient(top, #0A83C0, #0A83C0);
	background: -ms-linear-gradient(#0A83C0, #0A83C0);
	background: -o-linear-gradient(#0A83C0, #0A83C0);
	background: linear-gradient(#0A83C0, #0A83C0);
	
	color: White;
	padding: 2%;
	margin: 0%;
	width:97%;
}
.cartoon div
{
	text-align: center;
}
.sodokoo
{
	float: left;
	width: 100%;
}
.sodokoo div
{
	background: #1B81FF;
	text-align: center;
	margin-bottom: 5%;
	color: White;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3% 0%;
}
.rashiphal_con ul
{
	margin: 0%;
	padding: 0%;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	overflow: visible;
	list-style-position: outside;
	height: 30px;
	color: #fff;
	background: url(../Image/ar_bg.gif) repeat-x bottom left;
}
.rashiphal_con ul.menu li
{
	float: left;
}
.rashiphal_con ul.menu li a.current
{
	float: left;
	margin: 0%;
	border: none;
	overflow: visible;
	height: 24px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: block;
	padding: 0%;
	background: url(../Image/orenge_bot_arrow.gif) center bottom no-repeat;
	width: 23px;
	margin-left: 2px;
	z-index: 9999;
}
.rashiphal_con ul.menu li img
{
	margin: 0% auto;
	border: none;
	height: 18px;
	width: 23px;
	z-index: 777;
	display: block;
}
.homecontent
{
	width: 100%;
	margin: 0%;
	padding: 0% 0% 5% 0%;
	border-top: none;
	height: 100%;
	overflow: hidden;
}
.homecontent p
{
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #817D7E;
	margin: 0%;
	padding: 0% 2.5% 0% 2.5%;
}
.homecontent p strong
{
	font-weight: normal;
	font-size: 1.2em;
	color: black;
	line-height: 130%;
}
/*==========================most tab Story CSS=========================*/
.ajax__tab_yuitabview-most .ajax__tab_header
{
	width: 100%;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
}
.ajax__tab_yuitabview-most .ajax__tab_outer
{
	margin: 0% 10% 0% 0%;
}
.ajax__tab_default .ajax__tab_tab{padding: 3px 10px;}
.ajax__tab_yuitabview-most .ajax__tab_active .ajax__tab_tab
{
	border-radius: 5px 5px 0px 0px;padding: 3px 10px;color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#060606), to(#03AABD));
	background: -webkit-linear-gradient(#00ABBC, #03AABD);
	background: -moz-linear-gradient(top, #00ABBC, #03AABD);
	background: -ms-linear-gradient(#00ABBC, #03AABD);
	background: -o-linear-gradient(#00ABBC, #03AABD);
	background: linear-gradient(#00ABBC, #03AABD);
	
}
.ajax__tab_yuitabview-most .ajax__tab_body
{
	width: 100%;
	float: left;
	font-size: 11pt;margin-bottom:2%;
	border-top: 3px solid #000;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}
.ajax__tab_yuitabview-most .ajax__tab_body div.blk
{
	width: 46%;
	background: #FAF0CD;
	float: left;
	margin: 1%;
	padding: 1%;
}
.ajax__tab_yuitabview-most .ajax__tab_body div.blk img
{
	padding-bottom: 5%;
}

/*==========================Horosope CSS=========================*/
.ajax__tab_horoscope .ajax__tab_header
{
	width: 100%;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #25679B;
}
.ajax__tab_horoscope .ajax__tab_outer
{
	margin: 1% 10% 0% 0%;
	float: left;
}
.ajax__tab_horoscope .ajax__tab_tab
{
	padding: 4% 27%;
}
.ajax__tab_horoscope .ajax__tab_active .ajax__tab_tab
{
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#13B4E8), to(#8EDBF5));
	background: -webkit-linear-gradient(#13B4E8, #8EDBF5);
	background: -moz-linear-gradient(top, #13B4E8, #8EDBF5);
	background: -ms-linear-gradient(#13B4E8, #8EDBF5);
	background: -o-linear-gradient(#13B4E8, #8EDBF5);
	background: linear-gradient(#13B4E8, #8EDBF5);
	
	padding: 4% 27%;
	border-radius: 5px 5px 0px 0px;
}
.ajax__tab_horoscope .ajax__tab_body
{
	width: 100%;
	float: left;
	font-size: 11pt;
	border-top: 3px solid #000;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}

.social_icon-holder
{
	background: #f5f5f5;
	padding: 7px 10px;
	border: 1px solid #ebebeb;
	margin: 8px 0px;
}
.page-titel-heaing
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 7px 0 2px;
	line-height: 35px;
	border-bottom: 1px solid #dfdede;
	border-top: 1px solid #dfdede;
	font-size: 30px;
	color: #000;
}
.listing-page
{
	width: 100%;
	float: left;
	clear: both;
	padding-top: 2%;
}

.listing-page .story-list
{
	list-style: none;
}
.listing-page .story-list
{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.listing-page .story-list li
{
	margin: 0;
	padding: 8px 0 5px;
	border-bottom: 1px solid #d6d5d5;
	width: 100%;
	float: left;
}
.listing-page .story-list .last
{
	border: 0;
}
.listing-page .story-list li .story-heading
{
	width: 100%;
	font-weight: normal;
	font-size: 19px;
	color: #006599;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 35px;
}
.listing-page .story-list li .story-heading a
{
	color: #006599;
	text-decoration: none;
}
.listing-page .story-list li .story
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	float: left;
}
.listing-page .story-list li .story .story-image
{
	float: left;
	width: 200px;
}
.listing-page .story-list li .story .story-image img
{
	
	max-width: 100%;
	padding: 0;
	max-width: 180px;
}
.listing-page .story-list li .story p
{
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 0.9em;
	color: #303030;
	line-height: 20px;
}
.listing-page .story-list li .story .timestamp
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	padding: 0 0 5px 0 !important;
	color: #303030 !important;
	font-size: 12px !important;
}
.num_back
{
	float: left;
	margin-top: 2%;
	text-align: center;
	width: 100%;border-top: 1px solid gray;border-bottom: 1px solid gray;
}
.num_back ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.num_back li
{
	float: left;
	margin: 1%;
	padding: 0% 1%;
	font-weight: bold;
}
article img
{
	float: left;
	max-width: 350px;
	padding-right: 1.5%;
}
article
{
	font-size: 1em;
	line-height: 22px;
	text-align: justify;
}
article p
{
	font-size: 1em;
	line-height: 22px;
}
.styIcon
{
	float: left;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	width: 100%;
	margin: 15px 0px;
}
.styIcon ul
{
	padding: 0px;
	margin: 0px;
}
.styIcon ul li
{
	float: left;
	list-style-type: none;
	padding: 5px;
}
/*===============================================*/
.folow
{
	background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#F2F1F0));
	background: -webkit-linear-gradient(#FDFDFD, #F2F1F0);
	background: -moz-linear-gradient(top, #FDFDFD, #F2F1F0);
	background: -ms-linear-gradient(#FDFDFD, #F2F1F0);
	background: -o-linear-gradient(#FDFDFD, #F2F1F0);
	background: linear-gradient(#FDFDFD, #F2F1F0);

	border: 1px solid #C4C2C2;
	border-radius: 5px;float:left;clear:both;
	margin: 3% 0%;
	padding: 3% 2%;
}
.folow h1
{
	font: normal 1.2em verdana;
	color: #25679A;
	margin: 0%;
	padding: 0%;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 2%;
}
.font_sizeholder
{
	width: 38px;
	padding: 0px 0 0px 12px;
	font-size: 12px;
	float: right;
	border-left: 1px solid #cccccc;
}
.ad
{
	text-align: center;
	clear: both;
	padding: 0% 0% 0% 0%;
	width: 100%;
	float: left;
}
.evnt
{
	float: left;
	width: 100%;
}
.evntinner
{
	float: left;
	width: 100%;
	margin:4% 0%;
}
.evnticon
{
	background: url(../Image/Calendar.png);
	width: 60px;
	height: 42px;
	float: left;
	margin-right: 2%;
	text-align: center;
	padding: 2% 0%;
	font-weight: bold;
	font-size: 0.8em;
}
.evnticonmonth
{
	text-align: center;
	width: 100%;
	float: left;
	padding-top: 4%;
}
.evnticonday
{
	text-align: center;
	width: 100%;
	float: left;
	padding-top: 6%;
}
.evnt span.date
{
	color: #A7A7A7;
	font-weight: bold;
	font-size: 0.8em;
	color: Gray;
}
.ftr
{
	background: black;
	width: 94%;
	text-align: left;
	float: left;
	padding: 2% 3%;
}
.ftr div.frtdv
{
	float: left;
	width: 23%;
}
.ftr div.frtdv ul
{
	padding: 0px;
margin: 0px;
list-style-type: disc;

color: white;
font-size: 19px;
}
.ftr div.frtdv ul li
{
	padding: 1% 0%;
	font-weight: bold;
}
.ftr div.frtdv ul li a
{
	color: #D8D8D8;
}
.ftr div.Secdv
{
	float: left;
	width: 31%;position:relative;
}
.ftr div.Secdv span
{
	float: left;
	color: #D8D8D8;
	font-weight: bold;
	width: 100%;
	border-bottom: 3px dotted #D8D8D8;
	margin: 6% 0% 0% 0%;
}
.ftr div.Secdv img
{
	padding: 3% 1%;
}
.cpy{width:100%;background:#BBBBBB;padding:5px 0px;color:#666666;float:left;font:bold 0.8em verdana;}
.rss
{
	float: left;
}
.rss ul
{
	float: left;
	margin: 0 auto;
	padding-left: 2px;
	width: 150px;
}
.rss li
{
	background-image: url("../images/#0A83C0-dot.jpg");
	background-position: 0 8px;
	background-repeat: no-repeat;
	font-family: Verdana Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	list-style: none outside none;
	margin: 0 auto;
	padding: 3px 0 5px 10px;
	text-align: left;
	text-decoration: none;
	width: 200px;
}
.rss li a
{
	color: gray;
	text-decoration: none;
}
.rss li a img
{
	border: 0px none;
	background-image: none;
	float: left;
	margin-top: -12.8px;
	padding-left: 540px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 5px;
}
.cmnt_ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 0.90em;
}
.cmnt_ul1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.cmnt_ul1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	border: solid 1px black;
	float: left;
}
.addcomm
{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	display: block;
	font-weight: bold;
	color: Black;
}
.addcomm_li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: lighter;
	border: solid 0px black;
}
.space_li
{
	display: block;
	height: 7px;
}
.addadd
{
	display: block;
	width: 675px;
	font-weight: bold;
	border-bottom: solid 2px #e1e1e1;
	padding: 0px;
	color: Black;
	height: 20px;
	margin: 0px;
}
.space_li1
{
	width: 200px;
	display: inline;
	height: 20px;
	float: left;
	text-align: right;
	font-size: 0.90em;
}
.space_li2
{
	width: 7px;
	display: inline;
	border: solid 0px black;
	height: 20px;
	float: left;
	text-align: right;
}
.space_li3
{
	display: block;
	border: solid 1px black;
	float: left;
}
.newscomnts
{
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 1px #e1e1e1;
	display: block;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	width: 660px;
}
.crtd_by
{
	display: block;
	float: left;
	padding: 5px 0px 0px 0px;
	margin: 0 0 0 0;
	font-size: 11px;
}
.cmmnt_space
{
	display: block;
	height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.black_image
{
	float: left;
	background-color: #333333;
	margin: 5px 1px 10px 0px;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 1px 4px 0px;
	float: left;
	list-style-type: none;
	display: inline;
	text-align: left;
	padding-left: 4px;
}
.comment_box
{
	border: 1px solid #D3CFD0;
	width: 423px;
	padding-left: 0px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474242;
	float: left;
	padding: 6px;
	text-align: left;
	margin-top: 0px;
}
.post
{
	float: right;
	margin: 7px 9px 15px 0px;
}
.pst_comnt_desc
{
	float: left;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	width:99%;
}
.pst_comnt_desc ul
{
	border-bottom: 1px dashed #b8b4b4;
	margin: 0 auto;
	padding:0px 2px 22px 18px;
}
.pst_comnt_desc ul li
{
	color: #0258A3;
	display: inline;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	list-style: none outside none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.pst_comnt_desc ul li span
{
	color: #474242;
	font-family: Verdana;
	font-size: 11px;
	display: block;
	list-style: none outside none;
	margin: 0 auto;
	padding: 0;
	font-weight: normal;
}
.pst_comnt_desc ul li p
{
	color: #474242;
	display: inline;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	list-style: none outside none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	text-decoration: none;
}
.comnt_desc img
{
	display: list-item;
	float: left;
	margin-bottom: auto;
	padding:0px 9px 30px 0px;
}
.hBlk{margin-right:1%;float:left;min-height:410px;}
/* change*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	text-align:left;
}
.cartoon div
{
	text-align:left;
}
.form-control {
	box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-primary {
    color: #FFF;
    background-color: #337AB7;
    border-color: #2E6DA4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    margin: 0px;
    font: inherit;
    color: inherit;
}

/* Button 5 */
.btn-5 {
	background: #823aa0;
	color: #fff;
	height: 70px;
	min-width: 260px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.btn-5:active {
	background: #9053a9;
	top: 2px;
}

.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-5:active:before {
	color: #703b87;
}
.icon-cart:before {
	content: "\e007";
}

.icon-cart-2:before {
	content: "\e008";
}