/*
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;
}

div.viewerToolCanvas {
	
	width: 515px;
	height: 100px;
	background-color: #FFF;
	border: 1px solid black;
	overflow: hidden;
}

div.viewerToolCanvasInner {
	
	width: 580px;
	height: 80px;
	display: table-cell;
	vertical-align: bottom;
}

div.viewerToolCP {
	margin-top: 3px;
	background-color: #DDD;
	border: 1px dotted black;
	width: 515px;
	float: left;
	padding: 10px 0;
	margin-bottom: 14px;
}


div.viewerToolCP label {
	margin-right: 6px;
}

dl.viewerToolFields {
	margin-left: 12px;
	float: left;
	width: 300px;
}

dl.viewerToolFields dt {
	padding: 0;
	width:100px;
	text-align:right;
	float:left;
}

dl.viewerToolFields dd {
	width: 100px;
	border: none;
	padding:0 0 2px 0;
	margin-left:12px;
	float:left;
}

dl.viewerToolFields dd select {
	width: 160px;
}

div.statusPanel {
	float: right;
	width: 250px;
	margin-right: 10px;
	font-size: 14px;
}


dl.statusPanel {
	float: right;
	width: 200px;
	font-size: 14px;
}

dl.statusPanel dt {
	font-weight: bold;
	text-align: right;
	width: 150px;
	float: left;
	clear: both;
	padding: 2px 0 0 0;
	
}

dl.statusPanel dd {
	float: left;
	margin-left: 5px;
	font-weight: bold;
	border: none;
	width: 30px;
  padding:0 10px 0 0;
}

div.viewerToolErrorMessage
{
	float: right;
	width: 210px;
	font-size: 12px;
	font-weight: bold;
	color: red;
	margin: 2px 32px 0 0;
	text-align:right;
}

div.vtRightContain {
	float: right;
	width: 200px;
}

.hideme {
	visibility: hidden;	
}

.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: collapse;
}

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: #DDDDDD;
	border: 1px solid blue;
	
}

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: blue;
}

#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;
}

#productViewCartLink a
{
  border: 1px solid #3A622F;
  background: #589346 url(../images/addtocart_bg.gif) repeat-x;
  padding: 4px 10px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  font-size: 17px;
}
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;
}
table.relatedProductContainer td.qtyCell {
  text-align: center;
}
table.relatedProductContainer td.qtyCell input {
  width: 38px;
  height: 22px;
  border: 1px solid #999;
}

input.relatedAddtoCart {
  background-color: #A71B1A;
  border: 1px solid black;
  color: #FFF;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
}

div.viewPricesBlock {
  width: 70%;
  height: 56px;
  padding-left: 62px;
  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;
}

/* 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.boldChatBlock img
{
  -moz-box-shadow: 1px 1px 4px #AAA;
  -webkit-box-shadow: 1px 1px 4px #AAA;
  box-shadow: 1px 1px 4px #AAA;
}


