@charset "utf-8";
/* CSS Document */
#buy_now {
	position:absolute;
	left:761px;
	top:97px;
	width:205px;
	height:42px;
	z-index:1;
}
*{
	outline: none;
	z-index: 0;
}
img {border: 0;}
ul#buynow {
	margin: 0;
	padding: 0;
	float:left;
	width: 206px;
	list-style: none;
	font-size: 1.1em;
	background-color:#000;
	z-index: 10;
}
ul#buynow li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#buynow li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#buynow li:hover a, ul#buynow li a:hover { background-position: left bottom; }
ul#buynow a.products {
	background: url(images/buy_now.png) no-repeat;
	width: 206px;
}
ul#buynow a.history {
	background: url(images/nav_products.png) no-repeat;
	width: 115px;
}
ul#buynow a.community {
	background: url(images/nav_sale.png) no-repeat;
	width: 126px;
}
ul#buynow a.reviews {
	background: url(images/nav_community.png) no-repeat;
	width: 133px;
}
ul#buynow a.support {
	background: url(images/nav_store.png) no-repeat;
	width: 124px;
}
 
 
ul#buynow li .sub {
	position: absolute;
	top: 44px;
	right: 0px;
	background: #000 url(sub_bg.png) repeat-x;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	border: 1px solid #a10000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
}
ul#buynow li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#buynow li .sub ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 135px;
	float: left;
	z-index: 9;
}
ul#buynow .sub ul li {
	width: 100%;
	color: #fff;
}
ul#buynow .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#buynow .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #a10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
ul#buynow .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 0px 7px 0px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul#buynow .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}
body {
	background-color: #000;
}
.price_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a10000;
	text-align: justify;
	font-weight: bold;
}
.starting_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: justify;
}
.chipset_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align: justify;
	font-weight: bold;
}
.shift_title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: justify;
}
