/* CSS Document */
 
 /* ********* Spec Table ***********/
 
table.spec {
	margin-top:25px;
	border: 1px solid #47485D;
    background: #ffffff;
	margin-left:0px;
	width:100%;
}
table.spec li {
	list-style-image: url('images/ul-tick.gif'); 
}
table.spec th {
	background-color: #94B1BF;
   	color: #ffffff;
    text-align: left;
    font-weight: bold;
    padding:  5px 10px;
}
table.spec td.Head {
    text-align: left;
    font-weight: bold;
	color: #FFFFFF;
    background-color: #94B1BF;
	font-size: 88%;
	line-height: 16px;
}
table.spec td.Access {
    text-align: left;
    font-weight: bold;
	color: #FFFFFF;
    background-color: #94B1BF;
	font-size: 88%;
	line-height: 16px;
}	
table.spec td.left{
	text-align: left;
    padding:  10px 5px 0px 0px;
	border-right: 1px solid #47485D;
	border-top: 1px solid #47485D;
}
table.spec td.right{
    text-align: left;
    padding:  0px 5px 0px 10px;
}
table.spec td.sub{
	height: 5px;
	border-top: 1px solid #47485D;
	background-color: #BBCED7;
	text-align: left;
    padding:  0px 5px 0px 10px;
}
table.spec td.buyLogo{
	border-right: 1px solid #47485D;
}
table.spec td.product{
	color: #800000;
	font-weight:bold;
   	text-align: left;
    text-align: left;
    padding:  0px 5px 0px 10px;
}
table.spec td.productRed{
	color: white;
	font-weight:bold;
   	text-align: left;
    text-align: left;
    padding:  0px 5px 0px 10px;
	background-color: red;
}
table.spec td.price{
	font-weight:bold;
	color: #800000;
	text-align: right;
    padding:  0px 15px 0px 0px;
	
}
table.spec td.priceRed{
	font-weight:bold;
	color: white;
	text-align: right;
    padding:  0px 15px 0px 0px;
	background-color: red;
}

/**********   sub menu table ***********/
table.sub {
	border: 1px solid #47485D;
    background: #ffffff;
	margin-left:0px;
	width:100%;
}

table.sub th.Head {
 padding:  2px 0px 2px 5px;
    text-align: left;
    font-weight: bold;
	color: #FFFFFF;
    background-color: #94B1BF;

}
table.sub td.Access {
    text-align: left;
	 padding:  0px 5px 0px 10px;
	 	border-left: 1px solid #47485D;

}	
table.sub td.sub {
	border-top: 1px solid #47485D;
		border-left: 1px solid #47485D;
	background-color: #BBCED7;
	text-align: left;
    padding:  0px 5px 0px 10px;
	}

table.sub td.Body{
	text-align: left;
    padding:  0px 5px 0px 5px;
}

table.sub td.Black {
	background-color: #000000;
	padding:  0px 0px 0px 0px;
	text-align:center;
	color: #ffffff;
	width: 94px;
}
table.sub td.Silver {
	background-color: #C0C0C0;
	padding:  0px 0px 0px 0px;
	width: 94px;
	text-align:center;
	
}
table.sub td.Yellow {
	background-color: #FFFF00;
	padding:  0px 0px 0px 0px;
	width: 94px;
	text-align:center;
}
table.sub td.Orange {
	background-color: #FF8000;
	padding:  0px 0px 0px 0px;
	text-align:center;
	width: 94px;
	}

table.sub td.Drab {
	background-color: #808040;
	text-align:center;
	width: 94px;
	
}
table.sub td.Tan {
	background-color: #C29B65;
	text-align:center;
	width: 94px;
}
table.sub td.Charcoal {
	background-color: #616161;
	text-align:center;
	width: 94px;
	color: #ffffff;
}
table.sub td.pic {
	border-top: 1px solid #47485D;

	}

/**********   Accessory Pic ***********/
.accessPic {
	float:left;
	vertical-align:top;
	width: 150px;
	height: 100px;
	overflow: hidden;
}