@charset "utf-8";
/* CSS Document */
/* box products style 2 */
.style1 {
	width: 100%;
}
.style1 > div {
	width: 173px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 20px;	
	text-align: center;
	padding:8px 2px;
}
/* IE7 hack */
*:first-child+html .style1 > div {
	display:inline;
}
#column-left + #content .style1 > div {
	margin-right: 5px;
	margin-left: 5px;
}
#column-right + #content .style1 > div {
	margin-right: 5px;
	margin-left: 5px;
}
#column-left + #column-right + #content .style1 > div {
	margin-right: 5px;
	margin-left: 5px;
}
.style1 .image {
	display: block;
	margin-bottom: 0px;
}
.style1 .image img {
	border: 1px solid #E7E7E7;
	margin-right:5px;
	float:left;	
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}
.style1 .sale {
	position:absolute;
	top:7%;
	right:6%;
}
.style1 .name {
	text-align:center;
	margin-bottom:4px;
}
.style1 .name a {
	color: #FF6699;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.style1 .price {
	display: block;
	font-weight: bold;
	color: #EEEEEE;
	margin-bottom: 4px;
}
.style1 .price-old {
	color: #F00;
	text-decoration: line-through;
}
.style1 .price-new {
	font-weight: bold;
}
.style1 .rating {
	display: block;
	margin-bottom: 4px;
}
.style1 .desc {
	color:#999;
	font-size:11px;
	font-style:italic;
	text-align:left;
	padding-bottom:4px;
	margin-bottom:8px;
	border-bottom:1px solid #999;	
}
.style1-fixed {
	display:block;
	position:relative;
	margin-bottom:20px;
	z-index:1; 
}
.style1-fixed:hover .sale {
	position:absolute;
	top:7%;
	right:6%;
	z-index: 1701;
}
.style1-fixed:hover {
	z-index:1100;
}
.style1-fixed:hover .image img {
	position:relative;
	z-index: 1700;
}
.style1-fixed:hover .image img:hover {
	opacity: 0.8;
}
.style1-fixed .detail {
	position: absolute;
	left: -12px; 
	top: -12px;
	padding: 173px 12px 15px 8px;
	width: 173px;
	display: none;
	background: #FFF;
	border:4px solid #EEE;
	z-index:1000;
}
.style1-fixed:hover .detail {
	display:block;
	box-shadow:0 0 4px #000;
	z-index:1600;
}
.style1-fixed:hover .name a {
	color: #FF6699;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top:15px;
	margin-bottom: 4px;
	text-align:left;
}
.style1-fixed:hover .price {
	display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	text-align:left;
}
.style1-fixed:hover .price-old {
	color: #F00;
	text-decoration: line-through;
	text-align:left;
}
.style1-fixed:hover .price-new {
	font-weight: bold;
	text-align:left;
}
.style1-fixed:hover .rating {
	display: block;
	margin-bottom: 4px;
	text-align:left;
}
.style1-fixed:hover .cart {
	text-align:left;
}

/* Style 2 */
.style2 {
	width: 100%;
	overflow: auto;
}
.style2 > div {
	width: 340px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;	
	background: #FFF;
	border: 1px solid #E7E7E7;	
	padding:4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}
/* IE7 hack */
*:first-child+html .style2 > div {
	display:inline;
}
.style2 > div:hover {

}
#column-left + #content .style2 > div {
	margin-right: 12px;
	margin-left: 12px;
}
#column-right + #content .style2 > div {
	margin-right: 12px;
	margin-left: 12px;
}
#column-left + #column-right + #content .style2 > div {
	margin-right: 10px;
	margin-left: 10px;
}
.style2 .image {
	float:left;
	display: block;
	margin-bottom: 0px;
	margin-right:5px;
}
.style2 .image img {
	padding: 3px;
}
.style2 .image img:hover {
	opacity: 0.8;
}
.style2 .name a {
	color: #FF6699;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin:3px;
}
.style2 .desc {
	color:#999;
	font-size:11px;
	text-align:left;
	padding-bottom:4px;
}
.style2 .wrap1 {
	min-height:36px;
	margin-bottom:4px;
}
.style2 .price {
	float:left;
	margin-top:4px;
	display: block;
	font-weight: bold;
	color: #333;
	margin-bottom: 4px;
}
.style2 .price-old {
	font-size:11px;
	color: #F00;
	text-decoration: line-through;
}
.style2 .price-new {
	font-weight: bold;
}
.style2 .rating {
	display: block;
	margin-bottom: 4px;
}
.style2 .cart {
	float:right;
}
.style2 .wishlist {
	float:left;
	background:#EEE;
	padding:2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.style2 .wishlist a {
	font-size:10px;
	color:#666;
	text-decoration:none;
	text-shadow: 0px 1px 0px #FFF;
}
.style2 .compare {
	float:right;
	background:#EEE;
	padding:2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.style2 .compare a {
	font-size:10px;
	color:#666;
	text-decoration:none;
	text-shadow: 0px 1px 0px #FFF;
}

/* style 3 */
.style3 {
	width: 100%;
	overflow: auto;
}
.style3 > div {
	width: 160px;
	margin-right:14px;
	margin-left:13px;
	margin-bottom: 20px;
	text-align:left;
	background: #F7F7F7; 
	border: solid 1px #E7E7E7;  
	padding:0px;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}
#column-left + #content .style3 > div {
	margin-right:12px;
	margin-left:12px;
}
#column-right + #content .style3 > div {
	margin-right:12px;
	margin-left:12px;
}
#column-left + #column-right + #content .style3 > div {
	margin-right:11px;
	margin-left:11px;
}
.style3 .image {
	display: block;
	margin-bottom: 0px;
}
.style3 .image img {
	padding: 0px;
	border: 0px solid #E7E7E7;
}
.style3 .name {
	background:#EEE;
	margin:0px;
	padding:6px 5px;
}
.style3 .name a {
	color: #FF6699;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}
.style3 .desc {
	color: #666;
	font-size:11px;
	margin-botom:4px;
	padding:2px 4px;
}
.style3 .price {
	display: block;
	color: #000;
	margin-top:4px;
	margin-bottom: 4px;
	font-style:italic;
	font-weight:bold;
	padding:0px 4px;
}
.style3 .price-old {
	color: #F00;
	text-decoration: line-through;
}
.style3 .price-new {
	font-weight: bold;
}
.style3 .rating {
	display: block;
	margin-bottom: 4px;
}
.style3 .buttonss {
	background:#000 url(image/gradtop.png) top repeat-x;	
	padding: 3px 8px 5px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
	min-width:42px;
	text-align:center;
}
.style3 .buttonss a, .style3 .cart a {
	text-decoration:none;
}
.style3 a.buttonss span {
	font-size:11px;
	color:#FFF;
	text-shadow:0px 1px 0px #000;
	text-decoration:none;
}
.style3 a.buttonss span:hover {
	color:#CCC;
	text-shadow:0px 1px 0px #000;
}
.boxgrid{ 
				width: 160px; 
				height: 160px; 
				margin:0px; 
				overflow: hidden; 
				position: relative; 
				border: 0; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
					margin:0px;
					background: #FFF;
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}

/* style 4 */
.style4 {
	width: 100%;
	overflow: auto;
}
.style4 > div {
	width: 208px;
	display: inline-block;
	text-align:left;
	vertical-align: top;
	padding:8px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	border: 1px solid #E7E7E7;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
/* IE7 hack */
*:first-child+html .style4 > div {
	display:inline;
}
#column-left + #content .style4 > div {
	margin-right: 12px;
	margin-left: 12px;
}
#column-right + #content .style4 > div {
	margin-right: 12px;
	margin-left: 12px;
}
#column-left + #column-right + #content .style4 > div {
	margin-right: 24px;
	margin-left: 24px;
}
.style4 .image {
	display: block;
	margin-bottom: 5px;
}
.style4 .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}
.style4 .image img:hover {
	opacity:0.8;
}
.style4 .name a {
	color: #FF6699;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-size:14px;
}
.style4 .price {
	display: block;
	font-weight:bold;
	font-size:14px;
	color: #333;
	margin-bottom: 4px;
}
.style4 .price-old {
	color: #F00;
	text-decoration: line-through;
}
.style4 .price-new {
	font-weight: bold;
}
.style4 .rating {
	display: block;
	margin-bottom: 4px;
}	
.style4 .cart {
	float:left;
}
.style4 .detail {
	float:right;
}

/* Style 5 */
.style5 {
	width: 100%;
	
}
.style5 > div {
	width: 262px;
	display: inline-block;
	vertical-align: top;
	margin-right: 19px;
	margin-left: 19px;
	margin-bottom: 20px;	
	border: 1px solid #E7E7E7;
	padding:4px 8px;
}
/* IE7 hack */
*:first-child+html .style5 > div {
	display:inline;
}
#column-left + #content .style5 > div {
	width: 230px;
	margin-right: 2px;
	margin-left: 2px;
}
#column-right + #content .style5 > div {
	width: 230px;
	margin-right: 2px;
	margin-left: 2px;
}
#column-left + #column-right + #content .style5 > div {
	width: 262px;
	margin-right: 2px;
	margin-left:2px;
}
.style5 .image {
	float:left;
	display: block;
	margin-right: 5px;
}
.style5 .image img {
	padding: 3px;
	opacity:0.8;
	border: 1px solid #E7E7E7;
	-webkit-box-shadow: 0 5px 3px -3px #999;
	   -moz-box-shadow: 0 5px 3px -3px #999;
	        box-shadow: 0 5px 3px -3px #999;
}
.style5 .name {
}
.style5 .name a {
	color: #FF6699;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
}
.style5 .price {
	display: block;
	font-weight:bold;
	font-size: 18px;
	color: #333;
	margin-bottom: 4px;
	vertical-align:bottom;
}
.style5 .price-old {
	color: #F00;
	font-size: 14px;
	text-decoration: line-through;
}
.style5 .price-new {
	font-weight: bold;
}
.style5 .rating {
	display: block;
	margin-bottom: 4px;
}
.style5-fixed {
	display:block;
	position:relative;
	margin-bottom:20px;
	z-index:1; 
}
.style5-fixed:hover {
	z-index:1100;
}
.style5-fixed:hover .image {
	float:left;
	display: block;
	margin-right: 5px;
}
.style5-fixed:hover .image img {
	padding: 3px;
	opacity:0.8;
	border: 1px solid #E7E7E7;
}
.style5-fixed:hover .image img:hover {
	opacity:1.0;
}
.style5-fixed .detail {
	position: absolute;
	left: -1px; 
	top: -1px;
	padding:4px 8px 4px 8px;
	width:96%;
	display: none;
	background: #FFF;
	border:1px solid #EEE;
	z-index:1000;
}
.style5-fixed:hover .detail {
	display:block;
	box-shadow:0 0 4px #000;
	z-index:1600;
}
.style5-fixed:hover .cart a { 
    background: url(image/addtocart.png) right no-repeat;
	padding:6px 30px 2px 8px;
	color:#777;
	height:24px;
	float:right;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:26px;
}
.style5-fixed:hover .cart a:hover {
	background: url(image/addtocart-hover.png) right no-repeat;
	color:#000;
}
.style5-fixed:hover .ditel a { 
    background: url(image/moreinfo.png) right no-repeat;
	padding:6px 30px 2px 8px;
	color:#777;
	height:24px;
	float:right;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:26px;
}
.style5-fixed:hover .ditel a:hover {
	background: url(image/moreinfo-hover.png) right no-repeat;
	color:#000;
}
				