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

body {
	background-color: #fff;
	font-family: sans-serif, Verdena, Helvetica, Arial;
	font-size: 10pt; text-align:center;
}

a img {
	border: none;
}

p.error {
  font-size: 10pt;
  font-weight: bold;
  color: red;
}

div#header {
  width:900px;height:68px;margin-top:10px;
}

#header img#logo {
  float: left;
}

div#container {
	text-align:left
}
div#content p{line-height:1.4}
div#extra{background:#fff}
div#footer {
  background: #fff;color: gray; width:100%; 
}

div#copyright {
	padding-top: 3em;
	font-size: 9pt; text-decoration: none; 
	color: gray; text-align: center;
}

div#container{width:900px;margin:0 auto}
div#content{float:left;width:900px}
div#extra{clear:both;width:100%}

div#mainpanel {
  padding: 0 1em 0 1em;
}

div#leftpanel {
  width: 160px;
  float: left;
}

div#rightpanel {
  width: 740px;
  float: right;
}

/* LOCATION NAVGIATION MENU */
.locationbar {
  margin: 0 0 3px 0;
  font-size: 9pt;
  text-align:left;
  color: gray;
}
.locationbar-top {
  margin-bottom: 5px;
  padding: 10px 0 2px 0;
  border-bottom: 1px #c3bcb0 solid;
}
.locationbar-bot {
  margin-top: 20px;
  padding: 2px 0 10px 0;
  border-top: 1px #c3bcb0 solid;
}

.locationbar ul {
  margin: 0; padding: 0; display: inline;
}

.locationbar li {
  padding: 0 5px 0 5px;
  color: gray;
  display: inline;
}

.locationbar a {
  color: gray;
  text-decoration: none;
}

.locationbar a:hover {
  text-decoration: underline;
}

/* ITEMS TABLE */
table#prodspec {
  width: 70%;
  margin: auto;
}

td#iteminfo {
    vertical-align: top;
    font-family: Arial, sans-serif;
    padding: 0 0 20px 20px;
    font-size: 10pt;
    width: 60%;
}

td.itemimg {
  text-align: center;
  vertical-align: bottom;
  padding: 10px 0 0px 0;
  margin: 0;
}

td.itemtitle {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0 20px 0;
  margin: 0;
  font-size: 10pt;
}

a.itemtitle {
  font-size: 10pt;
  color: black;
  text-decoration: none;
  white-space: normal;
}

/* SHIPPING CART */
header#cart {
  text-align: right;
  font-size: 9pt; 
  color: #735c50;
  margin: 5px auto 0 auto;
  padding: 0px;
}

#header a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #735c50;
}

#header a:hover {
  text-decoration: underline;
}

#header ul {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
}

#header li {
  display: inline;
  padding: 0 1em 0 0;
}

/* PRODUCT DETAILS */
img.mainphoto {
    padding: 1em 2em 0 0;
    margin: 0;
    border: 0;
}

img.iconphoto {
    padding: 5px;
    margin: 5px;
    border:1px solid #ccc ;
}

td#brandlogo {
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 20px;
}

td#productphoto {
    vertical-align: top;
    text-align: center;
}

p#prodname, p#prodkey, p#pricetag, p#availability{
    margin: 0;
}

p#prodname {
  padding: 20px 0 0 5px;
  font-weight: bolder;
  font-size: 12pt;
}

p#prodkey {
    padding: 4px 0 1em 5px;
    font-size: 9pt;
}

p#availability {
  padding: 0 0 1em 5px;
  font-size: 9pt;
  color: gray;
}

td.pricetag, td.price {
  font-size: 8pt;
  vertical-align: top;
}

td.pricetag, td.pricetagspecial {
  padding: 0 10px 5px 0;
  margin: 0;
  text-align:left;
}

td.price, td.pricespecial {
  padding: 0 10px 5px 0;
  text-align: right;
}

td.pricetagspecial, td.pricespecial {
  color: green;
  border-top: 1px #b39c90 solid;
  padding-top: 0.5em;
  font-size: 10pt;
}

table#specs {
  margin: 0 5px 0 5px;
  padding: 0;
  border-collapse: collapse;
}

p.descheader, p.specheader, p.notesheader, p.aboutheader, p.related {
  letter-spacing: 0.5em;
  font-size: 8pt;
  border-bottom: 1px #b39c90 solid;
  color: #937c70;
  font-weight: bolder;
  margin: 0;
}

p.specheader {
  padding: 15px 0 0 0;
}

p.descheader {
  padding: 1em 0 0 0;
}

p.notesheader, p.aboutheader {
  padding: 30px 0 0 0;
}

p.related {
  padding: 20px 0 0 0;
  font-size: 10pt;
}

ul.dimlist {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

td.propname {
  font-size: 9pt;
  padding: 12px 5em 0 0;
  margin: 0;
  font-weight: bolder;
  border-bottom: 1px silver dotted;
  vertical-align: top;
  white-space:nowrap;
}

td.propvalue {
  text-align: right;
  font-size: 9pt;
  padding: 12px 0 0 10px;
  margin: 0;
  border-bottom: 1px silver dotted;
}

td.related {
  text-align: left;
  font-size: 10pt;
  padding: 12px 0 0 10px;
  margin: 0;
}

span.related {
  text-align: left;
  font-size: 9pt;
  padding: 12px 0 0 0;
  margin: 0;
}
 
span.related_item_tag {
  font-size: 8pt;
}

p#icons {
    font-size: 8pt;
    font-weight: bolder;
}

p#notes {
    padding: 0;
    margin-top: 10px;
    font-size: 9pt;
}

p#brandnotes {
    padding: 0;
    margin-top: 10px;
    font-size: 9pt;
}

/* CSS FOR 'RELATED PRODUCTS' SECTION */

.photogallery{ /*CSS for TABLE containing a photo album*/
  padding-top: 5px;
}

.photogallery td{ /*CSS for TABLE cell*/
  padding: 5px;
}

.photogallery img{ /*CSS for images within an album*/
    padding: 5px;
    margin: 5px;
    border:1px solid #ccc ;
}

.photonavlinks{ /*CSS for pagination DIV*/
  font-size: 10pt;
  padding-bottom: 5px;
}

.photonavlinks p {
  margin: 0;
  padding: 20px 0 20px 0;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #ffff66;
}
    

/* PAGINATOR */
td.position {
text-align: left;
vertical-align: top;
font-size: 9pt;
width: 30%
}

td.pagesize {
text-align: center;
vertical-align: top;
font-size: 9pt;
width: 30%
}

td.counter {
text-align: right;
vertical-align: top;
font-size: 9pt;
color: gray;
width: 40%
}

td.counter a:visited {
  color: blue;
}

/* GLOBAL MENU */
div#globalmenu {
  width:900px;height:30px;margin:0;
  background-image:url('/img/menu.png');
  background-repeat:no-repeat; 
}

#globalmenu #globalnav { margin: 0px; padding: 0; }
#globalmenu #globalnav li { display: inline; }
#globalmenu #globalnav li a { float: left; height: 0; padding-top: 30px; overflow: hidden; }
#globalmenu #globalnav li a { background: url(/img/menu.png) no-repeat; }

/* BUTTONS */
#globalmenu #globalnav li#gn-newarrivals a { width: 123px; background-position: 0px 0px; }
#globalmenu #globalnav li#gn-handbags a { width: 88px; background-position: -123px 0px; }
#globalmenu #globalnav li#gn-travel a { width: 67px; background-position: -211px 0px; }
#globalmenu #globalnav li#gn-wallets a { width: 75px; background-position: -278px 0px; }
#globalmenu #globalnav li#gn-accessories a { width: 99px; background-position: -353px 0px; }
#globalmenu #globalnav li#gn-aboutus a { width: 97px; background-position: -452px 0px; }

/* OVER STATES */
#globalmenu #globalnav li#gn-newarrivals a:hover { width: 123px; background-position: 0px -30px; }
#globalmenu #globalnav li#gn-handbags a:hover { width: 88px; background-position: -123px -30px; }
#globalmenu #globalnav li#gn-travel a:hover { width: 67px; background-position: -211px -30px; }
#globalmenu #globalnav li#gn-wallets a:hover { width: 75px; background-position: -278px -30px; }
#globalmenu #globalnav li#gn-accessories a:hover { width: 99px; background-position: -353px -30px; }
#globalmenu #globalnav li#gn-aboutus a:hover { width: 97px; background-position: -452px -30px; }

#globalmenu #search_box {
    float: right;
    padding: 0; margin: 7px 15px 0 0; border: 0;
    width: 130px; background: none; color: gray;
}

/* SECTION TITLE, CONTENT, FORM TEXT, etc */
.section-text-one p {
  font-size: 10pt;
  border-collapse: separate;
  padding: 2px 0 2px 0.5em;
  width: 600px;
}

.section-text-one p.title {
  font-size: 14pt;
  width: 600px;
  padding: 1em 0 0 0;
}

.section-text-one p.subtitle {
  font-size: 13pt;
  width: 600px;
  padding: 0.5em 0 3px 2px;
  font-weight: bolder;
  color: gray;
  border-bottom: 1px gray solid;
}

/* FORMS */

table.inputform {
margin: 5px;
}

table.inputform th, table.inputform td {
padding: 5px;
font-size: 9pt; 
font-weight: normal;
vertical-align: top;
}

label
{
text-align: left;
margin-right: 0.5em;
display: block;
font-size: 9pt; 
font-weight: normal;
}

p.formtitle {
font-size: 14pt; 
padding: 0 0 0.5em 0;
margin: 0;
}

a.inputform {
font-size: 10pt; 
}

p.inputform {
font-size: 10pt; 
width: 50em;
border-collapse: separate;
margin: 1em 0 1em 0;
padding: 2px 0 2px 0.5em;
}

span.inputform {
color: gray;
font-size: 10pt; 
}

label.required {
  font-weight: bold;
}

input, .btn
{
color: #781351;
background: #e4ffa3;
border: 1px solid #4e5739;
text-decoration: none; 
}

input {
padding: 3px;
}

input.imgbutton
{
background: white;
border: none;
padding: 0;
margin: 0;
}

.submit, .btn {
font-weight: bolder;
font-size: 9pt;
margin-right: 1em;
}

.remove {
padding: 0;
margin: 0;
color: red;
font-weight: normal;
font-size: 8pt;
}

.submit, .btn, .remove {
cursor: pointer; cursor: hand; 
}

.btn {
padding: 4px;
}

fieldset
{
border: 1px solid #b39c90;
margin: 0;
padding: 0;
}

legend
{
color: #937c70;
padding: 2px 6px;
margin: 1em;
font-size: 10pt;
}  

ul.errorlist {
display: inline;
padding: 0;
margin: 0 0 0 1em;
}

ul.errorlist li {
display: inline;
list-style: none;
color: red;
font-size: 9pt;
}

/* ORDER TABULAR DATA */
.tabulardat
{
  font-size: 12px;
  background: #fff;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.tabulardat th
{
  font-size: 14px;
  font-weight: normal;
  color: gray;
  padding: 10px 8px;
  border-bottom: 1px solid gray;
}
.tabulardat td
{
  border-bottom: 1px solid #ccc;
  color: black;
  padding: 6px 8px;
}
.tabulardat td.void
{
  border-bottom: none;
}

.tabulardat td.expander
{
  width: 100%;
}

.tabulardat td.numeric
{
  text-align: right;
}

.tabulardat td.subtotal, td.firstsubtotal
{
  text-align: right;
  border-bottom: none;
}

.tabulardat td.spacer
{
  height: 1em;
}

.tabulardat td.supertotal
{
  border: none;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}

table.reviewform {
margin: 5px;
padding: 0;
}

table.reviewform th, table.reviewform td {
padding: 0 1em 0.3em 1em; 
font-size: 9pt; 
vertical-align: top;
}

table.reviewform td {
text-align: left;
font-weight: bold;
}

table.reviewform th {
text-align: left;
font-weight: normal;
}

/* NAME-VALUE DATA */
table.props {
  margin: 0 5px 1em 5px;
  padding: 0;
  border-collapse: collapse;
}

td.propname, p.prop {
  font-size: 9pt;
  font-weight: bold;
  padding: 12px 3em 0 0;
  margin: 0;
  vertical-align: top;
}

td.propname {
  border-bottom: 1px silver dotted;
}

p.prop {
  margin: 0 5px 1em 5px;
}

td.propvalue {
  text-align: right;
  font-size: 9pt;
  padding: 12px 0 0 10px;
  margin: 0;
  border-bottom: 1px silver dotted;
}

/* LEFT-PANEL MENU */

.categorypane a {
  color: #4f4a45;
  text-decoration: none;
}

.categorypane a:hover {
color: black;
/*text-decoration: underline; */
}

.categorypane {
padding: 1em 20px 20px 0;
}

.categorypane .title {
padding: 2px 10px 3px 10px;
font-size: 12pt; 
color: gray;
}

.categorypane .footer {
/*height: 3px;*/
background-color: #cfdad5;
clear: botr;
}

.categorypane ul {
  padding: 5px 3px 0 3px;
  margin: 0;
}

.categorypane li {
  margin: 0;
  padding: 2px 0 2px 15px;
  list-style: none;
}

.categorypane li:hover {
  background-color: #f1f0e9;
}

/* ARTICLE PHOTOS */
.photo_right {
font-size: 9pt;
color: gray;
border: 1px #6f6a65 solid;
float: right;
margin: 5px 0 5px 10px;
padding: 1px;
}

.photo_left {
font-size: 9pt;
color: gray;
border: 1px #6f6a65 solid;
float: left;
margin: 5px 10px 5px 0;
padding: 1px;
}

/* SEARCH SUPPORT */
p.caption {
font-size: 12pt; 
margin: 0;
padding: 0.5em 0 0 0;
}

p.sample {
font-size: 10pt; 
margin: 0;
padding: 0 0 1em 0;
}

span.highlight {
  font-weight: bolder;
}

span.linkhighlight {
  font-weight: bolder;
}

