body {
	color: #000000;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;	
}
.layout
{
	text-align: center;
}

.centre
{
	text-align: center;	
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:960px;	
}

#header
{
	height: auto;
	width: 960px;
	background-color: #000000;
}

#logo 
{
	position: absolute;
	float: left;
	top: 15px;
	width: 85px;
	height: 44px;
	background: url(images/cm4_logo.png) no-repeat center center;
	margin-right: 10px;
	display: block;
}

#logo b 
{
	display: none;
}

#footerWrapper {
	position: relative;
	clear: both;	
	/*top: 650px;*/
	width: 960px;	
	top:	78px;
	font-size: 11px;
}

#footerNetworks a {
	display: block;
	position: relative;
	left: 0px;
	float: left;
	padding-right: 10px;	
}

#footerLinks a {
	position: relative;
	display:block;
	float: right;
	direction: ltr;
	font-size: 11px;	
	color: #666666;	
	padding: 10px;
	text-decoration: none;
	text-transform: capitalize;
}
#footerShopLinks a 
{
   display:block;
   float: left;
	font-size: 11px;	
	color: #666666;	
	padding: 10px;
	text-transform: capitalize;
	text-decoration: none;
}

#footerShopLinks a:hover 
{
	text-decoration: underline;
}

#awmAnchor-cm4_menu {	
	display: block;
	position: absolute;		
	top: 7px;
	left: 0px;	
	z-index: 1000;
}

#signInOut {
	display: block;
	position: relative;
	right:12px;
	top: 60px;
	text-align:right;
	text-transform: lowercase; 	
	font-size: 11px;
}

#signInOut {
	display: block;
	position: relative;
	right:12px;
	top: 60px;
	text-align:right;
	text-transform: lowercase; 	
	font-size: 11px;
	color: #666666;
}

#signInOut a {
	
	color: #666666;
	text-decoration: none;
}

#signInOut a:hover
{
	color: #CCCCCC;
	text-decoration: none;
}




#shopWrapper {
	display: block;
	position: relative;
	top: 71px;
	text-align: left;
	color: #000000;
	background-color: #cccccc;
	color: #666666;
	width: 940px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	z-index: 0;
	/*margin: 10px 10px 10px 10px;*/
	/*height: 100%;*/
}

#pageWrapper {
	background-color: #cccccc;
	color: #666666;	
}

.MediumCell
{
	font-size: 13px;
	background-color: #333333;
	color: #cccccc;
}

.LightCell
{
	font-size: 13px;
	background-color: #C0C0C0;
	color: #000000;
}

p 
{

	font-size: 10px;
}

.ShippingAndTaxEstimateAddress
{
	border: solid 1px #aaa;
	width:100%;
}

.ShippingAndTaxEstimateAddress .Header
{
	text-align:center;
	font-weight:bold;
	background-color:#ddd;
}

.ShippingAndTaxEstimateAddress .Caption
{
	width:30%;
	text-align:left;
	vertical-align:top;
}

.ShippingAndTaxEstimateAddress .Value
{
	width:70%;
	text-align:left;
	vertical-align:top;
}

.ShippingAndTaxEstimateAddress .ErrorMessage
{
	width:100%;
	text-align:center;
	vertical-align:middle;
	color:Red;
	font-weight:bold;
}

.ShippingAndTaxEstimator
{
	border:solid 1px #aaa;
	width:100%;
}

.ShippingAndTaxEstimator .Header
{
	text-align:center;
	font-weight:bold;
	background-color:#ddd;
}

.ShippingAndTaxEstimator .Caption
{
	font-weight:bold;
	width:30%;
	text-align:left;
	vertical-align:top;
}

.ShippingAndTaxEstimator .Value
{
	width:70%;
	text-align:right;
	vertical-align:top;
}

.ShippingEstimatorPanel
{
	width:350px;
	border:dashed 1px gray;
	padding: 5px 5px 5px 5px;
}

.WishListWarning
{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #ff0000;
}

.ShippingEstimatorPanel
{
	width:350px;
	border:dashed 1px gray;
	padding: 5px 5px 5px 5px;
}


#ShippingInformation a.hover {
	a:hover   { color: yellow; text-decoration: blink; } /* user hovers     */

}

a { color: #CC6600; text-decoration: none; }
a img { border: none; }
a:hover { color: #FFFFFF; text-decoration: none; }

#shoppingcart {
	background-color: #cccccc;
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
	/*a:active { text-decoration: none; color: black; background-color: yellow; }
  	a:link {text-decoration: blink; color:black; background: yellow }
  	a:hover {text-decoration: underline; color:navy }	
  	a:visited {text-decoration: underline; color:black}*/
}

.swatches a:active {
	border:solid;
	border-color: navy;
	border-width: 2px;
}
.swatches {
	border:solid;
	border-color: navy;
	border-width: 2px;
}

.price {
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-bottom: 5px;
}


.productName {
	font-size: 18px;
	font-weight: normal;
	color: black;
	margin-bottom: 10px;
}

.productName  a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	margin-bottom: 10px;
}

.productName a:hover {
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
	margin-bottom: 10px;
}

.productDetail {
	padding: 0 50 0 0;
	text-align: center;
}

.colorDescriptor {
	font-weight: bold;
	font-size: 11px;
	color: #6b6f83;
}

.summary {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right: 125px;
	margin-bottom: 10px;
}
