body {
    color: darkslateblue;
    font-color: #000;
    padding:10px;
    border:0;
    margin:0;
    font-family: "sans-serif","Helvetica", "Arial", "Verdana";
    font-size: 0.9em;
    width:900px;
    margin:auto;
    background: white; 
}

#body {
  width: 100%;
  /*margin: auto;*/
  background: white;
  padding:19px 0 19px 0;
}

table {
    border-collapse: collapse;
    border-spacing:0px;
}

th {
    text-align:left;
}


img{
	border:none;
	clear:none;
	margin: 0px;
    padding:0px;
}

h1 {
    font-size:1.4em;
    color:orange;
    background-position:left;
    background-repeat:no-repeat;
}
h2, .h2 {
    color:orange;
    font-size:1.2em;
    font-style:normal;
    font-weight:bold;
    line-height:1.8em;
    margin:0pt;
    text-transform:none;
    width:100%;
    border-bottom:1px solid #8d89da;
    margin-bottom:15px;
}
a:link, a:visited {
  color: #000;
  font-color: #000;
}
a:active, a:hover {
  color: orange;
  text-decoration: underline;
}
form {
    margin:0;
    padding:0;
}
input:focus, textarea:focus {
	background-color: #DAFEDA;
}
legend {
    color:orange;
    font-weight:bold;
}
input, textarea, select {
color: #781351;
/*background: #fee3ad;*/
border: 1px solid #8d89da;
    margin:1px 0 1px 0;
}
.border_none {
    border:none;
}

#error {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 0em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}
#notice {
 border: 2px solid green;
}
/* -----------------------------------------------
             FOOTER
 ----------------------------------------------- */

.footer {
  border-top:1px dotted #8d89da;
  margin: 85px auto;
  text-align: center;
  padding: 0;
  /*font-weight: bold;*/
  line-height: 25px;
  font-size:80%;
  width:100%;
}

.footer a:link, .footer a:visited {
  text-decoration: none;
  color: #8d89da;;
}
/*.footer a:active, .footer a:hover {*/
  /*color: white;*/
  /*text-decoration: none;*/
/*}*/

.footernav {
    float:left;
}

.copyright {
  float:right;
  margin: 0px;
  font-weight: bold;
  font-size:90%;
}

input:focus, textarea:focus {
	background-color: #DAFEDA;
}
.money_back_guarantee {
    font-weight:bold;
    color:orange;
}
/* -----------------------------------------------
             UTIL
   ----------------------------------------------- */
.break{clear: both;  display: block;}

.red {color:red;}

.green {color:green;}

.number, .right {
    text-align:right;
}
.top {
    vertical-align:top;
}
.bottom {
    vertical-align:bottom;
}
.middle {
    vertical-align:middle;
}
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.nowrap {
    white-space: nowrap;
}

.hide {
    display:none;
}

div.msg {
    clear:both;
}

.float {
    float:left;
	margin-right:10px;
}

.floatright {
    float:right;
}
.bold {
    font-weight:bold;
}

.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}

.note {
    font-size:70%;
    color:#bbb;
}
.btn {
    color: white;
    font-weight:bold;
    /*background: url("../images/btnEmpty.gif") repeat-x;*/
    background-color:#8d89da;
    border: 1px solid white;
    height:1.7em;
}
.price {
    color:darkred;
    /*font-weight:bold;*/
}
/* -----------------------------------------------
             TABS
 ----------------------------------------------- */
#header {
	position: relative;
    padding-left:15px;
    padding-bottom:15px;
    float: left;
}
#header_links {
	position: relative;
    margin:5px 0 0 15px;
    float:right;
}

#free_shipping {
    position: relative;
    float:right;
    margin-top:-52px;
    text-align:right;
}

#navigation {
	position: relative;
	height: 2em;
    margin:auto;
    margin:-15px 0 0 0px;
    padding:0px 0 0 0px;
    border-bottom:2px solid #8d89da;
    clear: both;
    display: block;
}

#navigation ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -2px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	/*width: 800; *//* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
    margin-left:15px;
}

#navigation ul li  {
	display: inline;
	list-style: none;
}

#navigation ul a,#navigation ul a.current {
	display: block;
	float: left;
	padding: 5px 15px 5px 15px;
	margin: 1px 3px 0 0;
    text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 75%;
	text-decoration: none;
	background: url("../images/tab_bg_darkblue.gif") repeat-x;
    color:white;
    border: 1px solid #8d89da;
    border-bottom: none;
}

#navigation ul a.current,#navigation ul a.current:hover {
    font-weight:bold;
}


/* -----------------------------------------------
                BOXES
 ----------------------------------------------- */
.boxheading {
    background: #c0c0ff;
    background-image: url(../images/boxhead.gif);
    background-repeat: repeat-x;
    color:white;
    height:16px;
    font-weight: bold;
    text-align:center;
    vertical-align:middle;
}
.box, {
    background:#FAFAFA;
    border:1px solid #2687a0;
    width:230px;
    margin-right:5px;
    margin-bottom:20px;
    float:left;
    padding:0;
}

.boxcontent {
    padding:5px;
}

form label {
    /*padding-right: 30px;*/
    /*width: 300px;*/
    color:#999;
    font-weight:bold;
    font-size:0.9em;
	clear:both;
	display:block;
	padding-bottom: 5px;
}

/* -----------------------------------------------
             IMAGES
 ----------------------------------------------- */
.frameimage {
  padding: 1px;
  border: 1px solid #aaaaaa;
}

/* -----------------------------------------------
             CHECKOUT
 ----------------------------------------------- */

.checkoutCol1 {
    float:left;
    width:140px;
}

.checkoutCol2 {
    width:180px;
}

div.form_error {
    border:1px solid orangered;
    background-color: bisque;
    /*padding:15px 0 15px 0;*/
}

/* -----------------------------------------------
             PRODUCT TABLE & PRODUCT DETAIL PAGE
 ----------------------------------------------- */
table.product_table td {
    /*border-bottom:1px dotted #8d89da;*/
    text-align:center;
    padding:25px 35px 25px 35px;
    /*height:300px;*/
}

table.product_table div.product_image {
    height:160px;
    vertical-align:top;
    position:relative;
}
table.product_table div.product_info {
    padding-top:15px;
    height:50px;
}

div.product_detail_image {
    position:relative;
    float:left;
    margin-right:15px;
    text-align:center;
    width:250px;
}

div.product_variations div {
    /*width: 25px;*/
    height: 32px;
    border: 1px solid #8d89da;
    padding: 1px;
    text-align:center;
    float:left;
    position: relative;
    margin:5px 5px 0 0;
    white-space:normal;
    cursor:pointer;
}

span#variation_name {
    color:#8d89da;
    font-weight:bold;
}
.product_variations {
    /*border: 1px solid orange;*/
    padding-top:15px ;
    position:relative;
    float:left;
    width:350px;
}
#product_images img {
    border:1px solid #8d89da;
    padding:1px;
    margin-right:5px;
    cursor:pointer;
}
#product_images {
    width:250px;
}
/* -----------------------------------------------
                   CART
 ----------------------------------------------- */
table.cart {
    width:80%;
    margin:auto;
    /*border:1px solid #8d89da;*/
}
table.cart tr.line_top {
    border-top:1px dotted #8d89da;
}

fieldset {
    border:none;
    border-top:1px solid;
}

.ginza {
    padding-top:5px;
}

div.faq {
    margin-bottom:15px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }
