/* ---------------------------------------------------------------------- */
/* Default Control */
/* ---------------------------------------------------------------------- */
.control
{
    margin-bottom: 14px;
    background-color: #e8ebf3;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 0px;
}
.control .controlTitle
{
    background: url(images/panels/basic_top_right.gif) no-repeat top right #254779;
    height: 30px;
    overflow: hidden;
}
.control .controlTitle h1
{
    background: url(images/panels/basic_top_left.gif) no-repeat top left;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 4px 0px 9px;
}
.control .controlTitle h2
{
    background: url(images/panels/top-178.gif) no-repeat top left #e8ebf3;
    color: #254779;
    text-transform: uppercase;
    font-size: 10px;
    padding: 10px 4px 10px 9px;
}
.control .controlTitle a
{
    float: right;
    background: url(images/panels/title_link_arrow.gif) no-repeat right;
    color: #FFF;
    margin: 4px 8px 0px 0px;
    padding: 3px 14px 2px 9px;
    top: 0px;
    font-size: 11px;
    text-decoration: none;
    display: block;
}
.control .controlTitle a:hover
{
    color: #fff;
    text-decoration: underline;
}

/* ---------------------------------------------------------------------- */
/* Modifiers */
/* ---------------------------------------------------------------------- */
.oneQuarterWidth
{
    width: 178px;
    background-image: url(images/panels/bottom-178.gif);
}
.halfWidth
{
    width: 356px;
    background-image: url(images/panels/bottom-356.gif);
}
.threeQuarterWidth
{
    width: 534px;
    background-image: url(images/panels/bottom-534.gif);
    clear: left;
}
.threeQuarterWidth .plainTop
{
    width: 534px;
    background-image: url(images/panels/top-534.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-bottom: 0px;
}
.threeQuarterWidth .plainTop h3
{
    margin-left: 14px;
    margin-bottom: 5px;
    font-size: 13px;
}
.threeQuarterWidth .plainTop p
{
    margin-left: 14px;
    margin-bottom: 5px;
    margin-right: 25px;
}
.fullWidth
{
    width: 728px;
    background-image: url(images/panels/bottom-728.gif);
}
.searchWidth
{
    margin-right: 16px;
    background-image: url(images/panels/bottom-712.gif);
}
.price ul
{
    width: 135px;
}
.price li.priceLeft
{
    width: 80px;
    float: left;
    font-weight: bold;
    clear: none;
    padding: 0px;
}
.price li.priceRight
{
    width: 50px;
    float: left;
    font-weight: bold;
    text-align: right;
    clear: none;
    padding: 0px;
}
.price
{
    margin-bottom: 6px;
}
/* ---------------------------------------------------------------------- */
/* Control - Details + Details Small + Details Large (SET HEIGHT) */
/* ---------------------------------------------------------------------- */
.control_details
{
    width: 356px;
    height: 372px;
    background-image: url(images/panels/bottom-356.gif);
}
.control_detailsSmall
{
    width: 314px;
    height: 328px;
    background-image: url(images/panels/bottom-314.gif);
}
.control_detailsLarge
{
    width: 534px;
    background-image: url(images/panels/bottom-534.gif);
    padding-bottom: 5px;
    margin-bottom: 28px;
}
.control_detailsLarge .left
{
    width: 220px;
    padding: 0px 0px 0px 5px;
    margin-right: 10px;
}
.control_detailsLarge .text
{
    float: left;
    line-height: 15px;
    clear: none;
    width: 280px;
    margin-top: 20px;
}
.control_detailsLarge .text .blurb
{
    padding: 12px 0px 5px 0px;
}
.control_detailsLarge .text .statsLeft
{
    padding: 0px;
    margin: 0px;
    width: 110px;
    font-weight: bold;
    float: left;
    clear: left;
}
.control_detailsLarge .text .statsRight
{
    padding: 0px;
    margin: 0px;
    width: 140px;
    float: left;
}
.control_detailsLarge .addToCart, .control_detailsLarge .outOfStock
{
    float: left;
    clear: none;
    margin-right: 10px;
    margin-top: 15px;
}
.control_detailsLarge .addWishListSmall
{
    margin-top: 15px;
}
.control_detailsLarge .productDisplay
{
    background: url(images/panels/details_img_bg.gif) top left no-repeat;
    padding: 10px;
    margin: 18px 0px 8px 8px;
    float: left;
    height: 280px;
}
.control_detailsLarge .price
{
    padding: 10px;
    margin: 18px 0px 8px 8px;
}
.control_detailsLarge .price input
{
    width: 24px;
    float: left;
    background: url(images/buttons/amount_input_bg.gif) top left no-repeat;
    margin: 15px 5px 0px 0px;
    padding: 2px 0px 0px 0px;
    border: 0px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
}
.control_detailsLarge .productDisplay img
{
    padding: 6px 0px 12px 0px;
}
.control_detailsLarge .productDisplay .enlarge
{
    margin-left: 6px;
}

.control_detailsLarge .controlTitle
{
    height: auto;
    padding-bottom: 0px;
}
.control_detailsLarge .controlTitle h1
{
    text-transform: none;
    font-size: 14px;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 0px;
}
.control_details .addToCart, .control_detailsSmall .addToCart, .control_detailsSmall .addWishList, .control_details .addWishList, .control_details .outOfStock, .control_detailsSmall .outOfStock
{
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}
.control_details .text, .control_detailsSmall .text
{
    float: right;
    margin-top: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.control_details .text
{
    width: 175px;
    margin-right: 4px;
}
.control_detailsSmall .text
{
    width: 143px;
    margin-right: 2px;
    line-height: 12px;
}
.control_details img, .control_detailsSmall img
{
    background: url(images/panels/featured_img_bg.gif) top left no-repeat;
    padding: 4px;
    margin: 18px 3px 5px 5px;
    float: left;
}
.control_details img
{
    margin-right: 10px;
}
.control_details p, .control_detailsSmall p
{
    padding-right: 10px;
    font-size: 11px;
    color: #2A2A2A;
}
.control_details h2, .control_detailsSmall h2
{
    margin: 0px 8px 5px 0px;
}
.control_details h2 a, .control_detailsSmall h2 a
{
    color: #202020;
}
.control_details h2 a
{
    font-size: 15px;
}
.control_detailsSmall h2 a
{
    font-size: 14px;
    line-height: 16px;
}
.control_details h3, .control_detailsSmall h3
{
    color: #6A6B6C;
    font-weight: normal;
    margin: 0px 0px 9px 0px;
}
.control_details h3
{
    font-size: 13px;
}
.control_detailsSmall h3
{
    font-size: 12px;
}
/* ---------------------------------------------------------------------- */
/* Control - Details Related */
/* ---------------------------------------------------------------------- */
.control_detailsRelated
{
    width: 398px;
    height: 443px;
    background-image: url(images/panels/bottom-398.gif);
}
.control_detailsRelated .addToCart, .control_detailsRelated .addWishList, .control_detailsRelated .outOfStock
{
    float: left;
    margin-top: 2px;
    clear: none;
}
.control_detailsRelated .addWishList
{
    margin-left: 5px;
}
.control_detailsRelated .text
{
    float: left;
    margin: 0px;
    width: 225px;
    padding-left: 13px;
    padding-top: 16px;
}
.control_detailsRelated img
{
    background: url(images/panels/featured_img_bg.gif) top left no-repeat;
    padding: 4px;
    margin: 10px 5px 5px 0px;
    float: right;
}
.control_detailsRelated .grid
{
    height: auto;
    clear: both;
}
.control_detailsRelated .grid img
{
    background: url(images/panels/tiny_img_bg.gif) top left no-repeat;
    padding: 4px;
    margin: 4px 0px 0px 5px;
    float: left;
}
.control_detailsRelated p
{
    padding-right: 10px;
    font-size: 11px;
    color: #2A2A2A;
}
.control_detailsRelated h2
{
    margin: 0px 8px 5px 0px;
}
.control_detailsRelated h2 a
{
    color: #202020;
    font-size: 14px;
    line-height: 16px;
}
.control_detailsRelated h3
{
    color: #6A6B6C;
    font-weight: normal;
    margin: 0px 0px 9px 0px;
    font-size: 13px;
}

/* ---------------------------------------------------------------------- */
/* Control - Details Related Full*/
/* ---------------------------------------------------------------------- */
.control_detailsRelatedFull
{
    width: 728px;
    min-height: 245px;
    background-image: url(images/panels/bottom-728.gif);
}
.control_detailsRelatedFull .addToCart, .control_detailsRelatedFull .addWishList, .control_detailsRelatedFull .outOfStock
{
    float: left;
    margin-top: 2px;
    clear: none;
}
.control_detailsRelatedFull .addWishList
{
    margin-left: 5px;
}
.control_detailsRelatedFull .text
{
    float: left;
    margin: 0px;
    width: 225px;
    padding-left: 13px;
    padding-top: 16px;
}
.control_detailsRelatedFull img
{
    background: url(images/panels/featured_img_bg.gif) top left no-repeat;
    padding: 4px;
    margin: 10px 5px 5px 0px;
    float: right;
}
.control_detailsRelatedFull .grid
{
    padding: 8px 8px 8px 0;
    max-width: 315px;
    float: left;
}
.control_detailsRelatedFull .grid img
{
    background: url(images/panels/tiny_img_bg.gif) top left no-repeat;
    padding: 4px;
    margin: 4px 0px 0px 5px;
    float: left;
}
.control_detailsRelatedFull p
{
    padding-right: 10px;
    font-size: 11px;
    color: #2A2A2A;
}
.control_detailsRelatedFull span
{
    float: left;
    width: 400px;
}
.control_detailsRelatedFull h2
{
    margin: 0px 8px 5px 0px;
}
.control_detailsRelatedFull h2 a
{
    color: #202020;
    font-size: 14px;
    line-height: 16px;
}
.control_detailsRelatedFull h3
{
    color: #6A6B6C;
    font-weight: normal;
    margin: 0px 0px 9px 0px;
    font-size: 13px;
}

/* ---------------------------------------------------------------------- */
/* Control - Chart (SET HEIGHT) */
/* ---------------------------------------------------------------------- */
.control_chart
{
    width: 356px;
    height: 372px;
    background-image: url(images/panels/bottom-356.gif);
}
.control_chart ul
{
    list-style: none;
    padding: 0px;
    margin: 5px;
}
.control_chart ul li
{
    clear: left;
    background-color: #eff1f7;
    height: 82px;
    border-bottom: 1px solid #E3E6F0;
    padding: 0px 4px 0px 4px;
    margin: 0px;
}
.control_chart ul li h2
{
    color: #FD4E08;
    float: left;
    margin: 22px 12px 0px 8px;
    clear: left;
    font-size: 14px;
}
.control_chart ul li h3
{
    float: left;
    margin: 6px 0px 0px 0px;
}
.control_chart ul li h3 a
{
    font-size: 13px;
    color: #191919;
    font-weight: bold;
    display: block;
    width: 160px;
    padding: 10px 0px 6px 0px;
}
.control_chart ul li h3 a:hover
{
    text-decoration: underline;
}
.control_chart ul li img
{
    float: left;
    margin-right: 12px;
}
.control_chart ul li img.addToCartMini
{
    float: right;
    margin-top: 15px;
}
/* ---------------------------------------------------------------------- */
/* Control - Standard */
/* ---------------------------------------------------------------------- */
.control_standard
{
    width: 728px;
    background-image: url(images/panels/bottom-728.gif);
}
.control_standard ul
{
    margin: 0px;
    list-style: none;
    padding: 0px;
    float: left;
    margin-left: 12px;
}
.control_standard ul li
{
    width: 101px;
    float: left;
    text-align: left;
    padding: 12px 0px 0px 0px;
    clear: none;
}
.control_standard .text
{
    height: 67px;
    padding: 0px 8px 0px 4px;
}
.control_standard .addToCartMini
{
    margin: 3px 4px 8px 0px;
    float: left;
    padding: 0px;
}
.control_standard a
{
    font-size: 9px;
    font-weight: bold;
    line-height: 13px;
}
.control_standard img
{
    background: url(images/panels/recommend_img_bg.gif) top left no-repeat;
    padding: 6px 2px 6px 2px;
}
.control_standard h2
{
    margin: 4px 0px 3px 0px;
}
.control_standard h2 a
{
    font-size: 11px;
    color: #202020;
}
.control_standard h3
{
    font-size: 11px;
    color: #8E8E8E;
    font-weight: normal;
    line-height: 11px;
}

/* ---------------------------------------------------------------------- */
/* Control - Modified */
/* ---------------------------------------------------------------------- */
.control_modified
{
    margin-bottom: 14px;
    background-color: #e8ebf3;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    width: 728px;
    min-height: 295px;
    background-image: url(images/panels/bottom-728.gif);
}
.control_modified ul
{
    margin: 0px;
    list-style: none;
    padding: 0px;
    float: left;
    margin-left: 0px;
}
.control_modified ul li
{
    width: 110px;
    float: left;
    text-align: left;
    padding: 0px 0px 0px 11px;
    clear: none;
    font-size: 9px;
    font-weight: bold;
}
.control_modified ul li .warning
{
    text-decoration: none;
}
.control_modified .text
{
    height: 40px;
    padding: 0px 0px 10px 10px;
    margin-bottom: 10px;
}
.control_modified .addToCartMini
{
    margin: 3px 4px 8px 10px;
    float: left;
    padding: 0px;
}
.control_modified img
{
    background: url(images/panels/recommend_img_bg.gif) top left no-repeat;
    padding: 6px 2px 6px 2px;
    margin: 12px 0px 5px 0px; /*	 	background:url(images/panels/featured_img_bg.gif) top left no-repeat; 	padding:4px; 	float:left; */
}
.control_modified h2
{
    margin: 4px 0px 3px 0px;
}
.control_modified h2 a
{
    font-size: 11px;
    color: #202020;
}
.control_modified h3
{
    font-size: 11px;
    color: #8E8E8E;
    font-weight: normal;
    line-height: 11px;
}
.control_modified .tabInactive, .tabActive
{
    background: url(images/nav/cntrlInact.gif) no-repeat top left;
    color: #FFF;
    float: right;
    height: 25px;
    width: 118px;
    margin: 5px 5px 0px 0px;
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
    cursor: pointer;
    cursor: hand;
}
.control_modified .tabActive
{
    background: url(images/nav/cntrlHlt.gif) no-repeat top left;
    color: #254779;
    cursor: pointer;
    cursor: hand;
}
.control_modified .controlFooter a
{
    float: right;
    font-weight: bold;
    color: #1c3565;
    margin: 0 8px 0;
    padding: 5px 16px 0 9px;
    font-size: 11px;
    text-decoration: none;
    display: block;
}
.control_modified .controlFooter a:hover
{
    color: #1c3565;
    text-decoration: underline;
}


/* ---------------------------------------------------------------------- */
/* Control - Standard Small */
/* ---------------------------------------------------------------------- */
.control_standardSmall
{
    width: 534px;
    background-image: url(images/panels/bottom-534.gif);
}
.control_standardSmall ul
{
    margin: 0px;
    list-style: none;
    padding: 0px;
    float: left;
    padding-left: 10px;
}
.control_standardSmall ul li
{
    width: 104px;
    float: left;
    text-align: left;
    padding: 12px 0px 10px 0px;
    clear: none;
}
.control_standardSmall .text
{
    height: 67px;
    padding: 0px 8px 0px 4px;
}
.control_standardSmall .addToCartMini
{
    margin: 3px 4px 8px 0px;
    float: left;
    padding: 0px;
}
.control_standardSmall a
{
    font-size: 9px;
    font-weight: bold;
    line-height: 13px;
}
.control_standardSmall img
{
    background: url(images/panels/recommend_img_bg.gif) top left no-repeat;
    padding: 6px 2px 6px 2px;
}
.control_standardSmall h2
{
    margin: 4px 0px 3px 0px;
}
.control_standardSmall h2 a
{
    font-size: 11px;
    color: #202020;
}
.control_standardSmall h3
{
    font-size: 11px;
    color: #8E8E8E;
    font-weight: normal;
    line-height: 11px;
}


.control_standardSmall .plainTop
{
    width: 534px;
    background-image: url(images/panels/top-534.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-bottom: 0px;
}
.control_standardSmall .plainTop h3
{
    margin-left: 14px;
    margin-bottom: 5px;
    color: #1C3565;
    font-size: 13px;
    font-weight: bold;
}
/* ---------------------------------------------------------------------- */
/* Control - List */
/* ---------------------------------------------------------------------- */
.control_list
{
    margin-right: 16px;
    background-color: #eff1f7;
}
.control_list .controlTitle
{
    height: 32px;
}
.control_list .controlTitle h1
{
    text-transform: capitalize;
    font-size: 16px;
    padding-top: 6px;
}
.control_list p
{
    font-size: 11px;
    margin-bottom: 4px;
}
.control_list .text
{
    margin: 8px 0px 0px 0px;
    min-height: 10px;
}
.control_list .text a
{
    margin-right: 8px;
    clear: none;
}
.control_list .price
{
    float: right;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 18px;
    margin-right: 8px;
    font-weight: bold;
}
.control_list .price .priceInner
{
    height: 65px;
    padding: 0px;
    margin: 0px;
}
.control_list .addToCart, .control_list .outOfStock
{
    margin-top: 5px;
    padding-top: 0px;
    margin-bottom: 4px;
}
.control_list ul li
{
    clear: left;
    padding-bottom: 8px;
    padding-top: 4px;
    margin-bottom: 0px;
    display: block;
}
.control_list ul li img
{
    background: url(images/panels/tiny_img_bg.gif) top left no-repeat;
    margin: 12px;
    float: left;
    padding: 5px;
}
.control_list h2
{
    margin: 0px 0px 2px 0px;
}
.control_list h2 a
{
    color: #202020;
    font-size: 14px;
}
.control_list h3
{
    color: #6A6B6C;
    font-weight: normal;
    margin: 0px 0px 6px 0px;
    font-size: 11px;
    line-height: 13px;
}


/* ---------------------------------------------------------------------- */
/* Control - Compact List */
/* ---------------------------------------------------------------------- */
.control_compactList
{
    width: 178px;
    background-image: url(images/panels/bottom-178.gif);
}
.control_compactList ul
{
    list-style: none;
    padding: 0px 0px 20px 0px;
    margin: 5px;
}
.control_compactList ul li
{
    clear: left;
    background-color: #eff1f7;
    height: 79px;
    border-bottom: 1px solid #E3E6F0;
    padding: 8px 4px 8px 4px;
}
.control_compactList ul .text
{
    margin-bottom: 12px;
    margin-top: 0px;
}
.control_compactList ul .text a
{
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #191919;
}
.control_compactList ul .text a:hover
{
    text-decoration: underline;
}

.control_compactList ul a
{
    font-size: 9px;
    font-weight: bold;
}
.control_compactList .text h1
{
    margin: 0px;
}
.control_compactList .text h1 a
{
    font-size: 11px;
    line-height: 12px;
    margin: 0px;
}
.control_compactList .text h1 a:hover
{
    text-decoration: underline;
}
.control_compactList .text h2
{
    font-size: 10px;
    color: #8E8E8E;
    font-weight: normal;
    margin: 0px 0px 2px 0px;
}
.control_compactList ul li img
{
    float: left;
    margin: 0px 8px 0px 4px;
}
.control_compactList ul li img.addToCartMini
{
    float: left;
    margin-left: 0px;
}
.control_compactList ol li
{
    padding-bottom: 0px;
}
/* ---------------------------------------------------------------------- */
/* Control - Cart */
/* ---------------------------------------------------------------------- */

.control_cart
{
    float: left;
}
.control_cart .inner
{
    margin-top: 0px;
}
.control_cart .inner h2
{
    margin: 0px;
}
.control_cart .inner h2 ul
{
    height: 16px;
    margin-left: 15px;
}
.control_cart .inner h2 ul li
{
    clear: none;
    float: left;
    text-indent: 0px;
}
.control_cart .inner h2 ul li.items
{
    width: 280px;
}
.control_cart .buttons ul li
{
    float: left;
    clear: none;
    padding-top: 5px;
    line-height: 20px;
}
.control_cart .buttons ul li.price, .control_cart .inner h2 ul li.price
{
    width: 50px;
}
.control_cart .buttons ul li.qty, .control_cart .inner h2 ul li.qty
{
    width: 30px;
}
.control_cart .buttons ul li.total, .control_cart .inner h2 ul li.total
{
    width: 50px;
}
.control_cart .text
{
    width: 200px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 85px;
}
.control_cart ul li img
{
    background: url(images/panels/tiny_img_bg.gif) top left no-repeat;
    padding: 8px 9px 8px 8px;
    margin: 12px 0px 12px 12px;
    float: left;
}
.control_cart ul li img.imgB
{
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
    margin: 0 0 0 15px;
}
.control_cart h3 a
{
    font-size: 11px;
    line-height: 14px;
    margin: 0px;
}
.control_cart .buttons
{
    float: right;
    width: 240px;
    margin-top: 30px;
}
.control_cart .addToCart
{
    float: left;
    clear: none;
}
.control_cart .addToCartInset
{
    float: right;
    margin-right: 20px;
    margin-bottom: 12px;
}
.control_cart .remove
{
    float: left;
    clear: none;
    margin-right: 10px;
}
.control_cart ul li
{
    clear: left;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    display: block;
}
.control_cart ul.totals
{
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #C7CFDD;
    height: 25px;
}

.control_cart ul.redpostage
{
    padding-top: 2px;
    font-weight: bold;
    color: Red;
}
.control_cart ul.totals li
{
    clear: none;
    float: left;
    padding-top: 6px;
}
.control_cart ul.totals li.title
{
    width: 360px;
    clear: left;
}
.control_cart ul.totals li.price
{
}
.control_cart a.continue, .control_cart a.back
{
    float: right;
    margin: 24px 12px 12px 0px;
}
ul.progress
{
    width: 488px;
    height: 23px;
    background: url(images/template/progress_scroll_56.gif) repeat-x top right #FF6500;
    border-right: 1px solid #A6B9CF;
    border-left: 1px solid #DD6500;
    margin: 0px 0px 15px 15px;
    float: none;
}
ul.progress li
{
    background: url(images/template/progress_bg.gif) repeat-x top left #eff1f7;
    float: left;
    clear: none;
    width: 112px;
    height: 19px;
    color: #254779;
    font-weight: bold;
    font-size: 12px;
    padding-top: 4px;
    padding-left: 10px;
}
ul.progress li.active
{
    background: none;
    color: #FFFFFF;
}
ul.progress li.visited
{
    background: none;
    color: #FFFFFF;
}
ul.progress .cartIcon
{
    width: 1px;
    height: 1px;
    float: right;
}
ul.progress li.active .cartIcon
{
    width: 15px;
    height: 15px;
    background: url(images/template/progress_icon.gif) no-repeat top left;
    float: right;
}
ul.progress li.visited .cartIcon
{
    width: 18px;
    height: 15px;
    background: url(images/template/progress_tick.gif) no-repeat top left;
    float: left;
}
ul.delivery
{
    margin-top: 15px;
    margin-left: 18px;
    margin-bottom: 20px;
}
ul.delivery li
{
    padding: 5px 0px 5px 0px;
}
ul.delivery .formLeft
{
    font-weight: bold;
}
ul.paymentTypes
{
    margin-left: 15px;
    margin-top: 15px;
}
ul.paymentTypes li
{
    line-height: 20px;
}
ul.paymentTypes li .check
{
    float: left;
    width: 30px;
}
ul.paymentTypes li .type
{
    float: left;
    width: 100px;
}
ul.paymentTypes li .number
{
    float: left;
    width: 180px;
}
ul.paymentTypes li .expiry
{
    float: left;
    width: 80px;
}
/* ---------------------------------------------------------------------- */
/* Control - Editors Choice */
/* ---------------------------------------------------------------------- */
.echoice
{
}
.echoice img
{
    float: left;
    background: url(images/panels/featured_img_bg.gif) top left no-repeat;
    padding: 4px 0px 8px 8px;
    margin: 0px 0px 8px 8px;
    float: left;
}
.echoice .text
{
    float: right;
    width: 360px;
}
.echoice .price
{
    margin-left: 15px;
    margin-top: 8px;
}
.echoice .addWishList
{
    float: left;
}
.echoice .addToCart
{
    margin-bottom: 5px;
    margin-top: 10px;
}
.echoice p
{
    padding-right: 10px;
    font-size: 11px;
    color: #2A2A2A;
}
.control .inner .echoice h5
{
    background-color: Transparent;
    margin: 0px 0px 0px 14px;
}
.control .inner .echoice h5 a
{
    color: #202020;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
}
.control .inner .echoice h3
{
    margin: 0px 0px 0px 14px;
    color: #6A6B6C;
    font-weight: normal;
    font-size: 12px;
}

/* ---------------------------------------------------------------------- */
/* Homepage Auto Scroll Feature Panel */
/* ---------------------------------------------------------------------- */
.autoScroll
{
    width: 728px;
    clear: both;
    background: url(images/panels/autoScroll_bg_bottom.gif) bottom repeat-x #FFFFFF;
}
.autoScroll ul
{
    width: 664px;
    margin: 0px;
    list-style: none;
    padding: 0px;
    float: left;
    background-color: #FFF;
    clear: none;
}
.autoScroll ul li
{
    width: 103px;
    height: 211px;
    float: left;
    border-right: 1px solid #e8ebf3;
    text-align: left;
    padding: 6px 0px 0px 0px;
    margin-left: 6px;
    clear: none;
}
.autoScroll .prev
{
    float: left;
}
.autoScroll .next
{
    float: right;
}
.autoScroll .text
{
    height: 60px;
    overflow: hidden;
    margin-left: 2px;
}
.autoScroll .addToCartMini
{
    margin: 3px 4px 8px 0px;
    float: left;
}
.autoScroll a
{
    font-size: 9px;
    font-weight: bold;
    line-height: 13px;
}
.autoScroll h2
{
    margin: 4px 0px 4px 0px;
}
.autoScroll h2 a
{
    font-size: 12px;
    color: #202020;
}
.autoScroll h3
{
    font-size: 11px;
    color: #8E8E8E;
    font-weight: normal;
    line-height: 11px;
}
.scroll
{
    width: 661px;
    height: 224px;
    overflow: hidden;
}
/* ---------------------------------------------------------------------- */
/* Clubs */
/* ---------------------------------------------------------------------- */
.clubs ul
{
    margin: 20px 0px 0px 25px;
    padding: 0px;
}
.clubs ul li
{
    float: left;
    clear: none;
    margin: 0px 0px 0px 0px;
    padding-right: 20px;
    width: 322px;
    height: 205px;
    font-size: 12px;
}
.clubs ul li p
{
    margin: 6px 0px 0px 0px;
}
.clubs img
{
    padding: 4px;
    background: url(images/categoryPics/cat_pic_bg.gif) no-repeat top left;
}
/* ---------------------------------------------------------------------- */
/* Control Special */
/* ---------------------------------------------------------------------- */
.control_special .inner
{
    width: auto;
    margin: 0px;
}
.control_special .inner h2
{
    margin: 0px;
    width: auto;
}
.control_special .control
{
    background-image: none;
}
.control_special .inner a
{
    float: right;
    background: url(images/panels/title_link_arrow.gif) no-repeat right;
    color: #FFF;
    margin: 0px 8px 0px 0px;
    padding: 4px 16px 2px 9px;
    top: 0px;
    font-size: 11px;
    text-decoration: none;
    display: block;
}
.control_special .inner a:hover
{
    color: #fff;
    text-decoration: underline;
}
.control_special .control_detailsLarge
{
    margin-bottom: 0px;
}
.control_special .control_detailsLarge img
{
    background: url(images/panels/featured_img_bg.gif) top left no-repeat;
    padding: 5px;
    margin: 12px 0px 8px 8px;
    float: left;
}
.control_special .control_detailsLarge .text
{
    width: 340px;
    margin: 10px 0px 0px 18px;
}
.control_special .control_detailsLarge .price
{
    padding: 0px;
    margin: 0px 0px 8px 0px;
    float: left;
    width: 180px;
}
.control_special .control_detailsLarge .addWishListSmall
{
    background-image: none;
    padding: 0px;
    margin: 0px;
}
.control_special .control_detailsLarge .addToCart
{
    margin: 0px 5px 0px 20px;
}
.control_special .control_detailsSmall
{
    width: 260px;
    height: auto;
}
.control_special .control_detailsSmall .text
{
    width: 260px;
}
/* ---------------------------------------------------------------------- */
/* Control Search */
/* ---------------------------------------------------------------------- */
.control_search
{
    padding-bottom: 7px;
}
.control_search ul
{
    margin: 7px 0px 0px 10px;
    padding: 0px;
}
.control_search ul li
{
    list-style-type: square;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    text-indent: 0px;
    color: #96a2ba;
}
.control_search .controlTitle
{
    height: 20px;
    overflow: hidden;
}
.control_search .controlTitle h1
{
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    padding: 4px 4px 0px 9px;
}

#ctl00_MainContent_pnlOrderDetails ul
{
    padding-left: 15px;
}
#ctl00_MainContent_pnlOrderDetails ul li
{
    padding: 4px 0;
}
/* ---------------------------------------------------------------------- */
/*flat div */
/* ---------------------------------------------------------------------- */
#reg-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
    background-color: #FFF;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    height: 100%;
}
#reg-loading
{
    opacity: 1;
    z-index: 1200;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    text-align: center;
}
.dropdown
{
    display: none;
}
