/* CLASSICS */
ul#classics {
	list-style-type: none;
/*	border-left: 1px solid #aab1bc;*/
}

ul#classics li {
	display: inline;
	margin: 0;
	padding: 10px 5px;
	border-right: 1px solid #aab1bc;
}

/* NEW STYLES!!!! */
#main form {
	margin: 20px 0 8px 0;
}
img.bagColor {
	border: 1px solid #aab1bc;
}

#main ul, #fullWidth ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 5px 0 15px 0;
}

#main ul li {
	margin: 5px 20px 5px 0;
}

#fullWidth {
	width: 595px;
	margin: 15px 0 5px 25px;
	padding-bottom: 25px;
}
div.thumb {
	float: left;
	margin: 0 25px 20px 0;
}
div.thumb img {
	border: 1px solid #aab1bc;
}
div.thumb h3 {
	font-size: 12px;
	margin: 5px 0 3px 0;
	font-weight: normal;
}

/* for headwear pages-  where images alternate from left to right justified*/
div.righty, div.lefty {
	margin: 15px 30px;
	/*border: 1px solid white;*/
}
div.righty img {
	float: right;
	margin-left: 20px;
}
div.lefty img {
	float: left;
	margin-right: 20px;
}
div.righty div, div.lefty div{
	margin: 40px 0 0 20px; 
}

#gallery li
{	  display: inline;
		float: left;
		width:150px;
		margin:10px;
}

#gallery img
{	border: 1px solid #aab1bc;
}

/* END NEW STYLES */



/* HEADER */

#header {
	width: 629px;
	height: 64px;
}

#header div {
	width: 1px;
	height: 1px;
	font-size: 1px;
}

#header h1 {
	color: #fff;
	font-size: 28px;
	margin:  13px 0 0 30px;
}

#header img {
	float: right;
}


/* FLASH AREA */
#mainFlash {
	border-bottom: 1px solid #445261;
}


/* MAIN CONTENT AREA */
#main {
	width: 375px;
	float: left;
	display: inline; /* fix doubled margin in ie */
	margin: 5px 0 0 30px;
	padding-bottom: 25px;
}


#main h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 17px 0 5px 0;
}

#main h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 8px 0;
}

#main p {
	line-height: 15px;
	margin-bottom: 5px;
}

table.specs {
	margin: 10px 0 25px 0;
	border: 1px solid #aab1bc;
}

table.specs th {
	padding: 5px 9px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid #aab1bc;
	background: #212730;
}

table.specs tr.stripe {
	background: #DDEAF3;
}

table.specs tr.divider th{
	background: #5d636e;
}

table.specs td {
	font-size: 10px;
	text-align: center;
	padding: 3px 12px;	
}



/* SIDEBAR TABLES- less padding than regular tables */
table.tight {
	margin: 10px 0 25px 0;
	border: 1px solid #aab1bc;
}

table.tight th {
	padding: 2px 2px;
	font-size: 10px;
	color: #fff;
	border-bottom: 1px solid #aab1bc;
	background: #212730;
	text-align: center;
	vertical-align:bottom;
}

table.tight tr.stripe {
	background: #DDEAF3;
}

table.tight td {
	font-size: 10px;
	text-align: center;
	padding: 2px 2px;
}



/* SIDEBAR*/

#sideBar {
	width: 202px;
	float: right;
	display: inline; /* fix doubled margin in ie */
	margin: 22px 5px 5px 0;
}

#sideBar div {
	margin-bottom: 20px;
}

#colorCode {
	width: 202px;
	/*height: 255px;*/
	margin: 12px 0 25px 0;
	border-top: 1px solid #161B22;
	background: #161B22 url(../images/global/bgLines.gif) repeat-x scroll bottom left;
}

#colorCode img {
	margin: 15px 0 0 15px;
}

#colorCode p {
	color: #AAB1BC;
	margin: 12px 10px 15px 21px;
	line-height: 14px;
}

#colorCode a img {
	margin: 8px 0 5px 21px;
}

div.illus {
	margin: 5px 0;
}

div.illus p {
	margin: 5px 0 0 0;
}
