@charset "utf-8";
/* CSS Document */

#products {clear:both; width:530px;}
#products #title {color:#c70946; height:15px;width:450px; margin-bottom:5px;position:relative; font-weight:normal; font-size:1.1em;} /*page title */
#products #intro {height:15px;width:450px; margin-bottom:5px;position:relative; font-weight:normal; font-size:1.0em;} /*page intro */
#products #enum {width:101%;position:relative;margin-top:15px;} /*products enum */

/*producr block*/
#products #enum .product { background-image:url(../../images/site/product.gif); background-repeat:no-repeat; width:123px;height:124px; float:left; cursor:pointer; margin:5px 5px 5px 5px;} /*each productblock */
.product .title {width:100px; height:25px; color:#FFFFFF; font-weight:normal; padding-left:5px; padding-top:2px; padding-bottom:6px; line-height:12px;}
.product .image {width:120px; height:90px; padding-left:2px; padding-top:5px; text-align:center;}

.productToolTitle{ font-weight:bold; color:#999999;}

#products #back {margin-top:15px; clear:both;}
#back {display:none;}
