/*GENERICS STYLES*/
* { padding:0; margin:0; border:0; }

@font-face {
    font-family: "Economica_Regular";
    src: url('../fonts/Economica-Regular.ttf') format("truetype");
}

html, body{
	height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0;
    width: 100%;
	font-size: 13px;
	font-family: 'Economica', 'Economica_Regular',arial, sans-serif;
	color: #000;
}
a{
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
ul, li{
	list-style-type: none;
}
.clear{
    clear: both;
}
#aspnetForm{
    margin: 0;
    padding: 0;
    width: 100%;
}
#container{
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    min-height: 100%;
    position: relative;
    *height: auto !important; /*hack ie7*/
	overflow: hidden;
}
.main_content{
    position: relative;
	width: 996px;
}
.header{    
	z-index: 6;
    height: 107px;
    z-index: 6;
	position: relative;
}
.header > img{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.footer{
    overflow: hidden;
    position: relative;
    width: 100%;
	font-size: 12px;
	color: #000;
	background-color: #F5F5F5;
}
.background_image{
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.background_image img{
    display: table-cell;
    height: 100%;
    position: absolute;
	*position: relative; /*IE7 Hack*/
    vertical-align: bottom;
    width: 100%;
}
.background_image img.no_display{
	display: none;
}
/*HEADER CONTENT*/
.header_content{
	position: relative;
	width: 980px;
	background-color: #fff;
	z-index: 2;
}
.logo{
	float: left;
    width: 217px;
	padding-top: 20px;
}
.logo img{
	width: 217px;
	height: 56px;
}
/*nav*/
.nav{
	float: left;
	padding-top: 45px;
}
.nav_list{
	padding-left: 13px;
}
.nav_list li{
    float: left;    
    padding-right: 40px;
	position: relative;
}
/*body:nth-of-type(1) .nav_list > li{padding-right: 27px;} /*Chrome and Safari hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.nav_list > li {padding-right: 27px;} 
}
.nav_list li.nav_active > a{
	color: #40A819;
}
.nav_list li a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
	text-transform: uppercase;
}
/*body:nth-of-type(1) .nav_list li > a{font-weight: normal; font-size: 20px;} /*Chrome and Safari hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.nav_list li > a{font-weight: normal; font-size: 20px;}
}
.nav_list li a:hover{
	color: #40A819;
}
.nav_popup{
	display: none;
    background-color: #000;
    left: -21px;
    position: absolute;
    top: 24px;
    width: 420px;
	z-index: 10;
}
.nav_popup_left{
	float: left;
	width: 150px;
}
.nav_popup_right{
	float: left;
	width: 250px;
	padding: 10px;
}
.nav_popup_left ul{
    padding: 25px;
    text-align: left;
}
.nav_popup_left ul li{
    float: none;
	padding: 7px 0 0;
	text-transform: uppercase;	
}
.nav_popup_left ul li a{
	color: #E3E0E0;
	height: auto;
	font-size: 18px;
}
.nav_popup_left ul li a:hover{
	color: #fff;
}
.nav_popup_img{
	padding-top: 23px;
	text-align: left;
}
.nav_list .nav_popup_img a{
	height: auto;
}
.nav_popup_img img{
	width: 229px;
	height: 153px;
}
.nav_popup_desc{
	color: #fff;
	text-transform: none;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 15px;
}
.nav_list .nav_popup_desc a{
    color: #FFFFFF;
    display: inline;
    font-size: 16px;
    height: auto;
    text-transform: none;
	font-weight: normal;
}
.nav_list .nav_popup_desc a:hover{
	color: #fff;
}
.plus_btn{
    height: 30px;
    left: 117px;
    padding: 3px;
    position: relative;
    top: 10px;
    width: 30px;
	cursor: pointer;
}
.plus_btn img{
	width: 30px;
	height: 30px;
}
.nav_list .plus_btn a{
	height: auto;
}
/*search field*/
.search_field{
    background-color: #6D6D6D;
    height: 82px;
    left: 790px;
    position: absolute;
    width: 190px;
	z-index: -1;
}
.expanded_search{
    background-color: #333333;
    height: auto;
    left: 735px;
    min-height: 115px;
    width: 245px;
}
.nav_list li.shrink_menu{
	padding-right: 30px;
}
/*body:nth-of-type(1) .nav_list li.shrink_menu{padding-right:17px;} /*Chrome and Safari Hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.nav_list li.shrink_menu{padding-right:17px;}
}
.search_field.expanded_search input{
	width: 175px;
	color: #fff;
}
.search_field > a img{
    height: 25px;
    left: 14px;
    position: absolute;
    top: 40px;
    width: 25px;
}
.search_field input{
    background-color: #7E7E7E;
    color: #CACACA;
    cursor: pointer;
    float: left;
    font-family: 'Economica';
    font-size: 21px;
    margin-left: 9px;
    margin-top: 36px;
    padding-bottom: 6px;
    padding-left: 33px;
    padding-top: 4px;
    width: 137px;
}
.start_search{
    display: none;
    height: 22px;
    left: 221px;
    position: absolute;
    top: 42px;
    width: 16px;
}
.cancel_search{
    cursor: pointer;
    display: none;
    height: 24px;
    left: 192px;
    position: absolute;
    top: 40px;
    width: 19px;
}
.search_category_list{
    font-size: 21px;
    text-align: left;
	padding: 15px 27px 15px 12px;
	position: relative;
	display: none;
}
.search_category_list ul.search_category_list_activator
{
	display: block;
}
.search_category_list a.category_list_selected,.search_category_list p.category_list_selected{
	color: #fff;
	font-weight: bold;
}
.search_category_list p{
	color: #E3E0E0;
	cursor: pointer;
	width: 150px;
	position: relative;
}
.search_category_list p:hover{
	color: #fff;
}
.search_category_list a{
	color: #E3E0E0;
}
.search_category_list a:hover{
	color: #fff;
}
.search_category_list ul{
	display: none;
}
.search_category_list ul li{
	padding-top: 3px;
	width: 155px;
}
.dropdown_img{
    height: 20px;
    left: 160px;
    position: absolute;
    top: 14px;
    width: 53px;
	cursor: pointer;
}
.dropdown_img img{
	position: relative;
	left: 32px;
}
/*FOOTER CONTENT*/
.footer_content_background{
	background-color: #000000;
	width: 100%;
	position: relative;
}
.footer_content{
	width: 996px;
}
.footer_animate{
    position: relative;
	background-color: #F5F5F5;
	height: 210px;
}
.footer_animate .footer_content{
	margin: 0 auto;
    position: relative;
}
.footer_animate .footer_content .generic_box{
	padding-top: 30px;
	padding-bottom: 0px;
	*position: relative; /*IE7 Hack*/
}
.footer_animate .footer_content .generic_box .single_box{
	margin-bottom: 1px;
}
.footer_animate .footer_content .news{
	position: relative;
}
.footer_content > .left_side{
	/*width: 801px; */
	width: 600px;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}
.footer_content > .right_side{
	/*width: 175px;*/
	/*width: 300px;*/
	text-align: right;
	padding-left: 20px;
	padding-top: 10px;
}
.footer_content > .left_side ul li{
	float: left;
	padding-right: 20px;
}
.footer_content > .left_side ul li a{
	font-size: 14px;
	color: #EDEDED;
}

.footer_content > .right_side ul li{
	float: left;
	padding-right: 20px;
}

.footer_content > .left_side ul li a:hover{
	color: #fff;
}
.footer_content > .left_side .description{
    color: #EDEDED;
    font-family: 'Economica', 'Economica_Regular';
    font-size: 14px;
    padding-top: 10px;
	*margin-top: -20px; /*IE 7 hack*/
}
.sole24_logo{
	float: right;
	width: 175px;
	height: 66px;
}
.sole24_logo img{
	width: 175px;
	height: 66px;
}
/*FONTS, BACKGROUND AND ATTRIBUTES STYLES*/
.white_font, .white_font a{
	color: #fff;
}
.light_green_font, .light_green_font a{
	color: #9FD48C;
}
.green_font, .green_font a{
	color: #40A819;
}
.grey_font, .grey_font a{
	color: #333333;
}
.green_background{
	background-color: #40A819;
}
.black_background{
	background-color: #000;
}
.white_background{
	background-color: #fff;
}
.grey_background{
	background-color: #F5F5F5;
}
.transparent_background{
	background-color: transparent;
}
.left_text{
	text-align: left;
}
.right_text{
	text-align: right;
}
.central_text{
	text-align: center;
}
.left_side{
	float: left;
}
.right_side{
	float: right;
}
.bold, .bold a{
	font-weight: bold;
}
.no_text_transform{
	text-transform: none;
}
.title{
	font-size: 34px;
	text-transform: uppercase;
}
.title span{
	font-weight: bold;
}
.description{
	font-size: 15px;
	padding-top: 3px;
	font-family: georgia;
}
.description span{
	font-weight: bold;
}
.description label{
	color: #40A819;
}
.description ul{
    padding-bottom: 15px;
    padding-left: 13px;
    padding-top: 5px;
}
.description ul li{
	margin-left: 30px;
	margin-right: 30px;
	list-style-type: disc;
}
.date{
	 font-size: 13px;
	 font-family: georgia;
}
.link{
    font-size: 19px;
    padding-top: 5px;
	text-transform: uppercase;
}
.no_display{
	display: none;
}
.bottom_pad{
	padding-bottom: 30px;
}
/*CENTRAL CONTENT generic containers*/
.first_look_container{
    min-height: 365px;
    position: relative;
    text-align: left;
	margin-bottom: -25px;	
	top: -25px;
}
.first_look_container > img{
	width: 100%;
	height: 365px;
	position: absolute;
}
.first_look_container .generic_btn{
    bottom: 0;
    float: right;
    opacity: 0.8;
	filter: alpha(opacity = 80); /*IE 7-8 opacity*/
    position: absolute;
    right: 30px;
    width: 245px;
}
.first_look_container .generic_btn .title{
	width: 100px;	
}
.first_look_container .big_btn{
    float: right;
    height: auto;
   	background-position: 208px 95%;
	width: 245px;	
	right: 0;
	bottom: 0;
	position: absolute;
}
.first_look_container .big_btn .title{
	font-size: 34px;
	font-weight: bold;
	width: auto;
	line-height: 40px;
}
.first_look_container .big_btn .description{
    font-family: 'Economica','Economica_Regular',arial,sans-serif;
    font-size: 20px;
    padding-left: 13px;
    width: 190px;
	padding-bottom: 10px;
}
.btn_position_container{
    float: right;
    height: 65px;
    position: relative;
    top: 208px;
    width: 290px;
}
.flash_new{
    float: right;
    text-align: right;
    width: 195px;
	position: relative;
	z-index: 1;	
}
.generic_box_container{
	padding-top: 25px;
	position: relative;
}
.generic_box_container.left_side.ie_fix{
	*width: 485px; /*IE 7 Hack*/
}
.generic_box_container.right_side.ie_fix{
	*width: 490px; /*IE 7 Hack*/
}
.generic_box{
    padding: 20px 10px;
}
.generic_box > .left_side{	
	width: 485px;
}
.generic_box > .right_side{
	width: 485px;
}
.detail_page_content{
	width: 761px;	
	padding-top: 45px;
	padding-bottom: 40px;
	text-align: left;
}
.detail_page_content .left_side{
	width: 510px;
	text-align: left;
}
.detail_page_content .left_side .generic_box_container{
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.detail_page_content .generic_box_container:first-child, 
.detail_page_content .generic_box_container:first-child .title, 
.detail_page_content .generic_box_container:first-child .description{
	padding-top: 0px;
}
.detail_page_content .generic_box_container:first-child .title, 
.detail_page_content .generic_box_container:first-child .description{
	padding-bottom: 25px;
}
.detail_page_content .generic_box_container:first-child .arrows{
	top: 4px;
}
.detail_page_content .generic_box_container:first-child .result{
	top: 21px;
}
.list_border{
	border-bottom: 1px solid #D7D7D5;
}
.list_border .description{
	padding-bottom: 25px;
}
/*BUTTONS*/
/*big green btn*/
.generic_btn{
	background-color: #40A819;
	margin-top: 5px;
	text-align: left;
	height: 58px;
	position: relative;
	background-image: url('../images/button-plus-green.png');
	background-repeat: no-repeat;
	background-position: 208px 50%;
}
.generic_btn:hover{
	background-image: url('../images/button-plus-green_hover.png');
}
.generic_btn > a{
	display: block;
}
.generic_btn .title{
    display: table-cell;
    font-size: 18px;
    height: 49px;
    line-height: 16px;
    padding: 5px 3px 3px 10px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 92px;	
}
.generic_btn .plus_btn{
    left: 208px;
    padding: 0;
    position: absolute;
    top: 14px;
}
/*small btn*/
.small_btn{
	border: 1px solid #EDEDED;
	background-color: #fff;
	height: 40px;
	width: 110px;
	float: left;
	color: #40A819;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	position: relative;
	right: 1px;
}
.small_btn:hover{
	background-color: #ECECEC;
	color: black;
	border: none;
}
.small_btn p{
	padding-top: 9px;
	width: 110px;
}
.small_btn.disabled{
	background-color: #ECECEC;
	color: black;
	border: none;
}
/*homepage big box*/
.big_box{
	float: left;
	text-align: left;
	padding-right: 12px;
	position: relative;
}
.big_box_image{
    padding-top: 10px;
    position: relative;
	cursor: pointer;
	width: 232px;	
	height: 245px;
}
.big_box_image_hover{
    background-color: #40A819;
    height: 230px;
    padding: 0px 10px 15px 10px;
    position: relative;
    top: 10px;
    width: 212px;
	display: none;
}
.new{
	padding-top: 15px;
}
.big_box_image_hover .title{
	font-size: 22px;
}
.big_box_image_hover .description{
	font-size: 13px;
}
.big_box_image_hover .link{
	font-size: 16px;
}
.big_box .big_box_image_hover .plus_btn{
    left: 196px;
    position: absolute;
    top: 209px;
	cursor: auto;
}
.big_box_image > img{
	width: 232px;	
	height: 245px;
}
.big_box .plus_btn{
    left: 196px;
    position: absolute;
    top: 219px;
}
.generic_btn_container{
    float: left;
    width: 244px;
	padding-top: 41px;
}
/*NEWS LINE*/
.news{
    padding-top: 30px;
    text-align: left;	
}
.news .title{
	float: left;
}
.news .description{
    float: left;
    font-size: 13px;
    padding: 13px 25px 0 18px;
}
.news .left_side{
    border: 1px solid #EDEDED;
	background-color: #fff;
	padding: 0px 5px;
	width: 597px;
}
#ticker {
	height: 40px;
	overflow: hidden;
}
#ticker li {
	height: 40px;
}
/*mini gallery*/
.mini_gallery{
	text-align: left;
}
.mini_gallery .left_side{
	width: 200px;
}
.mini_gallery .right_side{
	height: 113px;
	width: 723px;
}
.double_width .mini_gallery .right_side{
	width: 270px;
}
.triple_width .mini_gallery .right_side{
	width: 516px;
}
.mini_gallery .title{
}
.mini_gallery .description{
	font-size: 13px;
}
.mini_gallery .link{
	font-size: 18px;
}
.jcarousel-skin-tango{
    position: relative;
    top: -5px;
	left: 2px;
}
.generic_popup .jcarousel-skin-tango{
	top: 3px;
	left: 0;
}
.mini_gallery_element{
	position: relative;
	width: 125px;
	height: 93px;
}
.mini_gallery_element img{
	max-width: 125px;
	max-height: 93px;
}
.mini_gallery_element_rollover{
	display: none;
    background-color: #ECECEC;
    height: 73px;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 105px;
}
.mini_gallery_element_rollover .description{
	max-height: 47px;
}
.triple_width .mini_gallery_element{
    height: 120px;
    width: 165px;
}
.triple_width .mini_gallery_element img{
	height: 120px;
	width: 165px;
	max-width: none;
	max-height: none;
}
.triple_width .mini_gallery_element_rollover{
	height: 125px;
	width: 145px;
}
.single_gallery_img .mini_gallery_element{
	height: 75px;
	width: 267px;
}
.single_gallery_img .mini_gallery_element img{
	height: 75px;
	width: 267px;
	max-width: none;
	max-height: none;
}
.single_gallery_img .mini_gallery_element_rollover{
	height: 75px;
	width: 248px;
}
.popup_gallery_element{
	height: 410px;   
    width: 540px;
}
.popup_gallery_element img{
	height: 410px;   
    width: 540px;
}
/*generics box*/
.single_box{
	width: 232px;
	
	margin-right: 10px;
	position: relative;
	height: 192px;
	margin-bottom: 25px;
}
.generic_page_container.left_side{
	width: 733px;
}
.double_height{
	height: 362px;
}
.double_width{
	width: 475px;
}
.generic_box.double_width{
	padding-right: 0px;
}
.generic_box.triple_width{
	width: 722px;
}
.single_box > a{
	display: block;
	height: 155px;	
}
.single_box > a img{
	width: 232px;
	height: 155px;
}
.single_box.small{
    height: 170px;
    width: 232px;
	margin: 0;
}
.single_box.small > a{
	height: 134px;
}
.single_box.small > a img{
	height: 134px;
}
.single_box.small.no_label > a, .single_box.small.no_label > a img{
	height: 170px;
}
.single_box.small.no_label .label_link{
	position: absolute;
	top: 134px;
	left: 0;
}
.single_box.big{
    height: 362px;
    margin-bottom: 0;
	margin-right: 0;
	padding-left: 25px;
}
.single_box.big > a{
	height: 326px;
}
.single_box.big > a img{
	height: 326px;
}
.single_box.double_height > a img{
	height: 326px;
}
.single_box.double_width > a img{
	height: 362px;
}
.single_box .title{
	padding: 15px 15px 10px;
}
.single_box .description{
	padding: 0px 15px 15px 0;
	font-size: 13px;
}
.single_box .date{
	 padding: 20px 15px 15px 0;
}
.single_box .label_link{
    height: 36px;
    position: relative;
    text-align: left;
}
.double_height > a{
	height: 326px;
}
.label_link .title{
    font-size: 22px;
    padding-left: 15px;
    padding-top: 5px;
	padding-bottom: 5px;	
    width: 165px;
}
.label_link .description{
    background-color: black;
    bottom: 36px;
    font-size: 13px;
    opacity: 0.7;
	filter: alpha(opacity = 70); /*IE 7-8 opacity*/
    padding: 13px;
    position: absolute;
    width: 206px;
	max-height: 45px;
}
.label_link .plus_btn{
    left: 196px;
    top: 0;
	position: absolute;
}
.social_line{
    background-repeat: no-repeat;
    height: 35px;
    position: absolute;
    top: 157px;
    width: 232px;
    z-index: -1;
} 
.twitter{
	background-image: url('../images/twitter2.png');
}
.facebook{
	background-image: url('../images/facebook2.png');
}
.double_height .social_new{
    height: 169px;
    padding-bottom: 25px;
    position: relative;
}
.double_height .social_new .social_line{
	top: 134px;
}
.double_width > a img{
	float: left;
	width: 243px;
	height: 315px;
}
.double_height.double_width > a{
	width: 243px;
	float: left;
	height: 362px;
}
.big_new{
	float: left;
    height: 296px;
    padding: 15px;
    text-align: left;
    width: 202px;	
}
.double_width .label_link{
	left: 243px;
    position: absolute;
    top: 326px;
    width: 232px
}
.big_new .date{
	line-height: 20px;
	width: 105px;
	padding: 0;
}
.big_new .title{
    line-height: 29px;
    padding: 10px 0 0;
}
.big_new .description{
    height: 128px;
    padding: 13px 0 15px;
}
.detail_page_content  .left_side > .title{
	font-size: 30px;
	padding-bottom: 15px;
}
.detail_page_content  .no_text_transform{
	text-transform: none;
}
.detail_page_content .generic_box_container .title{
	font-size: 30px;
	padding-bottom: 15px;
}
.detail_page_content .generic_box_container .label_link .title{
	font-size: 22px;
    padding-bottom: 5px;
    width: 166px;
}
.detail_page_content .generic_box_container .date{
	font-family: 'Economica', 'Economica_Regular',arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #ACACAC;
}
.detail_page_content > .right_side{
	width: 235px;
	text-align: left;
}
.detail_page_content .date{
}
.detail_page_content .right_side .single_box{
	margin-right: 0;
	text-align: center;
}
.detail_page_content .right_side .last_news{
    background-color: #000;
    padding: 5px 15px;
    text-align: left;
}
.detail_page_content .right_side .generic_box_container{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
}
.detail_page_content > .right_side .title{
	font-size: 22px;
}
.detail_page_content .right_side .small_image .left_side, .detail_page_content .right_side .small_image .left_side img{
	width: 215px;
}
.detail_page_content .right_side .small_image .right_side{
	width: 215px;
}
.detail_page_content .big_image{
	text-align: right;
	position: relative;
}
.detail_page_content .big_image img{
	width: 510px;
	height: 525px;
}
.detail_page_content .big_image .title, .detail_page_content .small_image .left_side .title{
    font-size: 20px;
    padding-top: 5px;
    text-transform: none;
}
.detail_page_content .big_image .description, .detail_page_content .small_image .left_side .description{
	font-size: 14px;
}
.detail_page_content .big_image .over_image_div{
    padding: 25px;
    position: absolute;
    text-align: left;
    top: 0;
	left: 0;
}
.detail_page_content .big_image .over_image_div .title{
	text-transform: none;
	font-size: 30px;
}
.detail_page_content .small_image{
	text-align: left;
}
.detail_page_content .small_image .left_side{
	width: 230px;
}
.detail_page_content .small_image .left_side > img{
	width: 230px;
	height: 155px;
}
.detail_page_content .small_image .right_side{
	width: 270px;
}
.detail_page_content .small_image .right_side.large_description{
	width: 500px;
}
.detail_page_content .small_image .right_side .description{
}
.detail_page_content .small_image .right_side .link {
	padding-top: 20px;
}
/*PAGE IDENTIFIER*/
.current_page_identifier_container{
    position: relative;
    top: -27px;
    z-index: -1;
	margin-bottom: -30px;
}
.current_page_identifier_container > div{
	width: 996px;
	text-align: left;
	padding-bottom: 30px;
    padding-top: 40px;
}
.current_page_identifier_container .title{
    font-size: 38px;
    font-weight: bold;
    padding-top: 5px;
    text-transform: none;
}
.current_page_identifier_container .description{
	font-size: 11px;
}
/*LEFT SIDEBAR*/
.left_sidebar{
	width: 200px;
	text-align: left;
	padding-right: 35px;
	padding-top: 45px;
}
.left_sidebar ul{
	border-bottom: 1px solid #D7D7D5;
	margin-bottom: 25px;
}
.left_sidebar ul li{
	border-top: 1px solid #D7D7D5;
	padding: 8px 15px 8px 23px;
}
.left_sidebar ul li:hover{
	background-color: #F5F5F5;
}
.left_sidebar ul li.selected{
	background-color: #F5F5F5;
}
.left_sidebar ul li.selected a{
	color: #000;	
}
.left_sidebar ul li.child_element{
    margin-left: 10px;
    padding: 3px 11px;
}
.left_sidebar ul li.child_element .description{
	font-size: 13px;
}
.left_sidebar ul li.checkbox{
	background-image: url('../images/box-menu.png');
	background-repeat: no-repeat;
	background-position: 4px 14px;
}
.left_sidebar ul li.checkbox.selected{
	background-image: url('../images/x-menu-box.png');
}
/*Date Panel*/
.date_panel{
	padding-bottom: 20px;
}
.date_panel_trigger{
    background-color: #F5F5F5;
    background-image: url("../images/plus-square-grey.png");
    background-position: 470px 7px;
    background-repeat: no-repeat;
    padding: 6px 23px;
	color: #A6A6A6;
	cursor: pointer;
	border: 1px solid #D7D7D5;
	width: 462px;
	height: 26px;
}
.date_panel_trigger.selected{
	background-color: #333333;
	background-image: url("../images/minus-grey-bg.png");
	background-position: 470px 9px;
	border: 0;
	padding: 8px 25px;
	color: #FFF;
}
.date_panel_trigger .title{
	font-size: 22px;
	width: 160px;
}
.date_panel_trigger .description{
    font-family: 'Economica','Economica_Regular';
    font-size: 16px;
    padding-right: 35px;
    padding-top: 6px;
    text-transform: uppercase;
}
.date_panel_content{
	padding-top: 20px;
	display: none;
}
.articles_view .left_side{
    padding-left: 15px;
    padding-right: 20px;
    width: 200px;
}
.articles_view .left_side .description{
	padding-bottom: 13px;
}
.detail_page_content .generic_list li{
	padding-left: 10px;
	padding-bottom: 15px;
}
.detail_page_content .generic_list .title{
    font-size: 26px;
    padding-bottom: 0;
	color: #ACACAC;
}
.detail_page_content .generic_list .link{
	padding-top: 0;
}
.books{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
.books .left_side{
    height: 190px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 205px;
}	
.books .left_side img{
	max-width: 205px;
	max-height: 190px;
}
.mini_box{
	position: relative;
}
.mini_box .left_side,.mini_box .right_side {
	width: auto;
}
.detail_page_content > .mini_box .left_side{
	padding-left: 20px;
}
.mini_box .single_box{
	margin-bottom: 20px;
}
.mini_box .single_box .single_box_small_hover{
    height: 134px;
    position: absolute;
    top: 0;
    width: 232px;
	background-color: #fff;
	display: none;
	text-align: left;
	left: 0;
}
.mini_box .single_box .single_box_small_hover .description{
	padding-right: 5px;
	padding-bottom: 5px;
}
.mini_box .single_box .single_box_small_hover .link{
    font-family: georgia;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}
/*search*/
.detail_page_content .search_result{
	padding-left: 25px;
}
.detail_page_content .search_result .generic_box_container{
	padding-bottom: 20px;
}
.detail_page_content .search_result .generic_box_container .description{
	padding-bottom: 25px;
}
.detail_page_content .search_result .date{
    color: #000;
    font-size: 14px;
}
.arrows{
    left: 690px;
    position: absolute;
    top: 20px;
    width: 75px;
}
.arrows .left_side, .arrows .right_side{
	width: 20px;
	height: 33px;
	padding: 7px;
}
.arrows .left_side:hover, .arrows .right_side:hover{
	background-color: #F5F5F5;
}
.result{
    left: 539px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 140px;
}
.result .previous, .result .next{
    display: none;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 0;
    position: relative;;
}
/*PAGE LIST*/
.page_list{
	border-top: 1px solid #D7D7D5;
	border-bottom: 1px solid #D7D7D5;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F5F5F5;
	margin-top: 20px;
	margin-left: 25px;
	width: 734px;
	text-align: center;
	position: relative;
}
.page_list ul{
	height: 30px;
	padding-top: 10px;
}
.page_list ul li{
	display: inline;
	padding: 20px 10px 0;
}
.page_list ul li a{
	font-weight: bold;
	color: #40A819;
	font-size: 14px;
	font-family: georgia;
}
.page_list ul li.selected  a{
	color: #ACACAC;
}
.page_list .left_arrow{
    left: 10px;
    position: absolute;
    top: 15px;
}
.page_list .right_arrow{
    left: 691px;
    position: absolute;
    top: 15px;
}
/*GENERIC POPUP*/
#simplemodal-overlay {
	background-color: #000;
    cursor: pointer;
    opacity: 0.9;
	filter: alpha(opacity = 90); /*IE 7-8 opacity*/
}
.generic_popup{
    background-color: #000000;
    color: white;
    display: none;
    height: 415px;
    padding: 25px;
    position: absolute;
    text-align: left;
    width: 865px;
    z-index: 1002;
	-moz-box-shadow: 0 3px 3px 0 #000; /*Shadow*/
	-webkit-box-shadow: 0 3px 3px 0 #000;
	box-shadow: 0 3px 3px 0 #000;
}
.popup_trigger{
	cursor: pointer;
}
.generic_popup .left_side{
	width: 540px;
}
.generic_popup .right_side{
    padding-left: 20px;
    padding-top: 15px;
    width: 295px;
}
.generic_popup .right_side .title{
	padding: 15px 0 0;
}
.generic_popup .right_side .description{
    font-size: 12px;
    padding-bottom: 15px;
}
.generic_popup .right_side .date{
    color: #FFFFFF;
    font-family: georgia;
    font-size: 22px;
    padding-top: 0;
	width: 100px;
}
.generic_popup .right_side .counter{
    color: #ADADAD;
    font-family: georgia;
    font-size: 16px;
    height: 33px;
    margin-top: -10px;
}
.generic_popup .right_side .counter span{
	font-size: 30px;
}
.generic_popup  .close_popup{
    cursor: pointer;
    height: 37px;
    left: 858px;
    position: absolute;
    top: -37px;
    width: 57px;
}
.generic_popup .right_side .info_icon{
    height: 26px;
    padding-right: 17px;
    padding-top: 6px;
    width: 26px;
}