@charset "UTF-8";
/* CSS Document */

/* lizclaiborne.css / */

#footer {
	margin: 10px 0px 20px;
	font-size: 9px;
	line-height: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	text-align: center;
}

#footer #copy {
	width: 140px;
	display:inline;
}

/******************************************************
 *	brand/isaacs picks									*
\*****************************************************/

#main .brand_content_holder  {
	width: 100%;
	position: relative;
	text-align:left;
}
#main .brand_content_narrow  {
	width: 87%;
	position: relative;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.content {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.content_left .content {
	z-index: 10;
	position:relative;
	width: 450px;
	border: 20px none #bf232f;
	margin: 0px;
	padding: 20px;
	clear: none;
}
#products {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	left: auto;
	right: auto;
	width: 570px;
}
#large_image {
	position: relative;
	float: right;
	top: 1px;
	right: -1px;
	z-index: 0;
	overflow: visible;
	width: 461px;
	padding-top: 0px;
}
.content h2 {
	font-size: 31px;
	font-weight:normal;
	color: #000;
	margin: 10px 0px 15px 0px;
	padding: 0px;
}
.content h3 {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 5px;
	padding: 0px;
}
.content p {
	line-height: 140%;
	clear: left;
}

.content li {
	margin-bottom: 8px;
}


/******************************************************
 *	form									*
\*****************************************************/

.content_left .content .form_column {
	float:left;
	width: 184px;
	margin: 0px 15px 0px 0px;
}
.content p.label {
	display:block;
}
/*.content input[type=text], .content select, .content input[type=password], .content textarea {*/
.content .input_field, .content select {
	background: #E7E7E7;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	height: 16px;*/
	padding: 2px;
}

.content select {
height: 19px;
padding: 0 2px; }


.content .input_field {
	width: 100%;
}

.content p input[type=radio], .content p input[type=checkbox] {
	vertical-align:middle;
}

.checkbox_list
{
	white-space: nowrap;
	display:block;
}
.boldLabel
{
	font-weight:bold;
}

.content option {
	padding: 0px;
}

/******************************************************
 *	general									*
\*****************************************************/

.clear {
	width: auto;
	clear:both;
	height: 0px;
	line-height: 0px;
}

/******************************************************
 *	additional styles for join.aspx			*
\*****************************************************/
.form_right {
	float: right;
	width: 400px !important;
	margin:65px 50px 0 0 !important;
	clear: none;
}

.form_right h3 {
clear: both; }

.form_right .form_column {
	width: 350px !important;
}

h3.pad_top {
padding-top: 54px; }


/******************************************************
 *	additional styles for tim lunch form		*
\*****************************************************/
/* Size up the labels and inputs */
td.label { width: 200px; }
td.input { width: 300px; }

/* Error message formatting */
label.error {
	color: #FF0;
	/* this puts the error message underneath the input box */
display: block;
	clear: left;
}

/* Erroneous input box formatting */
.content td input.error {
border: 1px solid #c00;
background: #ffc; }

/* Specific field sizes (use the element ID) */
/* for example, to resize the state input: */
.content td input#state {
width: 20px; }
