/* default elements */* {margin: 0; padding: 0;}

body {
    margin: 0;
    margin-top: 10px;
    background: #fff;
    color: #222;
    font: normal 80% Tahoma,sans-serif;
    padding:0;
    text-align:center; /* horizontal centering for IE Win quirks */
	background: #C0C0C0;
/*    background:#fff url('cyberlight.jpg') repeat; */
    }

img {vertical-align:middle;}
img {border: none;}

input {vertical-align:middle;}

h1 {font: normal 1.6em Tahoma,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h1 {font: normal 1.6em Tahoma,sans-serif;margin-bottom: 5px;}
h2 {font: normal 1.4em Tahoma,sans-serif;margin-bottom: 5px;}
h3 {font: normal 1.4em Tahoma,sans-serif;margin-bottom: 5px;}

label {display: block;}

li {line-height: 1.5em;}
p {padding: 2px 0 10px;}

/* structure */
#wrapper {
    margin: 0 auto;
    /*padding-top: 10px;*/
    margin-bottom: 10px;
    width: 866px;
    text-align: left;
	background: #fff;
    border: 2px solid #332;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*background:#fff url('ball-bg.png') no-repeat top center;*/
    }

* html #wrapper { width: 882px; }

#left-col {
    clear: both;
    padding: 20px;
    float: left;
    width: 160px;
   }

#right-col {
    padding: 10px;
    float: right;
    width: 160px;
    }

#main-content { 
    float: left;
    width: 619px;
    padding: 20px;
    /*argin-left: 20px;*/
    /*margin-right: 19px;*/
    background: #fff;
    color: #332;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #BCBAAC;*/

/*	border-left: 1px solid #BCBAAC;*/

    }

.rounded {
    /*clear: both;*/
    background: #fff;
    padding: 2px;
    margin-bottom: 8px;
    border: 1px solid #BCBAAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align:center;
    }

#header {
/*    font: normal 90% Tahoma,sans-serif;*/
    padding-top: 10px;
    padding-bottom: 10px;
/*    line-height: 16px;*/
    text-align: center;
    border-bottom: 1px solid #BCBAAC;
	background:#fff url('/img/gradient.jpg') repeat-x;

    }

#header .left {
    float: left;
    width: 150px;
    }

#header .center {
    text-align: center;
    padding-top: 10px;
    }

#header .right {
    float:right; 
    width: 150px;
	padding-right:10px; 
    }
	
#footer {
    clear: both;
    text-align:center;
    color: #332;
    padding-top: 10px;
    border-top: 1px solid #BCBAAC;
    margin-top: 10px;
    margin-bottom: 10px;
    }

#footer a {
    color: #332;
    text-decoration: none;
}
#footer a:hover {
    color: #999;
    text-decoration: underline;
}

/* misc */
.clearer {clear: both;} 
.clearer {font-size: 0;}


#product_list {
    width: 620px;
    }

#product_list li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 290px;
    height: 300px;
    float: left;
    display: block;
    text-align: center;
    margin: 4px;
    list-style: none;
    border: 1px solid #BCBAAC;
    background: #FFFFFF;
    }

 * html #product_list li {margin: 3px;}   


#product_list li:hover {
    border: 1px solid #303030;
    }

#product_list li .list_image {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 150px;
    }

#product_list li .desc {
    text-align: center;
    }

#product_list li .pric {
    text-align: center;
    }
#product_list li .pric:hover {
    color: #7fa5d5;
    }

#product_list li .selec {
    text-align: center;
    margin-top: 5px;
    }

#product_list li .intro {
    margin-bottom: 5px;
    font: italic 0.8em Tahoma,sans-serif;
    font: normal 1.4em Tahoma,sans-serif;
    }


#product_list li a {
    text-decoration: none;
    color: #332;
    }

#product_list li a:hover {
    text-decoration: underline;
    }

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 	
	

div.mimg
  {
  margin:2px;
  border:1px solid #332;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.mimg img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.mimg a:hover img
  {
  border:1px solid #332;
  }
div.mdesc
  {
  text-align:center;
  font-weight:normal;
  width:190px;
  height:60px;
  margin:2px;
  }

	
/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
