﻿/* basic website config stuff */
HTML {
	height: 100%;
	background-color: #3B3B3B;
	background-image: url('bg.jpg');
    background-repeat: repeat-x;
    overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

BODY#body {
	margin:0;
	padding:0;
	text-align: center;
}

body, th, tr, p, h1, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 125%;
}

td {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	vertical-align:text-top;
	color:#E4E4E4
}



#footer div,
#footer p {
	color: #999;
	font-size: 10px;
}

.moduletable {
	margin: 0;
	padding: 10px;
}

#content .moduletable {
	padding-left: 0;
}

p, h1 {
	margin:0;
	padding: 10px;
	padding-left: 0;
}

#wrapper {
/*	position: relative;*/
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 47px;
	background: #000;
	margin-bottom: 7px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 47px;
	text-align: right;
}

#menu {
	position: absolute;
	top: 0;
	right: 0;
}

#menu .moduletable {
	padding-top: 5px;
}

#main {
	float: left;
	width: 760px;
	min-height:300px;
	height:auto; 
	padding-bottom:20px;
	background-image:url('bg-main.jpg'); 
	background-color: #4F4F4F;
	background-repeat: repeat-x;
}


#footer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

#footer_module {
	float: left;
	width: 300px;
}

#footer_module .moduletable {
	padding-left: 0;
}

#footermenu {
	float: left;
	text-align: right;
	width: 460px;
}

#footermenu .moduletable-bottom {
	padding-bottom: 10px;
	padding-top: 5px;
}

#logo img,
#left img,
#right img {
	display: block;
}

.space {
	height: 30px;
}

.clear {
	clear: both;
}

/* Product pages styles */


div, p, h1, form{
	margin:0px;
	padding:0px;
}

div, p, h1, th, li, dd, dl, dt{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}


a:link{
	color: #6d6d6d; 
	text-decoration: none; 
	background-color: transparent;
}

a{
	outline:none;
}

img{
	border:0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}


p#crumbsText, p#xCrumbsText, h1{
	margin-top: 10px;
	padding-bottom: 9px;
	padding-left: 12px;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	font-size: 10px;
	font-weight:normal;
}


select{
	color: #606060;
	margin-bottom:5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
/*	min-width:130px;	*/
}


ul#prodLinks {
	margin-top:3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0;
	font-size: 10px;
	line-height:150%;
}

ul#prodLinks a:link{
/*	color:#b1ad9d; */
	color:#D3D1C9;
	text-decoration: underline;
}


/* GENERAL PURPOSE STYLES */

a, a:link, 
a:active, 
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a.active {
	text-decoration: underline;
}


input {
	color: #606060;
	margin-bottom:5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

/* new tags */

h2, h3, h4 {
	margin: 0;
	padding: 10px;
	padding-left: 0;
	padding-bottom: 5px;
}

h4 {
	font-size: 16px;
	color: #fff;
}

/* primary menu - at the top of this site */

#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	float: left;
	line-height: 27px;
}

#menu a, 
#menu a:link, 
#menu a:visited  {
	font-size: 10px;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 27px;
	text-transform: uppercase;
}

#menu ul li a:hover,
#menu ul li a#active_menu {
	text-decoration: underline;
}

#footer a, 
#footer a:link, 
#footer a:visited  {
	font-size: 10px;
	font-weight:100;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	color: #CCCCCC;
	/* background: url(./footer_bg.jpg) no-repeat right top; */
}

#footer .moduletable-bottom {
	color: #999;
}

#footer span.mainlevel-bottom {
	display: none;
	text-transform:capitalize;
	font-weight:normal;
}

img {
	border: 0;
}


/* TOOLTIPS */

a.tooltipparent {
    text-decoration: none;
    border-bottom: 1px dotted #eee;
    display: inline-block !important;
    display: inline;
    vertical-align: bottom;
    margin-bottom: 2px;
    position: relative;
	color:#ccc;
	font-size: 11px;

}

a.tooltipparent span.tooltip {
    visibility: hidden;
    z-index: 1;
    display: block;
    position: absolute;
    left: 10px;
    top: 28px;
    background: #eee;
    color:#222;
	font-size: 10px;
	font-weight:normal;
	padding: 10px 5px 15px 15px;
	border: 1px #222 solid;

}

/* Opera 6+ specific values */
@media screen and (min-width: 0px) {
    a.tooltipparent span.tooltip {
        left: inherit;
        top: inherit;
        margin-top: 12px;
        width: 0;
    }
}

a.tooltipparent:hover span.tooltip {
    visibility: visible;
    /* blow up width, could be zeroed by opera hack */
    width: 230px;
}

/* TOOL TIPS */


/* Google Checkout Cart */
.override#googlecart-widget {
  z-index: 1999;
  right: 0;
  top: 0;
  position: absolute;
  padding-right: 4px;
  padding-top: 2px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: left;
}

.override #googlecart-widget-body { 
  z-index: 999; 
  border: solid #444; 
  border-width: 0px 1px 1px 1px; 
  background-color: #fff; 
  width: 100%; 
  height: 100px; 
  position: relative; 
  overflow: hidden; 
  visibility: hidden; 
} 

.override #googlecart-widget-head {
  background-color: #262626;
  border: 1px #444 solid;
  color:#fff;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
}

.override #googlecart-title, #googlecart-summary {
  color:white;
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
}


/* change the color of prices in the widget to dark */
.override .googlecart-widget-price {
  color: #444;
} 
.override .googlecart-widget-title {
  color: #444;
} 
.override .googlecart-widget-totalmessage {
  color: #444;
} 
.override .googlecart-widget-short-details {
  color: #999;
  font-weight:normal;
  font-size:10px;
} 
.override .googlecart-widget-long-details {
  color: #999;
  font-weight:normal;
  font-size:10px;
} 
.override .googlecart-widget-disclaimer {
  color: #999;
  font-weight:normal;
} 
.override .googlecart-widget-quantity-box{
  border-color:#C0C0C0;
  color:#444;
  font-size:10px;
}
.override .googlecart-widget-remove{
	color:#444;
}


/* /Google Checkout Cart */
