Fhtml, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
	 background-color: #F4E7BD;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}

::selection {
 background: #b3d4fc;
 text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
a {
	color: #8B2C00;
	text-decoration: none;
}
a:hover {
	color: #8B2C00;
	text-decoration: underline;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ===== Initializr Styles ============ */

body {
	font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}
.header-container {
	background: #B55115;
	border-bottom: 3px solid #C0943B;
	  padding-bottom:15px;
}
.main aside {
    background: none repeat scroll 0 0 #EFDB9E;
    border-top: 28px solid #EA791D;
}
.footer-container {
    background: none repeat scroll 0 0 #F4E7BD;
    border-top: 10px solid #7E8901;
    color: #1A606F;
   
}
.footer-container a {
	text-decoration: none;
	white-space: nowrap;
	color: #8B2C00;
	cursor: pointer;
	padding-right: 10px;
}
.footer-container a:hover {
	text-decoration: underline;
}
.title {
	color: #F2F2F2;
	float: left;
}
nav {
	float:right;
	width: 60%;
}
nav ul {
	margin: 10px 0 0;
	padding: 0;
	list-style:none;
	float:right;
}
nav ul li {
	float:left;
	/* padding: 8px 14px;*/
    position: relative;
}
nav ul li a {
	background-color:#C0943B;
	color: #fff;
	display: block;
	margin: 5px;
	padding: 8px 14px;
	position: relative;
	z-index: 6;
}

nav a:hover, nav a:visited {
	color: #fff;
}
nav a:hover {
	text-decoration: underline;
	background-color:#B55115;
	color: #fff;
}

#pageNavPosition {
	margin-bottom:10px;
}
#pageNavPosition .pg-normal {
	font-weight: normal;
	text-decoration: none;
	padding:7px 10px 7px 10px;
	cursor: pointer;
	background:#FF7217;
	background:-moz-linear-gradient(top, #FF8E1F, #FF7217);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#FF8E1F), to(#FF7217));
	color:#FFFFFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right:7px;
    line-height:40px;
}
#pageNavPosition .pg-normal:hover {
	color:#C34E00;
	background:#FFECDE;
}
#pageNavPosition .pg-selected {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	color:#C34E00;
	background:#FFECDE;
	padding:7px 10px 7px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right:7px;
}
/* ==============
    MOBILE: Main
   ============== */

.main {
	padding: 30px 0;
}
.main article h1 {
	font-size: 2em;
}
.main article .btnCont {
	clear:both;
	width:90%;
	overflow:hidden;
}
.main article .btnCont .submit {
	float:left;
	width:150px;
}
.main article .btnCont .loading {
	width:50px;
	margin-top:10px;
	float:left;
}
article a {
	color:inherit;
	text-decoration: none;
}
article a:hover {
	color:inherit;
	text-decoration: underline;
}
.main aside {
	color: white;
	padding: 0px 2% 10px;
	margin-bottom:10px;
}
.main aside a {
	color: #8B2C00;
	text-decoration: none;
}
.main aside a:hover {
	color: #000;
	text-decoration: underline;
}
.main aside h2 {
	color: #7E8901;
	font: 20px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px;
}
.main aside .map {
	text-align:center;
}
.main aside .map img {
	border: solid 1px #000;
}
.footer-container footer {
	color: white;
	padding: 20px 0;
}
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
	padding-top: 20px;
}
/*==========================================================================*/

h3 {
	padding:0;
	margin:15px 0 5px 0;
}
h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.8em;
	text-shadow: none;
	color: #A5C100;
}
#pageForm .spanright {
	width:93%;
	display:block;
}
#pageForm .txtinput {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #7E8901;
	margin:3px 0;
	font-size: 1.0em;
	padding: 5px 10px;
	width: 90%;
	color: #2E2E2E;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#pageForm textarea {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #7E8901;
	margin:3px 0;
	font-size: 1.0em;
	padding: 5px 10px;
	width: 90%;
	height: 180px;
	color: #2E2E2E;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#pageForm select {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #7E8901;
	margin:3px 0;
	font-size: 1.0em;
	padding: 5px 10px;
	width: 93%;
	color: #2E2E2E;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#pageForm .timeBox {
	width:70px !important;
}
#pageForm .timeseprater {
	float:left;
	margin:10px;
	font-weight:bold;
}
#pageForm .TimeCrtlRow {
	width:100%;
	text-align:center;
}
#pageForm select:focus, #pageForm textarea:focus, #pageForm .txtinput:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(102, 204, 0, 0.1) inset, 0 0 8px rgba(102, 204, 0, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(102, 204, 0, 0.1) inset, 0 0 8px rgba(102, 204, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(102, 204, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	outline: 0 none;
}
#pageForm .Validationerror {
	background: none repeat scroll 0 0 #FFEBEB;
	border: 1px solid #FF0000;
	color: #FF0000;
	font: 12px Arial, Helvetica, sans-serif;
}
#pageForm .rfv {
	background: none repeat scroll 0 0 #fff;
	border: medium none;
	margin-top: 2px;
	color: #FF0000;
	font: 12px Arial, Helvetica, sans-serif;
}
#pageForm .error {
	background: none repeat scroll 0 0 #FFEBEB;
	border: 1px solid #FF0000;
	color: #FF0000;
	font: 12px Arial, Helvetica, sans-serif;
}
.loginhelp {
	font-size: 11px;
	margin: 5px 0;
	width: 90%;
}
input[type="radio"], input[type="checkbox"] {
	position: relative;
	/* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px;
}
.Sectionheading {
	font-size: 12px;
	font-weight: bold;
	line-height: 3;
}
.ptb10 {
	padding:10px 0;
}
.ml10 {
	margin-left:10px;
}
.mt10 {
	margin-top:10px;
}
.mb10 {
	margin-bottom:15px;
}
.m10 {
	margin:10px;
}
.p10 {
	padding:10px;
}
.block {
	display:block;
}
.cursorhelp {
	cursor:help
}
.headtxt {
	font-weight:bold;
	width:150px;
	float:left;
}
.valtxt {
}
.bold {
	font-weight:bold;
}
.fullSpan {
	display:block;
}
.clear {
	clear:both;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.textright {
	text-align:right;
}
.textleft {
	text-align:left;
}
.textcenter {
	text-align:center;
}
.mt5 {
	margin-top:5px;
}
.mb5 {
	margin:0 0 5px 0;
}
.w48 {
	width:48%;
}
.m0 {
	margin:0!important;
}
.text-center {
	text-align:center
}
/* Button Styles Starts */
.button {
	position: relative;
	padding: 10px 20px;
	font-size:14px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
	opacity: .9;
	border:0;
	margin:10px 0;
}
.button:hover {
	background-color:#7E8901;
	color:#fff;
	text-decoration:none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
.button a {
	text-decoration:none;
	color:#fff!important;
}
 a button {
	text-decoration:none;
	color:#fff!important;
}
.button:active {
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3) inset;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .3) inset;
}
.btn-green {
	background: #B55115;
	color: #fff;
}
.btn-blue {
	background: #B55115;
	color: #fff;
}
.btn-green1 {
	background: #B55115;
	color: #fff;
}
.btn-dblue {
	background: #B55115;
	color: #fff;
}
/* Button Styles Ends */	
.txt-red {
	color:#E44D26;
}
.txt-green {
	color:#7BD553;
}
.rt-box {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	color: #333333;
	float: left;
	margin: 0 5px;
	padding: 5px;
	position: relative;
	width:92%;
}
.rt-box:after {
	-moz-transform: rotate(3deg);
	bottom: 10px;
	box-shadow: 0 12px 5px rgba(0, 0, 0, 0.3);
	content: "";
	position: absolute;
	right: 4px;
	top: 80%;
	width: 80%;
	z-index: -1;
}
.rt-list {
	margin:2px 2px 2px 10px;
	padding:0;
}
.rt-list li {
	margin:5px 0 0 14px;
}
.PremiumMembers {
	margin:2px;
	padding:0;
}
.PremiumMembers li {
	background:url(../images/check.png) no-repeat left top;
	padding: 0px 0px 5px 25px;
	list-style:none;
}
.PremiumMembers a {
	color:#00AFFD;
	text-decoration:none;
}
.PremiumMembers a:hover {
	color:#00AFFD;
	text-decoration:underline;
}
.Paymenthelpimg {
	cursor:pointer;
}
.linkblack {
	color:#000;
	text-decoration:none;
}
.linkblack:hover {
	color:#000;
	text-decoration:underline;
}
.RigthAdvCont {
	margin:auto;
	text-align:center;
}
.RigthAdvCont img {
	max-width:98%;
	margin:auto;
	border:0;
}
/* Table Style Starts */
.custtable {
	width: 100%;
	border-collapse: collapse;
}
 .custtable tr:nth-of-type(odd) {
 background: #eee;
}
.custtable th {
	background: #333;
	color: white;
	font-weight: bold;
}
.custtable td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align:center;
}
/* Table Style Ends */
/* Table Style Starts */

.Normaltable {
	width: 100%;
	border-collapse: collapse;
}
.Normaltable .ShowDis {
	color: #0F7B9C;
	cursor: pointer;
}
.Normaltable tr:nth-of-type(odd) {
 background: #eee;
}
.Normaltable th {
	background: #333;
	color: white;
	font-weight: bold;
}
.Normaltable td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align:left;
}
/* Table Style Ends */

/* Table Style Starts */
.Patmenttable {
	width: 100%;
	border-collapse: collapse;
}
.Patmenttable .ShowDis {
	color: #0F7B9C;
	cursor: pointer;
}
.Patmenttable tr:nth-of-type(odd) {
 background: #eee;
}
.Patmenttable th {
	background-color: #3282E6;
	color: white;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 10px;
}
.Patmenttable td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align:left;
}
.pmtLrow {
	background-color: #4D4D4D;
	color: #FFFFFF;
	font-size: 16px;
}
/* Table Style Ends */

/* Alert Message Starts */
.message {
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	display: block;
	font-weight: normal;
	padding: 10px 10px 10px 36px;
	width:89%;
	margin:auto;
}
.message a {
	cursor:pointer;
	color:#1122CC;
	text-decoration:none;
	font-weight:bold;
}
.message a:hover {
	color:inherit;
	text-decoration:underline;
}
.success {
	background: url(../images/icons/success.png) no-repeat scroll 10px center #D1FEBA;
	border: 1px solid #b2ff8b;
}
.error {
	background: url(../images/icons/error.png) no-repeat scroll 10px center #FFAABB;
	border-color: #FB5766;
}
.warning {
	background: url(../images/icons/warning.png) no-repeat scroll 10px center #cc0000;
	color:#fff;
}
.warning a {
	color:#fff;
}
.info {
	background: url(../images/icons/info.png) no-repeat scroll 10px center #C4DBEC;
	border-color: #85A5BE;
}
/* Alert Message Ends */		


/* 4 column grid start */
.grids {
	max-width:1120px;
	clear:both;
	margin:0 0 0 -2.679%;
	list-style:none; /* So we can make grids out of lists. */
}
.wrapper-col {
	width:75%;
	margin:0 auto;
}
/**/
[class^="grid-"] {
 float:left;
 margin:0 2.679% 0 0;
}
.grids [class^="grid-"] {
 margin:0 0 0 2.679%;
}
/*
Nested grids won't work with fluid layouts :(
*/
.grid-4 {
	width:22.321%;
}
.grid-4 img {
	margin-bottom: 10px;
	color: #CC0000;
	height: auto;
	max-width: 100%;
}
/* 4 column grid Ends */


/* Membership styles starts */
.listing {
	/*padding:5px 5px 0px 0;*/
	margin-bottom:15px;
}
.lstinfo {
	overflow:hidden;
	margin-left:10px;
}

.lstImg {
	display: block;
	float: left;
	width:20%;
}
.lstImg img {
	border:0;
	max-width:90%;
}
.lstDtl {
	float: left;
	line-height:22px;
	width:78%;
	padding-right:5px;
}
.backgroundNone {
	background:none !important;
}
.fnm {
	font-size: 15px;
	background-color: #EA791D;
	padding: 5px;
}
.fnm a {
	color:#fff;
}
.fnm a:hover {
	color:#dbdbdb;
}
.fname {
	color: #fff;
	font-size: 15px;
	background-color: #EA791D;
	padding: 5px;
	border-bottom:1px solid #E44D26;
}
.fname a {
	color:#663300;
}
.fname a:hover {
	color:#FF9900;
}
.lstBtnbox {
	text-align:center;
	padding-top:10px;
	float:left;
	width: 90%;
	overflow:hidden;
	min-height:30px;
}
.ExtraOpt {
	border-top:dashed 1px #000;
	text-align:left;
	padding:10px 5px 0 10px;
	min-height:30px;
	float:left;
	width: 100%;
	overflow:hidden;
}
.ExtraOpt a {
	padding:0 10px;
}
.lstBtn {
	-moz-border-radius: 3px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:6px 15px;
	background-color:#B55115;
	border:0;
	color:#fff;
}
.lstBtn:hover {
	background-color:#7E8901;
	color:#fff;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	text-decoration:none;
}
.lstOfr {
	border-radius: 999px 999px 999px 999px;
	background-color:#C00;
	color:#fff;
	height: 43px;
	width: 60px;
	float:right;
	position: relative;
	font-size: 10px;
	line-height: 12px;
	text-align:center;
	padding-top:17px;
}
.lstOfr:after {
	-moz-transform: rotate(3deg);
	bottom: 10px;
	box-shadow: 0 12px 5px rgba(0, 0, 0, 0.3);
	content: "";
}
.pd-mem {
    background-color: #EFDB9E;
    border: 1px dashed #B55115;
    overflow: hidden;
}
.fr-mem {
	background-color:#F1E4BC;
	border: 1px dashed #B55115;
	overflow:hidden;
}
/* Membership styles ends */

.lstdtlimg {
	float: left;
	width: 28%;
	padding: 5px;
}
.lstdtlimg img {
	margin: auto;
	max-width: 98%;
	padding: 0 5px;
}
.lstMoredt {
	float: left;
	line-height:22px;
	width:67%;
	padding: 5px;
	margin-left:5px;
}
.breadcrumb {
	width:100%;
	padding:5px 0;
}
.breadcrumb h3 {
	margin:0;
	padding:0;
}
.timeBox {
	width:10% !important;
	float:left;
	margin-right:10px;
	padding:5px!important;
}
.dtldisc {
	background:url(../images/bn-discount.png) no-repeat;
	position:relative;
	float:right;
	width:91px;
	height:75px;
	text-align:center;
	font-size:14px;
	padding-top:16px;
	color:#FFF;
}
.disctxt {
	font-size:26px;
	margin:7px 24px;
	display:block;
}
.dtlcontfull {
	margin: 10px;
}
.ExtraOptCommResult {
	border-top:dashed 1px #000;
	border-bottom:dashed 1px #000;
	text-align:left;
	padding:10px 5px 0 10px;
	min-height:30px;
	float:left;
	width: 100%;
	overflow:hidden;
}
.ExtraOptCommResult a {
	padding:0 10px;
}
.width100 {
	width:100% !important;
}
/****** TABS Starts *****/
.tabmain {
	width:99%;
	float:left;
	margin-top:10px;
}
div.tabBox {
	width:99.9%;
	float:left;
	overflow: visible;
}
div.tabBox h3 {
	padding:20px 0px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width:99.9%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	display: block;
	padding: 0 5px;
	outline: none;
	background:none;
}
.tabContainer {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width:99.9%;
	margin-bottom:10px;
}
.tabContent {
	padding: 20px;
}
.tabContent h3 {
	padding:0px;
}
/**** TABS STYLES ****/
 
div.tabBox h3 {
}
ul.tabs {
	border-bottom: 1px solid #EFDB9E;
	border-left: 1px solid #EFDB9E;
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
}
ul.tabs li {
}
ul.tabs li a {
	background:#F4E7BD;
	text-decoration: none;
	font-size: 11px;
	color: #000;
	outline: none;
	border: 1px solid #A44213;
	border-left: none;
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
}
ul.tabs li a:hover {
	background: #A44213;
	color:#fff;
}
ul.tabs li.active {
	border-bottom:1px solid #A44213;
	color:#fff;
}
ul.tabs li.active a, ul.tabs li.active a:hover {
	background: #A44213;
	color:#fff;
}
div.tabContainer {
    background: none repeat scroll 0 0 #EFDB9E;
    border-color: #C0943B;
    border-style: solid;
    border-width: 1px;
}
div.tabContainer h6 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#E26B1D;
}
/* Tabs Ends */

#pageTopSearch {
	width:100%;
	float:left;
}
 #pageTopSearch .InnerCont
{
	background-color: #EFDB9E;
    border: 1px solid #C0943B;
    border-radius: 4px 4px 4px 4px;
    margin-top: 5px;
    overflow: hidden;
    padding: 10px 0 0 10px;
    width: 95%;
}
#pageTopSearch .location {
	width:20%;
	float:left;
	margin:0 10px 0 0;
}
#pageTopSearch .keyword {
	width:50%;
	float:left;
}
#pageTopSearch .subarea {
	width:26%;
	float:left;
	margin-bottom:0;
}
#pageTopSearch .location .txtinput {
	width:90%;
	float:left;
}
#pageTopSearch .keyword .txtinput {
	width:94%;
	float:left;
}
#pageTopSearch .subarea .txtinput {
	width:50%;
	float:left;
}
#pageTopSearch .subarea .lstBtn {
	margin-left:10px;
}
#pageTopSearch .GoHelp {
	clear: both;
	color: #DD4B39;
	font-size: 12px;
	width: 100%;
}
#pageTopSearch .txtinput {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #7E8901;
	font-size: 1.0em;
	margin:0;
	padding: 5px 10px;
	color: #2E2E2E;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#pageTopSearch select {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #7E8901;
	margin-bottom: 15px;
	font-size: 1.0em;
	padding: 5px 10px;
	width: 90%;
	color: #2E2E2E;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
.main article {
	float: left;
	width: 69%;
}
.main aside {
	float: left;
	width: 25%;
	margin-left:10px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/* Css  mukesh start*/

.pageskip {
	margin: 0;
	padding: 0;
	width:100%;
	float:left;
	text-align:right;
}
.pageskip a {
	color:#000;
	text-decoration:none;
}
.pageskip a:hover {
	text-decoration:underline;
}
#pageForm .uploadRow {
	width:100%;
	float:left;
	padding-bottom:20px;
}
#pageForm .CtrlRow {
	margin-bottom:10px;
	overflow:hidden;
}
.CtrlRow .spantxt {
	float: left;
	width: 150px;
}
.CtrlRowm0 {
	overflow:hidden;
}
.strong {
	color: #222222;
	font-weight:bold;
}
/* page scroller Css Start */

.scrollup {
	width:40px;
	height:40px;
	opacity:1;
	position:fixed;
	cursor: pointer;
	bottom: 5px;
	right: 5px;
	display:none;
	z-index:999;
	border:0;
	background: url('../images/icon_top.png') no-repeat;
}
.mapContainer {
	float: left;
	width:90%;
	padding:5px 10px;
	border:solid 1px #000;
	background-color:#FFFFCC;
	margin:5px;
}
.mapContainer p {
	float: left;
	width:98%;
	padding:0;
	margin:0;
	margin:5px;
}
.mapContainer table {
	float: left;
	width:100%;
	text-align:center;
	margin:5px 0;
}
.mapContainer .mapdiv {
	width:99%;
	height:300px;
	float:left;
	margin:5px 0;
}
/* page scroller Css End*/


/* Auto Coumplete Css Start */
 
        .AutoExtender {
	font-size: .8em;
	font-weight: normal;
	border: solid 1px #006699;
	line-height: 20px;
	padding: 10px;
	background-color: White;
	margin-left: 10px;
	list-style: none;
}
.AutoExtenderList {
	border-bottom: dotted 1px #006699;
	cursor: pointer;
	color: Maroon;
}
.AutoExtenderHighlight {
	color: White;
	background-color: #006699;
	cursor: pointer;
}
/*Auto Coumplete Css End*/

 .InfoContMain {
	background: #fff;
	box-shadow: 0 1px 4px #b0b0b0 inset;
	-moz-box-shadow: 0 1px 4px #b0b0b0 inset;
	-webkit-box-shadow: 0 1px 4px #b0b0b0 inset;
	float: left;
	width: 400px;
	padding: 10px 5px;
}
.InfoCont {
	float: left;
	padding: 0 10px;
	text-align: justify;
	width: 95%;
}
.cntr {
	text-align: center;
}
.InfoContRow {
	float: left;
	padding-bottom: 10px;
	width: 100%;
}
.InfoContRow label {
	float: left;
	width: 60px;
	margin: 0;
}
.InfoContRow .heaader {
	font-size: 12px;
	font-weight: bold;
}
.InfoContRow .Ctrl {
	display: inline-block;
	border: 1px solid #cbcbcb;
	font-size: 16px;
	height: 25px;
	margin: 0 10px 0 0;
	padding: 2px 0 2px 3px;
	width: 203px;
}
.modalbackground {
	background-color: Gray;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 500001;
}
.modalpopup {
	background-color: White;
	padding: 6px 6px 6px 6px;
	z-index: 600001;
}
.AwaitingDiv {
	width:400px;
}
.AwaitingDiv .Header {
	background-color: #FFB413;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}
.AwaitingDiv .Header .close {
	width: 24px;
	height: 24px;
	float: right;
	cursor: pointer;
}
.AwaitingDiv .body {
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}
.AwaitingDiv .MsgContainer {
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
	margin: 5px;
}
.AwaitingDiv .bodyMsgline {
	color: #5B5B5B;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 0;
}
/* Css  mukesh end*/



.links {
	color:#000;
	font-weight:bold;
}
.links a {
	color:#B22D00;
	text-decoration:none;
	font-weight:normal;
}
.links a:hover {
	color:#B22D00;
	text-decoration:underline;
}
.dashBox {
	border: 1px solid #E44D26;
	min-height: 100px;
	overflow: hidden;
}
.dashInnerBox {
	float:right;
	padding: 5px 30px 0 0;
}
.dashNos {
	margin-top:-8px;
	float:left;
	width:192px;
	height:62px;
	background:url(../images/memscr.png) no-repeat top;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding-top:10px;
}
.memTtl {
	font-size:16px;
	background-color:#00c0ff;
	padding:8px 10px;
	display:block;
	color:#fff;
	-webkit-box-shadow: 0 8px 6px -6px #999999;
	-moz-box-shadow: 0 8px 6px -6px #999999;
	box-shadow: 0 8px 6px -6px #999999;
}
.mr10 {
	margin-right:10px;
}
.mt20 {
	margin-top:20px;
}
.f26 {
	font-size:26px;
}
.mainlistingcontainer {
}
.listingInnercontainer {
	width:100%;
	background-color:#F5F5F5;
	overflow:hidden;
	margin: 10px 0;
	border-bottom: 1px solid #00C0FF;
	border-left: 1px solid #00C0FF;
	border-right: 1px solid #00C0FF;
}
/*  */
	
	
	
.errorPageContainer {
	background-color: #FFFFE1;
	border: 2px solid #F4E4B7;
	line-height: normal;
	margin:50px 0;
	overflow:hidden;
}
.errorPageContainer .errorTitle {
	float:left;
	width:90%;
	padding: 5px;
	margin:5px;
}
.errorTitle .cautionimg {
	float:left;
	height:auto;
	width:50px;
}
.cautionimg img {
	height:48px;
	width:48px;
}
.errorTitle .Titletxt {
	float: left;
	margin-left: 20px;
}
.Titletxt h2 {
}
.errorPageContainer .errorLongContent {
	float: left;
	margin: 0 0 10px 80px;
	width: 80%;
}
.errorLongContent p {
	margin:0;
	padding:0;
}
/*  */
	
	/* top Browser Compatibility error css start*/

 .browsermsg {
	background: url( "../images/icons/warning.png" ) no-repeat scroll 10px center #FDF2AB;
	border-bottom: 1px solid #A29330;
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	left: 0;
	position: fixed;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 111111;
}
.browsermsg div {
	margin-left: 50px;
	padding: 5px 0;
	text-align: left;
}
.browsermsgclose {
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding: 0;
	position: absolute;
	right: 0.5em;
	top: 0.2em;
	width: 12px;
	margin-top: -3px;
}
.browsermsg a, .browsermsg a:visited {
	color: #E25600;
	text-decoration: none;
}
.browsermsg a:hover {
	color: #E25600;
	text-decoration: underline;
}
/* top Browser Compatibility error css end*/



/* Home page Css start*/
 .Emptylisting {
	border-bottom: 1px solid #aaaaaa;
	overflow: hidden;
	margin: 10px 0;
	padding: 5px 0;
	font-weight: bold;
}
.headerrow {
	border-bottom: 1px solid #aaaaaa;
	overflow: hidden;
	padding: 5px;
}
.detailsrow {
	overflow: hidden;
	padding: 5px;
	line-height:22px;
}
.detailsrow p {
	display:block;
	padding:3px;
	margin:3px;
	text-align:left;
}
.detailsrow h3 {
	border:none !important;
	background:none !important;
	padding:5px !important;
	margin:5px !important;
}
.dashed-border-bottom {
	border-bottom: 1px dashed #000000;
	height: 1px;
}
.bgbecomepaid {
	margin: auto;
	width: 98%;
}
.bgmoreDt {
	background-color: #FFF8DC !important;
}
.bgbecomepaid .header {
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 7px 0;
}
.bgbecomepaid .bmsg {
	margin:0;
	padding: 7px 0;
}
.AdStatusrow {
	border: 1px solid #aaaaaa;
	background-color: #E44D26;
	margin: 3px;
	display: block;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}
.moreinforow {
	border: 1px solid #aaaaaa;
	background-color: #E44D26;
	margin: 20px 0 10px 0;
	display: block;
	overflow: hidden;
	padding: 5px;
	color: #fff;
}
.bgred {
	background-color: #E44D26 !important;
}
.bgpaid {
	background-color: #E3E2E2 !important;
}
.accordion {
	width: 100%;
}
.accordion H3 {
	padding: 7px 15px;
	background: url(../images/arrow-square.gif) #e9e7e7 no-repeat right -51px;
	margin: 5px 0;
	color:#004A73;
	font-size:12px;
	cursor: pointer;
	border: solid 1px #484848;
}
.bgred {
	background-color:#DD4B39 !important;
	color:#fff!important;
}
.accordion H3:hover {
	background-color: #e3e2e2;
}
.accordion H3.active {
	background-position: right 5px;
}
.Toggle {
	margin: 0;
	padding: 10px 0;
	background:#E9E7E7;
	border-bottom:1px dotted #484848;
	display: none;
	overflow:hidden;
}
.photoCont {
	width: 100%;
	float: left;
	overflow: hidden;
	clear: both;
}
.photoDiv {
	width: 190px;
	float: left;
	overflow: hidden;
	margin: 5px;
	border: solid 1px #000;
}
.photoDiv .headercont {
	display: block;
	padding: 3px 2px;
}
.photoDiv .contentcont {
	display: block;
	padding: 5px 2px;
}
.photoDiv .footercont {
	display: block;
	padding: 3px 2px;
	height: 25px;
}
.photoDiv .logophotoDiv {
	height: 100px;
	text-align: center;
}
.photoDiv .logophotoDiv img {
	max-width: 150px;
	max-height:100px;
	margin: auto;
}
.photoDiv .upimgdiv {
	height: 100px;
	text-align: center;
}
.photoDiv .upimgdiv img {
	border: 0;
	max-width: 150px;
	height: 100px;
	padding: 5px;
	margin: auto;
}
.photoDiv a {
	padding: 5px;
}
.tac {
	text-align: center;
}
.videodiv {
	border: solid 1px #000;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}
.videodiv .iframediv {
	width: 90%;
	overflow: hidden;
	margin: 10px auto;
}
.iframediv p {
	background: none;
	border: none;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}
.AdvCompleteCont {
	padding: 5px;
	text-align: center;
	width: 120px;
	padding: 5px;
	border: solid 1px #ccc;
}
.AdvCompleteTop {
	width: 100px;
	overflow: hidden;
	border-radius: 10px 10px 10px 10px;
	display: block;
	background-color: #ccc;
	margin: auto;
}
.AdvCompleteStatus {
	background-color: #66991C;
}
.leftlinkCont {
	width: 75%;
	float: left;
}
.ProCompCont {
	float: right;
	margin-right: 10px;
}
.SortUrlDiv {
	background-color:#99CC00;
	margin:10px;
	color:#fff;
	padding:5px;
	display:block;
}
.SortUrlDiv a {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
.SortUrlDiv a :hover {
	text-decoration:none;
}
/* Home page Css End*/


/* Top Navigation ul li to Select start */

   /* styles for desktop */
.tinynav {
	display: none
}
/* styles for mobile */

    





.footerAd {
	margin: 10px auto;
	width: 1020px;
	display:none;
}
.CaptchaCss {
	width:150px;
	background-color:inherit;
	margin:5px 0 10px 0;
}
.SiteMap {
	width:30%;
	float:left;
}
.SiteMap a {
	color:#000;
	text-decoration:none;
	padding:3px 0;
	display:block;
}
.SiteMap a:hover {
	color:#000;
	text-decoration:underline;
}
.advsection {
	width:98%;
	float:left;
	border:solid 1px
}
.advblock {
	width:98%;
	float:left;
}
.advblock a {
	width:98%;
	float:left;
}
.advblock img {
	width:98%;
	float:left;
	margin:auto;
}
.advblock span {
	text-align:center;
	display:block
}
.PaymentCtrl {
	width:100%;
	float:left;
}
.PaymentCtrl .Paymenttable {
	width:48%;
	float:left;
}
.PaymentCtrl .PaymentHelp {
	width:38%;
	float:right;
}
.PaymentCtrl .PaymentAdv {
	width:99%;
	float:left;
}
#tooltip {
	width:450px !important;
	font-size:12px !important;
}



 @media screen and (max-width: 450px) {
 .scrollup {
 display:none !important;
}
.roomcont .spanhalf {
 width:98% !important;
 float:left;
}
 .custtable td, th {
 font-size:9px;
 padding: 3px;
 text-align: center;
}
.tabContent {
 padding: 5px;
}
 .lstBtnbox .lstBtn {
display: block;
 margin: 5px auto;
 width: 70%;
}
 #pageTopSearch .InnerCont
{
  width:98%;
 float:left;
}
 #pageTopSearch .location {
 width:100%;
 float:left;
 margin-bottom:5px;
}

#pageTopSearch .keyword {
 width:96%;
 float:left;
 margin-bottom:5px;
}
#pageTopSearch .subarea {
 width:100%;
 float:left;
 margin-bottom:5px;
}
#pageTopSearch .subarea .txtinput {
 width:60%;
 float:left;
}
 #pageTopSearch .subarea .lstBtn {
 width: 25%;
float:left;
}
.CommResult {
 background-color:#EFDB9E;
}
}
 @media screen and (max-width: 650px) {
 .lstImg {
 display:none !important;
}
.lstDtl {
 padding: 5px !important;
 width: 90 !important;
}
 .lstdtlimg {
 width: 98% !important;
 padding:0 !important;
}
.lstdtlimg img {
 padding:0 !important;
}
.lstMoredt {
 width:98% !important;
 margin-top:10px !important;
 margin-left:0 !important;
}
 #tooltip {
 width:70% !important;
 font-size:10px !important;
 margin:3 !important;
}
 #tooltip p {
 padding:0 !important;
 margin:2px 0 0 5px !important;
}
#tooltip ol {
 padding:0 0 0 20px !important;
 margin:5px!important;
}
}

/* =======================   Media Queries   ========================= */


@media only screen and (min-width: 480px) {


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

nav ul li {
 display: inline;
}
.oldie nav a {
 margin: 0 0.7%;
}
}
 @media (min-width: 721px) and (max-width: 960px) {
.wrapper-col {
width:auto!important;
padding:15px!important;
}
}
 @media only screen and (max-width: 720px) {
 .dashInnerBox {
 float:left !important;
 padding: 20px !important;
}
 .PaymentCtrl .Paymenttable {
 width:99%;
float:left;
}
.PaymentCtrl .PaymentHelp {
 width:99%;
float:left;
}
.PaymentCtrl .PaymentAdv {
 width:99%;
float:left;
}
 .wrapper-col {
line-height: 1.5em;
width:auto!important;
padding:10px!important;
}
.grids {
 margin:0;
 width:auto;
}
 .lstBtn {
 padding:5px;
 margin-right:5px;
 background-color:#F90;
}
.main aside {
 margin-top: 10px !important;
 margin-left:0 !important;
 padding-left:10px !important;
 width:97% !important;
 float:left;
}
 .main article {
 float:left;
 width:100%
}
}
 @media only screen and (min-width: 768px) {



/* ====================
    WIDE: CSS3 Effects
   ==================== */
.header-container {
 -webkit-box-shadow: 0 5px 10px #aaa;
 -moz-box-shadow: 0 5px 10px #aaa;
 box-shadow: 0 5px 10px #aaa;
}
/* ============
    WIDE: Menu
   ============ */

   
}
 @media (min-width: 10px) and (max-width: 850px) {
 nav {
 float:left !important;
 width: 98% !important;
}
nav ul li {
 padding: 3px !important;
 float:left !important;
}
nav ul {
 float:left !important;
}
 .SiteMap {
 width:90% !important;
 float:left !important;
}
 .message {
 width:80%;
}
}
 @media only screen and (max-width: 800px) {
 .mapContainer .txtinput {
 width:90%;
}
 div.tabBox {
 border: 1px solid #EFDB9E;
}
 ul.tabs {
 height: auto;
 display: block;
 width:100%;
 border-left:0px;
}
 ul.tabs li {
 width:100%;
}
 ul.tabs li a {
 border-top-left-radius:0px;
 -moz-border-top-left-radius:0px;
 -webkit-border-top-left-radius:0px;
 border-top-right-radius:0px;
 -moz-border-top-right-radius:0px;
 -webkit-border-top-right-radius:0px;
 border-left:solid 1px #A44213;
 border-right:solid 1px #A44213;
  border-top:0;
 border-bottom:0;

}
 div.tabContainer {
 border: 1px solid #A44213;
 border-top:0;
}
}
 @media only screen and (max-width: 900px) {
 .main article {
 float: left;
 width: 100%;
}
 .main aside {
 margin-top: 10px !important;
 margin-left:0 !important;
 padding-left:10px !important;
 width:97% !important;
 float:left;
}
}
 @media (min-width: 460px) and (max-width: 950px) {
 #pageTopSearch .location {
 width:40%;
 float:left;
 margin-bottom:5px;
}
#pageTopSearch .keyword {
 width:56%;
 float:left;
 margin-bottom:5px;
}
#pageTopSearch .subarea {
 width:96%;
 float:left;
 margin-bottom:5px;
}
 #pageTopSearch .subarea .txtinput {
 width:37%;
 float:left;
}
 #pageTopSearch .subarea .lstBtn {
 width: 10%;
float:left;
}
}
 @media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

.wrapper {
 width: 1020px; /* 1140px - 10% for margins */
 margin: 0 auto;
}
 .main aside {
 color: #000000;
 padding: 0px 1% 10px;
}
}


 



 

/* Top Navigation ul li to Select end */





/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow:none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
 content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
/* Edit Map details start*/
    
        .mapContainer {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	float: left;
	margin: 5px;
	padding: 5px 10px;
	width: 90%;
}
.mapContainer p {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.mapContainer .MapInstru {
	border: 1px solid #CCCCCC;
	margin: auto;
	overflow: hidden;
	padding: 5px;
	width: 98%;
}
.mapContainer .mapdiv {
	float: left;
	height: 300px;
	margin: 5px 0;
	width: 99%;
}
.Mapbutton {
	border: 0 none;
	border-radius: 3px 3px 3px 3px;
	display: inline-block;
	font-size: 14px;
	margin: 10px 0;
	opacity: 0.9;
	padding: 5px 20px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
}
.txtinput {
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	border-color: #7E8901;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	color: #777777;
	font-size: 1em;
	padding: 5px 10px;
	width: 60%;
}
/* Edit Map details end*/
  
/*Hotel Css Start*/
.room-rates {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #D1D1D1;
	margin: 4px 2px 8px;
	padding: 5px;
	overflow:hidden;
}
.rr-top {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 10px;
	padding: 5px;
}
.room-rates, .rr-top {
}
.rr-bottom {
	margin-bottom: 10px;
	padding: 5px;
}
.roomcont {
	padding:10px;
	border-bottom: 1px solid #E44D26;
	overflow:hidden;
}
.roomcont p {
	width:99%;
	float:left;
	padding:1px;
	margin:0;
}
.roomcont .spanhalf {
	width:48%;
	float:left;
}
.roomcont .spanfull {
	width:98%;
	float:left;
}
.room-rates .parroom {
	font-size:10px;
	color:#DC4B06;
}
.HotelSearchFacilities {
	width:98%;
	float:left;
	overflow:hidden;
	margin:5px 0;
}
.HotelSearchFacilities ul {
	width:98%;
	float:left;
	margin:5px 0;
	padding-left:5px;
}
.HotelSearchFacilities ul li {
	float: left;
	font-size: 11px;
	margin-left: 10px;
	width: 200px;
}
/*Hotel  Css End*/

        .catboxCol {
	color: #FFFFFF;
	float: left;
	width: 230px;
}
.AdboxCol {
	color: #FFFFFF;
	float: left;
}
.catbox {
	background-color: #EFDB9E;
    border: 1px solid #E97B1C;
    border-radius: 4px 4px 4px 4px;
    color: #393939;
    float: left;
    margin: 10px;
    padding: 7px;
    width: 210px;
    color: #B22D00;
}
.Adbox {
	background-color: #EFDB9E;
    border: 1px solid #E97B1C;
    border-radius: 4px 4px 4px 4px;
	width: 210px;
	padding: 7px;
	color: #000;
	float: left;
	margin: 10px;
	min-height: 200px;
	text-align: center;
}
.Adbox h2
{
	color:#7E8901;
}
.Adbox p
{
	 margin:0;
}
h7 {
	padding: 0;
	font-size: 16px;
	color:#7E8901;
}
h7 a {
	color:#7E8901;
}
.catbox ul {
	padding: 0;
	margin: 0 0 0 10px;
	font-size:12px;
}
.Adbox ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #B22D00;
	
}
.catbox ul li, .Adbox ul li {
	margin: 5px 0 0 14px;
}
.catbox ul li a, .Adbox ul li a {
	color: #B22D00;
}
.catbox ul li a:hover, .Adbox ul li a:hover {
	text-decoration: none;
	color: #B22D00;
}
 @media screen and (max-width: 650px) {
 .col3 {
 display: none !important;
}
 .col2 {
 display: none !important;
}
 .Adbox {
 width:200px !important;
}
}
 @media screen and (min-width: 651px)and (max-width: 1050px) {
 .col3 {
 display: none !important;
}
}
