/*-----------------------------------------------------------------------------------------------*/
/*                                                                                               */
/* Script               : Product List My Trends stylesheet			                             */
/*                                                                                               */
/* File Name            : productlist_my_trends.css                                              */
/*                                                                                               */
/* System Name          : Freemans                                                               */
/*                                                                                               */
/* Author               : Imran Afzal                                      						 */
/*                                                                                               */
/* Date                 : 08/03/2010                                                             */
/*                                                                                               */
/* Copyright            : (c) OTTO UK Ltd                                                        */
/*                                                                                               */
/* Description          : Contains the CSS presentaion definitions for displaying the results of */
/*                        a search.                                                              */
/*                                                                                               */
/* Version History                                                                               */
/*                                                                                               */
/* Version  Date        Who     Description                                                      */
/* -------  ----------  ---     --------------                                                   */
/* 1.0      08/03/2010  hepd023 Original Version.                                                */
/*                                                                                               */
/*-----------------------------------------------------------------------------------------------*/


ul#trend_panels {
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
	height:205px;
	width:732px;
}

.my_trend_link a:link {
	padding-left:17px;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b4a4a;
	text-decoration:none;
}

.my_trend_link a:visited {
	padding-left:17px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4b4a4a;
	text-decoration:none;
}

.my_trend_link a:hover {
	padding-left:17px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4b4a4a;
	text-decoration:underline;
}

.my_trend_link a:active {
	padding-left:17px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4b4a4a;
	text-decoration:none;
}

#left_banner_my_trends {
    width:168px;
	padding:5px 0px 5px 5px;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	background-color:#e3dfdf;
	border:1px solid #4b4a4a;
	margin-bottom:10px;
}



/*-----------------------------------------------------------------------------------------------*/
/*------------------------------------ End of Stylesheet ----------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
