<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,body{
height: 100%;
margin: 0;
padding: 0;
}
body{ 
font-family: "Helvetica", "Arial", sans-serif; 
text-align: left;
}
/* Clearing margin back to several elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul ,textarea{
margin: 0;
padding:0;
}
textarea{
  resize: none; 
}
/* Class for clearing floats */
.clear {
clear: both;
height: 0;

}
.overflow{
overflow: hidden;
}
/* Removing border on linked images */
img {
border: 0;
}
/* Removing style for lists */
ol,ul {	
list-style:none;
}
a,input,textarea{
outline: none;
}
input,textarea{
margin: 0;
padding:0;
border:0;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
.align_text_center{
    text-align: center;
}
.inline_block{
    display: inline-block;
}
h1{
	font-size: 28px;
	color:#444444;
	margin: 10px 0 20px 0;
}
h2{
	font-size: 22px;
	color: #235188;
	margin: 10px 0 10px 0;
}
h3{
	font-size: 18px;
	color: #444444;
	margin: 10px 0 10px 0;
}
#logo img{
    max-width:960px;
}
.inside_page h2, .popup_preview h2{
	font-size: 18px;
	color: #444444;
	margin: 10px 0 10px 0;
}

.top_banner{
    width: 960px;
    margin: 5px auto 0 auto;
    position:absolute; 
    top:40px;
}

#main_area{
    width: 100%;
    margin: 0 auto -161px;
    min-height: 100%;
}
.center{
    width: 960px;
    margin: 0 auto;
    padding: 1px 0 1px 0;
    z-index: 100;
}
.v_hidden{
    visibility: hidden;
}
/*header*/
#header{
    width: 100%;
    min-height: 37px;
    /*overflow: hidden;*/
    background: #a6a5a5;
}
.head_lines{
    display: block;
    font-size: 14px;
    color: #555555;
    float: left;
    margin: 5px 40px 0 4px;
	position: relative;
	padding: 0 0 0 15px;
	line-height: 20px;
	width: 60px;
}
.head_lines .u{
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	height: 12px;
	background: url(/img/u.png) no-repeat left top;
	margin: 0 3px 0 0;
}
.header_short_news{
    display: inline;
    margin: 6px 0 8px 50px;
    font-size: 14px;
    overflow: hidden;
}
.header_short_news a:hover{
    text-decoration: underline;
}
.f_connect_button{
    width: 109px;
    height: 23px;
    background: url(/img/button/f_conect_button.png) no-repeat left top;
}
#header .f_connect_button{
    float: left;
    margin: 5px 0 0 25px;
	cursor:pointer;
}
#header .f_connect_button:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#login_menu{
    overflow: hidden;
    margin: 9px 0 0 10px;
    float: left;
	cursor: pointer;
}
#login_menu li{
    float: left;
    margin: 0 0 0 6px;
    padding: 0 0 0 5px;
    border-left: 1px solid #767575;
    font-size: 12px;
    color: #ffffff;
}
#login_menu li:first-child{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
}
#login_menu li a{
    font-size: 13px;
    color: #ffffff;
}
#login_menu li a:hover{
    text-decoration: underline;
}
#search_form{
    display: block;
    /*overflow: hidden;*/
    float: left;
    margin: 5px 10px 0px 10px;
	position: relative;
}
#search_form .search_input{
    display: block;
    width: 109px;
    height: 22px;
    float: left;
    background: #ffffff;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	border-right: none;
    font-size: 12px;
    color: #999999;
}
.search_submit{
    display: block;
    width: 28px;
    height: 24px;
    float: left;
    background: url(/img/search_submit.png) no-repeat left top;
    border: 1px solid #cccccc;
	cursor: pointer;
}
.t_ico_grey{
    display: block;
    width: 18px;
    height: 14px;
    background: url(/img/soc_header_ico.png) no-repeat left -3px;
}
.f_ico_grey{
    display: block;
    width: 10px;
    height: 17px;
    background: url(/img/soc_header_ico.png) no-repeat right top;
}
#header .t_ico_grey{
    float: left;
    margin: 9px 5px 0 0;
}
#header .f_ico_grey{
    float: left;
    margin: 6px 5px 0 0;
}
/*End header*/
/*content*/
#content{
    width: 960px;
    margin: 0 auto;
    padding: 10px 0 1px 0;
    background: white;
}
#logo{
    display: block;
    float: left;
    margin: 3px 13px 8px 0px;
}
#logo img{
    display: block;
}
.breadcrumb{
    display: block;
    float: left;
    margin: 8px 0 0 0;
    font-size: 16px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    padding: 0 0 0 10px;
    border-left: 1px solid #999999;
}
/*main menu*/
#main_menu{
    width: 960px;
    height: 36px;
    background: url(/img/main_menu_bg.png) no-repeat left top;
    margin: 8px 0px 10px 0px;
}

#main_menu #right_short_menu {
    float: right;
    margin: 0 10px 0 0;
	position: relative;
	z-index: 70;
}
#main_menu #right_short_menu  ul.level1{
	padding: 7px 0 1px 7px;
	width: 134px;
}
#main_menu #right_short_menu .level1_li{
	background: url('/img/main_menu_drop_down_arrow.png') no-repeat right center;
}
#main_menu #right_short_menu a.level1_a{
	font-size: 18px;
	margin-bottom: 7px;
	margin-right: 10px;
	text-align: right;
}
#right_short_menu  .menu_main_item:hover &gt; ul li ul.level2{
	display: block;
}
#right_short_menu  .menu_main_item:hover &gt; ul.level1{
	background-color: #F4F4F4;
}
#right_short_menu ul li ul.level2{
	right: -11px;
	z-index: -1;
	margin-top: -2px;
	display: none;
	position: absolute;
	width: 150px;
	padding: 10px 0 5px 0;
	background-color: #F4F4F4;
	border-left: 1px solid #2562b4;
	border-bottom: 1px solid #2562b4;
	border-right: 1px solid #2562b4;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
} 
#right_short_menu ul.level3{
	padding-top: 0;
	width: 134px;
	border: none;
	float: right;
}
#main_menu #right_short_menu ul.level3  li a{
	font-size: 11px;
}
#right_short_menu  ul li:hover {
	position: relative;
}
#main_menu #right_short_menu a{
    font-size: 12px;
	color: #235188;
	text-decoration: none;
	display: block;
	line-height: 14px;
	padding: 4px 5px 4px 10px;
}
#main_menu #right_short_menu a:hover{
	text-decoration: underline;
}

#main_menu.single-color{
	background: #F4F4F4;
	border: 1px solid #235188;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
#main_menu.single-color .left_menu li .drop_block{
	top: 36px;
}
#main_menu .left_menu{
    float: left;
    margin: 0 0 0 10px;
}
#main_menu .right_menu{
    float: right;
    margin: 0 10px 0 0;
}
#main_menu .left_menu li a b,#main_menu .right_menu li a b{
    font-size: 18px;
}
#main_menu .left_menu li,#main_menu .right_menu li{
    float: left;
    height: 35px;
    position: relative;
    display: inline-block;
}
#main_menu .left_menu li{
    margin: 0 0 0 10px;
}
#main_menu .right_menu li{
    margin: 0 0 0 20px;
    padding: 0 15px 0 0;
}
#main_menu .left_menu li a,#main_menu .right_menu li a{
    display: block;
    height: 26px;
    padding: 9px 5px 0 7px;
    font-size: 15px;
    color: #235188;
    text-decoration: none;
}
#main_menu .left_menu li:first-child,#main_menu .right_menu li:first-child{
    margin: -3px 0 0 0;
    padding: 0;
}
#main_menu .left_menu .active a,#main_menu .right_menu .active a{
    background: #579bf5;
}
#main_menu .left_menu li:hover a{
   text-decoration: underline; 
}
#main_menu .right_menu li:hover a{
    text-decoration: underline;
}
#main_menu .right_menu li:first-child a{
    padding: 9px 0px 0 7px;
}
#main_menu .left_menu li .drop_block{
    display: none;
    position: absolute;
    top: 35px;
    right:0;
    z-index: 50;
    width: 458px;
    border-left: 1px solid #2562b4;
    border-bottom: 1px solid #2562b4;
    border-right: 1px solid #2562b4;
    padding: 0 0 10px 18px;
    background: #ffffff;
}
#main_menu .left_menu li:hover .drop_block,#main_menu .right_menu li:hover .drop_block{
    display: block;
}
#main_menu .left_menu li .drop_block .left_info{
    width: 314px;
    float: left;
    margin: 10px 0 0 0;
}
#main_menu .left_menu li .drop_block a,#main_menu .right_menu li .drop_block a{
    background: none;
    height: auto;
    display: inline;
    padding: 0;
}
#main_menu .left_menu li .drop_block .left_info a{
    font-size: 14px;
    color: #3372ca;
    text-decoration: none;
}

#main_menu .left_menu li .drop_block .right_info{
    width: 121px;
    height: 100%;
    float: right;
    padding: 29px 8px 0 14px;
}
#main_menu .left_menu li .drop_block .right_info .img{
    display:block;
    width:80px;
    height: 60px;
    margin: 0 auto 8px auto;
}
#main_menu .left_menu li .drop_block .right_info .img img{
    display: block;
    margin: 0 auto;
    max-width: 80px;
    max-height: 60px;
}
#main_menu .left_menu li .drop_block .right_info .random_news{
    font-size: 12px;
    color: #444444;
    text-align: center;
}
#main_menu .left_menu li .drop_block .right_info .random_news a{
    font-size: 12px;
    color: #3372ca;
    text-decoration: none;
}
#main_menu .left_menu li .drop_block .right_info .random_news .by{
    display: block;
    font-size: 10px;
    color: #666666;
    margin: 5px 0 8px 0;
}
#main_menu .left_menu li .drop_block a:hover{
    text-decoration: underline;
} 
#main_menu .left_menu li .drop_block .right_info .random_news .text_left{
    display: block;
    text-align: left;
}
#main_menu .right_menu li .drop_block{
    display: none;
    width: 134px;
    padding: 10px 5px 5px 10px;
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 60;
    background: url(/img/main_menu_drop_block_repeat.png) repeat-y left top;
}

#main_menu .right_menu li:first-child + li + li + li + li .drop_block{
	top: 35px;
	left: -53px;
}
.os_apple #main_menu .right_menu li:first-child + li + li + li + li .drop_block{
	top: 35px;
	left: -52px;
}
#main_menu .right_menu .addition_menu_border{
    height: 3px;
    position: relative;
    z-index: 60;
    left: 131px;
    top: -12px;
    background: url(/img/main_menu_drop_block_repeat_right.png) repeat-y left top;
}
#main_menu .right_menu li .drop_block .drop_block_angels{
	position: absolute;
	bottom: -10px;
	left:0;
	width: 100%;
	height: 10px;
	background: url(/img/main_menu_drop_block_bottom.png) no-repeat left top;
}
#main_menu .right_menu li .drop_block a{
    font-size: 12px;
    color: #235188;
    text-decoration: none;
	display: block;
	margin-bottom: 8px;
	line-height: 14px;
}
#main_menu .drop_bg{
	background: url(/img/main_menu_drop_down_arrow.png) no-repeat right center;
}
/*End main menu*/
#left_content{
    width: 630px;
    float: left;
    padding: 1px 0 1px 0;
	color:#333333;
	position:relative; 
}
#full_width_content{
    float: left;
    padding: 1px 0 1px 0;
	color:#333333;
}
.slider{
    position: relative;
}
.slider .item{
    position: relative;
}
.slider .item div{
    height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.slider .overflow{
    position: relative;
}
.slider .overflow .wrap{
    position: absolute;
}
#main_page_slider{
    width: 630px;
    height: 350px;
    margin: 0 0 17px 0;
}
#page_slider_static{
    width: 630px;
    height: 350px;
    margin: 0 0 17px 0;
}
#page_slider_static .item{
	display: block;
    width: 100%;
    height: 350px;
	overflow-y: hidden;
}


 #page_slider_static .item img{
	width: 100%;
}
#left_content #page_slider_static .item .desc{
	margin:0;
}
.channel_view_page .desc ul li{
    list-style: disc;
    margin: 0 0 0 15px;
}
#page_slider_static .item .desc p{
	font-family: "Helvetica","Arial",sans-serif;
    font-size: 25px;
    color: rgb(255, 255, 255);
    margin: 18px 24px 0 24px;
    line-height: 30px;
}
#page_slider_static .item .desc p .by {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 4px 0px 0px 1px;
}
#page_slider_static .desc{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	width: 100%;
	height: 130px;
	background: url("/img/main_page_slider_desc_bg.png") repeat-x scroll left top transparent;
}
#main_page_slider .overflow{
    width: 630px;
    height: 350px;
}
#main_page_slider .overflow .wrap{
    width: 630px;
    height: 350px;
}
#main_page_slider .item{
    display: block;
    width: 630px;
    height: 350px;
}
#main_page_slider .item img{
    display: block;
    position: relative;
    z-index: 1;
	width:630px;
}

#main_page_slider div{
    height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#main_page_slider .item .desc{
    position: absolute;
    left: 0;
    bottom: 0;
	margin: 0;
    z-index: 5;
    width: 100%;
    height: 130px;
    background: url(/img/main_page_slider_desc_bg.png) repeat-x left top;
}
#main_page_slider .item .desc p{
    font-family: "Helvetica","Arial",sans-serif;
    font-size: 25px;
    color: #fff;
    margin: 24px 24px 0 24px;
    line-height: 30px;
}
#main_page_slider .item .desc p .by{
    display: block;
    font-size: 14px;
	font-weight: normal;
    margin: 4px 0 0 1px;
}
#main_page_slider .prev{
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 20;
    width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url('../images/slider_arrows.png') no-repeat scroll 0% 0% transparent;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 1s ease 0.5s;
    -moz-transition: opacity 1s ease 0.5s;
    -o-transition: opacity 1s ease 0.5s;
    transition:  opacity ease 0.5s;
}
#main_page_slider .next{
    display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 20;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url('../images/slider_arrows.png') no-repeat scroll 0% 100% transparent;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 1s ease 0.5s;
    -moz-transition: opacity 1s ease 0.5s;
    -o-transition: opacity 1s ease 0.5s;
    transition:  opacity ease 0.5s;
}
#main_page_slider:hover .prev,
#main_page_slider:hover .next {
 opacity: 1;
}
#main_page_slider .pagination{
    position: absolute;
    top: 10px;
    left:0;
    width: 100%;
    z-index: 20;
    height: 20px;
    text-align: center;
}
#main_page_slider .pagination li{
    display: inline-block;
    zoom:1;
    width: 20px;
    height: 20px;
    background: orange;
    margin: 0 10px 0 10px;
    cursor: pointer;
}
#main_page_slider .pagination .active{
    background: green;
}
.random_article_link{
    overflow: hidden;
    margin: 0 0 25px 0;
}
.random_article_link li{
    float: left;
    width: 150px;
    /*height: 145px;*/
    height: 165px;
    margin: 0 10px 0 0px;
}
.random_article_link li:last-child{
    margin-right: 0;
}
.random_article_link li:first-child{
    margin-left: 0;
}
.random_article_link li .block_for_image{
    display: block;
    width: 150px;
    height: 102px;
    margin: 0 0 5px 0;
}
.random_article_link li .block_for_image img{
    display: block;
    margin: 0 auto;
    max-width: 150px;
    max-height: 102px;
}
.random_article_link li a{
	font-family: Arial;
    font-size: 16px;
	font-weight: bold;
    color: #235188;
    text-decoration: none;
}
#left_content .random_article_link li{
	color: #235188;
}
.random_article_link li a.image_link{
    display: block;
    width: 150px;
    height: 99px;
    overflow: hidden;
    margin: 0 0 0 0;
    opacity: 0.99;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
}
.random_article_link li a.image_link img{
    width: 150px;
    min-width: 100%;
    min-height: 100px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* mcs */
div.inside_page.news_category_page .random_article_link li a.image_link img {
    width:auto;
    /*height: 100px;*/
}
/* \mcs */

.random_article_link li .wrap_image{
	width: 150px;
	height: 99px;
	margin: 0 0 5px 0;
}
/*news list*/
.news_list{
    width: 288px;
    margin: 0 0 20px 0;
	border-bottom: 1px solid #cbc9c9;
	padding: 0 0 5px 0;
}
.news_list h3{
    font-size: 18px;
    color: #235188;
    margin: 0 0 12px 0;
}
.news_list .item{
    padding: 0 0 9px 0;
    margin: 0 0 11px 0;
    overflow: hidden;
}
.news_list .item p{
    float: left;
    width: auto;
    max-width: 288px;
}
.news_list .item .block_for_image{
    display: table-cell;
    width: 88px;
    vertical-align: middle;
    border: 1px solid #ccc;
    float: left;
    margin: 0 10px 0 0;
    opacity: 0.99;
    max-width: 90px;
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.news_list .item .block_for_image img{
    height: 60px;
    max-width: 90px;
    display: block;
    margin: 0 auto;
    position: relative;
}
/*.news_list .item .block_for_image{
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 90px;
    opacity: 0.99;
    width: 90px;
    height: 56px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.news_list .item .block_for_image img{
    width: 90px;
    display: block;
    margin: 0 auto;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}*/
.os_windows .news_list .item a, .os_windows .random_article_link li a{
    font-size: 14px;
}
.block_for_image img, .image_link img, .image_link{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.news_list a{
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    color: #235188;
    text-decoration: none;
}
.news_list .dop_link{
	font-weight: normal;
	font-size: 14px;
	font-family: Helvetica,Tahoma,Geneva,'Arial Narrow',Arial,sans-serif;
}
.news_list .by{
    display: block;
    font-size: 14px;
    color: #666666;
    margin: 5px 0 0 0;
}
.news_list .by a{
	font-family: "Helvetica", "Arial", sans-serif;
	color: #235188 !important;
    font-weight: normal !important;
}
.news_stay{
    width: 315px;
    float: left;
}
.wrap_news_st_w h3{
    margin-top:0;
}
.news_author_blok{
	overflow: hidden;
}
.news_author_blok .photo{
    width: 90px;
	padding: 0px 20px 0 0;
}
.news_author_blok .author_desc {
    overflow: hidden;
}
.news_author_blok .info{
    padding: 0 0 10px 0;
    line-height: 23px;
}
.news_author_blok .small_f{
    font-size: 14px;
}
.news_author_blok .text{
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 5px 0;
}
/*End news list*/
/*news list 2*/
.news_list_2{
    margin: 0 0 10px 0;
}
.wrap_news_st_w{
    margin: 0 auto;
    width: 630px;
}
.wrap_news_st_w .form_subscribe_weekly{
    overflow: hidden;
    width: 303px;
}
.news_list_2 h3{
    font-size: 17px;
    color: #444444;
	text-transform: uppercase;
    margin: 0 0 15px 0;
}
.news_list_2 .bg_block{
    background: #f6f6f7;
    padding: 18px 0 1px 0;
}
.news_list_2 .item{
    width: 280px;
    float: left;
    margin: 0 12px 15px 16px;
	height: 95px;
}
.news_list_2 .item .block_for_image{
    display: block;
    width: 60px;
    height: 63px;
    overflow: hidden;
    float: left;
    margin: 0 20px 10px 0;
}
.news_list_2 .item .block_for_image img{
    display: block;
    margin: 0 auto;
    height: 63px;
}
.news_list_2 .item p{
    margin: 0 0 10px 0;
    float: left;
    width: 197px;
	text-align: left;
}
.news_list_2 .item .title{
	display: block;
    font-size: 17px;
    display: block;
    margin: 0 0 12px 0;
}
.news_list_2 .item p a{
    font-size: 15px;
	font-family: "Helvetica", "Arial", sans-serif;
}

.news_list_2 .by{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #235188;
    padding-top: 10px;
}
.news_list_2 .by a{
    font-weight:normal !important;
    font-size: 14px !important;
}
.news_list_2 .by span{
	color: #666666;
}
/*End news list 2*/
.news_subscribe{
 float: right;
}
/* .classified_center {
	margin-top: -20px;
} */
.classified_center h2{
    text-transform: uppercase;
}
#right_content{
    width: 300px;
    float: right;
}
#right_content h3{
    font-size: 17px;
    color: #444444;
    margin: 30px 0 20px 0;
    text-transform: uppercase;
	font-weight: bold;
}
#right_content h3:first-child {
	margin: 0px 0 20px 0;
}
#right_content .grey_bg,#right_content_390 .grey_bg{
    padding: 15px 11px 12px 14px;
    font-size: 14px;
    color: #444444;
    background: #f6f6f7;
}
/* mcs */
/*div.grey_bg.categories_list div.right_links_item.rigth_pop_new a span {
    vertical-align: middle;
    height: 100%;
    overflow: hidden;
    max-height: 65px;
}*/
/* \mcs */

/*
#right_content .border_bg{
    position: relative;
    padding: 15px 11px 12px 14px !important;
    margin: 50px 0 15px 0;
    font-size: 14px;
    color: #444444;
    background: #F4F4F4;
    border-top: 1px solid #cbc9c9;
    border-bottom: 1px solid #cbc9c9;
}*/
#right_content .grey_bg p{
    font-size: 14px;
    color: #444444;
    margin: 0 0 5px 0;
}
.special_search p{
    color: #235188 !important;
    font-weight: bold;
}
#right_content .tab_menu{
    overflow: hidden;
    margin: 0 0 16px 0;
}
#right_content .grey_bg .tab_menu li{
	font-size: 14px;
	padding: 2px 5px 0 5px;
}
#right_content .grey_bg .tab_menu li .active{
	padding: 2px 0 0 5px;
}
#right_content .tab_menu li{
    float: left;
    /*margin: 0 0 0 5px;
	 padding: 2px 3px 0 8px; */
	padding: 2px 7px 0px;
    border-left:  1px solid #444444;
    font-size: 13px;
    color: #235188;
    cursor: pointer;
	/*height: 20px;*/
	height: 18px;
}
#right_content .tab_menu li:first-child{
    margin: 0;
    border: none;
} 
#right_content .tab_menu .active .l{
 display: block;
 height: 20px;
/*  padding: 0 0 0 3px; */
 background: url(/img/tab_menu_active.png) no-repeat left top;
}
#right_content .tab_menu .active .r{
 display: block;
 height: 20px;
 /* padding: 0 3px 0 0; */
 background: url(/img/tab_menu_active.png) no-repeat right bottom;
}
#right_content .tab_menu .active .c{
	 display: block;
	 height: 18px;
	 /* padding: 2px 0 0 0; */
	 padding: 2px 3px 0px;
	 background: #19498a;
	 margin: -2px 0 0 0;
}
#right_content .tab_menu li a{
    font-size: 14px;
	font-weight: bold;
    color: #235188;
    text-decoration: none;
}
#right_content .tab_menu .active{
	/* padding: 2px 0 0 5px; */
	padding: 2px 4px 0px;
}
#right_content .tab_menu .active,#right_content .tab_menu .active a{
    color: #444444;
}
#right_content .tab_menu .active .c{
	color: #ffffff;
}
#right_content .right_links_item p a{
	float:none;
}
#right_content .wrap_b_side {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 0;
}
#right_content .wrap_b_side:last-of-type {
    border: 0;
}
.right_content_list li{
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #235188;
    /* padding: 0 0 0 30px; */
    border-spacing: 0px;
   /*  background: url(/img/arrow_list.png) no-repeat left 5px; */
}
.right_content_list li a{
    font-size: 13px;
    font-weight: bold;
    color: #235188;
    text-decoration: none;
}
.right_content_list li.complete{
    color: #666666;
    margin: 0 0 15px -5px;
    font-size: 14px;
    padding: 0 0 2px 35px;
    background: url(/img/arrow_list_complete.png) no-repeat left 0px;
}
.right_content_list li .show_schools_list{
	display: block;
	background: url(/img/arrow_list_sp.png) no-repeat 0px 5px;
	padding: 0 0 0 30px;
}
#tab_content1 .right_content_list li, .dot_bg li{
	background: url(/img/dot_list.png) no-repeat 0% 70%;
	padding: 0 0 0 30px;
}
.question_bg li{
	background: url(/img/profile-question-icon.png) no-repeat 0% 0%;
	padding: 0 0 2px 35px;
	margin: 0px 0px 15px -5px;
}
#address-box {
    border: 7px solid #CCC;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px;
    position: relative;
    text-align: left;
    width: 565px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: #0A3176 no-repeat;
}
input.continue-btn {
    width: 89px;
    height: 49px;
    margin: 5px 0 0 15px;
    background: url(/img/movi/go_button.jpg) no-repeat 0px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 3px solid #235188;
}
#address-box ul, #address-box2 ul, #address-box .middle{
    color: white;
    background: #235188;
    font-size: 15px;
    margin: 0px 0px;
    padding: 20px 50px;
    text-shadow: #252525 0px 1px 0px;
}
.login-moving {
    margin-top: -9px;
    padding: 6px 10px;
    border: 1px solid #CCC;
    border-bottom: 2px solid #CCC;
    height: 1%;
    overflow: hidden;
    background: #F2F2F0;
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.login-moving a{
    text-decoration: none;
    font-size: 11px;
    color: #235188;
}
.wrap-address-box{
    margin: 45px 0 0 0;
}
#high-speed-img{
    height: 400px;
    background: url(/img/movi/high-speed-internet-hero.jpg) no-repeat bottom right;
}
#address-box .middle{
    border-bottom: 7px solid #CCC;
    color: white;
    background: #235188;
    font-size: 14px;
    padding: 20px;
}
#address-box li, #address-box2 li {
    list-style-image: url(/img/movi_arrow.png);
    list-style-position: outside;
    line-height: 25px;
}
#address-box h1, #address-box2 h1 {
    background: #0A3176;
    color: white;
    font-size: 21px;
    margin: 0px;
    padding: 25px;
    position: relative;
    letter-spacing: 0px;
    text-shadow: #252525 0px 1px 0px;
}
#movingcenter_right_img{
    padding: 0 300px 0 0;
    top: 85px;
    position: relative;
    height: 430px;
    background: url(/img/movi/moving-center-hero.jpg) no-repeat bottom right;
}
.form_return_user{
    margin: 60px auto;
    padding: 10px;
    width: 210px;
    background: #F4F4F4;
    border-top: 1px solid #cbc9c9;
    border-bottom: 1px solid #cbc9c9;
}
.form_return_user input[type="text"], .form_return_user input[type="password"]{
    border: 1px solid #cccccc;
    width: 205px;
    margin: 0 0 5px 0;
}
#movi-returning-users{
    margin: 42px 0 0 0;
    height: 452px;
    background: url(/img/movi/heroshot_ru.jpg) no-repeat bottom right;
}
.form_return_user .title_input{
    font-size: 14px;
    color: #666666;
}
.form_return_user a{
    font-size: 12px;
}
#radio-buttons input{
    margin: 0 5px 0 0;
}
#radio-buttons label{
    margin: 0 15px 0 0;
}
#modules .header{
    background: #F2F2F0;
    border-bottom: 1px solid #CCC;
    margin: 0;
    padding: 10px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
}
#modules a{
    text-decoration: none;
}
#modules .header h3{
    text-align: center;
    color: #235188;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
#address-box #radio-buttons {
    position: relative;
    padding: 8px 25px;
    border-top: 10px solid #ffc50f;
    font-size: 14px;
    background: #9bc33c;
    margin: 0 0 0px 0;
    color: #000;
    text-shadow: #b9df5e 0px 1px 0px;
}
#address-box #input-bottom {
    position: relative;
    color: white;
    padding: 15px 0px 20px 25px;
    text-align: left;
    height: 49px;
    background-color: #0A3176;
}
#address-box #street, #address-box #apt, #address-box #zip {
    color: #FFF;
    float: left;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px 0 0;
}
/*-----------*/
#modules div p{
    padding: 10px;
}
#modules #moving-center{
    margin: 55px 0 0 0;
}
#modules #moving-center a{
    margin: 30px 7px 0px;
    font-size: 18px;
}
#modules #moving-center .btn-blue{
    padding: 9px 28px;
    color: #d9eef7 !important;
    border: solid 1px #1C498B !important;
    background: #0095cd !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#2A75EB), to(#1C4D93)) !important;
    background: -moz-linear-gradient(top, #2A75EB, #1C4D93) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A75EB', endColorstr='#1C4D93') !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#modules {
    margin: 40px 0px;
    font-size: 14px;
}

#module-1, #module-2, #module-3, #module-4, #module-5 {
    margin: 0 20px 20px 0;
    padding: 0;
    position: relative;
    width: 288px;
    height: 256px;
    border: 1px solid #cccccc;
    border-bottom: 2px solid #CCC;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

#module-1 {
    background: url(/img/movi/mailbox.jpg) no-repeat bottom right;
}
#module-2 {
    background: url(/img/movi/couple.jpg) no-repeat bottom right;
}
#module-3 {
    background: url(/img/movi/internet-girl.jpg) no-repeat bottom right;
}
#module-4 {
    background: url(/img/movi/storage-facility.jpg) no-repeat bottom right;
}
#module-5 {
    background: url(/img/movi/credit-check.png) no-repeat bottom right;
}
#left_content .desc_text{
    padding: 5px 0 30px 0;
}
#footer-moving p, #footer-moving h2{
    width: 630px;
}
#footer-moving ul li{
    float: left;
    margin: 25px 20px 0 0;
}
#footer-moving h2{
    font-size: 18px;
    color: #444444;
    margin: 10px 0 10px 0;
}
.active_check{
    width: 16px;
    height: 13px;
    background: url(/img/active_check.png) no-repeat left 0px;
}
#footer-moving .copyright{
    margin: 30px 0 0 0;
    float: right;
}
.right_content_list li.complete a{
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
.banner_300x250{
    width: 300px;
    height: 250px;
    margin: 0 0 18px 0;
    background: #4e4e4e;
}
.banner_336x280_center{
    width: 336px;
    height: 280px;
    margin: 0 auto;
}
.banner_728x90{
    width: 728px;
    margin: 20px auto 10px auto;
}
.text-baner{
    font-size: 16px;
    color: #666666;
}
.text-baner a{
    color: #235188;
    text-decoration: none;
}
.text-baner a:hover{
    text-decoration: underline;
}
.right_soc_menu{
    overflow: hidden;
}
.right_soc_menu li{
    float: left;
    margin: 0 0 0 8px;
}
.right_soc_menu a{
    display: block;
    width: 32px;
    height: 32px;
}
.news_author_blok .right_soc_menu{
    width: 190px;
}
.author_image .right_soc_menu li, .news_author_blok .right_soc_menu li{
    float: left;
    margin: 0px 5px 5px 0px;
} 
.author_infotext .right_soc_menu li {
	margin: 0px 6px 0px 0px;
}
.author_infotext .soc_block {
	padding: 0px;
}
.author_image .right_soc_menu a, .author_infotext .right_soc_menu a, .news_author_blok .right_soc_menu a{
    width: 26px;
    height: 26px;
}

.grey_bg .right_soc_menu li:first-child{
    margin: 0;
}
.author_image .f, .author_infotext .f, .news_author_blok .f{
    background: url(/img/button/soc_ico_h26.png) no-repeat left top;
}
.author_image .t, .author_infotext .t, .news_author_blok .t{
    background: url(/img/button/soc_ico_h26.png) no-repeat -26px top;
}
.author_image .g, .author_infotext .g, .news_author_blok .g{
    background: url(/img/button/soc_ico_h26.png) no-repeat -52px top;
}
.author_image .rss, .author_infotext .rss, .news_author_blok .rss{
    background: url(/img/button/soc_ico_h26.png) no-repeat -78px top;
}
.author_image .p, .author_infotext .p, .news_author_blok .p{
    background: url(/img/button/soc_ico_h26.png) no-repeat -104px top;
}
.author_image .in, .author_infotext .in, .news_author_blok .in{
    background: url(/img/button/soc_ico_h26.png) no-repeat -130px top;
}
.author_image .y, .author_infotext .y, .news_author_blok .y{
    background: url(/img/button/soc_ico_h26.png) no-repeat -156px top;
}
.author_image .fr, .author_infotext .fr, .news_author_blok .fr{
    background: url(/img/button/soc_ico_h26.png) no-repeat -182px top;
}

.f{
    background: url(/img/button/soc_ico.png) no-repeat left top;
}
.t{
    background: url(/img/button/soc_ico.png) no-repeat -32px top;
}
.g{
    background: url(/img/button/soc_ico.png) no-repeat -64px top;
}
.rss{
    background: url(/img/button/soc_ico.png) no-repeat -96px top;
}
.p{
    background: url(/img/button/soc_ico.png) no-repeat -128px top;
}
.in{
    background: url(/img/button/soc_ico.png) no-repeat -160px top;
}
.y{
    background: url(/img/button/soc_ico.png) no-repeat -192px top;
}
.fr{
    background: url(/img/button/soc_ico.png) no-repeat -224px top;
}
.i{
    background: url(/img/button/soc_ico.png) no-repeat -256px top;
}
.w{
    background: url(/img/button/soc_ico.png) no-repeat -288px top;
}
.v{
	background: url(/img/button/soc_ico.png) no-repeat -320px top;
}
.tumblr{
	background: url(/img/button/soc_ico.png) no-repeat -352px top;
}
#right_content .blue_bg{
    padding: 15px 11px 12px 14px;
    margin: 0 0 18px 0;
    font-size: 14px;
    color: #444444;
    background: #ebf0fe;
}
.right_links_item{
    margin: 0 0 10px 0;
    overflow: hidden;
}
#right_content .right_links_item h4{
    font-size: 16px;
    font-weight: normal;
    color: #235188;
    margin: 0 0 5px 0;
}
.right_links_item .block_for_image{
    display: table;
    width: 90px;
    float: left;
    margin: 0 8px 0 0;
    height: 65px;
    overflow: hidden;
    border: 1px solid #cccccc;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.right_links_item .block_for_image span{
	display: table-cell;
	width: 84px;
	max-height: 54px;
	overflow: hidden;
	margin: 0 0 0 2px;
    /*background: #FFFFFF;*/
	/*vertical-align: middle;*/
}
.right_links_item .block_for_image.bordered.cnt-photos span{

}
.right_links_item .block_for_image.bordered.cnt-photos span img {
    width: 90px;
    height: 65px;
}
.right_links_item a{
	text-decoration: none;
	color: #235188;
}
.right_links_item a:hover{
	text-decoration: underline;
}
.right_links_item .block_for_image img{
    display: block;
    margin: 0 auto;
    -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
/*    max-width: 84px;
    max-height: 54px;*/
    /*mcs*/
    max-width: 90px;
    max-height: 65px;
    /* \mcs*/
}
.right_links_item.rigth_pop_new .block_for_image img{
    height: 65px;
}
/*mcs*/
.right_links_item .block_for_image.cnt-photos  img{
    max-width: 90px;
    max-height: 65px;
}

/* \mcs */
.right_links_item .block_for_image.bordered {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.right_links_item .block_for_image.bordered span{
    vertical-align: middle;
}
.right_links_item .block_for_image.bordered span img{
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}



/*.right_links_item .block_for_image img.img_radius {
    max-height: 65px;
    height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
mcs 
.right_links_item .block_for_image img.img_radius {
     max-height: 65px; 
     height: 100%; 
    min-height: 65px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}*/
.right_links_item .block_for_image img.mh {
    max-height: 65px;
}
/* \mcs */
.right_links_item p{
	font-size: 12px;
	color: #666666;
    float: left;
    width: 200px;
    line-height: 16px;
}
.right_links_item p a{
    font-size: 16px;
    color: #235188;
    text-decoration: none;
	float: left;
	padding: 0 0 5px 0;
}
.rigth_pop_new p{
    width: 170px;
    margin: 0;
}
.rigth_pop_new p a{
    margin: 0;
}
.rigth_pop_new .by, .rigth_pop_new .by a{
    font-size: 12px;
	display: inline;
}
#campus-posting-billing-phone-1, #campus-posting-billing-phone-2, #campus-posting-billing-phone-3{
    border: 1px solid #cccccc;
    height: 20px;
    width: 40px;
    margin: 0 0 10px 0;
}
.start_fields{
	display: none;
        position: relative;
}

/* OLD u've got email
.email_form{
    display: block;
	position: relative;
    margin: 50px 0 0 0;
}
.email_form .email_input{
    display:block;
    float: left;
    width: 172px;
    height: 31px;
    border: none;
    font-size: 12px;
    color: #999999;
    padding: 0 5px;
    background: url(/img/sidebar_email_input_bg.png) no-repeat left top;
}
.email_form p{
	font-size: 16px;
	color: #333333;
	text-align: center;
	width: 210px;
        line-height: 24px;
	margin: 0 auto;
}
*/
.email_form .email_input{
    display: block;
    font-size: 12px;
    color: #999999;
    width: 200px;
    background: url(/img/receive_email_input_bg.png) no-repeat left top;
    padding: 5px 5px 5px 5px;
    border: 0;
    margin: 0 7px 0 0;
    float: left;
}

#right_content .form_subscribe_weekly h3{
    margin: 0px auto !important;
}



/*End content*/
/*footer*/
.push{
    height: 161px;
}
#footer{
    width: 951px;
    min-height: 150px;
    border-top: 1px solid #cbc9c9;
    margin: 25px auto 0;
	padding: 20px 0 0 0;
}
.footer_menu{
    overflow: hidden;
    float: left;
    margin: 10px 0 0 0;
}
.footer_menu li{
    float: left;
    margin: 0 0 0 10px;
}
.footer_menu li:first-child{
    margin: 0 0 0 0;
}
.footer_menu li a{
    font-size: 12px;
    color: #3372ca;
    text-decoration: none;
}
.footer_form{
    display: block;
    float: left;
    margin: 12px 0 0 25px;
}
.footer_form select{
    display: block;
    width: 155px;
    height: 18px;
    font-size: 12px;
    color: #999999;
    border: 1px solid #cbc9c9;
}
#footer .footer_list_links{
	margin: 0 15px 0 0;
}
#footer .float_l{
	margin: 0px 12px 0px 0px;
	} 
#footer a{
	font-size: 12px;
	color: #235188;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer .title{
	font-size: 12px;
	font-weight: bold;
	color: #235188;
	margin: 0 0 5px 0;
}
.footer_search{
	display: block;
	overflow: hidden;
}
.overlwlow{float: right;}

.footer_wrap_left {
    float: left;
}
.footer_search .search_input{
    display: block;
    width: 221px;
    height: 22px;
    float: left;
    background: #ffffff;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
    font-size: 12px;
    color: #999999;
    padding: 0 0 0 0;
}
.footer_search .title{
	margin: 0 0 5px 0;
}
.find_f{
	display: block;
	width: 132px;
	height: 34px;
	float: left;
	background: url(/img/foter_soc_logo.png) no-repeat left top;
	margin: 10px 30px 0 0;
}
.find_t{
	display: block;
	width: 88px;
	height: 36px;
	float: left;
	background: url(/img/foter_soc_logo.png) no-repeat left bottom;
	margin: 10px 0 0 0;
}
.copyright{
	font-size: 12px;
	color: #235188;
	margin: 5px 0 0 0; 
}
.copyright_note{
	font-size: 11px;
	color: #235188;
	margin: 13px 0 0 0;
        width: 250px;
}
/*End footer*/
#reg_forms_container{
    height: 450px;
    background: #f2f2f2;
}
.mega_popup{
    background: #ffffff;
    border: 18px solid #262525;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
}
.popup_tab_menu{
    float: left;
    /*background: url(/img/popup_tabs_bg.png) repeat-y right top;*/
    height: 450px;
}
.popup_tab_menu li{
    width: 255px;
    padding: 20px 5px 20px 40px;
    font-size: 16px;
    color: #235188;
    cursor: pointer;
}
.popup_tab_menu .active{
    background: #f2f2f2;
    border-bottom: 1px solid #6c6d6e;
    border-top: 1px solid #6c6d6e;
    color: #444444;
}

.register_popup_form{
    display: block;
    width: 296px;
    padding: 0 0 0 22px;
}
.register_popup_form .f_c_button{
    width: 239px;
    height: 32px;
    margin: 40px 0 20px 0;
}
.register_popup_form .or{
    font-size: 14px;
    color: #444444;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.register_popup_form input[type="text"],.register_popup_form input[type="password"]{
    width: 225px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #858585;
    font-size: 14px;
    color: #444444;
    padding: 0 2px 0 10px;
    margin: 8px 0 0 0;
}
.sgn_in_popup input[type="checkbox"]:focus{
    border-color: #3399ff;
}
.sgn_in_popup input[type="text"]:focus, .sgn_in_popup input[type="password"]:focus, .sgn_in_popup input[type="checkbox"]:focus{   
    box-shadow: 0 0 5px rgba(51,153,255,1);
    -webkit-box-shadow: 0 0 5px rgba(51,153,255,1);
    -moz-box-shadow: 0 0 5px rgba(51,153,255,1);
}
.sgn_in_popup input[type="submit"]:focus{
    box-shadow: 0px 0 10px rgba(218,98,26,0.7);
    -webkit-box-shadow: 0 0 10px rgba(218,98,26,0.7);
    -moz-box-shadow: 0 0 10px rgba(218,98,26,0.7);                                     
}
.register_popup_form select{
    display: block;
    width: 239px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #858585;
    font-size: 14px;
    color: #444444;
    padding: 0 0 0 10px;
    margin: 8px 0 0 0;
}


.buttons_line .button{
    float: left;
    margin: 10px 10px 0 0;
}

.buttons_line .share-facebook-bt, .buttons_line .share-twitter-bt{
    margin: 40px 10px 0 0;
    text-align: left;
    padding: 10px 0 0 45px;
}
.twitter-ico{
    position: absolute;
    display: inline-block;
    margin: 0 0 0 -30px;
    background: url(/img/icon/twitter-ico.png) no-repeat;
    width: 22px;
    height: 22px;
}
.twitter-ico{
    position: absolute;
    display: inline-block;
    margin: 0 0 0 -30px;
    background: url(/img/icon/twitter-ico.png) no-repeat;
    width: 22px;
    height: 22px;
}
.facebook-ico{
    position: absolute;
    display: inline-block;
    margin: -2px 0 0 -25px;
    background: url(/img/icon/facebook-ico.png) no-repeat;
    width: 22px;
    height: 22px;
}
/*/img/icon/twitter-ico.png*/

.blue_submit_link{
	text-decoration: none !important;
}
.grey_submit_link{
	text-decoration: none !important;
}
.blue_submit_link:hover{
	text-decoration: none !important;
}
.grey_submit_link:hover{
	text-decoration: none !important;
}

.register_popup_form .continue_button{
    margin: 25px 0 0 0;
    border: none;
    display: block;
    width: 151px;
    height: 38px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}


/*
 * ADDED
 */
 
 .job-type-select .item{
	 float: left;
	 border:1px solid #D7D7D7;
	 background-color: #f6f7f9;
	 padding:8px 13px 8px 13px;
	 margin:0 2px  0;
	 width: 120px;
	 height: 75px;
	 cursor: pointer;
 }
 .job-type-select .item input{
	 position: relative;
	 top:-3px;
 }
 .job-type-select .item .label{
	 text-align: center;
	 color: #666666;
	 font-size: 20px;
 }
 .job-type-select .item p{
	 text-align: center;
	 color: #323232;
	 font-size: 11px;
	 font-weight: bold;
 }
 .job-type-select .item .price{
	 text-align: center;
	 color: #114075;
	 font-size: 18px;
 }
 
 .google-map{
	 margin:10px 0 0 0;
	 padding:10px;
	 border:1px solid #CCC;
	 max-width: 650px;
	 min-width: 280px;
	 overflow: hidden;
 }
 
 .google-api{
	 width: 280px;
	 float: left;
	 margin: 0 10px 0 0;
 }
 .map_description{
	 padding:5px 0 0 0;
 }
 
 .map_description h2{
	color: #434343;
	font-size: 13px;
	font-weight: bold;
	margin:0 0 5px 0;
 }
 .map_description p{
	color: #666;
	font-size: 13px;
 }
 
 .map_description h3{
	color: #434343;
	font-size: 14px;
	font-weight: bold;
	margin:10px 0 0 0;
 }
 
#map_canvas4 img {
    max-width: 280px;
}
.fakesup {
	bottom: .45em !important;
	position: relative !important;
	font-size: 70% !important;
	display: inline !important;
	text-decoration: none !important;
	font-style: normal!important;
}
 
.campus-posting-error-message {
	color: red;
	font-size: 13px;
	font-weight: normal;
        font-style: italic;
        display: inline-block;
}

.active-step{
	background-color: #868583;
        color:#ffffff;
	padding:13px 10px 10px 10px;
	margin:10px 0 10px 0;
	font-weight: bold;
	font-size:18px;
	position: relative;
}

.non-active-step{
	background-color: #f6f6f7;
	color:#868583;
	padding:13px 10px 10px 10px;
	margin:10px 0 10px 0;
	font-weight: bold;
	font-size:20px;
	position: relative;
}
.conf_email{
    margin: 30px;
}
.campus-checklist {
	padding-left:2px 2px 0 2px;
	width: 250px;
	border: 1px solid #ccc;
	list-style: none;
	height: 130px;
	overflow: auto;
}
.campus-checklist li {
	
}
.campus-checklist label {
	display: block;
	padding: 0 5px 0 7px;
	text-indent: -5px;
	font-size:14px;
}
.campus-checklist input{
	margin:2px;
}

.campus-checklist span {
	position: relative;
	top: -17px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
.campus-posting-sub-cat-price {
	font-size: 12px;
	font-weight: bold;
	float: right;
}
.campus-small-header{
	color: #414141;
        padding-bottom: 5px;
        display: block;
        font-weight: bold;
        margin: 0 0 10px 0;
}
.campus-block-header{
        font-size: 18px;
        /*display: inline-block;*/
        display: inline-table;
        color: #777;
        margin: 0 0 10px 0;
        font-weight: bold;
        display: block;
}
.posting_block{
        margin: 0 0 15px 0;
        /*overflow: hidden;*/
}
.input_label input{
	border:1px solid #aeaeb0;
	padding:3px;
}
.campus-posting-optional-block{
	padding: 6px 6px 10px 6px;
	background: #f6f6f7;
	margin: 0 0 10px 0;
}
.campus-posting-optional-block label b{
        font-weight: normal;
}
#campus-posting-click-to-add-photos{
	margin: 0px 0px 0px -15px;
}
.campus-posting-image {
	background-color: #f6f6f7;
	border: 1px solid #A9A9A9;
	width: 150px;
	height: 100px;
	float: left;
	margin: 10px 2px;
	text-align: center;
	cursor: pointer;
	display: table; 
}
.campus-posting-image p{
        display: table-cell; 
        vertical-align: middle; 
        text-align: center; 
}
.campus-posting-image p{
        margin-top: inherit;
        *clear: expression(
        style.marginTop = "" + (offsetHeight &lt; parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),
        style.clear = "none", 0
        );
}
#left_content_pnc{
	float: left;
	width: 650px;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
}
#left_content_pnc .unit{
	width: 270px;
	padding: 20px 20px 0 20px;
	border: 1px solid #dce3e5;
	box-shadow: 0 0 15px rgba(42,42,42,0.2);
	font-size: 13px;
	min-height: 338px;
}
#left_content_pnc .unit p.orange{
	color: #ff8042;
	font-size: 16px;
	padding: 0 0 20px 0;
}
#left_content_pnc #benefits ul li{
	padding-bottom: 15px;
}
#left_content_pnc #top_pnc_img{
	width: 648px;
}
#left_content_pnc #top_pnc_img_text_w p{
	color: #4c83ab;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 10px 0;
}
#right_content_pnc{
	width: 225px;
	float: right;
	padding: 35px 25px 13px 25px;
	background-color: #004069;
	color: #ffffff;
	font-size: 13px;
	height: 695px;
}
#right_content_pnc h2{
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
}
#right_content_pnc ul li{
	padding: 0 0 20px 0;
}
#left_content_pnc ul li:before, #right_content_pnc ul li:before{
    content: "- ";
}


.sub-footer{
	font-size: 12px;
	color: #5c5c5c;
	margin: 0 0 0 20px;
}
.sub-footer ul li span{
	margin: 0 11px 0 -20px;
}

/*
.campus-posting-image:before,
.campus-posting-image-before{
	content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.campus-posting-image img{
	vertical-align: middle;
}
*/

#login_box {
	position:absolute;
	height:510px;
	width:654px;
	text-align: left;
	overflow: hidden;
	display:none;
	z-index: 100;
	padding:10px;
}
#campus_popup_overlay{
	position:absolute;
	display:none;
	background:#000;
	opacity:.6;
	filter:alpha(opacity=60);
	left:0;
	top:0;
	z-index: 100;
}
#submit{
	margin-left: 150px;
}
#close_btn {
	display:block;
	height:26px;
	text-align:right;
}
#login_result {
	display:block;
	margin:10px;
	text-align: left;
	text-indent: 5px;
	height:22px;
	line-height:22px;
}
#forgot_box {
	position:absolute;
	height:230px;
	width:400px;
	margin:-95px 0px 0px -200px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	display:none;
	z-index:100;

}
#taf_box {
	height:350px;
	width:400px;
	margin:-150px 0px 0px -200px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	display:none;
	position:fixed;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
}
#taf_success_box {
	height:150px;
	width:400px;
	margin:-75px 0px 0px -200px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	display:block;
	position:fixed;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
}
#login-result,#global-login-result
{
 color:#FF0404;
 font-weight:bold;
 font-size:120%;
}
#registration-result,#global-registration-result
{
 color:#FF0404;
 font-weight:bold;
 font-size:120%;
}
#quick_login_box {
	position:absolute;
	height:250px;
	width:240px;
	background-color:#FFF;
	padding: 20px;

	top: 13%;
	left: 17%;
	text-align: left;
	overflow: hidden;
	display:none;
}
#login_menu li a{
	text-decoration: none;
}
.step-edit-link{
	position: absolute;
	top: 13px;
	right: 15px;
	color:#868583;
	text-decoration: underline;
}
.step-edit-link:hover{
	text-decoration: none;
}
.mega_popup{
	position: static;
	
}
.mega_popup .options_title{
	position:absolute;
	font-weight: bold;
	color: #444444;
	top: 60px;
	left: 67px;
}

.popup_tab_menu{
	height: 385px;
	margin: 85px 0 0 0;
	margin-left: -1px;
	
}

#reg_forms_container {
height: 469px;
}

#reg_forms_container{
	border-left:1px solid #6c6d6e;
}

.popup_tab_menu .active{
	position: relative;	
	right:-1px;
}

.popup_tab_menu .active span{
	position: relative;
	left: -1px;
}
#login_container{
	width: 654px;
}

.mega_popup .item{
	width:318px;
}

.close_login_dialog{
	position: absolute;
	top: 35px;
	right: 35px;
}

.jobs-zip-code{
	margin-bottom: 5px;
	margin-top: 10px;
}

#forgot_box h2{
	font-size: 22px;
}
#register_user_and_choise_school h4{
    text-align: center;
}
#register_user_and_choise_school .form{
    margin: 0 0 20px 0;
}
#register_user_and_choise_school #school-post{
    width: 375px;
}
#register_user_and_choise_school .sgn_in_popup{
    width: 560px;
}
input[type="text"],input[type="password"]
{
	height: 24px;
	background: #ffffff;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 0 2px 0 2px;
}
.photo_upload_popup .column{
    float: left;
    overflow: hidden;
}

.campus-view-index-network
{
 background-position:top left;
 background-repeat:no-repeat;
 border:1px solid #D9D9D9;
 margin-right:15px;
padding-top: 3px;
padding-left: 10px;
padding-bottom: 10px;
margin-bottom: 14px;
margin-top:15px;
width: 203px;

}


.campus-view-index-network .campus-network-category
{
	 font-size:14px;
	 font-weight:bold;
	 text-decoration:none;
	 color:#235188;
	 cursor:pointer;
}


.campus-view-index-network .campus-network-link
{
	 font-size:12px;
	 text-decoration:none;
	 color:#235188;
	 cursor:pointer;
}

.campus-view-index-network .campus-network-link:hover
{
	 font-size:12px;
	 text-decoration:underline;
	 color:#235188;
	  cursor:pointer;
}


.campus-view-index-network .campus-network-item-category
{
	 font-size:12px;
	 text-decoration:none;
	 color:#235188;
	 font-weight:bold;
 cursor:pointer;
}

.campus-view-index-network .campus-network-item-link
{
	 font-size:12px;
	 text-decoration:none;
	 color:#235188;
	 margin-left:6px;
}

.campus-view-index-network .campus-network-item-link:hover
{
	 font-size:12px;
	 text-decoration:underline;
	 color:#235188
}

#campus-custom-popup
{
 position:absolute;
 left:20%;
 top:10%;
 overflow:visible;
 z-index:300;
}
#campus-custom-popup-html
{
 overflow:visible;
 padding:15px;
}
#campus-custom-popup-close-btn{
	position: absolute;
	top: 20px;
	right: 15px;
}
.main_school_select .title{
	float: left;
	margin: 14px 8px 0 10px;
	font-size: 18px;
	color: #ffffff;
	font-family: Helvetica, Tahoma, Geneva, 'Arial Narrow', Arial, sans-serif;
}

.os_apple .main_school_select .title{
	/*float: left;*/
	margin: 18px 8px 0 10px;
	font-size: 17px;
	color: #ffffff;
}

.main_school_select select{
	display: block;
        float: left;
        margin: 17px 7px 0 0;
        color: #000000;
        font-size: 12px;
}
.main_school_select #state{
	width: 115px;
}
.main_school_select #school{
	width: 170px;
}
.main_school_select .go{
	margin: 14px 0 0 0px;
	font-size: 12px;
}
#left_content .main_school_select .close{
	display: block;
	position: absolute;
	z-index: 20;
	top:4px;
	right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.post_grey_line{
	height:0px;
	border-top:1px solid #cbc9c9;
	clear:both;
}

.featured_post{
	background-color: #ebf0fe;
	padding-left:5px;
}

.featured_post .post_image{
	float:left;
	width:140px
}
.featured_post .post_info{
	padding:40px 0 0 0;
	height:60px;
}
.featured_post .post_info_has_image{
	padding:40px 0 0 0;
	height:60px;
	width:475px;
	float:right;
}

.featured_post img{
	margin:10px 30px 10px 10px ;
	border:1px solid #dddddd;
	padding:5px;
}
.featured_post a{
	color:#235188;
	font-size: 18px;
	text-decoration: none;
}
.featured_post a:hover{
	text-decoration: underline;
}
.post{
	margin: 0 0 25px 0;
	overflow: hidden;
}

.post .post_grey_line{
	margin-top:17px;
}
.staff .post_image span{
    overflow: hidden;
    height: 86px;
    display: table-cell;
    vertical-align: middle;
}
.staff .post_image .block_for_image{
    height: 100%;
    max-height: 86px;
    overflow: hidden;
    margin: 0;
}
.ad .post_image .block_for_image{
	height: 100%;
	max-height: 86px;
	overflow: hidden;
        margin: 0;
}
.ad .post_image{
	float:left;
	margin: 0 10px 0 0;
	overflow: hidden;
        border: 1px solid #cccccc;
	margin: 0 12px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
.ad .post_image a{
	overflow: hidden;
	height: 86px;
}
.ad .post_image .post_count_image, .right_links_item a.block_for_image.cnt-photos .post_count_image{
	position: absolute;
	z-index: 20;
	font-size: 10px;
	background: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
	bottom: 5px;
	left: 4px;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.9);
	 border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.right_links_item a.block_for_image.cnt-photos {
   position: relative;
    display: block;
}
.right_links_item a.block_for_image.cnt-photos .post_count_image {
   /* position: absolute;
    z-index: 20;
    font-size: 10px;
    background: rgba(255,255,255,0.9);
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px;
    bottom: 5px;
    left: 4px;
    -webkit-box-shadow: 0 0 6px 3px rgba(255,255,255,0.9);
    -moz-box-shadow: 0 0 6px 3px rgba(255,255,255,0.9);
    box-shadow: 0 0 6px 3px rgba(255,255,255,0.9);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
    color: #333;
}
.ad .post_image img{
	/*max-height: 60px;*/
        display: block;
       /* max-width: 90px;*/
        width: 90px;
}

.ad .post_no_image{
	width: 90px;
	height: 90px;
	margin: 0 12px 0 0;
        float: left;
	background: url("/img/no-image-small.jpg") no-repeat 50% 50%;
	border: 1px solid rgb(204, 204, 204);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/***** default ******/
.post_image{
	float:left;
	overflow: hidden;
        border: 1px solid #cccccc;
	margin: 0 12px 0 0;
        -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.post_image a{
	display: block;
	overflow: hidden;
        height: 60px;
}

.post.news .post_image {
    border:none;
}

.post.news .post_image a{
    vertical-align: middle;
    display: table-cell;
    opacity: 0.99;
    width: 88px;
    height: 68px;
    overflow: hidden;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.post.news .post_image a img{
    height: 68px;
    width: auto;
      max-width: 88px;
    display: block;
    margin: 0 auto;
}
/*.post.news .post_image a{
    vertical-align: top;
    display: block;
    opacity: 0.99;
    width: 90px;
    height: 56px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.post.news .post_image a img{
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}*/


.channel_storage_page .post.storage .post_image {
    height: 90px;

}
.channel_storage_page .post.storage .post_image .block_for_image{
    height: 100%;
}

.post_image img{
        display: block;
        width: 90px;
}
/*
.post .post_info_has_image{
	padding:0 0 0 0;
	float: left;
	width: 198px;
}*/
.post .post_right_info_storage{
        float: left;
        font-size: 13px;
        color: #434343;
}
.post .post_info_has_image .title, .post_info .title, .post .post_info_storage_has_image .title {
    font-size: 16px;
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: normal;
}
.color_green{
    color: #336633 !important;
}
.color_white{
    color: white !important;
}
.post .post_info{
	padding: 0 0 0 0;
}
.featured_post img{
	margin:10px 10px 10px 0;
	border:1px solid #dddddd;
	padding:5px;
	max-width: 112px;
}
.post a{
	color:#235188;
	font-size: 16px;
	text-decoration: none;
}
.post a:hover{
	text-decoration: underline;
}

.post .news_title{
	margin-top:20px;
	margin-bottom:5px;
}

.post .news_title{
	font-size: 18px;
}
.post .news_date{
	color:#666666;
}

.post .description{
	color:#444444;
	font-size:14px;
}
.post .author_name,.post_info .author_name{
	color: #666666;
        font-size: 14px;
	font-weight: normal;
	margin: 7px 0 0 0;
}
.post .listing_short_description,.post_info .listing_short_description{
	color: #666666;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	margin: 5px 0 0 0;
}
.post.ad .listing_short_description{
	margin: 7px 0 0 0;
}
.post.ad.nowrap .listing_short_description{
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}
.post .listing_short_description a {
	font-size: 14px;
}
.post .promotion{
        font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.post a.num_ratings{
        margin: 0 0 0 15px;
        font-size: 12px;
}

.post .post_view{
        font-size: 14px;
        padding: 5px 0 0 15px;
        width: 155px;
        overflow: hidden;
}
.post .post_view b{
        font-weight: normal;
}
.post .post_view i{
        font-style: normal;
}
.ad.pc_3 .gch_proprerty, .ad.pc_3 .gch_proprerty{
	margin: 10px 0;
}
.ad.pc_3 .gch_proprerty .table_td, .ad.pc_3 .gch_proprerty .table_td{
	padding: 0 15px 0 0;
}
.ad.pc_3 .gch_proprerty .table_td.gch_p, .ad.pc_3 .gch_proprerty .table_td.gch_p{
	padding: 0 30px 0 0;
}
.ad.pc_4 .gch_company, .ad.pc_4 .gch_company{
	color: #999;
	margin: 10px 0;
}
/* .post .author_name a, .post_info .author_name a{
	 font-size: 14px;
	 color: #235188;
} */
/*.inside_page .post .post_image{
	border: 1px solid #cccccc;
	margin: 0 12px 0 0;
}*/
.post .post_no_image{
	width: 90px;
	height: 90px;
	margin: 0 12px 0 0;
        float: left;
	background: url("/img/no-image-small.jpg") no-repeat 50% 50%;
	border: 1px solid rgb(204, 204, 204);
        -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* mcs */
div.news_page .post .post_no_image{
    height: 60px;
}
div.inside_page div.post.news div.post_no_image{
    height: 70px;
}
/* end mcs */
.tutors_list .news_page .post.news .post_no_image {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding:0;
}

.tutors_list .post .post_no_image{
	height: 120px;
}
.tutors_list .post.news .post_no_image {
    padding: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.inside_page .tutors_list .post .post_image .block_for_image{
	max-height: 120px;
}
/*.inside_page .post .post_image .block_for_image{
	height: 100%;
	max-height: 60px;
	margin: 0 2px;
	overflow: hidden;
}*/
.inside_page .post_image.post_image_rentbooks .block_for_image{
	max-height: 100%;
}
/*.inside_page .post .post_image .block_for_image{
	max-height: 135px;
}*/

.news_page .post .post_image .block_for_image{
	/*max-height: 60px;*/
        max-height: 72px;
}
.news_page .post .post_image{
	border: 0;
}
.display_table{
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.post_image a{
	display: table-cell;
	vertical-align: middle;
}
.post_image a img, .post_image span img, .post_image a .img_queue{
	width:90px;
	position: relative;
}
.pc_3 .post_image a img.img_radius, 
.view_map_page a img.img_radius{
    height: 100%;
}
.post_image a img.img_radius{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.post_image a img.img_loading{
	opacity: 0;
}
.post_image a img.img_loaded{
	opacity: 1;
	webkit-transition: opacity 350ms;
    -moz-transition: opacity 350ms;
    -ms-transition: opacity 350ms;
    transition: opacity 350ms;
}
.post .detail.ads_replies {
    background: none;
}
.inside_page .post_text_l{
	width: auto;
	max-width: 445px;
}
.post .post_text_l{
        float: left;
}
.post .post_text_r{
        float: right;
}
.with_views .post_text_l{
	width: 350px;
}
.inside_page .post_info_storage_has_image{
	width: 315px;
        padding: 0 0 0 0;
        float: left;
}
.inside_page .post_right_info_storage{  
	width: 140px;
	float: right;
}
.post_right_info_storage b{
        font-size: 16px;
}
.post_right_info_storage div{
        padding-bottom: 7px;
}
.post_info_no_has_image{
	width: auto;
	max-width: 600px;
}
.post_info_has_image{
    overflow: hidden;
}
.inside_page .post_info_has_image .title, .post_info_no_has_image .title, .post .post_info_storage_has_image .title{
	font-size: 18px;
}
.inside_page .post .author_name, .post_info .author_name{
	font-size: 12px;
}
.inside_page .post .author_name a,  .post .author_name a, .post_info .author_name a{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
/*--------*/
.news_page .post .post_image .display_table{
        display: block;
        height: 72px;
        overflow: hidden;
}
.news_page .post .post_image .block_for_image{
        width: 92px;
        /*padding: 0 3px;*/
        /*border: 1px solid #ccc;*/
}
/*--------*/
a.sidebar_link{
        color: #235188;
        text-decoration: none;
        cursor: pointer;
        float: right;
        
}
a.sidebar_link:hover{
        text-decoration: underline;
}
.listings_title{
	font-size: 28px;
	color:#333333;
	font-weight: bold;
	margin:15px 0 10px 0;
}
#classifieds_page h1{
        margin-bottom: 0;
}
.map_image{
	float: left;
}
.pages{
	margin:10px 0 10px 0;
        text-align: center;
}
.pages li{
	display: inline;
	padding:0 5px;
	border-left: 1px solid #858585;
	font-size: 16px;
	color:#235188;
}
.pages li.no_active{
        color: #B2B2B2;
}
.pages li:first-child{
	border: none;
}
.pages li a{
	font-size: 16px;
	color:#235188;
	text-decoration: none;
}
.pages li a:hover{
	text-decoration: underline;
}
.upperText{
        text-transform: uppercase;
}
.pages li.active{
	font-size: 16px;
	font-weight: bold;
}
.inside_page .pages{
	margin: 20px 0 30px 0;
}
.top_reply{
	margin: 18px 0 40px 0
}
.bottom_reply{
        margin: 40px 0 40px 0;
}
.reply_without_top_m{
        margin-top: 0px;
}
.top_reply .orange_button_h_44, .bottom_reply .orange_button_h_44 {
	float: none;
	cursor: pointer;
}
.top_reply .top_reply_form, .bottom_reply .bottom_reply_form {
	margin: 20px 0 0 0;
}
.top_reply .top_reply_form .reply_form_angel, .bottom_reply .bottom_reply_form .reply_form_angel{
	width: 35px;
	height: 19px;
	position: absolute;
	top: -18px;
        left: 69px;
	z-index: 20;
	background: url(/img/detail_angel.png) no-repeat left top;
}
/*
.top_reply .top_reply_form .reply_form_angel, .bottom_reply .bottom_reply_form .reply_form_angel{
	width: 33px;
	height: 17px;
	position: absolute;
	top: -17px;
	left: 58px;
	z-index: 20;
	background: url(/img/reply_form_angel.png) no-repeat left top;
}
*/
.desc_label{
	font-weight: bold;	
	margin-top:20px;
	color: #444444;
}
.flowing_blocks{
        overflow: hidden;
}
.flowing_blocks div{
        float: left;
        width: 210px;
}
.storage .inside_block{
        width: 270px;
        margin: 0 auto;
}
#right_content .storage p{
        color: #235188;
}
.storage table{
        border-collapse: collapse;
        margin: 0 auto;
}

.storage table tr td{
        border: 1px solid #dadcdb;
        text-align: center;
        background-color: #FFFFFF;
        padding: 4px 6px;
        font-size: 14px;
}

.storage table tr:first-child{
        background-color: #F4F4F4;
        font-weight: bold;
        
}
.posted{
	font-size: 14px;
	
}
.desc{
	margin: 0 0 20px 0;
}
#left_content .desc .wrap_desc1 strong{
    padding: 15px 3px 0 0;
    display: inline-block;
}
#left_content .desc .wrap_desc1 p strong{
    /*display: block;*/
}
#left_content .desc .wrap_desc2 p{
    padding-top: 15px;
}
#left_content .desc .wrap_desc3 .amenities div{
    max-width: 200px;
}
.map_image{
	margin: 0 25px 25px 0;
}
.listing_id{
	font-weight: bold;
	margin-top: 15px;
	color: #333333;
}

.bottom_links{
	padding-top: 22px;
	float: right;
	margin-right: 100px;
}
.width_50{
    width: 47%;
}
.bottom_links .back{
	margin-right: 40px;
}
.bottom_links .prev{
	margin-right: 10px;
}
.bottom_links .next{
	margin-left: 10px;
}

.bottom_links a{
	color: #235188;
	text-decoration: none;
}
.bottom_links a:hover{
	text-decoration: underline;
}
.profile_link a, .post .profile_link a{
    font-size: 12px;
    color: #235188;
    padding: 5px 0;
}
.no-listings{
	font-size: 16px;
	margin: 50px 0;
	padding:20px 50px 20px 3px;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
}
.no-listings b{
	font-size: 20px;
}
.uploadInput{
        display: none;
}
.success_resume{
        margin: 0px 0 0 8px;
        font-size: 10px;
}
.action_resume{
        display: none;
        height: 13px;
        margin: 3px 0 0 7px;
        overflow: hidden;
}
.wrap_resume_but{
        margin: 0 0 11px 0;
        overflow: hidden;
}
.wrap_resume_text{
        margin: 13px 0 1px 0;
        overflow: hidden;
        height: 20px;
}
.reply{
    z-index: 10000;
}
.reply-form, .reply-form-special{
	background: #f6f6f7;
	padding: 15px 20px 15px 20px;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
	font-size: 14px;
	display: none;
	position: relative;
	color: #333333;
}
.reply-form-special textarea{ height: 100px;}
.reply-form textarea, .reply-form-special textarea{
	display: block;
	width: 263px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #cccccc;
	resize: none;
	margin: 5px 0 13px 0;
}
.reply-form textarea{
	height: 90px;
}
.reply-form textarea.reply_jobs{
        height: 54px;
}
.reply-form-special textarea{
    height: 150px;
}
.reply-form label, .reply-form-special label{
	font-size: 14px;
	margin: 0 10px 5px 0;
}
.reply-form input[type="text"], .reply-form-special input[type="text"]{
	display: block;
	width: 246px;
	height: 21px;
	padding: 3px 4px 3px 4px;
	border: 1px solid #cccccc;
	background: #ffffff;
	margin: 5px 0 13px 0;
}

.reply-form-special input[type="text"].input-phone{
        width: 45px;
        float: left;
        margin-right: 10px;
}

.reply-form .campus-posting-error-message, .reply-form-special .campus-posting-error-message{
	display: block;
}
.reply-form .small_text, .reply-form-special .small_text{
	float: left;
	font-size: 10px;
	color: #333333;
}
.reply-form-special .small_text{
        margin: 3px 5px 5px 4px;
}
.reply-form .small_text{
	margin: 10px 5px 10px 4px;
}
.reply-form .reply_upload_text{
        margin: 0px 4px 4px 0px;
}
.reply-form .terms, .reply-form-special .terms{
	float: left;
	margin: 0 0 0 10px;
	font-size: 10px;
	color: #666666;
}
.table_tr {
    display: table-row;
}
.table_td {
    display: table-cell;
}
.table_td.unit-td-fixed {
    width: 180px;
}
.desc .table_td {
    min-width: 40px;
    padding: 0 10px 0 0;
}
.desc .table_tr h2{
    font-size: 16px;
    line-height: 20px;
    color: #444444;
}
#left_content.detail h2 {
    margin: 25px 0 10px 0;
}
.detail_main_image_wrap{
        width: 615px;
	margin: 0 0 0 5px;
        height: 320px;
}
.reply-form #resume_icon:hover{
        cursor: pointer;
}
.detail_main_image{
	display: table-cell;
	vertical-align: middle;
	padding: 9px 9px 9px 9px;
	border: 1px solid #cccccc;
	width: 595px;
	height: 300px;
}
.detail_main_image img{
	display: block;
	max-width: 595px;
	margin: 0 auto;
	max-height: 100%;
}
.detail_small_images{
	overflow: hidden;
	margin: 20px 0 0 0;
}
.detail_small_images li{
	float: left;
	margin: 0 3px 10px 3px;
	border: 1px solid #cccccc;
	padding: 2px;
	cursor: pointer;
	width: 144px;
	height: 85px;
}
.detail_small_images li table{
	width: 144px;
	height: 85px;
	zoom:1;
}
.detail_small_images li table td{
	vertical-align: middle;
	width: 100%;
	height: 100%;
	zoom:1;
}
.detail_small_images li a{
	display: block;
	width: 100%;
	max-width: 144px;
	overflow: hidden;
	text-align: center;
	zoom:1;
}
.detail_small_images li img:hover{
	opacity: 1 !important;
	filter: alpha(opacity=100)!important;
}
.detail_small_images li img{
	display: block;
	max-width: 144px;
	max-height: 85px;
	margin: 0 auto;
	zoom:1;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#left_content a, .campus-posting-div a, .popup_preview a, #left_content_pnc a{
	color:#235188;
	text-decoration: none;
        cursor: pointer;
}
#left_content a:hover, .campus-posting-div a:hover {
	text-decoration: underline;
}

.big-image-border{
	border:1px solid #466C94 !important;padding:3px !important;
}

.wrap_detail{
    position: relative;
    margin: 15px 0 20px 0;
    display: none;
}
.detail{
    background-color: #f6f6f7;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 20px;
    color: #333333;
    overflow: hidden;
}
.detail.ads_replies {
    margin: 15px 0 0 0;
    padding: 0;
    border: none;
    color: #666666 !important;
    line-height: 20px;
}
.detail.ads_replies p{
    color: #333333;
    font-weight: bold;
    padding: 0 0 5px 0;
}
.detail.ads_replies .td-fixed{
    min-width: 75px;
    white-space: nowrap;
    font-size: 13px;
    width: 200px;
}
.detail.ads_replies .td-fixed a{
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
}
.detail_edit_btns{
	margin: 0 0 0 107px;
}
.detail_angel{
    width: 35px;
    height: 19px;
    position: absolute;
    top: -18px;
    left: 257px;
    z-index: 20;
    background: url(/img/detail_angel.png) no-repeat left top;
}

.detail_angel_top{
    width: 35px;
    height: 19px;
    position: absolute;
    top: -18px;
    right: 30%;
    left: auto;
    z-index: 20;
    background: url(/img/detail_angel.png) no-repeat left top;
}

.utp .detail_angel_top{
    right: 20%;
}

.detail #new_pass .error_msg_div{
	text-align:center;
}
.div_row{
    display: table-row;
    height: 33px;
}
.div_row div{
    display: table-cell;
	float:left;
}

.div_row div.order_cell{
    width:85px
}
#new_pass{
    width: 295px;
    margin: 0 auto;
}
#campus-big-preview-image-area{
	border:1px solid #dddddd;
	padding:1px;
	max-height: 305px;
	max-width: 483px;
}

.photo_thumb{
	width:117px;
	height: 73px;
	border:1px solid #466C94 !important;
	text-align: center;
	padding-top:2px;
	overflow: hidden;
}

.photo_thumb img{
	max-width: 113px;
	max-height: 70px;
}

.related_post{
}

.related_post .post_image{
	float:left;
	width: 125px;
}
.related_post .post_info{
	padding:35px 0 0 0;
	height:55px;
}
.related_post .post_info_has_image{
	padding:35px 0 0 0;
	height:55px;
	width:500px;
	float:right;
}

.related_post img{
	margin:10px 30px 10px 10px ;
	border:1px solid #dddddd;
	padding:5px;
	max-height: 50px;
	max-width: 90px;
}
.related_post a{
	color:#235188;
	font-size: 18px;
	text-decoration: none;
}
.related_post a:hover{
	text-decoration: underline;
}

.tutor_listing {
	position: relative;
	padding: 10px 0 20px 0;
}

.tutor_image{
	float: left;
}

.tutor_image img{
	width:60px;
	height: 80px;
	margin:5px 25px 5px 25px;
}

.tutor_image a{
	display: block;
	padding:1px;
	margin:0 10px 0 0;
}

.tutor_image a:hover{
	border:1px solid #235188;
	padding:0;
}

.tutor_desc{
	margin-left:120px;
}
.tutor_desc .title{
	font-size: 21px;
	max-width: 300px;
}

.tutor_desc .location{
	font-size: 14px;
	margin:2px 0 2px 0;
	color: #444444;
}
.tutor_desc .profile_link{
	margin-top:5px;
}

.view_button{
	position: absolute;
	top:15px;
	right:20px;
}

.view_button .view_link{
	text-decoration: none !important;
}

.tutors_categories{
	line-height: 13px;
}
.tutors_categories a{
	font-size: 13px;
	color:#235188;
	text-decoration: none;
	display: block;
	width: 200px;
	float: left;
}

.tutors_categories a:hover{
	text-decoration: underline;
}

.page_school_list{
    float: left;
    padding: 0 20px 0 0;
    width: 460px;
    color: #666;
    font-size: 14px;
}

.page_school_list li a{
    color: #235188;
    text-decoration: none;
    cursor: pointer;
    line-height: 30px;
    font-size: 18px;
}

.page_school_list li a:hover{
    text-decoration: underline;
}

.classifieds_item{
	border:1px solid #cccccc;
	width:300px;
	height: 200px;
	float: left;
	margin:0 12px 20px 0;
	
}

.classifieds_title{
	border-bottom: 1px solid #cccccc;
	font-size: 20px;
	font-weight: bold; 
	background-color: #eeeeee;
	padding:4px 10px 2px 20px;
}

.classifieds_item .post_image{
	display: block;
	border:1px solid #cccccc;
}

.classifieds_item .post_image:hover{
	border: 1px solid #235188;
	padding: 0;
}

.classifieds_item .post_image img{
	max-width: 79px;
	max-height: 66px;
	margin:3px;
}

.classifieds_listing{
	margin:0 10px 10px 10px;
}

.classifieds_item .categories{
	font-size: 14px;
}

a.small_link:hover{
        text-decoration: underline;
        cursor: pointer;
}

.classifieds_item .categories{
	margin-left:5px;
	margin-top:20px;
}
.classifieds_item .categories li{
	margin-top:3px;
}
.professor_page h1{
        margin-top: 15px;
}
.professor_item div{
	display: block;
	padding: 20px 0;
	float: left;
}
.professors_letters_link a{
	display: inline-block;
}

.email_settings_left{
    width: 400px;
}
.email_settings_unsub_left{
    width: 440px;
}
.user_page_text{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
}
.user_page_text .orange_save_h_22{
	width: auto;
	height: 17px;
	padding: 5px 6px 0 6px;
	margin: 18px 0 0 12px;
}
.user_page_text .orange_save_h_22:hover{
	text-decoration: none;
}
.user_classifieds{
    font-weight: bold;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    margin: 1px 0 0 100px;
    width: 300px;
}
.user_tr_title{
    font-weight: bold;
    color: #333333;
}
.user_manage_descr{
    color: #333333;
    max-width: 535px;
    margin: 5px 0 15px 0;
    float: right;
    font-size: 12px;
}
.manage_note{
	font-size: 12px;
	color: #333;
	margin: 0px 0px 10px;
}
.user_page_small_text{
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin: 1px 0 0 0;
}

#form_email_setting .user_page_small_text label{
margin: 0px 0px 0px 10px;
}
#form_email_setting label div:hover {
    text-decoration: underline;
}
#form_mg_l table{
	width: 100%;
	border-collapse: collapse;
}
#form_mg_l table td:first-child{
	width: 10px;
}
#form_mg_l table td:first-child + td{
	width: 80px;
}
#form_mg_l table td:first-child + td + td{
	width: 80px;
}
#form_mg_p table{
	width: 100%;
	border-collapse: collapse;
}
#form_mg_p table td:first-child{
	width: 10px;
}
#form_mg_p table td:first-child + td{
	width: 80px;
}
#form_mg_p table td:first-child + td + td{
	width: 80px;
}
.professor_name{
	width:160px;
}
.professor_stars{
	width:125px;
	text-align: center;
}

.professor_item div.professor_ratings{
	/*width:80px;*/
	width: 65px;
	text-align: center;
	padding: 20px 7px;
}

.professor_department{
	/*width:200px;*/
	width: 140px;
}

.rate_star{
	margin:1px;
}

.professor_detail{
}

.professor_detail td:first-child{
	width:100px;
}
.professor_rate{
	border-top:1px solid #cbc9c9;
	border-bottom:1px solid #cbc9c9;
	padding:10px 0 10px 0;
	margin:20px 0 20px 0;
	background-color: #f6f6f7;
}

.professor_rate .overall{
	float: left;
	margin-right:20px;
	margin-left:20px;
	padding-right:20px;
	border-right: 1px solid #cbc9c9;
}

.professor_rate .overall .stars{
	text-align: center;
	margin:10px 0 10px 0;
}

.professor_rate .overall .overall_title{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin:10px 0 10px 0;
}

.professor_rate .overall .overall_count{
	font-size: 14px;
	text-align: center;
	margin:10px 0 10px 0;
}

.professor_rate .separate table td{
	padding:5px;
}

.professor_rate_link:hover{
	text-decoration: none !important;
}
.professor_rate_link input{
	display: inline;
}

.professor_comments{
	margin-top:40px;
}
.professor_comments table{
	width: 100%;
}
.professor_comments table tr th{
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #cbc9c9;
}
.professor_comments table tr td{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #cbc9c9;
}

.professor_comments table tr td:first-child{
	width:240px;
	padding-right: 15px;
}

.professor_comments .stars{
	float: left;
	width:120px;
	height:23px;
	padding-top:6px;
}
.professor_comments .title{
	height:23px;
	padding-top:6px;
}

.professor_comments .overall_rating{
	background-color: #f6f6f7;
	font-weight: bold;
}


.star_full{
	width:16px;
	height:16px;
	background: url(/img/star-split.png) no-repeat left top;
	cursor: pointer;
	float:left;
	margin: 0px 8px 0px 0px;
}

.star_empty{
	width:16px;
	height:16px;
	background: url(/img/star-split.png) no-repeat left -16px;
	cursor: pointer;
	float: left;
	margin: 0px 8px 0px 0px;
}

.rate_table{
	
	width:420px;
}

.rate_table td{
	padding-right:5px;

	padding-bottom:10px;
}
.rate_table td b{
	margin-right: 10px;
}

.rate_professor_comment{
	width:430px;
	height:200px;
    border: 1px solid #cccccc;
	padding: 5px;
}

.rate_professor_school{
	margin: 5px 0 5px 0;
	color:#666666;
}
.rate_professor_department{
	margin: 5px 0 5px 0;
	color:#666666;
}

.professor_button a:hover{
	text-decoration: none !important;
}

.professors_letters_link {
	margin-top:5px;
}
.professors_letters_link a {
	margin-right:13px;
}

.bold{
	font-weight: bold;
}

.sidebar_professors_letters{
	width:275px
}
.sidebar_professors_letters a{
	color:#235188;
	text-decoration: none;
	margin-right:10px;
	margin-right: 10px;
float: left;
width: 10px;
}


.sidebar_professors_letters a:hover{

	text-decoration: underline;

}

.professors_filters b{
	margin-top:10px;
	display: block;
}

.professors_filters select{
	width:195px;
}

.classifieds_item .professors_filters{
	margin:0 0 0 10px;
	font-size: 14px;
}

.classifieds_item .professors_filters b{
	margin-top:5px;
}

.categories_list a{
	color:#235188;
	text-decoration: none;
	margin-left:5px;
	display: block;
	margin: 0 0 10px 0;
}
.categories_list a:hover{
	text-decoration: underline;
}

.categories_list b{
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.color_red{
    color:#b90000 !important; 
    font-weight:normal;
}
.color_grey{
    color:#666666 !important; 
    font-weight:normal;
}
.color_green{
    color:#009953 !important;
    font-weight:normal;
}
.color_green a.user_page_text{
    color:#009953 !important;
    font-weight:normal;
}
.tutor_email_container{

	margin-top:78px;
	margin-bottom:120px;
}

.tutor_email_text{
	width:185px;
	text-align: right;
	font-size: 12px;
}

.tutor_email_button{


position: relative;
background: #82c22b;
background: -moz-linear-gradient(top, #5f9c0c 0%, #82c22b 99%);
-pie-background: linear-gradient(top, #5f9c0c 0%, #82c22b 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f9c0c), color-stop(99%, #82c22b));
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
position: relative;
display: inline-block;
color: White;
border: 2px solid #5f9c0c;
font-style: normal;
padding: 10px 10px 10px 10px;
text-decoration: none;
text-shadow: none;
font-size:20px;		
font-weight: bold;
margin-bottom: 10px;
}
.tutor_email_button img{
	position: relative;
	top:2px;
}

.tutor_email_button:hover{
	position: relative;
background: #8fd234;
background: -moz-linear-gradient(top, #6db40e 0%, #8fd234 99%);
-pie-background: linear-gradient(top, #6db40e 0%, #8fd234 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6db40e), color-stop(99%, #8fd234));
text-decoration: none;
}

.tutor_subtitle{
	margin-bottom: 10px;
}

.tutor_detail_image {
	float:left;
}

.tutor_detail_image img{
	width:135px;
}

.tutor_detail_rating{
	margin:0 0 0 20px;
	float: left;
}

.tutor_location{
	font-size: 14px;
	color:#444444;
}

.tutor_more{
	margin-top:15px;
	font-size: 20px;
	font-weight: bold;
}

.tutor_desc_title{
	margin-top:20px;
	margin-bottom:10px;
	font-size: 20px;
	font-weight: bold;
}

.tutor_detail_left{
	float:left;
	width:500px;
}

.tutor_detail_right{
	float:left;
	margin-left:15px;
}
.news_author_title{
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	color: #333333;
    text-transform: uppercase;
}
.author_image .news_author_title{
	font-size: 14px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 5px;
}
.author_image .right_soc_menu{
	padding: 0 0 0 4px;
	width: auto;
}
.author_image{
	float:left;
}
.madia_angel{
    width: 35px;
    height: 18px;
    position: absolute;
    top: -18px;
    left: 43px;
    z-index: 20;
    background: url(/img/media_angel.png) no-repeat left top;
}
.block_edit_media{
    width: 430px; 
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
     -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
     -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    padding: 20px 0;
    behavior: url(ie-css3.htc);
    z-index: 19;
    margin-top: 17px;
    font-size: 14px;
    color: #666666;
}
.block_edit_media .editable_row, .block_edit_media .now_editable_row{
    width: 100%;
    padding: 0;
    height: 20px;

}
.block_edit_media .link_edit_field{
        padding: 0px 20px 0px 0px;
}
.block_edit_media .editable_field{
   /*  width: 130px; */
    width: 180px;
    overflow: hidden;
	color: #235188;
	float: left;
	height: 15px;
}
.block_edit_media{
    display: none;
}
.block_edit_media .editable_field_input{
	width: 170px; 
}
.block_edit_media .fix_user_info{
    min-width: 155px;
    padding: 5px 5px 0 20px;
    font-size: 12px;
    color:#888;
}
.block_edit_media .editable_field_input input[type="text"] {
    width: 170px; 
    height: 15px;
	margin: 3px 0px 0px;
	border: 1px solid #d4d4d4;
}
.block_edit_media .campus-posting-error-message{
	position: absolute;
	margin: -13px 0 0 0;
}
.author_description .link_edit_field a, .block_edit_media .link_edit_field a{
        font-weight: bold;
}
.inside_page .author_description h1{ 
	width: auto;
}
/* .author_info{
	position: relative;
	zoom:1;
} */

/**** START SOCIAL BUTTONS ****/

.facebook-share{
    position: relative;
display: block;
overflow: hidden;
width: 60px;
height: 40px;
}

.slide {
    background: #305c99;
z-index: 2;
display: block;
margin: 0;
height: 100%;
left: 38px;
position: absolute;
width: 112px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 3px 3px 0px;
border-radius: 0px 3px 3px 0px;

}

/***** END SOCIAL BUTTONS *****/

.author_info .author_image{
	display: block;
	background: #f6f6f7;
	margin: 7px 15px 0 0;
        max-width: 190px;
}
.show_edit_social .news_author_title{
        width: 120px;
        float: left;
}
.show_edit_social .link_edit_media_field a{
        font-size: 14px;
        font-weight: bold;
}
.show_edit_social .link_edit_media_field{
        padding: 8px 10px;
}
.link_edit_block{
display: block;
width: 55px;
height: 18px;
float: right;
padding: 2px 0 0 0;
}
.no-listings-profile{
        font-size: 16px;
}
.author_info{
    padding: 15px 0 0 0;
}
.author_info .author_image img{
	display: block;
	width: 190px;
}
.author_info .img_edit_photo{
width: 30px !important;
}
.author_info .author_image img.current_user_photo{
        width: 190px;
		
}
.wrap_subscribe{
        margin-left: 40px;
}
#profile-photo #current_user_photo
{
	cursor:pointer;
}
.author_info .author_image img.img_edit_photo{
        position: absolute;
        margin-left: -30px;
        display: none;
}
.author_info .author_image img.profile_img_preloader{
        position: absolute;
        margin: 0px 0 0 2px;
        width: 16px;
        display: none;
}

.author_description{
	padding: 10px 0 0 0px;
	font-size: 14px;
	color: #666666;
        line-height: 19px;
        overflow: hidden;
}
.author_description h1{
	margin: 0 0 10px 0;
	font-size: 28px;
}
.inside_page .author_description h1{
	margin: 0 0 5px 0px;
	font-size: 28px;
}

.news_author_page .author_description h1, .public_user_profile_page .author_description h1{
        margin: 0 0 20px 0px;
        line-height: 30px;
}
.profile_page input[type=text], .profile_page input[type=number], .profile_page input[type=password]{
        border: 1px solid #f0eef1;
        height: 20px;
        width: 250px;
}
.profile_page input[type=password]{
        border: 1px solid #f0eef1;
        height: 20px;
        width: 150px;
}
.profile_page input[type=phone]{
        border: 1px solid #f0eef1;
        height: 20px;
}
.profile_page .author_description select{
        width: 250px;
}
.profile_page textarea{
        border: 1px solid #f0eef1;
        width: 250px;
        height: 200px;
}
.popup_preview{
        width:630px;
        padding: 25px;
}
#email_setting_preload{
        margin: 13px 0 0 8px;
        display: none;
}

#edit_profile img{
	padding: 0px 2px 0px 0px;;
}
.author_infotext{
        float:left;
        width: 100%;
}
.edit_profile_btns{
	padding: 6px 0px 0px;
	width:180px;
	height: 24px;
	}
.author_name{
	font-size: 22px;
	font-weight: bold;
	margin-bottom:10px;
}
.cl_posted_in{
        color: #666666;
        font-size: 12px;
        display: block;
        overflow: hidden;
        float: left;
        margin: 5px 0 0 0;
}
#sidebar_done_edit{
    display: none;
}
.news_date{
	margin: 0 10px 10px 0;
	color:#666666;
}
.author .author_name_detail{
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.author_role_detail{
	color:#666666;
}

.news_share_line{
	float:left;
	margin: 0 0 0 0;
}

.news_share_line .news_social_button{
	float:left;
	margin-left:10px;
}

.news_share_line .right_social_button{
	margin-left:0;
}
.news_text_title{
    margin: 0 0 10px 0;
    font-weight: bold;
}
.author{
	margin-bottom: 30px;
}
#new_pass .label_pass{
float:left;
text-align:right;
width:85px;
padding: 3px 20px 0 0;
color:#888;
font-size:12px;
}
#new_pass input[type="text"]{
border: 0;
border-radius:0;
width: 190px;
height: 20px;
margin: 0;
color:#888;
background:#fff;
}

/*  scroll  */
#w_scroll{
    background: #f6f6f7;
    width: 65px;
    height: 500px;
    position: fixed;
    z-index: -1;
}
#scroll_text{
    margin: 40px 0 0 9px;
    padding: 0 0 0 23px;
    color: #90acc2;
    font-weight: bold;
    font-size: 12px;
    background: url(/img/scroll_rows.png) no-repeat left -19px;
}

/*----IPHONE---*/

#iphone-nav{
    display: none;
    height: 37px;
    position: fixed !important;
    bottom: 0;
    background: #f6f6f7; 
    opacity: 0.9;
    width: 100%;
    z-index: 100;
    -webkit-perspective: 1000;
}

#iphone-nav .iphone-nav-icon{
    margin: 20px 0 0 0;
    background-image: url(/img/iphone/nav.png);
    background-repeat: no-repeat;
    padding: 30px 30px 0 0;
}

#iphone-nav #iphone-nav-left_no_active{
    background-position: left -46px;
    margin: 0px 0 0 7px;
    float: left;
    height: 10px;
}

#iphone-nav #iphone-nav-left{
    background-position: left 2px;
    margin: 0px 0 0 7px;
    float: left;
    height: 10px;
}

#iphone-nav #iphone-nav-refresh{
    background-position: right -81px;
    float: right;
    margin: 1px 9px 0 0;
    height: 10px;
}

/*
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    width: 0;
*/

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    padding: 15px; 
    background:
     linear-gradient(rgba(0,0,0,1) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.4) 70%),
     linear-gradient(to left, rgba(0,0,0,.2) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.8) 70%);
    background-repeat: no-repeat;
    background-size: 10% 100%, 100% 10%;
    background-position: 50% 0%, 0 50%;
    -webkit-animation: loading .7s infinite steps(8);
    animation: loading .7s infinite steps(8);
    z-index: 101;
}
.loading:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image:
     linear-gradient(rgba(0,0,0,.1) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.5) 70%),
     linear-gradient(to left, rgba(0,0,0,.3) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.9) 70%);
    background-repeat: no-repeat;
    background-size: 10% 100%, 100% 10%;
    background-position: 50% 0%, 0 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@-webkit-keyframes loading {
    100% {-webkit-transform: rotate(1turn);}
}
@keyframes loading {
    100% {transform: rotate(1turn);}
}

/*
#iphone-nav #iphone-nav-right{
    background-position: left -52px;
}
*/

#ads_by_google_container{
    margin: 0 0 20px 0;
    width: 630px;
}

.follow_sm_preload{
    float: right;
    display: none;
}

.follow_sm_preload img{
    position: absolute;
    margin: 5px 0 0 -22px;
}

.follow_sm_preload_sidebar{
    float: right;
    display: none; 
}

.follow_sm_preload_sidebar img{
    position: absolute;
    margin: 8px 0 0 -115px;
}
.order_success_info{
    background: #ebf9fa;
    font-size: 14px;
    padding: 20px;
    margin: 20px 0;
}

.order_success_info a{
    color: #235188;
    text-decoration: none;
    cursor: pointer;
}

.order_success_info ul{
    margin: 15px 0 0 10px;
    list-style-position: outside;
}

.order_success_info ul li:before {
    content: "- ";
    margin: 0 0 0 -10px;
}

.order_success_info ul li{
    padding: 5px 0;
}

/*-------------*/
.news_text .category-img{
	display: inline;
	float: left;
	margin-right: 1.625em;
	padding: 5px;
	background: #eee;
}

/*
*
*	NEWS STYLES 
*
*/


#uloop_just_for_fun{
padding: 0 0 0 0;
width:585px;
font-family:"Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
#uloop_just_for_fun .clear{
clear: both;
height: 0;
}
#uloop_just_for_fun .school-leftcol{
float: left;
width: 680px;
margin: 0 0 0 20px;
padding: 1px 0 1px 0;
}
#uloop_just_for_fun #uloop_just_for_fun{
float: left;
width: 680px;
margin: 0 0 0 20px;
padding: 1px 0 1px 0;
}
#NewsTeam #uloop_just_for_fun #uloop_just_for_fun{
width: 620px;
}
.banner{
    margin: 0 auto; 
    width: 300px;
}

#uloop_just_for_fun h1{
color: #252525;
font-size: 29px;
line-height: 30px;
text-shadow: 0 1px 0 #ffffff;
margin: 29px 0 9px 0; 
}
#uloop_just_for_fun .user_for{
overflow: hidden;
margin: 0 0 0 0;
padding: 0;
}
#uloop_just_for_fun .user_for li:first-child{
margin: 0 0 0 0;
padding: 0 0 0 0;
color: #235188;
}
#uloop_just_for_fun .user_for li{
float: left;
margin: 0 0 0 5px;
padding: 0 0 0 0;
color: #666666;
font-size: 18px;
font-weight: bold;
line-height: 24px;
}
#uloop_just_for_fun .dividing_line{
height: 1px;
background: #CCCCCC;
margin: 10px 0 17px 0;
}
#uloop_just_for_fun .fb_button{
background: #5F78AB url(/img/FGFbc80dUKj.png) no-repeat left top;
border-bottom: 1px solid #1A356E;
border-top: 1px solid #879AC0;
color: #FFFFFF;
display: block;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-weight: bold;
text-decoration: none;
text-shadow: none;
}
#uloop_just_for_fun .fb_button_small{
font-size: 11px;
background-position: left -251px;
margin: 1px 0 0 10px;
padding: 2px 4px 3px 0;
height: 11px;
} 
#uloop_just_for_fun  .fb_button_text{
margin: 1px 0 0 24px;
}
#uloop_just_for_fun .tweet_btn{
display: block;
float: left;
height: 16px;
background-color: #ffffff;
text-decoration: none;
background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
background-image: -webkit-gradient(linear,center top , #FFFFFF, #DEDEDE);
background-image: -webkit-linear-gradient(center top , #FFFFFF, #DEDEDE);
background-image: -ms-linear-gradient(center top , #FFFFFF, #DEDEDE);
background-image: -o-linear-gradient(center top , #FFFFFF, #DEDEDE);
border: 1px solid #CCCCCC;
border-radius: 3px 3px 3px 3px;
color: #333333;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
position: relative;
margin: 1px 0 0 11px;
font-size: 12px;
padding: 2px 3px 0 0;
}
#uloop_just_for_fun .tweet_btn i{
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
margin: 1px 0 0 1px;
background: url(/img/tweet_btn.gif) no-repeat left top;
}
#uloop_just_for_fun .tweet_btn  span{
margin: 0 0 0 19px;
}
#uloop_just_for_fun .float_l{
float: left;
}
#uloop_just_for_fun .block_for_images{
border: 1px solid #CCCCCC;
float: right;
padding: 4px 4px 4px 4px;
background: #ffffff;
margin: 8px 0 0 23px;
width: 268px;
}
#uloop_just_for_fun .block_for_images img{
display: block;
width: 268px;
max-height: 220px;
}
#uloop_just_for_fun .school-rightcol{
float: right;
width: 248px;
}
#NewsTeam #uloop_just_for_fun .school-rightcol{
width: 300px;
margin-top: 30px;
}
#uloop_just_for_fun .green_button,.news_sitebar .green_button,#MainForm .green_button, .school-select-top .green_button,
.common_green_button{
display: block;
background-color: rgb(101, 152, 27);
background: -moz-linear-gradient(center top , #7CB42B, #52800B) repeat scroll 0 0;
background: -webkit-gradient(linear, left top, left bottom, from(#619D1E), to(#3B6407));
background: -o-gradient(linear, left top, left bottom, from(#619D1E), to(#3B6407));
background: -ms-linear-gradient(center top , #7CB42B, #52800B) repeat scroll 0 0;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#619d1e', endColorstr='#3b6407');
border-radius:5px 5px 5px 5px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
border: 1px solid #588F07;
color: #FFFFFF;
font-size: 12px;
padding: 7px 9px 8px 12px;
float: right;
margin: -40px 9px 0 0;
font-weight: bold;
text-decoration: none;
}
#MainForm .green_button,.common_green_button{
margin: 0px 9px 0 0;
}
#MainForm .s2-list td, .top-news .s2-list td{
	padding: 0px;
}
#uloop_just_for_fun .block_for_news{
width: 238px;
border-left: 1px solid #CCCCCC;
min-height: 1500px;
padding: 0 0 0 10px;
background: url(/img/bg-pattern.jpg) repeat-x left top;
float: right;
margin: 28px 0 0 0;
}
#NewsTeam #search-refine span{
display: block;
}
#NewsTeam #search-refine select{
width: 247px;
margin-bottom: 15px;
}
#NewsTeam #search-refine .button{
float: right;
margin-right: 30px;
}
#Author #uloop_just_for_fun .block_for_news{
margin: 0;
}
#uloop_just_for_fun .news_block{
width: 228px;
border: 1px solid #CCCCCC;
background: #ffffff url(/img/button/cbox-btm.jpg) no-repeat left bottom;
margin: 0 0 21px 0;
min-height: 152px;
}
#uloop_just_for_fun .news_block .news_title{
height: 27px;
background: url(/img/bg-cbox-title.gif) repeat-x left top;
padding: 3px 0 0 0;
overflow: hidden;
margin: 0 0 8px 0; 
}
#uloop_just_for_fun .news_block .news_title a{
display: block;
float: left;
color: #235188;
text-decoration: none;
text-shadow: 0 1px 0 #F1F1F1;
font-weight: bold;
font-size: 15px;
}
#uloop_just_for_fun .news_block .news_title .newspaper{
background: url(/img/newspaper.png) no-repeat left top;
padding: 0 0 0 28px;
margin: 4px 0 0 4px;
}
#uloop_just_for_fun .news_block  .news_image{
display: block;
float: left;
width: 83px;
padding: 3px 0 3px 3px;
margin: 2px 10px 0 9px;
border: 1px solid #CCCCCC;
}
#uloop_just_for_fun .news_block  .news_image img{
display: block;
width: 80px;
max-height: 64px;
}
#uloop_just_for_fun .news_block  p{
padding: 0;
color: #666666;
margin: 0 0 0 11px;
font-size: 11px;
line-height: 14px;
}
#uloop_just_for_fun .news_block  .dividing_line{
margin: 15px 11px 14px 10px;
}
#uloop_just_for_fun .news_block  p a{
color: #235188;
font-size: 11px;
text-decoration: none;
}
#uloop_just_for_fun .news_block  .see-all{
padding: 0 10px 10px 10px;
text-align: right;
}
#uloop_just_for_fun .news_block  .see-all a{
font-size: 12px;
font-weight: bold;
color: #235188;
text-decoration: none;
}
#uloop_just_for_fun  .loop{
width: 230px;
border-top: 1px solid #5762a0;
background: #e1e5f1;
}
#uloop_just_for_fun  .loop h3{
margin: 4px 0 4px 7px;
font-size: 14px;
font-weight:bold;
color:black;
}
#uloop_just_for_fun  .loop .categories_block{
width: 228px;
border: 1px solid #CCCCCC;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background: #ffffff url(/img/button/cbox-btm.jpg) no-repeat left bottom;
padding: 1px 0 50px 0;
}
#uloop_just_for_fun  .loop .categories_block  .categories_title{
background: url(/img/uloop_smile.png) no-repeat left top;
padding: 0 0 0 20px;
margin: 14px 0 0 9px;
font-size: 14px;
font-weight: bold;
color: #000000;
}
#uloop_just_for_fun  .loop .categories_block ul{
margin: 12px 0 0 11px;
}
#uloop_just_for_fun  .loop .categories_block ul li{
margin: 0 0 5px 0;
}
#uloop_just_for_fun  .loop .categories_block ul li a{
color: #235188;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
#uloop_just_for_fun .news_list{
	padding: 20px 0 0 0;
	margin: 20px 30px 20px 0;
	border-top: 1px solid #cbc9c9;
	border-bottom: 1px solid #cbc9c9;
}
#uloop_just_for_fun .news_list .item p{
	margin: 0 0 0 0;
	padding: 0;
}
#uloop_just_for_fun .news_list .item .block_for_image img{
	width: 90px;
	padding: 0;
	height: auto;
}
#discuss
{
	font-size:19px;
	padding-bottom:10px;
	font-weight:bold;
	color:black;
}

#uloop_just_for_fun .news_block p a
{
	padding-right:5px;
}

#uloop_just_for_fun .news_block p
{
	padding-right:5px;
}

#uloop_just_for_fun .loop .categories_block ul li .green_button{
color: #ffffff;
}
#uloop_just_for_fun .loop .categories_block ul li .listing_vertical_table td a,#MainForm .listing_vertical_table td a,.top-news .listing_vertical_table td a{
font-size: 13px;
font-weight: bold;
}

#NewsPost #uloop_just_for_fun .block_for_news,#Author #uloop_just_for_fun .block_for_news,#MainForm .school-rightcol .block_for_news{
width: 300px;
padding: 0 0 0 0; 
border: none;
background: none;
float: none;
min-height: 1000px;
}
#Author #uloop_just_for_fun .block_for_news{
	margin-top: 28px;
}
#NewsPost #uloop_just_for_fun .s-box,#Author #uloop_just_for_fun .s-box,#MainForm .school-rightcol .s-box{
float: none;
}
#NewsPost #uloop_just_for_fun .loop,#Author #uloop_just_for_fun .loop,#MainForm .school-rightcol .loop{
border: none;
width: auto;
margin: 0 0 20px 0;
background: none;
}
#NewsPost #uloop_just_for_fun .loop .categories_block,#Author #uloop_just_for_fun .loop .categories_block,#MainForm .school-rightcol .loop .categories_block{
width: auto;
border: none;
border-radius: 0;
background: none;
padding: 0 0 0 0;
}
#NewsPost #uloop_just_for_fun .loop h3,#Author #uloop_just_for_fun .loop h3,#MainForm .school-rightcol .loop h3{
margin: 0 0 0 0;
background: #dbdbdb;
padding: 7px 0 5px 10px;
font-weight: bold;
}
#MainForm .school-rightcol .loop h3{
color: #454545;
font-size: 1.25em;
}
#NewsPost #uloop_just_for_fun .loop .categories_block ul,#Author #uloop_just_for_fun .loop .categories_block ul,#MainForm .school-rightcol .loop .categories_block ul{
margin: 0 0 0 0;
padding: 20px 10px 0 13px;
border-left: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
}
#NewsPost #uloop_just_for_fun .loop .categories_block ul li,#Author #uloop_just_for_fun .loop .categories_block ul li,#MainForm .school-rightcol .loop .categories_block ul li{
overflow: hidden;
margin: 0 0 15px 0;
border-bottom: 1px solid #999999;
padding: 0 0 15px 0; 
}
#NewsPost #uloop_just_for_fun .loop .categories_block ul .no_border,#Author #uloop_just_for_fun .loop .categories_block ul .no_border,#MainForm .school-rightcol .loop .categories_block ul .no_border{
border: none;
}


#NewsPost #uloop_just_for_fun em, #NewsPost #uloop_just_for_fun  i
{
 font-style:italic !important;
}
#NewsPost #uloop_just_for_fun .loop .categories_block ul li .img_border_link .overflow,#Author #uloop_just_for_fun .loop .categories_block ul li .img_border_link .overflow,#MainForm .school-rightcol .img_border_link .overflow{
display: block;
height: 58px;
overflow: hidden;
}
#NewsPost #uloop_just_for_fun .loop .categories_block ul li .img_border_link img,#Author #uloop_just_for_fun .loop .categories_block ul li .img_border_link img,.top-news  .img_border_link img,#MainForm .school-rightcol .img_border_link img{
display: block;
width: 74px;
}
#NewsPost .user_photo,#Author .user_photo{
width: 87px;
margin: 0 20px 0 0;
padding: 0 0 0 0;
float: left;
}
#NewsPost .user_photo img,#Author .user_photo img{
display: block;
float: none;
}
.autor_bg{
background: #dee5ef;
padding: 10px 10px 10px 10px;
}
#Author .autor_bg{
background: none;
}

.news_sitebar .green_button,#Author #uloop_just_for_fun .block_for_news .green_button{
	display: block;
	background-color: rgb(101, 152, 27);
	background: -moz-linear-gradient(center top , #7CB42B, #52800B) repeat scroll 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#619D1E), to(#3B6407));
	background: -o-gradient(linear, left top, left bottom, from(#619D1E), to(#3B6407));
	background: -ms-linear-gradient(center top , #7CB42B, #52800B) repeat scroll 0 0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#619d1e', endColorstr='#3b6407');
	border-radius:5px 5px 5px 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid #588F07;
	color: #FFFFFF;
	font-size: 12px;
	padding: 7px 9px 8px 12px;
	float: right;
	margin: 0 9px 0 0;
	font-weight: bold;
	text-decoration: none;
}

#uloop_just_for_fun .article_autor{
	font-size: 22px;
	font-weight: bold;
	color:#000000;
	margin: 0 0 5px 0;
	padding: 0;
}
.cse-branding-form{
        width: 85%;
}
#cse-search-box input[type="text"]{
        float: left;
        width: 85%;
}
#cse-search-box input[type="submit"]{
        background-color: #EDEDED;
        border: 1px solid #CCCCCC;
        cursor: pointer;
        display: block;
        float: left;
        height: 26px;
        width: 60px;
}
#cse-search-box .cse-branding-logo{
     float: left;
}
.record-button
{
	text-align:center;
	padding-top:4px;
}

.vg-bg
{
	background-image:url(/img/vg-bg.gif);
	background-repeat:no-repeat;
	padding:5px;
	height:500px;
	width:950px;
	margin-top:40px;
}

.star-td
{
	width:10px;
	padding-right:10px;
}

#share-xp
{
	font-size:11px;
	padding-bottom:7px;
	font-weight:bold;
	text-align:center;
	color:black;
}

.vid1
{
	float:left;
	width:33%;
	margin-left:15px;
	background-image:url(/img/border.jpg);
	background-repeat:no-repeat;
	padding-top:9px;
	padding-left:12px;
	height:280px;
}

.pic1
{
	width:92%;
	background-repeat:no-repeat;
	padding-top:9px;
	height:287px;
	background-position:bottom;
}

.righttexts
{
	float:left;
	width:60%;
	padding-left:10px;
}

.main-video-block
{
	width:99%;
	height:260px;
}

.wp-caption
{
	float:left;
	padding-left:12px;
}


/*
#uloop_just_for_fun p
{
	margin-top:10px;
	color: #333;
	padding: 0 0 5px 0;
}

.picdiv
{

	float:left;
	margin:10px 10px 10px 0px;
}

#uloop_just_for_fun img
{
	width:inherit;
	height:inherit;
}

#uloop_just_for_fun p img
{

	padding:5px;
}

#uloop_just_for_fun p a img
{

	padding:5px;
}

#uloop_just_for_fun div img
{

	padding:5px;
}

#uloop_just_for_fun strong img
{

	padding:5px;
}

.picdiv p
{
	clear:both;
	padding:0px 5px 3px 5px !important;
	font-size:8px !important;
	display:block;
	overflow:hidden;
}
*/
#bottom-title
{
	font-size:14px;
	color:#597ca6;
	padding-bottom:10px;
	font-weight:bold;
}

.related-searches
{
	color:#235188;
}

.profblocktitler
{
	width:230px;
	float:left;
}

.profblocktitlel
{
	width:430px;
	float:left;
}

/*
#uloop_just_for_fun .alignleft{
	float:left;
}

#uloop_just_for_fun .aligncenter{
	float:none;
}

#uloop_just_for_fun img{
	float:none;
}

#uloop_just_for_fun .alignleft{
	float:left;
	margin: 10px 10px 10px 0px;
}
#uloop_just_for_fun .alignright{
	float:right;
	margin: 10px 0px 10px 10px;
}

#uloop_just_for_fun .alignnone{
	float:none;
}
#uloop_just_for_fun .alignright{
	float:right;
}

#uloop_just_for_fun strong{
	display: inline;
}

#uloop_just_for_fun .picdiv p{
	text-align: center;
}
#uloop_just_for_fun  .aligncenter{
	margin: 0px auto;
}
*/
/*
*
*	NEWS STYLES END
*
*/

.article_tags{
	margin-bottom: 20px;
        width: 330px;
        float: left;
}

.related_articles_title{
	font-weight: bold;
	font-size: 16px;
	margin-top:10px;
}

.amenity_column{
	width: 200px;
	float: left;
	margin: 0 5px 0 0;
}
.campus-posting-optional-block label{
	color: #114075;
	font-size: 14px;
}
.amenities_block{
	overflow: hidden;
}

.order_summary_page{
	color:#444444;
}
.order_summary_title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.order_payment_summary{
	font-size: 14px;
}

.order_table td, .order_table th{

	padding-right:15px;
	
}

.buttons_line input{
	display:inline;
}
.buttons_line a{
	margin-right:10px;
}
/*----------------*/
.promo-box{
    padding: 10px 0 25px 0;
	overflow: hidden;
}

.photo{
    float: left;
}
.promo-box .text-block{
    overflow: hidden;
    float: left;
    padding: 0 10px;
    width: 640px;
}
.promo-box .text-block_h{
    overflow: hidden;
    float: left;
    padding: 0 10px;
    width: 590px;
}
.intro-holder{
	overflow: hidden;
}
.text-block h1{
    font-size: 31px;
    line-height: 37px;
    margin: 0 0 10px;
}

.text-block h2{
    font-size: 21px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px;
}

.text-block .title{
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0 0 22px;
}

.promo-box .area{
    padding: 15px 0 0 4px;
}

.promo-box .area li{
    background: url(/img/star.png) no-repeat 0px 0px;
    font-weight: bold;
    line-height: 15px;
    padding: 2px 20px 10px;
}

.promo-box .list{
    padding: 10px 0 20px 4px;
}

.subfooter{
    overflow: hidden;
    background: #f6f6f7;
    padding: 20px 0 20px;
    min-height: 200px;
    margin-top: 20px;
}

.subfooter img {
    padding-top: 10px;
}

.subfooter p {
    font-size: 14px;
    line-height: 16px;
    color: #777;
    padding-bottom: 10px;
}

.subfooter-title {
    padding-bottom: 10px;
}

.subfooter .sub_left, .subfooter .sub_right{
    padding: 10px;
    width: 450px;
    float: left;
}

.intro-holder{
    width: 795px;
    margin: 0 auto;
}

.intro-holder .unit-body{
    
    border: 1px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    background: url(/img/button/cbox-btm.jpg) #FFF no-repeat left bottom;
    padding: 16px 8px 6px;
    text-align: center;
    min-height: 177px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.intro-holder .unit-body p{
    font-size: 14px
}

.intro-holder .unit{
    padding: 0 35px 0 0;
    float: left;
    width: 229px;
}

.intro-holder .unit-body h4{
    padding-bottom: 10px;
}

.intro-holder .unit .button, .contact .button{
    display: block;
    font-size: 14px;
    color: #fff;
    padding: -14px 0 10px 0;
    margin: 0 auto;
}

.intro-holder .unit a, .subfooter a, .contact .button a, #paid-jobs .unit-body a{
    color: #235188;
    text-decoration: none;
}

.intro-holder .unit a:hover, .subfooter a:hover, .contact .button a:hover, #paid-jobs .unit-body a:hover{
    cursor: pointer;
}

.intro-holder .unit img{
    margin: 10px 0 5px 0;
}

.subfooter h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #252525;
    padding: 0 0 5px 10px;
}

.terms, .privacy, .faq, .contact, .join-news{
    margin: 20px 0;
}

.terms h2, .privacy h3, .faq h3{
    padding: 20px 0 0 0;
    font-size: 17px;
    color: #000000;
}

.terms h5, .privacy h5{
    text-transform: uppercase;
    font-size: 15px;
}

.terms ul, .privacy ul{
    margin-left: 40px;
}

.terms ul li, .privacy ul li{
    list-style-type: disc;
    padding: 5px 0 5px 0;
}

.terms p, .privacy p{
    padding: 5px 0;
}

.h1_text{
    padding-top: 30px;
}

.contact .contact_info_blok{
    width: 150px;
    float: left;
}

.contact textarea{
    width: 470px;
    height: 130px;
    background: #fff;
    border: 1px solid #bfc8d7;
    padding: 5px;
    margin: 0;
    font-size: 14px;
    /* color: #666; */
    float: left;
	font-family: "Helvetica","Arial",sans-serif;
}

.contact .row input{
    background: white;
    border: 1px solid #bfc8d7;
    font-size: 14px;
    margin: 0px;
    width: 270px;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}
.contact .blue_submit{
    margin: 0 13px 0 135px;
}

.contact label{
    float: left;
    overflow: hidden;
    color: #434343;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: left;
    min-width: 125px;
}

.contact .row{
    margin: 10px 0;
}

.contact .row{
    margin: 10px 0;
}

.contact .button{
    margin: 0 0 0 137px;
}

.contact .contact_info{
    margin: 0 0 0 137px;
}

.contact .contact_info_blok{
    font-size: 14px;
    min-width: 150px;
    max-width: 150px;
    margin: 20px 10px 0 0;
}

.contact .title_contact_info{
    padding-bottom: 5px;
}
.contact p {
    padding: 0px 0px 15px;
}

.contact #contact_form{
    margin: 10px 0;
}
.contact #contact_form .blue_submit{
    float:none;
}

.news-more{
	background-color: #f6f6f7;
}

.more_news{
	padding:15px;
	padding-top:0;
}

.more_news .post .post_info_has_image{
	width:460px;
}
.more_news .author_name{
	font-weight: normal;
}

.more_news .post{
	margin-top:10px;
	margin-bottom: 10px;
}

a{
    opacity:1;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.3s;
	-webkit-backface-visibility: hidden;
    /*-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -ms-transition-property: opacity;
    -ms-transition-duration: 0.3s;
    -o-transition-property: opacity;
    -o-transition-duration: 0.3s;
	filter: alpha(opacity=100);
}
a:hover{
  opacity:0.9;
  filter: alpha(opacity=90);
}
a:hover img{
	opacity:1;
	filter: alpha(opacity=100);
}
.adm_removed a:hover{
    opacity:1;
}
#search_input {
	padding: 0 0 0 3px;
}

.reply-form input[type="submit"], .reply-form-special input[type="submit"] , input[type="submit"], input[type="button"], #campus-posting-upload-image-button{
    opacity:1;
    -webkit-transition-property: opacity;
    -webkit-backface-visibility: hidden;
    /*-webkit-transform: translateZ(0) scale(1.0, 1.0);*/
    -webkit-transition-duration: 0.3s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -ms-transition-property: opacity;
    -ms-transition-duration: 0.3s;
    -o-transition-property: opacity;
    -o-transition-duration: 0.3s;
    filter: alpha(opacity=100);
}
.reply-form input[type="submit"]:hover, .reply-form-special input[type="submit"]:hover, input[type="submit"]:hover, input[type="button"]:hover, #campus-posting-upload-image-button:hover{
	opacity:0.9;
}

.custom_fields_block input[type=text], .custom_fields_block  textarea
{  margin-bottom:8px}

.right_to_edit{
    background-color: #f6f6f7;
    border-bottom: 1px solid #5b83b2;
    border-top: 1px solid #5b83b2;
    margin-bottom: 30px;
    padding: 15px 0;
}

.right_to_edit p{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0 10px 20px;
}

#left_content .right_to_edit a, .right_to_edit a, .button_wrap a{
    color: #FFFFFF; 
    float: left;
    margin: 25px 0 0 10px;
    text-decoration: none;
}
.button_wrap{
    margin: 10px auto 0 auto;
    width: 485px;
}
#left_content .desc, #left_content .listing_details, .listing_details.width_50, .popup_preview .desc, .popup_preview .listing_details, .listing_details.width_50{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

#left_content .listing_details b, .listing_details.width_50 b, .popup_preview .listing_details b, .listing_details.width_50 b{
     color: #444444;
}
#left_content .amenities.listing_details b{
     display: block;
}
.listing_details.width_50 h3{
    margin: 0 0 10px 0;
}

.listing_details .location_details{
	width: 270px;
}

.map_listings, .map_housing{
    display: overflow;
    margin: 0 0 20px 0;
}
.map_housing{
    display: none;
    clear: both;
}
.hide_block, .hide_table, .st_result{
    display: none;
}
.storage table.right_white_block tr td{
    padding: 15px 20px;
    text-align: left;
    font-weight: normal;
}
.storage table.right_white_block tr td a{
    color: #444444;
}
.storage table.right_white_block tr td a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.hihe_link_edit{
    display: none;
}
.fix_user_info{
    min-width: 105px;
    display: inline-block;
    float: left;
    padding: 3px 0;
}
.editable_field, .profile_field{
    display: inline-block;
    padding: 2px 0 0 0;
}
.profile_field{
    width: 305px;
}
.editable_field{
    width: 200px;
}
.editable_row#editable_row_user_description .editable_field{
    display: inline-block;
}
.editable_field_input{
    display: none;
}
.link_edit_field, .link_edit_media_field{
    padding: 3px 0;
    float: right;
    font-weight: bold;
    display: none;
}
.now_editable_row{
    padding: 4px 8px 4px 3px;
    background-color: #f6f6f7;
    min-height: 22px;
}
.editable_row{
    padding: 4px 8px 4px 3px;
    min-height: 22px;
}
.editable_row_done_link{
    display: none;
}
.editable_field_input_text{
    width: 250px;
    height: 20px !important;
}

.soc_block{
    display: inline-block;
}
/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	width: 370px;
	float: left;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space:nowrap;
    margin: 6px 0px;
	display: block;
}

.str_wrap a{
	font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move{
	cursor:inherit;
}
/*end Plugin CSS*/

/*join-news*/
.news-author-testimonial{
    margin: 0 0 30px 0;
}

.news-author-testimonial p{
    font-size: 14px;
}

.news-author-testimonial a{
    font-size: 18px;
    margin: 0 0 5px 0;
    display: block;
}

.join-news{
    color: #666666;
}
.join-news h1{
	line-height: 30px;
}
.join-news a{
    color: #235188;
    text-decoration: none;
}

.join-news a:hover{
    text-decoration: underline;
}

.join-news-left {
    width: 300px;
    float: left;
    margin: 0 20px 0 0;
}

.join-news-right{
    float: left;
    width: 600px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 10px 0;
}
.join-news-right .wrap-join-news-form{
    
    background: url(/img/notepad.gif) top left no-repeat;
    padding: 0 0 0 70px;
}
.join-news-right .listings_title{
    margin: 0 0 20px 0px;
}
.join-news-right p{
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 20px 0;
}
.join-news-right #form-join-news{
    margin: 30px 0 0 0;
}
.join-news-right .row{
    margin-bottom: 10px;
}
.join-news-right .row label{
    overflow: hidden;
    color: #434343;
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: left;
    min-width: 125px;
}
.join-news-right .row label b{
    overflow: hidden;
    color: #434343;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: left;
    min-width: 125px;
}
.join-news-right .row input{
    background: white;
    border: 1px solid #ABADB3;
    font-size: 14px;
    margin: 0px;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}
.join-news-right .row .input{
    width: 332px;
}
.join-news-right .row textarea{
    width: 334px;
    height: 130px;
    background: #fff;
    border: 1px solid #ABADB3;
    padding: 5px;
    margin: 0;
    font-size: 12px;
    color: #666;
}
.join-news-right .row select{
    width: 339px;
    height: 25px;
}
/*end join-news*/
/*end Plugin CSS*/
.schools_list{
	display: none;
	margin-top:10px;
	margin-left: 30px;
}
.schools_list a{
	font-size: 13px !important;
	margin-bottom: 2px;
	display: block;
}

.school-state-container{
	display: none;
	
	margin-left: 10px;
}

.right_content_list .school-state-container a{
	font-weight: normal;
}

.school-state-link{
	font-weight: bold;
	
}

.states_overflow{
	max-height: 450px;
	overflow-y: scroll;
}

.teams img{
    min-width: 112px;
}

.teams .major{
    color: #626669;
    font-size: 12px;
}

.teams .college{
    font-size: 14px;
}

#choice_letter a{
    padding-right: 9px;
}

#choice_letter{
    margin-top: 10px;
}

.college_filter select{
    width: 270px;
    margin-bottom: 10px;
}

.college_filter .go{
    float: right
}
.payment_block{
    margin-bottom: 30px;
}
table.campus-posting-summary-list tr td, table.campus-posting-summary-list tr th{
    border-spacing: 0px;
    padding: 0;
}
.not_login{
    display: none;
}
.campus-posting-div select{
    margin: 5px 0 8px 0;
}
.campus-posting-div{
	color: #444444;
	font-size: 14px;
}

.campus-price{
	width:50px;
}

.amenity_group{
	margin-bottom: 5px;
}
.amenity_group ul li {
    font-size: 14px;
	margin: 5px 0 0 0;
}
.amenities_block{
	margin-top: 5px;
}

.listing_share{
	margin-top:5px;
	margin-bottom: 10px;
        height: 46px;
}

.see_more{
    margin: 20px 0 10px 0;
    display: block;
    font-size: 12px;
}
.custom_adversing{
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.custom_adversing a{
	color: #235188;
	text-decoration: none;
}
.custom_adversing a:hover{
	text-decoration: underline;
}
#subscribe_input{
    display: block;
    width: 195px;
    height: 22px;
    float: left;
    background: #ffffff;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    color: #999999;
    padding: 0 0 0 5px;
}

#subscribe_submit{
    display: block;
    width: 28px;
    height: 24px;
    float: left;
    border: 1px solid #cccccc;
	cursor: pointer;
	-webkit-appearance: none;
	background-color: #F1F1F1;
}
.listing_share .addthis_toolbox{
	position: relative;
	top:3px;
}
#paid-jobs .list_paid_jobs{
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    margin: 15px 0;
}

#paid-jobs .list_paid_jobs li{
    background: url(/img/star.png) no-repeat 0px 0px;
    font-weight: normal;
    line-height: 15px;
    padding: 2px 20px 10px;
}

#paid-jobs .list_paid_jobs ul{
    padding: 20px 0 7px 0px;
}

#paid-jobs .left-box{
    float: left;
    width: 430px;
    height: 310px;
    padding: 18px 0 0 21px;
    background: url(/img/newspaper-network.jpg) no-repeat 0px 88px;
}

#paid-jobs .right-box{
    float: right;
    margin: 10px 7px 0 0;
    width: 460px;
	position: relative;
}

#paid-jobs .block-heading{
    border-top: 1px solid #12386B;
    border-bottom: 1px solid #d5d5d5;
    color: #000000;
    background: #EBF0FE;
    padding: 1px 7px;
    margin: 0 0 0px;
    height: 1.8em;
    clear: left;
    
}

#paid-jobs .img-text{
    text-align: center;
}

#paid-jobs .img-text p{
    font-size: 13px
}

#paid-jobs .img-text h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
	color: #000000;
}

#paid-jobs .block-heading p{
    padding: 5px 0;
    font-weight: bold;
}

#paid-jobs a{
    text-decoration: none;
}

#paid-jobs .how-works{
    width: 100%;
    height: 328px;
    border: 1px solid #CCC;
    border-bottom: 2px solid #CCC;
    color: #252525;
    margin: 0 0 30px;
    position: relative;
    background: #fff url(/img/bg-how-works-sep.gif) repeat-y 467px 0;
}

#paid-jobs .unit-body{
    border: 1px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    background: #FFF url(/img/button/cbox-btm.jpg) no-repeat left bottom;
    padding: 16px 8px 6px;
    text-align: center;
    min-height: 177px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#paid-jobs .unit{
    float: left;
    width: 228px;
    color: #252525;
}

#paid-jobs .unit p{
    font-size: 12px;
}

#paid-jobs .bottom-row{
    /*margin-bottom: 30px;*/
    margin: 0 auto 30px auto;
    width: 951px;
    overflow: hidden;
}

#paid-jobs .unit-body h4{
    font-size: 14px;
    padding: 0 0 8px 0;
}

#paid-jobs .unit-body a{
    color: #252525;
}

#paid-jobs .paddig-right{
    margin-right: 13px;
}

#paid-jobs .unit-body h4.h4-bottom{
    padding: 10px 0 0 0;
}

#paid-jobs .unit-body span{
    color: #214373;
}

#paid-jobs .unit-body .p-aligment-link{
    font-size: 14px;
    font-weight: bold;
    text-align: left !important;
    margin-top: 7px;
}

#paid-jobs .promo-unit{
    overflow: hidden;
    width: 650px;
    margin: 0 auto;
}

#paid-jobs .promo-unit .promo-unit-body{
	background: #f6f6f7;
    float: left;
    border: 1px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    width: 135px;
    min-height: 84px;
    margin: 10px 3px 0 0;
    text-align: center;
    padding: 5px;
}
#paid-jobs .promo-unit .text{
    font-size: 12px;
    margin: 3px 0;
	color:#666666;
}
#paid-jobs .promo-unit h2{
    font-size: 18px;
}
#paid-jobs .price{
    color: #214373;
    font-weight: bold;
}

#paid-jobs .promo-unit .promo-unit-button{
    width: 170px;
}

#paid-jobs .text-block h2{
    margin: 0px;
}

.left{
    float: left;
}

#paid-jobs .testimonial{
    position: absolute;
    z-index: 100;
    top: -2px;
    left: -3px;
}
.img-sample-listing{
    position: absolute;
    right: -14px;
    top: -1px;
    z-index: 100;
   
}

#paid-jobs .promo-unit .promo-unit-body-sale{
    width: 200px;
}

/*start new paid jobs style*/
.page_jobs{
    color: #666666;
}
.page_jobs a{
    color: #3C84F3;
    text-decoration: none;
}
.page_jobs a:hover{
    text-decoration: underline;
}
.top_paid_block{
    border: 1px solid #CCCCCC;
    padding: 15px;
    margin: 10px 0 35px 0;
}
.top_paid_block h1{
    color: #666666;
    font-size: 46px;
    margin: 10px 0;
}
.top_paid_block h1 b{
    font-weight: normal;
    color: #DF6011;
}
.top_paid_block_l{
    width: 62%;
    margin: 5px 0 0 50px;
    font-size: 18px;
}
.top_paid_block_r{
	width: 240px;
	height: 180px;
}
.subscription_boxes{
    margin: 0 0 45px 0;
}
.subscription_boxes .paid_box{
    width: 190px;
    min-height: 205px;
    float: left;
    font-size: 25px;
    padding: 35px 15px 15px 15px;
    text-align: center;
	word-wrap: break-word;
}
.subscription_boxes .paid_box i{
    font-weight: bold;
    font-style: normal;
    font-size: 35px;
}
.subscription_boxes .grey_box{
    color: #20498B;
    background-color: #E0E0E0;
    margin-right: 26px;
}
.subscription_boxes .blue_box{
    color: #FFFFFF;
    background-color: #1C4A88;
    margin-left: 2px;
}
.subscription_boxes .center_blue_p{
    border-top: 1px solid #20498B;
    border-bottom: 1px solid #20498B;
    padding: 20px 0 20px 0;
    margin: 10px 0 40px 0;
}
.subscription_boxes .center_white_p{
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 20px 0 20px 0;
    margin: 10px 0 40px 0;
}
.subscription_boxes div:first-child{
    border-top: 8px solid #A7C8F5;
}
.subscription_boxes div:first-child + div{
    border-top: 8px solid #6180B9;
}
.subscription_boxes div:first-child + div + div{
    border-top: 8px solid #1B4788;
}
.subscription_boxes div:first-child + div + div + div{
    border-top: 8px solid #1A181B;
}
.paid_middle_boxes{
    margin: 0 0 30px 0;
}
.paid_middle_boxes .companies{
    width: 466px;
	min-height: 325px;
    border: 1px solid #CCCCCC;
} 
.paid_middle_boxes div:first-child{
    margin-right: 24px;
}
.paid_middle_boxes .companies img{
	width: 100%;
}
.paid_middle_boxes .companies p {
    padding: 9px 0 12px 4px;
    font-size: 18px;
    color: #666666;
    text-align: center;
}
.paid_middle_boxes .college_pro{
    width: 430px;
    font-size: 18px;
	min-height: 295px;
    border: 1px solid #CCCCCC;
    padding: 30px 18px 0 18px;
}
.paid_middle_boxes .college_pro i{
    font-size: 15px;
}
.paid_middle_boxes .college_pro img{
    margin: 20px auto 0 auto;
    display: block;
}
.paid_bottom{
    padding: 15px 25px;
    background-color: #F8F6F7;
    border: 1px solid #CCCCCC;
    line-height: 22px;
}
.paid_bottom div:first-child{
    padding-right: 30px;
}
.paid_bottom div{
    width: 48%;
}
/*end new paid jobs style*/

.promo-box-border{
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
	overflow: hidden;
}
.main_dividing_line{
	margin: 25px 0;
	height: 1px;
	background: #cbc9c9;
}
.div_separating{
    margin: 5px 0;
}
#brWidget_1{
	margin: 10px 10px 0 0;
}
.classified{
	width: 190px;
	float:left;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.classified p{
	font-size: 18px;
	color: #235188;
	text-transform: uppercase;
	padding: 0 0 0 24px;
	margin: 20px 0 0 0;
	background-image: url(/img/classified_icons.png);
	background-repeat: no-repeat;
}
.classified a{
	display: block;
	float: left;
	clear: both;
	font-size: 14px;
	color:#235188;
	text-decoration: none;
	margin: 2px 0 2px 24px;
}
.classified p a{
	display: inline;
	float: none;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}
.classified .none_ico{
	background:0;
}
.classified .housing_ico{
	background-position: left -7px;
}
.classified .textbooks_ico{
	background-position: 2px -31px;
}
.classified .professor_rate_ico{
        line-height: 16px;
	background-position: left -276px;
}
.classified .scholarships_ico{
	background-position: left -321px;
}
.classified .student_loans_ico{
	background-position: 2px -100px;
}
.classified .study_abroad_ico{
	background-position: 2px -126px;
}
.classified .tutors_ico{
	background-position: 2px -151px;
}
.classified .jobs_ico{
	background-position: 0 -177px;
}
.classified .test_prep_ico{
	background-position: 0 -201px;
}
.classified .for_sale_ico{
	background-position: 0 -227px;
}
.classified .storage_ico{
	background-position: 2px -250px;
}
.email_logo{
	display: block;
	position: absolute;
	top: -77px;
	left: 20px;
	z-index: 20;
}
.sgn_in_popup{
	width: 372px;
	padding: 28px 30px 32px 30px;
}
.contact_us_wrap{
	width: 400px;
	padding: 28px 30px 32px 30px;
}
.contact_us_wrap .email_submit{
	margin: 20px 0 10px 0;
}
.sgn_in_popup h3, #contact_us_popup h3{
	font-size: 30px;
	color: #333333;
	margin: 0 0 15px 0;
}
.popup_form{
	display: block;
	font-size: 12px;
	color: #333333;
        margin-bottom: 10px;
}
.sgn_in_popup_rigth{
        display: none;
        padding: 15px 11px 12px 14px;
        font-size: 14px;
        color: #444444;
        background: #f6f6f7;
        margin: 30px 0 0 10px;
}
.sgn_in_popup_rigth h2{
        font-size: 23px;
        padding: 0 0 20px 0;
        text-align: center;
        color: #333333;
        font-weight: normal;
}
.sgn_in_popup_rigth p{
        text-align: center;
}
.popup_form a{
	font-size: 12px;
	color: #235188;
}
.popup_form .title{
	font-size: 18px;
	color: #333333;
	margin: 0 0 12px 0;
}
.popup_form .popup_input{
	display: block;
	width: 357px;
	height: 38px;
	border: 1px solid #cccccc;
	margin: 0 0 9px 0;
    padding: 0 5px;
}
#contact_us_popup .popup_form .popup_input, #contact_us_popup .popup_form .popup_text_area{
        margin: 0 0 20px 0;
        width: 385px;
}
.popup_form .popup_text_area{
	display: block;
	width: 357px;
	height: 135px;
	border: 1px solid #cccccc;
	margin: 0 0 9px 0;
        padding: 0 5px;
}
.popup_small_info{
        color: #666666;
        font-size: 12px;
        display: block;
        overflow: hidden;
        float: left;
        margin: 5px 0 0 0;
}
.popup_small_info div{
        margin: 0 10px 10px 0;
}
#login-rememberme{
	margin: 0 5px 0 0;
}
.sgn_in_popup .vertical_align{
	display: block;
	float: left;
	margin: 14px 0 0 7px;
}
.sgn_in_popup a{
    font-size: 12px;
    color: #235188;
}
.font_14{
    font-size: 14px !important;
}
.form_or{
	height: 19px;
	position: relative;
	margin: 16px 0 16px 0;
}
.form_or .line{
	display: block;
	position: absolute;
	left:0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #cccccc;
	z-index: 5;
}
.form_or .or_text{
	display: block;
	width: 20px;
	position: absolute;
	top:0;
	left: 50%;
	margin: 0 0 0 -10px;
	background: #ffffff;
	z-index: 10;
	font-size: 14px;
	text-align: center;
}
.form_facebook_button{
	display: block;
	width: 192px;
	height: 33px;
	margin: 15px auto 0 auto;
	background: url(/img/button/new_facebook_form_button.png) no-repeat left top;
	cursor: pointer;
}
.ebook_button{
    margin: 10px 53px;
}
.ebook_left, .ebook_img{
    float: left;
}

.ebook_left{
    width: 320px;
    font-size: 17px;
    line-height: 29px;
    margin: 20px 20px 0 0;
}

.ebook_left p{
    margin-bottom: 15px;
}

.ebook_img{
    margin: 53px 20px 0 0;
}

.ebook_right .note {
    font-size: 11px;
    overflow: hidden;
    margin: 20px 0 45px 0;
}

.ebook_logos_title {
    color: #4b5a66;
    font-size: 16px;
    line-height: 18px;
}

.ebook_right{
    margin-top: 50px;
    overflow: hidden;
}

.ebook_right .logos{
    overflow: hidden;
    margin-top: 10px;
}

.ebook_right .logos .uloop_logo{
    position: relative;
    top: -11px;
    margin-right: 30px;
}

.ebook_right .logos .kaplan_logo {
    width: 150px;
}

.ebook_download {
    color: #4a5c74;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}

.ebook_form input[type="text"] {
    width: 262px;
    padding: 3px 6px;
    color: #464545;
}

.ebook_form select {
    width: 276px;
    color: #464545;
    padding: 6px;
}

.ebook_form .grad_year {
    width: 100px;
}
#viewFloorplans div{
	width:610px; 
	padding:20px;
}
#viewFloorplans img{
	max-width: 600px;
	margin: 0 auto;
	display: block;
}
/*mega popup*/
.super_popup{
    display: none;
    background: #ffffff;
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.popup_error{
	-webkit-animation-name: popup_error;
	-webkit-animation-duration: 0.1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: 4;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
	
	-moz-animation-name: popup_error;
    -moz-animation-duration: 0.1s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0;
    -moz-animation-iteration-count: 4;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;

    -o-animation-name: popup_error;
    -o-animation-duration: 0.1s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0;
    -o-animation-iteration-count: 4;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;

    -ms-animation-name: popup_error;
    -ms-animation-duration: 0.1s;
    -ms-animation-timing-function: linear;
    -ms-animation-delay: 0;
    -ms-animation-iteration-count: 4;
    -ms-animation-direction: alternate;
    -ms-animation-play-state: running;

    animation-name: popup_error;
    animation-duration: 0.1s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: 4;
    animation-direction: alternate;
    animation-play-state: running;
}
.super_popup .popup_close_button{
    display: block;
    width: 19px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20;
    cursor: pointer;
    background: url(/img/close.gif) no-repeat left top;
}
.popup_overlay{
    display: none;
    position: fixed;
    z-index: 100;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.posting_overlay{
    position: absolute;
    z-index: 100;
    left: -1px;
    top: 0;
    width: 101%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.6;
}
/*End mega popup*/
.text_local_storage{
    width: 400px;
    padding: 20px;
    font-size: 22px;
    color: #235188;
    overflow: hidden;
}
.text_local_storage h2{
    text-align: center;
}
#confirm_local_storage .button_wrap{
	width: 245px;
	margin: 0 auto;
}
.category_news_list .post_info .post_image a { 
    height:auto; 
}
#step-head-3{
    display:none;
}
.category_news_list .post_info .post_image img {
    width: 630px !important;
}
.viev_map{
	float: right;
	cursor: pointer;
	font-size: 16px;
	color: #235188;
	padding: 0 0 0 22px;
	background: url(/img/view_map_ico.png) no-repeat left 2px;
	margin: 23px 0 10px 10px;
}
.listing_form{
	display: block;
	margin: 0 0 20px 0;
}
.listing_founded{
	display:block;
	float: left;
	font-size: 14px;
	color:#333333;
	margin: 5px 0 15px 0;
}
.listing_form .rounded_block .title{
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 7px 8px 0 5px;
    text-transform: uppercase;
}
.listing_form .rounded_block label{
	display: block;
	float: left;
	margin: 6px 5px 0 0;
}
.listing_form .rounded_block input{
	display: block;
	float: left;
	width: 78px;
	height: 14px;
	border: 1px solid #cdcdcd;
	padding: 2px 2px 2px 2px;
	margin: 4px 3px 0 0;
}
.listing_form .rounded_block select{
	display: block;
	float: left;
	width: 69px;
	height: 20px;
	margin: 4px 8px 0 0;
	border: 1px solid #cdcdcd;
}
.featured_listings{
	border-top: 1px solid #5b83b2;
	/*border-bottom: 1px solid #5b83b2;*/
	background: #f6f6f7;
	padding: 18px 30px 18px 15px;
	margin: 0 0 20px 0;
}
.featured_listings h2{
	font-size: 19px;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.inside_page .featured_listings .post_info_has_image{
	max-width: 405px;
}
.inside_page .address{
        color: #666666;
}
.inside_page .phone{
        font-weight: bold;
        font-size: 21px;
        padding: 5px 0;
}
.ads_by_title{
	font-size: 14px;
	color: #333333;
}
.ads_by_line{
	height: 1px;
	background: #f1f1f1;
	margin: 5px 0 5px 0;
}
.ads_by{
	font-size: 12px;
	color: #333333;
	padding: 4px 0 4px 0;
}
.ads_by p span{
	color: #41805e;
}
.ads_by .title{
	font-size: 16px;
	font-weight: bold;
}
.title_news_sub{
        margin: 0px 0 5px 0;
        font-size: 14px;
        color: #666666;
}
.text_grey_bg{
	font-size: 12px;
	color:#666666;
	padding: 15px 15px 28px 15px;
	margin: 0 0 20px 0;
	background: #f6f6f7;
        overflow: hidden;
}
/**** START POLL ****/
.wrap_poll{
	width: 258px;
	position: relative;
	padding: 20px 20px 10px 20px;
	border-radius: 2px;
	background: #f5f5f5;
	box-shadow: 0 2px 1px rgba(150, 146, 143, 0.3)
}
.wrap_poll label{
	padding: 0 0 0 5px;
	z-index: 2;
	position: relative;
}
.wrap_poll  .poll_img{
	display: table;
	margin: 0 auto;
	padding: 15px 0 0 0;
	position: relative;
}
.wrap_poll  .poll_error{
	background: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0.2;
	display: none;
}
.wrap_poll  .poll_error_text{
	color: #666666;
	position: absolute;
	z-index: 70;
	font-size: 35px;
	top: 50%;
	left: 0;
	text-align: center;
	padding: 15px;
}
.wrap_poll  .poll_img img{
	max-width: 255px;
}
.poll_question{
	font-size: 17px;
	color: #444444;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.wrap_poll_answer{
	color: #A1A1A4;
	margin: 10px 0;
	text-align: left;
}
.poll_line{
	background-color: #ccc;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}
.poll_pos_answer{
	font-size: 13px;
	border: 1px solid #87cdf7;
	padding: 8px 0;
	margin: 0 0 8px 0;
	position: relative;
}
.poll_per{
	padding: 0 0 0 10px;
}/*
.poll_pos_answer:hover{
	background: #EEEEEE;
}*/
.poll_button{
	margin: 0 auto;
	display: table;
}
.poll_button input[type="submit"], .poll_button input[type="button"]{
	background: #235188 none;
	width: 90px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	margin: 0 5px 0 0;
	padding: 0;
	height: 30px;
	color: #fff;
	font-size: 13px;
	float: left;
}
.poll_button input[type="button"].backToPoll{
	display: none;
}
.poll_pos_answer input[type="radio"] {
    display:none;
}
.poll_pos_answer label span.radio_border{
	 -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	width: 10px;
    height: 10px;
	border: 1px solid #404040;
	display: inline-block;
	margin: 0 5px 0 0;
	position: relative;
}
.poll_pos_answer:hover span.radio_active, 
.poll_pos_answer input[type="radio"]:checked + label span.radio_active{
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 6px;
	height: 6px;
	background: #404040;
	position: absolute;
	margin: 2px;
}
.poll_overlay{
	position: absolute;
	z-index: 100;
	left: -1px;
	top: 0;
	width: 101%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.4;
}
.percentages{
	background-color: #A1A1A4;
	overflow: hidden;
	width: 0%;
	z-index: 1;
	min-height: 31px;
        height: 100%;
	position: absolute;
	top: 0;
}
.animated {
	-webkit-transition: .9s ease-out;
	-moz-transition: .9s ease-out;
	-ms-transition: .9s ease-out;
	-o-transition: .9s ease-out;
	transition: .9s ease-out;
}
.horizontal-left {
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);
	-ms-transform: rotateY(-360deg);
	-o-transform: rotateY(-360deg);
	transform: rotateY(-360deg);
}
/**** END POLL ****/
.right_search_form{
	display: block;
	margin: 0 0 20px 0;
}
.right_search_form .search_input{
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #999999;
    display: block;
    float: left;
    font-size: 12px;
    height: 18px;
    padding: 2px 2px 2px 2px;
    width: 240px;
}

.right_form .form_input{
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #999999;
    display: block;
    font-size: 12px;
    height: 18px;
    padding: 2px 2px 2px 2px;
    width: 260px;
    margin: 0 0 13px 0;
}

.right_search_form .search_submit{
	background: url("/img/search_submit.png") no-repeat left top;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    width: 28px;
}
.right_dividing_line{
	height: 1px;
	background: #cccccc;
	margin: 20px 0 20px 0;
}
.news_autor_detail{
	padding: 15px;
	overflow: hidden;
	background: #f6f6f7;
}
.news_autor_detail .autor{
	float: left;
	width: 200px;
        margin: 8px 20px 0 0;
}
.autor{
	overflow: hidden;
}
.autor .block_for_image{
	display: block;
	float: left;
	width: 80px;
        max-height: 90px;
	overflow: hidden;
	margin: 0 15px 0 0;
}
.autor .block_for_image img{
	display: block;
	width: 80px;
}
.autor p{
	float: left;
}
.autor p a{
	font-size: 16px;
}
.autor p span{
	font-size: 14px;
	color:#666666;
}
.subscribe_form{
	display: block;
}
.subscribe_form .subscribe_input{
	display: block;
    color: #999999;
	width: 255px;
	height: 23px;
	background: url(/img/subscribe_email_input.png) no-repeat left top;
	padding: 5px 5px 5px 5px;
	border: 0;
	margin: 0 12px 0 0;
}
.news_autor_detail .subscribe_form{
	margin: 10px 0 0 0;
}
.news_autor_detail .autor p{
        width: 105px;
}
#left_content_384{
	width: 384px;
	float: left;
	margin: 40px 0 80px 30px;
}
#left_content_385{
	/* width: 384px; */
	float: left;
	margin: 40px 0 80px 0;
}
/* #left_content_385 .school_select #state {
	padding: 0px;
}
#left_content_385 .school_select #go {
	margin: 15px 0px 0px;
}
#left_content_385 .school_select h2{
	margin: 0px 0px 20px;
} http://ucsb.uloop.loc/choise_school.htm */
#main_sign_up{
	display: block;
	font-size: 18px;
	color: #333333;
	padding: 0 0 20px 0;
}
#main_sign_up .title{
	text-align: center;
	font-size: 18px;
	color: #333333;
}
#main_sign_up .title h1{
	display: inline;
	font-size: 26px;
	color:#333333;
	margin: 0;
	font-weight: normal;
}
#main_sign_up .title a{
	font-size: 18px;
	color: #235188;
}
#main_sign_up label{
	display: block;
	margin: 0 10px 10px 0;
}
#main_sign_up input{
	display: block;
	width: 376px;
	height: 30px;
	border: 1px solid #cccccc;
	padding: 4px 3px 4px 3px;
	margin: 0 0 15px 0;
	line-height: 30px;
}
#main_sign_up select{
	display: block;
	width: 215px;
	height: 23px;
	border: 1px solid #cccccc;
	padding: 0 0 0 3px;
	margin: 0 0 15px 0;
}
#main_sign_up .orange_button_h_44{
	border: 0;
	height: 44px;
	margin: 0;
	padding: 0 15px 0 15px;
	width: auto;
	cursor: pointer;
}
#main_sign_up .already{
	display: block;
	float: left;
	font-size: 12px;
	color: #245284;
	margin: 12px 0 0 10px;
}
/*main sign up form*/
#right_content_390{
	width: 390px;
	float: right;
	margin: 40px 0 80px 0;
}
.sign_up_note h2{
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}
.sign_up_note p{
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.sign_up_note p a{
	font-size: 14px;
	color: #235188;
}
#paid-jobs{
	padding: 0 0 20px 0;
        margin: 20px 0 0 0;
}
.blankbox{
    float: left;
    padding: 10px;
    text-align: justify;
    width: 435px;
}
.subfooter-title{
    color: #252525;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.blankbox p {
    color: #777777;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
}

.news_category_page h1{
	width: 550px;
}

.inside_page h1{
    
}

#left_content.channel_view_page h1 {
    margin: 15px 0 10px 0;
}
.seo_channel .seo-left{
    width: 490px;
    float: left;
    padding: 1px 0 1px 0;
    color: #333333;
    position: relative;
}
.subfooter-box{
    float: right;
    text-align: left;
    width: 413px;
    margin: 0 5px 0 0;
}
.subfooter-box .title{
    border-bottom: 1px solid #E0E0E0;
    color: #000000;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 0 10px;
}
.subfooter-box .breadcrumbs{
	font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}
.subfooter-box .breadcrumbs li {
	display: inline;
    padding: 0 5px 0 0;
}
.subfooter-box .breadcrumbs li a {
    margin-right: 5px;
    color: #2351a5;
    text-decoration: none;
}
.subfooter-box .breadcrumbs li a:hover{
    text-decoration: underline;
}
#classifieds_result h1, .classifieds_cat h1{
	max-width: 525px;
}
.classifieds_cat h1 {
	margin: 10px 0px 5px;
}
.inside_page .top_links {
	margin: 20px 0 0 0;
	float: right;
}
.link_choise_select{
	float: left;
	font-size: 13px;
	padding: 11px 0 0 19px;
	text-decoration: none;
	color: #235188;
}
#campus-posting-2-info #preview_ad_container{
	font-size: 16px;
    color: #666666;
	padding: 0 0 10px 0;
}
#campus-posting-2-info #preview_ad_container b{
	font-size: 16px;
	color: #444444;
}
#housing-amenities{
    margin: 0 0 15px 0;
}/*
#housing-types{
   margin: 5px 0px 10px; 
}*/
#jobs-map{
        margin: -5px 0px 24px;
}
#post_right_banner{
	text-align: center;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.post_addition_text{
    float: left;
    margin: 9px 5px 0 0;
}
.featured-list li:before{
    content: "\2011";
    margin-left: -14px;
    margin-right: 9px;
}
.CampusPostingForm{
        width: 960px;
}
.CampusPostingForm input[type=text], .CampusPostingForm input[type=date], .CampusPostingForm input[type=password]{
	width: 250px;
	height: 18px;
	border: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;
	margin: 5px 0 10px 0;
}
.CampusPostingForm input.post_short_input{
        width: 80px;
}
.CampusPostingForm textarea{
	border: 1px solid #cccccc;
	max-width: 550px;
	width: auto !important;
	padding: 3px;
    margin: 5px 0 6px 0;
}
.CampusPostingForm select{
	height: 24px;
        min-width: 112px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin: 5px 5px 10px 0;
}

.posting_iframe{
	max-width: 500px;
	height: 200px;
	overflow-y: auto;
}
#campus-posting-main-submit-button{
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0 0 0;
}
.image_upload_popup{
	padding: 15px;
}
.image_upload_popup .or, .photo_upload_popup .or{
        width: 30px;
	float: left;
	margin: 10px 20px 0 5px;
}
.photo_upload_popup #SWFUpload_0{
    float: left;
    margin: 0 10px 10px 0;
}
#done_profile{
    display: none;
}
.image_upload_popup .column{
        width: 350px;
	float: left;
	overflow: hidden;
	padding: 0 0 10px 0;
        color: #333333;
        font-size: 14px;
}
.edit_profile_btns .action_edit_password{
    display: none;
	float: left;
	font-weight: 600;
	font-size:12px;
	padding: 0px 0 0 0;
}
.image_upload_popup  #SWFUpload_0{
	float: left;
	margin: 0 10px 0 0;
}
.image_upload_popup .column .blue_submit, .photo_upload_popup .column .blue_submit{
	margin: 13px 0 0 0;
}
.image_upload_popup #campus-posting-download-image-url{
	width: 300px;
}
.admin_addition_field{
        margin: 22px 0 21px 0;
}
#ListingFilled .wrap{
    padding: 30px;
}

#ListingFilled .b1{
    width: 290px;
    margin: 0 15px 0 0;
}

#ListingFilled .b2{
    margin: 28px 15px 0 0;
}
#ListingFilled .b2 a {
	margin: 12px 0 0 0;
}

/* upload button start*/
#fileupload{
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

#fileupload input {
	opacity: 0;
	width: 151px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 210;
}
/* upload button end*/
#modalW{ z-index: 20;}
/* font size styles */
 .fsize_12{
	font-size: 12px;
        font-weight: normal;
        color: #333333;
 }
.fsize_16{
	font-size: 16px;
 }
 #profile-upload-photo-button{
     margin: 15px 0 0 0;
 }
 #profile-photo-upload h2{
     float: left;
 }
/* for Mac */
.os_apple .main_school_select .title{
    margin: 16px 8px 0 10px;
}
.os_apple .main_school_select select{
    margin: 16px 7px 0 0;
    font-size: 17px;
}
.os_apple .main_school_select #school {
	width: 167px;
}
.os_apple .main_school_select #state {
	width: 115px;
}

.os_apple .main_school_select .go {
margin: 13px 0 0 0px;
}

/* for Mac Firefox */
.os_apple.br_firefox .main_school_select .title{
    margin: 20px 8px 0 10px; 
}
.os_apple.br_firefox .main_school_select select{
    margin: 18px 7px 0 0;
    font-size: 14px;
}
.os_apple.br_firefox .main_school_select #school {
	width: 190px;
}
.os_apple.br_firefox .main_school_select #state {
	width: 125px;
}

.os_apple.br_firefox .main_school_select .go {
    margin: 15px 0 0 0px;
}
/* end Mac Firefox */


.os_apple #right_content .tab_menu li {
	/* padding: 2px 6px 0 10px; */
	padding: 2px 9px 0 9px;
	font-size:16px;
}
.os_apple #right_content .tab_menu .active {
	/* padding: 2px 2px 0 8px; */
	padding: 2px 2px 0 2px !important;
}
.os_apple #right_content .tab_menu .active .c{
	padding: 2px 7px 0px 7px;
	line-height: 17px;
}
.os_apple #right_content .grey_bg .tab_menu li{
	/* padding: 2px 0 0 5px; */
	padding: 2px 7px 0 7px !important;
}
.os_apple #right_content .grey_bg .tab_menu li .active{
	/* padding: 2px 0 0 5px; */
	padding: 2px 2px 0 2px;
}
.os_apple #right_content .grey_bg #tab1 li .active{
	padding: 2px 7px 0 7px;
}
.os_apple .listing_form .rounded_block input[type="text"] {
	width: 75px;
}
.os_apple .main_page_orange_button {
	padding: 10px 10px 0px;
	height: 26px;
	font-size: 16px;
}
/* for iPhone */
.os_iphone .main_school_select .go {
	margin: 17px 0 0 0px;
}

/* Start CampusAve Api Styles */
#login_box  #login_container{
	width: auto;
	line-height: 19px;
}
#login_box  #login_container a#global-forgot-link{
	text-decoration: none;
	font-size: 11px;
}
#Partner_API_CampusAve .top-header-v3 .logo-cell{
    padding: 15px 5px 15px 10px !important;
}
/* End CampusAve Api Styles */


/* Start Student Loans */

.grey-box {
    width: 222px;
    text-align: left;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    line-height: 15px;
    float: right;
	margin-top: 65px;
}  
.grey-box-content{
    margin-top: 4px;
    padding: 15px 10px 10px 10px;
}
.grey-box-head{
    height: 35px;
    background: #ebf0fe;
}
.grey-box-head p{
    font-size: 12px;
    padding: 10px 4px;
    color: #444444;
}
.BankrateFCC_col2 input[type="text"]{
    height: 20px;
    width: 61px;
}
.BankrateFCC_col1{
     color: #666666;
}
#loanCalfooterDiv a{
    font-size: 14px;
}
.ofltop-long {
    background: #1C4A8C;
    width: auto;
    height: 28px;
    font-size: 14px;
    color: white;
    padding-left: 20px;
    padding-top: 14px;
    margin-top: 15px;
    overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
  
/* corn banner*/
.corn_red{
    color: #ee0134; 
}
.cort_banner{
    padding: 6px;
    background: gray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #757575;
    background: url(/img/cort/cort_bg.png) repeat-x;
}

.cort_banner a{
    text-decoration: none;
}

.cort_banner a:hover {
opacity: 0.7;
filter: alpha(opacity=90);
}

.cort_banner h4{
    font-size: 16px;
    padding: 16px 0;
    text-align: center;
}

.cort_banner .wrap_item{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #292929;
    background: linear-gradient(180deg, #cccccc, #a7a7a7);
}

.cort_banner .cort_text{
    font-size: 14px;
    width: 180px;
    padding: 7px;
}

.cort_banner .cort_price{
    color: #777777;
    font-weight: bold;
    float: right;
    padding: 7px;
}

.cort_banner .cort_note{
    color: #777777;
    font-size: 11px;
    padding: 5px 10px;
    text-align: right;
}

.cort_banner .cort_item_title{
    text-transform: uppercase;
    color: #5C5B59;
    font-size: 9px;
    font-weight: bold;
    padding: 5px 10px;
}
.cort_banner .item:nth-child(2n+1){
    background: #e9e9e9;
}
.cort_banner .item:nth-child(2n){
    background: #fff;
}
.cort_note.dark{
    background: linear-gradient(180deg, #D5D5D5, #E3E3E3);
}
.cort_note.light{
    background: linear-gradient(180deg, #f0f0f0, #fdfdfd);
}
.oflmiddle-long {
    background-color: #eeedff;
	width: auto;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.oflmiddle-long .loan-item {
    padding: 25px;
	color: #333333;
	display: table;
}
.oflmiddle-long .loan-item-cell{
	display: table-cell !important;
	display: inline; /* ��� IE */
	vertical-align: middle;
}
.wrap_loans{
    float: left;
	width: 700px;
}
.loan-item .loan-item-center{
	width: 85%;
	padding: 0px 35px;
	font-size: 14px;
	line-height: 20px;
}
.loan-item  .align_midle{
	vertical-align: middle;
	display: table-cell;
}
/* End Student Loans */

#bookrenter-cart {
float: right;
width: 163px;
margin: 10px 10px 10px 0;
display: block;
border: 1px solid #F68408;
background: #FEE6C6;
text-align: center;
padding: 10px;
z-index: 100;
font-size: 12px;
}
.none{ 
	display: none !important;
}
.listing_details_adition_l {
	width: 425px;
}
#brWidget_0 {
	display: none;
}
.professors_filters input[type="text"]{
	margin: 1px 5px 0px 0px;
}
.news_list_2 .dop_link{
	font-size: 14px;
	padding: 0 10px 10px 0;
	width: 100%;
	text-align: right;
}
#header_posting{
	width: 100%;
	min-height: 20px;
	overflow: hidden;
}
#form_email_setting .row{
padding: 1px 0;
}
.brWidget_all{
	float: right;
}
.CampusPostingForm #wrap_map h3{ 
	font-size: 14px;
	margin: 5px 0 0 0;
	text-align: center;
}
#logout_info div {
	padding: 25px;
}

#contact_info div {
	padding: 25px;
}

.amenities div {
	margin: 0 35px 0 0;
}
.total_search{
	display:block;
	margin-bottom: 10px;
}


.fast_search_results{
	 position:absolute;
	 width:600px;
	 background-color:#ffffff;
	 right:0;
	 border:1px solid #cccccc;
	 padding:10px;
	 z-index: 10;
					   
}

.fast_search_image{
	display: block;
	border:1px solid #ccc;
	width: 45px;
	height: 32px;
	overflow: hidden;
	float:left;
	margin-right: 10px;
}

.fast_search_image img{
	width: 45px;
}

.fast_search_image .no-photo{
	margin-top:-14px;
}

.fast_search_link{
	font-size: 14px;
	color: #235188;
	text-decoration: none;
}
.fast_search_link:hover{
	text-decoration: underline;
}

.fast_search_item{
	margin-bottom: 5px;
}

.fast_search_title{
	font-family: "HelveticaNeue-CondensedBold","HelveticaNeueBoldCondensed","HelveticaNeue-Bold-Condensed","Helvetica Neue Bold Condensed","HelveticaNeueBold","HelveticaNeue-Bold","Helvetica Neue Bold","HelveticaNeue","Helvetica Neue",'TeXGyreHerosCnBold',"Helvetica","Tahoma","Geneva","Arial Narrow","Arial",sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #444;
	margin: 0 0 5px 0;
}

.fast_search_see_all{
	text-align: right;
}
.fast_search_see_all a 
{
	font-size: 14px;
	color: #235188;
	font-weight: bold;
	text-decoration: none;
}
.fast_search_see_all a:hover{
	text-decoration: underline;
}

.fast_search_additional{
	font-size: 11px;
	color:#666;
	margin-top: 3px;
	
}

.fast_search_additional a{
	font-size: 11px;
	color: #235188;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.fast_search_additional a:hover{
	text-decoration: underline;
}

.fast_search_overflow{
	background-color: #ffffff;
	opacity: 0.5;
}
.fast_search_item_text{
        overflow: hidden;
        width: 540px;
}
.fast_search_focus_item{
        background: #f6f6f7;
}
.fast_search_focus_item .fast_search_link{
        opacity: 0.9;
        text-decoration: underline;
}
#left_content_pnc #top_pnc_img_text_w{
	height: 123px;
	width: 205px;
	background-color: #fff;
	position: absolute;
	margin: -209px 0 0 32px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.br_internet_explorer.br_v_7 #left_content_pnc #top_pnc_img_text_w{
	position: relative !important;
}


/*
* TEXTBOOKS
*/

.textbooks_title {
    color: #444444;
    font-weight: bold;
    font-size: 28px;
}
.books_bg {
    background: url(/img/books.png) no-repeat;
    background-position: 30px 100%;
}
.textbook_search {
    position: relative;
    width: 100%;
    min-height: 287px;
    margin: 0 0 20px 0;
    background-color: rgba(225, 223, 223, 0.88);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
.textbooks_form {
    width: 100%;
    position: absolute;
    top: 19%;
    /* top: 25%; */
}

.textbook_search h3 {
    /* color: #164985; */
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: normal;
    font-family: "Helvetica","Arial",sans-serif;
}
.textbooks_form form {
    width: 670px;
    margin: 0 auto;
}
.textbooks_form .search_input {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #164985;
    border-left: 1px solid #164985;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #666666;
    display: block;
    float: left;
    font-size: 18px;
    height: 60px;
    padding-left: 38px;
    width: 562px;
    -webkit-appearance: none;
    border-radius: 0;
}
.textbooks_form .search_submit {
    background: url(/img/search-button.png) no-repeat center;
    background-color: #ededed;
    border: 1px solid #164985;
    cursor: pointer;
    display: block;
    float: left;
    width: 66px;
    height: 62px;
}
.textbooks_form {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.textbook_search .textbook-rs-note {
    position: absolute;
    bottom: 28px;
    right: 20px;
    font-size: 17px;
    text-align: right;
    color: #444444;
    font-weight: bold;
}
.textbook_search .textbook-rs-note a {
    color: #164985;
    text-decoration: none;
    cursor: pointer;
}
ul.block-list.textbooks {
    margin: 0 auto 30px auto;
    width: 675px;
    overflow: hidden;
}
ul.block-list.textbooks li {
    float: left;
    margin-left: 20px;
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 16px;
    color: #222;
}
.main_dividing_line {
    margin: 25px 0;
    height: 1px;
    background: #cbc9c9;
}

.classifieds_cat h1 {
    margin: 10px 0px 5px;
    padding-right: 70px !important;
}

#left_content .textbook-rs {
    border: 1px solid #5b83b2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 6px;
    border-radius: 5px;
    background: #f4f4f4;
    font-size: 14px;
    color: #444;
    display: none;
}
.textbook {
    padding: 30px 0 0 0;
    clear: both;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}
.textbook .tb-img {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    width: 90px;
    min-height: 110px;
}
.textbook .tb-img img {
    box-shadow: 3px 0px 5px -1px rgba(93, 93, 93, 0.75);
    display: block;
    width: 90px;
    height: 110px;
}
.textbook .tb-cover-overlay {
    background: url(/img/book-overlay-sm.png) repeat-y;
    display: block;
    width: 6px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
}
.textbook .sell-tb-info {
    float: left;
    margin: 0 30px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px dashed #ccc;
    width: 230px;
    min-height: 116px;
    overflow: hidden;
    word-break: break-word;
}
.textbook .tb-title {
    font-family: "Helvetica","Arial",sans-serif;
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.textbook .tb-label, .textbook .tb-label a {
    font-weight: 600;
    padding: 0 5px 0 0;
    color: #222222 !important;
}
.textbook .tb-label, .textbook .tb-label a {
    font-weight: 600;
    padding: 0 5px 0 0;
    color: #222222 !important;
}
.textbook .tb-price-mobile {
    display: none;
}
.textbook .tb-price {
    float: left;
    overflow: hidden;
}

.listing_crumbs {
    color: #333;
    font-size: 16px;
    font-family: "Helvetica","Arial",sans-serif;
    margin: 20px 0;
}

.listing_crumbs a {
    color: #235188;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-family: "Helvetica","Arial",sans-serif;
}
.listing_title {
    position: relative;
    padding-right: 37px !important;
    line-height: initial;
}
.textbook_detail h1 span {
    color: #666;
    font-size: 24px;
    border-left: 1px solid rgb(221, 221, 221);
    padding-left: 7px;
    margin-left: 3px;
}
.textbook_detail .tb-d-img {
    position: relative;
    height: 240px;
    width: 194px;
    float: left;
    margin: 0 35px 0 0;
}
.textbook_detail .tb-d-img:before, .textbook_detail .tb-d-img:after {
    position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: 1;
}
.textbook_detail .tb-d-img:before {
    width: 100%;
    left: 3%;
    background-color: rgba(27, 24, 23, 0.63);
    box-shadow: 1px 2px 15px #333;
}
.textbook_detail .tb-d-img img {
    position: absolute;
    z-index: 2;
    width: 194px;
    height: 240px;
}
.textbook_detail .tb-cover-overlay {
    background: url(/img/book-overlay-sm.png) 0 0 repeat-y;
    display: block;
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 3;
}
.textbook_detail .tb-d-info {
    position: relative;
    min-height: 100px;
    width: 50%;
    float: left;
    overflow: hidden;
    word-wrap: break-word;
}
.textbook_detail .tb-label {
    font-size: 16px;
    color: #444;
    margin: 0 5px 0 0;
    font-weight: 600;
}
.textbook_detail .tb-text {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}
.textbook_detail #right_content {
    max-width: 325px;
    width: 325px;
    overflow: hidden;
}
#right_content {
    width: 300px;
    float: right;
}
.textbook_detail #right_content .tb-label {
    display: block;
    background-color: #164384;
    font-size: 16px;
    color: #fff;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
    font-weight: 600;
}
.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.buy_option span {
    line-height: 36px;
}
#right_content a {
    color: #235188;
    text-decoration: none;
    cursor: pointer;
}
.add-to-cart-button {
    display: block;
    padding: 2px 2px;
    height: 36px;
    min-width: 146px;
    background: transparent url(/img/button/add-to-cart-btn.jpg) repeat-x scroll left top;
    border-radius: 5px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border: medium none;
}

.buy_option {
    margin: 0 0 15px 0;
    padding: 13px 15px 20px 15px;
    background-color: #f1f2f3;
}

.textbook_detail #right_content .sell_back_l {
    color: #333;
    font-size: 18px;
    text-align: right;
}
.textbook_detail #right_content .sell_back_l a {
    color: #235188;
    text-decoration: none;
}
.textbook_detail .desc {
    margin: 40px 0 0 0;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    width: 65%;
}
.inside_page h2, .popup_preview h2, .inside_page .h2, .popup_preview .h2 {
    font-size: 18px;
    color: #444444;
    margin: 10px 0 10px 0;
}
.buy_option a {
    text-decoration: none;
    float: left;
}
.buy_option span a {
    float: right;
    margin-left: 10px;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
#right_content .buy_option .sell-note {
    text-align: left;
    color: #235188;
    font-size: 13px;
    padding: 10px 0 0 0;
    clear: both;
}
ul.block-list.sell_textbooks {
    margin: 0 auto 30px auto;
    width: 760px;
    overflow: hidden;
}
ul.block-list.sell_textbooks li {
    float: left;
    margin-left: 0;
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 16px;
    color: #999999;
}
.sell-textbooks #left_content {
    margin: 0 auto 30px auto;
    width: 760px;
    float: none;
}
.sell-textbooks #left_content .textbook .sell-tb-info {
    width: 440px;
}
.textbook .tb-price .tb-rent-price {
    font-family: "Helvetica","Arial",sans-serif;
    font-weight: 600;
    font-size: 17px;
}

/*
* TEXTBOOKS
*/


@media screen and (max-width: 985px){
    .textbook_view #right_content, .sell_textbook_view #right_content {
        float: right;
        width: 35%;
    }
    .buy_option {
        text-align: center;
        padding: 13px 10px 15px 10px;
    }
    .textbook_view #left_content, .sell_textbook_view #left_content {
        width: 63%;
        float: left;
    }
    .textbook_view #left_content, .sell_textbook_view #left_content {
        width: 63%;
        float: left;
    }
    .textbook .sell-tb-info, .sell-textbooks #left_content .textbook .sell-tb-info {
        width: 54%;
    }
    .sell-textbooks #left_content {
        width: auto;
        float: none;
    }
    #left_content h1, #left_content .inside_page h1, #left_content .inside_page h3 {
        text-align: center;
        /* width: 100%; */
        margin: 10px 0px 20px;
        max-width: 100%;
    }
	#left_content{
		width: auto;
		float: none;
	}
        .inside_page, #campus-posting-2-info #post-button-container{
                margin: 0 5px;
        }
	#right_content, .promo-box .text-block{
		width: auto;
		float: none;
	}
	#campus-posting-1-type #left_content{
		float: left;
	}
        #ads_by_google_container{
                width: 100%;
        }
	#left_content .main_school_select{
		background: #1C4E90;
		border-radius: 5px 5px 5px 5px;
		height: 55px;
		margin: 0 0 10px 0;
		width: auto;
		min-width: 310px;
	}
	.main_school_select #state{
		width: 35%;
	}
	.main_school_select school{
		width: 45%;
	}
	#main_page_slider, #page_slider_static{
		margin: 0 auto 17px auto;
	}
	.random_article_link{
		width: 630px;
		margin: 0 auto;
	}
	.article_center{
		width: 600px;
		margin: 0 auto;
	}
	.classified_center{
		width: 600px;
		margin: 0px auto 20px auto;
	}
	.classified_center .classified{
		width: 30%;
	}
	#classifieds_result h2{
		text-align: center;
	}
	.seo_channel h2  { text-align: center;}
	.inside_page  #follow{
		padding: 10px 10px 0px 0px;
	}
	.viev_map{
		padding: 0px 10px 0px 22px; 
		/* float: right; */
		clear:both;
	}
	.random_article_link li {
		margin: 0px 0px 0px 10px;
	}
	.news_list_2{
		text-align: center;
	}
	.news_list_2 .item{
		float: none;
		display: inline-block;
	}
	.news_subscribe{
		margin: 0 10px 0 0;
	}
	.news_date {
		margin: 0px 10px 10px 10px;
	}
	.news_text_title{
		margin: 0 0 10px 10px;
	}
	.category_news_list {
		width: 400px;
	}
        .profile_page .post{ margin-left: 0;}
	.post_info .post_image{
		width: auto;
	}
	.post_info .post_image img{
		width: 100%;
	}
	.listing_form .rounded_block .rounded_block_wrap{
		width: 630px;
		margin: 0px auto;
	}
	.inside_page .listings_title, #left_content .listings_title{ text-align: center;}
	.inside_page .posted { margin: 0 10px; }
	.listing_details .map_image { margin: 0 25px 10px 0;}
	
	#left_content .news_author_title{ text-align: center;}
	
	#right_content .right_main_cat{
		width: 300px;
		margin: 0 auto;
	}
	#right_content .tab_menu{
		width: 280px;
		margin: 0 auto 16px auto;
	}
	#right_content .right_content_list{
		width: 280px;
		margin: 0 auto;
	}
	#right_content .banner_300x250{
		margin: 0 auto 18px auto;
	}
	#right_content .housing_links_wrapper{
		width: 200px;
		margin: 0px auto;
	}
	#right_content h3{
		width: 300px;
		margin: 30px auto 20px auto;
	}
	#right_content h3:first-child {
		margin: 0px auto 20px auto;
	}
	.right_soc_menu{
		width: 315px;
		margin: 0 auto;
	}
        .news_author_blok .right_soc_menu{
		width: 190px;
	}
	.right_search_form .right_dividing_line {
		height: 0;
	}
	.email_form{
		width: 300px;
                margin: 0px auto 0 auto;
	}
	.right_links_item{
		width: 300px;
		margin: 0 auto 20px auto;
	}
	.inside_page.channel_view_page h1 { max-width: 100%;}
	#footer{
		width: auto;
		min-width: 270px;
		padding: 20px 10px 0px 10px;
	}
	.overlwlow{
		float: none;
		width: 260px;
		margin: 0 auto 20px auto;
	}
	#left_content .author_description h1{
		text-align: left;
	}
        #left_content.profile_page .author_description h1{
                margin: 0 0 10px 0;
        }
	#left_content h1, #left_content .inside_page h1, #left_content .inside_page h3{
		text-align: center;
		width: 100%;
		margin: 10px 0px 20px;
		max-width: 100%;
	}
        #left_content .author_info h1{
                width: auto;
        }
	#left_content .channel_view_page h1 { 
		margin: 10px 0px;
	}
	.inside_page .post_text_l , .inside_page .featured_listings .post_text_l, .inside_page .featured_listings .post_info_has_image {
		width: 75%;
		max-width: 75%;
	}
        .with_views .post_text_l{
                width: 63%;
        }
        .featured_listings{
                padding: 18px 0;
        }
	.right_search_form{
		width: 300px;
		margin: 0 auto;
	}
	.detail_main_image_wrap{
		max-width: 615px;
		margin: 0 auto;
	}
	.detail_small_images{
		max-width: 624px;
		margin: 20px auto 0 auto;
	}
	.reply-form .reply{
		display: block;
		width: 570px;
		margin: 0 auto;
	}
	#uloop_just_for_fun{
		width: auto;
	}
	.inside_page .post_info_storage_has_image{
                width: 56%;
        }
        .inside_page .post_right_info_storage{
                width: 25%;
        }
	.article_tags{
		margin: 0 10px 10px 10px;
        width: 330px;
		float: left;
	}
	.fb_iframe_widget{
		display: block !important;
	}
	.facebookComment .fb_iframe_widget &gt; span{
		display: block !important;
		width: 500px !important;
		margin:  0 auto;
	}
	.facebookComment .fb_iframe_widget &gt; span &gt; iframe{
		width: 500px !important;
	}
	#paid-jobs .how-works{
		overflow: hidden;
		height: auto;
		width: auto;
		background: none;
	}
	#paid-jobs .left-box{
		float: none;
		margin: 0 auto;
	}
	#paid-jobs .right-box{
		display: block;
		float: none;
		margin: 30px auto 10px auto;
	}
	#paid-jobs .unit{
		margin-bottom: 10px;
	}
	.blankbox{
		width: 45%;
	}
	.subfooter-box{
		width: 45%;
	}
	.subfooter .sub_left, .subfooter .sub_right{
		width: 45%;
	}
	.join-news-right{
		width: 400px;
	}
	.join-news-right .row .input{
		width: 280px;
	}
	.join-news-right .row select{
		width: 280px;
	}
	.join-news-right .row textarea{
		width: 280px;
		resize: none;
	}
	.detail_angel_top {right: 17%; left: auto;}
        .utp .detail_angel_top {right: 13%; left: auto;}
	.addthis_button_tweet, .addthis_button_facebook_like { width: 100px;}
	.ads_by_title { padding: 0 10px;}
	.ads_by { padding: 4px 10px;}
	.upperText{ text-align: center;}
	.terms h1, .privacy h1, .faq h1 { padding: 0px; text-align: center;}
	.terms, .privacy, .faq, .contact, .join-news { margin: 20px 10px 0px;}
	.reply #modalW{ 
		width: 100% !important;
		height: 100%;
		left: 0;
		margin: -15px 0px 0px 0px !important;
	}
	.reply #preloader{
		margin: 70px 0px 0px -20px !important;
		width: 40px;
		left: 50%;
	}
	.reply-form-special .reply{
		width: 550px;
		margin: 0px auto;
	}
	#college_filter div { margin: 0 auto 20px  !important;}
	.footer_wrap_left{ width: 670px; margin: 0px auto 20px; float:none;}
	.inside_page .address, .inside_page .phone, .inside_page .rating { margin: 0 0 0 10px;}
	.seo_channel .seo-left, .seo_channel .seo-right { width: auto; float: none;}
	.seo_channel .seo-right { margin: 0 10px;}
	
	#main_menu{
		margin: 8px 5px 10px 5px;
		background: none;
		border: 1px solid #5b83b2;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
		border-radius: 5px;
		width: auto;
	}
	#main_menu .left_menu :not(:first-child) { 
		display:none;
	}
	#main_menu .right_menu :not(:first-child) { 
		display:none;
	}
	#main_menu #right_short_menu .menu_main_item:not(:first-child) { 
		display:none;
	}
	#right_short_menu  .menu_main_item:hover &gt; ul li ul.level2{
		display: none;
	}
	#main_menu #right_short_menu ul.level1{
		padding-bottom:0;
		margin: 0 auto;
	}
	#main_menu #right_short_menu .level1_li{
		background: none;
	}
	#main_menu .left_menu, #main_menu .right_menu, #main_menu #right_short_menu{
		float:left;
		width: 50%;
		margin: 0;
	}
	#main_menu .drop_bg::after, #main_menu #right_short_menu .level1_li::after{
		border: none !important;
	}
	#main_menu .left_menu li:first-child, #main_menu .left_menu li:first-child a, 
	#main_menu .right_menu li:first-child, #main_menu .right_menu li:first-child a{
		width: 100%;
		text-align:center;
		padding: 5px 0 0 0;
	}
	#main_menu .right_menu li{
		float:none;
	}
	#main_menu .right_menu li a {
		display: inline-block;
	}
	.CampusPostingForm {
		width: auto;
	}
	#left_content .validate_form { margin: 0 10px;}
	.professor_name, .professor_department {
		width: 20%;
	}
        .professor_item .professor_stars{
                width: 20%;
        }
	.professor_button {
		width: 18%;
	}
	.professor_button a{
		float: right;
	}
	.professors_filters{
		width: 300px;
		margin: 0 auto;
	}
	#professor_comments{ margin: 0px 10px;}
	.professor_rate_link input{
		display: inline;
		margin: 0 0 10px 10px;
	}
	.categories_list a, .categories_list b {
		float: left;
		width: 220px;
	}
	.promo-box .photo{
		float: none;
		width: 300px;
		margin: 0 auto 50px auto;
	}
	.promo-box .photo img{
		display: block;
		width: 290px;
	}
	.listing_details_adition_l h2{
		text-align: left;
	}
	.brWidget_all{
		float: left;
	}
	.main_school_select .go {width: 28px;}
        .news_author_blok{
            width: auto;
            padding: 0px 10px;
        }
        .news_text_title{
            text-align: center;
        }
        #campus-posting-1-type #wrap_map, #campus-posting-1-type #post_right_banner{ display: none; }
        .fast_search_item_text{width: auto;}
        #content{
		width: auto;
		min-width: 295px;
		/* margin: 0 10px 0 10px; */
	}
        .center{
		width: auto;
		min-width: 300px;
	}
	.wrap_editable_field{overflow: hidden; width: 71%;}
	.paid_middle_boxes .companies, .paid_middle_boxes .college_pro {
		width: 46%;
	}
	.paid_middle_boxes div:first-child{
		margin-right: 10px;
	}
	.subscription_boxes{
		margin: 0 auto 45px auto;
		display: table;
		width: 85%;
	}
	.subscription_boxes .paid_box {
		width: 18%;
	}
	.subscription_boxes  .grey_box{
		margin-right: 30px;
	}
	.subscription_boxes .blue_box{
		margin: 0;
	}
	.subscription_boxes .paid_box  a{
		width: 100%;
	}
	.subscription_boxes .center_blue_p{
		margin: 42px 0 40px 0;
	}
}
@media screen and (max-width: 960px){
    #logo img {
        width: 100%;
    }
	.str_wrap{
		width: 227px;
	}
	.head_lines{
		margin-right: 1%;
	}
	#logo{
		margin: 3px 13px 8px 5px;
	}
	.main_page_orange_button {
		margin: 0 5px 0 0;
	}
	#paid-jobs .bottom-row { margin-left: 20px;}
	.wrap_loans{width: auto; float: none; margin:0;}
	.grey-box{float: none; margin: 20px auto 0px auto;}
	.loan-item .loan-item-center { width: auto; padding: 10px 20px;}
	#campus-posting-1-type #right_content{ display: none !important; }
	.profile_page .author_infotext .fix_user_info{
		min-width: 130px;
	}
	.profile_page .author_description select, .profile_page textarea {
		width: 353px;
	}
	.profile_page input[type=text], .profile_page input[type=number]{
		width: 347px;
	}
	.top_paid_block_l{
			margin: 0px 0 0 15px;
	}
	.top_paid_block h1{
			margin: 0 0 10px 0;
	}
	#left_content_pnc, #right_content_pnc{
		float: none;
		width: auto;
		height: auto;
	}
	#left_content_pnc #top_pnc_img{
		margin: 0 auto;
		display: block;
	}
	#left_content_pnc .unit{
		width: 45%;
		min-height: 265px;
	}
	#right_content_pnc{
		margin: 0 auto 20px auto;
	}
}

@media screen and (max-width: 940px){
	#footer{
		height: auto;
	}
	.push{
		height: auto;
	}
	#main_area{
		margin: 0 auto;
	}
}
@media screen and (max-width: 910px){
	.subscription_boxes .grey_box {
		margin-right: 25px;
	}
}
@media screen and (max-width: 900px){
	.image_upload_popup{
		width: 315px;
	}
        .image_upload_popup .fsize_12{
		margin: 0 0 15px 0  !important;
	}
	.image_upload_popup .or{
		float: none;
		margin: 10px auto;
        }
	.image_upload_popup .column{
		float: none;
		overflow: hidden;
		width: auto;
	}
	.image_upload_popup  #SWFUpload_0{
		display: block;
		float: none;
		margin: 0 auto 10px auto;
	}
	.image_upload_popup .grey_submit, #campus-posting-upload-image-button, #profile-upload-photo-button{
		overflow: hidden;
                float: none;
                margin: 15px auto 0 auto;
                width: 151px;
	}
	.image_upload_popup .column .blue_submit{
		margin: 13px auto 0 auto;
	}
	.intro-holder{
		width: 530px;
		margin: 0 auto;
	}
	.intro-holder .unit{
		padding: 20px 35px 0px 0px;
	}
	.sgn_in_popup_rigth{
			clear: both;
			float: none;
			margin: 30px auto 0 auto;
	}
	.sgn_in_popup{
			width: auto !important;
	}
	#left_content_pnc .unit{
		min-height: 290px;
		width: 43%;
	}
}
@media screen and (max-width: 875px){
	.main_school_select #state{
		width: 25%;
	}
	.main_school_select school{
		width: 35%;
	}
	#left_content_384{
		margin: 40px auto 50px auto;
		float: none;
	}
	#right_content_390, #left_content_385{
		margin: 0 auto;
		float: none;
	}
        
}
@media screen and (max-width: 870px){
	#main_menu{
		height: auto;
		clear: both;
	}
	#main_menu .left_menu{
		/* float: none; */
		text-align: center;
		margin: 0 0 0 0;
	}
	#main_menu .left_menu li{
		float: none;
		display: inline-block;
		margin: 0 1% 0 1%;
	}
	#main_menu .left_menu li a{
		padding: 9px 0 0 0;
	}
	#main_menu .right_menu{
		/* float: none; */
		text-align: center;
		margin: 0 0 0 0;
	}
	#main_menu .right_menu li{
		float: none;
		display: inline-block;
		margin: 0 1% 0 1%;
	}
	#main_menu .left_menu li a{
		padding: 9px 0 0 0;
	}
	#main_menu .right_menu li .drop_block{
		text-align: left;
	}
	/* http://ucsb.uloop.loc/choise_school.htm */
	#left_content_385 {
		width: 384px;
	}
	#left_content_385 .school_select #state{
		display: block;
		margin: 0 0 15px 0;
	}
	#left_content_385 .school_select #go {
		margin: 15px 0px 15px 0px;
	} 
	/*--*/
	.category_news_list{
		width: auto;
	}
	#post_right_banner{ 
		display: none;
	}
	.paid_bottom div:first-child {
		padding-right: 10px;
	}
	.subscription_boxes .grey_box {
		margin-right: 12px;
	}
	.subscription_boxes {
		width: 93%;
	}
	.subscription_boxes .paid_box {
		width: 19%;
	}
}

@media screen and (max-width: 800px){
    .textbook_detail .tb-text, .textbook_detail .tb-label {
        font-size: 14px;
    }
    .textbook_detail .tb-d-img img, .textbook_detail .tb-d-img {
        width: 154px;
        height: 200px;
    }
    .textbook_detail .tb-d-img img, .textbook_detail .tb-d-img {
        width: 154px;
        height: 200px;
    }
    .textbook .sell-tb-info {
        width: 42%;
        margin: 0 10px 0 0;
    }
}
@media screen and (max-width: 775px){
	.detail_angel_top {right: 23%; left: auto;}
        .utp .detail_angel_top {right: 17%; left: auto;}
	.str_wrap, .head_lines { display:none;}
        .post .post_view{ width:110px; }
        .post_view b{ display:block; }
        .post_view i{ display:none; }
	.addthis_button_tweet, .addthis_button_facebook_like { width: auto;}
}
@media screen and (max-width: 765px){
    .textbooks_form .search_input {
        height: 44px;
        width: 78%;
        padding-left: 10px;
        font-size: 14px;
    }
    .textbooks_form .search_submit {
        width: 48px;
        height: 46px;
    }
    .textbooks_form form {
        width: 420px;
    }
    .textbook_search {
        min-height: 168px;
    }
    .textbooks_form {
        top: 25px;
    }
    .textbook_search h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .books_bg {
        background: url(/img/books.png) no-repeat;
        background-position: 0px 100%;
        background-size: 156px 162px;
    }

	#login_menu li{
		padding: 0 0 0 10px;
	}
	#paid-jobs .bottom-row{
		width: 482px;
		margin: 0 auto 30px auto;
	}
	.join-news-left{
		margin: 0 auto;
		float: none;
		width: auto;
	}
	.join-news-left img{
		margin: 0 auto;
		display: block;
	}
	.join-news-right{
		width: auto;
		float: none;
		margin: 0 auto;
	}
	.join-news-right .wrap-join-news-form{
		padding: 0;
		background: none;
	}
        .profile_page .author_infotext .fix_user_info{
                min-width: 95px;
        }
        .profile_page .author_description select, .profile_page textarea {
                width: 275px;
        }
        .profile_page input[type=text], .profile_page input[type=number] {
                width: 270px;
        }
        .banner_728x90{display: none;}
}
@media screen and (max-width: 735px){
    ul.block-list.sell_textbooks li.arrow {
        margin-left: 1%;
        margin-right: 1%;
        width: 2%;
    }
    ul.block-list.sell_textbooks li {
        width: 22%;
        font-size: 15px;
        color: #999999;
    }
    ul.block-list.sell_textbooks {
        width: 100%;
    }
	.main_school_select #state{
		width: 118px;
	}
	.main_school_select school{
		width: 150px;
	}
	.blankbox{
		width: 40%;
	}
	.subfooter-box{
		width: 40%;
	}
	.popup_preview{
		width: auto;
	}
	#listing_preview{
		width: 96%;
	}
	.top_paid_block_l{
		clear: both;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.top_paid_block_r{
		margin: 0 auto;
		clear: both;
		float: none;
	}
	.subscription_boxes{
		width: 460px;
	}
	.subscription_boxes .paid_box {
		width: 190px;
		margin: 0 10px 10px 0;
	}
	.subscription_boxes .center_blue_p {
		margin: 10px 0 40px 0;
	}
	#left_content_pnc .unit{
		min-height: 340px;
	}
        #viewFloorplans div{
		width:410px; 
		padding:10px;
	}
	#viewFloorplans img{
		max-width: 400px;
	}
}
@media screen and (max-width: 700px) {
    ul.block-list.textbooks {
        margin: 10px auto 0 auto;
        width: 480px;
    }
    ul.block-list.textbooks li {
        font-size: 13px;
        width: 32%;
        margin-left: 5px;
    }
}
@media screen and (max-width: 695px){
	#footer .float_l{
		width: 130px;
		margin: 0;
	}
        
	#footer .footer_list_links{
		margin: 0 20px 20px 0;
	}
	#footer .footer_list_links{
		width: 130px;
		margin: 0 auto 15px auto;
	}
	#footer .title{
		width: 130px;
		margin: 0 auto 5px auto;
	}
	#footer .footer_wrap_left {
		width: 520px;
	}
	.promo-box .text-block{
		padding: 0 10px;
		width: auto;
		min-width: 280px;
	}
	.channel_storage_page{
		width: auto;
	}
	.channel_storage_page .post_info_storage_has_image{
		width: 40%;
	}
	.detail_angel_top {right: 28%; left: auto;}
        .utp .detail_angel_top {right: 19%; left: auto;}
	.footer_wrap_left{ width: 100%}
        .order_page .buttons_line{
            width: 360px;
            margin: 0 auto;
        }
        .order_page h3{
            text-align: center;
        }
        .order_page .buttons_line .share-facebook-bt, .order_page .buttons_line .share-twitter-bt{
            margin-top: 15px;
        }
        .fast_search_results{width: 400px;}
}
@media screen and (max-width: 670px){
	#main_page_slider, #page_slider_static{
		width: auto;
		min-width: 300px;
	}
	#main_page_slider .item .desc p{
		margin: 10px 10px 0 10px;
	}
	#main_page_slider .overflow{
		width: auto;
	}
	#main_page_slider .item{
		width: auto;
	}
	#main_page_slider .item img{
		width: 100%;
	}
	.detail_main_image_wrap, .detail_main_image {
		width: auto;
	}
	.detail_main_image img {
		max-width: 100%;
	}
	.detail_main_image {
		width: 650px;
	}
	
	.detail_small_images{
		text-align: center;
	}
	.detail_small_images li{
		float: none;
		display: inline-block;
		margin: 0 1% 5px 1%;
	}
	.detail_small_images li:first-child{
		margin: 0 1% 5px 1%;
	}
	.inside_page .top_links{ margin: 0;}
	.contact #contact_form textarea{
		width: 265px;
	}
	.contact #contact_form{ margin: 0 auto;}
	.wrap_loans{width: auto; float: none; margin:0;}
	.wrap_loans h1 {text-align: center;}
	.listing_details_adition_l {
		width: 280px;
	}
	
}
@media screen and (max-width: 660px){
    #left_content h1, .inside_page h1 {
        text-align: left;
        padding: 0;
        max-width: 100%;
    }
    #left_content h1, .inside_page h1 {
        text-align: left;
        padding: 0;
        max-width: 100%;
    }
    .textbook_search {
        min-height: 190px;
    }
	.main_school_select .title{
		font-size: 16px;
		margin: 16px 8px 0 10px;
	}
	.listing_form .rounded_block .rounded_block_wrap{
		width: auto;
	} 
	.listing_form .rounded_block .title{
		font-size: 16px;
		display: block;
		float: none;
		text-align: center;
		margin: 8px 0 10px 0;
	}
	.reply-form .reply{
		display: block;
		width: 270px;
		margin: 0 auto;
	}
	.reply-form input[type="text"]{
		width: 258px;
	}
        
	.author_info .author_image{
		float: none;
		margin: 0 auto;
	}
	#left_content h1, .inside_page h1{
		text-align: center;
		width: 100%;
		padding:0;
		max-width: 100%;
	}
	.link_choise_select{ 
		margin: 0 0 5px; 
		padding: 11px 0px 0px 5px;
	}
	.subscribe_form{
		width: 270px;
		margin: 0 0 0 10px;
	}
	.subscribe_form .subscribe_input{ 
		width: 150px;
		background-image: none;
		background: #ffffff;
		border: 1px solid #9a9999;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: inset 0 20px 2px -20px rgba(0,0,0,0.4);
		-webkit-box-shadow: inset 0 20px 2px -20px rgba(0,0,0,0.4);
		-o-box-shadow: inset 0 20px 2px -20px rgba(0,0,0,0.4);
		-ms-box-shadow: inset 0 20px 2px -20px rgba(0,0,0,0.4);
		box-shadow: inset 0 20px 2px -20px rgba(0,0,0,0.4);
	}
        .reply-form, .reply-form-special{
                padding: 15px 0;
        }
	#uloop_just_for_fun .picdiv{ margin: 0px auto; float: none; max-width: 500px;}
	#uloop_just_for_fun .picdiv img {
		max-width: 490px;
		height: auto !important;
	}
	.professor_name, .professor_department {
		width: 20%;
	}
	.professor_button {
		width: auto;
	}
	.professor_button a{
		float: none;
	}
        .wrap_news_st_w {
            width: 315px;
        }
         .wrap_news_st_w .news_stay{
            margin: 0 0 30px 0;
        }
	.news_stay {
		float: none;
	}
        .random_article_link{
            width: auto;
        }
        .profile_page .block_edit_media{
            width: auto;
            min-width: 373px;
            right: 30px;
        }
        .profile_page .block_edit_media input[type=text]{
            width: auto;
        }
        .profile_page .madia_angel{
            left: 75px;
        }
		.paid_middle_boxes .companies, .paid_middle_boxes .college_pro {
			width: 45%;
		}
		.paid_middle_boxes .companies, .paid_middle_boxes .college_pro{
			width: auto;
			margin: 0;
			clear: both;
			float: none;
		}
		.paid_middle_boxes div:first-child{
			margin: 0 0 30px 0;
		}
}
@media screen and (max-width: 640px){
    .textbook_detail .tb-d-img img, .textbook_detail .tb-d-img {
        width: 134px;
        height: 180px;
        margin: 0 20px 0 0;
    }
    .textbook_detail .tb-d-img img, .textbook_detail .tb-d-img {
        width: 134px;
        height: 180px;
        margin: 0 20px 0 0;
    }
	.random_article_link{
		width: auto;
		margin: 0 auto;
	}
	.random_article_link li{
		margin: 0 0 10px 9px;
	}
	#classifieds_result h1{
		font-size: 20px;
	}
	.news_autor_detail .autor{
		float:none;
		margin: 0 auto 15px auto;
	}
	.news_autor_detail .subscribe_form{
		margin: 0 auto;
	}
	#uloop_just_for_fun img{
		max-width: 300px;
	}
	#uloop_just_for_fun .picdiv img{
		max-width: 290px;
	}
	#uloop_just_for_fun .picdiv{ max-width: 300px;}
	.news_share_line{
		text-align: center;
		margin: 1px 0 10px 0;
	}
        .post .post_text_l{
                clear: both;
        }
        .post .post_text_r{
                clear: both;
                width: 100%;
                padding: 10px 0 0 0;
        }
        .post .post_view b, .post .post_view i{
                display: inline;
        }
	.news_share_line .news_social_button{
		display: inline-block;
		float: none;
		margin: 0 5px 0 5px;
		height: 20px;
	}
	.news_subscribe{
		float: none;
	}
	.subfooter .sub_left, .subfooter .sub_right{
		width: auto;
		float: none;
	}
	.detail { padding: 20px 10px}
	#new_pass .label_pass {
		width: 75px;
		padding: 3px 10px 0px 0px;
	}
	#page_slider_static .item .desc p
	{
		font-weight: bold;
		font-size: 20px;
	}
	#map-canvas{width:100% !important;}
	.intro-holder{
		width: 230px;
	}
	.professor_item{
		margin: 0px auto;
		width: 300px;
	}
	.professor_item div.professor_ratings {
		width: 100%;
		padding: 5px 0px;
	}
	.professor_item div {
		display: inline-block;
		padding: 5px 0px;
		width: 100%;
		text-align: center;
	}
        .professor_item .professor_stars {
                width: 100%;
        }
	.professor_item input {
		float: none;
		display: inline-block;
	}
	.category_news_list{
		width: 300px;
		float: none;
		margin: 0 auto 50px auto;
	}
	.category_news_list .post .post_info_has_image{
		width: 190px;
	} 
	
	.post .post_image{
		width: 90px;
	}
	.article_center .news_list{
		float: none;
		margin: 0 auto 30px auto; 
                width: auto;
	}
/* 	.post .post_info_has_image{
		width: 180px;
	} */
	.reply-form-special .reply {
		width: 270px;
	}
	.reply-form-special .reply div {
		float: none;
	}
        .news_author_blok .by, .news_author_blok .follow{
            float: none;
        }
        .news_author_blok .follow{
            margin: 10px 0 0 0;
        }
        .news_author_blok .right_soc_menu{
            margin: 0;
        }
        #paid-jobs .promo-unit{
            width: auto;
        }
        .article_center{
		width: 320px;
		margin: 0 auto;
	}
        .classified_center{
		width: auto;
	}
	.paid_bottom div{
		width: 45%;
	}
	.zergnet-widget{
		overflow: auto;
	}
	#left_content_pnc #top_pnc_img{
		margin: 0 -20px 0;
	}
	#left_content_pnc .unit{
		width: 41%;
	}
}
@media screen and (max-width: 600px){
    ul.block-list.sell_textbooks li.arrow {
        margin-left: 1%;
        margin-right: 1%;
        width: 3%;
    }
    ul.block-list.sell_textbooks li {
        width: 20%;
        font-size: 15px;
    }
    .textbook .sell-tb-info {
        margin: 0 5px 0 0;
        /* border-right: none; */
        /* float: none; */
        width: 44%;
    }
	#left_content .main_school_select{
		padding: 1px 0 1px 0;
		height: auto;
	}
	.main_school_select .title{
		font-size: 18px;
		float: none;
		text-align: center;
	}
	.main_school_select .form{
		margin: 0px auto 10px auto;
		width: 350px;
	}
	
	
	.main_school_select #state {
		margin: 18px 0px 0px 2px;
	}
	.main_school_select #school {
		margin: 18px 3px 0px 2px;
	}
	.main_school_select select{
		margin: 18px 6px 0 0;
	}
	.author_description{
		margin: 20px 0 0 0;
	}
	.CampusPostingForm textarea{
		max-width: 280px;
	}
	.detail_angel_top, .utp .detail_angel_top{
		left: auto;
                right: 23%;
	}
	#ListingFilled{
		width: 400px;
	}
	.inside_page .post_right_info_storage{
		float: none;
		margin: 5px 0px 0px 100px;
	}
	.inside_page .post .post_info_storage_has_image{
		float: none;
		overflow: hidden;
                width: auto;
	}
	.oflmiddle-long .loan-item-cell{
		display: block!important;
	}
	.oflmiddle-long .loan-item-cell img{
		display: block;
		margin: 0 auto 10px auto;
	}
}

@media screen and (max-width: 580px){
    
        .top_banner{
            width: 960px;
            margin: 5px auto 0 auto;
            position:absolute;
        }
        
}
@media screen and (max-width: 560px){
    .textbook_detail .desc {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .textbook_view #right_content, .sell_textbook_view #right_content {
        width: 50%;
    }
    .textbook_detail .tb-d-info {
        width: 100%;
        float: left;
        clear: both;
        margin: 15px 0 0 0;
    }
    .textbook_detail .tb-d-img {
        float: none;
        clear: both;
    }
    .textbook_view #left_content, .sell_textbook_view #left_content {
        width: 48%;
    }
    .textbook .tb-price-mobile {
        display: block;
    }
    .textbook .tb-price {
        display: none;
    }
    .textbook {
        border-bottom: 1px dashed #ccc;
        padding: 15px 0 15px 0;
    }
    .textbook .tb-img {
        margin: 0 10px 0 0;
    }
    .textbook .sell-tb-info {
        border-right: none;
        swidth: 70%;
    }
	.center{
		width: 230px;
	}
        #header .center{
            width: 100%
        }
	#header .f_connect_button {
		margin: 5px 0px 0px 10px;
	}
        #search_form{
              margin: 5px;
        }
	#login_menu { margin: 9px 0 0 9px; width: auto;}
	#logo{
            margin-right: 6px;
        }
        .breadcrumb {
            font-size: 14px;
            padding-left: 5px;
        }
        #header .login_search {
            width: 430px;
            margin: 0px auto;
            float: none;
            /*overflow: auto;*/
	}
	#campus-posting-1-type #left_content{
		width: auto;
		float: none;
	}
	#campus-posting-1-type #right_content{
		width: auto;
		float: none;
	}
	.listing_form .rounded_block .overflow{
		float:none;
		width: 200px;
		margin: 0 auto 15px auto;
	}
	.listing_form .rounded_block .orange_button_h_36{
		float: none;
		margin: 0 auto;
	}
	.facebookComment .fb_iframe_widget &gt; span{
		width: 300px !important;
	}
	.facebookComment .fb_iframe_widget &gt; span &gt; iframe{
		width: 300px !important;
	}
        .news_share_line{
                float: none;
        }
        .news_date{
                float: none;
		text-align: center;
	}
        .random_article_link{
            width: 310px;
        }
        .random_article_link li{
                margin: 10px 2px 0 2px;
        }
	#paid-jobs .left-box{
		width: 300px;
		height: 265px;
		padding: 18px 0 0 0;
		background: url("/img/newspaper-network.jpg")  no-repeat scroll 0px 135px;
		background-size: 100% 50%;
	}
	#paid-jobs .img-text h2{
		font-size: 14px;
	}
	#paid-jobs .right-box{
		width: 300px;
	}
	#paid-jobs .right-box .place-holder img{
		display: block;
		width: 100%;
	}
	#paid-jobs .block-heading p{
		font-size: 12px;
	}
	.channel_storage_page .post .post_image{
		float: left;
	}
	.channel_storage_page .post_info_storage_has_image{
		width: 60%;
	}
	#footer .footer_wrap_left {
		width: 390px;
	}
	.inside_page .post_right_info_storage {
		width: auto;
		max-width: 140px;
		padding: 0 0 0 5px;
		/* margin: 0px 0px 0px 100px; */
	}
        .fast_search_results{
                /*left: 0;*/
                width: 300px;
        }
        .cse-branding-form{
                width: auto;
        }
        #cse-search-box input[type="text"]{
                width: 140px;
        }
        #left_content_pnc .unit{
                width: 92%;
                margin: 0 auto;
                float: none;
                padding: 10px;
                min-height: 30px;
        }
        #left_content_pnc #benefits{
                margin-bottom: 20px;
        }
        .random_article_link li:nth-child(odd) {
            clear: both;
        }
        /*
        #iphone-nav{
            top: 0;
            position: absolute;
            background: none;
            opacity: 1;
            width: 100%;
        }*/
}
@media screen and (max-width: 520px){
        
	.classified_center h2{
		text-align: center;
	}
	.classified_center .classified{
		width: 200px;
		margin: 0 auto 15px auto;
		float: none;
	}
	#main_page_slider .item .desc p {
		font-weight: bold;
		font-size: 20px;
	}
	.inside_page .post .post_image{
		/* width: 30%; */
		height: auto;
	}
	.inside_page .post .post_image a{
		width: auto;
		/* height: auto; */
		margin: 2px 2px 2px 2px;
	}
	.channel_storage_page .post .post_image a{
		margin: 0;
	}
/* 	.inside_page .post .post_image a img{
		width: 100%;
	} */
	.inside_page .post_text_l{
		width: 85%;
	}
        .inside_page .featured_listings .post_text_l, .inside_page .featured_listings .post_info_has_image{
                width: 60%;
        }
	#classifieds_result h1{
		float:none;
	}
	.listing_founded{
		float:none;
	}
	.google-api{
		float: none;
		margin: 0 auto 20px auto;
	}
	.intro-holder{
		width: 300px;
	}
	.intro-holder .unit{
		float: none;
		margin: 0 auto;
	}
	.tutor_detail_left{
		width: auto;
	}
}
@media screen and (max-width: 510px){
    ul.block-list.sell_textbooks li img {
        height: 60px;
        max-height: 60px;
    }
	#paid-jobs .bottom-row{
		width: 300px;
	}
	#paid-jobs .unit{
		float: none;
		margin: 0 auto 10px auto;
	}
	#email_setting #form_email_setting .lightgrey_button {margin: 10px 0px 0px 5px;}
        .profile_page .madia_angel{
            left: 145px;
        }

}
@media screen and (max-width: 500px){
    #left_content h1, .inside_page h1 {
        margin: 3px 0 15px 0;
    }
    #left_content h1, .inside_page h1 {
        margin: 3px 0 15px 0;
    }
    ul.block-list.textbooks li {
        width: 31%;
    }
    ul.block-list.textbooks {
        width: 370px;
    }
	.detail_angel_top, .utp .detail_angel_top{
		left: auto;
                right: 27%;
	} 
	.post_info .post_image{
		width: 300px;
	}
	.post_info .post_image img{
		width: 300px;
	}
	.blankbox{
		width: auto;
		float: none;
	}
	.subfooter-box{
		width: auto;
		float: none;
	}
	#form_mg_l{
		overflow-x: scroll;
	}
	#form_mg_l table {width: 600px;}
	/* .inside_page .post .post_image .block_for_image{ max-height: 100%;} */
	.contact #contact_form {width:280px;}
	.contact .contact_info{ margin: 0;}
	.contact .blue_submit{
		margin: 0 auto;
	}
	#campus-posting-billing-terms{ width: 280px !important;}
	.professor_rate .overall{ 
		border: 0;
		float: none;
	}
	.professor_rate .separate table{
		width: 260px;
		margin: 0px auto;
	}
	.main_school_select .form{
		margin: 0px auto 10px auto;
		width: 350px;
	}
	.main_school_select #state {
		width: 114px;
	}
	.main_school_select #school {
		/* width: 164px;*/
		width: 145px;
	}
	.article_tags{
        width: auto;
		float: none;
	}
        .wrap_subscribe{
            margin-left: 20px;
        }
        .email_settings_unsub_left{
            width: 420px;
        }
        #main_page_slider .overflow, #main_page_slider .overflow .wrap, #main_page_slider .item, #main_page_slider, #page_slider_static, #page_slider_static .item{
                height: 250px;
                overflow: hidden;
        }
	.subscription_boxes{
		width: 210px;
	}
	.contact_us_wrap{
		width: 255px;
		padding: 15px 10px 20px 10px;
	}
	#contact_us_popup .popup_form .popup_input, #contact_us_popup .popup_form .popup_text_area{
		width: 244px;
	}
	
	
}
@media screen and (max-width: 470px){
    .textbooks_form .search_input {
        width: 73%;
    }
    .textbooks_form form {
        width: 340px;
    }
        .f_connect_button {
            width: 83px;
            height: 23px;
            background: url(/img/button/f_conect_button_mobile.png) no-repeat left top;
          }
        #header .f_connect_button{
            margin-left: 0;
        }
        #header .login_search {
            width: 390px;
	}
        .detail_angel_top, .utp .detail_angel_top{
		left: auto;
                right: 31%;
	}
	.sgn_in_popup, .sgn_in_popup_rigth{
		width: 275px;
		padding: 15px 10px 20px 10px;
	}
	.popup_form .popup_input{
		width: 265px;
	}
	.text-block h1{
		font-size: 26px;
		line-height: 30px;
	}
	.text-block h2{
		font-size: 18px;
		line-height: 22px;
	}
	.text-block i{
		font-size: 12px;
	}
	.image_upload_popup{
		width: 240px;
	}
	.job-type-select{ width: 145px; margin: 0px auto; }
	.text_local_storage { width: 255px; padding: 20px;}
	#CampusPostingForm1 #wrap_map { width: 280px; margin: 0px auto;}
	#ad-info-department { width: 256px;}
	#ad-info-department option { width: 240px;}
	.image_upload_popup #campus-posting-download-image-url{
		width: 200px;
	}
	.join-news-right .row .input{
		width: 222px;
	}
	.join-news-right .row select{
		width: 229px;
	}
	.join-news-right .row textarea{
		width: 218px;
	}
	.join-news-right .row label b{
		min-width: auto;
		margin: 0;
	}
	.user_classifieds { width: 200px;}
	.email_settings_left {width: 300px;}
        .email_settings_unsub_left{width: 320px;}
	
	/* http://ucsb.uloop.loc/choise_school.htm */
	#left_content_385 {
    width: auto;
    margin: 0 0 0 10px;
	}
	/*--*/
	#footer .footer_wrap_left {
		width: 260px;
	}
	.rate_professor_comment {
		width: 270px;
		display: block;
	}
	.overflow_rate_table{ overflow-x: scroll;}
	.main_school_select .form{
		width: 300px;
	}
        .button_wrap{
                width: 165px !important;
        }
        .button_wrap a{
            display: block;
            margin: 10px 0 0 0 !important;
        }
	#ListingFilled {
		width:310px;
	}
        .profile_page .author_description select, .profile_page .author_description textarea{
                width: 200px;
        }
        .profile_page .author_infotext input[type=text], .profile_page .author_infotext input[type=number]{
                width: 195px;
        }
        .profile_page #pass_form input[type=password]{width: 200px;}
        .fast_search_results{width: 283px;}
        .profile_page .block_edit_media{
            width: 275px;
            min-width: 275px;
            left: 20%;
        }
        .profile_page .madia_angel{
            left: 115px;
        }
        .profile_page .block_edit_media .editable_row, .profile_page .block_edit_media .now_editable_row{
            height: 55px;
            margin: 0 0 5px 0;
        }
        .profile_page .block_edit_media .editable_field_input{
            margin: 5px 0 0 20px;
        }
        .profile_page .block_edit_media .editable_field_input input[type="text"]{
            height: 20px;
            width: 230px;
        }
		
        .os_apple .main_school_select .form {
            width: 320px;
        }
        #viewFloorplans div{
		width:270px; 
		padding:5px;
	}
	#viewFloorplans img{
		max-width: 260px;
	}        
}
@media screen and (max-width: 420px){
    .textbook_detail #right_content .tb-label {
        padding: 0;
        text-align: center;
    }
    ul.block-list.sell_textbooks li img {
        height: 50px;
        max-height: 50px;
    }
        #header .f_connect_button{
            display: none;
        }
        #header .login_search{
              width: 310px;
        }
        .detail_angel_top, .utp .detail_angel_top{
		left: auto;
                right: 35%;
	}
	.inside_page .post_info_has_image .title{
		font-size: 16px;
	}
	#uloop_just_for_fun img{
		max-width: 150px;
	}
	#left_content_384{
		width: 300px;
	}
	#left_content_384 input{
		width: 298px;
	}
	#right_content_390{
		width: auto;
		min-width: 300px;
	}
        .addthis_toolbox{ width: 300px !important;}
	.channel_storage_page .post_info_storage_has_image{
		/* width: 300px;
		float: none; */
		margin: 0 auto 15px auto;
	}
	.channel_storage_page .post_right_info_storage{
		float: none;
		margin-bottom: 55px;
	}
	.del_listings .manage_note{
		width: 150px;
	}
	.professor_comments .stars { float: none;}
	.tutor_detail_image{ 
		float: none; 
	}
	.tutor_detail_rating{
		margin: 0;
	}
	.fast_search_results{width: 235px;}
	.profile_page .block_edit_media{
		left: 10%;
	}
	.popup_preview{
			padding: 25px 5px;
	}
	.paid_bottom div{
		width: 100%;
	}
}
@media screen and (max-width: 390px){
    .textbook_detail #right_content, .textbook_detail #left_content {
        float: none;
        display: block;
        width: 80%;
        margin: 0 auto 15px auto;
    }
    .textbook_detail #right_content, .textbook_detail #left_content {
        float: none;
        display: block;
        width: 80%;
        margin: 0 auto 15px auto;
    }
}
@media screen and (max-width: 360px){
    .textbook_detail .tb-d-info {
        width: 200%;
    }
    .textbook_detail .tb-d-img img, .textbook_detail .tb-d-img {
        height: 225px;
    }
    .textbook_detail .tb-d-img img, .textbook_detail .tb-d-img {
        height: 225px;
    }
	#paid-jobs .promo-unit .promo-unit-body{
		float: none;
		margin: 0 auto 10px auto;
	}
	.user_classifieds { width: 170px;}
	.email_settings_left { width: 270px;}
        .email_settings_unsub_left{width: 280px;}
        .wrap_subscribe {margin-left: 10px;}
	
	/* http://ucsb.uloop.loc/choise_school.htm */
	#left_content_385 .school_select #school{
		width: 300px;
	} 
	/*--*/
	
	.block_edit_media { width: 305px;}
	.block_edit_media .editable_field { width: 140px;}
	.block_edit_media .editable_field_input input[type="text"] {width: 130px;}
	.block_edit_media .editable_field_input {width: 135px;}
	
	.pages li {padding: 0px 3px;}
	#campus-posting-3-info #campus-posting-main-submit-button{
		width: 245px;
	}
        .article_center{
            width: auto;
        }
        #main_page_slider .overflow, #main_page_slider .overflow .wrap, #main_page_slider .item, #main_page_slider, #page_slider_static, #page_slider_static .item{
                height: 200px;
        }
        #page_slider_static .desc{
            height: 110px;
        }
        .banner-width-wrap #div-gpt-ad-1380740938995-0, .banner-width-wrap .rh{
            width: 300px !important;
        }
}
	
@media screen and (max-width: 340px){
	.text-block h2{
		font-size: 16px;
	}
        .profile_page .author_description select, .profile_page .author_description textarea{
                width: 190px;
        }
        .profile_page .author_infotext .editable_field, .profile_page .author_infotext input[type=text], .profile_page .author_infotext input[type=number]{
                width: 185px;
        }
        .profile_page #pass_form input[type=password]{width: 200px;}
        .profile_page .author_infotext .fix_user_info{
            min-width: 90px;
        }
        .profile_page .block_edit_media{
            left: 5%;
        }
        .cse-branding-logo{
                clear: both;
        }
}
@media screen and (orientation: portrait) and (max-width: 320px){
    .profile_page .block_edit_media{
        left: 2%;
    }
    .user_classifieds{width: 180px; margin-left: 40px;}
    .email_settings_left { width: 220px;}
    .email_settings_unsub_left{width: 230px;}
    /* #main_area{
        width: 320px;
    } */
}
@media screen and (orientation: portrait) and (max-width: 310px){
    .random_article_link{
            width: 150px;
    }
    .random_article_link li{
            float: none;
            margin: 0 0 10px 0;
    }
}
@media screen and (orientation: landscape) and (max-width: 480px){
    /*#main_area{
        width: 480px;
    }*/
}
/*key frames*/
@-webkit-keyframes popup_error{
    0%{
        left: 49.5%;
    }
    100%{
        left: 50.5%;
    }
}
@-moz-keyframes popup_error{
    0%{
        left: 49.5%;
    }
    100%{
        left: 50.5%;
    }
}
@-o-keyframes popup_error{
    0%{
        left: 49.5%;
    }
    100%{
        left: 50.5%;
    }
}
@-ms-keyframes popup_error{
    0%{
        left: 49.5%;
    }
    100%{
        left: 50.5%;
    }
}
@keyframes popup_error{
    0%{
        left: 49.5%;
    }
    100%{
        left: 50.5%;
    }
}
h1, h2, h3, #main_menu b, .classified p, .news_list_2 .item .title, #main_page_slider .item .desc p, #page_slider_static .item .desc p, .random_article_link li a, .news_list a, .news_list_2 .item p a, #right_content .tab_menu li,.go{
	font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; 
	font-weight:600; 
	font-stretch:condensed;
}
/* #main_menu .right_menu li .drop_block{left: -57px;} */

.main_menu_bottom{
    background: none repeat scroll 0% 0% transparent;
    border: 1px solid rgb(91, 131, 178);
    border-radius: 5px 5px 5px 5px;
    width: auto;
	margin: 8px 5px 10px;
	height:auto;
	clear:both;
	display:none;
}
.main_menu_bottom ul li{
border-bottom: 1px solid #ccc;
}
.main_menu_bottom ul li:hover{
background:#ededed;
}
.main_menu_bottom a{
display: block;
text-decoration:none;
color: #235188;
padding: 7px 15px;
font-weight: 600;
}
.main_menu_bottom .as_link{
display: block;
text-decoration:none;
color: #444444;
padding: 7px 15px;
font-weight: 600;
}

.main_menu_bottom a:hover{
text-decoration:underline;
}
.linelinks a{
display: inline-block;
font-size:14px;
font-weight: 300;
}


.search_section_title{
	font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #444444;
	margin: 0 0 5px 0;
}

.search_section_all_results a{
	font-weight: bold;
}
.provides {
    margin: 30px 0;
    font-size: 11px;
    text-align: right;
}

/* .class_menu_bottom{display:none;} 
.news_menu_bottom{display:none;} */

</pre></body></html>