/* 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, sans-serif; /*: Font :*/
}

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

#nav, #container {
  background-color: #FFFFFF;        /*: Store Border :*/
}

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

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

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

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

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

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

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

li.product {width:225px !important;height:291px !important;background:white;}
li.product img{width:220px !important;height:285px !important;} 


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; 
}

#top_nav {display: none;} 
body {text-transform: uppercase;}

#sidenav {
float: left;
width: 100%;
}

#sidenav li {
margin-top: 3px;
padding: 3px 0;
list-style: none;
border-bottom: 1px solid #EFEFEF;
}

#sidenav li a {
color:#33A1C9;
Font-size:14px;
font-weight: bold;
}



