dl.box.products.first { 
height: auto;
min-height: 190px;
width: 200px;
margin-left: 15px;
}


dl.box.products.next { 
height: auto;
min-height: 190px;
width: 200px;
margin-left: 15px;
}

dl.box.products dd.img { 
float: left;
width: 150px;
height: 150px;
text-align: center;
margin-left: 28px;

border-top-color: currentColor;
border-left-color: currentColor;
border-right-color: currentColor;
border-bottom-color: currentColor;
}

dl.box { 
float: left;
width: 355px ;
height: 150px ;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}


dd { 
display: block;
margin-left: 40px;
}

dl { 
display: block;
margin-top: 1em ;
margin-bottom: 1em ;
}

dl.box.products dt { 
float: right;
width: 190px;
margin-bottom: 1px;
text-align: center;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

dl.box dd.img img { 
max-width: 150px;
max-height: 150px;
vertical-align: middle;

}



img { 
border-top-color: currentColor;
border-left-color: currentColor;
border-right-color: currentColor;
border-bottom-color: currentColor;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-top-style: none;
border-left-style: none;
border-right-style: none;
border-bottom-style: none;
}

img.productLinksBorder{
border-top-color: silver;
border-left-color: silver;
border-right-color: silver;
border-bottom-color: silver;
border-top-width: 3px;
border-left-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
}
