/* ----- General ---------------------------------------------------------------------------- */

.right {
	float: right;
}
.green {
	color: #8CC43D;
}
.block {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.grey_button_no_arrow, .grey_button_no_arrow span, .grey_button_no_arrow input {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	background-image: url("../img/button_no_arrow_grey.png");
	background-position: left 0px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}
.grey_button_no_arrow_big, .grey_button_no_arrow_big span, .grey_button_no_arrow_big input {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	color: #ffffff;
	background-image: url("../img/button_no_arrow_grey_big.png");
	background-position: left 0px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}
.grey_button_no_arrow span,
.grey_button_no_arrow input {
	padding: 0px 16px 0px 8px;
	background-position: right -24px;
}
.grey_button_no_arrow_big span,
.grey_button_no_arrow_big input {
	padding: 0px 16px 2px 8px;
	background-position: right -34px;
}
.grey_button_no_arrow input,
.grey_button_no_arrow_big input {
	width: auto;
	border: none;
}
div.contact_details a.grey {
    width: 142px;
}
div.contact_details a.grey-small {
    width: 52px;
}
a.grey {
    background-color: #969696;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 0 2px 2px 0;
    min-width: 142px;
    padding: 0 10px;
    text-align: center;
}
a.grey-small {
	font-size: 11px;
	height: 30px;
	line-height: 14px;
	min-width: 52px;
}

/* ----- End of General --------------------------------------------------------------------- */

/* ----- Login steps 1-6 -------------------------------------------------------------------- */


div.login-process {
	padding-bottom: 20px;
}
.login-process .bubbleInfo {
	margin: 12px 0;
}

.registration-steps ul {
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #383838;
	margin: 5px 0px 15px 0px;
}
.registration-steps ul li {
	float: left;
	height: 23px;
	margin-right: -6px;
	padding: 0 0 0 9px;
	text-align: center;
	background: url(../img/registration-steps.png) 0 0 no-repeat;
}
.registration-steps ul li.current {
	color: #fff;
	background: url(../img/registration-steps.png) 0 -46px no-repeat;
}
.registration-steps ul li span {
	position: relative;
	display: block;
	height: 23px;
	padding: 0 25px 0 20px;
	line-height: 23px;
	background: url(../img/registration-steps.png) 100% -23px no-repeat;
}
.registration-steps ul li.current span {
	background: url(../img/registration-steps.png) 100% -69px no-repeat;
}

.login-section h2 {
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
	color: #3070AF;
}
.heading-section h2 {
	display: inline-block;
	padding: 0px 100px 7px 0px;
	border-bottom: 3px solid #cdcdcd;
}
.heading-section .title {
	clear: both;
}

.login-section tr {

}
.login-section td,
.login-section th {
	padding-right: 20px;
	text-align: left;
}

.label-on-top label, .label-on-top input {
	float: none;
	margin-left: 186px;
}
.label-on-top label {
	width: auto;
}

.other-actions {
	clear: both;
	overflow: hidden;
	width: 640px;
	margin: 10px 0 20px;
}
a.other-action {
	font-style: italic;
	color: #3a89aa;
}

.emphasize {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #383838;
}
a.discrete {
	float:right;
	color: #999;
}

.property-info {
	margin-bottom: 10px;
}
.property-info label {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1;
	color: #a2a2a2;
}
.property-info textarea {
	width: 274px;
	height: 80px;
	border: 2px solid #d6d6d6;
}

.property-video {
	margin-top: 40px;
}
.property-video img {
	display: block;
	margin: 0 auto;
}

.prop-name, .emph {
	font-weight: bold;
}

.order-list {
	overflow: hidden;
	float: left;
	width: 600px;
	margin: 20px 0;
	padding: 20px;
	background: #f3f3f3;
	border: 1px solid #e6e6e6;
}
.order-list table {
	float: left;
	margin-right: 50px;
}

/* ----- End of Login steps 1-6 ------------------------------------------------------------- */

/* ----- Cool Digs Pages ( main, details, submit ) ------------------------------------------ */

.cool-digs-item {
	overflow: hidden;
	width: 100%;
}
.images-container {
	float: left;
	width: 50%;
}
.images-container img {
	margin: 10px 0 10px 10px;
}
.text-container {
	float: left;
	width: 50%;
}
.company-name {
	margin-bottom: 5px;
}

.details {
	overflow: hidden;
}
.details .pictures-container {
	float: left;
	display: inline;
}
.details img {
	display: block;
	margin: 0 20px 10px 0;
}

/* ----- End of Cool Digs Pages ( main, details, submit ) ----------------------------------- */

/* ----- My Account Pages 1-4 --------------------------------------------------------------- */

.bordered_box_thick {
	margin: 10px 0;
    padding: 0 5px 15px;
	border: 2px solid #CDCDCD;
}
.bordered_box_2 h3 {
	margin: 0 0px 10px;
	padding: 10px 0 10px;
	border-bottom: 1px solid #cdcdcd;
}
.bordered_box_2 div.property_item_inner h3 {
	margin: 5px 0;
	font-size: 15px;
	border-bottom: none;
}
.bordered_box_2 div.section {
	border-bottom: 1px solid #cdcdcd;
}
.bordered_box_2 div.item_small {
	margin-top: 0;
}
.bordered_box_2 div.property_item_inner {
	padding-top: 0;
	border: none;
	border-bottom: 1px solid #cdcdcd;
}
.side-menu {
	margin-top: 10px;
	font-size: 14px;
}
.side-menu li {
	margin-bottom: 1px;
	padding: 10px;
	background: #969696;
}
.side-menu li.current {
	background: #3070af;
}
.side-menu li a {
	color: #fff;
	font-weight: bold;
}

.edit-link {
	float: right;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #bababa;
}

form.normal .submit_button {
	margin: 15px 0;
}

.item_small div.property_item_inner div.image {
	width: 220px;
}
.item_small div.property_item_inner div.info {
	width: 475px;
}

.stats {
	padding: 0px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #c6c6c6;
}

/* ----- End of My Account Pages 1-4 -------------------------------------------------------- */

/* ----- Articles --------------------------------------------------------------------------- */

.articles-container {
	padding: 0 0 20px;
}
.article-item {
	overflow: hidden;
	margin-bottom: 10px;
}
.article-item img {
	float: left;
	margin: 10px 10px 10px 0;
}

/* ----- End of Articles ------------------------------------------------------------------- */

/* ----- Article 1 ------------------------------------------------------------------------- */








/* ----- Slider ------------------------------------------------------------------- */

div.image{
	float: left;
	width: 300px;

	margin: 0px 20px 0px 0px;
}

div.image img{
	display: block;
	position: relative;
}

/* slider - start */

div.pictures_list_outer {
	position: relative;
	margin: 8px 0px 0px 0px;
}

div.pictures_list_left {
    float: left;
    height: 1px;
    width: 47px;
}

div.pictures_list_left a, div.pictures_list_right a {
    position: absolute;
}

div.pictures_list_left img {
    border: none;
    margin: 5px 0px 0px 0px;
}

div.pictures_list_right {
    float: right;
    height: 1px;
    width: 47px;
}

div.pictures_list_right img{
    border: medium none;
    margin: 5px 0px 0px 7px;
}

div.pictures_list_inner {
    float: left;
    height: 43px;
    overflow: hidden;
    position: relative;
    width: 205px;
}

div.pictures_list{
	float: left;
    position: absolute;
}

div.pictures_list span.picture_holder {
    display: block;
    float: left;
    margin: 0;
    position: relative;
    width: 71px;
}

div.pictures_list span.picture_holder_inner {
    display: block;
    height: 43px;
    margin: 0px;
    position: relative;
    width: 63px;
}

span.arrow_white_shader_left,
span.arrow_white_shader_right{
	position: absolute;
	width: 47px;
	height: 47px;
	background-color: #ffffff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 10;
	display: none;
}

div.image div.big_images{
	width: 300px;
	height: 204px;
	overflow: hidden;
	position: relative;
}

div.image div.big_images img{
	position: absolute !important;
	top: 0px;
	left: 0px;
	display: none;
}

/* slider - end */

/* ----- Popup ------------------------------------------------------------- */

#popup_back {
	z-index: 10000;
}
#popup {
	z-index: 10001;
	width: 465px;
}
.popup-content {
	padding: 20px;
	text-align: center;
	background: #fff;
}
.popup-message {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
}
.popup-content p {
	margin-bottom: 20px;
}

/* ----- More ------------------------------------------------------------- */

.all-caps {
	text-transform: uppercase;
}

.products-list {
	width: 100%;
	padding: 0 0 20px 0;
	overflow: hidden;
}

.products-list  .column_inner{
	margin: -1px 0px 0px 0px;
}

.products-list .two_columns_50_50 {
	background: url(../img/products-list-separator.png) 50% 0 repeat-y;
}
.product-item {
	padding: 10px 0;
	border-top: 1px solid #e9e9e9
}
.product-image img {
	display: block;
	margin: 0 auto;
}