﻿.arrowbutton
{
	background: white url('../images/arrow-button.jpg') no-repeat 1px 0;
	border:none;
	font:normal 11px Arial;
	color: Black;
	height:28px;
	width:78px;
	margin-right:8px;
	margin-top:7px;

}

.printbutton
{
	background: white url('../images/printbutton.gif') no-repeat 1px 0;
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	margin-left:10px;
	padding-left:30px;
	padding-right:4px;
	color:#999999;
}

.emailbutton
{
	background: white url('../images/emailbutton.gif') no-repeat 1px 0;
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	margin-left:10px;
	padding-left:30px;
	padding-right:4px;
	color:#999999;
}

.archivebutton
{
	background: white url('../images/archivebutton.gif') no-repeat 1px 0;
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	margin-left:10px;
	padding-left:30px;
	padding-right:4px;
	color:#999999;
}

.ProductTable
{
    width:580px;
}
.ProductTable td
{
    border:none;
    padding-left:0;
}

.ProductTable li
{
    height:40px;
    width:245px;
    min-height:40px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:10px;
    margin-left:0px;
    padding-left:20px;
    margin-right:10px;
    float:left;
    background:#e2e2e2 url('../images/product_sol_ok.gif') no-repeat 1px 0;
    list-style:none;   
    font-size:11px; 
}
.ProductTable li a
{
    color:#0088aa;
    font-size:12px;
    text-decoration:none;
    font-weight:bolder;
}

.dropLink_active a{
    color:#00BDEC;
    text-decoration:underline;
}

.movie_thumbs{
    background:#fff;
    border:none;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:5px;
    margin-right:20px;
    float:left;
}
.movie_thumbs_hover{
    background:#dddddd;
}