/* Light Blue Skin */

table.vsTable {
position: relative;
z-index: 2;
border: none;
border-bottom: 2px solid #C8D6E2;
border-collapse: collapse;
margin: 0 auto;
/*border-left: 1px solid #C8D6E2;*/
border-left: none;
width: 100%;
font-size: 16px;

}

table.vsTable td {
padding: 9px 0px 9px 0px;
border-bottom: 1px solid #E4E4E4;
/*border-right: 1px solid #C8D6E2;
border-right: 1px solid #FFF;*/
vertical-align: middle;
text-align: center;
/*background: #F9FaFa;*/
color: #303030;
}

table.vsTable .odd {
padding: 9px 0px 9px 0px;
border-bottom: 1px solid #E4E4E4;
/*border-right: 1px solid #C8D6E2;*/
vertical-align: middle;
text-align: center;
background: #F9FaFa;
color: #303030;
}

table.vsTable .even {
padding: 9px 0px 9px 0px;
border-bottom: 1px solid #E4E4E4;
/*border-right: 1px solid #C8D6E2;*/
vertical-align: middle;
text-align: center;
/*background: #eef1f1;*/
color: #303030;
}

table.vsTable tr td div {
text-align: center;
height: 20px;
}

table.vsTable tr td.cat div, table.vsTable tr td.title div {
height: auto;
}

table.vsTable td.cat div {
text-align: right;
padding: 0 10px;
font-family: Lucida Sans Unicode,Lucida Grande,Arial,Garuda,sans-serif;
}

table.vsTable td.catprice div {
text-align: right;
padding: 0 11px;
/*font-family: Lucida Sans Unicode,Lucida Grande,Arial,Garuda,sans-serif;*/
}

table.vsTable td.title {
background: #e8ecef;
/*background: #FFF;*/
font-size: 18px;
color: #154064;
text-shadow: 1px 1px 0 #eef;
border-bottom: 2px solid #9FB6C8;
vertical-align: middle;
text-align: center;
/*box-shadow: 0px 0px 10px -4px #fff;*/
font-family: Lucida Sans Unicode,Lucida Grande,Arial,Garuda,sans-serif;
font-weight: bold;
padding: 2px 0px 9px 0px;
}


table.vsTable .cat {
text-align: right;
background-color: #f9fafa;
color: #111;
font-size: 14px;
/*border-left: 1px solid #C8D6E2;*/
border-right: none;
}

table.vsTable .cat.even {
	background-color: #FFF;
}

table.vsTable .catprice {
text-align: right;
background: #F0F1F1;
/*color: #326693;*/
font-weight: bold;
border-left: 1px solid #C8D6E2;
}

table.vsTable .strike{
text-align: center;
vertical-align: middle;
color: #111111;
text-decoration: line-through;
font-weight: normal;
border-left: 1px solid #C8D6E2;
}


table.vsTable .text {
text-align: right;
vertical-align: middle;
color: #111111;
border-left: 1px solid #C8D6E2;
}

table.vsTable td.title.cat {
background: none !important;
border: none;
border-bottom: 1px solid #C8D6E2;
cursor: default !important;
box-shadow: none;
}

table.vsTable td.title.catprice {
background: none !important;
border: none;
border-bottom: 1px solid #C8D6E2;
cursor: default !important;
box-shadow: none;
}

table.vsTable td.title.cat div {
display: none;
}

table.vsTable td.title.catprice div {
display: none;
}

/*
table.vsTable tr td.cat:hover {
background: #fff;
}

table.vsTable tr td.title:hover {
background: #C8D6E2;
}

table.vsTable tr td:hover {
background: #fff;
}*/

table.vsTable div.yes {
background: url(images/yes.png) no-repeat center center;
}

table.vsTable div.title {
font-weight: none;
}


table.vsTable div.no {
background: url(images/no.png) no-repeat center center;
}

table.vsTable .title .editable input {
color: #154064;
}

table.vsTable .cat .editable input {
color: #326693;
}

table.vsTable tr.price td {
	/*background-color: #B9DAEF;*/
background-color: #FFFFAA;
	border-top: 2px solid #A1B1D1;
	color: #101010;
}