/* The line below imports most of the styles for your chosen theme.
It is recommended that you leave this in to receive bug fixes or additions
to this theme. */

@import url('http://www.storenvy.com/themes/default/stylesheets/styles.css');

/* The styles below are automatically turned into controls on the Design Bar.
For more information, see the FAQ. */

* {
  font-family: Helvetica Neue, Arial, Helvetica; /*: Font :*/
}

body {
  color: #666666;                   /*: Body Font :*/
  background-color: #000000;        /*: Body Background :*/
  background-repeat: repeat;        /*: Background Image Repeat :*/
  background-position: top center;  /*: Background Image Position :*/
  background-attachment: fixed;    /*: Background Attachment :*/
}                                   
                                    
#header {
  text-align:center;                /*: Header Alignment :*/
}                                   
                                    
#header h1 a {                      
  color: #666666;                   /*: Store Name :*/
}


#nav li a {
  color: #9C9C9C;                   /*: Navigation Links :*/
}

#nav li a:hover, #nav li.current a {
  background-color: #444444;        /*: Navigation Hover Background :*/
  color: #ffffff;                   /*: Navigation Hover Color :*/
}

h2#title {
  color: #000000;                   /*: Page Title :*/
  background-color: #000000;        /*: Page Title Background :*/
}

#content {
  background-color: #000000;        /*: Middle Section Background :*/
}

div.description a:link,
div.description a:visited {
  color: #A7A7A7;                   /*: Product Description Links :*/
}

.active .add_button {
  background-color:#f8f8f8;  /*: Add to Cart Button :*/
}

#footer_info,
#footer_info a:link,
#footer_info a:visited {
  color: #000000;                   /*: Footer Text :*/
}

#main {
display: inline;
float: left;
margin: 18px 0 0 32px;
padding-bottom: 15px;
width: 960px;
}

li.product {
background: none !important;
float: left;
height: 225px;
margin-right: 1px;
position: relative;
width: 225px;
}
* html li.product {
background-image: none;
}

li.product a img {
-moz-border-radius: 3px 3px 3px 3px;
background: none !important;
height: 199px;
padding: 5px;
position: absolute;
width: 199px;
}
li.product a:hover img {
background: none !important;
}

#main_photo img {
-moz-border-radius: 0px 0px 0px 0px;
background-color: #000000;
border: none !important;
display: block;
margin: 0 auto;
padding: 5px;
width: 475px;
}

#product_info {
    float: right;
    width: 312px;
    margin: 5px 145px 145px 145px;
    display: inline;
}
