@charset "utf-8";
*
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
}

a
{
	color: #981039;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

body
{
	background: #C5C5C5 url(../images/background_main.png) repeat-x scroll 0 0;
}

img
{
	behavior: url(iepngfix/iepngfix.htc);
}

#ImageViewer
{
	position:relative;
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 300px;
	overflow: hidden;
}

#ImageViewerHidden
{
	position:relative;
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 300px;
	overflow: hidden;
	visibility: hidden;
}

#ImageViewerShown
{
	position:relative;
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 300px;
	overflow: hidden;
	visibility: visible;
}


#FlashLogo
{
	float: left;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 1000;
}

#ProductLogo
{
	float:left;
	padding-top: 5px;
	padding-left: 20px;
}

#OtherProductsMenu
{
	float:left;
}

#ProductOverview
{
	padding: 15px 70px;
	text-indent: -3px;
}

#ProductOverviewHeader
{
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

#ProductInfo
{
	background: url(../images/productpages/Tab_Bar.gif) repeat-x 0px 21px;
	width: 850px;
	float:left;
}

#Tabs
{
	margin-left: 130px;
	padding: 0px 50px 0px 50px;
}

.Tabs
{
	float:left;
	width:118px;
	height:22px;
	padding: 4px 0px;
	text-align:center;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	background: url(../images/productpages/Off_Tab.gif) no-repeat;
}

#OnTab
{
	background: url(../images/productpages/On_Tab.gif) no-repeat;
}

#Content
{
	padding: 10px 120px 10px 120px;
	min-height:170px;
	font-size: 12px;
}

#Content ul
{
	list-style: none;
}

#Content ul li
{
	padding: 10px 0px 10px 50px;
	background: url(../images/productpages/ClickEffects_Logo.GIF) no-repeat 11px;
	margin: 0px;
}

.SpecsWrapper
{
	border: 1px solid #f0c03d;
}

.SpecHeader
{
	background-color: #f0c03d;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

.CrossfireSpecHeader
{
	background-color: #000;
	color: #f0c03d;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	text-align:center;
}

.SpecContent
{
	padding: 20px;
}

.Specs .d0
{
	background-color: #faeabf;
	width: 60%;
}

.Specs .d1
{
	background-color: #fff;
	width: 60%;
}

.Specs .d0Header
{
	background-color: #faeabf;
	font-weight: bold;
	width: 40%;
}

.Specs .d1Header
{
	background-color: #fff;
	font-weight: bold;
	width: 40%;
}

#Footer
{
	background:url(../images/productpages/Bottom_Bar.gif);
	padding-bottom: 8px;
}

.clear
{
	clear: both;
}

#Wrapper
{
	width:850px;
	height:auto;
	overflow:hidden;
	position:relative;
	margin:auto;
	background-color:#FFF;
}