@import "basic_styles.css";
@import "header.css";
@import "tnav.css";
@import "lnav.css";
@import "footer.css";

body {
	background-color: #eeeeee;
}

#layout {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 960px;
	max-width: 960px;
	text-align: left;
	position: relative;
}

#main {
	width: 960px;
	max-width: 960px;
	margin: auto;
	vertical-align: top;
	background-color: #fff;
	overflow: auto;
	text-align: left;
	min-height: 200px;
}

#main_header {
	width: 745px;
	max-width: 745px;
	padding:4px 15px 10px 15px;
	float: left;
}

#main_content {
	width: 745px;
	max-width: 745px;
	padding: 4px 15px 10px 15px;
	float: left;
}

#breadcrumbs {
	height: 35px;
	_height: 50px;
	line-hight: 35px;
	margin-bottom: 4px;
	width: 745px;
}

#breadcrumbs li {
	float: left;
	padding: 12px 9px 12px 0;
	margin-right: 5px;
}

#breadcrumbs li.arrow {
	background: url(/images/standard/arrow_forward.gif) right no-repeat;
}

#lc_breadcrumbs {
	width: 760px;
	float:left;
	clear: both;
	border-bottom: 1px dotted #76d0df;
	padding: 5px 0 5px 15px;
}

#lc_breadcrumbs  a:link, #lc_breadcrumbs a:visited {
	color: #2a93a4;
}

#pagecopy-seotarget {
	clear: both;
}

#price .oldprice {
	text-decoration: line-through;
}

#price .newprice {
	color: red;
	font-weight: bold;
}

#price .yousave{
	font-weight: bold;
}
