p, h1, h2, h3, h4 {
	margin:0;
}
h1 {
	font-size: 18px;
	font-family:Arial, Verdana, Geneva, sans-serif;
	color:#03163B;
	font-weight:bold;
}
h2 {
	font-size: 15px;
	font-family:Arial, Verdana, Geneva, sans-serif;
	color:#03163B;
	font-weight:bold;
}
h3 {
	font-size: 13px;
	font-family:Arial, Verdana, Geneva, sans-serif;
	color:#03163B;
	font-weight:bold;
}
blockquote {
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
}
ul {
	margin:0 0 0 20px;
	list-style-image:url(../images/interior/bullet.gif);
}
/*** PARTS ***/
#content {
	width:672px;
	min-height:260px;
	background-image:url(../images/interior/content_top_int.jpg);
	background-repeat:no-repeat;
	padding:26px 40px 0 40px;
}
#content_left {
	position:absolute;
	left:0px;
	top:105px;
	width:14px;
	height:155px;
	background-image:url(../images/interior/content_left.jpg);
	background-repeat:no-repeat;
}
#content_right {
	position:absolute;
	left:738px;
	top:105px;
	width:14px;
	height:155px;
	background-image:url(../images/interior/content_right.jpg);
	background-repeat:no-repeat;
}
#title {
	width:672px;
	height:45px;
	clear:both;
}
#content_area {
	width:672px;
	padding-bottom:10px;
}
/*** TEXT / LINKS ***/

a:link {
	color:#C00;
	text-decoration: none;
}
a:hover {
	color:#C00;
	text-decoration: underline;
}
a:active {
	color:#C00;
	text-decoration: none;
}
a:visited {
	color:#C00;
	text-decoration: none;
}
a:visited:hover {
	color:#C00;
	text-decoration: underline;
}
.framebox {
	margin:0px;
	border-style:double;
	border-color:#FFF;
	border-width:6px;
	background-color:#03163B;
	color:#FFF;
}
.frame {
	border-style:double;
	border-color:#03163B;
	border-width:3px;
}

/*** WINDOW ***/
.window {
	position:absolute;
	width:463px;
	height:243px;
	top:170px;
	left:50%;
	margin-left:-232px;
	background-image:url(../images/interior/window.gif);
	background-repeat:no-repeat;
	z-index:99999;
	display:none;
}
.window_title {
	width:314px;
	height:16px;
	line-height:16px;
	margin:2px 0 0 8px;
	padding-top:2px;
	float:left;
	display:inline;
}
.window_close {
	width:124px;
	height:16px;
	line-height:16px;
	margin:2px 13px 0 0;
	padding-top:2px;
	float:right;
	text-align:right;
	display:inline;
}
.window_content_container {
	width:458px;
	height:207px;
	margin:2px 0 0 2px;
	clear:both;
	float:left;
	display:inline;
	overflow: auto; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
}
.window_content {
	width:418px;
	margin:10px 0 0 15px;
	padding-bottom:10px;
}

/*** PRODUCT TILE ***/
.product_tile {
	position:relative;
	width:322px;
	height:129px;
	margin:10px 7px 0 7px;
	background-image:url(../images/interior/product_tile.png);
	background-repeat:no-repeat;
	float:left;
	display:inline;
}
.product_img {
	position:absolute;
	top:13px;
	left:14px;
	width:100px;
	height:100px;
	overflow:hidden;
	border:solid 1px #03163B;
}
.product_img_lrg {
	margin:0 20px 20px 0;
	border:solid 1px #03163B;
}
.product_info {
	position:absolute;
	top:12px;
	left:122px;
	width:190px;
	height:90px;
	overflow:hidden;
}
.product_details {
	position:absolute;
	top:106px;
	left:122px;
	width:190px;
	text-align:right;
}
#swatch_container {
	height:30px;
}
.swatch {
	border:double 3px #fff;
	margin-right:5px;
	float:left;
}