/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background-color: #efefef;
	/*border-top: 5px solid #0066CC; ------Blue line at top of page*/
	color: #333;
	font-size: 11px;
	padding: 0;
}
/* anchors
----------------------------------------------- */
a {
	color: #06C;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	color:#f60;

}
/* 960 grid system container background
----------------------------------------------- */
.container_12, .container_16 {
	/* background:#fff;*/
	width:974px;

}

#main_content{ 
	min-height:500px;
	_height:500px;/* IE 6*/
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	font-weight:normal;
}

h1	{
	font-family:'Myriad Web Pro', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana;
	font-size:24px;
	color:#0066cc;
	margin:.3em 0px .3em 4px;
	border-bottom:1px dotted #ccc ;
}

h2 {
	color:#444;
	font-size:14px;
	font-weight:bold;
	margin:.5em .6em;
}

h2.backShadow {
	width:275px;
	background:url("../img/mainTableheader.jpg") repeat-x scroll left bottom transparent;
	padding:5px;
	border-bottom:1px solid #CCC;
	text-transform:uppercase;
	font-size:13px;
}

h3
{
	font-size: 12px;
	color:#444;
	font-weight:700;
	margin:.5em .8em;
}

h4
{
	font-size: 12px;
	color:#23497c;
	margin:.5em 1em;
}

h5 {
	font-size: 12px;
	color:#89bb62;
	margin:.5em 1em;
}

h6 {
	font-size:8px;
	text-transform:uppercase;
	font-family:inherit;
}

h1 a {
	font-weight:normal;
}


/* top branding amd logo 
----------------------------------------------- */
#freezetop {
	position:fixed;
	top:0;
	left:50;
	height:100px;
	margin-left:2px;
	*margin-left:-2px;
	z-index:900;
}
	

#branding {
	background: transparent url(../img/branding-bg.jpg) no-repeat;
	height:75px;
	width:974px
}
#logo {
	float:left;
	width:450px;
	
	padding:12px 50px 3px 10px;
	_padding-left:10px;
}


/* boxes
----------------------------------------------- */
.box {
	background:transparent; /*removed default color - #ddd;*/
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box-nopad {
	background:transparent; /*removed default color - #ddd;*/
	margin:0px;
	padding:0px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#0066cc;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a, .box h2 a.visible {
	color:#fff;
	background:#0066cc url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}
.box h2 a.hidden, .box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#94BDE9;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}
/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin:.85em 1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}

ul.nobullet li {
	list-style-type:none;
	margin-left:10px;
}

ul.chevron{
list-style-type:none;
margin-left:10px;

}
ul.chevron li {	
	margin-left:0px;
	margin-top:3px;
	background: url(/common_2010/img/product-lp/double-arrow.gif) 0 .50em no-repeat; /*custom bullet list image*/
	display: block;
	padding-left: 12px;
}

ul.pdf{
list-style-type:none;
margin-left:10px;
}
ul.pdf li {	
	margin-left:0px;
	margin-top:3px;
	background: url(/common_2010/img/icons/pdf-12px.gif) 0 .15em no-repeat;/*custom bullet list image*/
	display: block;
	padding-left: 15px;
}

/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px dotted #CCC;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}
/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}
/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active, ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* definition list - copied over from current site
----------------------------------------------- */
.faqlist dl {
	margin-left:10px;
}

.faqlist dd{ 
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
line-height:150%;
margin:0 40px;
padding-bottom:0;
}

.faqlist dt {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/common_2010/img/switch_plus.gif) no-repeat scroll 0.5em 0.2em;
height:auto;
line-height:150%;
margin:15px 5px 0;
padding-bottom:5px;
padding-left:35px;
}

/* site information
----------------------------------------------- */
#site_info .box {
	color:#ccc;
	background:#efefef;
	margin-bottom:10px;
	margin-top:10px;
	border-top:1px #333 dotted;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}

/* Accordion
----------------------------------------------- */
.toggler {
	color: #222; margin: 0;	
	padding: 2px 5px; 
	background: #eee;	
	border-bottom: 1px solid #ddd;	
	border-right: 1px solid #ddd; 
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 { margin: 0; padding:4px;line-height:1.2em;
}
.element p {
	margin: 0; padding: 4px;
}
.float-right {padding:10px 20px; float:right;
}
#accordian-block {padding-bottom:10px;
}

/* Generic Content Classes */
.footnote { color:#888; font-size:0.9em; margin:10px 0 10px 5px;}
.note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted;}
.important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
.warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}
.float_left { float: left; display:inline; margin-right: 5px; margin-bottom: 0.15em;  }
.float_right { float: right; display:inline; margin-left: 5px; margin-bottom: 0.15em;  }
.center { text-align:center; margin: 0.5em auto }
.padLeft5 		{ padding-left: 5px; }
.padLeft10 		{ padding-left: 10px; }
.padLeft15 		{ padding-left: 15px; }
.padLeft25 		{ padding-left: 25px; }
.padRight5 		{ padding-right: 5px; }
.padRight10 	{ padding-right: 10px; }
.padRight15 	{ padding-right: 15px; }
.padRight25 	{ padding-right: 25px; }
.padRight30 	{ padding-right: 30px; }
.padTop5 		{ padding-top: 5px; }
.padTop10 		{ padding-top: 10px; }
.padTop15 		{ padding-top: 15px; }
.padTop25 		{ padding-top: 25px; }
.padTop30 		{ padding-top: 30px; }
.padTop35 		{ padding-top: 35px; }
.padBottom5 	{ padding-bottom: 5px; }
.padBottom10 	{ padding-bottom: 10px; }
.padBottom15 	{ padding-bottom: 15px; }
.padBottom25 	{ padding-bottom: 25px; }


/*Image Border*/
img.border {
			display: block;
			margin:10px;
			padding:8px;
			border:solid;
			border-color: #DDD #AAA #AAA #DDD;
			border-width: 1px 2px 2px 1px;
			background-color:white;
}

/* Model page button & utilities sprites
----------------------------------------------- */
#product_top{

   background-image:url(/common_2010/img/shell/modelTopbg.jpg);
	 background-position:top;
	 background-repeat:no-repeat;
	/* margin-left:5px;*/
	 width:960px;
}

#prod_container_left{
	width:480px;
	height:325px; 
	_width:460px;/*IE 6*/
}

.buy_product{
	margin-top:52px;
	margin-left:2px;
	width:180px; 
 	height:200px; 
 	float:right; 
}

.product-image{
	float:left;
	margin-top:22px;
	margin-left:40px;
	width:225px;
	_margin-left:0px;/*IE 6*/
	_padding-left:25px;/*IE 6*/
}

.prod_thumbs{
	float:left;
	width:220px;
	margin-left:40px;
	_margin-left:10px;
}
.prod_thumbs img{border:1px solid #AAA}

.prod_thumbs img:hover{border:1px solid #06C;}

.prod_awards {
	margin: 5px 0 5px 30px;
	height:100px;
}

.model_description {
	font-weight:bold;
	color:#333;
	font-size:14px;
	padding-bottom:5px;
	
}
.product-bullets ul {
	margin:10px 0;
}

.product-bullets li {
	margin-left:50px;
	padding-bottom:10px;
	line-height:1.4em;
	list-style-type:none;
	list-style-image:url(/common_2010/img/bg-alt-li.gif);
	padding-left:5px;
	font-size:12px;
}

.prodbuttons{
	margin-top:30px;
	_padding-left:20px;
}
	
.prodbuttons li {
	list-style-type:none;
	margin-left:0;
	margin-top:10px;
}
.prodbuttons li a {
	background-image:url(/common_2010/img/shell/model-button-sprite.gif);
	background-repeat:no-repeat;
	display: block;
	height: 29px;
	text-indent:-9999px;

}
.prodbuttons li a.pricecheck {
	background-position:0px 0px;
}
.prodbuttons li a:hover.pricecheck {
	background-position:0px -29px;
}
.prodbuttons li a.picklist_btn {
	background-position:0px -58px;
}
.prodbuttons li a:hover.picklist_btn {
	background-position:0px -87px;
}
.prodbuttons li a.livechat {
	background-position:0px -116px;
}
.prodbuttons li a:hover.livechat {
	background-position:0px -145px;
}
.prodbuttons li a.emailus {
	background-position:0px -232px;
}
.prodbuttons li a:hover.emailus {
	background-position:0px -261px;
}

/*Spanish Model Page Buttons*/
.prodbuttons_es{
	margin-top:30px;
	_padding-left:20px;
}
	
.prodbuttons_es li {
	list-style-type:none;
	margin-left:0;
	margin-top:10px;
}
.prodbuttons_es li a {
	background-image:url(/common_2010/img/shell/model-button-sprite_es.gif);
	background-repeat:no-repeat;
	display: block;
	height: 29px;
	text-indent:-9999px;

}
.prodbuttons_es li a.pricecheck {
	background-position:0px 0px;
}
.prodbuttons_es li a:hover.pricecheck {
	background-position:0px -29px;
}
.prodbuttons_es li a.picklist_btn {
	background-position:0px -58px;
}
.prodbuttons_es li a:hover.picklist_btn {
	background-position:0px -87px;
}
.prodbuttons_es li a.livechat {
	background-position:0px -116px;
}
.prodbuttons_es li a:hover.livechat {
	background-position:0px -145px;
}
.prodbuttons_es li a.emailus {
	background-position:0px -232px;
}
.prodbuttons_es li a:hover.emailus {
	background-position:0px -261px;
}

/*Russian Model Page Buttons*/
.prodbuttons_ru{
	margin-top:30px;
	_padding-left:20px;
}
	
.prodbuttons_ru li {
	list-style-type:none;
	margin-left:0;
	margin-top:10px;
}
.prodbuttons_ru li a {
	background-image:url(/common_2010/img/shell/model-button-sprite_ru.gif);
	background-repeat:no-repeat;
	display: block;
	height: 29px;
	text-indent:-9999px;

}
.prodbuttons_ru li a.pricecheck_ru {
	background-position:0px 0px;
}
.prodbuttons_ru li a:hover.pricecheck_ru {
	background-position:0px -29px;
}
.prodbuttons_ru li a.picklist_btn {
	background-position:0px -58px;
}
.prodbuttons_ru li a:hover.picklist_btn {
	background-position:0px -87px;
}
.prodbuttons_ru li a.livechat {
	background-position:0px -116px;
}
.prodbuttons_ru li a:hover.livechat {
	background-position:0px -145px;
}
.prodbuttons_ru li a.emailus {
	background-position:0px -232px;
}
.prodbuttons_ru li a:hover.emailus {
	background-position:0px -261px;
}

.utility_list{
	float:right;
	width:150px;
	margin-right:15px;
	margin-top:20px;
	_margin-right:15px;
}
	
.prod_utilities li {
	list-style-type:none;
	margin-left:10px;
	float:left;
}
.prod_utilities li a {
	background-image:url(/common_2010/img/shell/model-button-sprite.gif);
	background-repeat:no-repeat;
	width:22px;
	height:17px;
	display: block;
	text-indent:-9999px;

}

.prod_utilities li a.util_share {
	background-position:0px -290px;
}
.prod_utilities li a:hover.util_share {
	background-position:0px -309px;
}
.prod_utilities li a.util_twitter {
	background-position:0px -330px;
}
.prod_utilities li a:hover.util_twitter {
	background-position:0px -350px;
}
.prod_utilities li a.util_pdf {
	background-position:0px -370px;
}
.prod_utilities li a:hover.util_pdf {
	background-position:0px -392px;
}
.prod_utilities li a.util_email {
	background-position:0px -410px;
}
.prod_utilities li a:hover.util_email {
	background-position:0px -429px;
}

a.checkprice {
	color:#06C;
	font-size:11px;
	background: transparent url(/common_2010/img/checkprices-sm.gif) 0 0.2em no-repeat;
	padding-left: 15px;
	text-align:left;
	display:block;
}
a.picklist {
	color:#06C;
	font-size:11px;
background: transparent url(/common_2010/img/addtopicklist-sm.gif) 0 0.2em no-repeat;
	padding-left: 15px;
	text-align:left;
	display:block;
}
a.help:link, a.help:visited { background:transparent url(/common_2010/img/icons/question_icon.gif) 0 6px no-repeat; padding-left:15px; display:block; } 

a.pdf {
	background: transparent url(/common_2010/img/icons/pdf-12px.gif) 0 0.15em no-repeat;
	padding-left: 15px;
	text-align:left;

}

a.chat {
	background: transparent url(/common_2010/img/chat-double.gif) 0 0.15em no-repeat;
	padding-left: 15px;
	text-align:left;

}

a.newproduct {
	background: transparent url(/common_2010/img/shell/new-products.gif) 0 0.08em no-repeat;
	padding-left: 19px;
	text-align:left;

}

a.specialpromo {
	background: transparent url(/common_2010/img/shell/orange-dollar-sign.gif) 0 0.12em no-repeat;
	padding-left: 18px;
	text-align:left;

}

.more-info {
	background:transparent url(/common_2010/img/product-lp/double-arrow.gif) no-repeat scroll 100% 7px;
	display:block;
	float:left;
	padding:0 12px 0 0;
}

.rounded-container{
	margin-left:10px;
	margin-right:10px;
	background: #fff;
	border: #ccc solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.checkpricenow {
display:block;
width: 100px;
height:15px;
text-indent:-9999px;
background-image:url(/common_2010/img/price-actions-sprite.gif);
background-repeat:no-repeat;
background-position:0px 0px;
margin-top:5px;
margin-bottom:5px;
}



/*Buttons used for pricing/picklist on series page */
a.checkpricenow:hover { 
background-position: 0 -15px;
}

a.addpicklistnow {
display:block;
width: 100px;
height:15px;
text-indent:-9999px;
background-image:url(/common_2010/img/price-actions-sprite.gif);
background-repeat:no-repeat;
background-position:0px -30px;
}

a.addpicklistnow:hover { 
background-position: 0 -45px;
}

a.addpicklistnow_es {
display:block;
width: 100px;
height:15px;
text-indent:-9999px;
background-image:url(/common_2010/img/price-actions-sprite_es.gif);
background-repeat:no-repeat;
background-position:0px -30px;
}
a.addpicklistnow_es:hover { 
background-position: 0 -45px;
}

a.addpicklistnow_ru {
display:block;
width: 109px;
height:15px;
text-indent:-9999px;
background-image:url(/common_2010/img/price-actions-sprite_ru.gif);
background-repeat:no-repeat;
background-position:0px -30px;
}

a.addpicklistnow_ru:hover { 
background-position: 0 -45px;
}


/* BUTTON STYLING *****************************/

div.clearbutton {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 1px;
}
/* GLOBAL BLUE BUTTON *****************************/
a.GlobalBlueButton span {
	background: transparent url('/common_2010/img/shell/button_left_blue.png') no-repeat 0 0;
	display: block;
	line-height: 18px;
	padding: 2px 2px 2px 10px;
	color: #fff;
}
a.GlobalBlueButton {
	background: transparent url('/common_2010/img/shell/button_right_blue.png') no-repeat top right;
	display: block;
	float: left;
	height: 23px;
	padding-right: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	

}
a.GlobalBlueButton:hover span {
	background-position: 0 -22px;
	color: #fff;
}
a.GlobalBlueButton:hover {
	background-position: right -22px;
}

/* GLOBAL ORANGE BUTTON *****************************/
a.GlobalOrangeButton span {
	background: transparent url('/common_2010/img/shell/button_left_orange.png') no-repeat 0 0;
	display: block;
	line-height: 18px;
	padding: 2px 2px 2px 10px;
	color: #fff;
}
a.GlobalOrangeButton {
	background: transparent url('/common_2010/img/shell/button_right_orange.png') no-repeat top right;
	display: block;
	float: left;
	height: 23px;
	padding-right: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
a.GlobalOrangeButton:hover span {
	background-position: 0 -22px;
	color: #fff;
}
a.GlobalOrangeButton:hover {
	background-position: right -22px;
}

#print-header{
	display:none;
}

#bottom-print{
	display:none;
}