﻿/*================================================== <COMMON> ==================================================*/
html, body, div, p, blockquote, ol, ul, li, dl, dt, dd, table, th, td, form, fieldset, a, img, button
{
    border-width: 0;
    margin: 0;
    padding: 0;
}
html, body, table, div
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
html, body
{
    background-color: #FFFFFF;
    color: #344365;
}
h1
{
    font-size: 2.2em;
    font-weight: bold;
}
h2
{
    font-size: 1.9em;
    font-weight: bold;
}
h3
{
    font-size: 1.4em;
    font-weight: bold;
}
h4
{
    font-size: 1.1em;
    font-weight: bold;
}
/*================================================== </COMMON> ==================================================*/
/*================================================== <MAIN MASTER> ==================================================*/
.mainWrapper, .mainWrapperDP
{
    width: 100%;
    background-repeat: repeat-x;
}
.mainWrapperDP
{
    background-image: url("Images/wrapperBGDP.gif");
}
.mainWrapper
{
    background-image: url("Images/wrapperBG.gif");
}
.mainWrapperBottom
{
    background-image: url("Images/wrapperBottom.gif");
    background-position: bottom;
    background-repeat: repeat-x;
}
.pageOutsideColor
{
    background-color: #FFFFFF;
}
.mainUpDP
{
    margin: 0 auto;
    height: 329px;
    background-image: url("Images/mainUpBGDP.gif");
    background-repeat: no-repeat;
}
.mainUp
{
    margin: 0 auto;
    height: 181px;
    background-image: url("Images/mainUpBG.gif");
    background-repeat: no-repeat;
}
.mainUpAdmin
{
    margin: 0 auto;
    height: 181px;
}
.mainMiddle
{
    margin: 0 auto;
    background-image: url("Images/mainMiddleBG.gif");
    background-repeat: repeat-y;
}
.mainMiddleAdmin
{
    margin: 0px auto 10px auto;
    background-color: #f7f8f9;
    padding-bottom: 2px;
    min-height: 200px;
}
.mainDown
{
    margin: 0 auto;
    height: 146px;
    background-image: url("Images/mainDownBG.gif");
    background-repeat: no-repeat;
}
.mainDownAdmin
{
    margin: 0 auto;
    height: 146px;
}
.pageWidth
{
    width: 960px;
}
.grayBar
{
    height: 32px;
    padding-top: 8px;
}
.language
{
    font-size: 12px;
    margin-bottom: 10px;
}
.login
{
    text-align: right;
    margin-top: 10px;
    position: relative;
    bottom: 8px;
}
.grayBar a, .headerLinks a, .login, .language
{
    color: #344365;
}
.grayBar a:hover, .headerLinks a:hover
{
    color: #666666;
}
.grayBar a, .grayBar a:hover, .headerLinks a, .headerLinks a:hover, .login, .language
{
    text-decoration: none;
}
.grayBar a, .grayBar a:hover
{
    font-weight: bold;
}
.header, .logo
{
    height: 109px;
}
.logo
{
    width: 185;
    float: left;
}
.headerLinks
{
    width: 735px;
    float: right;
    text-align: right;
    padding-top: 5px;
    padding-right: 40px;
}
.mainUpLeft, .mainUpLeftDP
{
    float: left;
    width: 178px;
}
.mainUpLeft
{
    height: 50px;
    padding: 22px 8px 0px 10px;
}
.mainUpLeftDP
{
    height: 171px;
    padding: 49px 8px 0px 10px;
}
.mainUpLeftDP input, .mainUpLeftDP input:hover
{
    border: solid 0px #FFFFFF;
}
.mainUpRight, .mainUpRightDP
{
    width: 740px;
    float: right;
}
.mainUpRight
{
    height: 65px;
    margin: 7px 0px 0px 21px;
}
.mainUpRightDP
{
    height: 220px;
    margin: 0px 0px 0px 24px;
}
.mainMiddleLeft
{
    width: 178px;
    margin: 10px 8px 10px 10px;
    float: left;
}
.mainMiddleLeftSeparator
{
    border-top: solid 1px #CCEAFB;
    height: 1px;
    margin-top: 7px;
    margin-left: 25px;
    width: 140px;
    
}
.mainMiddleRight
{
    width: 703px;
    margin: 0px 40px 10px 21px;
    float: right;
}
.mainMiddleRightAdmin
{
    margin: 10px 10px 10px 10px;
}
.mainMiddle:after, .tClear:after
{
    content: "";
    clear: both;
    display: block;
}
.siteMap
{
    position: relative;
    left: 10px;
    height: 55px;
    overflow: hidden;
}
.pageTitle
{
    color: #FFFFFF;
    font-size: 14px;
}
.mainDownSocial
{
    float: left;
    padding: 29px 0px 0px 0px;
    height: 50px;
    width: 200px;
}
.mainDownLinks
{
    float: left;
    padding: 39px 30px 0px 0px;
    color: #FFFFFF;
    height: 40px;
    width: 730px;
    text-align: right;
}
.mainDownLinks a
{
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
}
.mainDownLegal
{
    padding: 10px 0px 0px 10px;
    color: #4D4D4D;
    float: left;
    width: 760px;
}
.mainDownDevel
{
    padding: 10px 40px 0px 0px;
    color: #4D4D4D;
    float: left;
    text-align: right;
    width: 150px;
}
.mainDownLegal a, .mainDownDevel a
{
    color: #4D4D4D;
    text-decoration: none;
}
.socialShare
{
    position: absolute;
    top: 0px;
    margin-left: 150px;
}
/*================================================== </MAIN MASTER> ==================================================*/
/*================================================== </RIGHT COLUMN> ==================================================*/
.mainLeft
{
    margin-top: 10px;
    width: 520px;
    float: left;
}
.mainRight
{
    margin-top: 10px;
    width: 165px;
    float: right;
    padding-left: 18px;
    position: relative;
}

/*================================================== </RIGHT COLUMN> ==================================================*/
/*================================================== <ADMIN MASTER> ==================================================*/
.mainCenterColAdmin
{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.ah_menu
{
    height: 25px;
    background-color: #f7f8f9;
}
.ah_menu_wrap
{
    height: 26px;
    background-color: #f7f8f9;
    margin-bottom: 10px;
}
.ah_menu_StaticMenuItemStyle
{
    width: 110px;
}
.ah_menu_StaticMenuItemStyle a
{
    color: #344365;
    font-weight: bold;
    text-decoration: underline;
}

.ah_menu_StaticMenuItemStyle td
{
    text-align: center;
}
.ah_menu_StaticHoverStyle a
{
    color: #344365;
}
.ah_menu_DynamicMenuStyle
{
    z-index: 100;
    width: 140px;
    border: solid 1px #bbbdc0;
    background-color: #EFF0F1;
}
.ah_menu_DynamicMenuItemStyle
{
    height: 25px;
    padding-left: 3px;
    color: #344365;
    background-color: #EFF0F1;
    width: 140px;
}
.ah_menu_DynamicHoverStyle
{
    background-color: #646569;
    color: #5eb5ea;
}
/*================================================== </ADMIN MASTER> ==================================================*/
/*=============================================== <CONTROLS> =============================================== */
.default_text_box
{
    border: 1px solid #D7D7D7;
    color: #344365;
}
.default_text_box:hover
{
    border: 1px solid #D7D7D7;
}
.button83
{
    height: 27px;
    width: 83px;
    background: transparent url(images/btns.gif) no-repeat 0px -60px;
    color: #fff;
    text-align: left;
    padding: 0px 0 3px 23px;
    border-style: none;
    border-width: 0px;
}
.button83:hover
{
    background: transparent url(images/btns.gif) no-repeat -160px -60px;
}
.button90, .button90d
{
    height: 27px;
    width: 90px;
    color: #FFFFFF;
    text-align: left;
    padding: 0px 0 3px 23px;
    border-style: none;
    border-width: 0px;
}
.buttonNews
{
    height: 27px;
    width: 91px;
    color: #FFFFFF;
    font-family: Calibri;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    padding: 0px 0 3px 23px;
    border-style: none;
    border-width: 0px;    
}
.buttonNewsEx
{
    height: 27px;
    line-height: 27px;
    width: 91px;
    color: #FFFFFF;
    font-family: Calibri;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    padding: 0px 0 3px 23px;
    border-style: none;
    border-width: 0px; 
    display: block; 
    text-decoration: none;  
}
.button90
{
    background: transparent url(images/btns.gif) no-repeat 0px 0px;
}
.buttonNews, .buttonNewsEx
{
    background: transparent url(images/btnsNews.gif) no-repeat 0px 0px;
}
.button90d
{
    background: transparent url(images/btnsd.gif) no-repeat 0px 0px;
}
.button90:hover
{
    background: transparent url(images/btns.gif) no-repeat -160px 0px;
}
.buttonNews:hover, .buttonNewsEx:hover
{
    background: transparent url(images/btnsNews.gif) no-repeat -160px 0px;
}
.button148, .button148d
{
    height: 27px;
    width: 148px;
    color: #fff;
    text-align: center;
    padding: 0px 0 3px 23px;
    border-style: none;
    border-width: 0px;
}
.button148
{
    background: transparent url(images/btns.gif) no-repeat 0px -30px;
}
.button148d
{
    background: transparent url(images/btnsd.gif) no-repeat 0px -30px;
}
.button148:hover
{
    background: transparent url(images/btns.gif) no-repeat -160px -30px;
}
.buttonRightPosition
{
    position: relative;
    left: 100px;
}
.progress_bar
{
    border-right: #0092EA 1px solid;
    border-top: #0092EA 1px solid;
    border-left: #0092EA 1px solid;
    border-bottom: #0092EA 1px solid;
    width: 400px;
    height: 50px;
    background-color: #0092EA;
    top: 50%;
    left: 30%;
    position: fixed;
    text-align: center;
    font-weight: bold;
    color: #F7F8F9;
}
/*=============================================== </CONTROLS> =============================================== */
/*=============================================== <DEFAULT PAGE> =============================================== */
.welcomeBox
{
    margin-top: 10px;
    width: 520px;
    height: 270px;
    float: left;
    overflow: hidden;
}
.newsBox
{
    margin-top: 10px;
}
.newsBoxEx
{
    margin-bottom: 10px;
}
.newsBox, .newsBoxEx
{
    width: 165px;
    height: 270px;
    float: right;
    padding-left: 18px;
    position: relative;
}
.newsBox:after, .mainDownLinks:after
{
    content: "";
    clear: both;
    display: block;
}
.contentBoxLeft, .contentBoxRight
{
    width: 290px;
    height: 223px;
    padding: 20px 20px 20px 20px;
    float: left;
    background-image: url("Images/contentBox.gif");
    background-repeat: no-repeat;
}
.contentBoxLeft
{
    margin-right: 43px;
}
.contentBoxInner
{
    width: 290px;
    height: 170px;
    overflow: hidden;
    margin-bottom: 10px;
}
.separator
{
    width: 663px;
    height: 20px;
    clear: both;
}
/*=============================================== </DEFAULT PAGE> =============================================== */
/*=============================================== <TEXT> =============================================== */
.attention_text, .attention_text_bold
{
    color: #A70303;
}
.text_light_blue_big, .text_light_blue_normal, .colored_text_bold, .colored_text_normal, .text_light_blue_medium, .text_light_blue_medium_bold, .text_light_blue_medium_link
{
    color: #0092EA;
}
.text_light_blue_normal:hover
{
    color: #666666;
}
.info_text_dark_blue, .text_normal20, .thumb_title
{
    color: #344365;
}
.text_light_blue_big, .text_light_blue_normal, .thumb_title
{
    text-decoration: none;
}
.info_text_dark_blue, .text_light_blue_medium, .text_light_blue_medium_bold, .text_light_blue_medium_link, .text_normal14, .text_bold14
{
    font-size: 14px;
}
.text_light_blue_big, .text_normal20
{
    font-size: 20px;
}
.text_light_blue_normal, .colored_text_bold, .colored_text_normal
{
    font-size: 11px;
}
.disabled_text_small_bold
{
    font-size: 10px;
}
.colored_text_bold, .text_simple_bold, .disabled_text_small_bold, .attention_text_bold, .info_text_dark_blue, .text_light_blue_medium_bold, .text_light_blue_medium_link, .text_bold14, .thumb_title
{
    font-weight: bold;
}
.text_light_blue_medium_link
{
    text-decoration: none;
}
.text_light_blue_medium_link:hover
{
    color: #666666;
}
/*=============================================== </TEXT> =============================================== */
/*=============================================== <BLOCK 1> =============================================== */
.block_1_borders
{
    border: solid 1px #E0E2E2;
}
.block_1
{
    width: 623px;
}
.block_1 h2
{
    position: relative;
    margin-bottom: 15px;
}
.block_1 .label
{
    width: 150px;
    display: inline-block;
    margin: 3px;
    left: 25px;
    position: relative;
}
.block_1 .label_only
{
    display: inline-block;
    margin: 3px;
    left: 25px;
    position: relative;
}
.block_1 input, .block_1 select
{
    position: relative;
    display: inline-block;
    margin: 3px;
}
.block_1_hl
{
    width: 350px;
    height: 2px;
    background-color: #EFF0F1;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    left: -6px;
    overflow: hidden;
}
/*=============================================== </BLOCK 1> =============================================== */
/*=============================================== </ADDRESS> =============================================== */
.block_label_control
{
    border: solid 1px #E0E2E2;
    margin: 3px;
    padding: 5px;
    width: 350px;
}
.block_label_control input, .block_label_control select
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
}
.block_label_control .label
{
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin: 3px;
}
.block_label_control .label_only
{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin: 3px;
}
.create_user_button_pos
{
    margin-top: 10px;
    position: relative;
    left: -100px;
}
/*=============================================== </ADDRESS> =============================================== */
/*=============================================== <CATEGORIES> =============================================== */
.catTreeView
{
    width: 200px;
    height: 300px;
    float: left;
    border: solid 1px #E3E3E3;
    overflow-x: auto;
    overflow-y: auto;
}
.catEdit
{
    width: 708px;
    float: left;
}
/*=============================================== </CATEGORIES> =============================================== */
/*=============================================== <AJAX TAB> =============================================== */
.ajax__tab_xp_custom .ajax__tab_header
{
    background: url(images/tab/tab-line.gif) repeat-x bottom;
}
/*top line collor*/
.ajax__tab_xp_custom .ajax__tab_outer
{
    background: url(images/tab/tab-right.gif) no-repeat right;
}
.ajax__tab_xp_custom .ajax__tab_inner
{
    background: url(images/tab/tab-left.gif) no-repeat;
}
.ajax__tab_xp_custom .ajax__tab_tab
{
    background: url(images/tab/tab.gif) repeat-x;
}
.ajax__tab_xp_custom .ajax__tab_hover .ajax__tab_outer
{
    background: url(images/tab/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp_custom .ajax__tab_hover .ajax__tab_inner
{
    background: url(images/tab/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp_custom .ajax__tab_hover .ajax__tab_tab
{
    background: url(images/tab/tab-hover.gif) repeat-x;
}
.ajax__tab_xp_custom .ajax__tab_active .ajax__tab_outer
{
    background: url(images/tab/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp_custom .ajax__tab_active .ajax__tab_inner
{
    background: url(images/tab/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp_custom .ajax__tab_active .ajax__tab_tab
{
    background: url(images/tab/tab-active.gif) repeat-x;
}
.ajax__tab_xp_custom .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
}
.ajax__tab_xp_custom .ajax__tab_outer
{
    height: 21px;
}
.ajax__tab_xp_custom .ajax__tab_inner
{
    padding-left: 3px;
}
.ajax__tab_xp_custom .ajax__tab_tab
{
    height: 13px;
    padding: 4px;
    margin: 0;
}
.ajax__tab_xp_custom .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #E3E3E3;
    border-top: 0px;
    padding: 8px;
    background-color: #ffffff;
}
.adminTable
{
    border: 0px solid #666666;
    border-collapse: collapse;
    width: 100%;
    color: #000000;
    text-align: left;
    empty-cells: show;
}
.adminTable th
{
    border-left: 1px solid #D3D3D3;
    background-color: #252933;
    color: #FFFFFF;
    font-size: 0.77em;
    height: 20px;
}
.adminTable td
{
    border: 1px solid #D3D3D3;
    border-collapse: collapse;
}
.adminTable tr:hover
{
    background-color: #D3D3D3;
}
.adminTable .footer
{
    border-bottom: 5px solid #D0D0D0;
    height: 10px;
}
.adminTable .footer:hover
{
    background-color: #252933;
}
/*=============================================== </AJAX TAB> =============================================== */
/*=============================================== <TOOLKIT> =============================================== */
.document
{
    float: right;
    width: 370px;
    padding: 0px 0px 6px 10px;
    margin-bottom: 10px;
    border-top: solid 0px #DFDFE1;
    border-bottom: solid 0px #DFDFE1;
    border-left: solid 0px #DFDFE1;
}
.documentImage
{
    float: left;
    width: 30px;
    margin-right: 5px;
}
.documentDescription
{
    float: left;
    width: 370px;
    margin-bottom: 10px;
}
.documentSeparator
{
    border-top: solid 1px #dfdfdf;
    width: 370px;
    margin: 5px 0px;
    height:1px;
    display:block;
    clear:both;
}
.categoryMenu
{
    float: left;
    width: 140px;
    margin-bottom: 10px;
}
.hpm
{
    width: 120px;
}
.hpm_sm
{
    border-bottom: solid 0px #A3D8F7;
}
.hpm_smi
{
    width: 118px;
}
.hpm_smi a, .hpm_sma a
{
    padding-left: 10px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #DFDFE1 !important;
    border-bottom: solid 0px #DFDFE1 !important;
    border-right: solid 0px #DFDFE1 !important;
    display: block;
}
.hpm_smi a
{
    color: #344365;
}
.hpm_sma a
{
    color: #0092EA;
}
.hpm_smi a img, .hpm_dmi a img
{
    position: relative;
    left: -5px;
}
.hpm_dm
{
    z-index: 100;
    border: solid 0px #A3D8F7;
    width: 120px;
}
.hpm_dmi
{
    width: 120px;
    font-weight: bold;
    border-bottom: solid 1px #A3D8F7;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.hpm_dmi a
{
    width: 115px;
    display: block;
    height: 20px;
    color: #344365;
}
.hpm_dh a
{
    color: #666666;
}
/*=============================================== </TOOLKIT> =============================================== */
/*=============================================== <MISC> =============================================== */
.grid_view tr:hover
{
    background-color: #d6e3f3 !important;
    color: #000000 !important;
}
.headline
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 15px;
}
.right_position
{
    position: relative;
    left: 160px;
}
.adminNewItem
{
    padding: 0px 5px 10px 5px;
    border: solid 1px #EFEFEF;
}
.adminSearch
{
    margin: 10px 0px 0px 0px;
    padding: 0px 5px 10px 5px;
    border: solid 1px #EFEFEF;
}
.admiInfoLabel
{
    display: block;
    margin-bottom: 20px;
}
.adminMarginVerticalTen
{
    display: block;
    margin: 10px 0px;
}
.topMarginTen
{
    display: inline-block;
    margin-top: 10px;
}
.bottomMarginTen
{
    display: inline-block;
    margin-bottom: 10px;
}
.leftMarginTen
{
    display: inline-block;
    margin-left: 10px;
}
.bottomMarginFive
{
    display: inline-block;
    margin-bottom: 5px;
}
.position_right
{
    display:block;
    float:right;
    clear:both;
}
.text_control_radio_button_list
{    
    display:block;   
    padding-left:140px;
    width:500px !important;    
}
.text_control_radio_button_list span
{
    width:500px !important;  
}
.text_control_text,
.text_control span
{
	position:relative;  
    width:134px;    
    display:inline-block;
    margin:3px;
}
.text_control_input,
.text_control input,
.text_control select,
.text_control checkbox
{
	position:relative;   
	display:inline-block;
    margin:3px;
}   
text_control .label_only
{
	display:inline-block;
    margin:3px;
}  
/*=============================================== </MISC> =============================================== */
/*=============================================== </BULLETIN> =============================================== */
.bulletinDetails, .mentorDetails
{
    color: #0092EA;
    width: 80px;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    left: 440px;    
}
/*=============================================== </BULLETIN> =============================================== */
/*=============================================== <COURSE> =============================================== */
.courseInfo
{
    margin-bottom: 10px;
}
.courseDescription
{
    padding: 5px 0px;
    background-color: #F7F8F9 !important;
}
/*=============================================== </COURSE> =============================================== */
/*=============================================== </NEWSEVENTS> =============================================== */
.newsEventsTitle
{
    color: #0092EA;
    text-decoration: none;
}
.newsEventsTitlePaged
{
    font-weight: bold;
    color: #344365;
    text-decoration: none;
}
.newsEventsSeparator
{
    border-top: dashed 1px #dfdfdf;
    width: 165px;
    margin: 5px 0px;
}
.newsEventsSeparatorPaged, .companySeparator, .bulletinBoardSeparator, .coursesSeparator, .mentorSeparator
{
    border-top: solid 1px #dfdfdf;
    width: 520px;
    margin: 5px 0px;
}
.newsContent, .eventContent
{
    padding: 10px 0px;
}
.newsEventsViewAll
{
    display: block;
    position: absolute;
    bottom: -1px;
    left: 25px;
}
/*=============================================== </NEWSEVENTS> =============================================== */
/*=============================================== <EBULLETINPRESS> =============================================== */
.ebulletinPressHeader
{
    width: 520px;
    padding: 5px 0px;
    background-color: #E8E8F2;
    margin-bottom: 0px;
}
.ebulletinPressName
{
    display: inline-block;
    width: 270px;
    margin-left: 10px;
}
.ebulletinPressPublished
{
    display: inline-block;
    width: 160px;
    margin-left: 10px;
}
.ebulletinPressGrayBackground
{
    padding: 5px 0px;
    background-color: #F8F8F8;
}
.ebulletinPressWhiteBackground
{
    padding: 5px 0px;
    background-color: #FFFFFF;
}
.ebulletinPressSeparator
{
    border-top: dashed 1px #dfdfdf;
    width: 470px;
    margin: 5px 0px;
}
/*=============================================== </EBULLETINPRESS> =============================================== */
/*================================================ <PRODUCT THUMBNAIL> ====================================== */
.p_thumb
{
	position: relative;
	text-align: left;
	width: 120px;
	border: 1px solid #E3E3E3;
	padding: 13px 0px;
	height: 200px;
	overflow: hidden;
}
.p_thumb_image_wrap
{
    width:94px;
    height:133px;
    overflow:hidden;   
    padding-left: 13px;
    margin-bottom: 5px;
}
.p_thumb_body
{
	width: 110px;
	text-align: center;
}
.hlAdminProd
{
	display:block;position:absolute;right:0px;top:0px;text-align:left;	
}
.product_list_separator {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.productListCost {
	font-size: 12px;
	font-weight: bold;
	
}.productListInfo {
	margin-top: 5px;
}
.productListInfo a {
	color: #0092EA;
	text-decoration: none;
}
.productListDownloadLink {
	margin-left: 23px;
	padding-top: 2px;
}
.productListDownloadLink a {
	color: #9F2819;
	text-decoration: none;
}
/*================================================ </PRODUCT THUMBNAIL> ====================================== */
/*=============================================== <CONTEST> =============================================== */
.contestWrapActive, .contestWrapInactive
{
    width: 200px;
    height: 100px;
    padding: 5px;
    border: 1px solid #E1E2E3;
    background-position: center center;
    background-repeat: no-repeat;
}
.contestWrapActive
{
    background-image: url("Images/contestActive.jpg");
}
.contestWrapInactive
{
    background-image: url("Images/contestInactive.jpg");
}
.contestHeader
{
    width: 643px;
    padding: 5px 10px;
    background-color: #F7F8F9;
    margin-bottom: 10px;
}
.contestDescription
{
    width: 643px;
    padding: 5px 10px;
    border: solid 1px #0092EA;
}
/*=============================================== </CONTEST> =============================================== */
/* =============================================== <ORDER ITEMS CONTROL> =============================================== */
.order_items_order_item
{
    vertical-align:middle;
}
.oiItemsPriceDef,
.oiItemsPriceSmall
{
	width:100%;
}
.oiItemsPriceDef
{	
	margin-top:15px;
	margin-bottom:10px;	
}
.oiItemsPriceSmall
{
	border-top: solid 1px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;	
}
.oiItemsPriceSmall span
{
	font-size:0.85em;
}
.oiColumns span
{
	display:block;
	float:left;
	font-size:0.85em !important;	
}
.sep1pxBorder,
.bottomBorder1px
{   
	border-color:#D7D7D7;
	border-style:solid;
	border-width:1px;	
}
.bottomBorder1pxEX
{
	border-top: solid 2px #D7D7D7;
	
}
.bottomBorderSmall
{
	border-bottom: solid 1px #D7D7D7;
}
.currency
{
	margin-top: 10px;
	text-align: right;	
}
.scEmpty
{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
} 	
.scDetails
{
	width:100%;
 	text-align:center;
 	margin: 10px 0px;	
}


.order_Item_medium
{
    color:#344365;
font-size:16px;
font-weight:bold;
line-height:17px;
}

.tbl_order_Item_medium a
{
    color:#344365;
    text-decoration:none;
}
.shoppingBasketRemove  {
	font-weight: bold;
	color: #344365;
	
}
.shoppingBasketRemoveAll {
	color: #344365;
	text-decoration: none;
	margin-left: 5px;
}

.shoppingBasketCol1 {
	width: 100px;
}

.shoppingBasketCol2 {
	width: 400px;
	
}

.shoppingBasketCol5 {
	width: 100px;
}
.shoppingBasketCol6 {
	width: 103px;
}

.shoppingBasketPubName {
	color: #344365;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.shoppingBasketPubName a
{   color: #344365;
    text-decoration:none;
}

.shoppingBasketPrice {
	font-size: 14px;
	color: #0092EA;
}

.shoppingBasketPriceTotal {
	font-size: 18px;
	color: #0092EA;
	font-weight: bold;
}

.shoppingBasketSeparator1 {
	height: 1px;
	border-bottom: dotted 1px #D7D7D7;
}
.shoppingBasketSeparator {
	height: 2px;
	border-bottom: solid 2px #D7D7D7;
}
.shoppingBasketSeparator1, .shoppingBasketSeparator
{
	margin-top: 15px;
	margin-bottom: 15px;
}
.shoppingBasketImgBorder {
	border: 1px solid #D7D7D7;
	padding: 3px;
	float: left;
}



/* =============================================== </ORDER ITEMS CONTROL> =============================================== */
.mvm
{
    margin-left: 20px;
    width: 140px;
}
.mvm_sm
{
    border-bottom: solid 0px #A3D8F7;
}
.mvm_smi
{
    width: 138px;
}
.mvm_smi a
{
    padding-left: 5px !important;
    margin-top: 5px;
    height: 20px;
    display: block;
    color: #344365;
}
.mvm_smi a img, .mvm_dmi a img
{
    position: relative;
    left: -5px;
}
.mvm_sh a
{
    color: #666666;
}
.mvm_dm
{
    z-index: 100;
    border: solid 0px #A3D8F7;
    width: 140px;
}
.mvm_dmi
{
    width: 140px;
    font-weight: bold;
    border-bottom: solid 1px #A3D8F7;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.mvm_dmi a
{
    width: 115px;
    display: block;
    height: 20px;
    color: #344365;
}
.mvm_dh a
{
    color: #666666;
} 
.childItems
{
   
}
.childItems a
{
   margin-left: 25px;
   display: block;
   text-decoration: none;
   color: #344365;
   font-size: 12px;
   padding:5px 0px 5px 10px;
   background: url('Images/menuArrow.gif');
   background-repeat: no-repeat;
   background-position: 0px 9px;
}
.companyTable
{
   table-layout:fixed;
   width: 510px;
}
.companyTD
{
    vertical-align: middle;
    text-align: center;
    width: 150px;
    height: 100px;
}
.companyDIV
{
    overflow: hidden;
    width: 150px;
    height: 100px;
}
.newsletterTitle
{
    color: #FFFFFF;
    font-size: 20px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: Calibri;
}
.newsletterEmail
{
    color: #FFFFFF;
    font-family: Calibri;
}
.captcha input
{
    margin-top: 5px;
    margin-left: 15px;
    height: 25px;
    border: solid 1px #D7D7D7;
    color: #344365;
    font-weight: bold;
}
.application
{
    margin-left: 30px;
}







.productDetailsCost
{
	font-size: 16px;
	font-weight: bold;
	color: #0092EA;
}
.productDetails
{
    margin-top: 10px;
    width: 520px;
    overflow: hidden;
}
.bulletinsWrap {
  display:none!important;
}
.bulletinWrap {
  display:none!important;
}

/* cookies consent dialog
--------------------------------------------------------------------------*/

.accept-cookies-dialog.modal {
	z-index: 99999;
	overflow-y: auto;
	position: fixed;
	right: 0;
	bottom: 0;
	
	display:none;
	max-width: 650px;
}

.accept-cookies-dialog .modal-content {
	overflow-y: auto;
	background-color: #fff;
	margin: 20px;
	float: right;
	padding: 20px;
	border-radius: 6px;
	width: auto;
	box-shadow: -3px -1px 8px -1px rgba(73,86,120,0.35);	
}

@media (max-width: 425px) {
	.accept-cookies-dialog .modal-content {
		width: auto;
	}
}

.accept-cookies-dialog .modal-title {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #0092EA;
	font-size: 20px;
}

.accept-cookies-dialog .modal-text {
    padding-bottom: 10px;
    font-size: 12px;
}

.accept-cookies-dialog .modal-text a {
    color: #0092EA;
    text-decoration: underline;
}


.accept-cookies-dialog .dialogbtn {
	height: 27px;  
	background-color: #0092EA;  
    color: #fff;
    text-align: center;
    padding: 0 10px;
    border-style: none;
    border-width: 0px;
    display: inline-block;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 10px;
}

	.accept-cookies-dialog .dialogbtn:hover,
	.accept-cookies-dialog .dialogbtn:focus {
		text-decoration: none;
		cursor: pointer;
	}

@media (max-width: 475px) {
	.accept-cookies-dialog .dialogbtn {
		width: 100% !important;
	}
}
/* /cookies consent dialog
--------------------------------------------------------------------------*/