﻿.specs-title {
	width: 800px;
	color: #030;
	background:#CF0;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;		
	}
	
.specs-title p {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 1px;
	}

.specs-title span {
	font-size: 9px;
	padding: 0 0 0 1px;
	margin: 0;
	}

.specs-content {
	width: 800px;
	color: #000;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
.specs-content p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 1px;
	}

.specs-spectableleft {
	float: left;
	background: #FFF;
	width: 400px;	
	}

.specs-spectableright {
	float: right;
	background: #FFF;
	width: 400px;	
	}

.specs-innerspec-title {
	float: left;
	color: #000;
	width: 100%;
	border-bottom: 1px solid #000;	
	}

.specs-innerspec-title p.name-it {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-left: 1px;

	}

.specs-innerspec-left {
	float: left;
	background: #EEE;	
	color: #000;
	width: 199px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.specs-innerspec-right{
	float: right;
	color: #000;
	width: 199px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	}