
/* 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 img {
	float: left;
	display: inline; /* fix doubled margin in ie */
	margin: 5px 13px 5px 5px;
	border: 1px solid #aab1bc;
}

#main h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	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;
}

#main ul  {
	list-style-type: square;
	list-style-position: inside;
	margin: 5px 0 15px 0;
}

#main ul li {
	margin: 5px 20px 5px 0;
}

/* TABLES- same as productStyle.css */
table.specs {
	margin: 10px 0 25px 0;
	border: 1px solid #aab1bc;
}

table.specs th {
	padding: 5px 9px;
	font-size: 10px;
	color: #fff;
	border-bottom: 1px solid #aab1bc;
	background: #212730;
	text-align:center;
	vertical-align:bottom;
	margin:0px;
}

table.specs tr.stripe {
	background: #DDEAF3;
}

table.specs td {
	font-size: 10px;
	text-align: center;
	padding: 3px 12px;
	margin:0px;
}

table.specs td a
{	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #5d636e;
}

table.specs td a:hover
{	text-decoration: none;
	background: #5d636e;
	color: #fff;
}

/* SIDEBAR*/

#sideBar {
	width: 202px;
	float: right;
	display: inline; /* fix doubled margin in ie */
	margin: 5px 5px 5px 0;
}

#sideBar img
{	margin: 15px 0 0 15px;	
}

div.box {
	border: 1px solid #aab1bc;
	margin-bottom: 5px;
	padding-bottom: 15px;
	background: #fff url(../images/global/bgFade.gif) repeat-x scroll bottom left;
}

div.box h2 {
	margin: 10px 0 0 10px;
}

div.box ul, div.box li {
	list-style-type:none;
	margin: 10px 10px 0 10px
}

div.box p {
	margin: 8px 15px 0 17px;
}


div.productWins h2 {
	margin: 15px 0 0 0px;
}

div.productWins ul {
	list-style-type:none;
	/*list-style-position: inside;*/
	margin: 0px;
}

div.productWins li {
	margin: 0 5px 0 0;
}



/* SEARCH ELEMENTS */

#search {
	margin-bottom: 30px;
	border-bottom: 1px solid #aab1bc;
	border-right: 1px solid #aab1bc;
}

#results {
	border-bottom: 1px solid #aab1bc;
	border-right: 1px solid #aab1bc;
}

#results th {
	padding: 5px 2px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #212730;
	text-align:center;
	vertical-align:bottom;
}

#search td {
	vertical-align: top;
	padding: 10px;
	border-top: 1px solid #aab1bc;
	border-left: 1px solid #aab1bc;
	text-align:left;
}

#results td {
	vertical-align: top;
	padding: 10px;
	border-top: 1px solid #aab1bc;
	border-left: 1px solid #aab1bc;
	text-align:center;
}

#results tr.stripe {
	background: #DDEAF3;
}

#search td span {
	margin-right: 15px;
}

#search td h1 {
	margin-top: 25px;
}

#search td input, #search td select {
	margin: 4px 0 4px 0;
}

#search img {
	margin: 4px 0 4px 0;
	border: none;
}

div.news {
	clear:both;
	margin: 10px 20px 10px 0px;
	padding-bottom:10px;
	border: 1px solid white;
	border-bottom: 1px solid #aab1bc;
}

div.news p.date {
	font-size: 10px;
}


