
/*Basic reset*/
#accordian {
	background: #FFFFFF;
	color: white;
	/*Some cool shadow and glow effect*/
	box-shadow: 
		0 5px 5px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#accordian h3 {
	color: #FFF;
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #F08501; 
	background: linear-gradient(#F08501, #F08501);
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	
	border-left: 5px solid #F08501;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}

.fullwidth{ width:100% !important;}
    .btn-tiblue {
        color: #ffffff;
        background-color: #05305C;
        border-color: #05305C;
      }
      .btn-tiblue:hover,
      .btn-tiblue:focus,
      .btn-tiblue:active,
      .btn-tiblue.active,
      .open .dropdown-toggle.btn-tiblue {
        color: #ffffff;
        background-color: rgba(5, 48, 92, 0.8);
        border-color: #05305C;
      }

/***************************** Right Menu ***********************************/


#right {
	background: #FFFFFF;
	color: white;
	/*Some cool shadow and glow effect*/
	box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#right h3 {
	color: #FFF;
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #F08501; 
	background: linear-gradient(#F08501, #F08501);
}
/*heading hover effect*/
#right h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#right h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#right li {
	list-style-type: none;
}
/*links*/
#right ul ul li a {
	
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#right ul ul li a:hover {
	
	border-left: 5px solid #F08501;
}
/*Lets hide the non active LIs by default*/
#right ul ul {
	display: none;
}
#right li.active ul {
	display: block;
}

/***************************** Center What you get ***********************************/


#center {
	background: #FFFFFF;
	color: white;
	/*Some cool shadow and glow effect*/
	box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#center h3 {
	color: #000;
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #EEEEEE; 
	background: linear-gradient(#EEEEEE, #EEEEEE);
}
/*heading hover effect*/
#center h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#center h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#center li {
	list-style-type: none;
	color: #000;
}
/*links*/
#center ul ul li a {
	
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#center ul ul li a:hover {
	
	border-left: 5px solid #F08501;
}
/*Lets hide the non active LIs by default*/
#center ul ul {
	display: none;
}
#center li.active ul {
	display: block;
}


/***************************** buyers profile ***********************************/


#buyerprofile {
	background: #FFFFFF;
	color: white;
	/*Some cool shadow and glow effect*/
	box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#buyerprofile h3 {
	color: #000;
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #EEEEEE; 
	background: linear-gradient(#EEEEEE, #EEEEEE);
}




	