/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */
/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/130% Century, "Century Schoolbook", "Times New Roman", Times, serif;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}
/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
/* =INITIAL -- end */


/* =INITIALkr
	v1.0
   AUTHOR:  Kevin Ross (kwrcomputing.com)
   DATE:    2007.01.09
	Preliminary Styling */
:link,:visited { text-decoration:none; }
ul,ol,li { list-style:none; }
a img,:link img,:visited img { border:none; }
/* =INITIAL -- end */


/* =main content
                        */
/* force vertical scrollbar - http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better
http://www.splintered.co.uk/experiments/49/ */
html {
height: 100%;
margin-bottom: 1px;
}

/* Hides from IE5-mac \*/
* html #contents {height: 1%;} /* Holly Hack - IE6 Peek-a-Boo Bug solution */
/* End hide from IE5-mac */ 

body {
	margin: 0 auto;
	padding: 0;
/*	font:75% Verdana,Tahoma,Arial,sans-serif;*/
	font: 70% Century, "Century Schoolbook", "Times New Roman", Times, serif;
	background-color: #000 ;
	color: #303030;
	width: 740px;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 0.5em 0;
	padding-bottom: 3px ;
	padding-left: 15px ;
	border-bottom: #000 solid 1px ;
	color: #000;
}

h2, h3 {
	font-size:1.6em;
	margin:0 0 0.5em 0;
	padding-bottom: 3px ;
	color: Black;
}

h3 {
	font-size: 1.1em ;
}

#contactPage h2 {
	font-size: 1.8em ;
}

#contactPage h3 {
	font-size: 1.3em ;
}

#container {
	background-color: #c8c5b2;
	color: Black;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	border-top: 10px solid #000;
	width: 740px;
}
#header { 
	height: 185px;
	width: 740px;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/century_page_1_of_4_740_185_black_back.jpg);
}
#header a {
height: 185px;
width: 740px;
display: block;
text-decoration:none;
}
#header a span {
visibility: hidden;
} 
/*
#header h1{
	margin:0 0 10px 0;
	float:left;
}
*/
/*
#header p{
	width:500px;
	float:right;
	text-align:center;
	color:#a0a0a0;
	margin:0 0 10px 0;
	font-size:0.8em;
	line-height:1.2em;
	background-color:inherit;
}
*/
/*
.logoImageCell {
	padding: 1em 1em 1em 0;
}
*/
/*
.logoImageCell h1 {
	padding: 0.1em 1em 0.3em 1em ;
	border: 2px solid #DF538D  ;
}
*/
/*
.logoTextCell { 	
	margin-left: 2em ;
	padding-left: 4em ;
	font-weight: bold; 	
	font-size: 1.5em ; 	
	text-align: left ; 
	height: 80px ;
}
*/

/*
.imgLogo { 	margin: 5px ; 	padding:1px 10px 1px 1px ; 	vertical-align: middle ;}
*/

#topFrame {
/* Put your image here under the main menu and uncomment */
	margin:0 auto;
	border:0;
	background: url(../images/century_page_1_of_4_740_top_edge_cleaned.jpg) no-repeat;
	height: 30px ;
	width: 740px ;
}

#mainFrame {
	/*margin: 0px auto;*/
	border:0;
	background: #532700 url(../images/century_page_2_of_4_740_5_slice_cleaned3.jpg) repeat-y;
	
	/*height: 235px ;*/
}

#productFrameMore {
	/*margin: 0px auto;*/
	border:0;
	background: #532700 url(../images/century_page_2_of_4_740_5_slice_cleaned4.jpg) repeat-y;
	
	/*height: 235px ;*/
}

#productFrameMore h2 {
text-align: center;
margin: 0;
padding: 10px 0 0 0;	
}

#productFrameMore img {
	margin: 0 auto;
}

#productFrameMore p {
text-align: center;
margin: 0;
padding: 0 0 5px 0;
}

#productFrameMore a{
	text-decoration:none;
	color: #532700;
	font-weight: normal;
	font-size: 1.0em;
}
#productFrameMore a:hover{
	text-decoration: none;
	color:Red;
}


#bottomFrame {
width: 740px;
height: 30px;
background: url(../images/century_page_1_of_4_740_bottom_edge_cleaned.jpg) no-repeat;
}

/******************* Top Nav ***************/
#topmenu {
	margin: 0;
	padding: 0 30px 0 0;
	text-align: center;
	height: 35px;
	background-color: #000;
}

#topmenu li{
	display: inline ;
	list-style-type:none;
	padding: 0;
}
#topmenu li a{
	display: inline;
	padding: 0 10px 0 10px;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #c8c5b2;
}
#topmenu #topcurrent, #topmenu a:hover {
	color: #000;
	border-bottom: 1px solid Black;
	background-color: #fff;
	text-decoration: none;
}

#topnavlist {
	margin: 0;
	padding: 6px 0 0px 15px;
}

/******************* Vertical Nav ***************/

#vertmenu {
	/*clear:right;*/
	float:right;
	width:170px;
	margin: 0;
	padding:0;
	font-size:1.0em;
}
#vertmenu ul{	
	list-style:none;
	margin: 0px 38px 20px 0px;
	padding:0;
	font-size:1.0em;
}	
#vertmenu li{
	margin-bottom:2px;
}
#vertmenu li a{
	font-weight: normal;
	font-size: 1.0em;
	height:20px;
	text-decoration:none;
	background-color: #532700 ;
	color:#fff;
	display:block;
	padding: 2px 3px 0px 7px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}	
#vertmenu li a:hover, #vertcurrent {
	background-color: #c8c5b2;
	color:#000;
	text-decoration: none;
	border-bottom: 1px solid White;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
}

/******************* Main Contents ***************/

/*
#contFrame {
	border:0;
	background: url(../images/century_page_1_of_4_740_bottom_edge_cleaned.jpg) no-repeat bottom left;
height: 600px;
}
*/

#contents {
	margin: 0px 165px 0px 30px;
/*	height: 100%;*/
	/*border-right:1px solid #DF538D;*/
	padding: 12px 10px 10px 10px;
	line-height:1.6em;
	text-align:left;
	background-color: #c8c5b2;
}

#contents h1 {
	background: url(../images/black_circle.gif) no-repeat left center;
}

#contents h1 span.click1 {
	font-size: 0.5em;
	font-weight: normal;
}

#contents h2 {
	margin: 3em 0 0 2em;
	padding: 0 0 0 20px;
}

#contents h2.century {
	margin: 2.0em 0 1.5em 0;
}

#contents h3.century {
	margin: 1.0em 0 1.5em 0;
}

#contents p {
	margin: 1.0em;
	font-size: 1.25em;
}

#contents p.contactp {
padding: 0 0 0.5em 0;
}


#contents p.lastline {
padding-bottom: 2.0em;
}

#contents img {
	display: block; /* removes unwanted gaps around images in Firefox & IE */
	border: 0px none;
	padding: 1.25em 3.0em 2.0em 0;
}

#leftProdPic {
	float: left;
	width: 320px;
}

#leftProdPic img {
/*	display: block;*/
	margin: 0;
	padding: 10px 0 0 30px;
}

#rightProdDesc {
	float: right;
	width: 390px;
}

#rightProdDesc p {
	text-align: left;
	margin: 0;
	padding: 10px 40px 10px 20px;
}

/* manually control height of content on contact page -- between upper and lower borders */
#contactPage #contents {
	height: 600px;
}

/* email address on Contact Page */
#contactPage #contents a{
	text-decoration:underline;
	padding: 3px ;
	color: Red;
	font-weight: normal;
	font-size: 1.0em;
}

/* email address on Contact Page */
#contactPage #contents a:hover{
	text-decoration: none;
	color:#D76a65;
}

#productlistPage #contents p {
	margin: 0.5em 1.0em;
}

/* email address on Contact Page */
#productlistPage #contents a{
	text-decoration:underline;
	padding: 0 0 3px 0;
	color: Black;
	font-weight: bold;
	font-size: 1.25em;
}

/* email address on Contact Page */
#productlistPage #contents a:hover{
	text-decoration: none;
	color:#532700;
}

/* index.html only */
#content2 {
position: relative; /* required to have absolute positioning for contained div */
width: 740px;
height: 550px;
_height: 550px;
margin: 0;
background: url(../images/century_page_2_of_4_740_5_slice_cleaned2.jpg) repeat-y top left;
}

/*
#content3 {
width: 327px;
height: 514px;
_height: 544px;
margin: -530px 0 16px 214px;
_margin: -530px 0 16px 214px;
background: url(../images/century_page_2_of_4_740_cabinet_only.jpg) no-repeat;
}
*/

/* index.html only */
#content2 .content33 {
position: absolute;
top: 0px;
left: 216px;
width: 327px;
height: 514px;
background: url(../images/century_page_2_of_4_740_cabinet_only.jpg) no-repeat;
z-index: 1;
}

/*
.abox, .abox2 {
	clear:right;
	float:right;
	width:137px;
	margin: 20px 7px 0px 5px;
	padding:3px;
	font-size:0.9em;
	border: 1px solid #DF538D;
}
.abox h3 {
	margin: 0 ;
}
.abox ul, .abox2 ul {
	padding: 0 0 0 15px ;
	margin: 0 ;
}
.abox2 {
	clear: right ;
}
.abox2 p {
	padding: 0 ;
	margin: 0 ;
}
*/

/******************* Footer Details ***************/

#footer {
	clear:both;
	margin: -26px 0 -11px 0;
	padding: 0;
	/*border-top: 1px solid #000;*/
	text-align: center;
	background-color: transparent;
	color: #c8c5b2;
/*	font-size: 0.9em;*/
}
#footer a{
	text-decoration:none;
	padding: 3px ;
	color: #c8c5b2;
	font-weight: normal;
	font-size: 1.0em;
}
#footer a:hover{
	text-decoration: none;
	color:#fff;
}

/******************* Image Display Settings ***************/
/*
.left{
	margin:10px 10px 5px 0;
	float:left;
}
.right{
	margin:10px 0 5px 10px;
	float:right;
}
.center{
	text-align:center;
}
*/

a img{
	border:0;
}

img {
	display: block; /* removes unwanted gaps around images in Firefox & IE */
	border: 0px none;
	padding: 0;
}

img.floatLeft {
	float: left;
	margin: 1.5em 0 0.5em 0.5em;
}

img.floatRight {
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

/*
#contents img{
	margin: 7px ;
	padding:1px;
	display:inline;
	background-color: #532700;
	color:#303030;
	border:2px solid #DF538D;
}
*/

/* ----------------------------------
    Product List
------------------------------------- */

/* Urns Only */
.urnListCommon {
float: left; 
width: 220px; 
height: 165px;
border: 2px solid #000;
margin-bottom: 1.0em;	
}

.urnListCommon img {
padding: 0 !important;
margin: 0 !important;
display: inline !important;
}

.urnDescription {
float: right;
width: 280px;
}

.urnDescription h3 {
font-size: 1.65em !important;
}

.urnDescription p {
padding: 0 !important;
margin-left: 0 !important;
}

#contents .urnListCommon img {
display: inline !important;
}



.prodListCommon {
	float: left; 
	width: 220px; 
	border: 2px solid #000;
	text-indent: -9000px;
	margin-bottom: 1.0em;	
}


.prodDescription {
	float: right;
	width: 280px;
}

#prod101 {
	height: 165px; 
	background: #EBEBE5 url(../images/cc101_bookcase_005_165_220.jpg) no-repeat center center;
}

#prod103 {
	height: 252px; 
	background: #EBEBE5 url(../images/cc103_steriocabi_220_252.jpg) no-repeat center center;
}

#prod104 {
	height: 189px; 
	background: #EBEBE5 url(../images/cc104_bookcase_220.jpg) no-repeat center center;
}

#prod105 {
	height: 165px;
	background: #EBEBE5 url(../images/cc105_bookcase_220_165.jpg) no-repeat center center;
}

#prod106 {
	height: 229px;
	background: #EBEBE5 url(../images/cc106_smallchina_220.jpg) no-repeat center center;
}

#prod108 {
	height: 274px;
	background: #EBEBE5 url(../images/cc108_chinaclose_220.jpg) no-repeat center center;
}

#prod109 {
	height: 157px;
	background: #EBEBE5 url(../images/cc109_two_seater_220_157.jpg) no-repeat center center;
}

#prod111 {
	height: 165px;
	background: #EBEBE5 url(../images/cc111_craftsman_dining_table_220a.jpg) no-repeat center center;
}

#prod112 {
	height: 165px;
	background: #EBEBE5 url(../images/cc112_craftsman_desk_220.jpg) no-repeat center center;
}

#prod113 {
	height: 170px;
	background: #EBEBE5 url(../images/cc113_servingtab_220.jpg) no-repeat center center;
}

#prod114 {
	height: 165px;
	background: #EBEBE5 url(../images/cc114_sideboard_007_220.jpg) no-repeat center center;
}

#prod115 {
	height: 346px;
	background: #EBEBE5 url(../images/cc115_craftsman_curio_cabinet_220.jpg) no-repeat center center;
}

#prod116 {
	height: 293px;
	background: #EBEBE5 url(../images/cc116_craftsman_magazine_stand_1_220.jpg) no-repeat center center;
}

#prod117 {
	height: 293px;
	background: #EBEBE5 url(../images/cc117_morris_chair_1_220.jpg) no-repeat center center;
}

#prod118 {
	height: 165px;
	background: #EBEBE5 url(../images/cc118_craftsman_double_pedestal_table_220.jpg) no-repeat center center;
}

#prod119 {
	height: 165px;
	background: #EBEBE5 url(../images/cc119_coffee_table_220.jpg) no-repeat center center;
}

#prod120 {
	height: 293px;
	background: #EBEBE5 url(../images/cc120_chairside_cabinet_018_a_220.jpg) no-repeat center center;
}

#prod121 {
	height: 165px;
	background: #EBEBE5 url(../images/cc121_oak_end_table_025_220.jpg) no-repeat center center;
}

#prod122	 {
	height: 246px;
	background: #EBEBE5 url(../images/cc122_limbert_bookcase_220.jpg) no-repeat center center;
}

#prod123 {
	height: 229px;
/*
	background: #EBEBE5 url(../images/cc123_harvey_ellis_bookcase-3_220.jpg) no-repeat center center;
*/
	background: #EBEBE5 url(../images/cc123_harvey_ellis_bookcase-tbd-1.jpg) no-repeat center center;
}

#prod124 {
	height: 348px;
/*
	background: #EBEBE5 url(../images/cc124_harvey_ellis_single_door_bookcase_a41.jpg) no-repeat center center;
*/
	background: #EBEBE5 url(../images/cc124_tbd_220.jpg) no-repeat center center;
}

#prod125 {
	height: 165px;
	background: #EBEBE5 url(../images/cc125_home_theater_center_220_165.jpg) no-repeat center center;
}



/* ----------------------------------
------------------------------------- */

#content_product {
	margin: 0px 30px 0px 30px;
/*	height: 100%;*/
	/*border-right:1px solid #DF538D;*/
	padding: 12px 10px 10px 10px;
	line-height:1.6em;
	text-align:left;
	background-color: #c8c5b2;
}

#content_product.product_cc101 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc101_bookcase_005_165_220.jpg) no-repeat left top;
}

.product_cc101 {
		height: 350px;
}

#content_product.product_cc103 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc103_steriocabi_220_252.jpg) no-repeat left top;
}

.product_cc103 {
		height: 320px;
}

#content_product.product_cc104 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc104_bookcase_220.jpg) no-repeat left top;
}

.product_cc104 {
		height: 320px;
}

#content_product.product_cc105 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc105_craftsman_bookcase_220_165.jpg) no-repeat left top;
}

.product_cc105 {
		height: 320px;
}

#content_product.product_cc106 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc106_smallchina_220.jpg) no-repeat left top;
}

.product_cc106 {
		height: 600px;
}

#content_product.product_cc108 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc108_chinaclose_220.jpg) no-repeat left top;
}

.product_cc108	 {
		height: 320px;
}

#content_product.product_cc109 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc109_two_seater_220_157.jpg) no-repeat left top;
}

.product_cc109 {
		height: 600px;
}

#content_product.product_cc111 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc111_craftsman_dining_table_220a.jpg) no-repeat left top;
}

.product_cc111 {
		height: 450px;
}

#content_product.product_cc112 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc112_craftsman_desk_220.jpg) no-repeat left top;
}

.product_cc112 {
		height: 350px;
}

#content_product.product_cc113 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc113_servingtab_220.jpg) no-repeat left top;
}

.product_cc113 {
		height: 350px;
}

#content_product.product_cc114 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc114_sideboard_007_220.jpg) no-repeat left top;
}

.product_cc114 {
		height: 350px;
}

#content_product.product_cc115 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc115_craftsman_curio_cabinet_220.jpg) no-repeat left top;
}

.product_cc115 {
		height: 348px;
}

#content_product.product_cc116 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc116_craftsman_magazine_stand_1_220.jpg) no-repeat left top;
}

.product_cc116 {
		height: 348px;
}

#content_product.product_cc117 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc117_morris_chair_1_220.jpg) no-repeat left top;
}

.product_cc117 {
		height: 348px;
}

#content_product.product_cc118 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc118_craftsman_double_pedestal_table_220.jpg) no-repeat left top;
}

.product_cc118 {
		height: 348px;
}

#content_product.product_cc119 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc119_coffee_table_220.jpg) no-repeat left top;
}

.product_cc119 {
		height: 348px;
}

#content_product.product_cc120 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc120_chairside_cabinet_018_a_220.jpg) no-repeat left top;
}

.product_cc120 {
		height: 348px;
}

#content_product.product_cc121 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc121_oak_end_table_025_220.jpg) no-repeat left top;
}

.product_cc121 {
		height: 348px;
}

#content_product.product_cc122 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc122_limbert_bookcase_220.jpg) no-repeat left top;
}

.product_cc122 {
		height: 348px;
}

#content_product.product_cc123 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
/*
	background: #C8C5B2 url(../images/cc123_harvey_ellis_bookcase-3_220.jpg) no-repeat left top;
*/
	background: #C8C5B2 url(../images/cc123_harvey_ellis_bookcase-tbd-1.jpg) no-repeat left top;
}

.product_cc123 {
		height: 348px;
}

#content_product.product_cc124 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
/*
	background: #C8C5B2 url(../images/cc124_harvey_ellis_single_door_bookcase_a41.jpg) no-repeat left top;
*/
	background: #C8C5B2 url(../images/cc123_harvey_ellis_bookcase-tbd-1.jpg) no-repeat left top;
}

.product_cc124 {
		height: 350px;
}

#content_product.product_cc125 h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
	background: #C8C5B2 url(../images/cc125_home_theater_center_220_165.jpg) no-repeat left top;
}

.product_cc125 {
		height: 320px;
}

/* ----------------------------------
------------------------------------- */

#content_product h2 {
	font-size: 1.6em;
	margin: 0;
	padding: 40px 0 0 240px;
	border-bottom: 0;
	width: 420px; 
	height: 348px; 
	border: 0px solid #000;
}

#content_product p {
	font-size: 1.25em;
}

/*
#content_product span.bold {
	font-weight: bold;
}
*/

#content_product p.line_dim {
	margin: -300px 0 0 242px;
	padding: 0;
}

#content_product p.line_dim2 {
	margin: 30px 0 0 242px;
	padding: 0;
}

#content_product p.line_cst1 {
	margin: 10px 0 0 242px;
	padding: 0;
}

#content_product p.line_cst2 {
	margin: 10px 0 0 242px;
	padding: 0;
}

#content_product p.line_desc1 {
	margin: 30px 0 0 242px;
	padding: 0;
}

#content_product p.line_desc2 {
	margin: 10px 0 0 242px;
	padding: 0;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.farleft {
	text-indent: -9000px;
	border: none;
}

