﻿ 
 label
{		
	width:60px;
	display:block;
	float:left;
	text-align:right;
	margin-right:3px;
}

table#product_info
{
	border-collapse:collapse;
	border:0px solid #000;
}

td#add_to_cart_cell
{
	width:295px;
	border:0px solid #000;
}

td#image_cell
{
	width:300px;
	text-align:center;
	border:0px solid #000;
}

td#image_cell img
{
	margin-bottom:23px;
}

td.nav_cell
{
	text-align:right;
}

div#add_to_cart_box
{
	border:1px solid #ccc;
	width:95%;
	padding:7px 0px 7px 0px;
	margin:auto;	
}
 
td.color_swatch_cell
{
	width:196px;
	text-align:center;
	padding:5px 0px 5px 0px;
}

td.color_swatch_single_cell
{
	width:588px;
	text-align:center;
	padding:5px 0px 5px 0px;
}

td.color_swatch_double_cell
{
	width:294px;
	text-align:center;
	padding:5px 0px 5px 0px;
}


span#ProductName
{
	display:block;
	font-size:9pt;
	font-weight:bold;
	margin-bottom:10px;
}

input#txtQty
{
}

input#btnAddToCart
{
	margin-left:2px;
	vertical-align:text-bottom;
}

div.field_divider
{
	height:0px;
	margin-top:5px;
}

div.bold
{
	font-weight:bold;
	color:#666;
}

div.gray
{
	color:#999;
	text-align:justify;	
}

div#volume_discount
{	
	text-align:center;
	padding:3px;
	font-weight:bold;
	width:175px;
	margin:5px auto 0px auto;
}

div#volume_discount_tooltip
{	
	position:absolute;
	left:-100px;
	top:0px;
	width:150px !important;
	display:none;
	padding:3px;
	background-color:#ffffe1;
	border:1px solid #404040;
	text-align:center;
}


div#email_friend_container
{
	line-height:14px;
	color:#000;
	margin:10px 20px 10px 0px;
	text-align:right;
}

div#email_friend_container a
{
	text-decoration:none;
	color:#000;
	font-weight:bold;	
}

div#email_friend_container img
{
	vertical-align:middle;
	width:24px;
	height:14px;
	border:0px;
	margin-right:3px;
}

#favorite-link
{
    text-align:left;
    padding-left:5px;
}

#favorite-link img
{
    vertical-align:middle;
    margin-right:3px;
    margin-bottom:0 !important;
} 
