﻿/* HEADER */

.section-hubpage-fullwidth  {
	position:relative;
}

.corporateHead > a span {
    cursor: pointer;
    position: absolute;
}

.corporateHead {
    height: 95px;
    position:relative;
    z-index:200;
    font-size: 12px; 
    float:left;
    width: 932px;
}

.globalNavigation02 {
	float:left;
	width: 932px;
}

.corporateHead > a {
    background: url("../../images/layout/sprite.png") no-repeat 0px -26px transparent;
    height: 50px;
    left: 0;
    margin: 0;
    padding: 0px;
    position: absolute;
    top: 30px;
    width: 204px;
    display: block;
}

.corporateHead > a span {
    text-indent: -2000px;
}
    
.corporateHead > div.cart_left_nav {
	float:right;
	line-height:25px;
	margin:0 0 21px;
	right:0;
	text-align:right;
	width:100%;
}

.corporateHead > div.search {
	line-height:25px;
	position:absolute;
	right:0;
	text-align:right;
	top:53px;
	width:600px;
	overflow:hidden;
}

.corporateHead .myCart {
    background: url("../../images/layout/sprite.png") no-repeat left -100px transparent;
    color: #FFF;
    display: block;
    margin-left: 27px;
    height: 34px;
    overflow: hidden;
    cursor: pointer;
}

.corporateHead .myCart:hover {
    background-position: left -134px;
    color: #FFF !important;
}

.corporateHead .myCart span {
    background: url("../../images/layout/sprite.png") no-repeat right -351px transparent;
    display: block;
    float: left;
    line-height: 34px;
    padding: 0px 10px 0 35px;
    font-weight: bold;
    height: 34px;
    cursor: pointer;
}

.corporateHead .myCart span:hover {
    background: url("../../images/layout/sprite.png") no-repeat right -385px transparent;
}

.logLink {
    margin-left: 27px;
    margin-top: 5px;																									
	text-align:left;
}

.logLink a:hover, a.logLink:hover {
   color:#3C3C3B;
}

.search_left_nav {
    margin-right: 40px;
}

.search_left_nav .button {
    margin-top: 0px;
}

.search_left_nav > a {
    float: right;
    margin-right: 10px;
}

.button_header {
    background:url("../../images/layout/sprite.png") no-repeat right -1897px transparent;
    color:#FFFFFF;
    cursor:pointer;
    font-family:'Segoe UI','SegoeUI',sans-serif;
    font-size:13px !important;
    height:25px;
    padding-right:2px;
    position:relative;
    text-align:center;
    line-height:0px;
    float: left;
    padding-top: 0;
}

.button_header a {
    background:url("../../images/layout/sprite.png") no-repeat 0 -755px transparent;
    display:block;
    height:25px;
    padding:0 5px 0 8px;
    color: #7a7a7a;
    line-height:25px;
    position: relative;
}

.button_header a:visited {
    color: #7a7a7a;
}

.button_header:hover {
    background:url("../../images/layout/sprite.png") no-repeat scroll right -1928px transparent;
}

.button_header a:hover {
    background:url("../../images/layout/sprite.png") no-repeat scroll 0 -784px transparent;
}

.globalSearch {
    float: right;
    width: 298px;
}

.globalSearchField {
    float: left;
    height: 25px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    line-height: normal;
    width:298px;
}

.globalSearchField > div {
    border: 0;
    height: 25px;
    margin: 0 !important;
    width: 274px;
    float: left;
    line-height: normal;
    overflow: hidden;
}

.globalSearchField input[type="text"] {
    border: 1px solid #D1D1D1;
    border-radius: 2px 2px 2px 2px;
    border-right: none;
    color: #000000;
    float: right;
    font-family: Arial;
    font-size: 12px;
    height: 17px;
    margin-left: 10px;
    margin-top: 0;
    padding: 3px 5px;
    width: 260px;
}

.globalSearchField a {
    background: url("../../images/layout/sprite.png") no-repeat -24px 0 transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 25px;
    width: 24px;
}

.globalSearchField span {
    float: left;
    height: 100%;
    width: 5px;
}

.globalSearchField input, .globalSearchField input:focus {
 outline:none;
}

.cart_left_nav > a, .cart_left_nav > div, .cart_left_nav > span {
    float: right;
}

.corporateHead a.myCart:visited {
    color:#FFF !important;
}

/* HEADER END */

/* MENU */
ul.globalNavigation a {
    color: #FFF;
    outline: none;
    overflow: hidden;
}

ul.globalNavigation a:visited {
    color: #FFF;
}

ul.globalNavigation {
    list-style: none;
    margin: 3px 0 0 0;
    padding: 0;
    width: 932px;
    height: 38px;
    background-color: #8c8c8c;
    line-height: normal;
}

ul.globalNavigation li {
    float:left;
    background-color: #8c8c8c;
    padding: 0;
    text-align: center;
    height: 38px;
    margin: 0px;
    line-height: 3px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    text-align:center;
    display:none;
    border: 0px;
    line-height: normal;
}

ul.globalNavigation li.active {
    background-color:#6E6E6E;
}

ul.globalNavigation .new_nav {
    position: absolute;
    right: 12px;
    top: -3px;
    height: 17px;
    width: 29px;
    background: url("../../images/layout/sprite.png") no-repeat -327px 0 transparent;
    display:none;
}

ul.globalNavigation li:hover {
    background-color: #4d4d4d;
}

ul.globalNavigation li:hover .submenu {
    display: block;
}

ul.globalNavigation li:hover .selected_menu_selector {
	visibility:visible;
}

ul.globalNavigation li > a {
    margin: 0;
    padding: 0;
    height: 100%;
    display: block;
    line-height: 38px;
    border: 0;
    font-size: 16px;
    font-family:'Segoe UI','SegoeUI',sans-serif;
}

.submenu {
    position: absolute;
    top: 38px;
    left: 0px;
    background-color: #666;
    width: 640px;
    display: none;
    z-index: 5000;
    padding:30px 35px 20px 35px;
}

.submenu ul, .submenu li {
    margin:0;
    padding:0;
    list-style:none;
}

ul.globalNavigation li .submenu li {
    background-color: #666;
    color: #FFFFFF;
    height:95px;
    text-align: left;
    width: 213px;
}

ul.globalNavigation li .submenu li:hover, ul.globalNavigation li .submenu li div:hover {
    text-decoration: underline;
}

.submenu_product_info {
    width:135px;
}

.submenu_product_image {
    width: 78px;
    text-align: center;
}

ul.globalNavigation li .submenu li div {
    float: left;
    line-height: 19px;
}

ul.globalNavigation li .submenu li a {
    line-height: 19px;
}

ul.globalNavigation li .submenu li strong {
    display:block;
}

.selected_menu_selector {
    background: url("../../images/layout/sprite.png") no-repeat 0 -175px transparent;
    height: 8px;
    position: relative;
    width: 16px;
    z-index: 7100;
    visibility:hidden;
}
/* MENU END */

/* DROP DOWN */

.cssdropdown {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
    color: #3C3C3B;
}

.cssdropdown a {
    color: #3C3C3B;
    font-size: 12px;
    text-decoration: none;
    padding-left: 10px;
    display: block;
}

.cssdropdown ul {
    background-color: #FFF;
    clear: both;
    display: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 22px;
    width: 100%;
    border-bottom: 1px solid #D1D1D1;
    z-index: 110;
}

.cssdropdown > .big_menu {
    background-color: #FFF;
    clear: both;
    display: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding:0 0 10px;
    position: absolute;
    top: 0px;
    width: 580px;
    border-bottom: 0px;
    z-index: 110;
    top:23px;
    border:1px solid #A9A9A9;
}

.cssdropdown > .big_menu ul {
    top:0px;
    position:relative;
    float:left;
    clear:none;
    border:0px;
    overflow:hidden;
}

.bmenu_1 {
	width: 210px !important;
}

.bmenu_2 {
	width: 230px !important;
}

.bmenu_3 {
	width: 140px !important;
}

.cssdropdown > .big_menu li {
	background:none;
	line-height:16px;
	padding:10px 0 0;
    background-color: #FFF;
    font-size: 11px;
    text-align: left;
    position: relative;
    z-index: 110;
    border:0px !important;
}

.cssdropdown ul li {
	background: url("../../images/layout/sprite.png") no-repeat 10px -1748px #FFF;
    border-left: 1px solid #A9A9A9;
    border-right: 1px solid #A9A9A9;
    font-size: 11px;
    line-height: 13px;
    padding: 5px 12px !important;
    position: relative;
    text-align: left;
    z-index: 110;
}

.language_drop_down .cssdropdown ul li {
	background:none;
	padding:10px 5px 0;
}

.cssdropdown ul li a:hover {
    color: #7f7f7f !important;
}

.cssdropdown {
    position: relative;
    z-index: 100;
}

.dropdownborder {
    border-left: 1px solid #A9A9A9 !important;
    border-right: 1px solid #A9A9A9 !important;
}

.cssdropdown > span.name {
    float: left;
    display: block;
}

.cssdropdown div.dropdownname {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
    background-color: #FFF;
    z-index: 200;
    height: 22px;
}

.cssdropdown div.dropdownname span.name, .cssdropdown div.dropdownname span.arrow {
    display: block;
    padding-left: 10px;
    padding-right: 4px;
    float: left;
}

.cssdropdown div.dropdownname span.arrow {
    background: url("../../images/layout/sprite.png") no-repeat left 0 #FFF;
    float: left;
    height: 12px;
    margin-top: 6px;
    padding: 0;
    width: 20px;
}

.selected_tabitem .tabtext {
    color: #3c3c3b;
    cursor: default;
}

.service_drop_down {
    margin-top: 5px;
    margin-right:-10px;
}

.store_selector {
    float: right;
    position:relative;
    top:5px;
    z-index:12;
}

.language {
    position:relative;
    top:5px;
    z-index:12;
}

.language > div {
    margin-left:0 !important;
    display: block;
    border-bottom:1px solid #A9A9A9;
    border-top:1px solid #A9A9A9;
    width: 100%;
    height: 23px;
    margin: 0 0px 0 10px;
}

.language a {
    display: block;
    text-decoration: underline;
    padding-right: 5px;
    padding-left: 5px;
    font-size:12px;
    outline:none;
}

.language a:hover {
    text-decoration: underline !important;
}

.language {
    background: url("../../images/layout/sprite.png") no-repeat left -1410px transparent;
    height: 25px;
    margin-left: 0;
    padding-right:2px;
}


.store_selector .cssdropdown  {
    border-bottom:1px solid #A9A9A9;
    border-top:1px solid #A9A9A9;
    height:23px;
    margin-left:2px;
}

.store_selector .cssdropdown ul {
    left:-2px;
}

.store_selector .cssdropdown .big_menu ul {
    left:0;
}

.store_selector .cssdropdown div.dropdownname span.name {
    padding-left:5px;
}

.store_selector .dropdownborder {
    border-left: 1px solid #FFF !important;
    border-right: 1px solid #A9A9A9 !important;
}

.store_selector .dropdownborder_left {
    border-left: 1px solid #FFF !important;
    border-right: 1px solid #FFF !important;
}

.store_selector {
    background: url("../../images/layout/sprite.png") no-repeat 0 -1380px transparent;
    font-size:12px;
    margin-left:27px;
}

.store_selector .cssdropdown ul li {
    border-left:1px solid #A9A9A9;
    border-right:1px solid #A9A9A9;
}

.store_selector div.dropdownname {
    z-index: 90;
}

.store_selector ul {
    z-index: 15;
}

/* END DROP DOWN */

/* Content */
.content_slides {
    margin-top: 15px;
}


.left_content_slide {
    width: 614px;
    float: left;
}

.right_content_slide {
    width: 299px;
    float: right;
}

.right_content_slide td.tabtext {
    color: #8C8C8C;
}

.right_content_slide .selected_tabitem .tabtext {
    color: #3C3C3B;
}

.product_left {
    float: left;
    width: 299px;
    color: #3c3c3b;
    height:376px;
}

.product_right {
    float: right;
    width: 616px;
    color: #3c3c3b;
    height:376px;
}

.product_left h2, .product_right h2, .order_on_my_store_slide h2 {
    font-size: 23px;
    padding: 0;
    line-height: 27px;
    margin: 40px 0 0 0;
}

.product_left .product_image {
    margin-top:15px;
    margin-bottom:25px;
    position: relative;
}

.product_right .product_image {
    float:left;
    position: relative;
    width: 308px;
    margin-top: 40px;
    height:259px;
}

.product_right .info {
    float:right;
    margin-top:40px;
    padding-left:10px;
    position:relative;
    width:298px;
}

.product_right .info .text {
    line-height: 19px;
    font-size: 13px;
    padding-top: 20px;
}

.product_right .info .img {
    padding-top: 10px;
}

.product_right .product_buy_box {
    position: absolute;
    bottom: 0px;
    left: 5px;
}

.product_left .product_image .image_text {
    bottom:0px;
    left:112px;
    position:absolute;
    width:88px;
    font-size: 13px;
    line-height: 19px;
}

.product_left .product_desc {
    width: 250px;
    line-height: 19px;
    font-size: 13px;
}

.product_left .product_buy_text, .product_right .product_buy_text {
    padding: 8px 0px 0px 0px;
    margin-left: 10px;
    float: left;
    font-size: 15px;
}

.product_left .product_buy_box, .product_right .product_buy_box {
    margin-top: 20px;
}

.order_on_my_store_slide {
    float: right;
}
/* Content end*/

.up-down-titles {
	display:none;
}

.campaign_info_wrapper_1 {
	background: url(../../images/campaigns/bg_campaign_info_wrapper_1.gif) repeat-y left bottom;		
}

.campaign_info_wrapper {
	background: url(../../images/campaigns/bg_campaign_info_wrapper.gif) no-repeat left bottom;
	margin-top:10px;
}

.campaign_info_wrapper .left_content_slide, 
.campaign_info_wrapper .right_content_slide {
	margin-top:0;
}

.campaign_info {
	width:614px;
	min-height:223px;
	padding:20px 0 20px 20px;
	width:594px;
	overflow:visible !important;
}

	.campaign_info h2 {
		font-size:26px;
		line-height:34px;
		font-weight:normal;
	}
	
	.campaign_info p {
		width:236px;
		margin-bottom:0;
		font-size:12px;
		line-height:17px;
	}

.location_switcher {
	padding:50px 20px 20px;
	width:259px;
	overflow:visible !important;
}

	.location_switcher p {
		background:url('../../images/campaigns/bg_location_switcher_info.gif') no-repeat;
		padding-left:35px;
		font-size:12px;
		line-height:17px;
		margin-bottom:5px;
	}
	
	.location_switcher .language {
		float:left;
	}
	
	.location_switcher .store_selector {
		line-height:23px;
		margin-left:0;
		float:left;
		margin-left:33px;
		z-index:0;
	}
		.location_switcher .cssdropdown,
		.location_switcher .language {
			z-index:8;
			z-index:0;
		}
		
			.location_switcher .store_selector div.dropdownname {
				z-index:7;
				z-index:0;
			}
	
	.location_switcher .store_selector a {
		font-size:12px;
	}

		
/* Order Loopuk Link in Dropdown */
.orderLookupLink a, .orderLookupLink a:visited {
	color: #FF6031 !important;
}

li.orderLookupLink {
	background:url("../../images/layout/sprite.png") no-repeat 10px -1843px #FFF !important;
} 

/* site-wide promotion */
.siteWidePromotion {
    float: left; 
    height: 27px; 
    margin: 8px 0 8px 0; 
    width: 100%;
}

.swpCallOut {
    background: #c4c4c4; 
    color: #FFF; 
    font-size: 12px; 
    float: left; 
    height: 27px; 
    line-height: 27px; 
    padding: 0 10px 0 15px; 
    text-transform: uppercase;
}

.swpArrow {
    background: url("../../images/layout/sprite.png") no-repeat -187px -204px transparent;
    float: left; 
    color:#545454; 
    height: 27px;
    line-height: 27px;
    margin-right: 10px; 
    width: 17px;
    font-size: 13px !important; 
    font-weight: normal;
}

.swpHeadline {
    float: left; 
    height: 27px; 
    line-height: 27px;  
    margin-right: 8px; 
    width:775px;
}

.swpHeadline a { 
    margin: 0;
}

.swpDuration {
    float: left; 
    height: 27px; 
    
}

