/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/

/*---------------------------------------------------------------------------------------------------------
//	Gallery customs
//-------------------------------------------------------------------------------------------------------*/

img#mainimage.galleryimg {
	float: left;
	padding-right: 10px;
}

div#photocaption.gallerycaption {
	padding-left: 10px;
}

div#gallerynav {
	clear: both;
	font-size: large;
	font-weight: bold;
}

span#photocaption {
/*
	font-style: italic;
*/
}

/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				20px 0px;
	
	background-color:		white;

	/*	Default text styles	----------------------------*/
	font-family:			verdana,sans-serif;
	color:					gray;

}

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

a:hover
{
	color:					#666600;
}

/* mouseover image link on product pages */

a.mouseoverimagelink {color:black;text-decoration:none;}
a:hover.mouseoverimagelink {color:#990066;}

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

	/*	Customize			----------------------------*/
	width:					780px;

	background-image:		url( /site/images/bg_main.gif );
	background-repeat:		repeat-y;

	position:				relative;
}

#header
{
	width:					780px;
	background-color:		white;
}

table#body
{
	border-collapse:		collapse;
	width:					780px;
	height:					400px;
}

col#col-left
{
	width:					171px!important;
}

col#col-content
{
	width:					100%;
}

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

/*	Optional sitebar	*/
td#right
{
	padding-left:10px;
}

td#content
{
	width:					100%;
	padding:				0px 0px 20px 20px;
}

form#search
{
	text-align:				right;
	margin:					0px 43px 13px;
	vertical-align: 		middle;
}

form#search input#findtext
{
	width:					111px;
	font-size:				9px;
	height:					11px;
}

form#search input#searchbutton
{
	margin-left:			4px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px;
	background-color:		#3173A2;
	padding:				0em 1em;
	height:					2.5em;
	line-height:			2.5em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.65em;
	color:					white;
}

#footer2
{
	float:					right;
	line-height:			2.5em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.65em;
	color:					#3173A2;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

#footer a
{
	color:					white;
}

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

	font-family:			verdana,sans-serif;
	font-weight:			bold;
	font-size:				1.2em;
}

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

h2
{
	margin:					0em;
	padding:				0px;
	
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				0.85em;

}

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

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
}

.caption-right 
{
	font-size: 0.65em;
	text-align: center;
/*
	font-style: italic;
*/
}

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-family:			times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

ul.categories
{
	list-style-image:		url( /site/images/bullet_diamond.gif );
	font-size:				0.72em;
}
ul.categories li
{
	padding:				0.2em 0em;
}

img#wishlist
{
	vertical-align:			bottom;
	margin-bottom:			-1px;
}

/*---------------------------------------------------------------------------------------------------------
//	Image grids
//-------------------------------------------------------------------------------------------------------*/

#grid
{
	float:					right;
	border-right:			30px solid white;
	width:					280px;
	height:					265px;
	background-color:		white;
}


img#grid11,
img#grid12,
img#grid13,
img#grid21,
img#grid22,
img#grid23
{
	margin-bottom:			2px;
}

img#grid11,
img#grid12,
img#grid21,
img#grid22,
img#grid31,
img#grid32
{
	margin-right:			2px;
}



img.group1,
img.group2
{
	opacity:				0.0;
	filter:					alpha(opacity=0);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
#photo
{
	margin:					0px;
	float:					right;
	width:					297px;

}
#photo img
{
	margin-left:			16px;
	display:				block;
	border-left:			1px solid #336699;
}

#caption
{
	border-top:				1px solid #336699;
	background-image:		url( /site/images/bg_caption.gif );
	background-repeat:		repeat-y;

	padding:				8px 0px 8px 30px;

	font-size:				0.65em;
	color:					#990066;
}

/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.productpage
{
	border-collapse:		collapse;
}

table.productpage th,
table.productpage td
{
	padding:			3px 10px 7px 0px;
	font-size:			0.6em;
	color:				#102255;
}

td.price
{
	text-align:			right;
}

table.productpage th
{
	text-align:			left;
}

table.productpage input.qty
{
	width:				40px;
	font-size:			9px;
}

table#wishlist td
{
	border-top:				1px solid rgb(204,204,204);
}

table#wishlist tr.total td
{
	border-top:				1px solid black;
	font-weight:			bold;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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;
	font-size:				0.75em;
}

.sizes
{
	display:none;
}

.product_grid
{

}

.product_grid td
{
	width:92px;
	height:87px;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}

.red_link a,
.red_link
{
	color:				#993333 ;
	text-decoration:	underline;
}

.red_link a:hover,
.red_link:hover
{
	color:		#666600 ;
}
.page_links
{
	font-size:		1.05em;
	padding:		5px 10px 0 0;
	color:			#003366;
}
.shape_links
{
	font-size:		9px;
	margin-top:		10px;
}
.shape_links .active_link 
{
	color:			#990066;
}