/**********************************************************
Name:			linksColumn.css
Description:	CSS definitions for the links column on the site pages.
Date:			04/10/2007
Author:			Andrei Vais
**********************************************************/

/*	Home page links area	*/
#linksColumn
{
	background: url('../images/greydot.gif') left repeat-y;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 30.5%;
}


#linksColumn dl
{
	/*border: 1px solid orange;*/
	background: url('../images/greydot.gif') bottom repeat-x;
	float: left;
	margin: 0;
	padding: 3% 2% 3% 4%;
	display: inline;
	width: 93%;
}

#linksColumn dl.lastbox
{
	background: none;
}

#linksColumn dt, #linksColumn #storeFinder h6
{
	
	/*border: 1px solid green;*/
	color: #002072;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 68%;
}

#linksColumn .arrows
{
	font-size: 140%;
	line-height: 10%;
}

#linksColumn dt a, #linksColumn #storeFinder h6 a
{
	color: #002072;
	text-decoration: none;
}

#linksColumn dt a:hover, #linksColumn #storeFinder h6 a:hover
{
	text-decoration: underline;
}

#linksColumn dd, #linksColumn #storeFinder p
{
	/*border: 1px solid yellow;*/
	float: right;
	font-size: 85%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 68%;
}

#linksColumn #storeFinder p.storeFinderInstructions
{
	margin-top: 0;
	margin-bottom: 5px;
}

#linksColumn dd.img, #linksColumn #storeFinder p.img
{
	clear: none;
	float: left;
	width: 23%;
}

#linksColumn dd a img
{
	border-width: 0;
}

#linksColumn .img img
{
	float: left;
	border: 1px solid #AAB4BF;
	margin: 0 8px 0 0;
	padding: 3px 3px 3px 3px;
	display: inline;
}

#linksColumn dd.img a:hover img
{
	border-color: #666C73;
}

#linksColumn #storeFinder
{
	background: url('../images/greydot.gif') bottom repeat-x;
	clear: none;
	float: left;
	margin: 0 0 0 0;
	padding: 3% 0% 3% 4%;
	display: inline;
	width: 90%;
}

#linksColumn #storeFinder legend
{
	display: none;
}

#linksColumn #storeFinder fieldset
{
	background-color: #FFFFFF;
	float: right;
	border-width: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

#linksColumn #storeFinder p
{
	clear: none;
}

#linksColumn #storeFinder label, #linksColumn #storeFinder .required
{
	display: none;
}

#linksColumn #storeFinder #storeFinderTextField
{
	background: #E5E5E5;
	border: 1px solid #E5E5E5;
	clear: both;
	color: #000000;
	float: left;
	font-size: 90%;
	margin: 0 0 0 0;
	padding: 3px 5px 3px 5px;
	display: inline;
	width: 70%;
}

#linksColumn #storeFinder #storeFinderButton
{
	background: #FFC600;
	border: 1px solid #FFC600;
	float: left;
	font-size: 90%;
	color: #002072;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 2px 3px 2px 3px;
	display: inline;
	text-transform: uppercase;
	width: 30px;
}

/*	End of home page link area	*/