/* product detail page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#center_col {
	float: left;
	display: block;
	width:355px;
	margin:0 10px 10px 0;
	padding-bottom: 10px;
	/*border-bottom: 1px dashed #5480b9;*/
}

#right_col {
	float: right;	
	width: 397px;
	margin-bottom:15px;
	display: block;
}

#prod_Dright {
	width: 397px;
	display: block;
	position: relative;
}

#prod_Dimage {
	position: relative;
	width: 355px;
	text-align: center;
}


#sale_tag{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
}

#prod_Dimage img{
	margin:auto;
}
#prod_Dimage ul{
	margin:10px auto;
	text-align: center;
	display: block;
	width:300px;
}
#prod_Dimage li{
	display: inline;
	margin: auto;
	color: #D0D6DD; 
	width: 115px;
}
#prod_Dimage a:link, #prod_Dimage a:visited{
	color: #191970; 
	font-size:85%;
	text-decoration: none;
}
#prod_Dimage a:hover, #prod_Dimage a:active, #prod_Dimage a:focus{
	color: #e99613;
}

#prod_title{ /* usually attached to an H2 style*/
}	

#item_number{
	display:block;
	padding-bottom: 15px;
}	
	
#prod_price {
	clear: both;
	float: left;
	font-size: 170%; 
	display: block;
	color: #004297;
	padding: 0 10px 0 0;
}	

#addtocart_form{
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	top:-16px;
}

#formStyle{
	position: relative;
	clear: both;
	margin: 10px 0px 0px 0px; 
	background-color: #d8e5f3;
	padding: 5px 0px 20px 10px;
	display:block;
}
#formStyle select{
	margin: 5px 10px 5px 00px;
}


#prod_status{
	float: left;
	display: block;
	font-size: 85%;
	text-align: left;
	padding: 2px 10px 10px 10px;
	line-height: 1em;
	height: 50px;
}	

.addtocart_button_input {	
	margin: 0 0 0 10px;
	padding: 0;
	display:block;
	width: 144px;
	height: 31px;	
	border: none;
	
	color: #623E08;
	font-size: 136%;
	background: transparent url(../images/button_sprite.png) no-repeat 0 3px ;
	}
	
.addtocart_button_input_hov
{	
	margin: 0 0 0 10px;
	padding: 0;
	display:block;
	width: 144px;
	height: 31px;	
	border: none;
	
	color: #004297;
	font-size: 136%;
	background: transparent url(../images/button_sprite.png) no-repeat 0 -50px;
}

.emailinstock, .emailafriend
{
	background-color: #DEDEDE;
	border : 1px solid #000;
	color: #000;
	font-size: 85%;
	top: 18px;
}
.emailinstock p, .emailafriend p{
	padding: 10px;
}

.emailinstock table, .emailafriend table{
	margin:5px 10px;
}
.emailinstock input, .emailafriend input{
	margin:5px 10px;
}

#prod_Desc {
	clear: both;
	width: 397px;
	font-family: sans-serif;
	
	position: relative;
	display: block;
	padding-top: 15px;
}

#prod_Desc_FB  { /* I don think this is used */
	clear: right;
	display: block;
	padding: 15px 0 20px 0;
	margin-top: 0px;
	text-align: justify;
}

/*  Items may not be always used, talk to the Product Administrator */
.tabcontent li{
	padding-left: 4ex;
	background: url(/images/list-image.gif) no-repeat 2ex 6px;
}

/* END Items may not be always used   */

li#zoomNONE {
	width: 125px;
	font-size:85%;
	display: block; 
	float:left; 
	padding: 0 0px 0 5px;	
	background: transparent url(../images/icon_sprite.gif) no-repeat 0 -38px;
}

#zoom a{
	display: block;
	float:left;
	padding: 0 10px 0 12px;
	background: transparent url(../images/icon_sprite.gif) no-repeat 0 -37px;
}

#email a{	
	display: block;
	float:left;
	padding: 0 15px 0 15px;
	background: transparent url(../images/icon_sprite.gif) no-repeat 0 -77px;
}

#prod_print a{
	display: block; 
	float:left;
	padding: 0 0px 0 15px;
	/* background: transparent url(../images/icon_print.gif) no-repeat 0 50%; */
	background: transparent url(../images/icon_sprite.gif) no-repeat 0 3px;
}
#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);
}


/* Styled products  CSS Begin */

#formStyle div{
margin: 6px 0px;
}

#formStyle button{
	cursor: pointer;
	cursor: hand;
}

.style_on{
    background-color: #E7EAEE;
    border:1px solid #333333;
    margin:1px;
    font-family:verdana;
	padding: 2px;
    font-size:8pt;
}

.style_off{
    background-color: #FFFFFF;
    color: #DBD4CE;
    disabled: disabled;
    border:1px solid #CCCCCC;
    margin:1px;
    font-family:verdana;
	padding: 2px;
    font-size:8pt;
}
.style_selected{
    background-color: #024598;
    border:1px solid #03428A;
	color: #FFF;
    margin:1px;
    font-family:verdana;
	padding: 2px;
    font-size:8pt;

/* Styled products  CSS end */
/* product page end */