.productspacer {
    border-bottom: 1px solid #9a9a9a; 
    height: 20px;    
    margin-bottom: 15px;
    margin-right: 20px;
}

.productbox {
    padding: 20px;
    padding-right: 0;
    background: #ebebeb;
    padding-top: 5px;
    margin-bottom: 40px;
    margin-right: 14px;
    width: 305px;
}

.productbox h2 {
    margin: 0;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
    margin-left: 20px;
}

.productbox a {
    color: #5a5a5a;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-left: 17px;
    background: transparent url(link.gif) no-repeat 0 8px ;
}

.productbox a:hover {
    text-decoration: underline;
}

.productbox img {
    margin-left: 20px;
}

.productbox .product_attributes_wrapper {
    margin-top: 10px;
    margin-left: 17px;
}
.productbox .product_attributes {
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    float: left;
}
.productbox .video_img img {
    border: 0;
    margin-top: 10px;
}

.productbox .video_img a {
background:transparent;
padding-left:0;
padding-top:0;
}

.productbox .video_link a {
    /*
    position: relative;
    top: -20px;
    */
}

.product_attributes_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.product_attributes_wrapper {
	display: inline-block;
}
 
html[xmlns] .product_attributes_wrapper {
	display: block;
}
 
* html .product_attributes_wrapper {
	height: 1%;
}
