 /* 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;
    font-size:22px;
}

.slide_headline4 {
    left:26px;
    position:absolute;
    top:254px;
}

.scrollboxes .box1, .scrollboxes .box2 {
    margin-right: 19px;
}

.scrollboxes h2 {
	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 #FFF;
    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: #FFF;
    text-align: left;
    top: -3px;
}

.jcarousel-prev-vertical {
    background: url("../../images/layout/sprite.png") no-repeat center -1639px #DDD;
    height: 35px;
    left: 0;
    position: absolute;
    top: -37px;
    width: 298px;
    cursor: pointer;
}

div.jcarousel-prev-vertical:hover {
    background: url("../../images/layout/sprite.png") no-repeat center -1688px #E8E8E8;
}

.jcarousel-next-vertical {
    background: url("../../images/layout/sprite.png") no-repeat center -1487px #DDD;
    height: 35px;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 298px;
    cursor: pointer;
}

div.jcarousel-next-vertical:hover {
    background: url("../../images/layout/sprite.png") no-repeat center -1587px #E8E8E8;
}

.jcarousel-prev-disabled-vertical, .jcarousel-prev-disabled-vertical:hover {
    background: url("../../images/layout/sprite.png") no-repeat center -1439px #DDD !important;
    cursor: default !important;
}

.jcarousel-next-disabled-vertical, .jcarousel-next-disabled-vertical:hover {
    background: url("../../images/layout/sprite.png") no-repeat center -1537px #DDD !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;
}

.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-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-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-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/layout/sprite.png") no-repeat  0 -5358px transparent; 
}

.landing_trust_banner li > div > ul > li.item2 {
    background: url("../../images/layout/sprite.png") no-repeat -347px -5358px transparent; 
}

.landing_trust_banner li > div > ul > li.item3 {
    background: url("../../images/layout/sprite.png") no-repeat 0 -5572px transparent; 
}

.landing_trust_banner li > div > ul > li.item4 {
    background: url("../../images/layout/sprite.png") no-repeat -347px -5572px transparent; 
}

.landing_trust_banner li > div > ul > li.item5 {
    background: url("../../images/layout/sprite.png") no-repeat 0 -5803px transparent; 
}

.landing_trust_banner li > div > ul > li.item6 {
    background: url("../../images/layout/sprite.png") no-repeat -347px -1221px 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;
    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;
    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;
}

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 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:#FFF;
    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:#FFF;
    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-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, .right_slide_category .twoItems .slide_buy1 {
    left:20px;
    position:absolute;
    top:264px;
}

.right_slide_category .xboxmembership_cat .slide_buy2, .right_slide_category .twoItems .slide_buy2 {
    left:382px;
    position:absolute;
    top:264px;
}

.right_slide_category .xboxmembership_cat .title, .right_slide_category .twoItems .title {
    font-weight:bold;
    padding-bottom:10px;
    width:200px;	
}

.right_slide_category .gaming_cat .slide_buy {
	bottom:55px;
}

.right_slide_category .tabbox .slide_buy_price .originalPrice {
	float: left;
}

.right_slide_category .showroom {
	margin-left:20px;
	line-height: 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;
    font-size: 22px;
}

.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;
}

.detail_info .mediacolor3 .screen_vid .jcarousel-list, .detail_info .mediacolor3 .screen_vid .jcarousel-list li {
    background-color: #F4F4F4;
}

.mediacolor3 .showroom {
	color:#3C3C3B;
}

.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;
}

.one_3_slide {
    float: right;
    width: 214px;
}

.one_3_slide .slide_headline3 {
    font-size:13px;
    left:158px;
    width:142px;
}

.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%;
}

.scrollboxes .box1, .scrollboxes .box2, .scrollboxes .box3 {
    float:left;
    width: 298px;
}

.scrollboxes .box1, .scrollboxes .box2 {
    margin-right:19px;
}

.scrollboxes h2 {
    font-size:23px;
    font-weight:normal;
    padding:0 0 11px 0;
}

.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/layout/sprite.png") no-repeat scroll center -1639px #DDDDDD;
    height:35px;
    left:0;
    position:absolute;
    top:-37px;
    width:298px;
    cursor: pointer;
}

div.jcarousel-prev-vertical:hover {
    background: url("../../images/layout/sprite.png") no-repeat scroll center -1689px #E8E8E8;
}

.jcarousel-next-vertical {
    background: url("../../images/layout/sprite.png") no-repeat scroll center -1487px #DDDDDD !important;
    height:35px;
    left:0;
    position:absolute;
    bottom:1px;
    width:298px;
    cursor: pointer;
}

div.jcarousel-next-vertical:hover {
    background: url("../../images/layout/sprite.png") no-repeat scroll center -1588px #E8E8E8 !important;
}

.jcarousel-prev-disabled-vertical, .jcarousel-prev-disabled-vertical:hover {
    background: url("../../images/layout/sprite.png") no-repeat scroll center -1437px #DDDDDD !important;
    cursor: default !important;
}

.jcarousel-next-disabled-vertical, .jcarousel-next-disabled-vertical:hover {
    background: url("../../images/layout/sprite.png") no-repeat scroll center -1538px #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: 3px;
}

.vslide_product_price {
    position: relative;
}
.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;
}

.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;
}

.products .title h2 {
    font-family: Arial,Verdana,Helvetica,sans-serif;
}

.products .desc h3 {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    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, .product_highlights .title p.subHead, .product_highlights p.subHead {
    font-family: 'Segoe UI Light','SegoeUI',sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #3c3c3b;
    line-height: 21px;
    margin: 0px;
    position: relative;
}

.product_highlights .title h2 sup {
    font-size: 12px;
}

.product_highlights > ul > li {
    background-color: #f4f4f4;
    padding:12px 5px 12px 18px;
    width: 199px;
    height: 189px;
}

.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;
}

.office_overview_slide .jcarousel-item, .windows_suites .jcarousel-item {
    background-color: #f4f4f4;
}

.product_highlights .title {
    z-index: 5;
    position: relative;
}

.product_highlights .desc {
    font-size: 12px;
    color: #4d4d4c;
    line-height: 17px;
    padding: 78px 0 0 14px;
    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/sprite.png") no-repeat scroll 1px -2367px 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/sprite.png") no-repeat scroll -92px -2367px transparent;
}

.ten_reasons .jcarousel-prev-disabled {
    cursor: default !important;
    background: url("../../images/layout/sprite.png") no-repeat scroll -49px -2367px transparent;
}

.ten_reasons .jcarousel-next-disabled {
    cursor: default !important;
    background: url("../../images/layout/sprite.png") no-repeat scroll -142px -2367px transparent;
}

.ten_reasons .item {
    color: #f6a82a;
    padding-bottom: 4px;
    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/sprite.png") no-repeat scroll 1px -2795px transparent;
}

.ten_reasons.windows_cat .jcarousel-next {
    background: url("../../images/layout/sprite.png") no-repeat scroll -92px -2795px transparent;
}

.ten_reasons.windows_cat .jcarousel-prev-disabled {
    background: url("../../images/layout/sprite.png") no-repeat scroll -49px -2795px transparent;
}

.ten_reasons.windows_cat .jcarousel-next-disabled {
    background: url("../../images/layout/sprite.png") no-repeat scroll -142px -2795px 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;
}

.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: 23px;
    color:#3c3c3b;
    line-height: normal;
    margin-left: 20px;
}

/* END 10 REASONS */

/* office suites slide*/
.officesuites_overview_slide div.office h3 {
    left: 27px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 28px;
}

.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: 13px;
}

.office_overview_slide .office-suites .col {
    float:none;
    font-size:13px;
    height:16px;
    line-height:normal;
    padding-top:12px;
    position:relative;
    text-align:left;
}

.office_overview_slide .office-suites {
    left:30px;
    position:absolute;
    top:63px;
    width:100%;
}

.office-suites h4 {
    background-color:#F4F4F4;
    float:left;
    width:auto !important;
    padding-right:5px !important;
}

.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/sprite.png") no-repeat scroll -1px -2054px transparent;
}

.office_overview_slide .suite_tab2 {
    background:url("../../images/layout/sprite.png") no-repeat scroll -318px -2058px transparent;
}

.office_overview_slide .suite_tab3 {
    background:url("../../images/layout/sprite.png") no-repeat scroll 13px -2252px transparent;
}

.office_overview_slide .suite_tab4 {
    background:url("../../images/layout/sprite.png") no-repeat scroll -321px -2247px transparent;
}

.office_overview_slide .selected_tabitem .suite_tab1, .office_overview_slide .suite_tab1:hover {
    background:url("../../images/layout/sprite.png") no-repeat scroll -1px -1952px transparent;
    color:#3C3C3B;
}

.office_overview_slide .selected_tabitem .suite_tab2, .office_overview_slide .suite_tab2:hover {
    background:url("../../images/layout/sprite.png") no-repeat scroll -318px -1956px transparent;
    color:#3C3C3B;
}

.office_overview_slide .selected_tabitem .suite_tab3, .office_overview_slide .suite_tab3:hover {
    background:url("../../images/layout/sprite.png") no-repeat scroll 13px -2155px transparent;
    color:#3C3C3B;
}

.office_overview_slide .selected_tabitem .suite_tab4, .office_overview_slide .suite_tab4:hover {
    background: url("../../images/layout/sprite.png") no-repeat scroll -321px -2150px 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/sprite.png") no-repeat scroll 1px -2681px transparent;
    height:27px;
    position:absolute;
    left:28px;
    top:71px;
    width:123px;
}

.office_overview_slide .office_home_student .suite_logo {
    background: url("../../images/layout/sprite.png") no-repeat scroll -209px -4270px transparent;
    height:122px;
    left:55px;
    position:absolute;
    top:137px;
    width:120px;
}

.office_overview_slide .office_home_business .suite_logo {
    background:url("../../images/layout/sprite.png") no-repeat scroll -111px -4270px transparent;
    height:144px;
    left:69px;
    position:absolute;
    top:131px;
    width:90px;
}

.office_overview_slide .office_home_business .suite_logos {
    background:url("../../images/layout/sprite.png") no-repeat scroll 1px -2709px transparent;
    height:27px;
    position:absolute;
    left:28px;
    top:71px;
    width:230px;
}

.office_overview_slide .office_professional .suite_logo {
    background:url("../../images/layout/sprite.png") no-repeat scroll -1px -4270px transparent;
    height:120px;
    left:63px;
    position:absolute;
    top:141px;
    width:110px;
}

.office_overview_slide .office_professional .suite_logos {
    background:url("../../images/layout/sprite.png") no-repeat scroll 1px -2741px transparent;
    height:27px;
    position:absolute;
    left:28px;
    top:71px;
    width:235px;
}

.office_overview_slide div.office h2, .windows_suites div.office h2 {
    font-size:27px;
    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;
}

.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/sprite.png") no-repeat scroll 0 -2552px transparent;
    float:left;
    font-size:12px;
    height:61px;
    line-height:19px;
    padding:0 20px 0 24px;
    width:196px;
}

.win_suite td {
    float:none;
    background:url("../../images/layout/sprite.png") no-repeat scroll 0 -2540px transparent;
}

.win_suite table {
    left:249px;
    position:absolute;
    top:88px;
    width:450px;
}

.windows_home {
    width:702px;
    height:306px;
}

.windows_basic {
    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;
}

.detail_info .detail_slide {
    width: 462px;
    float:left;
    margin-top:40px;
}

.product_buy {
	clear:both;
}

.detail_info .tabitem {
    cursor:pointer;
    padding: 0 20px 0 0 !important;
    height:auto;
    float:none !important;
    display:table-cell !important;
    text-align:center;
}

.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 .screen_vid .tabitem {
    padding-right: 0px;
}

.detail_info td.tabtext {
    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;
}

.detail_info ul li > div > div a {
    text-decoration: underline;
}

.detail_info ul li > div {
    background-color: #f4f4f4;
    position: relative;
    font-size: 13px;
}

.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;
}

.landing_trust_banner .jcarousel-item ul {
    float:left;
    width:50%;
}

.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;
}

.slide_buy_price_right .slide_buy_price {
	float:left;
	padding-left:10px;
}

.slide_buy_price_right .price_legend {
	font-size:10px;
	clear:both;
	padding-top:5px;
}

.left_content_slide, .right_content_slide {
	margin-top:10px;
}

.right_content_slide .slide_headline3 {
	font-size:13px;
	left:150px;
	width:150px;
}

.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,
.win_suite h3 {
	font-size:23px;
	left:27px;
	margin:0;
	padding:0;
	position:absolute;
	top:28px;
}

.win_suite h2 {
	font-size:27px;
}

.win_suite h3 {
	line-height: 31px;
}

.windows_basic .suite_logo {
    background:url("../../images/layout/windows7basic.png") no-repeat scroll 0 0 transparent;
    height:150px;
    left:71px;
    position:absolute;
    top:102px;
    width:122px;
}

.windows_home .suite_logo {
    background:url("../../images/layout/sprite.png") no-repeat right -4488px transparent;
    height:150px;
    left:71px;
    position:absolute;
    top:102px;
    width:122px;
}

.windows_pro .suite_logo {
    background: url("../../images/layout/sprite.png") no-repeat right -4678px transparent;
    height:150px;
    left:71px;
    position:absolute;
    top:102px;
    width:122px;
}

.windows_ultimate .suite_logo {
    background:url("../../images/layout/sprite.png") no-repeat right -5057px 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/sprite.png") no-repeat scroll 5px -4488px transparent;
}

.windows_suites .suite_tab1 {
    background:url("../../images/layout/sprite.png") no-repeat scroll 5px -4583px transparent;
}

.windows_suites .selected_tabitem .suite_tab2, .windows_suites .suite_tab2:hover {
    background:url("../../images/layout/sprite.png") no-repeat scroll 5px -4678px transparent;
}

.windows_suites .suite_tab2 {
	background:url("../../images/layout/sprite.png") no-repeat scroll 5px -4773px transparent;
}

.windows_suites .selected_tabitem .suite_tab3, .windows_suites .suite_tab3:hover {
    background: url("../../images/layout/sprite.png") no-repeat scroll 5px -5057px transparent;
}

.windows_suites .suite_tab3 {
	background:url("../../images/layout/sprite.png") no-repeat 5px -5152px transparent;
}

.windows_suites .suite_tab1:hover {
    color:#3C3C3B;
}

.windows_suites .suite_tab2:hover {
    color:#3C3C3B;
}

.windows_suites .suite_tab3:hover {
    color:#3C3C3B;
}

.left_content_slide .headlines {
    left:24px;
    top:15px;
    width:550px;
    position:absolute;
}

.right_slide_category .hardware_cat .slide_buy {
    bottom:72px;
    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:left;
    margin-bottom:6px;
    padding-left:5px;
}

.headlines > h1 {
	color: #3c3c3c;
	font-size:23px;
	line-height:25px;
	margin:0px 0px 3px;
}

.headlines > h2 {
	color: #3c3c3c;
	font-size:20px;
	line-height:25px;
	margin-bottom:5px;
	font-weight: normal;
}

.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:25px;
	margin:0px 0px 3px;
	margin-left:-2px;
}

.right_content_slide .headlines > h2 {
	color: #3c3c3c;
	font-size:20px;
	line-height:25px;
	margin-left:-1px;
}

.right_content_slide .headlines > div {
    color:#3C3C3C;
    font-size:12px;
    line-height:18px;
    width:200px;
    padding-top:5px;
}

.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, .right_slide_category .headlines > p, .left_content_slide .headlines > h1, .left_content_slide .headlines > p, .right_content_slide .headlines > h1, .right_content_slide .headlines > p, .bigslide .headlines > p {
	color: #3c3c3c;
	font-size:23px;
	line-height:25px;
	margin:0px 0px 3px;
}

.right_slide_category .headlines > h2, .right_slide_category .headlines > .subHead, .left_content_slide .headlines > h2, .left_content_slide .headlines > .subHead, .right_content_slide .headlines > h2, .right_content_slide .headlines > .subHead, .bigslide .headlines > .subHead {
	color: #3c3c3c;
	font-size: 20px;
    line-height: 25px;
}

.right_slide_category .headlines > div {
    font-size:12px;
    padding-top:10px;
    color:#3c3c3c;
    width:275px;
    line-height:18px;
}

.gaming_cat .slide_buy_price {
    float:left;
    padding-left:5px;
    margin:0 !important;
}

.gaming_cat .slide_buy_price {
    padding-top:5px;
}

.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:229px;
    width:265px;
}

.office_overview_slide div.office td {
	height:auto;
	padding-bottom:4px;
}

.right_slide_category .hardware_cat .second_buy .slide_buy {
    bottom:2px;
    left:254px;
}

.windows_cat .jcarousel-item > img,
.developer_cat .jcarousel-item > img {
    cursor:default;
}

/* headline in win7 comp grid */
.compare_grid .headlinefull p {
	color:#3C3C3B !important;
	font-size:23px;
	margin-bottom:10px;
}

.msie-7 .officesuites_overview_slide div.office h3, .desktop_programs_slide div.office h3 {
    line-height: 30px;
}

/* Desktop Program Comparison Module */
.desktop_programs_slide .outlook_2010 .desktop_logos {
    background: url("../../images/layout/office_suites.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    left: 28px;
    position: absolute;
    top: 71px;
    width: 123px;
}

.desktop_programs_slide div.office ul, .desktop_programs_slide div.office table {
    left: 200px;
    position: absolute;
    top: 75px;
    width: 480px;
}

.desktop_programs_slide div.office li, 
.desktop_programs_slide div.office td {
    background: url("../../images/office_desktop_sprite.png") no-repeat scroll 0 -1195px transparent;
    float: left;
    font-size: 11px !important;
    height: 105px;
    line-height: 16px !important;
    padding: 0 20px 0 24px;
    width: 196px;
}

.desktop_programs_slide div.office li.rightItem {
    padding-right: 0;
    width: 215px;
}

.desktop_programs_slide .suite_tab1 {
    background: url("../../images/office_desktop_sprite.png") no-repeat 0 -839px transparent;
}
.desktop_programs_slide .selected_tabitem .suite_tab1, 
.desktop_programs_slide .suite_tab1:hover {
    background: url("../../images/office_desktop_sprite.png") no-repeat -255px -839px transparent;
    color: #3C3C3B;
}

.desktop_programs_slide .suite_tab2 {
    background: url("../../images/office_desktop_sprite.png") no-repeat 0 -1035px transparent;
}
.desktop_programs_slide .selected_tabitem .suite_tab2, 
.desktop_programs_slide .suite_tab2:hover {
    background: url("../../images/office_desktop_sprite.png") no-repeat -255px -1035px transparent;
    color: #3C3C3B;
}

.desktop_programs_slide .suite_tab3 {
    background: url("../../images/office_desktop_sprite.png") no-repeat 0 -970px transparent;
}

.desktop_programs_slide .selected_tabitem .suite_tab3, 
.desktop_programs_slide .suite_tab3:hover {
    background: url("../../images/office_desktop_sprite.png") no-repeat -255px -970px transparent;
    color: #3C3C3B;
}

.desktop_programs_slide .suite_tab4 {
    background: url("../../images/office_desktop_sprite.png") no-repeat 0 -905px transparent;
}

.desktop_programs_slide .selected_tabitem .suite_tab4, 
.desktop_programs_slide .suite_tab4:hover {
    background: url("../../images/office_desktop_sprite.png") no-repeat -255px -905px transparent;
    color: #3C3C3B;
}

.desktop_programs_slide .desktop_logo {
    height: 193px;
    left: 30px;
    position: absolute;
    top: 80px;
    width: 155px;
}

.desktop_programs_slide .outlook_2010 .desktop_logo {
    background: url("../../images/office_desktop_sprite.png") no-repeat 0 0 transparent;
}

.desktop_programs_slide .word_2010 .desktop_logo {
    background: url("../../images/office_desktop_sprite.png") no-repeat 0 -210px transparent;
}

.desktop_programs_slide .excel_2010 .desktop_logo {
    background: url("../../images/office_desktop_sprite.png") no-repeat 0 -420px transparent;
}

.desktop_programs_slide .powerpoint_2010 .desktop_logo {
    background: url("../../images/office_desktop_sprite.png") no-repeat 0 -630px transparent;
}

.desktop_programs_slide {
    margin-bottom: 40px;
}

.desktop_programs_slide div.office h3 {
    left: 27px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 28px;
}

.left-right-titles {
    display: none;
}

/* Tabmodule on Office Suites Page without Comp Grid */
.officesuites_overview_slide .office_overview_slide .suite_tab4 {
    background: none !important;
}

.officesuites_overview_slide .office_overview_slide .selected_tabitem .suite_tab1, 
.officesuites_overview_slide .office_overview_slide .suite_tab1:hover {
    background: url("../../images/layout/sprite.png") no-repeat -318px -1956px transparent;
    color: #3C3C3B;
}
.officesuites_overview_slide .office_overview_slide .suite_tab1 {
    background: url("../../images/layout/sprite.png") no-repeat -318px -2058px transparent;
}

.officesuites_overview_slide .office_overview_slide .selected_tabitem .suite_tab2, 
.officesuites_overview_slide .office_overview_slide .suite_tab2:hover {
    background: url("../../images/layout/sprite.png") no-repeat 13px -2155px transparent;
    color: #3C3C3B;
}
.officesuites_overview_slide .office_overview_slide .suite_tab2 {
    background: url("../../images/layout/sprite.png") no-repeat 13px -2252px transparent;
}

.officesuites_overview_slide .office_overview_slide .selected_tabitem .suite_tab3, 
.officesuites_overview_slide .office_overview_slide .suite_tab3:hover {
    background: url("../../images/layout/sprite.png") no-repeat -321px -2150px transparent;
    color: #3C3C3B;
}
.officesuites_overview_slide .office_overview_slide .suite_tab3 {
    background: url("../../images/layout/sprite.png") no-repeat 13px -2252px transparent;
}

.officesuites_overview_slide div.office h3 {
    left: 27px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 28px;
}


.product_highlights .image1, .product_highlights .image2 {
    height: 213px;
    left: 0;
    position: absolute;
    top: 0;
    width: 222px;
    z-index: 2;
}
