﻿/* for W3C CSS compliance */
.void{} 
@media print {}

#acc-title
{
	padding: 0 0 15px 0;
}

.acc-left
{
	float: left;
}

.acc-right
{
	float: left;
	padding: 0 0 20px 10px;
	width: 430px;
}

.acc-bottom
{
	clear: both;	
	height: 40px;	
	padding: 10px 0 20px 0;
}

.acc-item
{
	clear: both;
}

/* image */
.acc-image
{
	
}

.acc-image img
{
	width: 240px;
	height: 240px;	
}

/* Image options */
.acc-image-options
{
	width: 240px;
	height: 20px;
	padding: 20px 10px 3px 0;
	text-align: center;	
}

.acc-image-options a
{	
	font-size: 12px;
	text-decoration: none;
}

.enlargedimage
{	
	position: absolute;
	margin: -420px 0 0 -90px;
	padding: 40px;
	text-align: center;
	background-color: #00234C;
	border: solid 2px #000;
	z-index: 101;
}

.enlargedimage div
{
	padding: 0 0 10px 0;
}

.enlargedimage a
{
	color: #FFF;
	text-decoration: underline;
}

/* name */
.acc-name
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

/* description */
.acc-desc
{	
	font-size: 12px;
	color: #000;
}

/* specifications */
.acc-specs
{
	padding: 30px 0 0 0;
}

.acc-spec-title
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.acc-spec-list ul
{
	margin: 0 0 0 15px;
}

.acc-spec-list ul li
{
	font-size: 12px;
	color: #000;
	list-style-type: disc;
}

/* model */
.acc-pricemodel
{	
	float: left;
	width: 240px;
	text-align: center;
}

.acc-model
{	
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

/* price */
#prices
{		
	padding: 0 0 0 75px;
}

#pricelabel
{		
	float: left;
	height: 45px;
	padding: 0 5px 0 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;	
}

#pricevalues
{		
	text-align: left;	
}

#strikeprice
{		
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: line-through;
}

#regprice
{
	color: #A70101;
	font-size: 18px;
}

#price
{	
	clear: both;
	color: #A70101;
	font-size: 18px;
}

/* add to cart */
.acc-addtocart
{
	float: right;
	padding: 0 270px 0 0;
}

.outofstock
{
	padding: 0 90px 0 0;	
}

/* hr */
.hr-container
{	
	margin: 20px 0 20px 0;	
	padding: 0 0 0 50px;
}

.hr-color
{
	height: 3px;
	width: 600px;	
	background-color: #00234C;
}