/*** product-specific styles for sortable tables ***/

table.sortTable th.name {
padding:5px 0 5px 10px;
width:80px;
}

table.sortTable th.quantity {
padding:5px 25px;
text-align:center;
width:70px;
}

table.sortTable th.description {
padding:5px 0;
text-align:left;
}

table.sortTable th.title {
padding:5px 10px 5px 10px;
}

table.sortTable th.date {
padding:5px 0 5px 0;
}

table.sortTable tr.countries td {
font-size:11px;
padding:15px 0 0 15px;
}

table.sortTable td.quantity {
text-align:center;
}

table.sortTable td.title,
table.sortTable tr.first td.title {
padding-right:15px;
}

table.sortTable td.links,
table.sortTable tr.first td.links {
width:260px;
padding-left:80px;
}

table.sortTable td.links ul.caretlist li,
table.sortTable tr.first td.links ul.caretlistrtl li {
padding-bottom:5px;
}

table.sortTable td.title ul.downloadlist {
margin-top:0;
padding-top:0;
}

table.sortTable a.arrow {
font-size:100%;
text-transform:capitalize;
}

/*** product detail pages ***/

div.productSpotlight {
border:1px solid #e1e1e1;
float:right;
padding:15px 15px 10px 15px;
margin:0 0 15px 15px;
text-align:center;
}

div.productEnlargeView {
margin:2px 0 15px;
text-align:center;
display:block;
background-position:4px 4px;
}

div.productSpotlightLinks {
text-align:left;
}

div.productSpotlightLinks ul.caretlistrtl li {
text-align:right;
}

div.productSpotlightLinks ul.caretlist li,
div.productSpotlightLinks ul.caretlistrtl li {
padding-bottom:2px;
}

/*** additional product images ***/

table.productImages {
margin:10px 0 0 0;
}

td.productImage {
margin:10px 10px 0 0;
border:1px solid #e1e1e1;
padding:10px;
text-align:center;
height:100%;
}

div.productName {
font-weight:bold;
text-transform:uppercase;
font-size:11px;
margin:10px 0 0 0;
}

/*** related information table ***/

table.related {
border-collapse:collapse;
margin:10px 0 0 0;
}

table.related th {
text-transform:uppercase;
padding:4px 12px;
font-size:11px;
font-weight:bold;
color:#fff;
border-right:5px solid #fff;
text-align:left;
}

table.related td {
padding:12px 10px 0 3px;
border-right:5px solid #fff;
}
