/********************************************
  Suzanne Golden stylesheet
  styles.css
********************************************/


/********************************************
  Common formatting
********************************************/

body, html, td {
	font-family:verdana,arial,helvetica,sans-serif !important;
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
}

body, html {
	margin: 0;
	padding: 0;
	padding: 20px 0 20px 0;
}

strong { font-weight: bold; }

a {color:#67ACAF; text-decoration: underline;}
a:hover { color: #004B4F; }

img { border: 0; }

ul { 
	list-style-image: url("images/bullet.gif");
	list-style-type: circle;
}

h1 { 
	font-size: 16px;
	font-family: GoudyTrajan, GoudyTrajanBold, trajan pro, goudy trajan, verdana,arial,helvetica,sans-serif;
	font-weight: bold; 
	color: #555;
	margin: 0 0 15px 0;
	border: 0;
	border-bottom: 1px dotted #DADADA;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 14px;
	font-family: GoudyTrajan, GoudyTrajanBold, trajan pro, goudy trajan, verdana,arial,helvetica,sans-serif;
	color: #555;
}

h3 { 
	font-size: 12px; 
	font-weight: bold; 
	color: #67ACAF;
}

.errors { color: #F00; }


#prod_table #navprint a img, #prod_table #navemail a img { border: 0; }
#navemail { float: right; }
#navprint { float: left; }


/********************************************
  general content formatting elements
********************************************/

.loggedin {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 10px; 
	color: #666;
}

.row { clear: both; display: block; }

/* preserve white space (for product dimensions, etc.) */
.whitespace { white-space: pre; }
.center { text-align: center; margin: 0 auto; }

/* navigation images do not have borders */
#content .nav img { border: 0; }


/********************************************
  page template elements
********************************************/


#header { text-align: center; height: 82px; }
#header img { border: 0; }

#nav_menu {
	vertical-align: top;
	text-align: left;
	border: 1px solid #DADADA;
	border-right: 0;
	width: 190px;
	padding: 15px 0 15px 10px;  /* begin ie/win hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
}
html>#nav_menu  {
	width: 200px; 	/* end ie/win hack */
}
#nav_menu img { border: 0; }

/* main content box, into which everything else goes */
#content {
	padding: 20px 20px 20px 0;
	border: 1px solid #DADADA;
	width: 591px;
	border-left: 0;
	vertical-align: top;
	line-height: 1.4em;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 571px;
}
html>#nav_menu  {
	width: 571px; 	/* end ie/win hack */
}
/* footer (account, contact, news) */
#footer {
	padding-top: 20px;
	text-align: center;
}
#footer img { border: 0; }

/*------------------------------------------------*/
/* index page only elements -- table cell borders */

#index_center {
	border: 1px solid #DADADA;
	border-left: 0; border-right: 0;
	margin: 0;
	padding: 0;
	width: 391px;
	height: 314px;
	text-align: center;
	vertical-align: middle;
}
#index_center img { border: 1px solid #AAA; padding: 0; margin: 0;}

#index_right {
	border: 1px solid #DADADA;
	border-left: 0;
	width: 200px;
	height: 314px;
	padding: 0;
	text-align: right;
	vertical-align: middle;		/* begin ie/win hack */
}

#index_right img { border: 0; }
#index_center img { border: 0; }

div#indexheadline {
	color: #67ACAF;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 25px 20px 15px;
	font-family: GoudyTrajan, GoudyTrajanBold, trajan pro, goudy trajan, verdana,arial,helvetica,sans-serif;
}


/*------------------------------------*/
/* Copyright and WireMedia stuff */


#copyright, #wiremedia {
	color: #B8B8B8;
	vertical-align: top;
	font-size: 9px;
}
#copyright { float: left; }
#wiremedia { float: right; }
#wiremedia a { color: #B8B8B8; font-weight: bold; text-decoration: none; }
#wiremedia a:hover { color: #67ACAF; }



/*************************************************
page-specific elements
*************************************************/

/*------------------------------------*/
/* category list (thumbnail) table */
#cat_table {
	width: 100%;
	border: 0;
}
#cat_table td { 
	padding: 0 0 5px 0;
	text-align:center;
}


#cat_table td#cat_item { height: 150px; vertical-align: top; border: 1px #DADADA solid;}
#cat_table td#cat_item a img { border: 1px solid #AAA; padding: 0; margin:3px;}
#cat_table td#cat_item a:hover img { border: 1px solid #004B4F; padding: 0;}

#cat_table .left { text-align: left; }
#cat_table .center { text-align: center; }
#cat_table .right { text-align: right; }

td#item_count { text-align: left; }

td#next_prev { text-align: right; }
td#next_prev img { border: 0; }

/*------------------------------------*/
/* product detail formatting table */

#prod_table {
	border: 0px;
}
#prod_table img { border: 1px solid #AAA; padding: 0px; margin: 0px;}

#prod_table #prod_info { 
	padding: 0 0 10px 15px; 
	vertical-align: top; 
	width: 240px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 225px;
}
html>#prod_table #prod_info  {
	width: 225px; 	/* end ie/win hack */
}

#prod_table #big_view {
	padding: 0;
	width: 325px;
	height: 325px;
	text-align: center;
	vertical-align: center;
}
#prod_table #other_images {
	text-align: center;
	height: 110px;
	padding: 0;
	vertical-align: top;
}
#prod_table #other_images img {
	margin: 10px 0 0 5px; 
	display: inline;
}

#prod_table td a img { border: 1px solid #E1D2B6; padding: 0px;}
#prod_table td a:hover img { border: 1px solid #004B4F; padding: 0px;}

#prod_table #nav_prev, #prod_table #nav_next { border: 0; }

#dimension_2col, #dimension_3col { margin-top: 15px; margin-bottom: 15px;}

/* table cell for deleting items on the favorites page */
td.delete a { color: #000; }
td.delete a:hover { color: #004B4F; }


/*------------------------------------*/
/* 2-column dimension table elements */

#dimension_2col td {
	width: 98px;
	padding: 0px;
	margin: 0px;
	/* begin ie/win hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 103px;
}
html>#dimension_2col td  {
	width: 103px; 	/* end ie/win hack */
}

/*------------------------------------*/
/* 3-column dimension table elements  */

#dimension_3col td {
	width: 65px;
	padding: 0px;
	margin: 0px;
	/* begin ie/win hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 70px;
}
html>#dimension_3col td  {
	width: 70px; 	/* end ie/win hack */
}

/* table cell colors */

#dimension_3col td.header, #dimension_2col td.header {  background-color: #ccc;  font-weight: bold; color: #FFF; text-align: center; }
#dimension_3col td.cell, #dimension_2col td.cell { background-color: #E1E1E1; text-align: center; }



/*------------------------------------*/
/* form input elements			  */

form .input {
	padding: 2px;
	margin: 2px;
	border: 1px solid #AAA;
	background-color: #FFF;
}

form select { margin: 2px; }

/********************************************************
printing page elements (note: this is not media="print"),
it is still for screen purposes
*********************************************************/

#print_table1, #print_table2 { padding: 20px; text-align: center; border: 1px solid #DADADA;}
#print_table1 { border-bottom: 0; }
#print_table2 { border-top: 0; }

#printlink { padding-bottom: 15px; }

#copyright_print {
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
	color: #7F7F7F;
	line-height: 1.5em;
}



/********************************************
  email product page styles
  and general form styles
********************************************/

body#emailproduct { padding: 10px 20px; }

fieldset { border: 1px solid #AAA; padding: 15px; }