/* CSS Document */
body{
	color:#333;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	background-color:#FFF;
	background-repeat:repeat-x;
	background-image:url(images/back.jpg);
}
div, form, label, span{
	padding:0;
	margin:0;
	border:0;
}
a {
	color: #00b9d5;
	text-decoration:none;
}
a:hover {
	color: #82459b;
	text-decoration:underline;
	text-decoration:none;
}
.recaptcha_widget_div td {
	max-width: 200px!important;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Wrapper 			                           *
*																	           *
/******************************************************************************/
#session{
	width:100%;
	height:55px;
	margin:0 auto;
	padding:0;
	border-top:4px solid #00b9d5;
	background-image:url(images/menu.jpg);
	background-repeat:repeat-x;
	z-index: 1999;
	position:fixed;
}
#wrapper{
	width:1000px;
	margin: auto;
	padding:55px 0 0 0;
	overflow:hidden;
}
#content{
	width:1000px;
	padding:10px;
	margin:0 auto;
	overflow:hidden;
}

/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Header 				                           *
*																	           *
/******************************************************************************/
#header{
	width:1000px;
	margin: 0 auto;
	padding:0;
	overflow:hidden;
}
#header img{
	border:0;
}
#header_left{
	float:left;
	width:480px;
	height:180px;
	padding:0;
	margin:0 0 0 10px;
}
#header_middle{
	float:left;
	width:260px;
	height:70px;
	padding:40px 0 0 0;
	margin:10px 0 0 10px;
}

#header_right{
	float:left;
	width:160px;
	height:40px;
	padding:50px 0 20px 0;
	margin:0 20px 0 0;
	font-size:14px;
}
.basket, .basket a{
	display:block;
	max-width:155px;
	text-indent:30px;
	height:35px;
	line-height:35px;
	color:#FFF;
	background-color:#82459b;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:10px 0 10px 0;
	text-align:center;
	font-size:12.5px;
	background-image:url(images/basket.png);
	background-position:left;
	background-repeat:no-repeat;
}
.basket:hover, .basket a:hover{
	background-color:#000;
	color:#FFF;
}
#header_right fieldset, #header_middle fieldset{
    margin: 0;
    padding: 5px;
	font-size:26px;
	background:none;
	border:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#header_right p,  #header_middle p{
	margin:0 0 0 0;
}
#header_middle a{
	font-size:26px;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#151515;
}

.logo{
	float:left;
	width:340px;
	height:150px;
	padding:0;
	margin:0;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Body 2 Columns				                   *
*																	           *
/******************************************************************************/
#showcase{
	width:620px;
	padding:0;
	margin:10px 0 0 10px;
	float:left;
	overflow:hidden;
}
.searchform{
	width:700px;
	height:300px;
	padding:20px;
	float:left;
	margin:0 0 20px 20px;
}
.button, .button a{
	display:block;
	max-width:110px;
	height:30px;
	line-height:30px;
	background-color:#00b9d3;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:10px 0 10px 0;
	border:0;
	text-align:center;
	font-size:12.5px;
}
.button:hover, .button a:hover{
	background-color:#000;
	color:#FFF;
}
#map {
	width:960px;
	padding:0;
	float:left;
	margin:0 20px 0 20px;
	overflow:hidden;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Body 2 Columns				                   *
*																	           *
/******************************************************************************/
#body_section{
	width: 1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:relative;
}
#column{
	width: 1000px;
	float:left;
	margin:10px 0 10px 0;
	padding:0;
	overflow:hidden;
}
h1, h2{
	font-size:29px;
	margin:5px 0 1px 0;
	padding:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#151515;
	text-align:left;

}
h3, h4{
	font-size:17px;
	font-weight:bold;
	margin:5px 0 1px 0;
	padding:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#151515;
}
h5, h6{
	font-size:17px;
	font-weight:bold;
	color:#151515;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
div .column {
	float:left;
	margin:0;
	width:280px;
	overflow:hidden;
	padding:0 30px 10px 0;
}
#body_home {
	width: 960px;
	padding:10px;
	margin: 10px auto;
	overflow:hidden;
	background-image:url(images/light.jpg);
	background-position:left;
}
#body_home h1{
	height:25px;
	line-height:25px;
	font-size:17px;
	font-weight:bold;
	margin:5px 0 1px 0;
	padding:5px 0 10px 0;
	background-color:transparent;
	color:#151515;
	border-bottom:1px solid #FFF;
}
#body_featured {
	width: 978px;
	min-height: 250px!important;
	padding:0;
	margin: 0 auto;
	overflow:hidden;
	background-color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #f9f9f9;
	background-image:url(images/featured.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#body_featured h2{
	font-size:19px;
	font-weight:bold;
	color:#151515;
	margin:5px 0 10px 0;
	padding:5px;
	text-indent:10px;
	background-image:none;
}
#shopping{
	width: 980px;
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
}
#left{
	width: 650px;
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
}
#body_left {
	width: 650px;
	float:left;
	padding:0;
	margin:0 0 0 10px;
}
#body_left ul{
	margin:0 0 10px 20px;
	padding:0;

}
#body_left li{
	list-style:outside;
	padding:0;
	margin:0 0 0 10px;
}
#body_left{
	width: 600px;
	float:left;
	padding:10px;
	margin:0 30px 0 10px;
}
.body_content{
	width: 640px;
	float:left;
	padding:10px;
	margin:0 0 0 20px;
	overflow:hidden;
}
.body_column{
	width: 280px;
	float:left;
	padding:10px;
	margin:0 0 0 10px;
	overflow:hidden;
}
#body_gallery {
	width: 630px;
	float:left;
	padding:0 10px 0 10px;
	margin:0 0 10px 10px;
}
#body_gallery img{
	max-width:610px;
}
#right {
	width: 300px;
	float:left;
	padding:10px;
	margin:0;
	overflow:hidden;
}
#right #body_menu h2{
	width:280px;
	font-size:17px;
	color:#fff;
	margin:5px 0 10px 0;
	padding:5px;
	background-color:#151515;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-indent:5px;

}
#body_menu{
	width: 300px;
	float:left;
	padding:0;
	margin:0 10px 10px 20px;
	overflow:hidden;
}
#body_menu ul{
	padding:0;
	margin:0 0 10px 0;
	list-style:none;
}
#body_menu li{
	width:290px;
	padding:10px 0 10px 0;
	margin:0 0 2px 0;
	text-indent:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-indent:10px;
	background-image:url(images/light.jpg);
	background-position:left;
}
#body_menu li a, #body_menu a{
	color:#444;
}
#body_menu li:hover, #body_menu li a:hover{
	color:#00b9d3;
	background-image:url(images/pattern.jpg);
	background-position:left;
}
#body_tenants{
	width: 270px;
	float:left;
	padding:10px;
	margin:0 10px 0 20px;
	overflow:hidden;
	background-image:url(images/light.jpg);
	background-position:left;
	background-repeat:repeat;
}
#body_tenants h2 {
	width:260px;
	font-size:17px;
	color:#fff;
	margin:0 0 10px 0;
	padding:5px;
	background-color:#151515;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-indent:5px;
}
#body_tenants .submit{
	display:block;
	float:left;
	width:60px;
	height:30px;
	line-height:30px;
	background-color:#82459b;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:0;
	text-align:center;
	border:0;
}
#body_tenants .submit:hover{
	background-color:#000;
	color:#fff;
}

#body_right {
	width: 290px;
	float:left;
	padding:0;
	margin:0 10px 0 20px;
	overflow:hidden;
	background-image:url(images/light.jpg);
	background-position:left;
	background-repeat:repeat;
}
#quick h2 {
	width:280px;
	font-size:17px;
	color:#fff;
	margin:10px 0 10px 20px;
	padding:5px;
	background-color:#151515;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-indent:5px;
}

.body_form{
	width: 270px;
	float:left;
	padding:10px;
	margin:0;
	overflow:hidden;
}
#body_login{
	width: 290px;
	float:left;
	padding:0;
	margin:0 10px 0 20px;
	overflow:hidden;
}
.loginbox{
	float:left;
	padding:10px;
	overflow:hidden;
}
#body_login input{
	width:170px;
	display: block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:5px 0 10px 0;
	padding:6px;
	border:0;
	background-color:#efefef;
	color:#444;
}
#body_login label{
	display:block;
	width:80px;
	padding:5px 0 5px 0;
	margin:0;
	float:left;
}
#body_login .login{
	display:block;
	width:60px;
	height:25px;
	line-height:25px;
	background-color:#82459b;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:10px 0 10px 70px;
	text-align:center;
	border:0;
}
#body_login .login:hover{
	background-color:#444;
	color:#fff;
}
#body_column {
	width: 460px;
	min-height:340px;
	float:left;
	padding:10px;
	margin:30px 10px 0 10px;
	overflow:hidden;
	background-color:#f9f9f9;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-image:url(images/light.jpg);
	background-repeat:repeat;
}

#body_column ul {
	list-style:none;
	padding:0;
	margin:15px 0 0 10px;
}
#body_column li {
	padding:0;
	height:25px;
	line-height:25px;
	margin:0 0 2px 0;
	border:0;
	background-image:url(images/tick.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:30px;
}
#body_column li a{
	color:#00b9d5;
}

#body_column li a:hover {
	color:#82459b;
}
#body_column h1{
	height:25px;
	line-height:25px;
	font-size:17px;
	margin:5px 0 1px 0;
	padding:5px 5px 10px 5px;
	background-color:transparent;
	color:#151515;
	border-bottom:1px solid #FFF;
	background-image:url(images/letting.png);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:30px;
}
#body_column h2{
	height:25px;
	line-height:25px;
	font-size:17px;
	font-weight:bold;
	margin:5px 0 1px 0;
	padding:5px 5px 10px 5px;
	background-color:transparent;
	border-bottom:1px solid #FFF;
	color:#151515;
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:30px;
}
#body_column h3{
	height:25px;
	line-height:25px;
	font-size:17px;
	font-weight:bold;
	margin:5px 0 1px 0;
	padding:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#f9f9f9;
	color:#151515;
	background-image:url(images/mail.png);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:30px;
}
.checkout_right h2, .checkout_left h2{
	font-size:29px;
	margin:5px 0 1px 0;
	padding:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#151515;
	text-align:left;

}
.checkout_left{
	width:450px;
	min-height:150px;
	padding:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0;
	color:#333;
	border:0;
	float:left;
	overflow:hidden;
	background-image:url(images/light.jpg);
	background-repeat:repeat;
	background-position:left;
}
.checkout_right{
	width:450px;
	min-height:150px;
	padding:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0 0 0 20px;
	color:#333;
	border:0;
	float:left;
	overflow:hidden;
	background-image:url(images/light.jpg);
	background-repeat:repeat;
	background-position:left;
}
.checkout_left{

}
input[type=submit]{
	display:block;
	min-width:110px;
	height:30px;
	line-height:30px;
	background-color:#00b9d3;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:10px 0 10px 0;
	border:0;
	text-align:center;
	font-size:12.5px;
}
.loginbutton, .loginbutton a{
	display:block;
	min-width:110px;
	height:30px;
	line-height:30px;
	background-color:#00b9d3;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:10px 0 10px 0;
	border:0;
	text-align:center;
	font-size:12.5px;

}
.loginbutton:hover, .loginbutton a:hover{
	background-color:#000;
	color:#FFF;
}

/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Featured Property			                   *
*																	           *
/******************************************************************************/
.property_featured{
	width: 440px;
	min-height: 200px!important;
	float:left;
	padding:0 0 10px 0;
	margin:30px 10px 0 10px;
	overflow:hidden;
}
.property_featured_image{
	width: 200px;
	float:left;
	padding:0;
	margin:10px 0 0 0;
	overflow:hidden;
	position: absolute;
}

.property_featured_text{
	width: 140px;
	min-height:135px;
	float:right;
	padding:10px;
	margin:0;
	overflow:hidden;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
div.Yes {
  	float: left;
    left: 0px;
    top: 0px;
    z-index: 1000;
	background-image:url(images/letagreed.png);
	width:600px;
	height:400px;
	margin-left: 10px;
	position: relative;
	
}
.No {
	display: none;

}

/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Property			                           *
*																	           *
/******************************************************************************/
#body_property {
	width: 650px;
	float:left;
	padding:0;
	margin:0 0 0 10px;
}
#body_property ul{
	padding:0;
}
#body_property li{
	list-style:none;
}
#body_property .big{
	min-width:580px;
	float:left;
	padding:0;
	border:10px solid #f9f9f9;
	margin:0 0 10px 0;
}
.property_cat{
	width: 580px;
	height:175px;
	float:left;
	padding:10px;
	margin:10px 0 10px 0;
	background-color:#f9f9f9;
	background-image:url(images/light.jpg);
	background-repeat:repeat;
}
.body_category_image{
	float:left;
	padding-top:10px;
	margin:0;
    z-index: 5;
 /* position: absolute; */
	width:200px;
	height:130px;
	position: absolute;
}

 div#catagree.Yes {
  	float: left;
    left: 0px;
    top: 10px;
    z-index: 1000;
	background-image:url(images/letagreecat.png);
	width:200px;
	height:130px;
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
}

div#catagree.No {
  	float: left;
    left: 0px;
    top: 10px;
    z-index: 1000;
	min-width:200px;
	min-height:130px;
	background-repeat: no-repeat;
	margin: 0px;
	position: relative;
	overflow: hidden;
}
.body_category_text{
	width: 280px;
	height:175px;
	float:right;
	padding:10px;
	margin:0;
	overflow:hidden;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#body_property{
	width: 600px;
	float:left;
	padding:10px;
	margin:0 30px 0 10px;
}
#body_property fieldset{
	margin:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 10px 0;
	padding:10px;
	background-color:#f9f9f9;
	color:#444;
	border:0;
}
#body_property h4{
	font-size:17px;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#151515;
	background-color:#fff;
}
#body_property h3{
	font-size:17px;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#883c9f;
	background-color:#fff;
}
#body_property .thumbnails ul{
	padding:0;
	margin:0;
	list-style:none;
}
#body_property .thumbnails li{
	padding:0;
	margin:5px 5px 5px 5px;
	list-style:none;
	display:inline-block;
}
#body_property .intro{
	width:470px;
	height:40px;
	float:left;
	margin:5px 0 10px 0;
	padding:0;
	overflow:hidden;
	line-height:24px;
}

#body_property .price{
	width:120px;
	height:40px;
	float:left;
	margin:5px 0 10px 10px;
	padding:0;
	color:#883c9f;
	text-align:right;
	font-weight:bolder;
	font-size:24px;
	overflow:hidden;

}
#body_property .like{
	width:580px;
	overflow:hidden;
	float:left;
	padding:6px;
	margin:10px 0 10px 0;
	background-color:#00b9d3;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Footer 				                           *
*																	           *
/******************************************************************************/
#twitter{
	width:940px;
	margin:0 auto;
	padding:0 20px 0 20px;
	overflow:hidden;
}
#footer_full{
	width:100%;
	margin:0 auto;
	margin-top:70px;
	padding:0;
	overflow:hidden;
	background-color:#f9f9f9;
	background-image:url(images/light.jpg);
	background-repeat:repeat;
}
.footer{
	margin:0 auto;
	width:960px;
	padding:0;
	color:#444;
	overflow:hidden;
}
.footer a{
	color:#959595;
	padding:0;
	margin:0;
	text-decoration:none;
}
.footer a:hover{
	color:#883c9f;
}
#credits_full{
	width:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background-color:#151515;
}
.credits{
	margin:0 auto;
	width:980px;
	padding:0;
	overflow:hidden;
}
.copyright{
	margin:0;
	width:580px;
	line-height:30px;
	padding:10px;
	overflow:hidden;
	float:left;
	color:#fff;
}
.payments{
	margin:0;
	float:left;
	width:360px;
	padding:10px;
	overflow:hidden;
	text-align:right;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Footer Columns 				                   *
*																	           *
/******************************************************************************/
.footer_reg{
	width:920px;
	padding:10px 20px 20px 20px;
	margin: 0 auto;
	
}
.footer_column{
	width:210px;
	padding:10px;
	margin:10px 0 10px 10px;
	float:left;
	overflow:hidden;
}
.footer_column ul{
	padding:0;
	margin:0;
	list-style:none;
}
.footer_column li{
	padding:0;
	margin:0;
}
.footer_column_end{
	width:250px;
	padding:10px;
	margin:10px 0 10px 10px;
	float:left;
	overflow:hidden;
}
.footer_column_end ul{
	padding:0;
	margin:0;
	list-style:none;
}
.footer_column_end li{
	padding:0;
	margin:0;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Slider				                           *
*																	           *
/******************************************************************************/
#banner{
	width:1000px;
	height:450px;
	padding:0;
	margin: auto;
	margin-bottom:20px;
	overflow:hidden;
}

.maintext{
	width:540px;
	height:420px;
	padding:0;
	margin:20px 0 20px 20px;
	float:left;
	color:#333;
	text-align:left;
}
.maintext p {
	display:block;
	margin:0;
	padding:0;
}
.maintext h2{
	font-size:28px;
	color:#151515;
	font-weight:bolder;
	marign:0;
	padding:0 0 10px 0;
	background-image:none;
	text-indent:0;
}
.advert{
	width:430px;
	height:420px;
	padding:0;
	margin:20px 0 0 0;
	float:left;
	background-repeat:no-repeat;
	background-position:left;
	background-image:url(images/advert.jpg);
}

.search{
	margin:20px 0 0 0;
	padding:0;
	float:left;
	color:#fff;
}
.service, .service a{
	display:inline-block;
	max-width:160px;
	height:25px;
	line-height:25px;
	background-color:#82459b;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:5px 8px 5px 8px;
	margin:10px 5px 10px 0;
	border:0;
	text-align:center;
	font-size:12.5px;
	background-image:url(images/home.png);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:25px;
}
.service:hover, .service a:hover{
	background-color:#000;
	color:#FFF;
}
.calculate, .calculate a{
	display:inline-block;
	max-width:160px;
	height:25px;
	line-height:25px;
	background-color:#82459b;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:5px 8px 5px 8px;
	margin:10px 5px 10px 0;
	border:0;
	text-align:center;
	font-size:12.5px;

	text-indent:25px;
	background-image:url(images/calculate.png);
	background-repeat:no-repeat;
	background-position:left;

}
.calculate:hover, .calculate a:hover{
	background-color:#000;
	color:#FFF;
}



#body_search h2{
	font-size:19px;
	font-weight:bold;
	color:#444;
	margin:5px 0 10px 0;
	padding:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#body_search {
	width: 270px;
	float:left;
	padding:10px;
	margin:0 10px 0 20px;
	overflow:hidden;
	background-color:#f9f9f9;
}
#search h2{
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	padding:0;
	margin:5px 0 10px 0;
	text-transform:none;

}

#search{
	width: 290px;
	float:left;
	padding:0;
	margin:0 10px 0 20px;
	overflow:hidden;
	background-color:#f9f9f9;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Forms				                           *
*																	           *
/******************************************************************************/
#body_full{
	width: 980px;
	float:left;
	padding:10px;
	margin:0;
}
#body_full h5, h6{
	width:960px;
	height:20px;
	font-size:17px;
	font-weight:bold;
	color:#151515;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
.split_left{
	width: 450px;
	float:left;
	padding:0;
	margin:0 30px 0 0;
}
.split_right{
	width: 450px;
	float:left;
	padding:0;
	margin:0 0 0 30px;
}
#body_full fieldset{
	margin:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 10px 0;
	padding:10px;
	background-image:url(images/light.jpg);
	background-repeat:repeat;
	color:#444;
	border:0;
}

#body_full .number input, #body_full .number input{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:inline-block;
}
#body_full .currency input, #body_full .currency input{
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	display:inline-block;
}
input#notice_attachment, input#agreement_attachment, input#deposit_attachment, input#arrears_attachment{
	width:200px;
	margin:0 150px 5px 0;
	padding:5px;
	float:left;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#FFF;
	border:1px solid #acacac;
}
#body_full input{
	display:block;
}
#body_full textarea{
	min-width:250px;
	display: block;
	margin:5px 90px 10px 0;
	padding:6px;
	float: left;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#FFF;
	color:#444;
	border:1px solid #acacac;
}
#body_full .select{
	display:block;
}
#body_full .grounds{
	width:100%;
	float:left;
	padding:0;
	margin:0 0 0 20px;
}
#body_full .signdate{
	float:left;
	margin:0;
	padding:0;
	width:100%;
}

#body_full label{
	width:550px;
	display:block;
	padding:5px 0 5px 0;
	margin:0 20px 0 0;
	float:left;
}
#body_full label.checkbox {
	width:100%;
	display:block;
	padding:5px 0 5px 0;
	margin:0 20px 0 0;
	float:left;
}
#body_full .submit{
	display:block;
	float:left;
	width:60px;
	height:30px;
	line-height:30px;
	background-color:#82459b;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:0;
	text-align:center;
	border:0;
}
#body_full .submit:hover{
	background-color:#000;
	color:#fff;
}

#body_left textarea{
	width:300px;
	display: block;
	margin:5px 0 10px 0;
	padding:6px;
	float: left;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#FFF;
	color:#444;
	border:0;
	overflow:hidden;
}

#body_right label{
	display:block;
	width:70px;
	padding:5px 0 5px 0;
	margin:0;
	float:left;
}
#body_right .submit{
	display:block;
	width:60px;
	height:30px;
	line-height:30px;
	background-color:#82459b;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:10px 0 10px 90px;
	text-align:center;
	border:0;
}
#body_right .submit:hover{
	background-color:#000;
	color:#fff;
}

#body_right input{
	width:170px;
	display: block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:5px 0 10px 0;
	padding:6px;
  	border:1px solid #acacac;
	background-color:#FFF;
	color:#444;
}
#body_right textarea{
	width:170px;
	display: block;
	margin:5px 0 10px 0;
	padding:6px;
	float: left;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#FFF;
	color:#444;
  	border:1px solid #acacac;
	overflow:hidden;
}
#body_right label{
	display:block;
	width:70px;
	padding:5px 0 5px 0;
	margin:0;
	float:left;
}
#body_right .submit{
	display:block;
	width:60px;
	height:30px;
	line-height:30px;
	background-color:#82459b;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:10px 0 10px 70px;
	text-align:center;
	border:0;
}
#body_right .submit:hover{
	background-color:#000;
	color:#fff;
}

#body_shopping{
	width: 980px;
	float:left;
	padding:10px;
	margin:0;
}
#body_shopping fieldset{
	margin:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 10px 0;
	padding:10px;
	background-color:#f9f9f9;
	color:#444;
	border:0;
}
#body_shopping fieldset input{
	width:170px;
	display: inline-block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:5px 0 10px 0;
	padding:6px;
	border:1px solid #acacac;
	background-color:#FFF;
	color:#444;
}
.orderbox{
	width:940px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:10px 0 10px 0;
	padding:10px;
	background-image:url(images/light.jpg);
	background-repeat:repeat;
	color:#444;
}

#body_shopping fieldset .order submit{
 	display:inline-block;
	width:100px;
	height:30px;
	line-height:30px;
	background-color:#82459b;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:10px 0 10px 10px;
	text-align:center;
	border:0;
}
#body_shopping .quantity{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:5px 0 10px 0;
	padding:6px;
	border:1px solid #acacac;
	background-color:#FFF;
	color:#444;
}
#body_shopping  .addcart{
    display:inline-block;
	width:100px;
	height:30px;
	line-height:30px;
	background-color:#3cb9d5;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:10px 0 10px 10px;
	text-align:center;
	border:0;
}
#body_shopping .addcart:hover{
	background-color:#000;
	color:#fff;
}
#body_shopping  .placeorder{
    display:inline-block;
	width:110px;
	height:30px;
	line-height:30px;
	background-color:#00b9d5;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:10px 0 10px 10px;
	text-align:center;
	border:0;
}
#body_shopping .placeorder:hover{
	background-color:#000;
	color:#fff;
}
#body_left fieldset{
	margin:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 10px 0;
	padding:10px;
	background-image:url(images/light.jpg);
	background-repeat:repeat;
	color:#444;
	border:0;
}
#body_left .help{
	margin:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 10px 0;
	padding:10px;
	background-color:#333;
	color:#FFF;
	border:0;
}
#body_left .number input, #body_left .number input{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#body_left .currency input, #body_left .currency input{
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}
#body_left input{
 	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 5px 0;
	height: 18px;
	line-height: 18px;
	padding: 4px 5px;
	font-weight: normal;
  	border:1px solid #acacac;
	background-color:#FFF;
	color:#444;
}
#body_left textarea{
	display: block;
	margin:5px 0 10px 0;
	padding:6px;
	float: left;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#FFF;
	color:#444;
	border:1px solid #acacac;
}
#body_left label{
	width:250px;
	display:block;
	padding:5px 0 5px 0;
	margin:0;
	float:left;
}
#body_left .submit{
	display:block;
	float:left;
	width:60px;
	height:30px;
	line-height:30px;
	background-color:#82459b;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:0;
	margin:0;
	text-align:center;
	border:0;
}
#body_left .submit:hover{
	background-color:#000;
	color:#fff;
}
.order_box{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 20px 0;
	padding:8px;
	color:#444;
	border:1px solid #f6f6f6;
	overflow:hidden;
}
.order_box img{
	border:0;
}
.order_box h3{
	font-size:14px;
	font-weight:bold;
	color:#151515;
	padding:10px;
	margin:0 0 10px 0;
	border:1px solid #fff;
	background-image:url(images/light.jpg);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.order a{
	background-color:#00b9d3;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:6px;
	margin:0;
	border:0;
	text-align:center;
	font-size:12.5px;

}
.order:hover, .order_box .order a:hover{
	background-color:#000;
	color:#FFF;
}
/*******************************************************************************
*                            	 							  				   *
*																	           *
*								Table				                           *
*																	           *
/******************************************************************************/

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
  background-color:#2a9eb2;
  color:#FFF;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.hide{

    display:none;

}

/*******************************************************************************
*                            	 							  				   *
*																	           *
*								PopOver				                           *
*																	           *
/******************************************************************************/

.modal-open .popover {
  z-index: 2060;
}

.modal-open .tooltip {
  z-index: 2070;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 250px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}

/*******************************************************************************

Bootstrap's Icons

*******************************************************************************/

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"] {
  display: inline-block;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-tabs > .active > a > [class^="icon-"],
.nav-tabs > .active > a > [class*=" icon-"],
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url("img/glyphicons-halflings-white.png");
}


.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.question{
	display:inline-block;
	margin:0;
	padding: 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:14px;
	float:right;
}
#buyers_list {
	width:600px;
	margin:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	color:#444;
	border-top:1px solid #00b9d3;
	float:left;
	overflow:hidden;
}
#buyers_list ul {
	padding:0;
	margin:0;
}
#buyers_list li {
	list-style:none;
	padding:0;
	margin:0;
}

#buyers_list a {
	list-style:none;
	padding:5px;
	margin:5px 0 5px 0;
	display:block;
	max-width:200px;
	background-color:#00b9d3;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:0;
	text-align:center;
	font-size:12.5px;
}
#buyers_list a:hover {
	background-color:#000;
	color:#FFF;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
      -ms-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.accordion {
  margin-bottom: 18px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
  background-image:url(images/light.jpg);
  background-repeat:repeat;
 }
.stage1{
	background-color:#3cb9d3;
}
.stage2{
	background-color:#82459b;
}
.stage3{
	background-color:#000;
}
.stage1 a, .stage2 a, .stage3 a{
	color:#fff;
	font-size:17px;
}
.stage_blue {
	background-color:#3cb9d3;
	color:#fff;
	padding:5px;
}
.stage_purple  {
	background-color:#82459b;
	color:#fff;
	padding:5px;
}
.documents a{
	background-color:#82459b;
	color:#fff;
	padding:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0 0 10px;
}
.documents a:hover{
	background-color:#151515;
}
.documents img{
	margin:0;
	padding:0;
}

.documents{
	line-height:40px;
	height:40px;
	background-image:url(images/edit_page.png);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:40px;
}
