/***********************************
 File: /css/css_product.css
***********************************/

#content {
	background-color:#FFF; 
	margin: 0px;
	padding:0px;
}

#left
	{
	clear: none;
	float: left;
	width: 263px;
	padding: 14px 23px 0px 14px;
	font-family: verdana;
	font-size: 10px;
	line-height: 14px;
	/* color:#fff4d1; */
	}

#links
	{
	margin: 0px;
	padding:0px;
	}

#back
	{
	display: inline;
	float: right;
	}
	
h2.cat
	{
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	margin: 18px 0 0 0;
	padding: 0;
	}
	
#subcats
	{
	margin: 0;
	padding: 0;
	}

#product
	{
	padding: 15px 5px 0px 5px;
	}
#product h2 
	{
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	margin:0;
	padding:0;
	}
#product h2 span.reg {
	font-size: 10px;
	line-height: 14px;
	font-family: verdana;
	font-weight: normal;
}
	
span.product_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color:#E32D7A;
}

#product h2 #colors
	{
	margin: 24px 0px 0px 0px;
	padding:0;
	}
#product h2 #blocks
	{
	margin-bottom:5px;
	} 
			
#images
	{
	float: right;
	}
	
#flashcontent{
	float: right;
}
			
a	{
	/* color:black; */
	color:#6B4948;
	text-decoration: underline;
}

a:hover	{
	/* color:blue; */
	color:#6B4948;
}

/*--------------------------------------
  the sub-category links that have
  been selectedor hovered
 ----------------------------------------*/
.current {
	color:#E32D7A;
	font-style:italic;
	font-weight:bold;
}

/*--------------------------------------
  the sub-category links that have
  not been selected or hovered
 ----------------------------------------*/
.not_current {
	color:#86B2B5;		/* teal color */
	font-style:normal;
	font-weight:bold;
}

.blue
	{
	color: #e7f7ff;
	}

img.tinypic
	{
	border: 1px solid #fff4d1;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}	

p#dim
	{
	margin-top: 12px;
	}	

		
span.style_code {
	color:#6B4948;
	font-weight:bold;
}

	
					