/* Color: Blue */

body {
    background: #fff url('../../__custom/images/blue/BodyBg.gif') repeat-x 0 0;
    color: #3a3a3a;
}
a {
    color: #3a3a3a;
    font-weight: normal;
    text-decoration: underline;
}
a:hover {
    color: #2bb4f4;
}
h2 {
    font-family: Georgia, Times New Roman, Serif;
    color: #2D4D64;
    font-size: 2em;
}
h3 {
    font-family: Georgia, Times New Roman, Serif;
    color: #2D4D64;
    margin-bottom: 1em;
}
h4 {
    color: #727272;
}
hr {
    background: #e6e6e6;
}
input[type="submit"], input[type="button"] {
    background: linear-gradient(top, rgb(122,162,174) 0%, rgb(89,126,138) 100%);
    background: -o-linear-gradient(top, rgb(122,162,174) 0%, rgb(89,126,138) 100%);
    background: -moz-linear-gradient(top, rgb(122,162,174) 0%, rgb(89,126,138) 100%);
    background: -webkit-linear-gradient(top, rgb(122,162,174) 0%, rgb(89,126,138) 100%);
    background: -ms-linear-gradient(top, rgb(122,162,174) 0%, rgb(89,126,138) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(122,162,174)),color-stop(1, rgb(89,126,138)));
    background: -ms-linear-gradient(top left, #7aa2ae 0%, #597e8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7aa2ae', endColorstr='#597e8a');
    color: #FFFFFF;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    padding: 3px 10px 5px 10px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    margin-bottom: 10px;
}    

/* ======== TOP MENU ======== */

#TopMenu li a, #TopMenu li div {
    color: #898989;
}
#TopMenu li div a {
}
#TopMenu li a:hover {
    color: #fff;
}
#TopMenu #TopMenuLeft {
    float: left;
    width: 500px;
}
#TopMenu #TopMenuRight {
    float: right;
    width: 475px;
    text-align: right;
    color: #898989;
    font-size: 11px;
    padding-top: 19px;
}
#TopMenu #TopMenuRight a {
    color: #898989;
    text-decoration: none;
    margin-right: 5px;
}
#TopMenu #TopMenuRight a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* ======== MAIN NAVIGATION MENU ======== */

#Menu {
    background: #4f7683 url(../../__custom/images/blue/bg_navi.jpg) 0 0 no-repeat;
    margin-top: -59px;
}
#Menu li {
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    height: 33px;
}    
#Menu li.First a {
    padding: 0 0 0 2px;
    background: url(../../__custom/images/blue/cust-bg-nav-home.png) top left no-repeat;
}
#Menu li.First a:hover {
    padding: 0 0 0 2px;
    background: url(../../__custom/images/blue/cust-bg-nav-home-hover.png) top left no-repeat;
}
#Menu li a {
    color: #fff;
    background: url(../../__custom/images/blue/navi_divider.gif) 0 0 no-repeat;
    padding: 8px 10px 8px 10px;
    padding: 10px 10px 9px 10px9; /* IE hack */    
}
#Menu li:hover a, #Menu li.over a{
    text-decoration: none;
}
#Menu ul li a:hover {
    background: url(../../__custom/images/blue/bg_navi_hover.jpg) 0 0 repeat-x;
}
#Menu .sf-vertical, #Menu .sf-vertical li, #Menu .sf-menu ul {
    width: auto;
}    
#Menu .sf-sub-indicator {
    display: none;
}

#Menu li ul {  /* 2nd level */
    top: 33px;
    left: 0;
}    
#Menu li li {
    float: none;
    border-bottom: 1px solid #e6e9ec;
    height: 28px;
}    
#Menu li li a {
    background-image: none;
    background-color: #6a919e;
    white-space: nowrap;
}
#Menu li li a:hover {
    background-image: none;
    background-color: #81a7b3 !important;
}

#Menu li li ul { /* 3rd level */
    top: 0px;
    left: 100%;
    font-size: 1em;
    border-left: 1px solid #e6e9ec;
}
#Menu li li li {
    height: 28px;
    border-bottom: 1px solid #e6e9ec;
}    
#Menu li li li a:hover {
    background-image: none;
    background-color: #81a7b3;
}


#Outer {
}
#Container {
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* ======== LOGO ======== */

#Logo h1 {
    color: #3a3a3a;
}
#Logo h1 a {
    color: #3a3a3a;
}

/* ======== SEARCH FORM ======== */

#SearchForm {
    color: #000;
    /* background: url(../../CellPhones/images/blue/bg_search.gif) 0 0 no-repeat; */
    padding-top: 55px;
    width: 375px;
}
#SearchForm label {
}
#SearchForm #search_wrap {
    display: inline-block;
    height: 21px;
    background: url(../../__custom/images/blue/cust-search-bg.gif) no-repeat top left;
    padding-left: 21px;
}    
#SearchForm input.Textbox {
    background-color: #ffffff;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
}
#SearchForm a {
    color: #898989;
}
#SearchForm a:hover {
    text-decoration: underline;
}

/* ======== SHOPPING CART IN HEADER ======== */

#ViewCartNew {
    background-color: red;
    font-size: 11px;
    float: left;
    height: 25px;
    padding-top: 2px;
    padding-left: 30px;
    margin-top: 78px;
    margin-left: 10px;
    text-align: left;
    background: url(../../__custom/images/blue/icon-viewcart.png) no-repeat;
}
#ViewCartNew a {
    text-decoration: none;
    color: #898989;
}

/* ======== LEFT COLUMN ======== */

.Left {
}
.Left .Block {
    background: url(../../__custom/images/blue/cust-left-bottom.gif) bottom left no-repeat;
    padding-bottom: 8px;
}
.Left .BlockContent {
    color: #3a3a3a;
    background-color: #e6e9ec;
    margin-bottom: 0px;
}
.Left h2 {
    color: #2d4d64;
    font-family: georgia;
    font-size: 17px;
    background: #e6e9ec url(../../__custom/images/blue/left-top.gif) 0 0 no-repeat;
    padding-left: 10px;
}
.Left h2 a {
    color: #2d4d64;
}
.Left li {
    border-bottom: 1px solid #fafbfb;
    padding-bottom: 5px;
}
.Left li a {
    color: #3a3a3a;
}
.Left li a:hover {
    color: #2bb4f4;
}
.Left #SideCategoryList li ul {
    border-top: 1px solid #fafbfb;
    border-bottom: 0;
}
.Left #SideShopByBrand .AllBrandsLink {
    margin-top: 20px;
}

/* ======== MAIN CONTENT AREA ======== */

.Content {
}
.Content h2 {
    margin-bottom: 25px;
}    
.Content h3 {
    margin-bottom: 1em;
}    
.Content #ProductDetails h2 {
    margin: 15px 60px 25px 0px;
}    
.Content #ProductDetails h3 {
    font-family: Georgia, Times New Roman, Serif;
    color: #2D4D64;
    margin-bottom: 1em;
}    
.Content a {
}
.Content #ProductReviews .FloatRight {
    margin-top: 37px;
}    
.Content.Wide {
}
.Content.Widest {
}

/* ======== RIGHT COLUMN ======== */

.Right {
}
.Right .Block {
    background: url(../../__custom/images/blue/cust-left-bottom.gif) bottom left no-repeat;
    padding-bottom: 8px;    
}
.Right .BlockContent {
    color: #3a3a3a;
    background-color: #e6e9ec;
    margin-bottom: 0px;
}
.Right h2 {
    color: #2d4d64;
    font-family: georgia;
    font-size: 17px;
    background: #e6e9ec url(../../__custom/images/blue/left-top.gif) 0 0 no-repeat;
    padding-left: 10px;
    width: 145px;
}
.Right h2 a {
    color: #2d4d64;
}
.Right li {
    border-top: 1px solid #fafbfb;
    padding-bottom: 5px;
}
.Right li a {
    color: #3a3a3a;
}
.Right li a:hover {
    color: #2bb4f4;
}
.Right .ProductList li {
    padding: 10px 0px 0px 0px;
}    
    
/* ======== FOOTER ======== */

#Footer {
    width: 100%;
    background: url(../../__custom/images/blue/cust-bg-footer.png) 0 0 repeat-x;
    font-family: 'Ubuntu Condensed', 'Ubuntu', Arial, Helvetica;
    color: #666666;
    font-size: 14px;
    margin: 0;
}
#Footer p {
margin-bottom: 0.25em;
}
#Footer a {
    color: #666666;
}
#Footer #Credit {
    font-size: 13px;
}

/* ======== PRODUCT LIST/DETAILS ======== */

.Content .ProductList li,
.fastCartContent .ProductList li {
    background: url(../../CellPhones/images/blue/ProductListBgBottom.gif) 100% 100% no-repeat;
}
.Content .ProductList li:hover,
.Content .ProductList li.Over,
.fastCartContent .ProductList li:hover,
.fastCartContent .ProductList li.Over {
}
.Content .ProductList .ProductImage {
    background: url(../../CellPhones/images/blue/ProductListBgTop.gif) 0 0 no-repeat;
}
.Content .ProductList .ProductDetails {
    background: url(../../CellPhones/images/blue/ProductListBgTop.gif) 100% 0 no-repeat;
}
.ProductList strong, .ProductList strong a {
    color: #3A3A3A;
}
.ProductList strong a:hover {
    color: #3A3A3A;
}
.ProductPrice, .ProductList em {
    color: #d81111;
}
.ProductList .Rating {
    color: #7e7e7e;
}
.Content .FeaturedProducts .ProductList li {
}
.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
}
.Content .FeaturedProducts, .Content .NewProducts, .Content .TopSellers {
    background: url(../../__custom/images/blue/bg-heading-left.png) top left no-repeat;
}
.Content .FeaturedProducts h2, .Content .NewProducts h2, .Content .TopSellers h2 {
    color: #fff;
    /* background: #4f7683 url(../../__custom/images/blue/bg_prod_homepage.jpg) no-repeat; */
    background: url(../../__custom/images/blue/bg-heading-right.png) top right no-repeat;
    font-family: Georgia;
    font-size: 18px;
    height: 26px;
    padding-left: 8px;
    padding-top: 3px;
}

.Content .TopSellers {
    margin-top: 25px;
}

input[type="submit"].AddToCart,
input[type="submit"].UpdateQty {
    background: linear-gradient(top, rgb(163,103,145) 0%, rgb(119,72,106) 100%);
    background: -o-linear-gradient(top, rgb(163,103,145) 0%, rgb(119,72,106) 100%);
    background: -moz-linear-gradient(top, rgb(163,103,145) 0%, rgb(119,72,106) 100%);
    background: -webkit-linear-gradient(top, rgb(163,103,145) 0%, rgb(119,72,106) 100%);
    background: -ms-linear-gradient(top, rgb(163,103,145) 0%, rgb(119,72,106) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(163,103,145)),color-stop(1, rgb(119,72,106)));
    background: -ms-linear-gradient(top left, #a36791 0%, #77486a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a36791', endColorstr='#77486a');
    color: #FFFFFF;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px #6c395e;
    padding: 0px 10px 2px 10px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    margin-bottom: 10px;
}    
input[type="submit"].UpdateQty {
    padding: 3px 10px 5px 10px;
    font-size: 12px;
}

.productOptionViewProductPickListWithImage {
    border: 0px !important;
}

/* ======== ACCOUNT CREATION FORM ======== */

.Content #CreateAccountForm dl {
    margin-bottom: 2em;
}    

/* ======== ADD TO CART / CHOOSE OPTIONS ======== */

.ProductActionAdd a,
.Right .ProductActionAdd a,
.Left .ProductActionAdd a,
span.SpanButton {
    display: inline-block;
    background: linear-gradient(top, rgb(163,103,145) 0%, rgb(119,72,106) 100%);
    background: -o-linear-gradient(top, rgb(163,103,145) 0%, rgb(119,72,106) 100%);
    background: -moz-linear-gradient(top, rgb(163,103,145) 0%, rgb(119,72,106) 100%);
    background: -webkit-linear-gradient(top, rgb(163,103,145) 0%, rgb(119,72,106) 100%);
    background: -ms-linear-gradient(top, rgb(163,103,145) 0%, rgb(119,72,106) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(163,103,145)),color-stop(1, rgb(119,72,106)));
    background: -ms-linear-gradient(top left, #a36791 0%, #77486a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a36791', endColorstr='#77486a');
    color: #FFFFFF;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-shadow: 1px 1px #6c395e;
    text-decoration: none;
    padding: 3px 10px 5px 10px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    margin-bottom: 10px;    
}    
.ProductActionAdd a:hover,
.Right .ProductActionAdd a:hover,
.Left .ProductActionAdd a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.ProductList .ProductActionAdd strong a,
.ProductList .ProductActionAdd strong a:hover {
    color: #FFFFFF;
}    

/* ======== TOP SELLERS ======== */

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;    
    font-size: 14px;
    font-weight: 700;
    background-color: #4e687c;
    color: #FFFFFF;
    margin: 5px 0 0 0;
    padding: 0 5px 1px 4px;
    width: 8px;
}
.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
    /*background: #fff url(../../CellPhones/images/blue/bg_topseller.gif) 6px 130px no-repeat;*/
    background: #ffffff;
    border: 1px solid #e6e6e6;
    margin-bottom: -1px;
    padding-top: 0px;
}
.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
    margin-top: 0px;
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
    display: block;
}    
.Right .ProductPriceRating {
    margin-top: 5px;
}
.Right .ProductActionAdd {
    margin: 10px 0 10px 0;
}

/* ======== BREADCRUMB ======== */

.Breadcrumb {
    border-bottom: 1px solid #e6e6e6;
}


.NewsletterSubscription input {
    background: #FFFFFF;
    border: 1px solid #aec6ce;
    margin-top: 2px;
}

.NewsletterSubscription .Button {
    width: 73px;
    height: 22px;
}    

.CompareItem { width:200px; border-left: solid 1px #e6e6e6; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #eee; }
.CompareFieldTop { border-bottom:solid 1px #eee; }
.CompareFieldTop a:hover { color:#d81111; }
.CompareCenter { border-left:solid 1px #e6e6e6; border-bottom:solid 1px #eee; }
.CompareLeft { border-left:solid 1px #e6e6e6; border-bottom:solid 1px #eee; }


/* ======== QUICK SEARCH ======== */

.QuickSearch { background: #fff; border: 1px solid #e6e6e6; }
.QuickSearchResultNoImage { color: #7e7e7e; }
.QuickSearchHover td{ background: #eee; }
.QuickSearchAllResults a { background: url('../../CellPhones/images/blue/QuickSearchAllResultsButton.gif') no-repeat right; }

/* ======== SHOPPING CART DETAILS ======== */

table.CartContents, table.General {
    border: 1px solid #e6e6e6;
    background: #fff;
}
.CartContents thead tr th, table.General thead tr th {
    background: #eee;
    color: #3a3a3a;
    border-bottom: 1px solid #e6e6e6;
}
.CartContents tfoot .SubTotal {
    /* background-color: #e6e9ec; */
}    
.CartContents tfoot .SubTotal td {
    border-top: 1px solid #eee;
    color: #3a3a3a;
}


/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #e6e6e6;
}


.Right .SideCart p {
    color: #3a3a3a;
}
.ViewCartLink {
    background: url('../../CellPhones/images/blue/Cart.gif') no-repeat 8px 4px;
}
.MiniCart h3 {
    color: #3a3a3a;
    font-size: 1.4em;
}
.MiniCart .SubTotal {
    color: #d81111;
}
.JustAddedProduct {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.JustAddedProduct strong, .JustAddedProduct a {
    color: #3a3a3a;
    text-decoration: none;
}
.JustAddedProduct a:hover {
    text-decoration: underline;
}


.CategoryPagination {
    color: #3a3a3a;
    background: #eee;
    border: 1px solid #e6e6e6;
}


.CheckoutRedeemCoupon {
    background: #eee;
    border: 1px solid #e6e6e6;
}


.SubCategoryList, .SubBrandList {
    background: #eee;
    border: 1px solid #e6e6e6;
}


.InfoMessage {
    background: #eee url('../../CellPhones/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
}

.SpecificInfoMessage {
    color: #7e7e7e;
    background-color: #f8e4d1;
    border: 1px solid #e6e6e6;
}

.SuccessMessage {
    background: #eee url('../../CellPhones/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
}
.ErrorMessage {
    background: #eee url('../../CellPhones/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
}

.ComparisonTable {
    background: #fff;
}
.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #eee;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    border: 1px solid #e6e6e6;
    background: #eee;
}


/* ======== Express Checkout ======== */

.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #81a7b3;
    color: #fff;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #eee;
    color: #7e7e7e;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #7e7e7e;
    display: inline-block;
    padding-top: 3px;
}

#OrderConfirmationForm .CartContents .ProductPrice {
    color: #3A3A3A;
}

/* Tabbed Navigation */
.TabNav {
    border-bottom: 1px solid #e6e6e6;
}

.TabNav li a {
    border: 1px solid #e6e6e6;
    background: #fff;
}

.TabNav li a:hover {
    background-color: #eee;
}

.TabNav li.Active a {
    border-bottom: 1px solid #fff;
    background: #eee;
}



.CreateAccount {
    border-right: 1px solid #e6e6e6;
}
.Required, .DownloadExpiresToday {
    color: #d81111;
}
.SortBox, .SortBox option {
    color: #3a3a3a;
}
.SearchTips .Examples  {
    background: #eee;
    border: 1px solid #e6e6e6;
    color: #3a3a3a;
}
.Meta, .Availability, .LittleNote, .LittleNotePassword, .DownloadExpires, .SoldOut, small, .CartContents .CartProductFieldsLink, .WrappingOptions, .TransitTime  {
    color: #a5a5a5;
}
.CurrencyList dd {
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.CurrencyList a.Sel {
    background-color: #eee;
}
#TopMenu li.Flag img.Selected {
    border: 2px solid #e6e6e6;
}
.SharePublicWishList {
    background-color:#eee;
    border:1px solid #e6e6e6;
}
.OrderItemMessage {
    background: #eee;
}

.PrimaryProductDetails .ProductThumb {
    background: #fff;
    border: 1px solid #e6e6e6;
}

/* Product Videos */

#VideoContainer {
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.currentVideo {
    background-color: #ddf0f6;
}

.videoRow:hover {
    background-color: #efefef;
}

.CartContents .ItemShipping th {
    border-bottom-color: #e6e6e6;
    border-top-color: #e6e6e6;
    background: #eee;
    color: #3a3a3a;
}

/* Category flyout styles (theme) */

/* Child menu items, does not include the always-showing root level */
#SideCategoryList .sf-menu li ul li {
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
    background-color: #e7e7e7;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
    background-color: #f3f3f3;
}

#SideCategoryList .sf-sub-indicator {
    background-image:  url('../../CellPhones/images/blue/arrows-dark.png');
}

/* End: category flyout styles */


/* ======== Start fast cart styles ======== */

#fastCartContainer {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.fastCartContent h2 {
    color: #2d4d64;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #BB6F21;
    background-color:transparent;
}
.fastCartSummaryBox {
    background-color: #e6e9ec;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #075899;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
    color: #800000;
}
.fastCartContent .Quantity {
    color: #828DB3;
}
.fastCartContent p {
    color: #444444;
}
.fastCartContent .ProductList li {
    background-color: #FFF;
}
/* end fast cart styles */

/* ======== CUSTOM PANEL: SHIPPING ======== */

.Right #Shipping {
    padding: 0px;
    margin-bottom: -10px;
}
.Right #Shipping h2 {
    display: none;
}    
.Right #Shipping .BlockContent {
    padding: 0px;
    background-color: #FFFFFF;
}    
/* ======== CUSTOM PANEL: SECURITY SEAL ======== */

.Right #SecuritySeal{
    padding: 0px;
}
.Right #SecuritySeal h2 {
    display: none;
}    
.Right #SecuritySeal .BlockContent {
    padding: 0px;
    background-color: #FFFFFF;
}    

/* ======== SUB-CATEGORY GRID IMAGES ======== */

.SubCategoryListGrid {
    margin-right: -15px;
}    
.SubCategoryListGrid li.SubcatItem {
    width: 175px;
    border: 1px solid #E6E6E6;
    background: #FFFFFF;
    /*
    background: -moz-linear-gradient(left, #ffffff 0%, #f5f5f5 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); 
    background: -webkit-linear-gradient(left, #ffffff 0%,#f5f5f5 100%); 
    background: -o-linear-gradient(left, #ffffff 0%,#f5f5f5 100%); 
    background: -ms-linear-gradient(left, #ffffff 0%,#f5f5f5 100%); 
    background: linear-gradient(left, #ffffff 0%,#f5f5f5 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 ); 
    */
    margin: 0px 15px 15px 0px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}    
.SubCategoryListGrid li.SubcatItem a.SubcatImg {
    display: block;
}
.SubCategoryListGrid li.SubcatItem a.SubcatName {
    display: block;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 17px;
    color: #2D4D64;
    text-decoration: none;
    padding: 5px 0px 0px 0px;
}    
