/* CSS Document */
a img, div img, img, .video embed{
	max-width:100%;
}
a img, img {
	border:0;
}
a{
	text-decoration:none;
}
#page{
	width:100%;
	margin:0px auto;
	padding:0px;
}

/***** Pc Styles Display None *****/
#header, #left_panel, .desktop_image, #featured_cat, .tab_top, #footer{display:none;}

#mob_header{
	border-bottom:2px solid #ff5200;
	text-align:center;
	height:130px;
}
#item_title{
	text-align:center;
	font-size:22px;
	color:#3a424d;
	font-weight:bold;
	padding:20px 0px 15px;
	text-transform:uppercase;
	display:block;
	line-height:24px;
}
.titlebg{
	background-image:url(tittle_arrow.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	color:#3a424d;
	font-size:13px;
	display:block;
	text-align:left;
	font-weight:bold;
	padding:0 0 5px 5px;
	text-transform:uppercase;
	border-bottom:2px solid #d54f0f;
	margin:25px 0 0 0;
}
.desc{
	clear:both;
	text-align:left;
	color:#000000;
	font-weight:500;
	font-size: 15px;
	text-decoration: none;
	word-wrap: break-all;
	padding:8px 5px 8px 5px;
}
.desc p:first-child, .tab_content p:first-child{
	margin-top:0;
}
.desc p:last-child, .tab_content p:last-child{
	margin-bottom:0;
}
.desc ol, .tab_content ol, .desc ul, .tab_content ul{
	margin:0 0 0 15px;
	padding:0px;
}
.desc ol li, .tab_content ol li{
	margin:4px 0 4px 15px;
}
.desc ul li, .tab_content ul li{
	margin:4px 0 4px 15px;
	list-style: none;
}
.desc ul li:before, .tab_content ul li:before{
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -16px;
	top: -1px;
	color: #D54F0F;
	font-size: 20px;
}
/**** Mobile Tab Starts ****/
.bottom_tab {
	width:100%;
	margin:15px auto 10px;
}
.mob_tab {
	display:block;
}
.tab_title {
	background:url(mobile/mob_tab_normal.png) no-repeat center right #e5e5e5;
	color: #3a424d;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform:uppercase;
	text-align:left;
	margin:3px 0;
	padding:8px 0 6px 10px;
	display:block;
	cursor:pointer;
}
.tab_content {
	clear:both;
	font-size:15px;
	color:#7f7f7f;
	text-align:left;
	line-height:26px;
	word-wrap: break-all;
	font-weight:500;
}
.tab_content a{
	color:#1865f0;
	text-decoration:none;
}
.tab_content a:hover{
	text-decoration:underline;
}
.tab_content #content1,
.tab_content #content2,
.tab_content #content3,
.tab_content #content4,
.tab_content #content5{
	margin:0px;
	padding:10px;
}
#mobtab1:checked ~ .tab_content #content1,
#mobtab2:checked ~ .tab_content #content2,
#mobtab3:checked ~ .tab_content #content3,
#mobtab4:checked ~ .tab_content #content4,
#mobtab5:checked ~ .tab_content #content5{
	display:block;
}
#mobtab1:checked ~ .tab_content .tab1,
#mobtab2:checked ~ .tab_content .tab2,
#mobtab3:checked ~ .tab_content .tab3,
#mobtab4:checked ~ .tab_content .tab4,
#mobtab5:checked ~ .tab_content .tab5{
	background:url(mobile/mob_tab_hover.png) no-repeat center right #d54f0f;
	color:#ffffff;
	margin-bottom:0;
}
#mob_banner{
	padding:5px 0 15px;
	text-align:center;
}
#mob_footer{
	border-top:2px solid #ff5200;
	text-align:center;
	height:130px;
}


/*** Client Desc Table Styles Starts ***/
.excel1 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:black;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	text-align:general;
	vertical-align:bottom;
	border:none;
	white-space:nowrap;
}
.excel2 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:windowtext;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	border:none;
	white-space:normal;
}
.excel3 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:windowtext;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	border:none;
	white-space:normal;
}
.excel4 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:black;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	border:none;
	white-space:normal;
}
.excel5 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:windowtext;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	border:none;
	white-space:normal;
}
.desc table tr td{
	font-family:Calibri, sans-serif !important;
	font-size:11.0pt !important;
	font-weight:400 !important;
}
.desc table tr:nth-child(even) td{
	background:white !important;
}
.desc table tr:nth-child(odd) td{
	background:#D6DCE4 !important;
}
.desc table tr:first-child td{
	background:#F25726 !important;
	font-size:12.0pt !important;
	font-weight:700 !important;
}
/*** Client Desc Table Styles Ends ***/