/*  Scitec Nutrition
    --------------------------------------------------------------
*/

/* Basic
 ------------ */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
}

@font-face {
    font-family: 'WebFontRegural';
    src: url('font/WebFontRegural.eot?v=2');
    src: url('font/WebFontRegural.eot?v=2#iefix') format('embedded-opentype'),
         url('font/WebFontRegural.woff?v=2') format('woff'),
         url('font/WebFontRegural.ttf?v=2') format('truetype'),
         url('font/WebFontRegural.svg?v=2#WebFontRegural') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	color: #555555;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #000000;
	text-decoration: none;
	border: 0;
}

img {
    border: 0;
}

.imageborder {
	border: 1px #1e222d solid;
}
.image {
	border: 1px #1e222d solid;
	margin: 10px;
}
.image-left {
    border: 1px solid #1E222D;
    margin-right: 10px;
	margin-bottom: 10px;
}
.image-right {
    border: 1px solid #1E222D;
    margin-left: 10px;
	margin-bottom: 10px;
}

.imagelink {
	BORDER: #1e222d 1px solid;
	cursor:pointer;
}
.imagelink:hover {
	BORDER: #898e94 1px solid;
	cursor:pointer;
}
.image-box {
    width: 222px;
    height: 222px;
    float: left;
    margin: 5px;
}
.image-box div {
    width: 222px; height: 222px; background-position: 50% 25%;
} 

.heading {
	color: #4F5257;
	font-size: 15px;
    font-weight: bold;
}
.heading_2 {
	color: #4F5257;
	font-size: 12px;
    font-weight: bold;
}

input, textarea, select {
    background: #f0f0f0;
    border: 1px solid #c1c1c1;
}
option {
	padding: 0 2px;
    font-weight: normal;
}

.bt-link {
    padding: 2px;
    background: #F0F0F0;
    border: 1px solid #C0C0C0;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	color: #555555;
}
.bt-link:hover {
	text-decoration: none;
	color: #000000;
}
input {
    padding: 0 !important;
}
fieldset {
    padding: 10px;
}

.l-title {
    background: url("images/bg-title.png");
    width: 515px;
    height: 35px;
    text-transform: uppercase;
    color: #4f5257;
    font-family: WebFontRegural;
    font-size: 31px;
    padding: 10px 0 10px 25px;
}
.l-title_black {
    background: url("images/bg-title_black.png");
    width: 515px;
    height: 33px;
    text-transform: uppercase;
    color: #e2e2e2;
    font-family: WebFontRegural;
    font-size: 31px;
    padding: 5px 0 5px 25px;
}
.l-title_small {
    background: url("images/bg-title_small.png");
    width: 408px;
    height: 35px;
    text-transform: uppercase;
    color: #4f5257;
    font-family: WebFontRegural;
    font-size: 31px;
    padding: 10px 0 10px 25px;
}

.l-horizontal {
    width: 336px;
    height: 1px;
    margin: 0 auto 3px auto;
    background: url(images/line_horizontal.png);
}
.l-vertical {
    float: left;
    width: 1px;
    height: 203px;
    background: url(images/line_vertical.png);    
}
.l-vertical_short {
    float: left;
    height: 123px;
    width: 1px;
    margin-top: 10px;
    background: url(images/line_vertical_short.png);
}
.l-separate {
    width: 499px;
    height: 1px;
    background: url(images/line_separate.png);    
}
.l-separate_long {
    width: 914px;
    height: 1px;
    margin: 0 auto;
    background: url(images/line_separate_long.png);
}

.other_link {
    margin-bottom: 3px;
}

.clear {
    clear: both;
}

.box_top {
    background: url("images/bg-box_top.jpg") no-repeat top #ffffff;
    margin: 0px auto 20px auto;
    width: 960px;
    padding-top: 15px;
}
.box_top_border {
    border-left: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}
.box {
    background: url("images/bg-box.jpg") no-repeat top #ffffff;
    margin: 20px auto;
    width: 960px;
    padding-top: 15px;
}
.box_border {
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.box_black {
	background-color: #1b1b1b;
    margin: 20px auto;
    width: 1000px;
    padding-top: 20px; 
}

.box_small {
    width: 460px;
    background: url("images/bg-box_small.jpg") no-repeat top;
    padding-top: 15px;
}

.b-border {
    border-left: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}

.c_list-none {
	margin: 10px 14px 10px 31px;
	list-style-type: square;
	line-height: 14px;
}
.c_list-clear {
	padding: 5px 0 5px 20px; 
	list-style-type: square;
	line-height: 14px;
}
.c_list-num {
	margin: 10px 14px 10px 31px;
	list-style-type: decimal;
	line-height: 14px;
}
.c_text {
    margin: 10px 15px;
}
.c_note {
    display: none;
    color: #777777;
    background-color: #ebebeb;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
}

.nav1 {
    float:right;
    padding: 8px;
    background: #ffffff;
    margin: 10px 0;
}
.nav2 {
    float:right;
    padding: 8px 8px 8px 0;
    background: #ffffff;
    margin: 10px 0;
}

.clear-bottom {
	margin-bottom:0;
	padding-bottom:20px;
}

.nodisp {
	display:none;
}

/* Header
 ------------ */

#header {
    height: 117px;
    background: #191919;
}
#h-menu {
    margin: 0 auto;
    width: 1000px;
    height: 117px;
    background: url("images/bg-header.jpg");
}
#h-logo {
    height: 78px;
}
#h-items {
    float: left;
    display: table;
    position: relative;
}
#h-items a {
    font-weight: normal !important;
    color: #ffffff;
}
#h-items a:hover {
	color: #2777d3;
}
.i-separate {
    width: 2px;
}
.i-name {
    font-family: WebFontRegural;
    font-size: 20px;    
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}
.i-name:hover {    
    background: url("images/bg-menu_hover.jpg") top repeat-x;
}
.i-name:hover div {
	display: block;
}
.i-name div {
    display: none;
	list-style: none;
    position: absolute;
    background-color: #1a1a1a;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    margin-top: 8px;
	z-index: 1000;
}
.i-name_text {
    padding: 7px 26px;
}
.i-subname_text {
    padding: 5px;
	display: list-item;
    border-bottom: 1px solid #333333 !important;
    text-align: left;
}
#h-search {
    float: right;
    width: 170px;
    text-align: center;
    padding: 4px 4px 0;
    margin: 7px 0;
    background-color: #0d0d0d;
    border: 1px solid #323232;
}
#s-text_main {
    background-color: #0d0d0d;
    color: #8b8e92;
    border: 0;
    width: 150px;
}

.top-menu-social {
    float: right;
    font-size: 20px;
    padding: 8px 8px 0;
}


/* Page Main
 ------------ */

#page {
    background: url("images/bg-page.jpg") repeat-y center #e2e2e2;
}
#p-shadow, #daily_news {
    width:1000px;
    margin: 0 auto;
}
#p-shadow div {
	background-image:url("images/line_shadow.png");
    z-index: 10;
    position: absolute;
	height:17px;
    width:1000px;
}

.h-images {
    margin:0 auto 15px auto;
    width:1000px;
}

.h-slideshow {
    margin:0 auto 15px auto;
    width:1000px;
    height:420px;
	position:relative;
}
.h-slideshow .h-slides {
	position:relative;
	width:1000px;
	height:420px;
}
.p-slideshow {
    width:622px;
    height:521px;
	position:relative;
}
.p-slideshow {
	position:relative;
	width:622px;
	height:521px;
}

.h-slideshow .h-slides div, .p-slideshow .p-slides div {
	position:absolute;
	float:left;
	left:0;
	top:0;
	z-index:0;
}
.h-slideshow .h-slides div.inactive, .p-slideshow .p-slides div.inactive {
	display:none;
}
.h-slideshow .h-slides div.active, .p-slideshow .p-slides div.active {
	z-index:2;
	display:block;
}
.h-slideshow .preloader, .p-slideshow .preloader {
	position:absolute;
	z-index:128;
	top:0;
	left:0;
	background:#000 url("images/loader.gif") no-repeat center center;
	width:100%;
	height:100%;
	text-indent:-999em;
}
.h-slideshow .pagination, .p-slideshow .pagination {
	list-style-type:none;
	margin:14px 0 0 0;
	padding:0;
	text-align:right;
	width:100%;
	z-index:10;
	position:absolute;
	bottom:10px;
	right:12px;
}
.h-slideshow .pagination li, .p-slideshow .pagination li {
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
	width:14px;
	height:14px;
	text-indent:-9999px;
	background:transparent url("images/pagination.png") no-repeat right top;
	cursor:pointer;
	display:inline-block;
}
.h-slideshow .pagination li.active, .p-slideshow .pagination li.active {
	background-position:left top;
}

#news {
    margin: 0 auto;
    width: 960px;
}
.n-box {
    padding: 10px 17px 3px 17px;
}
.n-item {
    float: left;
    width: 182px;
    height: 166px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
}
.n-title {
    position: absolute;
    padding-top: 2px;
    width: 180px;
}
.n-date {
    position: absolute;
    width: 180px;
    margin-top: 32px;
    text-align: right;
}

.product_combination_item {
    width: 238px;
    float: left;
    font-family: WebFontRegural;
    font-size: 24px;
    padding: 10px 0;
}
.product_combination_item div {
    text-align: center;
    height: 54px;
}

#lifestyle {
    min-height: 47px;
}
.l-lifestyle {
    float: left;
    width: 155px;
    height: 240px;
    margin-right: 5px;
    font-family: WebFontRegural;
    font-size: 24px;
    text-align: center;
}
.l-lifestyle:hover {
    cursor: pointer;
}
.l-lifestyle:hover div {
    color: #ffffff;
}
.lifestyle_text {
    position: absolute;
    width: 960px;
    text-transform: uppercase;
    color: #4f5257;
    font-family: WebFontRegural;
    font-size: 31px;
}

#v-modul {
    float:left;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
}
#v-list {
    float:right;
    width:305px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
}
#v-list_item {
    overflow:auto;
    margin-top:1px;
    width:304px;
    height:402px;
    margin-bottom:1px;
}
.v-image {
    float: left;
    width: 107px;
    height: 68px;
    padding: 5px;
	margin-right:5px;
}
.v-name {
    padding: 5px 0;
    width: 100%;
    height: 68px;
}
.v-name span {
    font-size:12px;
    color: #555555;
}

#facebook {
    margin: 0 auto;
    padding-bottom: 20px;
}


/* Friss hírek
 ------------ */

#daily_news {
    width:1000px;
    margin: 0 auto;
}
.l-dailynews {
    width: 800px;
    background: url("images/bg-title.png") no-repeat;
}
.daily_news_text {
    padding: 10px;
}
.s_facebook_button {
    float: left;
    margin-top: 2px;
}
.s_facebook_count {
    border: 1px solid #637AAC;
    color: #637AAC;
    float: left;
    font-weight: bold;
    margin: 2px 0 0 4px;
    padding: 1px 5px;
    text-align: center;
    margin-right: 20px;
}
.s_twitter {
    float: left;
    margin-left: 6px;
    margin-top: 2px;
}

/* Products
 ------------ */

#product_category {
    margin: 0 auto;
}

#product_category ul {
    background: #4f5257;
	margin-top: -6px;
	list-style: none;
	width: 275px;
    margin-left: 20px;
    font-family: WebFontRegural;
    font-size: 18px;
    margin-bottom: 20px;
}
#product_category li {
	width: 275px;
    border-top: 1px solid #656565;
}
#product_category a {
	display: block;
	padding: 5px 14px;
	text-decoration: none;
    color: #ffffff !important;
    line-height: 23px;
}
#product_category a:hover {
	color: #2777d3 !important;
    background: #ffffff;
}

#p-new_product {
    width: 630px;
    text-align: center;
    margin: 0 12px;
    margin-top: -6px;
}
#p-new_product p {
    font-family: WebFontRegural;
    font-size: 25px;
    margin: 15px 0;
}

#brands {
    margin-bottom: 0;
    padding-bottom: 20px;
}

#b-line_vertical {
    width: 2px;
    float: left;
    margin-top: 20px;
}

.brandList{
    width: 478px;
    float: left;
}

#c-product_combination {
    margin: 0 auto;
    padding-bottom: 20px;
}

#products {
    margin-bottom: 0px;
    padding-bottom: 20px;    
}

#categoryList {
    width: 200px;
    font-weight: bold;
}
#brandList {
    font-weight: bold;
}

.d_plist {
	float: left;
	height: 345px;
	width: 191px;
	cursor: pointer;
}
.d_plist:hover {
    background: url(images/bg-product.png) repeat-x top;
}
.plist_img {
    margin: 0 20px;
	position: absolute;
	z-index: 5;
}
.plist_name {
	text-align: center;
	font-size: 18px;
    color: #4F5257;
	padding-top: 250px;
	height: 25px;
	width: 190px;
	position: absolute;
	z-index: 10;
    font-family: WebFontRegural;
    line-height: 17px;
}
.plist_subname {
	text-align: center;
	font-size: 10px;
	color: #000000;
	padding: 300px 5px 5px 5px;
	position: absolute;
	width: 180px;
	z-index: 10;
    line-height: 11px;
}

#product {
    margin: 0 auto;
    padding-bottom: 20px;
}

#p-icons {
    margin-bottom: 50px;
}
.p-icon {
    float: left;
    margin: 7px 10px;
    text-align: center;
    width: 90px;
}
.p-icons_name {
    font-family: WebFontRegural;
    font-size: 18px;
    margin-top: 2px;
}

#p-text {
    line-height: 20px;
    padding: 0 15px 15px 15px;
}

.p-side_left {
    float: left;
    width: 464px;
    
}
.p-side_right {
    float: right;
    width: 464px;
}

#product ul, #product ol{
	padding-left: 25px;
}

#product_select {
    font-weight: bold;
}

#p_main {
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}

#p_name {
	color: #6a6a6a;
    font-family: WebFontRegural;
    font-size: 100px;
    line-height: 85px !important;
    margin-bottom: 20px;
}

#p_subname {
	color: #8f8f8f;
    font-family: WebFontRegural;
    font-size: 40px;
    line-height: 35px !important;
}

.p-header1 {
	color: #ababab;
    font-family: WebFontRegural;
    font-size: 22px;
    margin-bottom: 5px;
}

.p-header2 {
	color: #4f5257;
    font-family: WebFontRegural;
    font-size: 22px;
    margin-bottom: 5px;
}

#t-product {
    border-collapse: collapse;
}
#t-product td {
    padding: 1px 5px;
}
.t-row {
    background: url("images/bg-table_row.png") repeat-y center;
    background-attachment: fixed;
}
.t-row2 {
    background: url("images/bg-table_row3.png") repeat-y center;
    background-attachment: fixed;
}
.alsoborder {
	BORDER-BOTTOM: #E2E2E2 1px solid;
}
.felsoborder {
	BORDER-TOP: #E2E2E2 1px solid;
}
.alsofelsoborder {
	BORDER-BOTTOM: #E2E2E2 1px solid;
	BORDER-TOP: #E2E2E2 2px solid;
}

#p-video {
    margin: 20px -20px;
    width: 1000px;
	background-color: #1b1b1b;
    padding-top: 20px; 
}

#p-interactive {
    margin-bottom: 20px;
}

#p-featured_products {
    margin: 0 auto;
}

.product_combinatio_list {
    padding: 10px;
}

.product_combination_name {
    text-align: center;
	color: #4f5257;
    font-family: WebFontRegural;
    font-size: 35px;
    margin-top: 30px;
}


/* Tshirt
 ------------ */

#tshirt {
   margin: 0 auto;
   padding-bottom: 20px; 
}
 
#p-tshirt {
	margin-left: 20px;
	width: 400px;
}

.d_tlist {
	float:left;
	height:320px;
	width:191px;
	cursor:pointer;
	display:block;
}
.d_tlist:hover {
    background: url(images/bg-product.png) repeat-x bottom;
	text-decoration:none;
}
.tlist_img {
    margin: 0 20px;
	position: absolute;
	z-index: 5;
}

.tlist_name {
	text-align: center;
	font-size: 18px;
    color: #002a5a;
	padding-top: 250px;
	height: 25px;
	width: 190px;
	position: absolute;
	z-index: 10;
    font-family: WebFontRegural;
    line-height: 17px;
}
.tlist_subname {
	text-align: center;
	font-size: 10px;
	color: #000000;
	padding: 284px 5px 5px 5px;
	position: absolute;
	width: 180px;
	z-index: 10;
    line-height: 11px;
}


/* Árlista
 ------------ */
 
.d_clist {
	float: left;
	height: 188px;
	width: 319px;
	cursor: pointer;
}
.d_clist:hover, .d_clist_full:hover {
    background: url(images/bg-list_of_product.png) repeat-x bottom;
}
.clist_img {
	position: absolute;
	z-index: 5;
    margin: 0 9px;
}

.clist_name {
	text-align: center;
	font-size: 18px;
    color: #4f5257;
	padding-top: 145px;
	height: 25px;
	width: 318px;
	position: absolute;
	z-index: 10;
    font-family: WebFontRegural;
    line-height: 17px;
}

.d_clist_full {
    cursor: pointer;
    float: left;
    height: 188px;
    padding: 0 159px;
    width: 641px;
}
.clist_full_img {
    float: right;
    margin: 0 9px;    
}
.clist_full_name {
    color: #4F5257;
    float: left;
    font-family: WebFontRegural;
    font-size: 55px;
    height: 25px;
    line-height: 17px;
    padding-top: 50px;
    text-align: center;
    width: 318px;
}

/* Protein garancia
 ------------ */
 
#t-protein {
    background-color: #e7e7e7;
    margin: 0 auto;
}
.td-protein {
    border-right: 1px solid #c9c9c9;
}
.tr-protein-1 {
    background-color: #c9c9c9;
}
.tr-protein-2 {
    background-color: #e7e7e7;
}

 
/* Shop
 ------------ */

.shops_image {
    margin: 0 auto;
    margin-bottom: 20px;
}
#shop_map {
    border-left: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}
#shop_data {
    margin: 20px auto 0 auto;
    width: 960px;
	background:transparent url("images/bg-box.jpg") no-repeat right top;
    padding-top: 15px;
    border-left: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}
#shopDistrict, #shopCity {
    font-weight: bold;
}


/* Team Scitec
 ------------ */

#team_scitec {
	margin-bottom:0;
	padding-bottom:20px;
    margin:0 auto;
    width:960px;
}

.team-scitec {
	display:block;
	float:left;
	width:296px;
	height:123px;
	margin:6px;
	padding:0;
	background-image:url("images/team_scitec_button_bg.png");
	background-position:center top;
	background-repeat:no-repeat;
}
.team-scitec image {
	border:0;
}
.team-scitec[href]:hover {
	background-image:url("images/team_scitec_button_bg_hover.png");
}
.died {
	background-image:url("images/team_scitec_button_bg_black.png");
}
.died[href]:hover {
	background-image:url("images/team_scitec_button_bg_black_hover.png");
}
.team-scitec[href]:hover p.name {
	color:#2777d3;
}
.team-scitec .team-avatar {
	float:left;
	width:100px;
	height:115px;
	padding-top:6px;
    padding-left: 3px;
}
.team-scitec .team-info {
	float:right;
	height:115px;
    width:192px;
	padding-top:5px;
}
.team-scitec p {
	color:#4F5257;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
	margin-left:4px;
}
.team-scitec p.name {
	border-bottom:2px solid #a7a8ac;
	font-size:13px;
	margin-bottom:3px;
	width:170px;
}
.team-scitec p:last-child {
	font-size:11px;
}

#team-scitec-profile {}

#team-scitec-profile .picture {
	float:left;
	text-align:center;
	font-size:11px;
	margin:0 30px 25px;
}
#team-scitec-profile .info {
	float:left;
	width:500px;
}
#team-scitec-profile .info .name {
	font-family: WebFontRegural;
	font-size:31px;
	text-transform:uppercase;
	margin-bottom:40px;
    margin-top: 20px;
}

.team-bg {
	width:800px;
	height:250px;
	background-repeat:no-repeat;
	margin:20px auto;
}
.team-bg p {
	padding-top:135px;
}
 
#t-team {
	width: 800px;
	margin: 10px auto;
}

#t-team td {
	padding: 5px;
}

#team_scitec_registration {
    margin: 0 auto;
    padding-bottom: 20px;
}
#registration {
    padding: 15px;
}


/* Vélemények
 ------------ */

#reviews {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 20px;
}
#review_list {
    padding: 10px;
}

#brand {
    padding-bottom: 15px;
}

.r-box_left {
    width: 447px;
    margin: 15px 10px 5px 20px;
    float: left;
    border: 1px solid #bdbdbd;
    background: #ffffff;
}
.r-box_right {
    width: 447px;
    margin: 15px 20px 5px 10px;
    float: right;
    border: 1px solid #bdbdbd;
    background: #ffffff;
}
.r-title {
    position: absolute;
    text-transform: uppercase;
    color: #4f5257;
    font-family: WebFontRegural;
    font-size: 25px;
    padding: 8px 13px;
}
.r-star {
    float: right; 
    padding: 11px 12px;
}


/* Contact
 ------------ */

#email {
    padding-bottom: 15px;
}


/* Events
 ------------ */
 
table#megatest .container {
       width:800px;
       height:500px;
}
table#megatest .container p {
       color:#ffffff;
}
table#megatest .container .mt_name {
   font-weight: bold;
   margin: 20px 0;
}
table#megatest .container .mt_weight {
   font-size: 11px;
   padding: 0 20px;
}


/* Search
 ------------ */
 
#search-modul {
    margin-top: 15px;
    text-align: center;
}


/* Forum
 ------------ */

.cim {
    background-color: #C9C9C9;
    font-weight: bold;
    height: 20px;
    padding-left: 2px;
}
.kepkeret {
    border: 1px solid #C9C9C9;
}
.design {
    background-color: #E7E7E7;
    border: 1px solid #C9C9C9;
    padding: 5px;
}
.belepo_design {
    background-color: #E7E7E7;
    border: 1px solid #C9C9C9;
    padding: 5px;
}
.topik_nyito {
    background-color: #E7E7E7;
    font-weight: normal;
}
.piros a:link {
    font: bold 15px Arial,Verdana;
    text-decoration: underline;
}
.piros a:visited {
    font: bold 15px Arial,Verdana;
    text-decoration: underline;
}
.piros a:hover {
    font: bold 15px Arial,Verdana;
    text-decoration: underline;
}
.piros a:active {
    font: bold 15px Arial,Verdana;
    text-decoration: underline;
}
.kiem2 {
    font-weight: bold;
}
.normal_tr {
    background-color: #E7E7E7;
}


/* Error
 ------------ */
 
#error {
    margin: 0 auto;
    width: 1000px;
}


/* Footer
 ------------ */

#footer {
    background: url("images/bg-footer.jpg") center repeat-y #1a1a1a;
    color: #ffffff;
    padding-top: 10px;
}

#f-box {
    width: 1000px;
    margin: 0 auto;    
}

.f-item {
    float: left;
    width: 185px;
    margin-right: 15px;
    border-right: 1px solid #4e4e4e;
    text-transform: uppercase;
}
#f-right {
    float: left;
    width: 195px;
    text-transform: uppercase;
}

#f-bottom {
    text-align: center;
    line-height: 50px;
}

#footer a {
    color: #e2e2e2 !important;
}
#footer a:hover {
    color: #61A2ED !important;
}

.wallpaper-container {
	padding:0px 10px;
}
.wallpaper-container p {
	padding:5px 0px;
}

#article-listing {
	font-family:WebFontRegural;
	font-size:17px;
}
#article-listing li {
	line-height:20px;
}
#article-listing li .bold {
	letter-spacing:1px;
	font-weight:bold;
}

.left-sliding-box {
	position:fixed;
	display:none;
	z-index:99999;
}
.left-sliding-box .badge {
	display:block;
	width:47px;
	height:150px;
	margin-top:-75px;
	position:absolute;
	top:50%;
	right:0;
	overflow:hidden;
}


#newsletter-box {
	width:398px;
	height:130px;
	background-color:#FFFFFF;
	display:none;
	padding:0;
	position:fixed;
	left:-400px;
	top:125px;
	border:1px solid #1648B1;
}
#newsletter-box .badge {
	background:url('images/bg-newsletter_box_pt.png?v=7') no-repeat;
	display:block;
	width:33px;
	height:132px;
	margin-top:-66px;
	position:absolute;
	top:50%;
	overflow:hidden;
}
#newsletter-box table {
	width:380px;
	margin:10px auto 0;
}
#newsletter-box table input[type="text"] {
	background-color:#F0F0F0;
	color:#000000;
}

#qanda-box {
	display:none;
	width:398px;
	padding:0;
	left:-400px;
	top:265px;
	border:1px solid #181818;
}
#qanda-box .badge {
	background:url('images/bg-q_and_a_box_badge_pt.png?v=7') no-repeat;
	display:block;
	width:33px;
	height:132px;
	margin-top:-66px;
	position:absolute;
	top:50%;
	overflow:hidden;
}

#language {
    width: 155px;
}
.ui-menu {
    position: absolute !important;
    bottom: 24px !important;
}
.ui-menu-item .flag {
    background-size: 100%; 
}
.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 1px 5px 3px !important;
}
.ui-icon-triangle-1-s {
    background-position: 1px -16px !important;
}
.ui-selectmenu-open ul {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}