/* Begin Specs Pages Styling */	
html, body {
	background-color: #fff;
	margin: 0;
	}
	
#wrapper_specs {
	width: 695px;
	height: 775px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/containers/diagonalbox.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	}

#content_specs {
	width: 695px;
	font: normal 90% arial, helvetica, sans-serif;
	}

#specs_img {
	width: 695px;
	height: 305px;
	margin-top: 0px;
	}

#device {
	padding-top: 8px;
	padding-left: 8px;
	color: #FFF;
	}
	
#blurb {
	position: relative;
	float: left;
	width: 200px;
	top: -10px;
	left: 15px;
	color: #FFF;
	}
	
#main_ft {
	position: relative;
	width: 200px;
	float: right;
	top: -10px;
	color: #FFFFFF;
	list-style: square;
	}
	
.about {
	float: left;
	display: inline;
	text-align: center;
	width: 400px;
	}
	
img.download {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	}

#price_table {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 438px;
	height: 252px;
	background-image:url(../images/containers/price_bg.png);
	background-repeat: no-repeat;
	}

table.price {
	margin-left: auto; 
	margin-right: auto;
	padding-top: 20px;
	}

#specs_thumbs {
	height: 105px;
	margin-top: 10px;
	}

#fb {
	margin-left: 10px;
	}
	
#fb a img, #fb a{
	border: none; float: left; padding: 5px;
	}
	
#fb a {
	margin: 2px;
	}
	
#fb a:hover{
	outline: 1px solid #0099cc;
	}
	
#tabs_top { position:absolute; margin-left: 10px; margin-top: -26px;}	

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #292929;
	}

ul.tabs li a {
	text-decoration: none;
	color: #0099CC;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	}

ul.tabs li a:hover {
	color: #e9f3fc;
	}
	
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #FFF;
	color: #0099CC;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	}

.tab_container {border: 1px solid #999;	border-top: none; overflow: hidden;	clear: both; float: left; width: 100%; background: #fff; }	
.tab_content {padding: 20px; font-size: 1.1em; }
#tab2 {font-size: 0.9em; }

.price1 {color: #FF0033; font-weight: bold; }
.price2 {color: #0099CC; font-weight: bold; }
.price3 {color: #66CC00; font-weight: bold; }
.subtext {color: #999999; font-style: italic; font-size: 14px; margin-left: 8px; }
