@charset "UTF-8";
/* CSS Document */

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	/* added by Patrick */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/* end added by Patrick */
	}
	
input[type="text"] 
{
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636466;
	text-decoration: none;	
}

textarea 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636466;
	text-decoration: none;	
}	

input[type="password"] 
{
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636466;
	text-decoration: none;	
}	

select
{
	height: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636466;
	text-decoration: none;
}
#content {
	width:770px;
	margin: 10px auto;
	text-align:left;
}
#logo img {
	padding-bottom: 5px;
}
#logo {
	float: left;
}
#header {
	float: right;
	width: 300px;
	position: relative;
	padding-top: 15px;
	
}

#header .account
{
	clear: both;
	position: absolute;
	right: 0;
	border-color:#808080;
	border-style:solid;
	border-width: 0px 0px 0px;
	margin: 2px 0px 0px;
	padding: 5px 0px 5px;
	width: 240px;
	top: 5;
	
	
}
#header .account a {
	font-size: 10px;
	text-transform: uppercase;
}
#header .account a:hover {
	color: #990000;
}
#header-menus 
{
	position:relative
	z-index: 10000;
	clear: both;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	line-height: 11px;
	margin: 5px 0px;
	height: 22px;
	padding: 0;
	position: relative;
	z-index: 10000;
}
.searchbox .arrow {
	float: right; 
	padding-left: 5px;
	bottom: 1px;
	position: relative;
}
.searchbox .arrow input {
	border-width: 0px;
}
.searchbox .q {
	text-align: right;
}
.searchbox .q input {
	padding: 2px 2px 0px 2px;
	border: 1px solid #CCC;
	color: rgb(99, 100, 102); 
	font-size: 10px; 
	height: 14px; 
	width: 125px;
}

/************************************************************************\
* Menus
\************************************************************************/

#menus li a:hover
{	
	color: #990000;
}

#menus
{
	margin: 0;
	padding: 0;
}

#menus li
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	vertical-align: middle;
}

#menus li a
{
	display: block;
	padding: 5px 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	white-space: nowrap;
}

#menus li a.selected {
	background: black;
	color: white;
}
#menus li a.selected:hover {
	color: white;
}


#menus li ul
{
	margin: 0;
	padding: 0;
	background: white;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

#menus li ul li
{
	float: none;
	display: inline;
}


#menus li ul li a:hover
{
	color: #990000;
}

#menus li ul li a
{
	text-align: left;
	width: auto;
	color: #434445;
	padding: 4px;
}
#menus li ul li a.selected
{
	background: black;
	color: white;
}
#menus li ul li a:hover
{
	color: white;
	background: black;
}

/************************************************************************\
* Magnifier
\************************************************************************/
div.center {
	text-align: center;
}
.magnifier {
	height: 100px;
}
.magnifier a {
	display: block;
	width: 95px;
	float: left;
	text-align: center;
}
.magnifier a img {
	padding: 0 10px;
	text-align: center;
}


body {
	margin: 0px 0px; 
	padding: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input[type="text"] 
{
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636466;
	text-decoration: none;	
}

textarea 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636466;
	text-decoration: none;	
}	

input[type="password"] 
{
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636466;
	text-decoration: none;	
}	

select
{
	height: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636466;
	text-decoration: none;
}

.gift_message_box
{
	border-color: White; 
	border-style: solid; 
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
.price_breakdown_row {
	 padding-top:5px
}

.top_nav_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #434445;
}

.top_nav_dynamic
{
	border-color:Gray;
	border-style:solid;
	border-width:1px;
	text-align:left;
}
.top_nav_dynamic_item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #434445;
	padding-left:2px;
	padding-right:3px;
	padding-top:2px;
}
.top_nav_dynamic_item:hover
{
	color: #000000;
}
.top_nav_static
{
	background-color:#EEEEEE;
}

.input_label
{
	padding-right:10px;
	text-align:right;
}

.footer-links {
	margin: 0 0 5px 0;
	padding: 0;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	line-height: 11px;
}

.footer-links td a {
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	padding: 4px 5px;
}
.footer-links td a:hover {
	color: #990000;
}
.footer-links td a.selected,
.footer-links td a.selected:hover {
	color: white;
	background-color: black;
}
footer-links td a.selected:hover {
	color: white;
	background-color: black;
}
.footer-links td {
	width: 25%;
	text-align: center;
}
.footer-links td.first {
	text-align: left;
}
.footer-links td.last {
	text-align: right;
}
.footer {
	font-size: 10px;
	text-transform: uppercase;
}
.footer .contact { 
	float: left; margin-top: 10px; 
}
.footer .contact a { 
	text-decoration: underline;
}
.footer .contact a:hover {
	color: #0033FF;
	text-decoration: underline;
}
.footer .copyright { 
	float: right; margin-top: 10px; 
} 
.footer-lower {
	font-size: 8px;
	text-transform: uppercase;
}
.footer-lower .trademark { 
	float: left; margin-top: 10px; 
} 
a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #434445;
}

a:hover {
	text-decoration: none;
}

div.spacer
{
	clear: both; 
}

div.row
{
	clear: both; 
}

.normal_font_no_hover {
	font-size: 12px;
	color: #434445;
}
.nav_bar_font {
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
}
.nav_bar_font:hover {
	font-size: 10px;
	color: #990000;
	text-transform: uppercase;
}

h1 {
	font-size: 16px;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	color: #434445;
	display:inline;
	padding-top: none;
	padding-bottom: none;
}
h3 {
	font-size: 12px;
	color: #5f5954;
	text-decoration: none;
}
#goodgreat {
	clear: left;
	position: relative;
	width: 443px;
	height: 35px;
	margin-top: 1px;
	
}
/************************************************************************\
* ggbMenus
\************************************************************************/

#ggbmenus li a:hover
{	
	color: #990000;
}

#ggbmenus
{
	margin: 0;
	padding: 0;
}

#ggbmenus li
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	vertical-align: middle;
}

#ggbmenus li a
{
	display: block;
	padding: 5px 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

#ggbmenus li a.selected {
	background: black;
	color: white;
}
#ggbmenus li a.selected:hover {
	color: white;
}


#ggbmenus li ul
{
	margin: 0;
	padding: 0;
	background: white;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

#ggbmenus li ul li
{
	float: none;
	display: inline;
}


#ggbmenus li ul li a:hover
{
	color: #990000;
}

#ggbmenus li ul li a
{
	text-align: left;
	width: auto;
	color: #434445;
	padding: 4px;
}
#ggbmenus li ul li a.selected
{
	background: black;
	color: white;
}
#ggbmenus li ul li a:hover
{
	color: white;
	background: black;
}
.button {
	border: thin solid #333333;
}

