@charset "utf-8";
/* CSS Document */
.txtlinks a:link {text-decoration: none; color:#0066FF}
.txtlinks a:hover {text-decoration: none; color:#66CC66;}
.txtlinks a:active {text-decoration: underline; color: #0066FF;}
.txtlinks a:visited {text-decoration: none; color: #0066FF;}
.txtlinks a:visited:hover {text-decoration: none; color:#66CC66;}

.image {
width:115px;
margin-right:32px; 
margin-left:24px;
}

.image img {border:solid #98DD77 4px;}
.image img:hover {border-color:#66CC33;}

.product_name {
margin:5px;
font-size:14px;
font-weight:bold;
line-height:16px;
padding-left:7px;
padding-right:7px;
}
.product_name a {
color:#98DD77;
text-decoration:none;
}
.product_name a:hover {
color:#66CC33;
text-decoration:none;
}
.product {width:170px; 
height:270px; 
float:left; 
text-align:center;
}
.price {
margin-top:5px;
color:#999999;
}
.actions {
color:#98DD77;
font-size:10px;
height:30px;
}
.actions a {
color:#98DD77;
text-decoration:none;
}
.actions a:hover {
color:#66CC33;
text-decoration:none;
}
.pics {
height:123px;
overflow:hidden;
padding:0;
width:123px; 
}
.pics img {
border:solid #98DD77 4px;
height:115px;
left:0;
top:0;
width:115px;
}
.pics img:hover {
border-color:#66CC33;}

.picsdetails {
height:204px;
overflow:hidden;
padding:0;
width:204px; 
}

.picsdetails img {
border:solid #98DD77 7px;
height:190px;
left:0;
top:0;
width:190px;
}
.picsdetails img:hover {
border-color:#66CC33;}

.pics_bttm {
height:200px;
margin:0;
overflow:hidden;
padding:0;
width:115px;
}
.pics_bttm img {
height:115px;
left:0;
top:0;
width:115px;
}
.buttonstyle {
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 4px;
background: #6699FF;
border: 1px solid #6666FF;
color: #FFFFFF;
font-size:10px;
}
.buttonhover {
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 4px;
background: #66CCFF;
border: 1px solid #6666FF;
color: #FFFFFF;
font-size:10px;
}