/* CSS For SugPart.php in TemplateBot.php */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 0px;
left: -1000px;
border: 1px solid #ccc;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -60px;
left: -260px; /*position where enlarged image should offset horizontally */
}

#displaylinks a{
text-decoration:none; color:#999;
}

#displaylinks a:hover{
color:#000;
}

.suglink {
height:35px;
overflow:hidden;
}

.suglink a {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:16px;
color:#21629d;
text-decoration:none;
}

.suglink a:visited {
color:#999;
}

.suglink a:hover {
color:#8dc63f;
/*color:#66CCFF;*/
}

.moreprod {
background:url(/content_images/moreproducts2.jpg) no-repeat;
height:64px;
width:148px;
margin-left:2px;
}

#sugpartsbg {width:150px; background-repeat:no-repeat; background-position:2px -1px; border-bottom:1px dotted #999;}
