body {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1em;
	color: #676767;
	margin: 0px;
	padding: 0px;
	background:#FEF8A0;
}
div {
	font-family: Calibri, Arial, sans-serif;
	font-size: 1em;
	color: #676767;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	
}
p, h1, h2, h3, h4, span {
	margin: 0px;
	padding: 0px;
}
.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.vm_pad5 {
	float:left;
	vertical-align:bottom;
	margin-top:-1px;
	padding-right:6px;
}
a:link, a:visited {
	color: #F59A35;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
#maincontent a:hover
{
    color:#4C347C;
}
#main {
	width: 100%;
	min-width:1000px;
	
}
.blue_box {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	color: #fff;
}
.blue_bg {
	width: 99%;
	background: #686868;
	padding: 0.3em 1% 0.3em 0px;
	text-align: right;
}
a.header_link:link, a.header_link:visited {
	color: #fff;
	text-decoration: none;
}
a.header_link:hover {
	color: #18789e;
	text-decoration: none;
}
.sbp_logo_head {
	width: 100%;
	margin: 0px auto;
	max-width: 1000px;
}
.logo_left {
	width: 50%;
	float: left;
	margin: 1em 0px;
}
.logo_right {
	width: 49%;
	float: right;
/*	margin: 0em 1% 1em 0px;*/
	text-align: right;
}
.slogan {
	width: 100%;
	float: left;
	color: #F59A35;
	font-size: 2em;
	margin-top: 1.5em;
}

.slogan .newsletterinput
{
        float: right;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #F59A35 !important;
    height: 24px;
    font-size: 12px;
    color: #4A4238;
    outline: 0px none;
    padding: 5px;
    font-family: Arial,sans-serif;
    width: 180px;
}
.slogan .newsletterinput:hover
{
 border: 1px solid #4C347C !important;
}
.slogan .newsletterinput:focus
{
        float: right;
	border:1px solid #4C347C;
	height:24px;
	font-size:13px;
	color:#4a4238;
	outline:0;
    width: 180px;
}
.searchBtn
{
    float:right !important;
    background-image: url("../images/searchIcon.png") !important;
    background-color:#F59A35 !important;
    border:none !important;
    height:36px !important;
    width:30px !important; 
    border: 1px solid #F59A35 !important;
    padding: 5px !important;
}
.searchBtn:hover, .searchBtn:focus
{
    border: 1px solid #4C347C !important;
    opacity:0.8 !important;
    
}
.header_social_main {
	width: 100%;
	text-align: center;
}

.header_social {
	position: relative;
	overflow: hidden;
	display: inline;
	float: right;
	margin-right: -0.3em;
	padding: 0.3em 0px;
}
.header_social a {
	position: relative;
	display: block;
	float: left;
	width: 33px;
	height: 33px;
	margin-right: 0.4em;
	overflow: hidden;
}
.header_social a:first-child {
	margin: 0;
}
.header_social a:hover img {
	margin-top: -33px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* starts responsive menu css */



nav, ul, li, a  {margin: 0; padding: 0; margin:0px }
.container {
    width:100%;
    max-width:1000px;
    margin:10px auto;
	
}
.navigation_main { width:100%; float:left; }
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
  list-style: none;
  *zoom: 1;
  background: #F59A35;
  /*background: url('../images/menubg.jpg') repeat-x scroll left top #F59A35;/*
  background-repeat:no;
 /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#287701), to(#F59A35));
  background: -webkit-linear-gradient(top, #287701, #F59A35);
  background: -moz-linear-gradient(top, #287701, #F59A35);
  background: -ms-linear-gradient(top, #287701, #F59A35);
  background: -o-linear-gradient(top, #287701, #F59A35);
  *//*border-bottom:5px solid #4C347C;*/
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width:14em;
}
.nav a {
	
    padding: 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    <!--border-top: 1px solid #104336;-->
}
.nav > li > .parent {
/*    background-image: url("../images/downArrow.png");*/
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav > li > a:hover{
    display: block;
	background:#4C347C /*url(../images/arrow_white.png) no-repeat center 30px*/;
}
.nav > li > .current{
    display: block;
	background:#4C347C /*url(../images/arrow_white.png) no-repeat center 30px*/;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #4C347C;
    position: relative;
    z-index:100;
    border-bottom: 1px solid #d26205;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}



/* ends responsive menu css */

/* css start banner */ 

/* Basic jQuery Slider essential styles */

.banner_main {
    width:100%;
    max-width:1000px;
    margin:0px auto;
	
}
.banner_main_inner {
    width:100%;
	float:left;
	margin:0.6em 0em 0em 0em;
	/*	margin:10px 0px 0px 0px;*/
/*	background:url(../images/banner_bg.png) no-repeat center 345px;*/
	
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
/*ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}*/
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#banner-fade,
#banner-slide{
/*	margin-bottom:30px;*/
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

/* css end banner */ 


.container_main {
	width: 100%;
	margin: 0px auto;
	max-width: 1000px;
}
.mid_container_main {
	width: 100%;
	float: left;
	margin: 0.6em 0em;
	/*margin: 1em 0px;*/
}

.sbp_all { width:100%; float:left; }

.sbp_products { width:31%; float:left; padding:0px; background:#fff; border:1px solid #d1d1d1; margin:0em 2% 1em 0px; }
.sbp_products h1{ float:left; width:96%; font-weight:normal; font-size:1.5em; padding:2%; color:#4C347C;  background:#ebebeb;
  background-repeat:no;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ebebeb));
  background: -webkit-linear-gradient(top, #fff, #ebebeb);
  background: -moz-linear-gradient(top, #fff, #ebebeb);
  background: -ms-linear-gradient(top, #fff, #ebebeb);
  background: -o-linear-gradient(top, #fff, #ebebeb);
  border-bottom:1px solid #d1d1d1; }

.sbp_products_main{float:left; width:96%; font-weight:normal;  padding:2%; margin-top:1%;  } 
.sbp_products_box { width:100%; float:left;  }
.sbp_products_box_pad {  width:36%; float:left;  }
.img_1 {width:109px; height:74px;}
.sbp_h_item_box_right { width:60%; float:right; text-align:left; margin:0px; padding:0px 0px 0px 5px;  }
.sbp_h_item_box_right h2 { width:100%; float:left; font-size:11pt; color:#4f4f4f; font-weight:bold; padding:1px 0px 6px 0px; margin:0px; }
.sbp_h_item_box_right b{ width:100%; float:left; font-size:13pt; color:#4C347C; font-weight:normal;  padding:1px 0px 5px 0px; margin:0px; line-height:18px; }
.sbp_h_item_box_right span{ width:50%; float:left;  padding:3px 0px 5px 0px; margin:0px; font-size:13px; line-height:18px; }

a.black_link:link, a.black_link:visited {
	color: #4f4f4f;
	text-decoration: none;
}
a.black_link:hover {
	color: #eb6b01;
	text-decoration: none;
}

.showall {
	width:60%;
	float:left;
	margin-left:40%;
	text-align: left;
	margin-bottom:0.5em;
}
.showall_main {
	position: relative;
	overflow: hidden;
	display: inline;
	float:left;
	padding: 0.3em 0.2em;
}
.showall_main a {
	position: relative;
	display: block;
	float: left;
	width:91px;
	height:29px;
	overflow: hidden;
}
.showall_main a:first-child {
	margin: 0;
}
.showall_main a:hover img {
	margin-top:-29px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}



.sbp_content_box_main {
	width: 65%;
	float: left;
	
}
.welcome_content {
	width: 99%;
	/*padding: 0.8em;*/
	/*background: #fff;*/
	/*border: 1px solid #d1d1d1;*/
	margin: auto;
}
.welcome_content h1 {
	text-align: justify;
	width: 99%;
	color: #676767;
	font-size: 1.25em;
	color: #F59A35;
	margin-bottom: 0.3em;
}
.welcome_content p {
	text-align: justify;
	width: 99%;
	color: #3F3F3F;
	margin-bottom: 0.8em;
}
a.orange_link:link, a.orange_link:visited {
	color: #4C347C;
	text-decoration: none;
}
a.orange_link:hover {
	color: #000;
	text-decoration: none;
}

.newsletter_box_main { width:32%; float:left; margin-left:1.8em;   /*width:29%; float:left; margin-left:3%;   */}


.newsletterbox {
	width:92%;
	float:left;
	padding:4%;
/*	border:1px solid #d1d1d1;*/
    background:#F59A35;
}
.newsletterbox h1 {
	float:left;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-weight:bold;/*normal*/
	font-size:16pt;
	color:#4C347C;/*color:#ff9715;*/
	
}
.newsletterbox p {
	width:100%;
	float:left;
	font-size:14px;
	color:#000;
	line-height:20px;
	margin:5px 0px;
	padding:0px;
}
.newsletter {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.newsletterinput {
	width:94%;
	float:left;
	background:#fff;
	border:1px solid #F59A35 !important;
	height:24px;
	font-size:12px;
	color:#4a4238;
	outline:0;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
	padding:5px 5px;
	font-family: Arial, sans-serif;
}
.newsletterinput:hover {
       /* box-shadow: 0 0 10px #4C347C;*/
        border: 1px solid #4C347C !important;
    }
    
.newsletterinput:focus {
	width:94%;
	float:left;
	background:#fff;
	border:1px solid #4C347C;
	height:24px;
	font-size:13px;
	color:#4a4238;
	outline:0;
	
	/*border-radius: 5px;*/
	padding:5px 5px;
}
.signupsmall {
	width: 100%;
	text-align: left;
}
.signupsmall_main {
	position: relative;
	overflow: hidden;
	display: inline;
	float:left;
	padding: 0.3em 0.2em;
}
.signupsmall_main a {
	position: relative;
	display: block;
	float: left;
	width:117px;
	height:37px;
	overflow: hidden;
}
.signupsmall_main a:first-child {
	margin: 0;
}
.signupsmall_main a:hover img {
	margin-top:-37px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.banner_package {
	width:100%;
	float:left;
	margin-top:0.9em;
}


footer {
	margin: 0px;
	padding: 0px;
	margin-top:1em;
}
.blue_bg_footer {
	width: 100%;
	float: left;
	color: #fff;
	background: #686868;
	padding: 0.938em 0px 0.938em 0px;
	text-align: center;
}
.footer_link {
	width: 100%;
	float: left;
	color: #fff;
}
.copyright {
	width: 100%;
	float: left;
	color: #fff;
	margin: 0.5em 0px;
}
/**/
div.dropdown {
	width: 125px;
	float: right;
	color: #555;
	margin-left: 10px;
	position: relative;
	height: 17px;
	text-align: left;
}
div.submenu {
	background: #686868;
	position: absolute;
	top: 25px;
	width: 141px;
	display: none;
	margin:0px;
	padding: 0px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}
.dropdown li a {
	font-size: 14px;
	color: #fff;
	display: block;
	font-family: calibri;
	font-weight: normal;
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
	
}
.dropdown li a:hover {
	background: #F59A35;
	color: #FFFFFF;
	text-decoration: none;
	
}
a.account {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	z-index: 9999;
	display: block;
	padding: 5px 0px 8px 30px;
	width: 111px;
	margin: 0px;
	text-decoration: none;
	cursor: pointer;
	background: #686868 url(../images/guest.png) no-repeat 10px center;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}
.root {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/*slider*/
/*---- Slider ---*/

section#SlidMain {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none; /*1px solid #cecece;*/
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	background:#F59A35;
}
.SlideBox {
	float: left;
	width: 100%;
	margin: 6px;
/*	padding: 10px 2.5%;*/
	padding: 0%;
	z-index:0;
	position:relative;
}
.SlideBox1 {
float: left;
/*width: 92%;*/
margin: 0px;
padding: 5px;
/*min-height:274px;*/
background: none repeat scroll 0% 0% #FEF8A0;
}
.SlideImg {
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.SlideImg:hover {
	background: none;
	outline: none;
	box-shadow: 0 0 10px #d1ae6c;
}
.SlideImg img {
	display: block;
	width: 100%;
	height: 200px;
	border-radius:5px 5px 0px 0px !important;
	-webkit-border-radius:5px 5px 0px 0px !important;
	-moz-border-radius:5px 5px 0px 0px !important;
}
.SlideImgText {
	position: absolute;
	width: 100%;
	bottom: 60px;
	height: 35px;
}
.SlideImgText span {
	padding: 0 0 0 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.SlideText {
	float: left;
	width: 100%;
	padding: 0;
}
.SlideText h2 {
	padding: 0;
	margin: 5px 0;
	display: block;
	color: #3f7952;
	font-size: 13px;
	font-weight: normal;
}
.SlideText b {
	padding: 0;
	margin: 5px 0;
	display: block;
	color: #52391b;
	font-size: 12px;
	font-weight: normal;
}
.slides li
{
   /* margin-left:6px;*/
    margin:4.5px;
    }
.starts_price {
width: 96.1%;
float: left;
margin: 0px;
padding: 0px;
position: relative;

background: none repeat scroll 0% 0% #4C347C;
opacity: 0.8;
color: #FFF;
padding:1% 2% 1% 2%;
}
.starts_price_head {
	width: 60%;
	float: left;
	margin: 0;
	padding:2px 0;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.starts_price_head a:visited , .starts_price_head a
{
    color:#fff;
}

.starts_price_orange {
width: 96.1%;
float: left;
margin: 0px;
padding: 0px;
position: relative;

background: none repeat scroll 0% 0% #4C347C;
opacity: 0.8;
color: #FFF;
padding:1% 2% 1% 2%;
background:#F59A35 !important;

}
.starts_price_head_orange {
	width: 60%;
	float: left;
	margin: 0;
	padding:2px 0;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.starts_price_top_corner {
background: none repeat scroll 0% 0% #686868;
opacity: 0.7;
color: #FFF;
position: absolute;
z-index: 1;
float: right;
padding: 0px 5px 5px 5px;

    -webkit-border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
}
.product_rate_top_corner {
background: none repeat scroll 0% 0% #4C347C;
opacity: 0.7;
color: #FFF;
position: absolute;
z-index: 1;
float: right;
padding: 0px 5px 5px 5px;

    -webkit-border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
}

.price_cont {
	width: 40%;
	float: left;
	margin: 0;
	padding:2px 0;
	font-size: 14px;
	color: #ea9d01;
	font-weight: normal;
	text-align: right;
}
.SlideArrow {
	float: left;
	width: auto;
	margin: 0;
}
.star_rating {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.star_rating img {
	width: 53px;
	height: auto;
}

.productBox
{
    width: 238px; float: left; display: block;
    }
/* ----------------- end  midsection ------min-height:284px; ------------------ */
.pageBanner
{
    width:100%;
    }
    
    /*pretty photo album*/
    .ts-display-pf-col-4{
    list-style-type: none;
padding: 0px;
margin: 0px;
}

.logo_main
{
    width:99%;
    }
    .dotNetValidations
    {
        color:#E5322C !important; 
        
        float:right !important;
        padding-right:12px;
        }
        .text-align-right
        {
            text-align:right;
        }
        
  label.error
    {
        color: #E5322C;
    }
    input.error, textarea.error
    {
        border: 1px solid #E5322C;
        box-shadow: 0px 0px 5px #F00;
    }
    .btnsubscribe
    {
        background: none repeat scroll 0% 0% #4C347C !important;
        border: medium none  !important;
        padding: 6px 20px !important;
        color: #FFF965 !important;
        font-size: 16px !important;
        cursor:pointer !important;
    }
    .btnsubscribe:hover
    {
        background:#33498A !important;
        color:#fff !important;
        }
        
        /* my cart css starts here*/
        /* Cart */
        .qty input[type="text"]
{
	border:1px solid #F59A35;
    width:35px;	
	color:#666;
	height:22px;
	padding:3px;
}
.qty input[type="text"]:hover, .qty input[type="text"]:focus
{
	border:1px solid #4C347C;
	
	
}
.cartItem_invisible
        {
            display: none;
        }
#cart table
{
    border: 0px;
}
#cart td
{
    vertical-align: middle;
}

#cart thead tr th.remove
{
    /*-webkit-border-top-left-radius: 3px;*/
   /* -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;*/
}

#cart  tr .total
{
/*    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;*/
    width: 130px;
    text-align:right;
}
.remove
{
    /*font-size:16px; padding:1px 5px; font-weight:bold;*/
   /* font-size: 13px;*/
    line-height: 18px;
    
    padding: 1px 5px;
    /*font-family: 'Droid Sans' , Arial, Helvetica, sans-serif;*/
}
#cart .quantity.buttons_added
{
    margin: 0px;
    float: none;
}

.coupon input#coupon_code
{
    width: 300px;
    float: left;
    margin-right: 11px;
}
.coupon input.button.coupon
{
    float: left;
    padding: 6px 10px;
}

#cart tfoot tr td
{
    padding: 30px 0px 15px 0px;
}
.rounded-foot
{
    text-align: right;
}
.rounded-foot input.button.update
{
    margin-bottom: 15px;
    width: 149px;
}

.cart_totals
{
    float: right;
    max-width: 328px;
    width: 100%;
    text-align: right;
   /* font-size: 12px;*/
}
.cart_totals table
{
    border: 0px;
}
.cart_totals th
{
    background: none;
    padding-left: 0px;
    text-align:left; /*right;*/
    filter: none !important;
}
.cart_totals td
{
    width: 130px;
    text-align: right;
    padding-right: 0px;
}

/* Checkout */
#billing_company, #billing_country, #billing_state
{
    width: 91%;
}
#order_comments
{
    width: 97%;
}
#shiptobilling
{
    float: right;
    margin: 0;
    padding: 0;
}
#shiptobilling .input-checkbox
{
    display: inline;
    vertical-align: middle;
}
#shiptobilling label.checkbox
{
    display: inline;
    float: none;
    padding-left: 5px;
}

.checkout table
{
    border: 0px;
}
.checkout td
{
    vertical-align: middle;
}

.checkout thead tr th.product
{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.checkout thead tr th.total
{
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.checkout_cart td
{
    border-bottom: 0px !important;
}

.checkout_totals
{
    width: 100%;
    text-align: right;
}
.checkout_totals table
{
    border: 0px;
}
.checkout_totals th
{
    background: none;
    padding-left: 0px;
    text-align: right;
   /* font-size: 12px;*/
    filter: none !important;
}
.checkout_totals td
{
    width: 130px;
    text-align: right;
    padding-right: 0px;
}


#payment ul.payment_methods
{
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    text-align: left;
}
#payment ul.payment_methods li
{
    font-weight: normal;
    line-height: 2em;
    margin: 0;
    text-align: left;
}
#payment ul.payment_methods li input
{
    margin: 0 1em 0 0;
    display: inline;
    float: none;
    padding-left: 5px;
}
#payment ul.payment_methods li label
{
    display: inline;
    float: none;
   /* font-size: 13px;*/
    /*font-family: 'Droid Sans' , Arial, Helvetica, sans-serif;*/
}
#payment ul.payment_methods li .payment_box
{
    padding-left: 30px;
}
#payment ul.payment_methods li img
{
    margin: -2px 0 0 0.5em;
    position: relative;
    vertical-align: middle;
}
#payment div.form-row
{
    padding: 20px;
    text-align: right;
}
/* Cart */
#cart th {background-color:#4C347C; color:#fff; font-weight:normal;}
#cart tr th{border-top:1px solid #4C347C; border-left:1px solid #4C347C; border-bottom:1px solid #4C347C; border-right:#4C347C;}
#cart tr th.remove{border:1px solid #4C347C; border-width:1px 0px 1px 1px; }
#cart tr th.total{border-right:1px solid #4C347C; }

 tr th{border-top:1px solid #F59A35; /*border-left:1px solid #F59A35;*/}
#cart tbody tr th.remove{border:1px solid #4C347C; border-width:1px 0px 1px 1px; }
#cart tbody tr th.total{border-right:1px solid #4C347C; }

#cart td{ border:1px solid #F59A35; border-width:0px 0px 1px 0px;}
.remove
{
    /*color:#888; */
    color: #666;
        
  /*      border:1px solid #e0e0e0;*/}
.remove a{color:#E5322C;}


/* Checkout */
.checkout thead tr th{border-top:1px solid #e7e7e7; border-left:1px solid #e7e7e7; }
.checkout thead tr th.total{border-right:1px solid #e7e7e7;}
.checkout td{ border:1px solid #ededed; border-width:0px 0px 1px 0px;}

#payment{float:left;} /*{background: #F59A35; float:left; margin-top:10px;}*/
#payment ul.payment_methods {border-bottom: 0px none;}/* {border-bottom: 1px solid #ededed;}*/
#payment ul.payment_methods li label{color:#4C347C;}
#payment div.form-row {border-top: 1px solid #FFFFFF;}


/* Form */
input[type="text"],
textarea, input[type="password"], select{
	border:1px solid #d1d1d1;
	color:#666;
}

/* Horizontal Line */
hr {color:#ededed;	background-color:#ededed;}
.separator.line{ border-bottom:1px solid #ededed}

.imgborder{ border:1px solid #e6e6e6; border-bottom:1px solid #ccc;}
.frame{ border:1px solid #4C347C; border-bottom:2px solid #cbcbcb; padding:1px;}
.price{ color:#333;}


/* Button */
.button, .button:visited, input[type="submit"]{
	background: none repeat scroll 0% 0% #F59A35;
        border: medium none ;
        padding: 6px 20px;
        color: #fff;
        font-size: 16px;
        cursor:pointer;
   
}

.button:hover, input[type="submit"]:hover{
	
        opacity:0.8;
        color:#4C347C;
        border:none !important;
}
a.button
{
    color:#fff;
}
/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
/*	font-size: 13px;*/
	line-height: 18px;
	padding: 9px 24px;
	/*font-family: 'Droid Sans', Arial, Helvetica, sans-serif;*/
}
tr td {
	padding: 6px 24px;
	border-top:1px solid #F59A35;
}
tr.odd td {}



/*checkout page css*/
/* #Base 960 Grid
================================================== */

    .container-checkout					                { position: relative; width: 100%; margin: 0 auto; padding: 0;}
    .column, .columns                           { float: left; display: inline;  }/*margin-left: 10px; margin-right: 10px;*/
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */	
	.container-checkout .one.column						{ width: 60px;  }
	.container-checkout .two.columns 					{ width: 140px; }
	.container-checkout .three.columns 					{ width: 220px; }
	.container-checkout .four.columns 					{ width: 300px; }
	.container-checkout .five.columns 					{ width: 380px; }
	.container-checkout .six.columns 					{ width: 460px; }
	.container-checkout .seven.columns 					{ width: 540px; }
	.container-checkout .eight.columns 					{ width: 620px; }
	.container-checkout .nine.columns 					{ width: 700px; }
	.container-checkout .ten.columns 					{ width: 780px; }
	.container-checkout .eleven.columns 					{ width: 860px; }
	.container-checkout .twelve.columns 					{ width: 100%; }

    /* Offsets */
	
	.container-checkout .offset-by-one                	{ padding-left: 80px;  }
    .container-checkout .offset-by-two                	{ padding-left: 160px; }
    .container-checkout .offset-by-three              	{ padding-left: 240px; }
    .container-checkout .offset-by-four               	{ padding-left: 320px; }
    .container-checkout .offset-by-five               	{ padding-left: 400px; }
    .container-checkout .offset-by-six                	{ padding-left: 480px; }
    .container-checkout .offset-by-seven              	{ padding-left: 560px; }
    .container-checkout .offset-by-eight              	{ padding-left: 640px; }
    .container-checkout .offset-by-nine               	{ padding-left: 720px; }
    .container-checkout .offset-by-ten                	{ padding-left: 800px; }
    .container-checkout .offset-by-eleven             	{ padding-left: 880px; }
	
	/* Column Layouts */
	.one_half, .one_third, .two_third, 
	.three_fourth, .one_fourth, .one_fifth, 
	.two_fifth, .three_fifth, .four_fifth, 
	.one_sixth, .five_sixth						{margin-right: 2%; margin-left:2%; position:relative; float:left;}
	
	.one_half									{ width:48%; }
	.one_third									{ width:29%;/*width:30.6666%;*/}
	.one_fourth									{ width:22%; }
	.one_fifth									{ width: 16.8%;}
	.one_sixth 									{ width: 13.3333%;}
	
	.two_third									{ width: 65.3332%;}
	.two_fourth 								{ width: 48%;}
	.two_fifth 									{ width: 37.6%;}
	.two_sixth 									{ width: 30.6666%;}
	
	.three_fourth								{ width:74%;}
	.three_fifth 								{ width: 58.4%;}
	.three_sixth 								{ width: 47.9998%;}
	
	.four_fifth 								{ width: 79.2%;}
	.four_sixth 								{ width: 65.3332%;}
	
	.five_sixth 								{ width: 82.6665%;}
	.firstcols									{ margin-left:0px !important;
    top: 0px;
    left: 0px;
}
	.last, .lastcols							{ margin-right:0px !important; clear:right; }


/*=== Form & Button ===*/
form{margin:0; padding:0;}

label{display:block; width:100%; float:left; padding-bottom:5px;}

.container-checkout input[type="text"],
.container-checkout  textarea, input[type="password"]{
	
	width:94%;
	float:left;
	background:#fff;
	border:1px solid #F59A35;
	height:24px;
	font-size:12px;
	color:#4a4238;
	outline:0;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
	padding:5px 5px;
	font-family: Arial, sans-serif;
}

.container-checkout  textarea{
	
	height:100px !important;
}
.container-checkout  select{
	
	width:96% !important;
	float:left;
	background:#fff;
	border:1px solid #F59A35;
	height:36px;
	font-size:12px;
	color:#4a4238;
	outline:0;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
	padding:5px 5px;
	font-family: Arial, sans-serif;
}
.container-checkout  textarea{width:90%;}

.container-checkout  textarea:focus{outline:0;}

.container-checkout  .button, .container-checkout  .button:visited, .container-checkout  input[type="submit"],.container-checkout  button{
	background: none repeat scroll 0% 0% #F59A35;
border: medium none;
padding: 6px 20px;
color: #FFF;
font-size: 16px;
cursor: pointer;
margin-top:10px;
	
	
}
.container-checkout .button:hover,.container-checkout  input[type="text"]:hover,.container-checkout  button:hover, .container-checkout textarea:hover{
   border: 1px solid #4C347C;
}
 .container-checkout input[type="text"]:focus , .container-checkout textarea:focus{
	border:1px solid #4C347C;
	height:24px;
	font-size:13px;
	color:#4a4238;
	outline:0;
	
	/*border-radius: 5px;*/
	padding:5px 5px;
}

.bgOrange
{
    background:#F59A35;
}

.alert
{
        background: none repeat scroll 0% 0% #4C347C;
    border: 1px solid #4C347C;
    color: #fff;
padding: 12px 12px;
margin:0px 0px 12px;
}
.required
{
    color:#E5322C;
}

/*product details*/
/* PRODUCTS DETAIL */
.product-detail .price{ font-size:16px; margin-bottom:20px;}
.product-detail h4{ margin-bottom:0px; font-size:13px;}
.variations_button{ padding-top:20px;}
.quantity.buttons_added{ float:left; display:inline-block; padding:1px; margin-right:24px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
	width:auto;
	}
.quantity input.plus, .quantity input.minus {
    border: 0 none;
    cursor: pointer;
    display: inline;
    line-height: 1em;
    margin: 0;
    padding: 4px;
    vertical-align: middle;
    width: 20px;
}

.quantity input {
    margin-left: 0;
    margin-right: 0;
}

.quantity input.qty {
    border: 0px;
    display: inline;
    line-height: 1em;
    margin: 0;
    padding: 4px;
    vertical-align: middle;
    width: 20px;
}

.product_meta{ margin-top:20px;}
/* Product detail*/
.quantity.buttons_added{ border:1px solid #CCCCCC;}
.quantity input.plus, .quantity input.minus { background:#eee; color: #000;}
.quantity input.minus:hover, .quantity input.plus:hover { background: #dadada;}
.quantity input.qty {background:#f8f8f8;}
img.scale-with-grid {
    max-width: 100%;
    height: auto;}

/* Base Grid */	
	.product-detail .one.column						{ width: 60px;  }
	.product-detail .two.columns 					{ width: 140px; }
	.product-detail .three.columns 					{ width: 220px; }
	.product-detail .four.columns 					{ width: 300px; }
	.product-detail .five.columns 					{ width: 380px; }
	.product-detail .six.columns 					{ width: 460px; }
	.product-detail .seven.columns 					{ width: 540px; }
	.product-detail .eight.columns 					{ width: 620px; }
	.product-detail .nine.columns 					{ width: 700px; }
	.product-detail .ten.columns 					{ width: 780px; }
	.product-detail .eleven.columns 					{ width: 860px; }
	.product-detail .twelve.columns 					{ width: 940px; }
.clear, .clr {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;}
    
    
    
    /* start login css page  */

.login_box { width:100%; float:left;  }
.login_box h1{ width:100%; font-size:1.9em; color:#4ab0d8; font-weight:normal; margin-bottom:5px;    }

.login_head  { width:100%;}
.login_head_bg  
{
    width: 100%;
float: left;
font-weight: normal;

margin-bottom: 10px;
padding: 3px 0px;

background: #F59A35;

    }
  
.login_head_bg span{ text-align:center; color:#fff; font-size:1.5em; float:left; width:100%;  }

.logindetailmain {
	width:40%;
	float:left;
	margin:0px 30%;

}

.send_inquiry_main {
	width:100%;
	float:left;
	margin:0px 0%;

}


.login_small {
	width:100%;
	float:left;
	margin:0px 0px 2px 0px;
}
.login_small span{
	width:100%;
	float:left;
	margin:0px 0px 5px 0px;
	font-size:16px;
	font-weight:normal;
	color:#F59A35;

}
.login_small b{
	color:#ff0000;
}
.login_small_input{
	width:96%;
	float:left;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #C9C3C3;
	height:20px;
	outline:0;
	margin:0px;
	padding:10px 10px;
}
.login_small_input:hover {
	width:96%;
	float:left;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #4ab0d8;
	height:20px;
	outline:0;
	margin:0px;
	padding:10px 10px;
}

.login_small_textarea{
	width:96%;
	float:left;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #C9C3C3;
	height:20px;
	outline:0;
	font-family:Calibri, Arial, sans-serif;
	margin:0px;
	padding:10px 10px;
}
.login_small_textarea:hover {
	width:96%;
	float:left;
		font-family:Calibri, Arial, sans-serif;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #4ab0d8;
	height:20px;
	outline:0;
	margin:0px;
	padding:10px 10px;
}

.login_small_select{
	width:96%;
	float:left;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #C9C3C3;
	height:40px;
	outline:0;
	font-family:Calibri, Arial, sans-serif;
	margin:0px;
	padding:10px 10px;
}
.login_small_select:hover {
	width:96%;
	float:left;
		font-family:Calibri, Arial, sans-serif;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #4ab0d8;
	height:40px;
	outline:0;
	margin:0px;
	padding:10px 10px;
}

.login_small_checkbox{
	width:18px;
	float:left;
	padding-top:8px;
	margin-left:-2px;
}
  

.register_btn  { width:100%;}
.register_btn_bg  { width:100%; float:left; font-weight:normal; background:#F59A35;
   padding:3px 0px; margin-bottom:2px; margin-top:10px;  }
  
.register_btn_bg span{ text-align:center; color:#ff7400; font-size:1.5em; float:left; width:100%;  }
.register_btn_bg  a{ color:#fff;}
.register_btn_bg  a:hover{ color:#4C347C;}



.login_small_checkbox{
	width:18px;
	float:left;
	padding-top:8px;
	margin-left:-2px;
}
  


.register_btn_purple_bg  { width:100%; float:left; font-weight:normal; background:#4C347C;
   padding:3px 0px; margin-bottom:2px; margin-top:10px;  }
  
.register_btn_purple_bg span{ text-align:center; color:#ff7400; font-size:1.5em; float:left; width:100%;  }
.register_btn_purple_bg  a{ color:#fff;}
.register_btn_purple_bg:hover{ opacity:0.9;}



/* end login css page  */
.green
{
    color:#08C65D;

    }
    .purple
{
    color:#4C347C;
    }
   a.purple
{
    color:#4C347C;
    }
    
    a.purple:hover
{
    color:#F59A35;
    text-decoration:underline;
    }
    .bold
    {
        font-weight:bold;
    }
    
    .orange
    {
   color:#F59A35;     
    }
    
    /*status*/
    .label-success {
    background-color: #B1CC16;
    font-size: 12px;
padding: 3px 4px;
text-indent: 0px;
margin-top: 1px;
margin-bottom: 1px;
display: inline-block;
    }  
     .label-pending {
    background-color: #FCBC4C;
    font-size: 12px;
padding: 3px 4px;
text-indent: 0px;
margin-top: 1px;
margin-bottom: 1px;
display: inline-block;
    }   
     .label-fail {
    background-color: #FC4C4C;
    font-size: 12px;
padding: 3px 4px;
text-indent: 0px;
margin-top: 1px;
margin-bottom: 1px;
display: inline-block;
    }  
    
    
    /* start Hajj/Umrah/Ramadan css page  */

.banner_head { width:100%; float:left; background:url(../images/hajj_banner.jpg) no-repeat left top; height:196px;  margin-bottom:4px; margin-top:-10px;   }

.sbp_products_head { width:98%; float:left; background:#ebebeb;
  background-repeat:no;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d1d1), to(#efefeb));
  background: -webkit-linear-gradient(top, #eee, #ebebeb);
  background: -moz-linear-gradient(top, #eee, #ebebeb);
  background: -ms-linear-gradient(top, #eee, #ebebeb);
  background: -o-linear-gradient(top, #eee, #ebebeb);
   padding:5px 1%; margin-bottom:0px; /*margin-top:-3px;*/   }
   
.sbp_products_head .txtblue { 

	width:100%;
	float:left;
	font-size:26px;
	font-weight:normal;
	color:#4ab0d8;
}

.sbp_products_main_div {
	width: 100%;
	float: left;
	margin:0.1em 0px;
}
.sbp_products_main_left { width:65%; float:left;  }


.sbp_productlisting {
	width:100%;
	float:left;
	padding:0px;
    margin-bottom:6px;	
	border:1px solid #F59A35;
	background:#FEF8A0;
	/*margin-bottom:10px;*/
}



.sbp_productlisting_main {
	width:100%;
	float:left;
	padding:1%;
}


.thumbnail-item { 
	position: relative; 
	float: left;  
	margin: 0px 4px 0px 0px; 
}

.thumbnail-item a { 
	display: block; 
}

.thumbnail-item img.thumbnail {
	border:none;	
}
		

.tooltip { 
	/* by default, hide it */
	display: none; 
	/* allow us to move the tooltip */
	position: absolute; 
	/* align the image properly */
	padding:0px; 
	border:5px solid #ff7400;
}

	.tooltip span.overlay { 
		/* the png image, need ie6 hack though */
		/* put this overlay on the top of the tooltip image */
		position: absolute; 
		top: 0px; 
		left: 0px; 
		display: block; 
		width:100%; 
		height:100%;
	}


.sbp_productlistingbox_col1 {
	width:155px;
	float:left;
	margin:0px 0 0px 0px;
	}



.sbp_productlistingbox_col2 {
	width:70%;
	float:left;
	margin:0px 1% 0px 0.8%;
/*	border-right:1px solid #d1d1d1;*/
	/*background-image:url(../images/shadow_img.png);
	background-position:right top;
	background-repeat:repeat-y;*/
}

.packagename_text24 {
	color: #e16b08;
	font-size:18px;
	font-weight:bold;
	background:#FEF8A0;
	margin-bottom:3px;
}

a.package_link:link, a.package_link:visited {
	color:#e16b08;
	text-decoration:none;
}
a.package_link:hover {
	text-decoration:none;
	color:#4ab0d8;

}

.sbp_productlistingbox_col2 h2 {
	width:100%;
	float:left;
	margin:0px 0px 3px 0px;
	color:#4C347C;
	font-weight:normal;
	font-size:15px;
}
.sbp_productlistingbox_col2 p {
	float:left;
	color:#fff;
	font-size:11px;
}
.sbp_productlistingbox_col2 span {
	color:#818181;
	font-size:15px;
}


.sbp_productlisting_items {
	width:200px;
	float:left;
	margin-left:10px;
	margin-right:0px;
}

.sbp_productlisting_items ul li {
	width:200px;
	float:left;
	display:block;
	color:#4f4f4f;
	font-size:13px;
	padding:4px 0px 4px 18px;
	background:url(../images/hotel_icon.png) no-repeat left 3px;
	margin-right:15px;
}

.sbp_productlistingbox_col3 {
	width:25.5%;
	float:left;
	text-align:right;
	margin:0px 1% 0px 0.8%;
	}


.package_price  { width:100%; float:left; }
.package_price_left  { width:50%; float:left; }

.package_list_small {
	width:100%;
	float:left;
}

.package_list_small ul li {
	width:50%;
	float:left;
	display:block;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin-right:15px;
}


.package_price_right  { width:50%; float:right; }

.package_list_small_1 {
	width:100%;
	float:left;
}

.package_list_small_1 ul li {
	width:70%;
	float:left;
	display:block;
	color:#297b01;
	font-size:15px;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin-right:15px;
}

.listin_head  { width:100%; float:left; }
.listin_head_left  { width:82%; float:left; }
.listin_head_right  { width:15%; float:left; }



.sbp_products_main_div_right { width:29%; float:right;  }


.rcmnd_package_box {
	width:98%;
	float:left;
	margin:0.3em;
	border:#d1d1d1 1px solid;
}
.rcmnd_package_box h1 {
	padding:0.5em;
	font-size:18px;
	font-weight:bold;
	color:#287801;
	 background:#eaeaea;
  background-repeat:no;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#eaeaea));
  background: -webkit-linear-gradient(top, #f4f4f4, #eaeaea);
  background: -moz-linear-gradient(top, #f4f4f4, #eaeaea);
  background: -ms-linear-gradient(top, #f4f4f4, #eaeaea);
  background: -o-linear-gradient(top, #f4f4f4, #eaeaea);
	border-bottom:1px solid #d1d1d1;
}

.rcmnd_package_box_small_main {
	width:94%;
	float:left;
	padding:8px 0.5em 1px 0.5em;
	margin:0px 0px 0px 0px;
	/*border-bottom:1px solid #6f6f6f;*/s
}

.rcmnd_package_box_small_img {
	width:80px;
	float:left;
	margin-right:5px;
}



.rcmnd_package_box_small {
	width:68%;
	float:left;
}


.rcmnd_package_box_small .txt13 {
	width:100%;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}

.rcmnd_package_box_small span {
	width:100%;
	float:left;
	margin:0px 0px 0px 0px;
	color:#287701;
	font-size:15px;
	font-weight:bold;
}

.rcmnd_package_box_small b {
	float:left;
	margin:0px 3px 0px 0px;
	font-weight:bold;
	color:#5e5e5e;
	font-size:13px;
	font-weight:bold;
	
}

a.viewdetailslink:link, a.viewdetailslink:visited {
	color:#1c699d;
	font-size:13px;
	text-decoration:none;
}
a.viewdetailslink:hover {
	color:#000;
	text-decoration:none;
}

.show_all { width:98%; float:left; margin:0.5em; font-size:13px; font-weight:bold; color:#2a7107; }
a.greenlink:link, a.greenlink:visited {
	color:#2a7107;
	text-decoration:none;
}
a.greenlink:hover {
	color:#000;
	text-decoration:none;
}

.rcmnd_package_box_banner {
	width:98.2%;
	float:left;
	margin-top:2%;
	margin-left:1.8%;
}


/* end Hajj/Umrah/Ramadan css page  */

.full-per-width
{
    width:100% !important;
}

/*imageloader*/
.imgLoader
{
    background: url('http://www.shivabakers.com/images/small-loader-orange.gif') no-repeat scroll center center transparent;
    min-height:200px;
    min-width:228px;    
}

/*admin panel*/
.breadcrums_up{width:100%;
float:left;

/*background:url(../images/pattern_bg.png) repeat left top;*/
}
#breadcrumbs-two{
  overflow: hidden;
  width:98%;
}

 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
}

#breadcrumbs-two a{
  background: #4C347C;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #fff;
  /*text-shadow: 0 1px 0 rgba(255,255,255,.5); */
  position: relative;
}

#breadcrumbs-two a:hover{
  background: #F59A35;
}

#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #4C347C #4C347C #4C347C transparent;
  left: -1em;
}

#breadcrumbs-two a:hover::before{
  border-color: #F59A35 #F59A35 #F59A35 transparent;
}

#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #4C347C;
  right: -1em;
}

#breadcrumbs-two a:hover::after{
  border-left-color: #F59A35;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}

/*dash board*/
.details_block_main {
width:100%;
float: left;
margin: 0 0; }

.inner_dashboard{width:100%;
float:left;
}
.box_content_main{width:90%;
float:left;
margin: 5px;
text-align:center;
background: #000; /* Old browsers */

}

.box_content_main img{ padding-top:35px;

}

.box_content_main span{ font-size:26px; color:#fff; text-align:center;
}

.inner_dashboard{margin:0;
padding:0;
}
.inner_dashboard li{list-style:none;
cursor:pointer;
width:240px;
height:224px;
padding: 12px 0 12px 0;
display:inline-block;

}
.box_content{width:100%;
text-align:center;
}



/*.inner_dashboard li img{margin: 0px 42px 0px 42px;
}*/
.inner_dashboard li:hover, .active{background:#e74c15 !important;
}
.blue_bgBox{background:#0090d9!important;
color:#fff!important;
}
.yellow_bg{background:#f1b708!important;
color:#fff!important;
}
.green_bg{background:#026e65!important;
color:#fff!important;
}
.dark_bg{background:#6f04c1!important;
color:#fff!important;
}
.reddark_bg {  background:#891113!important;
color:#fff!important; }

.ashdark_bg  { background:#4e5464!important; color:#fff!important; }

/**/

/*new dashboard*/
.dashboard_row {
    width: 100%;
    float: left;
}

.text_content {
    position: relative;
    bottom: 31px;
}

.left_text {
    float: left;
}

.right_text {
    float: right;
}

.wid {
    width: 100% !important;
}

.box_content_inner_fiverow {
    width: 18%;
    float: left;
    margin: 2% 1% 1% 1%;
    padding: 12px 0 12px 0;
    text-align: center;
    display: inline-block;
}

.box_content_inner_fourrow {
    /*width: 23%;*/
        width: 218px;/* 21.8%;*/
    float: left;
    margin:5px;
    padding: 12px 0 12px 0;
    text-align: center;
    display: inline-block;
}



.text_row_four {
    float: left;
    padding-left: 2%;
    width: 100%;
    text-align: left;
}

    .text_row_four a {
        color: #fff;
    }

.box_content_inner_threerow {
    width: 32%;
    float: left;
    margin: 2% 0 2% 1%;
    padding: 12px 0 12px 0;
    text-align: center;
    display: inline-block;
    background: #000; /* Old browsers */
}

.box_content_new {
    width: 35%;
    text-align: left;
    padding-left: 2%;
    float: left;
}

.head_text_inner {
    width: 54%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

    .head_text_inner h1 {
        margin: 0;
        text-align: right;
        color: #fff;
    }

    .head_text_inner p {
        margin: 0;
        text-align: right;
        color: #fff;
    }

.text_row_three {
    float: left;
    padding-left: 4.5%;
}

    .text_row_three a {
        color: #fff;
    }

.box_content_inner_tworow {
    width: 48%;
    float: left;
    margin: 2% 1% 2% 1%;
    padding: 12px 0 12px 0;
    text-align: center;
    display: inline-block;
}

    .box_content_inner_tworow img {
        width: 100%;
    }

.box_content_inner_onerow {
    width: 98%;
    float: left;
    margin: 2% 1% 2% 1%;
    padding: 12px 0 12px 0;
    text-align: center;
    display: inline-block;
}

    .box_content_inner_onerow img {
        width: 100%;
    }

.dark_blue {
    background: #19a0e4!important;
}

.shine_green {
    background: #2eb6ab!important;
}

.light_orang {
    background: #fa7371!important;
}

.porpul {
    background: #907fa4!important;
}

.light_gray {
    background: #8b9299!important;
}

.light_blue {
    background: #57c5fe!important;
}

.light_pink {
    background: #e07190!important;
}

.light_yellow {
    background: #ecb362!important;
}

.light_blue_green {
    background: #82aeb5!important;
}

.dark_gray {
    background: #555555!important;
}

.dark_blue_gray {
    background: #546b8d!important;
}

.dark_golden_green {
    background: #88965c!important;
}

.dark_porpul {
    background: #9e4b9d!important;
}

.greenist {
    background: #75b749!important;
}



.box_content_inner_fourrow:hover{
 cursor:pointer;
 opacity:0.7;
}

/*grid view*/

    .gvHeader
    {
        text-align: left ;
    }
    .gvItem
    {
        text-align: left ;
    }
    #example .gvItem
    {
        text-align: left !Important;
        padding-left:20px;
    }
    .hideLbl label
    {
        display: none;
    }
.SalesRow 
{
    background-color:#E6FCB1 !important;
}
.txtLeft
{
    text-align:left !important;
}
.txtRight
{
    text-align:right !important;
}
.devHideExportOption
{
    display:none;
}