/**********************************************************
 * DYNAMIC CART
 **********************************************************/
 
#dynamicCart {
  background:url(../../images/dynamiccart/main_background.gif);
  font-weight:normal;
  position:absolute;
  left:676px;
  top:0px;
  text-align:left;
  width:310px;
  z-index:10000;
}

*html #dynamicCart #dcTitle {
  height:34px;
}

#dynamicCart #dcTitle {
  background:url(../../images/dynamiccart/header_background.png) no-repeat bottom left;
  color:#FFF;
  font-size:10px;
  min-height:28px;
  padding:2px 6px 6px 10px;
}

#dynamicCart #dcTitle #checkoutLink {
  float:right;
}

#dynamicCart #dcTitle #checkoutTotal {
  float:right;
}

#dynamicCart #checkoutTotal {
  font-weight:bold;
  padding:5px 5px 0px 0px;
}

#dynamicCart #checkoutText {
	font-weight:bold;
	padding:2px 5px 0px 0px;
}

#dynamicCart #checkoutText A {
  color:#FFF;
}

#dynamicCart .checkoutButton {
  float:right;
  padding:10px 4px 4px 4px;
}

#dynamicCart #dcProducts {
  font-size:10px;
  min-height:70px;
  padding:0px 19px;
}

#dynamicCart .dcProduct {
  padding:0px 0px 2px 0px;
}

#dynamicCart .noItems {
  color:#C00;
  font-weight:bold;
  padding:4px;
}

#dynamicCart .subTotal {
  padding:4px;  
}

#dynamicCart .details {
  background:#EFEFEF;
  border:1px solid #DDD;
  font-size:9px;
  min-height:50px;
  margin:1px;
  padding:3px;
}

#dynamicCart .subTotal span {
  font-weight:bold; 
}

#dynamicCart .product {
  clear:both;
  text-align:left;  
}

#dynamicCart .product div {
  text-align:left;  
}

#dynamicCart .thumbnail {
  clear:left;
  float:left;
  height:65px;
  padding:4px;
}

#dynamicCart .thumbnail img {
  border:1px solid #DDD;
  height:60px;
  width:60px;
}

#dynamicCart .text {
  float:left;
  padding:0px 0px 6px;
  width:175px;  
}

#dynamicCart .quantity {
  padding:2px;
  text-align:center;
}

#dynamicCart .quantity span {
  font-weight:bold;
}

#dynamicCart span {
  font-weight:bold;
}

#dynamicCart .name {
  font-weight:bold;
}

#dynamicCart .price {
  font-weight:bold;
}

#dynamicCart .sale {
  color:#C00;
}

#dynamicCart .original {
  font-weight:normal;
  padding-left:10px;
  text-decoration:line-through;
}

#dynamicCart .title {
  background:#CCC;
  color:#000;
  padding:2px 6px 4px 6px;
}

#dynamicCart .title a {
  text-decoration:underline;
}

#dynamicCart .bottom {
  padding:0px 19px 10px 29px;
}

#dynamicCart .final {
  clear:both;
  padding:10px 0px 0px 10px;  
}

#dynamicCart .finalSubtotal {
  padding:10px 0px 0px; 
}

#dynamicCart .finalSubtotalAmount {
  font-weight:bold;
  padding:0px 0px 12px; 
}

#dynamicCart .justAdded {
  color:#C00;
  font-weight:bold;
}

#dynamicCart #dcCQ {
  clear:both;
  color:#C00;
  font-style:italic;
  font-weight:bold;
  text-align:left;
}

/**********************************************************
 * QUICK LOOKS
 **********************************************************/

.saleTag {
  color:#F00;
  font-size:10px;
  font-weight:bold;
  z-index:1000;
}

.nav_searchBar {
	background:#005E9E;
}

#searchBreadcrumb {
  padding:0px 0px 0px 0px;
}

#qlMouseover {
  float:right;
  text-align:right;
  width:350px;
}

#mouseoverIcon {
  float:left;
  width:25px;
}

#mouseOverText {
  padding:8px 0px 0px 0px;
  white-space:nowrap;
}

#quicklook, #priceMaskPopUp {
  display:none;
  height:350px;
  left:0px;
  position:absolute;
  text-align:left;
  top:0px;
  width:470px;
  z-index:2000;
}

*html #quicklook #transparentBackground, *html #priceMaskPopUp #transparentBackground {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/store/images/enhancements/quicklook_background.png',sizingMethod='scale');
}

#quicklook #transparentBackground, #priceMaskPopUp #transparentBackground {
  background:url(../../images/enhancements/quicklook_background.png) no-repeat top left;
  left:-5px;
  height:400px;
  position:absolute;
  top:0px;
  width:475px;
  z-index:-1;
}

#quicklook #errorSizeUnavailable {
  color:#F00;
  font-size:14px;
  font-weight:bold;
  left:0px;
  position:absolute;
  top:220px;
  text-align:center;
  visibility:hidden;
  width:255px;
}

*html #quicklook #errorSelectSize {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/store/images/enhancements/error-selectsize.png',sizingMethod='scale');
  visibility:visible;
}

#quicklook #errorSelectSize {
  background:url(../../images/enhancements/error-selectsize.png) no-repeat top left;
  height:28px;
  left:160px;
  position:absolute;
  top:160px;
  visibility:hidden;
  width:105px;
  z-index:3000;
}

*html #quicklook #errorSelectSizeCart {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/store/images/enhancements/error-selectsizecart.png',sizingMethod='scale');
  visibility:visible;
}

#quicklook #errorSelectSizeCart {
  background:url(../../images/enhancements/error-selectsizecart.png) no-repeat top left;
  height:40px;
  left:75px;
  position:absolute;
  top:374px;
  visibility:hidden;
  width:301px;
  z-index:3000;
}

#quicklook #loadingScreen {
  padding:50px 0px 0px 0px;
  text-align:center;
}

#quicklook .qlContent, #priceMaskPopUp .qlContent {
}

#quicklook #imagePrice {
  float:left;
  padding:4px;
  position:relative;
  width:255px;  
}

#quicklook #image img {
  height:255px;
  width:255px;
}

#quicklook #salesText {
  color:#F00;
  font-size:18px;
  font-weight:bold;
  left:10px;
  position:absolute;
  top:10px;
  z-index:2010;
}

#quicklook #image #productImg {
  display:none;
}

*html #quicklook #imageOver {
  left:4px;
  top:4px;
}

#quicklook #imageOver {
  left:4px;
  position:absolute;
  top:4px
}

#quicklook #imageOver img {
  position:absolute;
}

#quicklook #qlHeader {
  margin:0px 0px 2px 0px;
  padding: 4px 8px 6px 4px;
}

#quicklook #title {
  color:#000;
  font-size:12px;
  font-weight:bold;
  text-align: left !important;
}

#quicklook #qlPopupHeader {
  color:#666;
  font-size:14px;
  font-weight:bold;
}

#quicklook #colorDescription {
  font-size:10px;
  font-weight:bold;
}

#quicklook #style {
  padding:0px 0px 4px 0px;
}

#quicklook #wasPrice {
  float:left;
  text-decoration:line-through;
  padding:2px 0px 0px 0px;
  width:95px;
}

#quicklook #nowPrice {
  color:#000;
  font-size:14px;
  font-weight:bold;
}

#quicklook #nowPrice span {
  color:#F00;
}

#quicklook #moreDetails {
  font-weight:bold;
  padding:10px 4px 0px 0px;
  text-align:right;
}

#quicklook #detailsMoreDetails {
  font-weight:bold;
  padding:10px 4px 0px 0px;
  text-align:center !important;
}

*html #quicklook #sizeColorTab, *html #quicklook #detailTab, *html #quicklook #closeTab {
  height:16px;
}

#quicklook #sizeColorTab, #quicklook #detailTab {
  float:left;
  min-height:16px;
}

#quicklook #closeTab {
  float:right;
  min-height:16px;
  padding:0px 2px 0px 0px;
}

#quicklook #closeTab img {
  cursor:pointer;
}

#quicklook #sizeColorTab {
  cursor:default;
}

*html #quicklook #detailBox {
  width:190px;  
}

#quicklook #detailBox {
  background:url(../../images/enhancements/background_rightSide.gif) no-repeat bottom left;
  float:left;
  height:330px;
  padding:4px;
  width:182px;
}

#quicklooks #sizeColorInfo {
  height:245px;
  position:relative;
}

#quicklook #detailsInfo {
  padding:4px 1px 0px 1px;
}

#quicklook #detailsInfo div {
  text-align:left;
}

#quicklook #detailsInfo {
  display:none;
  height:320px;
  overflow:auto;
  text-align:left;
}

#quicklook h2 {
  border-bottom:1px solid #666;
  clear:both;
  color:#666;
  display:relative;
  font-size:10px;
  font-weight:bold;
  margin:0px 0px 8px 0px;
  padding:4px 0px 0px 0px;
}

#quicklook .addToCart {
  padding:10px 0px 0px 0px;
  text-align:center;
}

#quicklook #unavailableInfo {
  float:left;
  width:170px;  
}

#quicklook .addToCartImg {
  cursor:pointer; 
}

#quicklook #sizeText {
  font-weight:normal;
}

*html #quicklook #sizeDimmer {
    padding:0px 0px 0px 0px !important;
}

#quicklook #sizeDimmer {
  background:#F0F0F0;
  display:none;
  height:94px;
  padding:8px 0px 0px 0px;
  position:absolute;
  width:182px;
  z-index:2011;
}

#quicklook #sizeDimmer #dimmerText {
  color:#F00;
  font-weight:bold;
  padding:16px;
  text-align:left;
}

#quicklook #colorImages, #quicklook #sizeImages {
  height:80px;
  overflow:auto;
}

#quicklook #sizeImages {
  height:90px;
}

#quicklook #colorImages img {
  background:#FFF;
  border:2px solid #9D9D9D;
  cursor:pointer;
  height:35px;
  margin:0px 1px 1px 0px;
  width:35px;
}

#quicklook #colorImages .colorHover {
  border:2px solid #D6E4F1;
}

#quicklook #colorImages .thumbSelected {
  border:2px solid #E24F10;
  cursor:default;
}

#quicklook .sizeBox {
  background:#FFF;
  border:2px solid #9D9D9D;
  color:#000;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  margin:0px 1px 1px 0px;
  padding:2px 0px;
  text-align:center;
  width:40px;
}

#quicklook .sizeBoxUnavailable {
  background:#EEE;
  border:2px solid #9D9D9D;
  color:#999;
  display:block;
  float:left;
  font-weight:bold;
  margin:0px 1px 1px 0px;
  padding:2px 0px;
  text-align:center;
  width:40px;
}

#quicklook #sizeImages .sizeBoxHover {
  background:#A4DBFF;
  border:2px solid #77C9FF;
  color:#000;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  margin:0px 1px 1px 0px;
  padding:2px 0px;
  text-align:center;
  width:40px;
}

#quicklook #sizeImages .sizeBoxSelected {
  background:#E24F10;
  border:2px solid #C0430E;
  color:#FFF;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  margin:0px 1px 1px 0px;
  padding:2px 0px;
  text-align:center;
  width:40px;
}

#quicklook #qtyText {
  float:left;
  padding:2px 4px 0px 4px;
}

/**********************************************************
 * PRODUCT DETAIL
 **********************************************************/

/** SCRIPTACULOUS | BEGIN **/
#dragLayer {
  height:255px;
  left:72px;
  overflow:hidden;
  position:absolute;
  top:0px;
  width:255px;
  z-index:100;
}

@media print{
	#dragLayer{
		height: 0px;
		width: 0px;
	}	
}
  
#tint {
  background:#FFF;
  filter:alpha(opacity:0);
  left:0px;
  height:255px;
  opacity:0;
  position:absolute;
  top:0px;
  width:255px;
}
  
#dragBox {
  border:1px solid #CCC;
  cursor:pointer;
  height:113px;
  left:0px;
  overflow:hidden;
  position:absolute;
  top:0px;
  visibility:hidden;
  width:113px;
  z-index:90;
}

#dragImg {
  border:0px none;
  margin:0px;
  padding:0px;
  position:absolute;
}

#zoomLayer {
  background:#FFF;
  border:1px solid #CCC;
  height:288px;
  left:0px;
  overflow:hidden;
  position:absolute;
  top:0px;
  visibility:hidden;
  width:288px;
  z-index: -90;
}

#zoomImg {
  left:0px;
  position:absolute;
  top:0px;
}

/** SCRIPTACULOUS | END **/

#productDetail .turnOff {
  display:none;
}

#productDetail .turnOn {
  display:inline;
}

*html #productDetail .error {
  display:none;
  visiblity: visible;
}

#productDetail .error {
  position:absolute;
  visibility:hidden;
  z-index:5000;
}

#productDetail #errorSizeUnavailable {
  color:#F00;
  font-size:14px;
  font-weight:bold;
  left:0px;
  position:absolute;
  top:220px;
  text-align:center;
  visibility:hidden;
  width:400px;
  z-index:10000;
}

*html #productDetail #errorSelectSize {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/store/images/enhancements/error-selectsize.png',sizingMethod='scale');
  left:350px;
  visibility:visible;
}

#productDetail #errorSelectSize {
  background:url(../../images/enhancements/error-selectsize.png) no-repeat top left;
  height:28px;
  left:330px;
  position:absolute;
  visibility:hidden;
  width:105px;
}

*html #productDetail #errorSelectSizeCart {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/store/images/enhancements/error-selectsizecart.png',sizingMethod='scale');
  visibility:visible;
}

#productDetail #errorSelectSizeCart {
  background:url(../../images/enhancements/error-selectsizecart.png) no-repeat top left;
  height:40px;
  left:270px;
  position:absolute;
  visibility:hidden;
  width:301px;
}

#productDetail #leftColumn {
  float:left;
  position:relative;
  width:400px;
}

#productDetail #imageOver {
  left:72px;
  position:absolute;
  top:0px
}

#productDetail #leftColumn div {
  text-align:center;
}

#productDetail #leftColumn #productReview {
  clear:both;
  padding:30px 0px 0px 0px;
}

#productDetail #leftColumn #productImages {
  height:285px;
  position:relative;
}

#productDetail #leftColumn #productImageHolder {
  height:255px;
  left:72px;
  position:absolute;
  top:0px;
  width:255px;
}

#viewOptions{
  width: 400px;
  padding; 0px;
  margin: 0px 0px 5px 0px;
}

#productDetail #leftColumn #BVCustomerRatings {
  margin:0 auto;
  width:300px;
}

#productDetail #leftColumn .altImage {
  border:1px solid #FFF;
  cursor:pointer;
  height:50px;
  width:50px;
}

#productDetail #middleColumn {
  background:url(../../images/enhancements/productdetail/background_middlecolumn.gif) repeat-y top left;
  float:left;
  /*height:600px;*/
  margin:0px;
  width:300px;
  padding-bottom: 0px;
}

#middleColBottom {
  background:url(../../images/enhancements/productdetail/background_middlecolumn_bottom.gif) no-repeat bottom left;
  height:18px;
  margin:0px;
  width:300px;
  padding: 0px;
}

#productDetail #middleColumn #brandImage {
  float:right;
  height:32px;
  padding:2px 4px 0px 0px;
}

#productDetail #middleColumn #tabs {
  background:#FFF url(../../images/enhancements/productdetail/tab_background.gif) repeat-x top left;
  height:22px;
  margin:0px 2px;
}

#productDetail #middleColumn #tabs div {
  float:left;
}

#productDetail #middleColumn #detailsInfo {
  display:none;
  height:372px;
  margin:12px 10px 4px 10px;
  overflow:auto;
}

#productDetail #middleColumn #detailsInfo div {
  font-size:12px;
  text-align:left;
}

#productDetail #middleColumn #detailsInfo li {
  font-size:12px;
}

#productDetail #middleColumn .productUnavailable {
  color:#F00;
  font-weight:bold;
  padding:20px 0px 0px 0px;
}

*html #productDetail #sizeDimmer {
  margin:0px 0px 0px 20px;
  padding:0px 0px 0px 0px !important;
  width:238px;
}

#productDetail #sizeDimmer {
  background:#F0F0F0;
  display:none;
  height:88px;
  margin:6px 0px 0px 24px;
  overflow:auto;
  padding:0px;
  position:absolute;
  width:258px;
  z-index:85;
}

*html #productDetail #middleColumn #sizeColor {
  height:380px;
}

#productDetail #middleColumn #sizeColor {
  margin:4px 6px 4px 10px;
  min-height:380px;
}

#productDetail #middleColumn #sizeColor div {
  text-align:left;  
}

#productDetail #middleColumn #sizeColor #title {
  font-size:14px;
  font-weight:bold;
  margin:0px 0px 10px 0px;
}

#productDetail #middleColumn #sizeColor #style {
  margin:0px 0px 2px 0px;
}

#productDetail #middleColumn #sizeColor #pricing {
  font-size:12px;
  font-weight:bold;
}

#productDetail #middleColumn #sizeColor #price {
  color:#000;
  font-weight:bold;
}

#productDetail #middleColumn #sizeColor #wasPrice {
  font-size:10px;
  font-weight:normal;
  text-decoration:line-through;
}

#productDetail #middleColumn #sizeColor #nowPrice {
  color:#D55512;
  font-weight:bold;
}

#productDetail #middleColumn #sizeColor .sub {
  font-size:10px !important;
  padding:4px 0px 0px 0px !important;
}

#productDetail #middleColumn #sizeColor .header {
  clear:both;
  font-size:12px;
  font-weight:bold;
  padding:10px 0px 4px 0px
}

#productDetail #middleColumn #sizeColor .left {
  float:left;
  margin:-10px 0px 0px 0px;
}

#productDetail #middleColumn #sizeColor #sizeChart {
  border:1px solid #000;
  float:right;
  padding:0px 30px 0px 0px;
}

#productDetail #middleColumn #sizeColor .header img {
  float:left;
  margin:-2px 2px 0px 0px;
}

#productDetail #middleColumn #sizeColor .header select {
  width:50px;
}

#productDetail #middleColumn #sizeColor .header #selectedColor {
  font-size:10px;
  font-weight:normal;
}

*html #productDetail #middleColumn #sizeColor .holder {
  padding:0px 14px 0px 20px;
}

#productDetail #middleColumn #sizeColor .holder {
  height:80px;
  margin:0px;
  padding:0px 14px 0px 0px;
  overflow:auto;
}

#productDetail #middleColumn #sizeColor #sizeHolder {
  clear:both;
  height:88px;
  margin:0px 0px 0px 24px;
  position:relative;
}

*html #productDetail #middleColumn #sizeColor #colorHolder {
  margin:0px 30px 0px 0px;
  padding:0px 0px 0px 20px !important;
}
 

#productDetail #middleColumn #sizeColor #colorHolder {
  padding:0px 30px 0px 0px;
}

#productDetail #middleColumn #sizeColor #colorHolder img {
  border:2px solid #666;
  cursor:pointer;
  float:left;
  height:35px;
  margin:0px 1px 1px 0px;
  width:35px;
}

#productDetail #middleColumn #sizeColor #colorHolder .selectedProduct {
  border:2px solid #E24F10;
  cursor:default;
}

#productDetail #middleColumn #sizeColor .sizeBox {
  background:#FFF;
  border:2px solid #9D9D9D;
  color:#000;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  margin:0px 1px 1px 0px;
  padding:2px 0px;
  text-align:center;
  width:41px;
}

#productDetail #middleColumn #sizeColor .sizeBoxUnavailable {
  background:#EEE;
  border:2px solid #9D9D9D;
  color:#999;
  display:block;
  float:left;
  font-weight:bold;
  margin:0px 1px 1px 0px;
  padding:2px 0px;
  text-align:center;
  width:41px;
}

#productDetail #middleColumn #sizeColor .holder .hoverOver {
  background:#A4DBFF !important;
  border:2px solid #77C9FF !important;
}

#productDetail #middleColumn #sizeColor #sizeHolder .sizeBoxSelected {
  background:#E24F10;
  border:2px solid #C0430E;
  color:#FFF;
  cursor:default;
  display:block;
  float:left;
  font-weight:bold;
  margin:0px 1px 1px 0px;
  padding:2px 0px;
  text-align:center;
  width:41px;
}

#productDetail #middleColumn #sizeColor #availabilityHolder {
  font-size:9px;
  font-weight:normal;
  margin:10px 0px 0px 24px;
}

#productDetail #middleColumn #sizeColor #availability {
  float:left;
  margin:-6px 0px 4px 4px;
}

#productDetail #middleColumn #addToCart {
  padding:16px 0px 0px 0px;
}

#productDetail #middleColumn #addToCart div {
  font-weight:bold;
  text-align:center;  
}

#productDetail #middleColumn #addToWishList {
  padding:0px 0px 0px 0px;
}

#productDetail #middleColumn #addToWishList div {
  text-align:center;  
}

#productDetail #middleColumn #faq a{
  padding:0px 0px 0px 20px;
}

#productDetail #middleColumn input {
  text-align:center;
}

#productDetail #middleColumn #promotion {
  text-align:center;  
}

*html #productDetail #rightColumn {
  margin-top:-30px;
}

#productDetail #rightColumn {
  float:left;
}

#productDetail #rightColumn .module {
  background:#FFF url(../../images/enhancements/productdetail/background_rightcolumn_middle.gif) repeat-y top left;
  width:275px;
}

#productDetail #rightColumn .module .header {
  clear:both;
  color:#666;
  font-size:12px;
  font-weight:bold;
  margin:0px 0px 4px 0px;
  padding:0px;
  text-align:center;
}

#productDetail #rightColumn .module .top {
  background:url(../../images/enhancements/productdetail/background_rightcolumn_top.gif) no-repeat top left;
  padding:6px;
}

#productDetail #rightColumn .module .bottom {
  background:url(../../images/enhancements/productdetail/background_rightcolumn_bottom.gif) no-repeat bottom left;
}

#productDetail #rightColumn .module .center {
  text-align:center;  
}

#productDetail #instorePickup #instore_stores {
  height:75px;
}

#productDetail #instorePickup #instore_stores .icon {
  float:left;
  margin:0px;
  padding:0px 2px 2px 0px;
}

#productDetail #instorePickup #instore_stores .text {
  font-size:10px; 
}

#productDetail #instorePickup #instore_stores .text #instoreError {
  clear:both;
  color:#D55512;
  font-size:10px;
  font-weight:bold;
  padding:10px 2px 2px 2px;
}

#productDetail #instorePickup .store {
  height:25px;
}

#productDetail #instorePickup .store div {
  padding:5px 6px 4px 6px;
  text-align:right;
}

#productDetail #instorePickup .store .name {
  float:left;
  text-align:left;
}

#productDetail #instorePickup .available {
  background:url(../../images/enhancements/productdetail/ispu_available.jpg) no-repeat top left;
  color:#FFF;
  font-weight:bold;
}

#productDetail #instorePickup .unavailable {
  background:url(../../images/enhancements/productdetail/ispu_unavailable.gif) no-repeat top left;
  color:#999;
}

#productDetail #instorePickup #ispuLoading {
  text-align:center;
  padding-top:20px;
}

#productDetail #mayWeSuggest .product {
  background:url(../../images/enhancements/productdetail/background_maywesuggest.gif) no-repeat top left;
  clear:both;
  padding:0px 10px 0px 0px;
  height:118px;
  width:260px;
}

#productDetail #mayWeSuggest .hover {
  background:url(../../images/enhancements/productdetail/background_maywesuggest_over.gif) no-repeat top left;
}

#productDetail #mayWeSuggest .top {
  padding:6px 0px;
}

#productDetail #mayWeSuggest table {
  display:none;
}

#productDetail #mayWeSuggest .product .thumbnail {
  float:left;
  margin:8px 8px 4px 11px;
}

#productDetail #mayWeSuggest .product .thumbnail img {
  height:100px;
  width:100px;
}

#productDetail #mayWeSuggest .product .details {
  padding:10px 0px 0px 0px;
  text-align:left;
}

#productDetail #mayWeSuggest .product .salesText {
  font-weight:bold;
  text-align:left;
}

#productDetail #mayWeSuggest .product .origPrice {
  color:#000;
  font-size:12px;
  font-weight:bold;
  margin:4px 0px 0px 0px;
}

#productDetail #mayWeSuggest .product .nowPrice {
  color:#C00;
  font-size:12px;
  font-weight:bold;
  margin:4px 0px 0px 0px;
}

#productDetail #mayWeSuggest .product .wasPrice {
  margin:0px 0px 4px 0px;
  text-decoration:line-through;
}

#productDetail #mayWeSuggest .product select {
  width:90px; 
}

#productDetail #mayWeSuggest .name {
  text-align:left;  
}

#productDetail #mayWeSuggest .name A {
  color:#336699;
}

#productDetail #mayWeSuggest #links {
  clear:both;
  padding:4px 0px 10px 0px;
}

#productDetail #mayWeSuggest #links div {
  font-weight:bold;
  text-align:center;
}

.productReviews {
  clear:both;
}


/**********************************************************
 * pngPopup
 **********************************************************/

#pngPopupMask {
  position: absolute;
  z-index: 200;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .3;
  filter: alpha(opacity=30);
  /* this hack is so it works in IE
   * I find setting the color in the css gives me more flexibility 
   * than the PNG solution.
   */
  background-color:transparent !important;
  background-color: #ffffff;
  /* this hack is for opera support
   * you can uncomment the background-image if you don't care about opera.
   * this gives you the flexibility to use any bg color that you want, instead of the png
   */
  background-image/**/: url(../../images/popup/maskBG.png) !important; /* For browsers Moz, Opera, etc. */
  background-image:none;
  background-repeat: repeat;
  display:none;
}

#pngPopupHolder {
  position:absolute;
  z-index:500;
}

#pngPopupContent {
  position:relative;
}

#pngPopupBackground, #pngPopup {
  left:0px;
  position:absolute;
  top:0px;
}

#pngPopupBackground div {
  float:left;
  width:20px;
}

#pngPopupTopLeft, #pngPopupTopMiddle, #pngPopupTopRight {
  height:40px;
}

#pngPopupTopLeft {
  background:url(../../images/popupPng/popup_top_left.png) no-repeat top left;
}

#pngPopupTopMiddle {
  background:url(../../images/popupPng/popup_top_middle.png) repeat-x top left;
}

#pngPopupTopRight {
  background:url(../../images/popupPng/popup_top_right.png) no-repeat top left;
}

#pngPopupTopLeftError, #pngPopupTopMiddleError, #pngPopupTopRightError {
  height:40px;
}

#pngPopupTopLeftError {
  background:url(../../images/popupPng/popup_top_left_red.png) no-repeat top left;
}

#pngPopupTopMiddleError {
  background:url(../../images/popupPng/popup_top_middle_red.png) repeat-x top left;
}

#pngPopupTopRightError {
  background:url(../../images/popupPng/popup_top_right_red.png) no-repeat top left;
}

#pngPopupMiddleLeft {
  background:url(../../images/popupPng/popup_middle_left.png) repeat-y top left;
}

#pngPopupMiddle {
  background:#FFF;
}

#pngPopupMiddleRight {
  background:url(../../images/popupPng/popup_middle_right.png) repeat-y top left;
}

#pngPopupBottomLeft, #pngPopupBottomMiddle, #pngPopupBottomRight {
  height:70px;
}

#pngPopupBottomLeft {
  background:url(../../images/popupPng/popup_bottom_left.png) no-repeat top left;
}

#pngPopupBottomMiddle {
  background:url(../../images/popupPng/popup_bottom_middle.png) repeat-x top left;
}

#pngPopupBottomRight {
  background:url(../../images/popupPng/popup_bottom_right.png) no-repeat top left;
}

#pngPopupClose {
  cursor:pointer;
  float:right;
  padding:4px 7px 0px 2px;
}

#pngPopupTitle, #pngPopupTitleError {
  color:#FFF;
  font-size:12px;
  font-weight:bold;
  padding:6px 0px 4px 8px;
}

#pngFrame {
  background:transparent;
  border:0px solid #FFF;
}


#pngPopupText {
  clear:both;
  padding:4px 10px 10px 8px;
  text-align:left;
}

#pngLoadingDiv {
  text-align:center;
}

/**********************************************************
 * TEST INFO
 **********************************************************/

#testInfo {
  background:#F0F0F0;
  border:1px solid #000;
  color:#000;
  height:400px;
  left:980px;
  overflow:auto;
  position:absolute;
  top:100px;
  width:250px;
}

#testClear {background:#CCC;border:1px solid #000;height:20px;left:980px;position:absolute;text-align:center;top:80px;width:250px;}


/**********************************************************
 * ORDER INQUIRY
 **********************************************************/

#orderInquiry .text{
  font-family:Verdana;
  font-size: 10px
}


#orderInquiry .oi_width{
  width:750px; 
}

#orderInquiry .oi_box{
  width:750px; 
  padding-top:5px;
  padding-bottom:20px;
}

#orderInquiry .oi_bold_text{
  font-size:18px;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  padding-bottom:10px;
}

#orderInquiry .oi_box_top{
  background:url(../../images/enhancements/order_inquiry/oi_box_top.gif) no-repeat top;
  height:25px;
}

#orderInquiry .oi_box_middle{
  background-image:url(../../images/enhancements/order_inquiry/oi_box_middle.gif);
  height:50px;
}

#orderInquiry .oi_box_bottom{
  background:url(../../images/enhancements/order_inquiry/oi_box_bottom.gif) no-repeat bottom;
  height:25px;
}

#orderInquiry  .box_bold_text{
  font-size:12px;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  padding-bottom:7px;
}

#orderInquiry .box_look_up{
  position:relative;top:15px;left:0;
}

#orderInquiry .box_content_left{
  float:left;
  left:0;
  top:0;
  width:200px;
  padding-left:40px;
}
#orderInquiry .box_content_middle{
  float:left;
  left:0;
  top:0;
  width:200px;
  padding-left:40px;
}

#orderInquiry .box_content_right{
  float:right;
  width:150px;
  padding-right:40px; 
}

#orderInquiry .error_msg{
  color:red;
  font-weight:bold;
  font-size:14px;
}

#jPopupMask {position: absolute;z-index: 200;top: 0px;left: 0px;width: 100%;height: 100%;opacity: .3;filter: alpha(opacity=30);background-color:transparent !important;background-color: #ffffff;background-image/**/: url(../../images/popup/maskBG.png) !important;background-image:none;background-repeat: repeat;display:none;}
#jPopup {display:none;position:absolute;z-index:500;}
#jPopup .holder {position:relative;}
#jPopup .background, #jPopup .content {background:transparent;left:0px;padding:0;position:absolute;top:0px;}
#jPopup .background div {float:left;width:20px;}
#jPopup .topLeft, #jPopup .topMiddle, #jPopup .topRight {height:40px;}
#jPopup .topLeft {background:url(../../images/popupPng/popup_top_left.png) no-repeat top left;}
#jPopup .topMiddle {background:url(../../images/popupPng/popup_top_middle.png) repeat-x top left;}
#jPopup .topRight {background:url(../../images/popupPng/popup_top_right.png) no-repeat top left;}
#jPopup .middleLeft {background:url(../../images/popupPng/popup_middle_left.png) repeat-y top left;}
#jPopup .middle {background:#FFF;}
#jPopup .middleRight {background:url(../../images/popupPng/popup_middle_right.png) repeat-y top left;}
#jPopup .bottomLeft, #jPopup .bottomMiddle, #jPopup .bottomRight {height:70px;}
#jPopup .bottomLeft {background:url(../../images/popupPng/popup_bottom_left.png) no-repeat top left;}
#jPopup .bottomMiddle {background:url(../../images/popupPng/popup_bottom_middle.png) repeat-x top left;}
#jPopup .bottomRight {background:url(../../images/popupPng/popup_bottom_right.png) no-repeat top left;}
#jPopup .close {cursor:pointer;float:right;padding:4px 7px 0px 2px;}
#jPopup .title {color:#FFF;font-size:12px;font-weight:bold;padding:6px 0px 4px 8px;}
#jPopup .text {overflow:auto;padding:8px 12px;}
#jPopup iframe {margin:8px 12px;}