﻿/* Breedcrumb*/
div.product-breedcrumb { width:479px; padding:10px 15px; background:#fff; color:#2f2e33; margin-top:30px; margin-bottom:5px;}
div.product-breedcrumb a {color:#2f2e33; }

/* Main View */
div.product-view { width:479px; color:#2f2e33; background:#fff; padding:15px 15px; }
div.product-view .right { float:right; }
div.product-view .right .box { border-top:1px solid #b0aba8; padding:6px 1px; width:93px; }
div.product-view .right .box .textbox { width:15px; height:13px; border: inset 1px #b8b8b6; padding:1px 10px; background:#e4e4e6; font-size:11px; font-weight:bold; }
div.product-view .right .box .add-to-basket { margin-top:8px; }
div.product-view .right .box h4 { font-size:12px; font-variant:normal; margin-bottom:5px;  color:#774220; }
div.product-view .right .box .thumbnail {  margin-bottom:6px; }
div.product-view .right .box .thumbnail a { border:2px solid #b2b2a6; display:block; text-align:center; }
div.product-view .right .existing {color:#883322; }

/* Description */
div.product-desc { width:479px; color:#2f2e33; background:#fff; padding:10px 15px;}
div.product-desc h3 { color:#774220; font-size:13px;}
div.product-desc p { margin-bottom:15px; }

/* Bottom Navigation */
div.product-navigation { width:489px; padding:10px; background:#6d614b; color:#fff; text-align:right; }
div.product-navigation a { color:#fff; }

/* Family members */
div.product-family .family-header{ font-size:12px; margin:10px 0px; font-weight:bold; background:#2f2e36; color:#fff; padding:10px; width:490px; }
div.product-family div.item { width:90px; height:150px; float:left; margin-right:15px; }
div.product-family div.item a {  width:88px; height:88px; border-bottom:none;}
div.product-family div.item img { width:88px; height:88px; }
div.product-family div.item .info { background: #fff; width:74px; height:55px; padding:7px; border:1px solid #6d614b; border-top:none; font-size:90%;}

/* Search products */
.product-search div.search { border: 1px solid #668b5c; width: 450px; padding:10px;  margin-bottom: 20px; background:#fff; }
.product-search div.list { width:650px;}
.product-search div.list > div > table {display:inline-block ;width:650px ;background-color:#eeeeee ;border :solid 1px silver}
.product-search div.list a {padding :5px }
.product-search div.list td {width:205px;padding:5px}
.product-search div.list th {width:205px;padding:5px ;font-weight:bold}
.product-search div.list th a {color:White }
.product-search div.list tr {width:500px;height:30px;}

.product-search div.list .header-row {background-color:#534E52 ;color:White}

.product-search .search h4 { font-size: 15px; color: #444; }
.product-search .search .item { width: 100%; }
.product-search .search .item .label { float: left; width: 120px; }
.product-search .search .item .textbox { width: 200px; border: 1px solid gray; font-size: 100%; }
.product-search .search .buttons {  margin-top: 10px; }
.product-search .search .buttons input[title="Cancel"] { display: none; }


span.old-price { text-decoration:line-through; font-weight:normal; }
