/* general layout */
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #E5EFF4;
}
form {
	margin: 0;
	padding: 0;
}
#wrapper {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
}
#header {
	overflow: auto;
	padding: 25px;
}
#masthead {
	border: 0px solid red;
	height: 66px;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#dealer_button {
	background: url(/images/misc/dotted_line.gif) repeat-y top left;
	position: absolute;
	top: 11px;
	right: 0;
	height: 40px;
	padding-left: 18px;
	width: 123px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 105px;
}
html>body #dealer_button {
	width: 105px;
}
#nav_holder {
	position: absolute;
	top: 0;
	left: 165px;
	padding-top: 11px;
	width: 580px;
}

#nav { 
	height: 20px;
	width: 575px;
}
#nav ul { 
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
#nav ul li {
	display: inline;
	margin-left: 17px;
	margin-right: 1px;
}
#nav2 {
	height: 12px;
	padding-top: 4px;
	width: 575px;
}
#nav2 ul { 
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
#nav2 ul li {
	display: inline;
	margin-left: 17px;
	margin-right: 14px;
}
#utility_bar {
	clear: both; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	padding: 6px 0;
}
#search {
}
#search input.box {
	width: 160px;
}
#mini_cart {
	float: right;
	font-size: 11px;
	padding-top: 2px;
}
#body_wrapper {
	clear: both;
	height: 1%;
	min-height: 275px;
	overflow: auto;
	padding-bottom: 6px;
	position: relative;
}
#sidebar {
	float: left;
	font-size: 11px;
	margin-right: -3px; /* 3px jog bug IE(win); see #main */
	width: 190px;
}
html>body #sidebar {
	margin-right: 0;
}
#sidebar .nameplate {
	padding: 0 0 0 30px;
}
#cat_nav ul, #locator_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#cat_nav ul li, #locator_nav ul li {
	margin: 0;
	padding: 0;
}
#cat_nav ul li a, #locator_nav ul li a {
	color: #8C8C8C;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	padding-left: 30px;
	line-height: 2em;
	display: block;
	text-decoration: none;
	width: 190px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
}
html>body #cat_nav ul li a, html>body #locator_nav ul li a {
	width: 160px;
}
#cat_nav ul li a.active, #locator_nav ul li a.active {
	background: url(/images/misc/blue_bullet.gif) no-repeat 19px 7px;
	color: #2F64AF;
}
#cat_nav ul li a:hover, #locator_nav ul li a:hover {
	color: #2F64AF;
}
#main {
	margin-left: 0px;
	margin-right: 28px;
	height: 1%; /* 3px jog bug IE(win); see #sidebar */		
	padding-left: 22px;
}
html>body #main {
	height: auto;
	margin-left: 190px;
}
#clear {
	clear: both;
}
#footer {
	position: relative;
	background-color: #FFF;
}
#swatchline {
	background-color: #FFF;
	padding: 20px 0;
}
#copyright {
	color: #8C8C8C;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding-bottom: 20px;
	text-align: center;
	xposition: absolute;
	xleft: 25px;
	xtop: 87px;
}
#copyright a {
	color: #8C8C8C;
	text-decoration: none;
}
#copyright a:hover {
	color: #7FC0DA;
	text-decoration: underline;
}
#info_bar {
	margin-top: 1em;
}
#info_bar, #pager {
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
#info_bar td, #pager td {
	line-height: 2.25em;
}
#landing_image {
	padding-left: 25px;
	/* text-align: center; */
}
#swatches {
	margin: 1em 0;
}
.photostream_thumbs{
	width:100%;
	height:182px;
	overflow:hidden;
}
.photostream_thumbs .thumb{
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}
.swatch_container {
	padding: .6em 0;
	text-align: center;
	vertical-align: top;
}
.swatch_title {
	font-size: 12px;
	font-weight: bold;
}
.swatch_title a {
	color: #8C8C8C;
}
#detail td.image {
	width: 377px;
}
#detail #specs {
	margin-bottom: 1em;
}
#detail td.info {
	background: url(/images/misc/bkgd-product_info.gif) no-repeat top left;
	padding: 0 25px;
	vertical-align: top;
}
#detail td.info p {
	padding-right: 25px;
}
#detail .slideshow {
	padding-right: 22px;
	text-align: right;
}
#about p {
	line-height: 2em;
	padding-right: 35px;
}

/* international stores list */

.headline {
	color: #2F64Af;
	font-size: 11pt;
}

/* basic styles */
.saved_by_zero {
	margin: 0;
	padding: 0;
}
a:hover {
	color: #7FC0DA;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.blue {
	color: #2F64AF;
}
.white {
	color: #FFF;
}
.red {
	color: #F00;
}
.breadcrumbs {
	display: inline;
}
.fine_print {
	display: inline;
	font-size: 8pt;
	font-weight: normal;
}
p, h1, h2, h3, h4 {
	margin-top: 0;
}
h1 {
	color: #2F64AF;
	font-size: 20px;
}
h2 {
	display: inline;
	font-size: 11pt;
	font-weight: normal;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 25px;
}
h4 {
	color: #8C8C8C;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: .5em;
}
.big {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
#error_message {
	background-color: #E5EFF4;
	border: 1px solid #F00;
	margin: 0 2em 2em 0;
	padding: 1em;
}
#error_message h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}
#success_message {
	background-color: #E5EFF4;
	border: 1px solid #C2DAE5;
	margin: 0 2em 2em 0;
	padding: 1em;
}
#success_message h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}
.label {
	color: #555753;
}
.label_required {
	font-weight: bold;
	color: #F00;
}
.country {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

/* personalization catalog */

.catalog_cover {
	padding: 5px;
}
.catalog_cover p {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.sidebar_catalog {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	margin-left: 25px;
	padding-top: 20px;
}
.sidebar_catalog p {
	padding-left: 5px;
}
.sidebar_catalog a {
	text-decoration: none;
}
.sidebar_catalog a:hover {
	text-decoration: underline;
}

#tabs {
	background: url(/img/misc/bkgd-tabs.gif) repeat-x bottom;
	line-height: normal;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#section_tabs{
	height: 28px;
	border-bottom: 1px solid #DDD;
}

#section_tabs ul {
	list-style: none;
	padding: 0;
}
#section_tabs li {
	float: left;
	background: url(/images/misc/norm_right.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 104px;
}
#section_tabs a {
	float: left;
	display: block;
	background: url(/images/misc/norm_left.gif) no-repeat left top;
	padding: 8px 8px 4px;
	text-decoration: none;
	font-size: 9pt;
	color: #666;
}

/* begin ie5-mac backslash hack \*/
#section_tabs a { float: none; }
/* end hack */
#section_tabs .active {
	background-image: url(/images/misc/norm_right_on.gif);
}
#section_tabs .active a {
	background-image: url(/images/misc/norm_left_on.gif);
	padding-bottom: 5px;
	color: #000;
}
.module .ui-dialog-titlebar{
	display: none;
}

.module a{
	cursor: pointer;
}

.ui-widget-overlay {
	background: black;
	opacity: .4;
	filter: alpha(opacity=40);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#interstitial{
	background-color: white;
	padding: 12px;
}

#module {
 	background-color: white;
	border: 1px solid #c9c7c8;
	padding: 12px;
	width: 500px;
	height: 350px;
}

#modulefirst {
 	background-color: white;
	border: 1px solid #c9c7c8;
	padding: 12px;
	width: 313px;
	text-align: center;
}
#module h1 {
	margin-bottom: 10px;
}
