/* @group Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}button{border:none;}

/* @end */

/* @group Global */

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

html {
	margin-bottom: 1px;
}

body {
	font: 11px/1.5em Arial, sans-serif;
	text-align: center;
	background-color: #fff;
	color: #4d4c4c;
}

a {
	text-decoration: none;
	color: #6d6d6d;
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}

li {
	margin: 0;
	padding: 0;
}

#content-wrap {
	width: 100%;
	min-height: 100%;
	margin: 0 0 -60px;
	text-align: left;
}

.clearboth {
	height: 0;
	margin: -1px 0 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.group:after { 
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.inline {
	display: inline;
}

.red {
	color: #ed1c24;
}

.hidden {
	display: none;
}

#loading {
	width: 56px;
	height: 21px;
	display: none;
	position: relative;
	top: -8px;
	left: 130px;
	z-index: 500;
	text-indent: -9999px;
	margin: -11px 0 0 -28px;
	background: transparent url(../graphics/ui/loading.gif) 0 0 no-repeat;
}

a.button {
	height: 24px;
	padding-right: 10px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
	font-size: 11px;
	color: #000;
	clear: both;
	background: transparent url(../graphics/ui/button_global_right.png) right top scroll no-repeat;
}

a.button:hover, a.buttonAdd:hover {
	color: #ed1c24;
}

a.button span {
	padding-left: 10px;
	display: block;
	white-space: nowrap;
	background: transparent url(../graphics/ui/button_global_left.png) no-repeat;
}

a.buttonAdd {
	height: 20px;
	padding-right: 10px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	font-size: 11px;
	color: #000;
	background: transparent url(../graphics/ui/button_add_right.png) right top scroll no-repeat;
}

a.buttonAdd span {
	padding-left: 20px;
	display: block;
	white-space: nowrap;
	background: transparent url(../graphics/ui/button_add_left.png) no-repeat;
}

a.buttonAdd:active {
	background-position: right -20px;
	outline: none;
	color: #4d4c4c;
}

a.buttonAdd:active span {
	background-position: bottom left;
}

a.buttonAdd span {
	padding-left: 20px;
	display: block;
	white-space: nowrap;
	background: transparent url(../graphics/ui/button_add_left.png) no-repeat;
}

a.button span.pdf {
	padding-left: 30px;
	background: transparent url(../graphics/ui/button_global_left_pdf.png) no-repeat;
}

a.buttonBlack {
	height: 20px;
	padding-right: 10px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	font-size: 11px;
	color: #fff;
	background: transparent url(../graphics/ui/button_black_right.png) right top scroll no-repeat;
}

a.buttonBlack span {
	padding-left: 10px;
	display: block;
	white-space: nowrap;
	background: transparent url(../graphics/ui/button_black_left.png) no-repeat;
}

a.buttonBlack:active {
	background-position: right -20px;
	outline: none;
	color: #4d4c4c;
}

a.buttonBlack:active span {
	background-position: bottom left;
}



.buttonBlackForm {
	padding-right: 10px;
	display: block;
	float: left;
	background: transparent url(../graphics/ui/button_black_right.png) right top scroll no-repeat;
}

.buttonBlackForm input.formBlack {
	height: 20px;
	padding: 0 0 0 10px;
	display: block;
	line-height: 20px;
	white-space: nowrap;
	color: #fff;
	border: none;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(../graphics/ui/button_black_left.png) no-repeat;
}

.buttonBlackForm input.formBlack:hover {
	cursor: pointer;
	color: #d2d2d2;
}

.buttonBlackForm:active {
	color: #555555;
	background-position: right -20px;
	outline: none;
}

.buttonBlackForm input.formBlack:active {
	background-position: left -20px;
	outline: none;
}

a.button span.add {
	padding-left: 22px;
	background: transparent url(../graphics/ui/button_global_left_add.png) no-repeat;
}

a.button:active {
	background-position: right -24px;
	outline: none;
	color: #4d4c4c;
}

a.button:active span {
	background-position: bottom left;
}

.titleDotted {
	height: 21px;
	padding: 6px 6px 0 6px;
	color: #fff;
	background: transparent url(../graphics/ui/bg_dot_dark.png) repeat;
}

.titleDotted, .titleDotted a {
	font-weight: bold;
	font-size: 13px;
}

tr.odd {
	background-color: #efefef;
}

.padTop {
	padding-top: 12px;
}

img.noborder {
	border: 0;
}	

label.error {
	margin-bottom: 5px;
	line-height: 26px;
	display: block;
	font-style: italic;
	color: #ed1c24;
}

.bold {
	font-weight: bold;
}

#nojs {
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: fixed;
	z-index: 1000;
	top: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color: red;
}

.hide {
	display: none;
}

.leftPad {
	margin-left: 20px;
}

/* @end */

/* @group Header */

#header {
	width: 100%;
	height: 106px;
	z-index: 2;
	background: url(../graphics/ui/header_bg.png) 0 0 repeat-x;
}

#header .wrap {
	width: 960px;
	margin: 0 auto;
}

#header h1.logo a {
	width: 154px;
	height: 104px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../graphics/ui/welfab_logo.png) 0 15px no-repeat;
}

ul#nav {
	height: 42px;
	width: 551px;
	margin: 63px 0 0 24px;
	position: relative;
	z-index: 98;
}

ul#nav li a {
	height: 42px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../graphics/ui/nav_main.png) no-repeat;
}

ul#nav ul {
	width: 215px;
	margin-left: 2px;
	padding: 0 10px 8px 10px;
	position: absolute;
	top: -9999px;
	z-index: 99;
	background-color: #424141;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
}

ul#nav ul li a {
	width: 215px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-indent: 0px;
	background: none;
	font-weight: bold;
	color: #e9eaeb;
	border-bottom: 1px dotted #585858;
}

ul#nav ul li a:hover {
	background-color: #585858;
}

li#products a:link, li#products a:visited {
	width: 101px;
	background-position: 0px 0px;
}

li#products a:hover, li#products a:focus, li#products.sfHover a  {
	background-position: 0px -42px;
}

body#products-page li#products a {
	background-position: 0px -84px;
}

body#products-page li#products.sfHover a {
	background-position: 0px -126px;
}

li#about a:link, li#about a:visited {
	width: 100px;
	background-position: -102px 0px;
}

li#about a:hover, li#about a:hover, li#about.sfHover a {
	width: 100px;
	background-position: -102px -42px;
}

body#about-page li#about a {
	background-position: -102px -84px;
}

body#about-page li#about.sfHover a {
	background-position: -102px -126px;
}

li#order a:link, li#order a:visited {
	width: 134px;
	background-position: -202px 0;
}

li#order a:hover, li#order a:focus, li#order.sfHover a {
	background-position: -202px -42px;
}

body#how_to_order-page li#order a {
	background-position: -202px -84px;
}

body#how_to_order-page li#order.sfHover a {
	background-position: -202px -126px;
}

li#quote a:link, li#quote a:visited {
	width: 135px;
	background-position: -336px 0px;
}

li#quote a:hover, li#quote a:focus, li#quote.sfHover a {
	background-position: -336px -42px;
}

body#quote_builder-page li#quote a {
	background-position: -336px -84px;
}

body#quote_builder-page li#quote.sfHover a {
	background-position: -336px -126px;
}

li#contact a:link, li#contact a:visited {
	width: 80px;
	background-position: -471px 0px;
}

li#contact a:hover, li#contact a:focus {
	background-position: -471px -42px;
}

body#contact-page li#contact a {
	background-position: -471px -84px;
}


li#products.sfHover ul li a,
li#about.sfHover ul li a,
li#order.sfHover ul li a,
li#quote.sfHover ul li a,
li#contact.sfHover ul li a
{
	width: 215px;
}

/* @group Superfish */



ul#nav li:hover {
	visibility: inherit;

/* fixes IE7 'sticky bug' */
}

ul#nav li {
	float: left;
	position: relative;
}

ul#nav li:hover ul, ul#nav li.sfHover ul {
	left: 0;
	top: 42px;
	z-index: 100;

}

ulul#nav li:hover li ul,
ulul#nav li.sfHover li ul {
	top: -9999px;
}

ul ul#nav li li:hover ul,
ul ul#nav li li.sfHover ul {
	left: 215px;


/* match ul width */
 top: 0;
}

ul ul#nav li li:hover li ul,
ul ul#nav li li.sfHover li ul {
	top: -9999px;
}

ul ul#nav li li li:hover ul,
ul ul#nav li li li.sfHover ul {
	left: 215px;


/* match ul width */
 top: 215px;
}

/* @end */

/* Search */

.search {
	padding-top: 75px;
}

.search input#keywords {
	width: 170px;
	height: 16px;
	padding: 0 3px;
	line-height: 16px;
	border-top: 1px solid #515151;
	border-left: 1px solid #515151;
	border-bottom: 1px solid #515151;
	border-right: none;
	float: left;
}

#searchSubmit {
	width: 33px;
	height: 18px;
	line-height: 18px;
	display: block;
	float: left;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(../graphics/ui/button_search.png) no-repeat;
}

#searchSubmit:hover {
	background-position: 0px -18px;
}

#searchSubmit:active {
	background-position: 0px -36px;
}

/* @end */

/* @group Home Page */

.homeShowcase {
	color: #ccc9c9;
	background: url(../graphics/ui/upper_home_bg.png) 0 0 repeat-x;
}

.homeShowcase h2 {
	height: 22px;
	margin: 65px 0 32px 0;
	padding-left: 8px;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	border-left: 2px solid #ed1c24;
}

.homeShowcasePicture {
	width: 410px;
	height: 248px;
	overflow: hidden;
	background: transparent url(../graphics/ui/home_showcase_arrow.png) 398px 95px no-repeat;
}

.homeShowcaseInfo {
	width: 300px;
	background: transparent url(../graphics/ui/home_showcase_arrow.png) -12px 95px no-repeat;
}

.homeShowcaseBlurb {
	width: 260px;
	height: 60px;
}

#showcaseNav {
	position: absolute;
	margin: -28px 0 0 594px;
	z-index: 20;
}

#showcaseNav a {
	height: 16px;
	width: 16px;
	line-height: 16px;
	margin-right: 6px;
	display: block;
	float: left;
	text-align: center;
	background-color: #515050;
	color: #e8e7e7;
}

#showcaseNav a:last-child {
	margin-right: 0;
}

#showcaseNav a.activeSlide {
	color: #ed1c24;
	background-color: #e8e7e7;
	font-weight: bold;
}

#upper_home_wrap {
	width: 960px;
	height: 248px;
	margin: 25px 0 20px;
}

#lower_home_wrap {
	width: 960px;
	height: 153px;
	margin: 0;
}

.upper_home_feat {
	float: left;
}

#upper_home_left {
	width: 710px;
	height: 248px;
	background: #444343;
	z-index: 1;
}

#upper_home_right {
	width: 228px;
	height: 190px;
	padding: 33px 0 23px;
	border: 1px solid #dcdcdc;
}

#upper_home_right .uhrImages {
	height: 112px;
	padding: 0 22px;
}

#upper_home_right .uhrLink {
	margin-left: 22px;
}

.lower_home_feat {
	width: 450px;
	height: 134px;
	padding: 10px;
	float: left;
	overflow: hidden;
	background: #e8e7e7;
	cursor: pointer;
}

.lower_home_feat.roll {
}

.lower_home_feat_rollover {
	width: 230px;
	height: 134px;
	float: left;
	display: block;
}

.lower_home_feat_rollover a {
	display: block;
	background: #fff url(../graphics/ui/lower_home_feat_rollover.png) 219px 0 no-repeat;
	width: 230px;
	height: 134px;
	overflow: hidden;
}

.lower_home_feat_copy {
	width: 210px;
	height: 134px;
	float: left;
	margin: 9px 0 0 10px;
}

.lower_home_feat_copy_upper {
	width: 210px;
	height: 110px;
}

.lower_home_feat_copy_upper p {
	color: #333;
	font-size: 12px;
	width: 208px;
	margin-top: 8px;
}

.lower_home_feat_copy_lower {
	width: 210px;
	height: 14px;
}

#lower_home_feat_left {
	margin-right: 20px;
}

#lower_home_feat_right {
	margin: 0;
}

#upper_home_left_imagebox {
	width: 374px;
	height: 248px;
	margin-right: 26px;
	float: left;
	display: inline;
}

#upper_home_left_titlebox {
	width: 297px;
	height: 95px;
	float: left;
	margin-left: 11px;
	display: inline;
}

#upper_home_left_infobox {
	width: 308px;
	height: 153px;
	background: transparent url(../graphics/ui/upper_home_left_infobox_arrow.png) 0 0 no-repeat;
	float: left;
	overflow: hidden;
	display: inline;
}

#upper_home_left_infobox p {
	color: #ccc9c9;
	font-size: 12px;
	width: 240px;
	margin: 22px 0 0 12px;
}

#upper_home_left_infobox .home_product_details a {
	width: 142px;
	height: 21px;
	margin: 20px 0 0 12px;
	display: block;
	text-indent: -9999em;
	display: block;
	background: transparent url(../graphics/ui/product_details.png) 0 0 no-repeat;
	width: 142px;
	height: 21px;
}

#upper_home_left_infobox .home_product_details a:hover {
	background-position: 0 -21px;
}

#upper_home_right_upper {
	width: 226px;
	height: 162px;
	margin-top: 29px;
	padding: 16px;
}

#upper_home_right_lower {
	height: 23px;
	margin: 10px 0 0 9px;
	background: transparent url(../graphics/ui/upper_home_right_lower_bg.png) 0 0 no-repeat;
}

#upper_home_right_lower img {
	float: left;
	margin: 3px 0 0 12px;
}

#upper_home_right_lower p {
	float: left;
	font-weight: bold;
	margin: 5px 0 0 8px;
	width: 165px;
}

#home_product_title {
	border-left: 2px solid #ed1c24;
	padding-left: 3px;
	margin-top: 65px;
}

.logo_wrap {
	padding: 15px 15px 0;
}

.logo_wrap img {
	margin-right: 5px;
}

.pics {
	margin: 0;
	padding: 0;
	position: absolute;
}

h2#ccs a,h2#lids a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

h2#ccs a {
	width: 195px;
	height: 36px;
	background: transparent url(../graphics/ui/lower_home_feat_copy_upper1.png) 0 0 no-repeat;
}

h2#lids a {
	width: 168px;
	height: 51px;
	background: transparent url(../graphics/ui/lower_home_feat_copy_upper2_rev.png) 0 0 no-repeat;
}

h3#lids_cbrne {
	width: 168px;
	height: 37px;
	margin-bottom: 23px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	border-left: 5px solid #ed1c24;
	background: transparent url(../graphics/ui/cbrne_approved.png) 16px 0 no-repeat;
}

/* @end */

/* @group Content */

/* @group USAF */

#usaf {
	width: 138px;
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px solid #d2d2d2;
}

#usaf h3 {
	width: 138px;
	height: 46px;
	margin-bottom: 10px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../graphics/ui/header_usaf.png) 0 0 no-repeat;
	background-color: #e8e7e7;
}

#usaf li {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 6px 6px;
	background: transparent url(../graphics/ui/bullet_red.png) 0 6px no-repeat;
}

#usaf li:last-child {
	padding-bottom: 0;
}

/* @end */

/* @group Product Subnav */

ul.product-listing {
	margin: 0 10px;
	border-bottom: 1px solid #d2d2d2;
}

.product-listing li a {
	min-height: 12px;
	padding: 10px 0;
	display: block;
	font-weight: bold;
	line-height: 13px;
	position: relative;
	left: 0;
	z-index: 5;
	border-top: 1px solid #d2d2d2;
}

.product-listing li a.expand {
	background: transparent url(../graphics/ui/icon_nav_arrow.png) right center no-repeat;
}

.product-listing li a.ui-state-active {
	color: #2a2a2a;
	background: transparent url(../graphics/ui/icon_nav_arrow_expanded.png) right center no-repeat;
}

.product-listing li a:hover {
	color: #333333;
	background-color: #efefef;
}

.product-listing li li a {
	padding-left: 20px;
	position: relative;
	left: 0;
	z-index: 5;
	background: transparent url(../graphics/ui/bullet-line.png) 4px 15px no-repeat;
}

.product-listing li li:last-child {
	border-bottom: none;
}

ul.product-listing li.cur {
	width: 180px;
	margin-left: -10px;
}

ul.product-listing li.cur a {
	padding: 10px 30px 10px 10px;
	color: #fff;
	border: none;
	background: transparent url(../graphics/ui/nav_sub_cur_bg.png) 0 center no-repeat;
}

ul.product-listing li li a.ui-accordion-content-active {
	width: 120px;
	padding: 10px 30px 10px 30px;
	color: #fff;
	border: none;
	background: transparent url(../graphics/ui/nav_sub_cur_bg.png) 0 center no-repeat;
}

/* @end */

/* @group Quote Builder */

#quoteEntry {
	width: 538px;
	margin: 20px 20px 60px 20px;
}

#quoteNav {
	margin-bottom: 14px;
	line-height: 36px;
	border-bottom: 2px solid #d2d2d2;
}

.quotePaginate {
	width: 538px;
	height: 30px;
	margin-bottom: 10px;
	clear: both;
	font-size: 11px;
}

.quotePaginate ul li {
	width: 20px;
	height: 20px;
	margin: 0 2px;
	line-height: 20px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	background: transparent url(../graphics/ui/button_pagination_bg.png) 0 0 no-repeat;
}

.quotePaginate ul li a {
	display: block;
	background: transparent url(../graphics/ui/button_pagination_bg.png) 0 0 no-repeat;
}

.quotePaginate ul li a:active {
	background-position: 0px -20px;
}

.quotePaginate ul li:first-child {
	margin: 0px 2px 0px 0px;
}

li.num a {
	color: #444243;
}

li.current, li.num a:hover {
	color: #ed1c24;
}

li.first, li.last {
}

.quoteViewing {
	font-size: 14px;
	font-weight: bold;
}

.quoteRow {
	width: 548px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 2px solid #d2d2d2;
}

.quoteRow h2 {
	font-size: 14px;
}

.quoteRow table {
	margin: 6px 0;
}

.quoteRow table td {
	height: 18px;
}

.quoteRow p {
	color: #717171;
}

.quotePic {
	width: 220px;
	height: 168px;
	text-align: center;
	background-color: #fff;
	border: 3px solid #e8e7e7;
	overflow: hidden;
	position: relative;
}

.quoteDetails {
	width: 300px;
}

.quotePic img {
	position: absolute;
	top: 50%;
}

.quoteInfo {

}

img.modelBorder {
	border: 3px solid #514f50;
}

.quoteCost {
	padding-right: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

/* @end */

#content {
	width: 960px;
	height: auto;
	margin: 0 auto 50px;
	clear: both;
	position: relative;
}

#content .breadcrumb {
	width: 960px;
	height: 70px;
	clear: both;
	border-bottom: 2px solid #d8d8d8;
}

#content .breadcrumb .wrap {
	height: 32px;
	padding: 38px 10px 0;
}

#content .breadcrumb h2.ccs {
	width: 239px;
	height: 19px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../graphics/ui/title_ccs.png);
}

#content .breadcrumb h2.how_to_order {
	width: 180px;
	height: 19px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../graphics/ui/title_how_to_order.png);
}

#content .column-wrap {
	width: 960px;
	margin-bottom: 50px;
	clear: both;
}

#content .column01 {
	width: 190px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#content .column01 .wrap {
	width: 170px;
	min-height: 630px;
	padding: 18px 0;
	background: #e8e7e7;
	border-bottom: 2px solid #969595;
}

#content .column01 .nav-title {
	height: 26px;
}

#content .column01 .products {
	padding-left: 10px;
	font-size: 14px;
}


#content .column02 {
	width: 580px;
	min-height: 630px;
	margin-top: 20px;
	padding: 0;
	float: left;
}

#content .column02 h1, h2, h3, h4 {
	margin-bottom: 6px;
}

#content .column02 .wrap .onecol {
	width: 528px;
	padding: 40px 20px;
	font-size: 12px;
}

#content .column02 .wrap .onecol h3 {
	margin-bottom: 17px;
	padding-bottom: 6px;
	border-bottom: 1px solid #d2d2d2;
}

#content .column02 .wrap .onecol p {
	font-size: 12px;
	padding-bottom: .75em;
	line-height: 1.5em;
}

#content .column02 .wrap .onecol .intro {
	margin-bottom: 10px;
}

#content .column02 .wrap .onecol .col01,#content .column02 .wrap .onecol .col02,#content .column02 .wrap .onecol .col03 {
	width: 164px;
	height: 110px;
	float: left;
}

#content .column02 .wrap .onecol .col02,#content .column02 .wrap .onecol .col03 {
	padding-left: 10px;
	border-left: 1px solid #d2d2d2;
}


#productRundown {
	width: 270px;
	min-height: 200px;
	background-color: #e8e7e7;
}

#productSpecs {
	padding: 0 10px 10px 10px;
}

#productSpecs tr {
	height: 20px;
}

#productSpecs td.info {
	padding-right: 8px;
	text-align: right;
	font-weight: bold;
}

#productSpecs td.dimensions {
	padding-right: 8px;
}

#product-showcase-nav a {
	padding-left: 4px;
	display: block;
	float: left;
	color: #fff;
}

#product-showcase-nav a.activeSlide {
	color: red;
}

#content .column02 .showcase .right {
	width: 259px;
	height: 220px;
	float: right;
	background-color: #e8e7e7;
}

#content .column02 .showcase .right .title-wrap {
	height: 24px;
	padding-top: 24px;
	background: url(../graphics/ui/product_title_bg.png) 0 0 repeat;
}

#content .column02 .showcase .right .title {
	height: 24px;
	padding-left: 10px;
	border-left: 2px solid #ed1c24;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#content .column02 .showcase .right .overview {
	padding: 14px 0 0 10px;
	font-weight: bold;
}

#content .column02 .showcase .right .overview-left {
	width: 84px;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #909090;
}

#content .column02 .showcase .right .overview-right {
	width: 125px;
	display: block;
	float: right;
	color: #444444;
}

#content .column02 .showcase .right .overview li {
	height: auto;
	clear: both;
	line-height: 20px;
	display: block;
	font-size: 11px;
}

#product-nav {
	width: 564px;
	height: 34px;
	background-color: #333333;
}

ul#product-nav {
	height: 34px;
	padding-left: 14px;
	overflow: hidden;
}

#product-nav li {
	display: block;
	float:  left;
	text-indent: -9999px;
}

#product-nav li a {
	height: 34px;
	margin-right: 14px;
	display: block;
	color: #fff;
	background: transparent url(../graphics/ui/product_nav.png) no-repeat;
}

#content .column02 .content {
	width: 578px;
	min-height: 330px;
	margin: 0;
	padding-top: 30px;
	background: url(../graphics/ui/product_dotted_bg.png) 0 0 repeat-x;
}

#content .column02 .content p {
	margin-bottom: .75em;
	font-size: 12px;
	line-height: 1.6em;
	color: #4d4c4c;
}

#content .column02 .content h2 {
	font-size: 16px;
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d2d2d2;
}

#video-wrap {
	width: 380px;
	margin: 0 auto;
	text-align: center;
}

#videoInner {
	padding-top: 10px;
}

#videoInner h1 {
	margin-bottom: 6px;
	font-size: 18px;
	color: #ed1c24;
}

#video-player {
	border: 3px solid #969595;
}

#productVideos {
	
}

#productVideos h3 {
	margin-bottom: 20px;
	color: #ed1c24;
}

#productVideos h4 {
	width: 500px;
	margin-bottom: 12px;
	padding-bottom: 4px;
	font-size: 15px;
	border-bottom: 1px solid #d2d2d2;	
}

#productVideos h4.below {
	margin-top: 30px;
}

ul.productVideo li a {
	height: 16px;
	line-height: 16px;
	margin-bottom: 14px;
	padding-left: 22px;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	background: transparent url(../graphics/ui/icon_play.png) no-repeat;
}

ul.productVideo li a:hover {
	color: #ed1c24;
}

#content .column03 {
	width: 170px;
	min-height: 630px;
	margin: 20px 0 0;
	padding: 0;
	float: right;
}

/* @group Specs */

li a.current {
	color: red;
}

#overview td {
	padding-left: 4px;
}

#overview td.overviewTitle {
	color: #333333;
}


/* @end */

.product_pic_large {
	width: 420px;
	height: 300px;
}

.gallery_nav ul {
	text-align: center;
}

.gallery_nav li {
	list-style-type: none;
	display: inline;
	text-align: center;
}

.gallery_nav li.activeLI {
	
}

#slidebox {
	width: 170px;
	height: 442px;
	overflow: hidden;
	background-color: #efefef;
}

#slidebox li {
	height: 130px;
	margin-bottom: 10px;
}

.howto-nav ul {
	width: 568px;
	height: 80px;
	margin-left: 10px;
	display: block;
	clear: both;
}

.howto-nav li {
	padding: 10px 10px 0 0;
	display: block;
	float: left;
}

.howto-nav li.ui-tabs-selected {
	background-color: #444343;
}

.howto-nav li h2.method-title {
	padding: 10px 10px 4px;
	font-size: 1.3em;
	color: #ed1c24;
}

.howto-nav li h3.sub {
	width: 90px;
	height: 50px;
	padding: 0 10px;
	overflow: hidden;
	font-size: 1.1em;
	line-height: 1.1em;
}

.howto-nav li.ui-tabs-selected h3.sub {
	color: #e8e7e7;
}

.howto-nav li.ui-tabs-selected h2.method-title {
	color: #fff;
}

.method_copy {
	width: 538px;
	min-height: 440px;
	padding: 24px 20px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.bottom_cap {
	width: 580px;
	height: 32px;
	background: url(../graphics/ui/content_bottom_bg.png) 0 bottom no-repeat;
}

.method_copy ul {
	padding-top: 1em;
	border-top: 1px solid #d2d2d2;
}

.method_copy li {
	margin: 0 0 .75em 16px;
	list-style: square;
	list-style-position: inherit;
}

.method_copy h3 {
	margin-bottom: .35em;
	font-size: 1.3em;
	clear: both;
}

.details_nav_toggle {
	display: none;
}

.productInfo {
	width: 200px;
	margin: 0 0 6px 12px;
	clear: right;
}

.productInfo h4 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #d2d2d2;
}

#product_video, #product_pdf {
	height: 46px;
	margin-bottom: 10px;
	padding: 10px;
	border: 2px solid #e8e7e7;
}

#product_video li a {
	margin-bottom: 0;
}

#product_pdf a {
	height: 16px;
	line-height: 16px;
	padding-left: 22px;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	background: transparent url(../graphics/ui/icon_pdf.png) 0 0 no-repeat;
}

#product_pdf a:hover {
	color: #ed1c24;
}

#accordion h3 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px solid #d2d2d2;
}

#accordion h3 a:hover {
	color: #000;
}

.methodTitle {
	text-transform: uppercase;
	font-size: 12px;
}

.methodInfo {
	padding-bottom: 20px;
}

.methodInfo li {
	padding: 0 0 10px 14px;
	font-size: 12px;
	background: transparent url(../graphics/ui/bullet-line.png) 0 7px no-repeat;
}

.methodInfo li:last-child {
	padding-bottom: 0px;
}

ul.accordionLib {
	margin-left: 10px;
	padding-bottom: 30px;
}

ul.accordionLib li a {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	display: block;
}

ul.accordionLib li a {
	line-height: 28px;
	border-bottom: 1px dotted #d2d2d2;
}

ul.accordionLib li a.ui-state-active {
	color: #1a1a1a;
}

ul.accordionLib ul {
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px dotted #d2d2d2;
}

ul.accordionLib li li a {
	padding-left: 22px;
	line-height: 28px;
	font-weight: normal;
	font-size: 12px;
	border: none;
}

ul.accordionLib li li a:hover {
	font-weight: bold;
	color: #1a1a1a;
}

ul.videoLib li li a {
	background: transparent url(../graphics/ui/icon_play.png) 0 6px no-repeat;
}

ul.pdfLib li li a {
	background: transparent url(../graphics/ui/icon_pdf.png) 0 4px no-repeat;
}

ul.assembly_spares {
	width: 340px;
}

.assembly_row {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #d2d2d2;
}

.assembly_pic {
	width: 170px;
	text-align: center;
}

.assembly_pic img {
	border: 2px solid #d2d2d2;
}

.assembly_pic img:hover {
	border: 2px solid #969595;
}

ul.assembly_spares li {
	padding: 2px 0 4px 0;
	font-size: 11px;
	border-top: 1px dotted #d2d2d2;
}

ul.assembly_spares li.group {
	padding-bottom: 3px;
}

ul.assembly_spares li.assemblyPrice {
	height: 20px;
	margin-left: 120px;
	padding-top: 8px;
	overflow: hidden;
	border: none;
}

.assembly_type {
	width: 102px;
	padding: 3px;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 11px;
}

.assembly_info {
	width: 222px;
	padding-top: 3px;
	display: block;
	float: right;
	font-size: 12px;
	line-height: 15px;
}

/* @end */

/* @group Product Landing Pages */

#product_head {
	width: 538px;
	margin: 20px;
	clear: both;
}

#product_head p {
	margin-bottom: 17px;
	font-size: 12px;
	line-height: 17px;
}

#product_head .copy {
	width: 500px;
}

#product_head .copy h2 {
	font-size: 1.6em;
	margin-bottom: .85em;
	padding-bottom: .5em;
	border-bottom: 1px solid #d2d2d2;
	color: #424242;
}

#product_head .copy img {
	padding-bottom: 10px;
}

#product_head .copy .image_right {
	margin: 0 0 20px 20px;
	float: right;
	display: block;
}

#product_head .product_wrap {
	width: 240px;
	height: 126px;
	margin-bottom: 20px;
	padding: 10px;
	overflow: hidden;
	background: url(../graphics/ui/product_landing_bg.png) 0 0 no-repeat;
	cursor: pointer;
}

#product_head .product_wrap h3 {
	height: 20px;
	margin: 0 6px;
	line-height: 20px;
	font-size: 1.3em;
}

#product_head .product_wrap h3 a {
	color: #f02630;
}

#product_head .product_wrap.roll h3 a {
	color: #444343;
}

#product_head .product_wrap .photo {
	width: 240px;
	height: 110px;
	text-align: center;
}

#product_head #landingVideo {
	margin-bottom: 30px;
}

h3.lidscbrne {
	width: 331px;
	height: 42px;
	margin-bottom: 12px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../graphics/ui/lids_cbrne.png) 0 0 no-repeat;
}

.photoPreview {
	width: 100px;
	margin: 0 0 10px 10px;
	border: 3px solid #d2d2d2;
	display: inline-block;
}

.photoPreview img:last-child {
	margin-right: 0px;
}




/* @end */

/* @group Related Products */

#relatedWrap {
	width: 166px;
	border: 2px solid #d2d2d2;
}

#relatedProducts {
	width: 166px;
	height: 130px;
	text-align: center;
}

.relatedTitle {
	margin: 5px 10px;
	padding-bottom: 3px;
}

.relatedTitle a {
	font-size: 11px;
}

.relatedInner {
	width: 166px;
}

.relatedImage {
	width: 150px;
	padding: 0px 10px 10px 10px;
}

/* @end */

/* @group Page Titles */

.pageTitle {
	font-weight: bold;
	font-size: 22px;
	color: #ed1c24;
}

.pageTitleSmall {
	margin-left: 6px;
	font-weight: normal;
	font-size: 15px;
}

/* @end */

/* @group NSN */

ul#nsn {
	margin-top: 20px;
}

ul#nsn li {
	display: inline;
}

ul#nsn li a {
	width: 100px;
	height: 80px;
	padding: 36px 10px 10px;
	margin-right: 10px;
	display: block;
	float: left;
	overflow: hidden;
	background-color: #e8e7e7;
}

ul#nsn li#nsn01 a {
	background: url(../graphics/ui/nsn_1.png) 0 0 no-repeat;
	border: none;
}

ul#nsn li#nsn02 a {
	background: url(../graphics/ui/nsn_2.png) 0 0 no-repeat;
	border: none;
}

ul#nsn li#nsn03 a {
	background: url(../graphics/ui/nsn_3.png) 0 0 no-repeat;
	border: none;
}

ul#nsn li a .head {
	font-size: 1.2em;
	font-weight: bold;
	color: #7f7f7f;
}

ul#nsn li a:hover .head {
	color: #333;
}

/* @end */

/* @group Contact */

fieldset#contact_form_field {
	width: 488px;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #efefef;
	clear: both;
}

#contact_form_field label {
	clear: right;
}

fieldset#contact_form_field .contact-col01 {
	width: 230px;
	float: left;
}

fieldset#contact_form_field .contact-col02 {
	width: 230px;
	float: right;
}

fieldset#contact_form_field .line input {
	width: 228px;
}

fieldset#contact_form_field textarea {
	width: 228px;
	height: 100px;
	margin-bottom: 6px;
	overflow: hidden;
	clear: both;
}

fieldset#contact_form_field .line {
	padding-bottom: 2px;
	font-size: 1.2em;
	line-height: 1.5em;
}

fieldset#contact_form_field li {
	min-height: 44px;
	clear: both;
}

fieldset#contact_form_field li .col-left,fieldset#contact_form_field li .col-right {
	width: 105px;
	float: left;
}

fieldset#contact_form_field li .col-left input,fieldset#contact_form_field li .col-right input {
	width: 105px;
}

fieldset#contact_form_field li .col-right {
	margin-left: 16px;
}

button.submit_form {
	width: 90px;
	height: 20px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
	background: url(../graphics/ui/button_submit.png) 0 0 no-repeat;
}

button.submit_form:hover {
	background-position: 0 -20px;
}

button.submit_form:active {
	background-position: 0 -40px;
}

#email a {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
}

#email a:hover {
	color: #ed1c24;
}

/* @end */

/* @group Quote Checkout */

#quoteCheckout table {
	width: 100%;
	margin-top: 20px;
}

#quoteCheckout {
	font-size: 12px;
	line-height: 12px;
}

#quoteCheckout th {
	height: 26px;
	color: #cac9c9;
	background-color: #333333;
	line-height: 26px;
}

#quoteCheckout tr {
	
}

#quoteCheckout td {
	padding: 6px 0;
	border-top: 1px solid #d2d2d2;
}


.checkoutAdd a, .checkoutDecrease a {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
}

.checkoutAdd a {
	float:  left;
	background: transparent url(../graphics/ui/button_add.png) 0 0 no-repeat;
}

.checkoutAdd a:hover, .checkoutDecrease a:hover {
	background-position: 0px -12px;
}

.checkoutDecrease a {
	float:  left;
	background: transparent url(../graphics/ui/button_remove.png) 0 0 no-repeat;
}

.checkoutQty {
	width: 26px;
	display: inline-block;
	float:  left;
	text-align: center;
	font-weight: bold;
}

#checkoutTotal {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;
}

/* @end */

/* @group Quote Builder */

#currentQuote {
	width: 150px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #e8e7e7;
	border-bottom: 2px solid #969595;
}

#currentQuote a {
	font-size: 12px;
}

.currentTitle {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
}

.currentRow {
	padding: 5px 0;
	border-top: 1px solid #d2d2d2;
}

.currentRemove {
	margin: 2px 6px 0 0;
}

#currentAction {
	padding-top: 10px;
	border-top: 1px solid #d2d2d2;
}

.buttonRemove a {
	width: 12px;
	height: 12px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(../graphics/ui/button_remove.png) 0 0 no-repeat;
}

.buttonRemove a:hover {
	background-position: 0px -12px;
}

.buttonRemove a:active {
	background-position: 0px -24px;
}

#currentQuote li:last-child {
	border-bottom: 1px solid #d2d2d2;
}

.jFlowPrev, .jFlowNext {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

.jFlowPrev {
	margin: 0 0 8px 8px;
	background: transparent url(../graphics/ui/button_prev.png) 0 0 no-repeat;
}

.jFlowNext {
	margin: 0 8px 8px 0;
	background: transparent url(../graphics/ui/button_next.png) 0 0 no-repeat;
}

.jFlowPrev:hover, .jFlowNext:hover {
	background-position: 0px -16px;
}

.jFlowPrev:active, .jFlowNext:active {
	background-position: 0px -32px;
}

.quoteSummary {
	width: 280px;
	height: 300px;
	margin-bottom: 10px;
}

/* @end */

/* @group Footer */

#footer {
	width: 100%;
	height: 60px;
	margin: 0;
	position: relative;
	background: url(../graphics/ui/footer_bg.png) 0 0 repeat-x;
	background-color: #444343;
}

#footer .wrap {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
	color: #a4a4a4;
}

.clearfooter {
	height: 60px;
	clear: both;
}

/* @end */

/* @group Ajax Contact */

#success,#msg,#hiddenDIV,#sending {
	display: none;
	position: absolute;
	width: 232px;
	padding: 5px;
	text-align: left;
	color: #222;
	line-height: 15px;
	font-size: 11px;
}

#sending {
	background: #fc9;
	border: 1px solid #973;
	z-index: 14;
}

#success {
	background: #9f9;
	border: 1px solid #393;
	z-index: 15;
}

#msg {
	background: #f99;
	border: 1px solid #933;
	z-index: 15;
}

fieldset#contact_form_field li #msg li {
	min-height: 10px;
	height: 15px;
}

/* @end */

/* @group Paginate */

.pagination-links {
	margin: 0;
	padding: 0;
	float: right;
}

.pagination-links-wrap {
	padding: 5px;
}

.pagination-links ul {
	margin-left: 0;
	padding-left: 0;
	float: right;
	position: absolute;
	right: 42px;
}

.pagination-links li a {
	width: 21px;
	height: 20px;
	margin-right: 3px;
	padding: 0;
	line-height: 20px;
	text-align: center;
	display: block;
	float: left;
	border: none;
	background: transparent url(../graphics/button_pagination_bg.png) 0 0 no-repeat;
}

.pagination-links ul a {
	padding: 0;
}

.pagination-links b {
	margin: 0;
	padding: 0;
}

.pagination-links li.first a {
	width: 21px;
	height: 20px;
	margin-right: 3px;
	display: block;
	border: none;
	overflow: hidden;
	text-indent: -999em;
	background: transparent url(../graphics/button_first.gif) 0 0;
}

.pagination-links li.last a {
	width: 21px;
	height: 20px;
	margin-left: 3px;
	display: block;
	border: none;
	overflow: hidden;
	text-indent: -999em;
	background: transparent url(../graphics/button_last.gif) 0 0;
}

.pagination-links li.first a:hover, .pagination-links li.last a:hover {
	background-position: 0 -20px;
}

.pagination-links .next a {
	width: 21px;
	height: 20px;
	margin-left: 3px;
	display: block;
	border: none;
	overflow: hidden;
	text-indent: -999em;
	background: transparent url(../graphics/button_next.gif);
}

.pagination-links .prev a {
	width: 21px;
	height: 20px;
	margin-right: 3px;
	display: block;
	border: none;
	overflow: hidden;
	text-indent: -999em;
	background: transparent url(../graphics/button_prev.gif);
}

.pagination-links a:hover {
	background: transparent url(../graphics/button_pagination_bg.png) 0 -20px no-repeat;
}

.pagination-links li.current {
	margin: 0 2px;
	color: #fff;
	border: none;
	background: transparent url(../graphics/button_pagination_bg.png) 0 -40px no-repeat;
}

.pagination-links li.num {
	margin: 0 2px;
}

/* @end */

/* @group Search Results */

ul#search_results {
	margin: 10px 0;
	padding-top: 20px;
	font-size: 12px;
	border-top: 1px solid #d2d2d2;
}

.column02 .wrap .onecol ul#search_results li a {
	width: 100%;
	height: 20px;
	padding-left: 12px;
	line-height: 20px;
	display: block;
	background-position: 0px 9px;
}

ul#search_results li a:hover,ul.search_results li.odd a:hover {
	background-color: #e2e2e2;
}

ul#search_results li.odd a {
	background-color: #f8f8f8;
}

/* @end */

/* @group 404 */

#fourofour {
	padding-top: 30px;
}

#fourofour h1 {
	margin-bottom: 6px;
	font-size: 36px;
}

#fourofour h2 {
	margin-bottom: 20px;
}

/* @end */

/* @group Products */

#productsWrap {
	width: 580px;
}

#productsTitle {
	width: 580px;
	height: 40px;
	background: transparent url(../graphics/ui/bg_dot_dark.png) repeat;
}

#productsTitle h1 {
	padding: 12px 0 0 20px;
	font-size: 20px;
	color: #fff;
}

#productsShowcase {
	width: 580px;
	height: 270px;
	overflow: hidden;
	border-bottom: 2px solid #969595;
	background-color: #444243;
}

#productsPicture {
	width: 300px;
	height: 230px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

#productsPictureModel img {
	position: absolute;
	top:  50%;
}

#productsSpecs {
	width: 280px;
	height: 230px;
	position: relative;
	background-color: #e8e7e7;
}

#productsSpecs h2 a {
	width: 220px;
	height: 21px;
	margin: 0;
	padding: 0 10px;
	display: block;
	font-size: 12px;
	line-height: 21px;
	background:transparent url(../graphics/ui/button_showmodels.png) 0 0 no-repeat;
}

#productsSpecs h2 a:hover, #productsSpecs h2 a.selected {
	color: #000;
	background-position: 0px -21px;
}

#productsInner {
	padding: 10px;
}

#specs table {
	margin-top: 10px;
	font-size: 12px;
}

#specs td {
	height: 19px;
	line-height: 19px;
}

#specs td .dmn {
	width: 50px;
	display: block;
	float: left;
}

td.info {
	padding-right: 8px;
	font-size: 11px;
	font-weight: bold;
}

#price {
	padding: 6px 0;
	text-align: center;
}

#descriptionColumn {
	padding: 20px 0;

}

#descriptionColumn h2 {
	margin-bottom: 17px;
	padding-bottom: 9px;
	font-size: 16px;
	line-height: 16px;
	border-bottom: 1px solid #d2d2d2;
}

#descriptionColumn p {
	width: 520px;
	font-size: 12px;
	margin-bottom: 17px;
}

h3.navInfo {
	font-size: 12px;
	line-height: 14px;
}

/* @end */

/* @group Fancybox */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 5000;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../graphics/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../graphics/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 5001;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../graphics/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../graphics/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../graphics/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../graphics/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../graphics/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../graphics/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../graphics/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../graphics/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../graphics/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../graphics/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../graphics/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../graphics/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../graphics/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../graphics/fancybox/fancy_title_right.png) repeat-x;
}

/* @end */

/* @group Alert */

#alert {
	height: 117px;
	margin-bottom: 20px;
	background: #e8e7e7 url(../graphics/ui/bg_home_alert.png) repeat-x;
}

#alert h3 {
	margin: 10px 0 20px 0;
	font-size: 20px;
	display: block;
	color: #fff;
}

#alert p {
	width: 500px;
	line-height: 18px;
	font-size: 14px;
}

#alert a {
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
}

#alert a:hover {
	color: #E5001C;
}

#alert img {
	padding: 0 50px 0 36px;
}

#alert .links {
	padding: 50px 0 0 20px;
}

#alert .links a {
	margin-bottom: 7px;
	padding: 3px 8px;
	display: block;
	font-size: 14px;
	color: #fff;
	border: none;
	background-color: #E5001C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#alert .links a:hover {
	background-color: #BC0116;
}

/* @end */