﻿
/* Vertical Scroll */

.jcarousel-next
{
    z-index: 3;
    display: none;
}

.jcarousel-prev
{
    z-index: 3;
    display: none;
}

.jcarousel-skin-ms .jcarousel-container-vertical
{
    width: 464px;
    height: 306px;
    padding: 40px 20px;
}


.jcarousel-skin-ms .jcarousel-item-vertical
{
    margin-bottom: 10px;
}

.jcarousel-skin-ms .jcarousel-next-vertical
{
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-ms .jcarousel-next-vertical:hover
{
    background-position: 0 -32px;
}

.jcarousel-skin-ms .jcarousel-next-vertical:active
{
    background-position: 0 -64px;
}

.jcarousel-skin-ms .jcarousel-next-disabled-vertical, .jcarousel-skin-ms .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-ms .jcarousel-next-disabled-vertical:active
{
    cursor: default;
    background-color: #E3E3E3;
}

.jcarousel-skin-ms .jcarousel-prev-vertical
{
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-ms .jcarousel-prev-vertical:hover
{
    background-position: 0 -32px;
}

.jcarousel-skin-ms .jcarousel-prev-vertical:active
{
    background-position: 0 -64px;
}

.jcarousel-skin-ms .jcarousel-prev-disabled-vertical, .jcarousel-skin-ms .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-ms .jcarousel-prev-disabled-vertical:active
{
    cursor: default;
    position: relative;
    background-color: #E3E3E3;
}

.scrollboxes
{
    margin-top: 50px;
    margin-bottom: 60px;
}

.scrollboxes .box1, .scrollboxes .box2, .scrollboxes .box3
{
    float: left;
    width: 298px;
}

.right_slide_category .box1 h2 a, .right_slide_category .box2 h2 a
{
    display:block;
    margin-left:20px;
}

.slide_headline4 
{
left:26px;
position:absolute;
top:254px;
}



.scrollboxes .box1, .scrollboxes .box2
{
    margin-right: 19px;
}

.scrollboxes h2
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 11px 0;
}

.scrollboxes h2 a {
    outline: none;
}
.scrollboxes .jcarousel-container
{
    margin-top: 37px;
    border: 0px;
    height: 340px;
    width: 298px;
}

.vertical-carousel
{
    position: relative;
    padding: 3px 0 0 0px;
}

.vertical-carousel .jcarousel-container
{
    position: relative;
}
.vertical-carousel .jcarousel-clip
{
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 2;
}
.vertical-carousel .jcarousel-list
{
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 1;
}
.vertical-carousel li, .vertical-carousel .jcarousel-item
{
    background-color: #F4F4F4;
    border-bottom: 2px solid #FFFFFF;
    float: left;
    height: 86px;
    padding-top: 15px;
    list-style: none outside none;
    overflow: hidden;
    width: 298px;
    cursor:pointer;
}
.vertical-carousel .jcarousel-next
{
    display: none;
    z-index: 3;
}
.vertical-carousel .jcarousel-prev
{
    display: none;
    z-index: 3;
}

.jcarousel-clip-vertical
{
    height: 306px;
    width: 298px;
    background-color: #ffffff;
    text-align: left;
    top: -3px;
}

.jcarousel-prev-vertical
{
    background: url("../../images/layout/arrow_up.png") no-repeat scroll center center #dddddd;
    height: 35px;
    left: 0;
    position: absolute;
    top: -37px;
    width: 298px;
    cursor: pointer;
}

div.jcarousel-prev-vertical:hover
{
    background: url("../../images/layout/arrow_up_hover.gif") no-repeat scroll center center #e8e8e8;
}

.jcarousel-next-vertical
{
    background: url("../../images/layout/arrow_down.png") no-repeat scroll center center #dddddd;
    height: 35px;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 298px;
    cursor: pointer;
}

div.jcarousel-next-vertical:hover
{
    background: url("../../images/layout/arrow_down_hover.gif") no-repeat scroll center center #e8e8e8;
}

.jcarousel-prev-disabled-vertical, .jcarousel-prev-disabled-vertical:hover
{
    background: url("../../images/layout/arrow_up_disabled.png") no-repeat scroll center center #dddddd !important;
    cursor: default !important;
}

.jcarousel-next-disabled-vertical, .jcarousel-next-disabled-vertical:hover
{
    background: url("../../images/layout/arrow_down_disabled.png") no-repeat scroll center center #dddddd !important;
    cursor: default !important;
}


.vslide_image
{
    float: left;
    width: 60px;
    height: 75px;
    overflow: hidden;
    margin-right: 5px;
    padding-left: 15px;
}

.vslide_info
{
    float: left;
    font-size: 12px;
    height: 65px;
    padding-top: 5px;
    width:215px;
    color: #3C3C3B;
    position: relative;
    line-height: 19px;
}

.vslide_info div
{
    color: #3C3C3B;
    font-size: 15px;
}

.vslide_info > div
{
    color: #3C3C3B;
    font-size: 15px;
    margin-bottom: 3px;
}

.vslide_product_title, .vslide_product_title a
{
    color: #e6644a;
    position: relative;
    font-size: 13px;
    outline: none;
}

.vslide_product_title {
    padding-right: 10px;
}

.vslide_product_price {
    position: relative;
    font-family: Arial;
}

.vslide_product_price .preview {
    display:none !important;
}

.originalPrice {
    text-decoration:line-through;
    display:inline-block;
    padding-right: 5px;
}

.discountedPrice,
.discounted {
 color:#E6644A;
 display:inline-block;
}

.vertical-carousel .product_buy > div.price 
{
    display:none;
}

.vslide_product_price .product_buy > div {
    display:none;
}

.vslide_product_price .product_buy > div.price {
    display:block;
    font-size:13px;
}

.vslide_product_price.sale
{
    color: #E6644A;
}

.vslide_product_price.sale span
{
    color: #3C3C3B;
    font-size: 13px;
    padding-right: 8px;
    text-decoration: line-through;
}

div.vslide_product_desc
{
    font-size: 12px;
}

.vslide_product_buy {
    bottom:-7px;
    position:absolute;
    right:8px;
}

.vslide_product_buy .preview {
    font-family:Arial;
    font-size:13px;
}
/* END Vertical Scroll */

/* Order on ms Slider */
.landing_trust_banner li > div {
    width: 614px;
    height: 242px;
}

.landing_trust_banner li > div > ul > li {
    float:left;
    width: 45%;
    padding: 0px 0 10px 30px;
    height:50px;
    line-height: 18px;
    font-family: Arial;
    font-size: 13px;
    color: #3c3c3b;
}

.landing_trust_banner li > div > ul {
    margin-top: 30px;
}

.order_on_my_store_slide .tabboxes {
    left:0px;
}

.order_on_my_store_slide .selected_tabitem .tabtext {
color:#3C3C3B;
}

/* END Order on ms Slider */

/* Order on ms Slider */
.landing_trust_banner > li > div {
    width: 614px;
    height: 242px;
}

.landing_trust_banner > li > div > ul > li {
    float:left;
    width: 45%;
    padding: 0px 0 10px 30px;
    height:50px;
    line-height: 18px;
    font-family: Arial;
    font-size: 13px;
    color: #3c3c3b;
}

.landing_trust_banner > li > div > ul {
    margin-top: 30px;
}

.order_on_my_store_slide .tabboxes {
    left:0px;
}

.order_on_my_store_slide .selected_tabitem .tabtext {
color:#3C3C3B;
}

.landing_trust_banner li > div > ul > li.item1 {
    background:url("../../../images/listitem1.png") no-repeat scroll left top transparent; 
}
.landing_trust_banner li > div > ul > li.item2 {
    background:url("../../../images/listitem2.png") no-repeat scroll left top transparent; 
}
.landing_trust_banner li > div > ul > li.item3 {
    background:url("../../../images/listitem3.png") no-repeat scroll left top transparent; 
}
.landing_trust_banner li > div > ul > li.item4 {
    background:url("../../../images/listitem4.png") no-repeat scroll left top transparent; 
}
.landing_trust_banner li > div > ul > li.item5 {
    background:url("../../../images/listitem5.png") no-repeat scroll left top transparent; 
}
.landing_trust_banner li > div > ul > li.item6 {
    background:url("../../../images/listitem6.png") no-repeat scroll left top transparent; 
}

/* END Order on ms Slider */

/* 2/3 Slider */
.two_3_slide {
    float: left;
    width: 614px;
}
.slide_buy {
    position:absolute;
    left:20px;
    bottom:40px;
}

.slide_buy_price {
    text-align:left;
    font-size:15px;
    font-family: Arial;
    color: #3C3C3B;
    line-height:19px;
    margin-bottom:12px;
    padding:6px 0 0 10px;
    float:left;
}

.jcarousel-container {
    position: relative;
    border-bottom:1px solid #A6A6A6;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list > li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 464px;
    height: 342px;
    position: relative;
}

.tabitem {
    float:left;
    height:44px;
    text-align:center;
    cursor: pointer;
    padding-right: 30px;
    max-width:220px;
}

td.tabtext {
    z-index:60;
    color: #8C8C8C;
    font-size: 13px;
    line-height: 17px;
    padding: 7px 0px 0 0;
    font-family: Arial;
}

td.tabtext span:hover {
    color: #3C3C3B;
}

table.tabtext {
    height: 100%;
}

.tabselector
{
    position:absolute;
    z-index:50;
    top:0px;
    left:0px;
    color: #3c3c3b;
}

.tabbox {
    overflow:hidden;
    visibility:hidden;
    clear:both;
}

.tabboxes
{
    position:relative;
    padding-left:1px;
}

.tabselectorarrow
{
    position:absolute;
    left:0px;
    top:-6px;
    height:15px;
    width:12px;
    background:transparent url(../../images/layout/sprite.png) no-repeat scroll 0 -189px;
}

.slide_headline1 {
    position:absolute;
    color:#ffffff;
    left:23px;
    top:20px;
    font-size:37px;
    font-weight: normal;
    margin: 0px;
    display:block;
    cursor:pointer;
}

.slide_headline2 {
    position:absolute;
    color:#ffffff;
    left:23px;
    top:46px;
    font-size:18px;
    width:425px;
    font-weight: normal;
    margin: 0px;
    line-height:30px;
    display:block;
    cursor:pointer;
}

.windows_slide_headline2 {
    position:absolute;
    color:#ffffff;
    left:23px;
    top:46px;
    font-size:26px;
    width:425px;
    font-weight: normal;
    margin: 0px;
    line-height:30px;
    display:block;
    cursor:pointer;
}

.slide_headline3 {
    color:#3C3C3B;
    font-family:Arial;
    font-size:13px;
    font-weight:normal;
    left:242px;
    line-height:17px;
    margin:0;
    position:absolute;
    text-align:left;
    top:270px;
    width:340px;
}

.windows_slide_headline2 {
    color:#3c3c3c;
}

.windows_slide_headline3 
{
left:56px;
line-height:19px;
position:absolute;
top:392px;
width:600px;
}

.windows_slide_headline3 a,
.windows_slide_headline3 a:visited
{
	color:#15a1c9;
	text-decoration:underline;
}


.right_slide_category .developer_cat .tabtext,
.right_slide_category .hardware_cat .tabtext,
.right_slide_category .xboxmembership_cat .tabtext,
.right_slide_category .windows_cat .tabtext,
.right_slide_category .gaming_cat .tabtext {
color:#6e6e6e;
}

.right_slide_category .gaming_cat .slide_headline3 {
	bottom:178px;
	width:433px;
}

.right_slide_category .xboxmembership_cat .slide_buy1 
{
left:20px;
position:absolute;
top:264px;
}

.right_slide_category .xboxmembership_cat .slide_buy2 
{
left:382px;
position:absolute;
top:264px;
}

.right_slide_category .xboxmembership_cat .title 
{
font-weight:bold;
padding-bottom:10px;
width:200px;	
}


.right_slide_category .gaming_cat .slide_buy {
bottom:55px;
}

.right_slide_category .showroom 
{
margin-left:20px;
}

.right_slide_category .box1 .jcarousel-container 
{
	border-bottom:0;
}

.right_slide_category .box1,
.right_slide_category .box2
{
padding:100px 0 40px;
position:relative;
width:338px;
float:left;
}

.right_slide_category .vslide_info  
{
	width:258px;
}

.right_slide_category .box2
{
padding-left:22px;
}

.right_slide_category .jcarousel-prev-vertical,
.right_slide_category .jcarousel-next-vertical,
.right_slide_category .jcarousel-clip-vertical,
.right_slide_category .vertical-carousel li, .right_slide_category .vertical-carousel .jcarousel-item  {
width:342px;
}

.right_slide_category .box1 h2,
.right_slide_category .box2 h2
{
position:absolute;
top:20px;
}

.right_slide_category .jcarousel-next-vertical 
{
	bottom:-30px
}



.gaming_cat .slide_buy_price {
	float:none;
	padding:0px;
}

.headlines {
    position:absolute;
    color:#ffffff;
    left:25px;
    top:15px;
    font-size:37px;
    font-weight: normal;
    margin: 0px;
    height:188px;
}

.headlines .slide_headline1 {
    position:relative;
    left:-2px;
    top:0px;
}

.headlines .slide_headline2 {
    position:relative;
    left:0px;
    top:8px;
}

.headlines .slide_headline3 {
    position:absolute !important;
    left:0px !important;
    top:auto !important;
    bottom:4px;
}

.detail_info .mediacolor1, .mediamodule_right
{
	margin-bottom:30px;
	}
	
.detail_info .mediacolor1 .screen_vid ul li > div
{
	background-color:#EAE5F0;
	}
	
.detail_info .mediacolor1 .screen_vid .jcarousel-list, .detail_info .mediacolor1 .screen_vid .jcarousel-list li  
{
	background-color:#EAE5F0;
	}

.detail_info .mediacolor2 .screen_vid ul li > div
{
	background-color:#e1f4f6;
	}

.detail_info .mediacolor2 .screen_vid .jcarousel-list, .detail_info .mediacolor2 .screen_vid .jcarousel-list li  
{
	background-color:#e1f4f6;
	}
	
.mediacolor2 .showroom {
color:#0a98ad;
}	
.mediacolor1 .showroom
{
		color:#774cb5;
}
/* loc de */
.de-DE .right_slide_category .slide_headline2 {
    width:430px;
}
.de-DE .right_slide_category .slide_headline3 {
	bottom:155px;
	width:310px;
}

/* END 2/3 Slider */

/* BIG Slider */

.bigslide .slide_headline2 {
left:24px;
line-height:30px;
}

.bigslide .slide_headline1,
.bigslide .slide_headline2 
{
    color: #1d1d1b;
    font-size: 23px;
}

.bigslide .slide_headline3 
{
    left:26px;
    line-height:19px;
    top:114px;
    width:410px;
}

.bigslide .slide_headline2
{
    top:46px;
}

.bigslide .selected_tabitem .tabtext {
    color:#3C3C3B;
}

.bigslide .slide_buy {
    font-size: 15px;
    bottom:38px;
    left: 26px;
}

.bigslide .slide_buy > div {
    float:left;
}

.bigslide .slide_buy_price {
    padding-left:10px;
    padding-top:5px;
}


.bigslide .slide_buy_price > div.sale > span {
    text-decoration: line-through;
    font-size: 13px;
    padding-right:8px;
    color: #3C3C3B;
}

.bigslide .slide_buy_price > div.sale {
    color: #e6644a;
}


/* END BIG Slider */


/* 1/3 Slider */
.one_3_slide {
    float: right;
    width: 214px;
}
.one_3_slide .slide_headline3 {
    font-size:13px;
    left:158px;
    width:142px;
}

/* END 1/3 Slider */

/* Vertical Scroll */

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-ms .jcarousel-container-vertical {
    width: 464px;
    height: 306px;
    padding: 40px 20px;
}


 .jcarousel-skin-ms .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-ms .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-ms .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ms .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ms .jcarousel-next-disabled-vertical,
.jcarousel-skin-ms .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-ms .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-color: #E3E3E3;
}

.jcarousel-skin-ms .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../../images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-ms .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ms .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ms .jcarousel-prev-disabled-vertical,
.jcarousel-skin-ms .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-ms .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    position: relative;
    background-color: #E3E3E3;
}

.scrollboxes {
    float: left;
    margin-top: 50px;
    margin-bottom: 60px;
    width: 100%;
}

.fr-CA .scrollboxes {
	padding-top: 40px;
}

.scrollboxes .box1, .scrollboxes .box2, .scrollboxes .box3 {
    float:left;
    width: 298px;
}

.scrollboxes .box1, .scrollboxes .box2 {
    margin-right:19px;
}

.scrollboxes h2 {
    font-family:Arial;
    font-size:26px;
    font-weight:normal;
    padding:0 0 11px 0;
}

.scrollboxes h2 a {
    outline: none;
}

.scrollboxes .jcarousel-container {
    margin-top: 37px;
    border: 0px;
    height: 340px;
    width: 298px;
}

.vertical-carousel {
    position: relative;
    padding:3px 0 0 0px;
}

.vertical-carousel .jcarousel-container  {
    position:relative;
}
.vertical-carousel .jcarousel-clip {
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    z-index:2;
}
.vertical-carousel .jcarousel-list {
    left:0;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    top:0;
    z-index:1;
}
.vertical-carousel li, .vertical-carousel  .jcarousel-item {
    background-color:#F4F4F4;
    border-bottom:2px solid #FFFFFF;
    float:left;
    height:86px;
    padding-top:15px;
    list-style:none outside none;
    overflow:hidden;
    width: 298px;
}
.vertical-carousel .jcarousel-next {
    display:none;
    z-index:3;
}
.vertical-carousel .jcarousel-prev {
    display:none;
    z-index:3;
}

.jcarousel-clip-vertical {
    height: 309px;
    width:298px;
    background-color: #ffffff;
    text-align: left;
    top:-3px;
}

.jcarousel-prev-vertical {
    background:url("../../../images/arrow_up.png") no-repeat scroll center center #dddddd;
    height:35px;
    left:0;
    position:absolute;
    top:-37px;
    width:298px;
    cursor: pointer;
}

div.jcarousel-prev-vertical:hover {
    background:url("../../../images/arrow_up_hover.gif") no-repeat scroll center center #e8e8e8;
}

.jcarousel-next-vertical {
    background:url("../../../images/arrow_down.png") no-repeat scroll center center #dddddd;
    height:35px;
    left:0;
    position:absolute;
    bottom:1px;
    width:298px;
    cursor: pointer;
}

div.jcarousel-next-vertical:hover {
    background:url("../../../images/arrow_down_hover.gif") no-repeat scroll center center #e8e8e8;
}

.jcarousel-prev-disabled-vertical, .jcarousel-prev-disabled-vertical:hover {
    background:url("../../../images/arrow_up_disabled.png") no-repeat scroll center center #dddddd !important;
    cursor: default !important;
}

.jcarousel-next-disabled-vertical, .jcarousel-next-disabled-vertical:hover {
    background:url("../../../images/arrow_down_disabled.png") no-repeat scroll center center #dddddd !important;
    cursor: default !important;
}


.vslide_image {
    float:left;
    width: 63px;
    height: 75px;
    overflow: hidden;
    margin-right: 5px;
    padding-left:15px;
}

.vslide_info {
	color:#3C3C3B;
	float:left;
	font-size:12px;
	height:77px;
	line-height:17px;
	margin-top:-8px;
	padding-top:5px;
	position:relative;
	width:215px;
}

.vslide_info div {
    color:#3C3C3B;
    font-size: 15px;
}

.vslide_info > div {
    color:#3C3C3B;
    font-size: 13px;
}

.vslide_info div h3 {
    margin: 0px;
    padding: 0px;
}

.vslide_product_title, .vslide_product_title a {
    color: #e6644a;
    position: relative;
    font-size: 13px;
    outline: none;
} 

.vslide_product_title a:visited {
    color: #e6644a;
} 

.vslide_product_title {
    padding-right: 10px;
}

.vslide_product_price {
    position: relative;
    font-family: Arial;
}
.vslide_product_price .originalPrice {
    text-decoration:line-through;
    display:inline-block;
    padding-right: 5px;
}

.vslide_product_price .discountedPrice {
 color:#E6644A;
 display:inline-block;
}

.vslide_product_price.sale {
    color:#E6644A;
}

.vslide_product_price.sale span {
    color:#3C3C3B;
    font-size:13px;
    padding-right:8px;
    text-decoration:line-through;
}

div.vslide_product_desc {
    font-size: 12px;
}

.vslide_product_buy {
    bottom:-7px;
    position:absolute;
    right:8px;
}
/* END Vertical Scroll */

/* products on category */
.products ul {
    margin-top: 30px;
    width: 702px;
    height: 252px;
}

.products ul li .title a:hover {
    color:#3c3c3b !important;
}

.products ul li, .product_highlights > ul > li {
    float: left;
    width: 222px;
    height: 217px;
    position: relative;
    display: block;
    line-height: 19px;
    padding: 15px 0;
    margin-left:18px;
}

.products ul li:first-child, .product_highlights > ul > li:first-child {
    margin-left:0px;
}

.products .title h2, .product_highlights .title h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 2px 0;
    font-family: Arial;
}

.products .desc h3 {
    font-size: 12px;
    font-weight: normal;
    padding-left: 2px;
}

.products .buy {
    position:absolute;
    bottom: 10px;
    height: 30px;
}

.products .buy > div {
    float: left;
}

.products .buy > div.price {
    width: 100px;
    padding-left: 10px;
    font-size: 15px;
    color: #3c3c3b;
    padding-top: 5px;
}

.product_highlights {
    margin-top: 20px;
    width: 702px;
    height: 280px;
}

.product_highlights .title h2 {
    font-size: 18px;
    font-weight: normal;
    color: #3c3c3b;
    line-height: 23px;
    margin: 0px;
    position: relative;
}

.product_highlights .title h2 sup {
    font-size: 12px;
}

.product_highlights > ul > li {
    background-color: #f4f4f4;
    padding:12px 18px;
    width: 186px;
    height: 189px;
}

.nl-NL .product_highlights .first {
    padding:12px 10px 12px 18px !important;
    width: 194px !important;
}

.product_highlights > ul > li.green {
    background: none !important;
}

.product_highlights .green .desc {
    padding:10px 0 0 14px !important;
}

.product_highlights > ul > li.green h2 {
    color: #3d8510;
}

.product_highlights .button {
    bottom:12px;
    position:absolute;
    right:12px;
    z-index:5;
}

.product_highlights .button a {
    padding:6px 6px 0 8px;
}

.office_overview_slide .jcarousel-item,
.windows_suites .jcarousel-item {
    background-color: #f4f4f4;
}

.product_highlights .title {
    z-index: 5;
    position: relative;
}

.product_highlights .image1 {
    background:url("../../../images/category_banner1.jpg") no-repeat scroll 0 0 transparent;
    height:213px;
    position:absolute;
    width:222px;
    top:0;
    left: 0;
    z-index: 2;
}

.product_highlights .image2 {
    background:url("../../../images/category_banner2.jpg") no-repeat scroll 0 0 transparent;
    height:213px;
    position:absolute;
    width:222px;
    top:0;
    left: 0;
    z-index: 2;
}


.product_highlights .image3 {
    background:url("../../images/dev/category_banner3.jpg") no-repeat scroll 0 0 transparent;
    height:213px;
    position:absolute;
    width:222px;
    top:0;
    left: 0;
    z-index: 2;
}

.product_highlights .desc {
    font-size: 12px;
    color: #4d4d4c;
    line-height: 17px;
    padding: 78px 0 0 14px;
    font-family: Arial;
    position: relative;
    z-index: 5;
}

.product_highlights .desc li {
    list-style: disc;
    margin-bottom: 2px;
}

/* Office Category Page */

.right_slide_category .tabselectorarrow
{
    background: url("../../images/layout/sprite.png") no-repeat scroll 0 -189px transparent;
}

.right_slide_category .slide_headline3
{
	bottom:160px;
    top: auto;
    width: 297px;
    left: 25px;
    line-height: 19px;
}

.right_slide_category .slide_buy_price
{
    margin-bottom: 6px;
}

.right_slide_category .slide_buy
{
    left: 26px;
}

.right_slide_category .slide_headline1, .right_slide_category .slide_headline2
{
    color: #1D1D1B;
}

.right_slide_category .tabtext
{
    color: #f6a82a;
}

.right_slide_category .selected_tabitem .tabtext,
.right_slide_category .selected_tabitem
{
    color: #3C3C3B;
}

/* 10 REASONS */

.ten_reasons .jcarousel-container
{
    border: 0px;
}

.ten_reasons .jcarousel-list li, .ten_reasons .jcarousel-item
{
    display: block;
    float: left;
    height: 160px;
    list-style: none outside none;
    margin-left: 3px;
    overflow: hidden;
    position: relative;
    width: 210px;
}

.ten_reasons .jcarousel-prev
{
    background: url("../../images/layout/scroll_arrow_left.png") no-repeat scroll left center transparent;
    float: left;
    height: 130px;
    width: 30px;
    position: relative;
    cursor: pointer;
}

.ten_reasons .jcarousel-next
{
    cursor: pointer;
    float: right;
    width: 30px;
    height: 130px;
    position: relative;
    background: url("../../images/layout/scroll_arrow_right.png") no-repeat scroll right center transparent;
}

.ten_reasons .jcarousel-prev-disabled
{
    cursor: default !important;
    background: url("../../images/layout/scroll_arrow_left_disabled.png") no-repeat scroll left center transparent;
}

.ten_reasons .jcarousel-next-disabled
{
    cursor: default !important;
    background: url("../../images/layout/scroll_arrow_right_disabled.png") no-repeat scroll right center transparent;
}

.ten_reasons .item
{
    color: #f6a82a;
    padding-bottom: 2px;
    border-bottom: 1px solid #f6a82a;
    width: 20px;
    float: left;
}

.ten_reasons.windows_cat .item
{
    color: #0088c9;
    border-bottom: 1px solid #0088c9;
}

.ten_reasons.windows_cat .jcarousel-prev
{
    background: url("../../images/layout/scroll_arrow_blue_left.png") no-repeat scroll left center transparent;
}

.ten_reasons.windows_cat .jcarousel-next
{
    background: url("../../images/layout/scroll_arrow_blue_right.png") no-repeat scroll right center transparent;
}

.ten_reasons.windows_cat .jcarousel-prev-disabled
{
    background: url("../../images/layout/scroll_arrow_blue_left_disabled.png") no-repeat scroll left center transparent;
}

.ten_reasons.windows_cat .jcarousel-next-disabled
{
    background: url("../../images/layout/scroll_arrow_blue_right_disabled.png") no-repeat scroll right center transparent;
}

.ten_reasons .item_content
{
    color: #3C3C3B;
    float: left;
    line-height: 19px;
    padding-left: 10px;
    padding-right: 15px;
    width: 165px;
}

.ten_reasons .jcarousel-clip
{
    width: 640px;
    height: 160px;
}
.en-GB .ten_reasons .jcarousel-clip
{
    height:180px;
}

.ten_reasons .jcarousel-container
{
    width: 702px;
}

.ten_reasons
{
    margin-top: 40px;
    visibility:hidden;
}

.ten_reasons > h2, .office_overview_slide > h2, .windows_suites > h2
{
    padding-bottom: 20px;
    font-size: 26px;
    color:#3c3c3b;
    line-height: normal;
    margin-left: 20px;
}

/* END 10 REASONS */

/* office suites slide*/

.office_overview_slide,
.windows_suites {
    margin-top: 30px;
}

.office_overview_slide .headlines,
.windows_suites .headlines {
    left:183px;
    position:absolute;
    top:32px;
}

.office_overview_slide .headlines .col {
    float:left;
    font-size:13px;
    height:30px;
    text-align:center;
    width:153px;
    background:none;
}

.office_overview_slide .headlines .col h3, .office_overview_slide .col h4 {
    font-size:13px;
    width:153px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.office_overview_slide .office-suites .col {
    float:none;
    font-size:13px;
    height:16px;
    line-height:normal;
    padding-top:12px;
    position:relative;
    text-align:left;
    width:153px;
}

.office_overview_slide .office-suites {
    left:30px;
    position:absolute;
    top:63px;
}

.office_overview_slide .green {
    background: none;
    color: #66a33a;
}

.office_overview_slide .blue {
    background: none;
    color: #14a1c9;
}

.office_overview_slide .navy {
    color: #446295;
}

.office_overview_slide .tabselectorarrow,
.windows_suites .tabselectorarrow {
    background:url("../../images/layout/sprite.png") no-repeat scroll -47px -183px transparent;
}



.office_overview_slide .tabboxes,
.windows_suites .tabboxes {
    left:0px;
}

.office_overview_slide td.tabtext,
.windows_suites td.tabtext {
    padding-left:56px;
    padding-top: 4px;
}

.office_overview_slide table.tabtext,
.windows_suites table.tabtext {
    margin-left:10px;
}

.office_overview_slide .tabitem,
.windows_suites .tabitem {
    height:64px;
	margin-top:13px;
	padding-right:0;
	width:173px;
}

.office_overview_slide .tabtext,
.windows_suites .tabtext {
    color:#706f6f;
}

.office_overview_slide .selected_tabitem .tabtext,
.windows_suites .selected_tabitem .tabtext {
    color:#3C3C3B;
}

.office_overview_slide .suite_tab1 {
    background:url("../../images/layout/office_suite1_active.png") no-repeat scroll -31px -31px transparent;
}

.office_overview_slide .suite_tab2 {
    background:url("../../images/layout/office_suite2_active.png") no-repeat scroll -31px -31px transparent;
}

.office_overview_slide .suite_tab3 {
    background:url("../../images/layout/office_suite3_active.png") no-repeat scroll -25px -31px transparent;
}

.office_overview_slide .suite_tab4 {
    background:url("../../images/layout/office_suite4_active.png") no-repeat scroll -31px -31px transparent;
}

.office_overview_slide .suite_tab1 {
    background:url("../../images/layout/office_suite1_inactive.png") no-repeat scroll -31px -31px transparent;
}

.office_overview_slide .suite_tab2 {
    background:url("../../images/layout/office_suite2_inactive.png") no-repeat scroll -31px -31px transparent;
}

.office_overview_slide .suite_tab3 {
    background:url("../../images/layout/office_suite3_inactive.png") no-repeat scroll -25px -31px transparent;
}

.office_overview_slide .suite_tab4 {
    background:url("../../images/layout/office_suite4_inactive.png") no-repeat scroll -31px -31px transparent;
}

.office_overview_slide .selected_tabitem .suite_tab1, .office_overview_slide .suite_tab1:hover {
    background:url("../../images/layout/office_suite1_active.png") no-repeat scroll -31px -31px transparent;
    color:#3C3C3B;
}

.office_overview_slide .selected_tabitem .suite_tab2, .office_overview_slide .suite_tab2:hover {
    background:url("../../images/layout/office_suite2_active.png") no-repeat scroll -31px -31px transparent;
    color:#3C3C3B;
}

.office_overview_slide .selected_tabitem .suite_tab3, .office_overview_slide .suite_tab3:hover {
    background:url("../../images/layout/office_suite3_active.png") no-repeat scroll -25px -31px transparent;
    color:#3C3C3B;
}

.office_overview_slide .selected_tabitem .suite_tab4, .office_overview_slide .suite_tab4:hover {
    background:url("../../images/layout/office_suite4_active.png") no-repeat scroll -31px -31px transparent;
    color:#3C3C3B;
}


.office_overview_slide .suite_learnmore,
.windows_suites .suite_learnmore {
    position:absolute;
    right:30px;
    top:33px;
}

.office_overview_slide .office_home_student .suite_logos {
    background:url("../../images/layout/office_suites.png") no-repeat scroll 0 0 transparent;
    height:27px;
    position:absolute;
    left:28px;
    top:71px;
    width:123px;
}

.office_overview_slide .office_home_student .suite_logo {
    background:url("../../images/layout/office_suite_logos.png") no-repeat scroll -209px -2px transparent;
    height:122px;
    left:55px;
    position:absolute;
    top:137px;
    width:122px;
}

.office_overview_slide .office_home_business .suite_logo {
    background:url("../../images/layout/office_suite_logos.png") no-repeat scroll -111px -2px transparent;
    height:144px;
    left:69px;
    position:absolute;
    top:131px;
    width:90px;
}

.office_overview_slide .office_home_business .suite_logos {
    background:url("../../images/layout/office_suites.png") no-repeat scroll 0 -28px transparent;
    height:27px;
    position:absolute;
    left:28px;
    top:71px;
    width:230px;
}


.office_overview_slide .office_professional .suite_logo {
    background:url("../../images/layout/office_suite_logos.png") no-repeat scroll -1px -3px transparent;
    height:120px;
    left:63px;
    position:absolute;
    top:141px;
    width:110px;
}

.office_overview_slide .office_professional .suite_logos {
    background:url("../../images/layout/office_suites.png") no-repeat scroll 0 -60px transparent;
    height:27px;
    position:absolute;
    left:28px;
    top:71px;
    width:235px;
}

.office_overview_slide div.office h2,
.windows_suites div.office h2 {
    font-size:35px;
    left:27px;
    position:absolute;
    margin: 0px;
    padding: 0px;
    top:28px;
}

.office_overview_slide div.office ul,
.office_overview_slide div.office table,
.windows_suites div.office table {
    left:214px;
    position:absolute;
    top:116px;
    width:480px;
}

.nl-NL .office_overview_slide div.office ul, 
.nl-NL .office_overview_slide div.office table, 
.it-IT .office_overview_slide div.office ul, 
.it-IT .office_overview_slide div.office table {
	top:105px;
}

.office_overview_slide .col h4 {
    font-weight: bold !important;
}

.office_overview_slide .tabbox,
.windows_suites .tabbox {
    border-bottom:1px solid #A6A6A6;
}


.office_overview_slide div.office li,
.office_overview_slide div.office td,
.win_suite td {
    background:url("../../images/layout/office_check.png") no-repeat scroll 0 4px transparent;
    float:left;
    font-family:Arial;
    font-size:12px;
    height:61px;
    line-height:19px;
    padding:0 20px 0 24px;
    width:196px;
}

.win_suite td {
    float:none;
    background:url("../../images/layout/office_check.png") no-repeat scroll 0 16px transparent;
}

.win_suite table {
left:249px;
position:absolute;
top:88px;
    width:450px;
}

.windows_home {
    width:702px;
    height:306px;
}


.win_suite .suite_learnmore > div
{
	margin-right:10px !important;
}

.office_overview_slide div.office td,
.windows_suites div.office td, {
    height:auto;
    padding:0 20px 5px 24px;
}

/* ----------------------------- Product Details Page ------------------------------ */

.detail_info .detail_slide {
    width: 462px;
    float:left;
    margin-top:40px;
}

.product_buy 
{
	clear:both;
	}

.detail_info .tabitem {
    cursor:pointer;
    float:left;
    height:50px;
    text-align:left;
    display: block;
    padding-right: 0;
}

.detail_info .tabselectorarrow {
    background:url("../../images/layout/sprite.png") no-repeat scroll 0 -183px transparent;
	bottom:-4px;
	height:15px;
	left:0;
	position:absolute;
	top:auto;
	width:12px;
}

.detail_info .tabitem {
    padding: 0 20px 0 0 !important;
    height:auto;
    float:none !important;
    display:table-cell !important;
    text-align:center;
}

.detail_info .screen_vid .tabitem {
    padding-right: 0px;
}

.detail_info td.tabtext {
    font-family:Arial;
    font-size:12px;
    line-height:17px;
    padding:10px 0 0 0;
    z-index:60;
}

.detail_info .tabselector {
	bottom:0;
	color:#3C3C3B;
	left:0;
	position:absolute;
	top:auto;
	z-index:9;
}

#productinfo {
    visibility: hidden;
}

.detail_info .tabboxes {
    left:0px;
    position:relative;
    overflow: hidden;
    width: 100%;
    padding-bottom:10px;
    border-bottom: 1px solid #A6A6A6;
}

.detail_info .selected_tabitem .tabtext,
.detail_info .selected_tabitem {
    color:#3C3C3B !important;
    cursor:default;
}

.detail_info .tabbox {
    position: relative;
}

.detail_info ul li > div > div {
    line-height: 19px;
    padding:30px;
}

.detail_info ul li > div > div h3 {
    font-size: 17px;
    margin-bottom: 48px;
    font-weight:normal;
    font-family:Arial;
}

.detail_info ul li > div > div a {
    text-decoration: underline;
}

.detail_info ul li > div {
    background-color: #f4f4f4;
    position: relative;
    font-size: 13px;
    font-family: Arial;
}

.detail_info .jcarousel-list, .detail_info .jcarousel-list li {
    background-color: #f4f4f4;
}

.detail_info ul li > div > div ul {
    margin-bottom: 20px;
    margin-left: 13px;
}

.detail_info ul li > div > div li {
    list-style: disc;
}


.tabbox.bigslide 
{
	float: left;
	padding-top:10px;	
}

.labellist strong {
padding-right:5px;
}

.ms-store .beforeYouBuyImage 
{
	display:inline-block;
	float:none;
	width:60px;
}
/* localized */

/* hero on category */
/* 10 reasons on category  */
.de-DE .ten_reasons .jcarousel-clip, 
.de-DE .ten_reasons .jcarousel-list li, 
.de-DE .ten_reasons .jcarousel-item {
	height:190px;	
}

/* 10 reasons on category  */
.en-AU .ten_reasons .jcarousel-clip, 
.en-AU .ten_reasons .jcarousel-list li, 
.en-AU .ten_reasons .jcarousel-item,

.en-CA .ten_reasons .jcarousel-clip, 
.en-CA .ten_reasons .jcarousel-list li, 
.en-CA .ten_reasons .jcarousel-item,
.en-GB .ten_reasons .jcarousel-clip, 
.en-GB .ten_reasons .jcarousel-list li, 
.en-GB .ten_reasons .jcarousel-item,
.en-US .ten_reasons .jcarousel-clip, 
.en-US .ten_reasons .jcarousel-list li, 
.en-US .ten_reasons .jcarousel-item {
	height:168px;	
}

.fr-CA .ten_reasons .jcarousel-clip, 
.fr-CA .ten_reasons .jcarousel-list li, 
.fr-CA .ten_reasons .jcarousel-item,
.fr-FR .ten_reasons .jcarousel-clip, 
.fr-FR .ten_reasons .jcarousel-list li, 
.fr-FR .ten_reasons .jcarousel-item,
.nl-NL .ten_reasons .jcarousel-clip, 
.nl-NL .ten_reasons .jcarousel-list li, 
.nl-NL .ten_reasons .jcarousel-item,
.sv-SE .ten_reasons .jcarousel-clip, 
.sv-SE .ten_reasons .jcarousel-list li, 
.sv-SE .ten_reasons .jcarousel-item,
.da-DK .ten_reasons .jcarousel-clip, 
.da-DK .ten_reasons .jcarousel-list li, 
.da-DK .ten_reasons .jcarousel-item,
.nb-NO .ten_reasons .jcarousel-clip, 
.nb-NO .ten_reasons .jcarousel-list li, 
.nb-NO .ten_reasons .jcarousel-item
{
	height:210px;	
}

.fi-FI .ten_reasons .jcarousel-clip, 
.fi-FI .ten_reasons .jcarousel-list li, 
.fi-FI .ten_reasons .jcarousel-item
{
	height:230px;	
}


.es-ES .ten_reasons .jcarousel-clip, 
.es-ES .ten_reasons .jcarousel-list li, 
.es-ES .ten_reasons .jcarousel-item,
.it-IT .ten_reasons .jcarousel-clip, 
.it-IT .ten_reasons .jcarousel-list li, 
.it-IT .ten_reasons .jcarousel-item
{
	height:230px;	
}

.en-US .landing_trust_banner .jcarousel-item li,
.fr-CA .landing_trust_banner .jcarousel-item li,
.fr-FR .landing_trust_banner .jcarousel-item li,
.nl-NL .landing_trust_banner .jcarousel-item li,
.es-ES .landing_trust_banner .jcarousel-item li,
.it-IT .landing_trust_banner .jcarousel-item li,
.da-DK .landing_trust_banner .jcarousel-item li,
.sv-SE .landing_trust_banner .jcarousel-item li,
.fi-FI .landing_trust_banner .jcarousel-item li,
.nb-NO .landing_trust_banner .jcarousel-item li
 {
	height:auto !important;	
	padding:0 10px 10px 30px;
	width:auto;
}

.fr-CA .landing_trust_banner .jcarousel-item-2 .item4,
.fr-FR .landing_trust_banner .jcarousel-item-2 .item4 {
background:none;
}

.de-DE .landing_trust_banner .jcarousel-item li {
padding:0 10px 10px 30px;
width:auto;
}

.landing_trust_banner .jcarousel-item ul {
float:left;
width:50%;
}

.de-DE .landing_trust_banner .jcarousel-item-1 .item1 {
height:110px;
}
.de-DE .landing_trust_banner .jcarousel-item-1 .item2 {
height:60px;
}
.de-DE .landing_trust_banner .jcarousel-item-1 .item3 {
height:67px;
}
.de-DE .landing_trust_banner .jcarousel-item-1 .item4 {
height:86px;
}
.de-DE .landing_trust_banner .jcarousel-item-1 .item5 {
height:60px;
}

.de-DE .landing_trust_banner .jcarousel-item-2 .item1 {
height:55px;
}
.de-DE .landing_trust_banner .jcarousel-item-2 .item2 {
height:110px;
}
.de-DE .landing_trust_banner .jcarousel-item-2 .item3 {
height:55px;
}
.de-DE .landing_trust_banner .jcarousel-item-2 .item4 {
background:none;
}

.en-AU .landing_trust_banner .jcarousel-item li,
.en-GB .landing_trust_banner .jcarousel-item li,
.en-CA .landing_trust_banner .jcarousel-item li {
padding:0 10px 10px 30px;
width:auto;
}

.en-AU .landing_trust_banner .jcarousel-item-1 .item1,
.en-GB .landing_trust_banner .jcarousel-item-1 .item1,
.en-CA .landing_trust_banner .jcarousel-item-1 .item1 {
height:60px;
}

.en-AU .landing_trust_banner .jcarousel-item-1 .item2,
.en-GB .landing_trust_banner .jcarousel-item-1 .item2,
.en-CA .landing_trust_banner .jcarousel-item-1 .item2 {
height:77px;
}

.en-AU .landing_trust_banner .jcarousel-item-1 .item3,
.en-GB .landing_trust_banner .jcarousel-item-1 .item3,
.en-CA .landing_trust_banner .jcarousel-item-1 .item3 {
height:67px;
}

.en-AU .landing_trust_banner .jcarousel-item-1 .item4,
.en-GB .landing_trust_banner .jcarousel-item-1 .item4,
.en-CA .landing_trust_banner .jcarousel-item-1 .item4 {
height:60px;
}

.en-AU .landing_trust_banner .jcarousel-item-1 .item5,
.en-GB .landing_trust_banner .jcarousel-item-1 .item5,
.en-CA .landing_trust_banner .jcarousel-item-1 .item5 {
height:60px;
}

.en-AU .landing_trust_banner .jcarousel-item-2 .item1,
.en-GB .landing_trust_banner .jcarousel-item-2 .item1,
.en-CA .landing_trust_banner .jcarousel-item-2 .item1 {
height:55px;
}

.en-AU .landing_trust_banner .jcarousel-item-2 .item2,
.en-GB .landing_trust_banner .jcarousel-item-2 .item2,
.en-CA .landing_trust_banner .jcarousel-item-2 .item2 {
height:110px;
}

.en-AU .landing_trust_banner .jcarousel-item-2 .item3,
.en-GB .landing_trust_banner .jcarousel-item-2 .item3,
.en-CA .landing_trust_banner .jcarousel-item-2 .item3 {
height:185px;
}

.en-AU .landing_trust_banner .jcarousel-item-2 .item4,
.en-GB .landing_trust_banner .jcarousel-item-2 .item4,
.en-CA .landing_trust_banner .jcarousel-item-2 .item4 {
height:55px;
background:none;
}

.fr-CA .landing_trust_banner .jcarousel-clip, 
.fr-FR .landing_trust_banner .jcarousel-clip,
.fr-CA .landing_trust_banner .jcarousel-container,
.fr-FR .landing_trust_banner .jcarousel-container,
.fr-CA .landing_trust_banner .jcarousel-item,
.fr-FR .landing_trust_banner .jcarousel-item
{
	height:286px !important;	
}

.es-ES .landing_trust_banner .jcarousel-clip, 
.es-ES .landing_trust_banner .jcarousel-clip,
.es-ES .landing_trust_banner .jcarousel-container,
.es-ES .landing_trust_banner .jcarousel-container,
.es-ES .landing_trust_banner .jcarousel-item,
.es-ES .landing_trust_banner .jcarousel-item,
.nl-NL .landing_trust_banner .jcarousel-clip, 
.nl-NL .landing_trust_banner .jcarousel-clip,
.nl-NL .landing_trust_banner .jcarousel-container,
.nl-NL .landing_trust_banner .jcarousel-container,
.nl-NL .landing_trust_banner .jcarousel-item,
.nl-NL .landing_trust_banner .jcarousel-item,
.da-DK .landing_trust_banner .jcarousel-clip, 
.da-DK .landing_trust_banner .jcarousel-container,
.da-DK .landing_trust_banner .jcarousel-item,
.nb-NO .landing_trust_banner .jcarousel-clip, 
.nb-NO .landing_trust_banner .jcarousel-container,
.nb-NO .landing_trust_banner .jcarousel-item
{
	height:310px !important;	
}

.de-DE .office_overview_slide .jcarousel-clip,
.de-DE .office_overview_slide .jcarousel-container,
.de-DE .office_overview_slide .jcarousel-item
{
	height:342px !important;	
}

.fr-FR .office_overview_slide .jcarousel-clip,
.fr-FR .office_overview_slide .jcarousel-container,
.fr-FR .office_overview_slide .jcarousel-item,
.fr-CA .office_overview_slide .jcarousel-clip,
.fr-CA .office_overview_slide .jcarousel-container,
.fr-CA .office_overview_slide .jcarousel-item
{
	height:342px !important;	
}

.fr-FR .office_overview_slide div.office h2,
.fr-CA .office_overview_slide div.office h2,
.nl-NL .office_overview_slide div.office h2
{
	font-size:29px;	
	top:33px;
}

.left_content_slide h1 a, .right_content_slide h1 a,
.left_content_slide h2 a, .right_content_slide h2 a
{
	color:#1D1D1B;
	font-size:26px;
}

.left_content_slide .slide_headline2, .right_content_slide .slide_headline2
{
	left:24px;
	top:45px;
	line-height: 22px;
}
.left_content_slide .slide_buy_price, .right_content_slide .slide_buy_price
{
	margin-bottom:3px;
	padding-left: 0;
}

.left_content_slide .slide_headline3, .right_content_slide .slide_headline3 
{
	top:250px;
}
.left_content_slide .slide_buy_price
{
	float:none;
}

.right_content_slide .slide_buy_price 
{
	float:none;
}


.left_content_slide, .right_content_slide
{
	margin-top:10px;
}

.right_content_slide .slide_headline3 {
	font-size:13px;
	left:150px;
	width:150px;
}

.jcarousel-item > img 
{
	cursor:pointer;
}

.right_content_slide .slide_headline1_1 {
left:24px;
position:absolute;
top:30px;
color:#3c3c3c;
}

.right_content_slide .slide_headline1 {
font-size:22px;
}

.msie-7 .right_content_slide .tabitem {
padding-right:20px;
}

.msie-8 .right_content_slide .tabitem {
padding-right:20px;
}


/* ie 7 fix for 2/3 und 1/3 banner h1 headlines */
.msie-7 .right_content_slide .slide_headline1 {
	top: 10px;
}

.slide_buy_win_1 {
left:56px;
position:absolute;
top:310px;
}

.slide_buy_win_2 {
left:282px;
position:absolute;
top:310px;
}

.slide_buy_win_3 {
left:506px;
position:absolute;
top:310px;
}

.title_buy
{
font-size:13px;
min-height:20px	;
}

.win_suite h2 {
	font-size:35px;
	left:27px;
	margin:0;
	padding:0;
	position:absolute;
	top:28px;
}

.windows_home .suite_logo {
background:url("../../images/layout/windows7home.png") no-repeat scroll 0 0 transparent;
height:150px;
left:71px;
position:absolute;
top:102px;
width:122px;
}

.windows_suites .selected_tabitem .suite_tab1,
.windows_suites .suite_tab1:hover {
background:url("../../images/layout/win7_student.png") no-repeat scroll 5px 2px transparent;
}

.windows_suites .suite_tab1:hover {
color:#3C3C3B;
}

.windows_suites .suite_tab1 {
background:url("../../images/layout/win7_student_sw.png") no-repeat scroll 5px 2px transparent;
}

.windows_suites .selected_tabitem .suite_tab2,
.windows_suites .suite_tab2:hover {
background:url("../../images/layout/win7_business.png") no-repeat scroll 5px 2px transparent;
}

.windows_suites .suite_tab2 {
background:url("../../images/layout/win7_business_sw.png") no-repeat scroll 5px 2px transparent;
}

.windows_suites .suite_tab2:hover {
color:#3C3C3B;
}

.windows_suites .selected_tabitem .suite_tab3,
.windows_suites .suite_tab3:hover {
background:url("../../images/layout/win7_ultimate.png") no-repeat scroll 5px 2px transparent;
}

.windows_suites .suite_tab3 {
background:url("../../images/layout/win7_ultimate_sw.png") no-repeat scroll 5px 2px transparent;
}
.windows_suites .suite_tab3:hover {
color:#3C3C3B;
}

.fi-FI .office_overview_slide .office_home_business li 
{
	padding:0 20px 6px 24px;
	height:auto;
}

.fi-FI .office_overview_slide .office_home_business ul
{
	top:88px;
}

.fi-FI .office_overview_slide .office_professional ul
{
	top:104px;
}

.fi-FI .office_overview_slide .office_professional li 
{
	height:77px;
}

.da-DK .right_slide_category .slide_headline1 
{
	width:543px;
}

.da-DK .right_slide_category .slide_headline2
{
	top:67px;
}

.left_content_slide .headlines
{
left:24px;
top:15px;
width:550px;
position:absolute;
}


.right_slide_category .hardware_cat .slide_buy {
bottom:52px;
left:254px;
}

.right_slide_category .hardware_cat .slide_headline3 {
bottom:auto;
left:254px;
top:118px;
width:260px;
}

.right_slide_category .hardware_cat .slide_buy_price {
float:none;
margin-bottom:6px;
padding-left:0;
}


.headlines > h1
{
	color: #3c3c3c;
	font-size:23px;
	line-height:19px;
	margin:0px 0px 3px;
}

.headlines > h2
{
	color: #3c3c3c;
	font-size:23px;
	line-height:19px;
	margin-bottom:5px;
}

.headlines > div {
font-size:12px;
padding-top:10px;
color:#3c3c3c;
width:275px;
line-height:18px;
}

.bigslide .headlines > div {
width:375px;
}

.right_content_slide .headlines > h1
{
	color: #3c3c3c;
	font-size:23px;
	line-height:19px;
	margin:0px 0px 3px;
	margin-left:-2px;
}

.right_content_slide .headlines > h2
{
	color: #3c3c3c;
	font-size:23px;
	line-height:19px;
	margin-left:-1px;
}

.right_content_slide .headlines > div {
color:#3C3C3C;
font-size:12px;
line-height:18px;
width:200px;
padding-top:10px;
}

.right_content_slide .headlines > div.absolute {
color:#3C3C3C;
font-size:12px;
left:-4px;
line-height:18px;
position:absolute;
top:197px;
width:260px;
}

.right_content_slide .headlines {
    left:20px;
}


.right_slide_category .headlines > h1
{
	color: #3c3c3c;
	font-size:23px;
	line-height:19px;
	margin:0px 0px 3px;
}

.right_slide_category .headlines > h2
{
	color: #3c3c3c;
	font-size:23px;
	line-height:19px;
}

.right_slide_category .headlines > div {
font-size:12px;
padding-top:10px;
color:#3c3c3c;
width:275px;
line-height:18px;
}

.developer_cat .slide_buy_price
{
	float:none;
	padding-left:0;
}

.office_overview_slide li:first-child > img 
{
	cursor:default;
}

.right_slide_category .gaming_cat .headlines > div 
{
	width:475px;
}

.right_slide_category .hardware_cat .headlines > div {
padding-left:225px;
width:265px;
}

.office_overview_slide div.office td 
{
	height:auto;
	padding-bottom:4px;
}