@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
ul {
	margin-left:20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color:#034da4;
}
a:hover {
	text-decoration: underline;
	color:#0099ff;
}
h1 {
	display:none;
}
/* ################## */
#wrapper {
	width: 970px;
	margin: 0px auto;
	text-align:left;
}

/* ################## */
#wrapper #header {
	margin-bottom: 0px;
	clear: both;
}

/*  HEADER : HAT */
#wrapper #header #header_hat {
	background-image: url('http://lib.store.yahoo.net/lib/breathalyzer-net/header-hat.jpg');
	background-repeat: no-repeat;
	height: 25px;
	width: 950px;
}
/*  HEADER : TOP */
#wrapper #header #header-top {
	background-image: url('http://lib.store.yahoo.net/lib/breathalyzer-net/header-top.jpg');
	background-repeat: no-repeat;
	height: 55px;
	width: 950px;
}
#wrapper #header #header-top ul.links {
	list-style: none;
	position: relative;
	top: 25px;
	right: 10px;
	height: 30px;
	float: right;
	line-height: 28px;
}
#wrapper #header #header-top ul.links li a:link, 
#wrapper #header #header-top ul.links li a:visited, 
#wrapper #header #header-top ul.links li a:active {
	color: #fff;
	font-weight: bold;
}
#wrapper #header #header-top ul.links li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
/* HEADER : BOTTOM */
#wrapper #header #header-bottom {
	background-image: url('http://lib.store.yahoo.net/lib/breathalyzer-net/header-bottom.jpg');
	background-repeat: no-repeat;
	height: 30px;
	width: 950px;
	padding-top: 7px;
}
#wrapper #header #header-bottom h2 {
	font-size: 12px;
	line-height: normal;
}
#wrapper #header #header-bottom #strapline {
	color: #fff;
	float: left;
	margin-left: 14px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #header #header-bottom #phone {
	color: #fff;
	float: right;
	margin-right: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #666;
}
#wrapper #header #header-bottom #email a:link, 
#wrapper #header #header-bottom #email a:visited, 
#wrapper #header #header-bottom #email a:active {
	float: right;
	margin-right: 20px;
	color: #6cf;
}
#wrapper #header #header-bottom #email a:hover {
	color: #fff;
}

/* ################## */
/* BODY : LEFT COLUMN */
#column_left {
	float: left;
	width: 210px;
	text-align:left;
}
#column_left .unit {
	background: #f5f5f5;
}
#column_left .unit_bottom {
	height: 13px;
	width: 210px;
	padding-bottom: 7px;
	margin-bottom: 0px;
	background-image: url('http://lib.store.yahoo.net/lib/breathalyzer-net/left-column-unit-footer.jpg');
	background-repeat: no-repeat;
}
#column_left h3 {
	height: 24px;
	width: 200px;
	padding: 9px 0px 0px 13px;
	font-size: 12px;
	color: #fff;
	background-image: url('http://lib.store.yahoo.net/lib/breathalyzer-net/left-column-unit-header.jpg');
	background-repeat: no-repeat;
}
#column_left h3 a:link, 
#column_left h3 a:visited, 
#column_left h3 a:active {
	font-size: 12px;
	color: #fff;
	font-weight:normal;
}
#column_left .unit ul.links {
	list-style: none;
	padding: 5px 10px 2px 4px;
	margin-left:10px;
}
#column_left .unit ul.links li {
	list-style: none;
	margin: 0px;
	padding: 3px 0;
}
#column_left ul.additional_links {
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style: none;
}
#column_left ul.additional_links li {
	margin: 3px;
}

/* ################## */
/* FOOTER */
#wrapper #footer {
	clear: both;
	padding-top: 0px;
	padding-bottom: 10px;
}
#wrapper #footer ul.links {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display:none;
}
#wrapper #footer ul.links li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #ccc;
}
#wrapper #footer .copyright {
	font-size: 9px;
	color: #666666;
	text-align:center;
}

/* ################## */
/* BODY : RIGHT COLUMN */
#wrapper #column_right {
	float: right;
	width: 750px;
}
#wrapper #column_right #content_top {
	background-repeat: no-repeat;
	width: 728px;
	height: 260px;
	margin-bottom: 7px;
}
#wrapper #column_right #content_middle {
	width: 728px;
}
#wrapper #column_right #content_bottom_wide {
	float: left;
	width: 480px;
}
#wrapper #column_right #content_bottom_narrow {
	float: right;
	width: 236px;
	margin-right:20px;
}

/* ########### */
/* Product Category page styles */
#category-page-content h4 {
	width: 200px;
	margin-bottom: 10px;
}
#category-page-content h4 a {
	color: #034da4;
	font-size: 14px;
	font-weight: bold;
}
#category-page-content .product-photo {
	float: left;
	margin-bottom: 10px;
}
#category-page-content .product-descript {
	float: right;
	width: 200px;
	margin: 10px;
}
#category-page-content .product-descript-consumer {
	float: right;
	width: 190px;
	margin: 10px;
}
#category-page-content .product-descript-consumer h4 {
	width: 190px;
}
#category-page-content .product-table {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0px;
	padding: 10px 0px 0px;
}
#category-page-content .product-table-consumer {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}
#category-page-content .viewcompare {
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	padding-bottom: 10px;
}
#category-page-content .featured-badge {
	margin-top: 20px;
}
#category-page-content .product-descript .product-details {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: url(http://lib.store.yahoo.net/lib/breathalyzer-net/dots.gif) no-repeat 0px -4px;
	text-indent: 14px;
}
#category-page-content .product-descript-consumer .product-details-consumer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background: url(http://lib.store.yahoo.net/lib/breathalyzer-net/dots.gif) no-repeat 0px -4px;
	text-indent: 14px;
}
#category-page-content .compared-table {
	border-bottom:none;
	padding-bottom:0px;
}
#category-page-content h1#pagetitle {
	font-size: large;
	font-weight: bold;
	color: #666666;
	visibility:visible;
	display:inherit;
}

/* ################## */
/* GENERAL BOXES */
.box {
	margin-bottom:7px;
}
.box .box_middle {
	padding: 2px 10px;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	margin:0px;
}
.box .box_middle .box_content {
	margin:0 auto;
	padding: 0px 5px 5px 5px;
	clear:both;
}
.box h3 {
	color: #999;
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom:7px;
}

/* ################## */
/* SPECIFIC BOXES */
#content_middle .box_middle {
	background: repeat-x url('http://lib.store.yahoo.net/lib/breathalyzer-net/box-bg-blue-grad.jpg') 0px -20px;
	width:706px;
}
#content_middle .box_middle .box_content {
	text-align: center;
	width:696px;
	height:170px;
	padding:0px;
}
#content_middle .box_middle .box_content .product {
	margin: 0px 10px;
	text-align: center;
	width:151px;
	float: left;
}
#content_middle .box_middle .box_content .product .descript {
	margin-left: 12px;
	z-index: 184;
	margin-top: -40px;
}
#wrapper #main_content #column_right #content_middle .box .box_middle .box_content .product img {
	margin-left: 15px;
}

/* ########### */
#content_bottom_wide .box_middle .box_content img,
#content_bottom_narrow .box_middle .box_content img {
	float: left;
}
#content_bottom_wide .box_middle .box_content .customer_quote,
#content_bottom_narrow .box_middle .box_content .in_the_press {
	margin-left: 80px;
	height: 60px;
}
#content_bottom_wide .box_middle,
#content_bottom_narrow .box_middle {
	background-color:#fff;
}
.flag {
	font-weight: bold;
	color: #CC0000;
}
.flag_notbold {
	color: #CC0000;
	display: inline;
}
.special {
	margin: 0px auto;
	text-align: center;
}
.special a:link, 
.special a:visited, 
.special a:active {
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	padding: 0px 0px 4px 0px;
	text-decoration:none;
}
.special a:hover {
	text-decoration:underline;
	color: #ff0000;
}

/* Press page styles */
#presspage {
	width:700px;
	text-align:center;
	margin:0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#presspage h2 {
	text-align:left;
	clear:both;
	margin: 0px;
}
#presspage .returntopresspage {
	text-align:left;
	font-size:11px;
}
.press_image_large {
	margin-bottom:20px;
	margin-top:10px;
	padding-bottom:20px;
	padding-top:20px;
}
#presspage .presspreview img {
	float:left;
}
.press_descript {
	float:left;
	margin:0px 10px 0px 10px;
	width:300px;
}
.featuredpress {
	width:235px;
	text-align:left;
	padding:0px 0px 12px 0px;
	float:left;
}
.press_date {
	text-align:left;
	font-size:x-small;
	color:#333333;
}
.presspage .featuredpress img {
	padding-top:5px;
}
#press_left_column {
	float:left;
	width:450px;
	margin-bottom:20px;
}
#press_right_column {
	float:right;
	width:230px;
	text-align:left;
}


#press_left_column  .presspreview {
	text-align:left;
	margin:0px 10px 0px 0px;
	padding:10px 0px;
	border-bottom:1px solid #ccc;
	width: 450px;
}
#press_right_column .presspreview {
	text-align:left;
	margin:0px;
	padding:0px 0px 10px 0px;
	width: 210px;
}
#press_right_column .box_outline {
	border:1px solid #ccc;
	padding: 10px;
}

#presspage .presspreview_first {
	border-top:1px solid #ccc;
}
.press_item {
	margin:20px 0px 20px 0px;
	text-align:left;
}
.press_publication_name {
	font-weight:bold;
}
.press_publication_title {
}

.featured_press_block {
	width:700px;
	margin:0px auto;
	text-align:center;
	padding-bottom: 0px;
}
.greybox {
	background-color:#333333;
	overflow: auto;
}
.featured_press_block .featuredpress img {
	margin-top:7px;
}
.returntopresspage {
	text-align:left;
}
.presspage2 .press_image_large {
	margin:10px auto;
}
.presspage .presspage_article_header {
	text-align:left;
	margin:10px 20px;
}
#presspage #press_left_column .presspreview .press_descript h3 {
	margin: 0px;
	padding: 0px;
}
#presspage .featured_press_block .featuredpress h3 {
	margin: 0px;
	padding: 0px;
}
#presspage h1 {
	font-size: 18px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	display:block;
}
/*    */
#ys_pageBody.ys_sideBar {
	border-left:none;
}

