/* Styles Used Only for the Product Detail Template */

#detailCrumbs  { 
     width:100%;
     color:#440088;
}
#detailCrumbs a:link, #detailCrumbs a:visited  { 
     text-decoration:none;
}
#detailCrumbs a:hover  { 
     text-decoration:underline;
}
#detailWrapper  { 
     width:755px;
     margin:10px 0px;
}
#detailImage  { 
     width:305px;
     float:left;
     display:inline;
}
#detailImage img  { 
     display:block;
     margin:0px auto;
}
#detailImage a:link, #detailImage a:visited  { 
     font-weight:bold;
     text-decoration:none;
     float:right;
     display:inline;
}
#detailImage a:hover  { 
     text-decoration:underline;
}
#detailInfo  {
     width:435px;
     float:right;
     display:inline;
}
.detailName, .detailRetail, .detailPrice, .detailBrief, .detailSavings  { 
     font-weight:bold;
}
.detailName  { 
     font-size:16px;
     color:#440088;
     margin:14px 0px 4px 0px;
}
.detailBrief  { 
     margin:0px 0px 7px 0px;
}
.detailRetail, .detailBrief, .detailSavings  { 
     font-size:14px;
     color:#af7fae;
}
.detailRetail  { 
     text-decoration:line-through;     
}
.detailPrice  { 
     font-size:16px;
     color:#440088;
}
.detailSpace_1  { 
     width:100%;
     height:1px;
     margin:20px 0px;
     border-bottom:1px dashed #440088;
     clear:left;
}
#detailLeft, #detailRight  { 
     width:212px;
     display:inline;
     float:left;
}
#detailDesc  { 
     width:100%;
     position:relative;
     color:#440088;
}
#detailDesc ul { 
     margin:0px 0px 0px 12px;
}
input#detailQty, #detailProdInfo, .details  { 
     color:#440088;
}
.details  { 
     margin:10px 0px;
     font-weight:normal;
}
.lblue  { 
     font-weight:bold;
     color:#af7fae;
     text-decoration:underline;
}


