#content_area {
	/* DO NOT DELETE */
}
#homepage_content_window {
	width: 920px;
	/*height: 384px;*/
	height: 500px;
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	background-color: #EBEBEB;
}
.content_slide {
	width: 920px;
	/*height: 384px;*/
	height: 500px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	top: 530px;
	z-index: 0;
	/*background-color: #FFFFFF;*/
}

#product_scrollbar_tab_area {
	width: 920px;
	height: 40px;
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: both;
	background: url(images/product_scroll_tab_area_bg.gif) bottom repeat-x;
	background-color: #FFFFFF;
}
#product_scrollbar_tab_left_spacer {
	height: 40px;
	width: 11px;/*2*/
	position: relative;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}	
.product_scrollbar_tab {
	height: 40px;
	min-width: 150px;
	position: relative;
	display: inline;
	border: none;
	outline: none;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 1px;
	cursor: pointer;
}
.product_scrollbar_tab_selected {
	height: 40px;
	min-width: 150px;
	position: relative;
	display: inline;
	border: none;
	outline: none;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 1px;
	cursor: pointer;
}
.product_scroll_tab_left {
	height: 40px;
	width: 5px;
	display: inline;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(images/product_scroll_tab_left.png) no-repeat;
}
a.product_scrollbar_tab:hover .product_scroll_tab_left {
	background: url(images/product_scroll_tab_left_selected.png) no-repeat;
}
a.product_scrollbar_tab_selected .product_scroll_tab_left {	
	background: url(images/product_scroll_tab_left_selected.png) no-repeat;
}
.product_scroll_tab_right {
	height: 40px;
	width: 5px;
	display: inline;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(images/product_scroll_tab_right.png) no-repeat;
}
a.product_scrollbar_tab:hover .product_scroll_tab_right {
	background: url(images/product_scroll_tab_right_selected.png) no-repeat;
}
a.product_scrollbar_tab_selected .product_scroll_tab_right {
	background: url(images/product_scroll_tab_right_selected.png) no-repeat;
}
.product_scroll_tab_image{
	
	width: 32px;
	height: 32px;
	border: none;
	position: absolute;
	top: 4px;
	left: 4px;
	
}

.product_scroll_tab_text {
	height: 40px;
	min-width: 140px;
	display: inline;
	float: left;
	position: relative;
	margin: 0px;
	padding: 5px;
	background: url(images/product_scroll_tab_bg.png) repeat-x;
	/*color: #565b63;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #ffffff;
	font-family:Comic Sans,Comic Sans MS,cursive;

	font-size: 20px;
	font-weight: normal;
	text-align: center;
	/*padding-top: 10px;*/
	margin-bottom: -3px;
}


a.product_scrollbar_tab:hover .product_scroll_tab_text {
	background: url(images/product_scroll_tab_bg_selected.gif) repeat-x;
	color: #FFFFFF;
}
a.product_scrollbar_tab_selected .product_scroll_tab_text {
	background: url(images/product_scroll_tab_bg_selected.gif) repeat-x;
	color: #FFFFFF;
	/*font-weight: bold;*/
}
.homepage_product_scrollbar {
	width: 920px;
	height: 100px;
	background: url(images/product_scrollbar_bg.gif) repeat-x #dae1e5;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	z-index: 1;
	display: none;
}
.left_scrollbar_end {
	width: 12px;
	height: 132px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.right_scrollbar_end {
	width: 12px;
	height: 132px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.left_scroll_button {
	width: 31px;
	height: 32px;
	position: absolute;
	/*top: 48px;*/
	top:34px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	background: url(images/selector_arrow_left.gif) no-repeat;
	cursor: pointer; 
}
a.left_scroll_button:hover {
	width: 31px;
	height: 32px;
	position: absolute;
	/*top: 48px;*/
	top:34px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	background: url(images/selector_arrow_left_hover.gif) no-repeat;
	cursor: pointer; 
}	
.left_scroll_button_disabled {
	width: 31px;
	height: 32px;
	position: absolute;
	top: 34px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	background: url(images/selector_arrow_left_disabled.gif) no-repeat;
	cursor: default; 
}
.right_scroll_button {
	width: 31px;
	height: 32px;
	position: absolute;
	top: 34px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	background: url(images/selector_arrow_right.gif) no-repeat;
	cursor: pointer; 
}
a.right_scroll_button:hover {
	width: 31px;
	height: 32px;
	position: absolute;
	top: 34px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	background: url(images/selector_arrow_right_hover.gif) no-repeat;
	cursor: pointer; 
}
.right_scroll_button_disabled {
	width: 31px;
	height: 32px;
	position: absolute;
	top: 34px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	background: url(images/selector_arrow_right_disabled.gif) no-repeat;
	cursor: default; 
}
.scroll_content_window {
	width: 770px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 60px;
}	
.scroll_content_area {
	height: 100px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.product_scroll {
	width: 110px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	background: none;
	text-align: center;
	outline: none;
}
.product_scroll:hover {
	background: url(images/product_scroll_hover.png) no-repeat;
}
.product_scroll_selected {
	width: 110px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	background: url(images/product_scroll_selected.png) no-repeat;
	text-align: center;
	outline: none;
	cursor: default;
}
.product_icon {
	width: 64px;
	height: 64px;
	border: none;
	position: absolute;
	top: 18px;
	left: 20px;
}
.product_name {
	width: 100px;
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 90px;
	left: 5px;
	color: #ffffff;
}
.homepage_content_panel {
	position:absolute;
	/*height:348px;*/
	height:484px;
	/*width:317px;*/
	width:247px;
	margin:0px;
	padding:0px;
	/*background-image:url(images/base_panel.gif);*/
	/*background-image:url(images/base_panel.png);*/
	background-position:bottom;
	background-repeat:no-repeat;
	left:11px;
	top:11px;
	/*border:1px solid black;*/
}
.homepage_titlebar {
	position:absolute;
	left:0px;
	top:0px;
	width: 315px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
.homepage_utility_bar {
	position:absolute;
	height:30px;
	width:317px;
	padding:0px;
	margin:0px;
	left:0px;
	top:62px;
}
.homepage_os_logo {
	position:absolute;
	left:16px;
	bottom: 5px;
}
.homepage_price {
	position:absolute;
	right:20px;
	bottom: 6px;
	text-align: right;
	width: 150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e30705;
	font-weight: bold;
	left: 150px;
	top: 10px;
}
.homepage_price .old_price {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:10px;
	color: #888888;
	text-decoration: line-through;
	background: none;
	display: inline;
}
.homepage_overview {
 	position:absolute;
	left:16px;
	top:95px;
	width:287px;
	height: 124px;
	overflow: auto;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:23px;
	color:#44454a;
}
.homepage_overview p {
	margin-bottom: 0px;
	margin-top: 0px;
}
.homepage_download_button {
	position:absolute;
	left:85px;
	top:227px;
}

.homepage_not_available {
	position:absolute;
	left:16px;
	top:240px;
	width:287px;
	text-align:center;
	margin:0px;
	color: #CC0000;
	font-weight: bold;
}

