

/* product detail page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
#pageheader h1{/* Original Styles are on the style.css*/
	font-size:145%;
	top:30px;
}

#pageheader h1 span{
	font-family:  arial, helvetica, clean, sans-serif;
}

#column_01 {
	position: relative;
	float: left;
	display: inline;
	width: 270px;
	
}

#column_02 {
	position: relative;
	float: right;	
	display: inline;
	width: 472px;
	margin: 0px 18px 0px 0px;
	padding: 0px;
}

#prod_image {
	position: relative;
	float:right;
	width: 260px;
	font-size:85%;
	margin-bottom:20px;
}

#prod_image img{
	border-bottom:1px solid #cdc3b9;
	padding-bottom: 25px;
}


#zoom{
	position: absolute;
	top:265px;
	left: 10px
}
 
#zoom a:link, #zoom a:visited {
	display: block;
	float:left;
	text-decoration: none;
	padding: 0 15px 0 17px;
	background: transparent url(/images/button_sprite.png) no-repeat 2px -239px;
}
#zoom a:focus, #zoom a:hover, #zoom a:active {text-decoration:underline;}


/*#email{
	position: absolute;
	top:0px;
	right: 0px;
	font-size: 85%
}
#prod_print{
	position: absolute;
	top:1.4em;
	right: 0px;
	font-size: 85%
}*/
#email,
#prod_print{
	float: right;
	clear: right;
	font-size: 85%;
	margin: 0 10px 2px 0;
}
#email a:link, #email a:visited{	
	display: block;
	float:left;
	text-decoration: none;
	padding: 0 0px 0 20px;
	background: transparent url(/images/button_sprite.png) no-repeat 2px -263px;
}


#prod_print a:link, #prod_print a:visited{
	display: block; 
	float:left;
	text-decoration: none;
	padding: 0 0px 0 20px;
	background: transparent url(/images/button_sprite.png) no-repeat 2px -208px;
}


#zoom a:focus, #zoom a:hover, #zoom a:active,
#email a:focus, #email a:hover, #email a:active,
#prod_print a:focus, #prod_print a:hover, #prod_print a:active 
{text-decoration:underline;}

#prod_title{ /* usually attached to an H1 style*/
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 136%;
	font-style: normal;
	font-weight: normal;
	font-family: verdana, arial, helvetica, clean, sans-serif;
	color: #65472d;
}	

#item_number{
	display:block;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	font-size: 85%;
	width: 50%;
}	
	
#prod_price {
	clear: both;
	float: left;
	font-size: 136%; 
	display: block;
	color: #65472d;
	margin: 0px;
	padding: 0px;
}	

#prod_status{
	float: left;
	font-size: 136%; 
	color: #65472d;
	padding: 0px;
	margin:0px 10px 5px 20px;
	line-height: 1.2em;
}	
.prod_status_tinytxt{
	display: block;
	font-size:56%; 
	color:#000;
	line-height: 1.2em;
}


#addtocart_detail_form{
	clear:both; 
	border-top:1px solid #cdc3b9; 
	border-bottom:1px solid #cdc3b9; 
	padding:5px 0px; 
	margin-right: 10px;
	height: 2.5em;
}


#prod_quanity{
	display: inline;
	float: left;
	margin: 3px 0px 5px 0px;
}

#prod_quanity label{
	font-size: 107%; 
	font-weight: bold;
	text-transform: uppercase;
	font-family:Georgia, "MS Serif", "New York", serif;
	color: #443a31;
}

#prod_quanity input{
	width:2.5ex;
	margin-right: 10px;
}

#addtocart_detail-button{
	position: relative;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	
	
	border:1px solid #e8e7e3;
	background-color: #ffffff;
	padding: 1px;
}	

#addtocart_detail-button input{
	margin: 0px;
	padding: 0px;
	position: relative;
}

/*#addtocart_detail-button a:link, #addtocart_detail-button a:visited,*/
.addtocart_button_input {
	width: 200px;
	height:1.8em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight:bold;
	
	text-decoration: none;
	background-color: #5e6254;
	text-align: center;
	vertical-align: middle;
	line-height:1.75em;
	border:1px solid #ffffff;
	
	display: block;
}	

/*#addtocart_detail-button a:hover, #addtocart_detail-button a:focus, */
.addtocart_button_input_hov {
	width: 200px;
	height:1.8em;
	text-transform: uppercase;
	font-weight:bold;	
	text-align: center;
	vertical-align: middle;
	line-height:1.75em;
	border:1px solid #ffffff;
	display: block;
	text-decoration: none;
	color: #5e6254;
	background-color: #e8e7e3;
	cursor: hand;
	cursor: pointer;
}

#layer_ISE{
	margin: 0px;
	padding: 0px;
	z-index:99;
}
#layer_EMF{
	
}

.emailinstock, .emailafriend
{		
	border:solid 2px #694A2B; 
/*	width:350px;*/
width: 389px;
	background-color: #ddcdaf;
	color: #000;
	font-size: 85%;
	position:absolute;
	z-index:99;
}
.emailinstock p, .emailafriend p{
	padding: 0px;
}

.emailinstock table, .emailafriend table{
	margin:5px auto;
	width: 369px;
}

.emailinstock td, .emailafriend td{
	vertical-align: top;
}

.emailinstock input, .emailafriend input,
.emailinstock textarea, .emailafriend textarea{
	margin:5px 10px;
}

.emailinstock .emailPrivacy, .emailafriend .emailPrivacy{
	padding-top:10px;
	font-size:77%;
}


#prod_desc {
	clear: both;
	position: relative;
	display: block;
	padding-top: 15px;
	margin-right: 10px;
	font-size: 85%;
}



#prod_desc_FB  {
	display:block;
	padding-bottom:20px;
}

#prod_desc_FB strong{
	font-weight: bold;
}
#prod_desc_FB em{
	font-style: italic;
	font-weight: inherit;
}
/* TABS  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */

#prod_copy{
	position: relative;
}
#prod_desc_FB ul#maintab{
	margin: 0px;
	height: 2em;
	margin-bottom: 0px;
	width: 30ex;
}

#tabcorner{
	position: absolute;
	display: block;
	z-index: 2;
	top: -2px;
	left: 28ex;
	width: 8px;
	height: 9px;
	margin-left: -4px;
}

ul#maintab li {
	list-style: none;
	display:inline;
}
ul#maintab li a{
	padding: 0.4em 1ex;
	text-align: center;
	width: 12ex;
	margin: 0px;
	float: left;
/*	border-left:1px solid #725538;*/
	background: transparent url(/images/detail-tabOFF.gif) repeat-x 0px 2px;
}
ul#maintab li a:link, ul#maintab li a:visited{
	color: #d8d8d8;
	text-decoration: none;
}
ul#maintab li.selected a:link, ul#maintab li.selected a:visited{
	color:#000;
	border-left:1px solid #d3cac1;
	background: #d3cac1 url(/images/detail-tabON.gif) repeat-x 0px -9px;
}
ul#maintab li a:hover, ul#maintab li a:focus, ul#maintab li a:active{
	text-decoration: underline;
}

#tab_content_container{
	border: 1px solid #cdc3b9;
	padding: 10px;
	margin-bottom: 1em;
}
/* \TABS  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  */








/*  Items may not be always used, talk to the Product Administrator */
#prod_desc_FB h3{
	font-weight: bold;
	color:#eb6408;
}

#prod_desc_FB td{
	padding: 3px;
	vertical-align: top;
	border-top: 1px dotted #6A6A6A;
}
#prod_desc_FB table{
	margin-bottom: 10px;
	border-bottom: 1px dotted #6A6A6A;
}

#prod_desc_FB p{
	text-indent: 2ex;
	padding-bottom:1.2em;
}

#prod_desc_FB ul{
	padding: 0;
	margin: 0.6em 0.6em 0em 1.5em;
	list-style: none outside url(/images/list-image.gif);
}

#prod_desc_FB li{
	margin-bottom: 2px;
}
#prod_desc_FB ul ul{
	margin-top:0em;
	list-style: none url(/images/list-subimage.gif);
}

/* END Items may not be always used   */



/* product page end */

