/*
note: the width is defined by javascript
*/
table.vt_pricetable {
    border:1px solid #ccc;
    border-collapse:collapse;
    width:100%;
    margin:6px 0px;
}
table.vt_pricetable th.secondary_col {
    background-color:#fdd;
}
table.vt_pricetable th.primary_row {
    background-color:#ddf;
}
table.vt_pricetable th.primary_secondary {
    background-color:#fcf;
}
table.vt_pricetable th, table.vt_pricetable td {
    padding:4px;
}

/* overwrite styles.css */
.page-head, .page-head-alt
{
    background: none;
}
.box-collateral
{
    background: none;
    margin-top : 18px;
}
.box-collateral .box-title
{
  margin-bottom : 8px;
}
.box-collateral ul.products-grid li.item img
{
  margin-left : 16px;
}

/* for pretty photo */
div.pp_inline div.pp_vt_fix
{
	margin-left:0;
}

/* viewer tool notext */
div#viewerToolNotext
{
}
div#viewerToolNotext dt label
{
  color : #111;
}
div#viewerToolNotext dt label em
{
  color : red;
}
div#viewerToolNotext dd
{
  padding-right : 20px;
}
div#viewerToolNotext dd.error
{
  background : url(../images/icon_error.gif) no-repeat scroll 100% 6px transparent;
}
div#viewerToolNotext dd.error select
{
  background: none repeat scroll 0 0 #FFF7F5 !important;
  border: 1px solid #F47D4E !important; 
}

/* viewer tool standard */
div#viewerToolStandard
{
}

div#viewerToolStandard div#vt_canvas
{
	width: 515px;
	height: 81px;
	background-color: #fff;
	border: 1px solid black;
	overflow: hidden;
  clear : both;
}

div#viewerToolStandard a#vt_viewLarge
{
	text-align : center;
	display : block;
	width : 70px;
	padding : 2px 6px;
	border : 1px solid #333;
	background-color : #fff;
	text-decoration : none;
	position : absolute;
	margin : -1px 0 0 432px;
}

div#viewerToolStandard #vt_lines a.popup,
div#viewerToolStandard #vt_lines a.thickness,
div#viewerToolStandard #vt_lines a.height,
div#viewerToolStandard #vt_lines a.vtInfoLink,
div#viewerToolStandard #vt_lines span.vtInfo
{
	font-size : 10px;
}

div#viewerToolStandard div#vt_canvasInner
{
	width: 100%;
	height: 100%;
}

div#viewerToolStandard div#vt_statusPanel
{
  margin: 2px 0 4px;
  font-size: 11px;
  text-align:right;
  float: right;
  width: 515px;
}

div#viewerToolStandard div#vt_textAlign
{
  display: none;
  margin: 0;
  text-align : left;
  float: left;
}
div#viewerToolStandard div#vt_textAlign a
{
  border: 1px solid #ccc;
  background-color: #cfcfcf;
  cursor: pointer;
  padding : 2px 8px;
  margin : 0 2px;
  background-repeat : no-repeat;
}
div#viewerToolStandard div#vt_textAlign a.Left
{
  background-image : url(../images/text_align_left.png);
}
div#viewerToolStandard div#vt_textAlign a.Center
{
  background-image : url(../images/text_align_center.png);
}
div#viewerToolStandard div#vt_textAlign a.Right
{
  background-image : url(../images/text_align_right.png);
}
div#viewerToolStandard div#vt_textAlign a.selected,
div#viewerToolStandard div#vt_textAlign a:hover,
div#viewerToolStandard div#vt_textAlign a:active
{
	background-color: #fefefe;
}

div#viewerToolStandard div#vt_lines div.vt_line
{
	width: 503px;
	border: 1px dotted #999;
	background-color: #dfdfdf;
	margin: 2px 0;
	padding: 6px;
  line-height: 14px;
}
div#viewerToolStandard div#vt_lines div.vt_line.vt_lineError
{
	background-color: #fdd;
	border: 1px solid #c99;
}
div#viewerToolStandard div#vt_lines div.vt_line a.vt_lineRemove
{
	display: block;
	text-align: right;
	text-decoration: none;
	margin-bottom: 4px;
}
div#viewerToolStandard div#vt_lines div.vt_line a.vt_lineRemove img
{
	border: none;
}
/*
div#viewerToolStandard div#vt_lines div.vt_line select,
div#viewerToolStandard div#vt_lines div.vt_line input
{
	width: 140px;
}
div#viewerToolStandard div#vt_lines div.vt_line input
{
  height : 20px;
}
div#viewerToolStandard div#vt_lines div.vt_line .fixWidth
{
  width : auto;
}
*/
div#viewerToolStandard div#vt_lines div.vt_line dt
{
	float: left;
  clear : left;
	text-align: right;
	width: 80px;
}
div#viewerToolStandard div#vt_lines div.vt_line dd
{
	float: left;
	margin-left: 6px;
	padding: 0;
  border : none;
}
div#viewerToolStandard div#vt_lines div.vt_line dl.vt_lineText
{
	float: left;
	width: 52%;
}
div#viewerToolStandard div#vt_lines div.vt_line dl.vt_lineText select
{
  width : 170px;
}
div#viewerToolStandard div#vt_lines div.vt_line dl.vt_lineOptions
{
	float: left;
	margin-left: 6px;
	width: 46%;
}
div#viewerToolStandard div#vt_lines div.vt_line select
{
  width : 140px;
}
div#viewerToolStandard div#vt_lines div.vt_line dl.vt_lineOptions input
{
  width : 125px;
}
div#viewerToolStandard div#vt_lines div.vt_line dl.vt_lineOptions .fixWidth
{
  width : auto;
}
div#viewerToolStandard div#vt_lines div.vt_line p.vt_lineError
{
  color : #c00;
  font-weight : bold;
}

div#viewerToolStandard a#vt_addLine
{
	text-decoration: none;
	display: block;
  padding: 0;
  margin: 0 3px 0 0;
	width:120px;
  float: right;
  clear: right;
  color : #fff;
}
div#viewerToolStandard a#vt_addLine span
{
  margin: 0;
  display: block;
  text-align:center;
  padding:3px 8px;
  border:1px dotted #666;
  background-color:#999;
  font-size:11px;
  font-weight:bold;
  float:right;
}


/* viewer tool street signs */
/* based off standard, just classes with 'streetsigns' */
div#viewerToolStandard.streetsigns
{  
}
div#viewerToolStandard.streetsigns div#vt_canvas
{
  border : none;
  overflow : none;
  text-align : center;
  background-color : #fff; /* background will be changed */
  border : 7px solid #fff; /* color will be changed */
  -moz-border-radius : 12px;
  -webkit-border-radius : 12px;
  border-radius: 12px;
  -moz-box-shadow : 4px 4px 8px #333;
  -webkit-box-shadow : 4px 4px 8px #333;
  box-shadow: 4px 4px 8px #333;  
  margin : 0 auto 18px auto;
  position : relative;
  /*behavior : url(PIE.htc);*/
}
div#viewerToolStandard.streetsigns div#vt_canvasWrap
{
  margin : 0 auto 18px auto;
  padding : 7px; /* acts like border */
  -ms-filter : "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=15)"; /* IE8+ */
  filter : progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=15); /* IE7 and below */
}
div#viewerToolStandard.streetsigns div.vt_line span.characters
{
  color : #666;
}
div#viewerToolStandard.streetsigns div#vt_canvas img.endingImage
{
  margin-left : 8px;
}


/* viewer tool compacted */
div#viewerToolCompacted
{
  border : 1px solid #ccc;
  background-color : #eee;
  padding : 8px;
}
div#viewerToolCompacted div.vt_line
{
  float : left;
  width : 155px;
  padding : 2px;
  margin-left : 12px;
}
div#viewerToolCompacted div.vt_line.first
{
  margin-left : 0;
}
div#viewerToolCompacted div.vt_line .vtInfo,
div#viewerToolCompacted div.vt_line a.vtInfoLink
{
  font-size : 10px;
}
div#viewerToolCompacted div.vt_line .fixWidth
{
  width : auto;
}
div#viewerToolCompacted div.vt_line.vt_lineError
{
  background-color : #fcc;
}
div#viewerToolCompacted div.vt_line p.vt_lineError
{
  color : #c00;
  font-weight : bold;
}
div#viewerToolCompacted div.vt_line div.vt_canvas
{
  height : 120px;
  background-color : #fff;
  border : 1px solid #ccc;
  text-align : center;
  position : relative;
  margin-top : 8px;
}
div#viewerToolCompacted div.vt_line div.vt_canvas img
{
  position : absolute;
  bottom : 0;
}
div#viewerToolCompacted div.vt_line dt
{
  padding : 0;
  margin : 8px 0 0;
}
div#viewerToolCompacted div.vt_line dd
{
  border-bottom : none;
  padding : 0;
  margin : 0 0 10px;
}
div#viewerToolCompacted div.vt_line dd a
{
  font-size : 11px;
}
div#viewerToolCompacted div.vt_line dd div.crystals_selection
{
  width : 30px;
  float : left;
  margin-left : 8px;
}
div#viewerToolCompacted div.vt_line dd div.crystals_selection.first
{
  margin-left : 0;
}
div#viewerToolCompacted div.crystals_selection p
{
  text-align: center;
  color: #AAA;
}
div#viewerToolCompacted div.vt_line dd div.crystals_selection a
{
  width : 30px;
  height : 30px;
  display : block;
  border : 1px solid #CCC;
}
div#viewerToolCompacted div.vt_line dd div.crystals_selection a img
{
  border : none;
  width : 30px;
  height : 30px;
}


/* viewer tool mother of all */
div#viewerToolMother {}
div#viewerToolMother #vt-canvas, 
div#viewerToolMother #vt-canvas-hidden
{ 
  float : left; 
  border : 1px solid #333; 
  background-color : #fff; 
  width : 640px; 
  height : 480px; 
}
div#viewerToolMother #vt-canvas-hidden
{
  display : none;
}
div#viewerToolMother #vt-options 
{ 
  float : left; 
  margin-left : 18px; 
  width : 225px;
}
div#viewerToolMother #vt-options dl 
{ 
  border : 1px solid #ccc; 
  padding : 8px; 
}
div#viewerToolMother #vt-options dt.header 
{ 
  font-size : 14px; 
  font-weight : bold; 
  margin-bottom : 12px; 
}
div#viewerToolMother #vt-options dt 
{ 
  font-size : 13px; 
}
div#viewerToolMother #vt-options dt.vt-options-header 
{
  background : none;
}
div#viewerToolMother #vt-options dt.vt-options-header a 
{ 
  text-decoration : none; 
  float : right; 
}
div#viewerToolMother #vt-options dt.vt-options-header span 
{ 
  font-weight : normal; 
}
div#viewerToolMother #vt-options dd 
{ 
  margin : 0 0 12px 0; 
  padding : 4px 0; 
}
div#viewerToolMother #vt-options dd a
{
  text-decoration : none;
}
div#viewerToolMother #vt-options dd .slider 
{ 
  border-top : 1px solid #ccc; 
  width : 120px; 
  position : relative; 
}
div#viewerToolMother #vt-options dl.vt-options-elements dd 
{ 
  margin : 0; 
  border-top : 1px solid #ccc; 
  background-color : #eee; 
  padding : 4px; 
}
div#viewerToolMother #vt-options dl.vt-options-elements dd.selected 
{ 
  background-color : #fff; 
}
div#viewerToolMother .ui-slider-handle 
{ 
  width : 10px; 
  height : 10px; 
  position : absolute; 
  background : #999; 
  top : -5px; 
}


/* relates to the mother of all, its the pop up when selecting the clipart */
div#viewertool_clipart
{
}
div#viewertool_clipart #vt_ca_categories
{
  float : left;
  width : 180px;
}
div#viewertool_clipart #vt_ca_categories ul
{
  list-style : none;
  margin : 0;
  padding : 0;
}
div#viewertool_clipart #vt_ca_categories li ul
{
  margin-left : 8px;
}
div#viewertool_clipart #vt_ca_pictures
{
  float : left;
  margin-left : 12px;
  width : 400px;
  text-align : center;
}
div#viewertool_clipart #vt_ca_pictures div
{
  height : 450px;
  border : 1px solid #ccc;
  overflow : auto;
}
div#viewertool_clipart #vt_ca_pictures img
{
  height : 75px;
  float : left;
  margin-left : 12px;
  margin-top : 12px;
  padding : 2px;
}
div#viewertool_clipart #vt_ca_pictures img.over
{
  border : 2px dotted #ccc;
  padding : 0;
}
div#viewertool_clipart #vt_ca_pictures img.selected
{
  border : 2px dotted #333;
  padding : 0;
}


/* viewer tool individual */
div#viewerToolIndividual {}
div#viewerToolIndividual div#canvas
{
  width : 100%;
  height : 100px;
  background-color : #fff;
  border : 1px solid #000;
  margin-bottom : 12px;
  overflow : hidden;
  padding : 8px;
}
div#viewerToolIndividual dl
{
  margin-bottom : 18px;
}
div#viewerToolIndividual dl dt
{
  margin : 0;
  padding : 0;
  width : 155px;
  float : left;
  clear : both;
}
div#viewerToolIndividual dl dd
{
  padding : 0;
  border : none;
  float : left;
}
div#viewerToolIndividual dl dd select
{
  width : 300px;
}


/* cart */
div.vtImage
{
  border: 1px solid #888;
  width : 505px;
  overflow: hidden;
}
#shopping-cart-table div.vtImage
{
  width : 365px;
}
div.vtImage div.vtLine
{
  padding : 8px;
}
div.vtImageThumb
{
  min-width : 50px;
  max-width : 200px;
  overflow : hidden;
  border : 1px solid #888;
}


/* viewertool popup */
div#fontViewContainer .preloader
{
  text-align : center;
  margin-top : 200px;
  font-size : 18px;
  font-weight : bold;
}

/* part of the vt popup */
div#vt_color_container
{
  float : left;
}
  div#vt_color_container div.color,
  div#vt_color_container div.filename
  {
    cursor : pointer;
    float : left;
    margin-top : 18px;
    margin-right : 24px;
  }
  div#vt_color_container div.color div
  {
    width : 75px;
    height : 75px;
    background : url(../images/vt/vt_color_overlay.png);
  }
  div#vt_color_container div.gloss div
  {
    background : url(../images/vt/vt_gloss_overlay.png);
  }
    div#vt_color_container div.metallic div
  {
    background : url(../images/vt/vt_metallic_overlay.png);
  }
  div#vt_color_container div.filename img
  {
    border : 1px solid #666;
    background : url(../images/vt/cancel.gif) no-repeat center center;
  }
  div#vt_color_container div.color span,
  div#vt_color_container div.filename span
  {
    font-size : .95em;
  }
div#vt_color_preview
{
  text-align : center;
}
  div#vt_color_preview img
  {
    border : none;
    background : url(../images/ajax-loader.gif) no-repeat center center;
  }


.hideme {
	visibility: hidden;
  height: 0;
}

.removeme {
	display: none;
}

table.qty_tier_table {
	border-collapse: collapse;
	font-size: 80%;
	float: left;
	margin-left: 12px;
}

table.qty_tier_table td {
	border: 1px solid black;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #FFFFFF;
}

table.qty_tier_table th {
	border: 1px solid black;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #555555;
}

td.qty_tier_table_qty {
	text-align: right;
}

td.qty_tier_table_price {
	text-align: center;
}

img.categorySubImage {
	width: 200px;
	margin-bottom: 10px;
}

div.categorySubCatRow {
	float:left;
	margin-bottom: 30px;
	clear: both;
}

div.subCatContainer {
	float: left;
	width: 200px;
	margin: 10px;
}

a.subCatLink {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

table.fontViewTable {
	border-collapse: separate;
}

table.fontViewTable td {

}

div.fontName {
	font-weight: bold;
	border-bottom: 1px dotted black;
	font-size: 16px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 6px;
}

td.fontClick:hover {
	cursor: pointer;
	background-color: #C8DDF1;
	border: 1px solid #477BB7;

}
td.fontClick div img
{
  max-width: 600px;
}
div.hoverClickIcon {
	background-color: white;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-variant: small-caps;
	padding-left: 8px;
	padding-right: 8px;
}

td.fontClick:hover div.hoverClickIcon {
	background-color: #408EE7;
}

#fontPreviewLink {
	margin-left: 6px;
	font-size:11px;
}

table.priceTable {
	border-collapse: collapse;
}

table.priceTable td {
	border: 1px solid black;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

table.priceTable th {
	border: 1px solid black;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

#productAddedImage {
  float: left;
  clear: both;
}

#productAddedText {
  float: left;
  margin: 20px 0 0 16px;
}

#productViewCartLink {
  float: right;
  margin: 20px 0 0 0;
}

#continueShoppingLink {
  display: block;
  float: left;
  text-align: right;
  font-size: .9em;
  width: 840px;
  /*margin: 30px 0 0 0;*/
}

#productViewCartLink a
{
  background: url(../images/continuecart.png) no-repeat;
  padding: 4px 5px;
  text-decoration: none;
  width: 170px;
  height: 32px;
  display: block;
  font-weight: bold;
  color: #FFF;
  font-size: 17px;
}

#productViewCartLink a:hover
{
  background: url(../images/continuecart.png) no-repeat;
  background-position: 0 -36px;
}

table.relatedProductContainer {
  width: 100%;
  margin-top: 20px;
}

table.relatedProductContainer td {
  padding: 4px 8px;
  vertical-align: middle;
}

table.relatedProductContainer tr.headerRow th {
  border-bottom: 1px solid #A4B4CB;
  vertical-align: bottom;
  text-align: left;
}

table.relatedProductContainer tr.headerRow th.small {
  text-align: center;
}

table.relatedProductContainer td.imageCell {
  width: 90px;
}
table.relatedProductContainer td.nameCell a {
  font-weight: bold;
}
table.relatedProductContainer td.priceCell {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
table.relatedProductContainer td.qtyCell {
  text-align: center;
}
table.relatedProductContainer td.qtyCell input {
  width: 38px;
  height: 22px;
  border: 1px solid #999;
}

.relatedAddtoCart
{
    text-align: right;
}

.relatedAddtoCart input {
  background: url("../images/addselectedtocart.png") no-repeat;
  border: none;
  color: #FFF;
  width: 196px;
  height: 32px;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
}

.relatedAddtoCart input:hover {
  background: url("../images/addselectedtocart.png") no-repeat;
  background-position: 0 -35px;
}

div.viewPricesBlock {
  width: 70%;
  height: 56px;
  padding-left: 48px;
  font-weight: bold;
  margin-top: 12px;
  background-image: url("../images/green_left_arrow.gif");
  background-repeat: no-repeat;
}

div.viewPricesBlock span {
  font-size: 170%;
  color: #FF0000;
}

div.boldChatBlock
{
  float: right;
  position: absolute;
  right: 14px;
  top: 10px;
}

div.boldChatBlock img
{
  -moz-box-shadow: 1px 1px 4px #AAA;
  -webkit-box-shadow: 1px 1px 4px #AAA;
  box-shadow: 1px 1px 4px #AAA;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:27px;height:25px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/star_rating_delete.gif) no-repeat 0 -26px}
div.star-rating,div.star-rating a{background:url(../images/star_rating_star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:26px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -26px!important}
div.star-rating-hover a{background-position:0 -52px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */


div#vt_price_calc
{
  border : 1px dotted #999;
  background-color : #eee;
  padding : 4px;
  margin-bottom : 8px;
}
div#vt_price_calc dd
{
  border-bottom : none;
  padding : 6px;
}
div#vt_price_calc div.statusPanel
{
  width : auto;
}
div.vtRightContain
{
	float: right;
	width: 180px;
}
dl.priceCalcFields
{
  float : left;
  width : 250px;
}
dl.priceCalcFields dd select
{

}


div#needHelpTab div
{
  padding: 2px 0;
}

div#needHelpTab div#business-hours
{
  width: inherit;
  padding: 2px 6px;
}

div#needHelpTab div.vcard
{
  width: 60%;
}

a.customOptionBuyRelated
{
  font-weight: bold;
  color: blue;
}





/* Auto Price Tab Styles */

.horizontal-att-value, .vertical-att-value
{
	background: #A9B2BD;
	font-weight: bold;
}
th.vertical-att-value
{
    background: none;
}
.price-cell
{
	background: #D7DCE1;
  white-space: nowrap;
}

.vt-price-table
{
	border-spacing: 1px;
	border-collapse: separate;
}
.vt-price-table th, .vt-price-table td
{
	text-align: center;
	padding: 4px 6px;
	color: #000;
}

.vt-price-table .css-vertical-att-label
{
	min-width: 50px;
}
.vt-price-table .css-vertical-att-label, .vt-price-table .css-horizontal-att-label
{
	border-bottom: 1px solid #444444;
	text-weight: bold;
    padding: 6px 6px 0 0;
    vertical-align: bottom;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

div#tabContain #product_tabs_pricetablehtml_contents ul.addOptions
{
	list-style: none;
	/*background: #A9B2BD;
    border: 1px solid #444444;*/
    padding: 8px 12px;
    margin: 0;
    color: #000;
}

div#tabContain #product_tabs_pricetablehtml_contents ul.addOptions li
{
  line-height: 15px;
  margin-bottom: 4px;
}

div#tabContain #product_tabs_pricetablehtml_contents ul.addOptions li img
{
  margin-right: 5px;
}
.primaryDimValue
{
	cursor: pointer;
	border: 1px solid #A9B2BD;
	font-weight: bold;
  background: #D7DCE1 url('../images/price-tables/expand-icon.png') no-repeat 8px 12px;
}

.primaryDimValue span
{
  margin-left: 15px;
}

.primaryDimValue:hover
{
	background-color: #EAEDEF;
}
.primaryDimTable
{
  display: none;
	background: none repeat scroll 0 0 #F0F6F9;
    border-left: 1px dotted #A9B2BD;
    border-right: 1px dotted #A9B2BD;
    overflow: auto;
    max-height: 300px;
}

#product_tabs_pricetablehtml_contents .primaryDimName
{
	padding-bottom: 0;
	padding-left: 0;
  font-weight: bold;
}

#product_tabs_pricetablehtml_contents .actionCue
{
	display: block;
  text-align: right;
  float: right;
  position: relative;
  right: 10px;
  font-weight: normal;
  font-size: 11px;
  color: #777;
}

#product_tabs_pricetablehtml_contents .showCharacters
{
  font-family: "Arial Black";
  font-size: 140%;
  letter-spacing: 7px;
}

/* Auto CMS Layout Styles */
body.viewertool-autocms-generate a
{
  text-decoration: none;
}

body.viewertool-autocms-generate ul.cmsList li
{
  width: 700px;
  margin-bottom: 20px;
  float: left;
  clear: both;
}

body.viewertool-autocms-generate ul.cmsList li div.textContent
{
  float: left;
}

body.viewertool-autocms-generate ul.cmsList li img
{
  float: left;
}

body.viewertool-autocms-generate ul.cmsList li div.colorSquare
{
  float: left;
}

body.viewertool-autocms-generate ul.cmsColLayout
{
  float: left;
  clear: both;
}


body.viewertool-autocms-generate ul.cmsColLayout li
{
  margin-bottom: 10px;
  float: left;
  text-align: center;
  overflow: hidden;
}

body.viewertool-autocms-generate ul.cmsColLayout h2.valueTitle
{
  margin-left: 0;
}

body.viewertool-autocms-generate ul.cmsGrid2Col li
{
  width: 346px;
}
body.viewertool-autocms-generate ul.cmsGrid2ColVert li
{
  width: 340px;
}


body.viewertool-autocms-generate ul.cmsGrid3Col li
{
  width: 230px;
}

body.viewertool-autocms-generate ul.cmsGrid4Col li
{
  width: 170px;
}

body.viewertool-autocms-generate ul.cmsGrid4Col h2.valueTitle
{
  font-size: 12px;
}

body.viewertool-autocms-generate ul.cmsGrid5Col li
{
  width: 138px;
}

body.viewertool-autocms-generate ul.cmsGrid5Col h2.valueTitle
{
  font-size: 10px;
}

body.viewertool-autocms-generate ul.cmsGrid5Col li p.valueDesc
{
  font-size: 10px;
}

body.viewertool-autocms-generate ul.cmsGrid6Col li
{
  width: 114px;
}

body.viewertool-autocms-generate ul.cmsGrid6Col h2.valueTitle
{
  font-size: 9px;
}

body.viewertool-autocms-generate ul.cmsGrid6Col li p.valueDesc
{
  font-size: 9px;
}

body.viewertool-autocms-generate ul.cmsColLayout h2.valueTitle
{
  margin-top: 8px;
}

body.viewertool-autocms-generate ul.cmsColLayout li div.colorSquare
{
  margin: 0 auto;
}

body.viewertool-autocms-generate p.mainDesc
{
  clear: both;
  width: 700px;
  margin-bottom: 20px;
}

body.viewertool-autocms-generate h2.valueTitle
{
  font-weight: bold;
  margin-left: 12px;
  text-decoration: underline;
}

body.viewertool-autocms-generate p.valueDesc
{
  margin-left: 14px;
  margin-top: 6px;
  text-decoration: none;
}

/* SHIPPING NOTICE CLASSES */

div.shippingMessageBefore
{
  width: 250px;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: #BF4F0F;
}

div.shippingMessageAfter
{
  width: 250px;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: #BF4F0F;
}

/* WMI Attributes Styles */

div.wmiAttribute
{
  margin: 4px 0 8px 0;
}

#onestepcheckout-form div.wmiAttribute label
{
  font-weight: bold !important;
  margin-right: 4px;
}

.attNote
{
  font-size: 10px;
  color: #BF4F0F;
  font-style: italic;
  line-height: 120%;
  margin-left: 10px;
  margin-right: 10px;
}
