#status{
	color:#fff;
	}
#tempBody{
	background-color: #000;
	}

#productBrowser{
	float: left;
	width:455px;
	height:229px;
	overflow:hidden;
	font-family: Helvetica, Arial, _sans;
	}

#productBrowser #productBrowser_header{
	background:url(/img/browser/product_browser_header_background.png) no-repeat;
	height:52px;
	width:455px;
	}

#productBrowser #productBrowser_title {
	text-indent: -5000px;
	background: url(/img/browser/product_browser_title.png) no-repeat;
	width: 170px;
	height: 28px;
	float: left;
	position:relative;
	left:15px;
	top:12px;
	}
#productBrowser ul#productBrowser_back_next{
	float:right;
	list-style-type: none;
	position: relative;
	right:15px;
	top: 10px
	}

#productBrowser ul#productBrowser_back_next li{
	float:left;
	}

#productBrowser ul#productBrowser_back_next li.prev{
	padding-right: 8px;
	border-right: 1px solid #999;
	}

#productBrowser ul#productBrowser_back_next li a{
	text-indent: -5000px;
	display: block;
	background-position: 0px 0px;
	margin-left:10px;
	}

#productBrowser ul#productBrowser_back_next li a:hover{
	text-indent: -5000px;
	display: block;
	background-position: 0px 9px;

	}

#productBrowser ul#productBrowser_back_next li a#productBrowser_back{
	width:75px;
	height:9px;
	background-image: url(/img/browser/product_browser_previous.png);
	}

#productBrowser ul#productBrowser_back_next li a#productBrowser_next{
	width:46px;
	height:9px;
	background-image: url(/img/browser/product_browser_next.png);
	}

#productBrowser #productBrowser_line{
	width:115px;
	height:176px;
	background-image: url(/img/browser/product_browser_line_background.png);
	float:left;
	overflow: hidden;
	}

#productBrowser_line_menu_clip{
	position: relative;
	margin-top:20px;
	width:115px;
	height:156px;
	overflow:hidden;
	}

#productBrowser #productBrowser_line ul{
	list-style-type: none;
	color:#fff;
	font-size:11px;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	padding-bottom:20px;
	}

#productBrowser #productBrowser_line ul li,
#productBrowser #productBrowser_products ul li{
	margin:0;
	padding-top:5px;
	padding-left:5px;
	height: 16px;
	overflow: hidden;
}

#productBrowser #productBrowser_line ul li a,
#productBrowser #productBrowser_products ul li a{
	color:#fff;
	text-decoration: none;
	display:block;
	width:100%;
	height:16px;
	line-height: 16px;
	text-indent: 10px;
	line-height: 20px;
	}

#productBrowser #productBrowser_line ul li a.selected{
	background-image: url(/img/browser/product_browser_lines_highlight.png);
	background-repeat: no-repeat;
	background-position: right;
	/*color:#cc0000;*/
	}

#productBrowser #productBrowser_line ul li a.selected:hover{
	background-image: url(/img/browser/product_browser_lines_highlight.png);
	background-repeat: no-repeat;
	background-position: right;
	color:#ffffff;
	}

#productBrowser #productBrowser_line ul li a:hover,
#productBrowser #productBrowser_products ul li a:hover{
	color:#999;
	text-decoration: none;
	}

#productBrowser #productBrowser_products{
	width:115px;
	height:176px;
	background-image: url(/img/browser/product_browser_product_background.png);
	float:left;
	overflow: hidden;
	}

#productBrowser #productBrowser_products ul{
	list-style-type: none;
	color:#fff;
	font-family: Helvetica, Arial, _sans;
	font-size:11px;
	margin: 0;
	padding: 0;
	position:relative;
	top:0px;
	padding-bottom: 20px;
}

#productBrowser_products_menu_clip{
	position: relative;
	margin-top:20px;
	width:115px;
	height:156px;
	overflow:hidden;
	}

#productBrowser #product {
	width:223px;
	height:176px;
	float:left;
	background-image: url(/img/browser/product_browser_background.png);
	}

#productBrowser #product h2{
	color:#bb0b0e;
	font-size: 21px;
	margin:0;
	text-align: right;
	padding-right:15px;
	position: relative;
	top:5px;
	}

#productBrowser #product h3{
	font-size: 10px;
	margin:0;
	text-align: right;
	padding-right:18px;
	position: relative;
	top:5px;
	background-image: url(/img/browser/product_browser_more_info.png);
	background-position: 207px;
	background-repeat: no-repeat;
	}

#productBrowser #product h3 a{
	text-decoration: none;
	color:#bb0b0e;
	}

#productBrowser #product h3 a:hover{
	text-decoration: none;
	color:#99090b;
	}

#productBrowser #product_image{
	position:absolute;
	height:125px;
	width:125px;
	background-image:url(/img/browser/temp/temp_product.png);
	background-position: 8px 0px;
	background-repeat: no-repeat;
	}

#productBrowser #productBrowser_product_links{
	list-style-type: none;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	position: relative;
	top:90px;
	margin-right:15px;
	text-transform: uppercase;
	}

#productBrowser #productBrowser_product_links li{
	padding-bottom:5px;
	text-transform: uppercase;

	}

#productBrowser #productBrowser_product_links li a{
	text-transform: uppercase;
	color:#666666;
	text-decoration: none;
	background-image: url(/img/browser/product_browser_more_info.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right:7px;
	}

#productBrowser #productBrowser_product_links li a:hover{
	color:#bb0b0e;
	}
