/*
	Customers style sheet
*/


/* 
-------------------------
SPOTLIGHT
-------------------------
*/

#Customers_spotlight {
    width: 90%;
	margin: 0;
}


#Customers_spotlight td {
	width: 30%;
	border-right: 1px dashed #e0e0e0;
}


#Customers_spotlight .boxHeader {
	vertical-align: top;
	padding: 0;
	background: #666 url('/common/img/box/box-fp-mid-grey-bg.png') repeat-x;
	height: 40px;
	border-right: none;
}


#Customers_spotlight .boxHeader h2 {
	color: #fff;
	font-size: 90%;
	text-align: center;
	letter-spacing: 1px;
	line-height: 190%;
	text-transform: uppercase;
	margin: 0;
}

#Customers_spotlight .boxHeader h2.column0 {
	background: url('/common/img/box/box-fp-left-grey-bg.png') no-repeat top left;
	height: 40px;
}

#Customers_spotlight .boxHeader h2.column2 {
	background: url('/common/img/box/box-fp-right-grey-bg.png') no-repeat top right;
	height: 40px;
}

#Customers_spotlight .boxHeader a:link {
	color: #fff;
}

#Customers_spotlight .boxHeader a:visited {
	color: #fff;
}

#Customers_spotlight .boxHeader a:active {
	color: #fff;
}

#Customers_spotlight .boxHeader a:hover {
	color: #fff;
	text-decoration: underline;
}

#Customers_spotlight .logo {
	padding-bottom: 5px;
	text-align: center;
    color: #666;
}

#Customers_spotlight .customer-quote {
	padding: 0 15px 5px 15px;
	vertical-align: top;
}

#Customers_spotlight .link {
	border-bottom:1px dashed #e0e0e0;
}

#Customers_spotlight  ul {
    margin-left: 20px;
	text-transform: uppercase;
	list-style: url("/common/themes/sakila/list-raquo-orange.png"); 
	vertical-align: top;
}



/* 
-------------------------
CATEGORY TABLE
-------------------------
*/

.table02 th:first-child {
    width: 300px;
}

.table02 th:last-child {
    width: 150px;
}

.table02 td:first-child {
    font-weight: normal;
}

/* 
-------------------------
CATEGORY LISTING
-------------------------
*/

#Customers_featured {
    width: 90%;
}


#Customers_featured td.column {
	width: 30%;
	vertical-align: top;
}
 

#Customers_featured ul {
	list-style: url("/common/themes/sakila/list-raquo-orange.png");  
}

#Customers_featured h3 {
    text-transform: uppercase;
    font-size: 95%;
}

#Customers_featured h3 a {
    color: #015a84;
}

#Customers_featured .categoryLink {
    text-transform: uppercase;  
}



/* 
-------------------------
CONTENT TYPE LEGEND
-------------------------
*/

div.Customers_content_legend {
    float: right; 
    margin-right: 25px; 
    margin-left: 25px;
}


table.Customers_content_legend {
    color: #666;
    font-size: 85%;
    margin-bottom: 25px;
    border: 1px dashed #e0e0e0;
}

.Customers_content_legend td {
    padding: 5px;
}

.Customers_content_legend img {
	vertical-align: middle;
}



/* 
-------------------------
CUSTOMER SELECT FORM
-------------------------
*/


.Customers_select {
    margin-bottom: 25px;
    color: #666;
}

.Customers_select select {
    font-size: 100%;
}



/* 
-------------------------
VIEW
-------------------------
*/

div.Customer_view {
    width: 65%;
    float: left;
}

.Customer_view  ul {
	list-style: url("/common/themes/sakila/list-raquo-orange.png");  
}

.Customer_view ul li {
	line-height: 150%;	
}

.Customer_view img {
    margin-bottom: 7px;
}

.boxStyled {
	width: 30%;
	margin-top: 65px;
    margin-bottom: 20px;
}


