/* general tag styles */
body,img,ul,li,form,h1,h2,h3,h4,p{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:1.6;
	background:#E4E4E4 url(../styleImages/body.gif) repeat-x 0 0;
}
h1,h2,h3{
	font-family:Georgia, "Times New Roman", Times, serif;
}
p{
	margin:0 0 1em 0;
}
h1 {
	font-size:1.7em;
	margin:0 0 .3em 0;
	padding:0;
	color:#0F0F0F;
	font-weight:normal;
}
h2 {
	font-size:1.5em;
	margin:.4em 0 .2em 0;
	color:#0F0F0F;
	font-weight:normal;
}
h3 {
	font-size:1.4em;
	margin:.4em 0 .2em 0;
	color:#0F0F0F;
	font-weight:normal;
}
h4 {
	font-size:1.3em;
	margin:.4em 0 .2em 0;
	color:#0F0F0F;
	font-weight:normal;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#F05DCF;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

/* page layout */
#pageSurround {
	margin:0 auto 5px auto;
	width:960px;
	background:#fff;
	padding:0 2px;
	position:relative;
}
#header {
	height:100px;
	background:url(../styleImages/header.jpg) no-repeat 50% 50%;
	position:relative;
}
#logo{
	float:left;
	margin:6px 0 0 17px;
}
#page {
}
.subTopNavOn {
	font-weight:bold;
}
#breadcrumb {
	padding:8px 5px 10px 185px;

}

/* image widths and heights */
.smallProductImage {
	/*width:75px;*/
	height:50px;
	/*max-height:155px;*/
}

#pageLinks ul li a {
	padding:0 0 0 10px;
	color:#3B3B3B;
}
#pageLinks ul li a:hover {
	color:#BD1D62;
	text-decoration:none;
}
#colLeft #pageLinks ul {
	padding:0 0 30px 0;
	margin:0;
}
#pullDownNav {
	background-color:#eeeeee;
	padding:5px;
	margin:0px 0px 10px 0px;
}
#compareDisplay {
	position:relative;
	float:left;
	width:100%;
}
#productDisplay fieldset, #subBuiltNav fieldset, #subNav fieldset, #content fieldset, #content-b fieldset {
	border:1px solid #cccccc;
	line-height:130%;
	padding:10px;
	margin:10px 0;
	width:550px;
}
#productDisplay legend, #subBuiltNav legend, #subNav legend, #content legend, #content-b legend  {
	font-weight:bold;
}
#productDisplay table {
	clear:left;
}
#productDisplay td, #compareDisplay td {
	position:relative;
	padding:10px 5px 10px 5px;
}


#newsItems li {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 5px 0px;
	width:100%;
	list-style-type:none;
	border-top:1px dashed #cccccc;
}
#newsItems li {
	border-top:none;
	padding:0px 0px 10px 0px;
}


a.catNavOn {
	font-weight:bold;
}
a.catNavOff {
	font-weight:bold;
}
a.brandNavOn {
	font-weight:bold;
}
a.brandNavOff {
	font-weight:normal;
}
#linksDisplay {
	position:relative;
	float:left;
	width:100%;
}
#linksDisplay li{
	margin:0px 0px 10px 0px;
}
#catDisplay {
	position:relative;
	float:left;
	width:100%;
}
#catDisplay ul {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	margin:0px;
}
#catDisplay li {
	position:relative;
	float:left;
	width:260px;
	height:80px;
	padding:0px 10px 0px 0px;
	margin:0px;
	list-style-type:none;
	display:block;
}
#colRight fieldset {
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:10px;
}
#colRight legend {
	font-weight:bold;
}
.adminInput {
	width:300px;
}
#myLink {
	border:1px solid #cccccc;
	background-color:#FFFFCC;
	font-family:'Courier New', Courier, mono;
	padding:10px;
	margin:10px 0px 10px 0px;
	clear:both;
}
#newsPage h1 {
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
	line-height:130%;
	clear:both;
}
#newsPage ul {
	padding:0px;
	margin:0px;
}
#newsPage li {
	position:relative;
	float:left;
	padding:0px 0px 30px 0px;
	margin:0px;
	width:100%;
	list-style-type:none;
}
#newsPage ul li ul {
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}
#newsPage ul li ul li {
	position:relative;
	float:none;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 30px;
	width:auto;
	list-style-type:disc;
}
.botrowborder {
	border-bottom:1px solid #cccccc;
}
.comments {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px solid #cccccc;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}
.linkGroup {
	display:none;
}

