/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				30px 0px;
	
	background-color:		#4e2a28;

	/*	Default text styles	----------------------------*/
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	color:					black; /*#666666;*/

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#4E2A28;
}

a:hover
{
	color:					rgb(119,119,119);
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					698px;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	/*background:			url("/images/header_bg.gif");*/
}

#logo
{
	/*height:					75px;*/
	line-height:			75px;
	/*margin:					15px 15px 10px 15px;*/
	/*padding:				15px;*/
	color:					white;
	font-size:				16px;
	font-weight:			bold;
	text-align:				center;
}

#logo a,
#logo a:hover
{
	color:					white;
}

table#body
{
	border-collapse:		collapse;
	width:					698px;
	background:				url("/images/content_bg.gif");
}

col#col-left
{
	width:					306px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	
	padding:				19px 15px 0px;
}
/*
td#left_side
{
	padding:				24px 0px 0px 22px;
}
*/

td#right_side
{
	width:					392px;

}
/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
/*	margin:					0px;*/
	padding:				0em 0px 0px 11px;
	line-height:			2.0em;
	font-family:			arial,sans serif;
	font-size:				11px;
	background-color:		#4E2A28;

}

#footer p
{
	clear:					both;
	margin-left:			11px;
	text-align:				center;

}

#footer p,
#footer p a
{
	color:					#ab8e86;
}

#footer ul
{
	width:					auto;
	margin-left:			-13px;
	/*padding:				0px;*/
	list-style-type:		none;
	
	display:inline;
}

#footer li
{
/*	float:					left;
	padding:				5px 7px;*/
	font-family:			arial,sans serif;
	font-size:				11px;
	display:inline;
}


#footer ,
#footer a
{
	color:					white;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;

	font-family:			verdana,arial,sans serif;
	font-weight:			normal;
	font-size:				14px;
}

h1 a,h1 a:hover
{
	color:					#888888;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0em;
	padding:				0px;
	
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.85em;
	color:					#666666;
}

h3
{
	margin:					5px 0em 0em 0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	font-weight:			bold;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0px 0px 10px 0px;
	padding:				0px;
	line-height:			13px;
	font-family:			verdana,arial,sans serif;
/*	font-size:				10.6px;*/
	font-size:				11px;
	/*letter-spacing:	-0.73px;*/
}
table.list td
{
	font-size:				9px;
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	padding:				0.5em 0em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
}

.sidebar
{
	line-height:			1.4em;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				0.65em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	font-size:				10px;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
	font-size:				9px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				11px;

	border-bottom:			1px solid rgb(238,238,238);
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	
}

#search_div
{
	width:					120px;
	height:					95px;

	position:				absolute;
	right:					18px;
	top:					21px;
	font-size:				9px;
	padding:				10px;
	display:				none;
	
	border:					1px solid #4e2a28;
	font-family:			arial,sans serif;
	z-index:50;

}

#search_info
{
	position:				absolute;
	left:					613px;
	width:					85px;
	top:					-24px;
}	

#search_button,
.search_button
{
	background-color:		white;
	font-family:			"Lucida Sans Unicode","Lucida Grande",verdana,arial,sans serif;
	margin:					6px 0px;
	float:right;
	font-size:13px;
}

#search_textbox
{
	margin:					7px 0px;
	border:					1px solid black;
	width:					120px;
	height:					25px;
}
/*---------------------------------------------------------------------------------------------------------
//	Product page gallery
//-------------------------------------------------------------------------------------------------------*/
#product_title
{
	float:					left;
	/*font-weight:			bold;*/
	font-size:				11px;
}

#caption
{
	clear:					both;
	background-color:		#e1cdbc;
	font-size:				10px;

	min-height:				53px;
	height:					auto !important;
	height:					53px;
	padding:				4px 15px 0px; 
}

#product_nav
{
	float:					right;
}

/*---------------------------------------------------------------------------------------------------------
//	End 
//-------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
//	scrolling  
//-------------------------------------------------------------------------------------------------------*/
#scrollable_move_down,
#scrollable_move_up
{
	text-align:				right;
}

.downloads
{
	margin:					0px;
	padding:				0px 0px 15px 15px;
}

#footer_additional_info
{
	/*margin:					5px 2px 2px 10px;
	float:					left;*/
	display:inline;
}

