﻿body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input
{
    margin: 0;
    padding: 0;
}

a
{
    color: #FFFFFF;
    text-decoration: none;
}

a:hover
{
    color: #ff9933;
    text-decoration: none;
}

* :focus
{
    outline: 0;
}

a img
{
    border: 0px;
}

img
{
    border: 0px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: arial, helvetica, sans-serif;
}

h2, h3
{
    font-size: 16px;
}

.floatLeft {float: left;}
.floatRight {float:right;}
.bold {font-weight: bold;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
    margin: 10px auto;
    width: 960px;
}

.master-wrapper-content
{
    float: left;
    width: 960px;
    margin: 15px 0 0;
    text-align: left;
    background: #555 url(images/bg_container.gif) repeat-x;
}

/* one column master page */
.master-wrapper-center-1
{
    float: left;
    width: 960px;
    background: url(images/bg_maincolumn_1.gif) no-repeat left top #FFF;
    display: inline;
}

.master-wrapper-cph-1
{
    float: left;
    width: 940px;
    color: #000;
    min-height: 600px; /*padding: 10px 10px 10px 10px;*/
}


/* two column master page */
.master-wrapper-side-2
{
    float: left;
    width: 180px;
    margin: 0 0 0 10px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
}

.master-wrapper-center-2
{
    float: left;
    width: 760px;
    margin: 0px 0 0 10px;
    background: url(images/bg_maincolumn_2.gif) no-repeat left top #FFF;
    display: inline;
}

.master-wrapper-cph-2
{
    float: left;
    width: 740px;
    color: #000;
    min-height: 600px;
    padding: 10px 10px 10px 10px;
}


/* three column master page */
.master-wrapper-leftside-3
{
    float: left;
    width: 180px;
    margin: 0 0 0 10px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
}

.master-wrapper-center-3
{
    float: left;
    width: 560px;
    margin: 0px 0 0 10px;
    background: url(images/bg_maincolumn_3.gif) no-repeat left top #FFF;
    display: inline;
}

.master-wrapper-cph-3
{
    float: left;
    width: 540px;
    color: #000;
    min-height: 600px;
    padding: 10px 10px 10px 10px;
}

.master-wrapper-rightside-3
{
    float: right;
    width: 180px;
    margin: 0 10px 0 10px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
}

.header-selectors-wrapper
{
    text-align: right;
    float: right;
    width: 500px;
}

.header-currencyselector
{
    float: right;
}

.header-languageselector
{
    float: right;
}

.header-taxDisplayTypeSelector
{
    float: right;
}

.header-links-wrapper
{
    float: right;
    text-align: right;
    width: 670px;
}

.header-links
{
    border: solid 1px #9a9a9a;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    display: inline-table;
}

.header-links ul
{
    padding: 0;
    margin: 0;
}

.header-links ul li
{
    list-style: none;
    display: inline;
    padding-right: 2px;
}

.header-links a
{
    color: #FFFFFF;
    text-decoration: none;
}

.header-links a:hover
{
    color: #ff9933;
}

.header-links a.account
{
    color: #ff9933;
}

.header-links span.impersonate
{
    color: #58DE81;
    font-weight: bold;
}

.header-links span.impersonate .finish-impersonation
{
    color: #E44097;
}

.headermenu
{
    color: #FFFFFF;
    background: #3a3a3a;
    padding: 8px 0px 8px 0px; /*text-align: center;*/
    height: 40px;
    vertical-align: middle;
    letter-spacing: 1px;
    float: left;
    width: 960px;
}

.headermenu ul
{
    padding: 0;
    margin: 0;
}

.headermenu li
{
    list-style: none;
    display: inline;
    white-space: nowrap;
    float: left;
    width: 150px;
}

.headermenu ul.topmenu
{
    float: right;
    margin-top: 10px;
}

.headermenu a
{
    /*color: #FFF;*/
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.searchbox
{
    float: left;
    width: 180px;
    display: inline;
    padding-left: 5px;
}

.searchbox ul
{
    margin: 0;
    padding: 0;
}

.searchbox ul li
{
    list-style: none;
    float: left;
}



.footer
{
    clear: both;
    height: 30px;
    padding: 5px 3px 5px 3px;
}

.footer a
{
    text-decoration: none;
    color: #FFF;
}

.footer-disclaimer
{
    float: right;
    font-size: 11px;
}

.footer-poweredby
{
    float: left;
    font-size: 11px;
}

.footer-storetheme
{
    float: right;
    margin: 0px 100px 0px 10px;
    font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-title
{
    border-bottom: 1px solid;
    overflow: hidden;
}

.page-title h1, .page-title h2
{
    padding: 0px;
    font-size: 20px;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
}

td
{
    vertical-align: middle;
}

td.fieldname
{
    font-size: 12px;
}

.table-container
{
}

.table-container .row
{
}

.table-container .row .item-name
{
    padding: 3px 10px 0px 0px;
    display: block;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: middle;
}
.table-container .row .item-value
{
    padding: 3px 0px 0px 0px;
    vertical-align: middle;
}
.table-container .row .item-value .textBox
{
    width: 206px;
}

.htmlcontent
{
    padding-bottom: 5px;
}

.htmlcontent-title
{
    padding: 0 0 5px 0;
    clear: both;
}

.htmlcontent-header
{
    font-size: 2em;
    font-weight: bold;
}

.htmlcontent-body
{
}

.htmlcontent-body a
{
    text-decoration: underline;
    color: #ff9933;
}

.topicpage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.topicpage-title
{
    border-bottom: 0 none;
}

.topicpage .topicpage-body
{
}

.topicpage .topicpage-body a
{
    text-decoration: underline;
    color: #ff9933;
}

.user-agreement-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.user-agreement-page .page-title
{
}

.user-agreement-page .page-body
{
}

.clear
{
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
    display: block;
}

.nobr
{
    white-space: nowrap !important;
}

.linkButton
{
    color: #3664A5;
    background-color: inherit;
    text-decoration: underline;
    font-weight: bold;
}

a.linkButton:hover
{
}

.dropDownLists
{
    height: 17px;
    font-size: 10px;
    padding-left: 2px;
    font-family: Tahoma;
}

.textBox
{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    display: inline-block;
    height: auto; /*margin: 1px;     border-right: #dfe5e7 1px solid;     border-top: #a8bac2 1px solid;     border-left: #a8bac2 1px solid;     border-bottom: #dfe5e7 1px solid;     background: url(Images/bgTextBox.gif) white repeat-x left top;     padding: 1px;     height: 15px;     color: #11354A;*/
    font-size: 15px;
    padding: 1px 1px;
    width: 225px;
}




.message-error
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.copyright
{
    float: right;
    padding-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.copyright a
{
    color: #3664A5;
    background-color: inherit;
}

/* sitemap */
.sitemap-page
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 15px;
}
.sitemap-page .entity
{
    margin: 5px 0px 30px 0px;
}
.sitemap-page .topic-box, .sitemap-page .manufacturer-box, .sitemap-page .category-box, .sitemap-page .product-box
{
    text-align: center;
    vertical-align: bottom;
}
.sitemap-page .topic-box .item, .sitemap-page .manufacturer-box .item, .sitemap-page .category-box .item, .sitemap-page .product-box .item
{
    text-align: left;
    margin: 3px 10px 3px 10px;
    width: 150px;
    border-bottom: 1px dotted #ADACAC;
}

textarea
{
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    resize: none;
}

.textbox
{
}

.searchtext
{
    border: solid 1px #d3d3d3;
    vertical-align: top;
    font-size: 12px;
}

.searchboxtext
{
    background: #e3e3e3;
    width: 110px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.newsaddcommenttitletext
{
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.newsaddcommentcommenttext
{
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.blogaddcommentcommenttext
{
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.accountsignaturetext
{
    height: 100px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.numerictextboxtext
{
    border: solid 1px #E3E3E3;
    vertical-align: top;
    font-size: 12px;
}

.shoppingcartquantitytext
{
    border: solid 1px #E3E3E3;
    font-size: 12px;
    text-align: right;
}

.wishlistquantitytext
{
    border: solid 1px #E3E3E3;
    font-size: 12px;
    text-align: right;
}

.forumtopictitletext
{
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.privatemessagesubjecttext
{
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forumsearchtext
{
    width: 500px;
    border: 1px solid #acacac;
    font-size: 14px;
}


.forumsearchboxtext
{
    border: 1px solid #acacac;
    font-size: 12px;
}

.bbeditortext
{
    border: #cec6b5 1px solid;
}

.edittopiclinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-edit.gif') no-repeat;
}

.deletetopiclinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

.movetopiclinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-moveTopic.gif') no-repeat;
}

.replytopiclinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    padding-bottom: 3px;
    background: url('images/ico-forum-post-add.gif') no-repeat;
}

.watchtopiclinkbutton
{
    padding-left: 18px;
    background: url('images/ico-forum-watch.gif') no-repeat;
}

.editpostlinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-edit.gif') no-repeat;
}

.deletepostlinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

.quotepostlinkbutton
{
    color: #555555;
    float: right;
    padding: 1px 3px 1px 3px;
    border: solid 1px #cccccc;
    line-height: 15px;
    font-size: 11px;
}

.searchboxbutton
{
    background: url(images/orange_button_bg.gif) no-repeat 25% 50% #FF8800;
    border: 1px solid #FF8800;
    color: #FFF;
    height: 18px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productlistproductdetailbutton, .productgridproductdetailbutton
{
    background: url(images/orange_button_bg.gif) no-repeat 25% 50% #FF8800;
    border: 1px solid #FF8800;
    margin-bottom: 3px;
    color: #FFF;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}


.searchbutton, .contactusbutton, .newsitemaddcommentbutton, .blogpostaddcommentbutton, .productvariantaddtocartbutton, .productwritereviewbutton, .loginbutton, .registerbutton, .checkoutasguestbutton, .savecustomerinfobutton, .addbillingaddressbutton, .addshippingaddressbutton, .changepasswordbutton, .registernextstepbutton, .completeregistrationbutton, .passwordrecoverybutton, .newpasswordbutton, .saveaddressbutton, .sendemailafriendbutton, .checkoutbutton, .selectshippingaddressbutton, .newaddressnextstepbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton, .shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton, .confirmordernextstepbutton, .submitforumtopicbutton, .submitpmbutton, .replypmbutton, .deleteselectedpmbutton, .reorderbutton, .minicartcheckoutbutton, .newsletterbox-subscribebutton, .useragreementbutton, .deleteselectedfsbutton, .submitreturnrequestbutton, .uploadavatarbutton
{
    background: url(images/orange_button_bg.gif) no-repeat 25% 50% #FF8800;
    border: 1px solid #FF8800;
    color: #FFF;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productlistaddtocartbutton, .productgridaddtocartbutton, .productemailafriendbutton, .productaddtocomparelistbutton, .productvariantaddtowishlistbutton, .editaddressbutton, .deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, .returnitemsbutton, .orderdetailsprintbutton, .estimateshippingbutton, .updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton, .orderprocessedcontinuebutton, .submitpollvotebutton, .cancelforumtopicbutton, .forumsearchbutton, .forumsearchboxbutton, .cancelpmbutton, .deletepmbutton, .backpmbutton, .removeavatarbutton
{
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    color: #FFF;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.currencylist
{
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

select.languagelist
{
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

ul.languagelist
{
    display: inline;
    line-height: 25px;
}

ul.languagelist li
{
    list-style: none;
    display: inline;
    padding: 0px 5px 0 5px;
}

ul.languagelist li .selected
{
    border: solid 1px #cccccc !important;
}

.taxdisplaytypelist
{
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

.storethemelist
{
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

.forumtopicoptionscheck
{
}

.forumtopicoptionscheck label
{
    color: #555;
    font-size: 0.9em;
    padding-left: 5px;
    vertical-align: top;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NAVIGATIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.block
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    color: #FFFFFF;
}

.block .title
{
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #ff9933;
    background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.block .listbox
{
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
    margin: 0px;
}

.block .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}

.block a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.block li
{
    list-style: none;
}

.block li.separator
{
    height: 1px;
    line-height: 1px;
    background: #ff9933;
    width: 140px;
    font-size: 1px;
    margin: 5px 0 5px 0;
}



.block-category-navigation, .block-manufacturer-navigation, .block-recently-viewed-products, .block-info, .block-shoppingcart, .block-newsletter, .block-livechat, .block-popular-tags, .block-popular-blogtags, .block-blog-archive, .block-poll
{
}

.block-livechat .listbox
{
    text-align: center;
}

.block-shoppingcart .items
{
    margin-top: 10px;
}

.block-shoppingcart .items ul
{
    color: #FFFFFF;
}

.block-shoppingcart .buttons
{
    text-align: right;
}

.block-category-navigation .active a
{
    color: #ff9933;
    font-weight: bold;
    text-decoration: none;
}

.block-category-navigation .listbox ul .active
{
    font-weight: bold;
}

.block-category-navigation .listbox ul .inactive
{
}

.block-manufacturer-navigation a.active
{
    color: #ff9933;
    font-weight: bold;
    text-decoration: none;
}

.block-manufacturer-navigation a.inactive
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.block-manufacturer-navigation .listbox .viewall a
{
    color: #ff9933;
}

.block-newsletter .options
{
    margin-top: 5px;
}

.block-newsletter .buttons
{
    margin-top: 5px;
}

.block-recently-viewed-products a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #ff9933;
}

.block-popular-tags li, .block-popular-blogtags li
{
    display: inline !important;
}

.block-blog-archive .year
{
    color: #ff9933;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER SUMMARY, SHOPPING CART, WISHLIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wishlist-page
{
}
.wishlist-page a, wishlist-page a:hover
{
    text-decoration: underline;
    color: Blue;
    cursor: pointer;
}
.shoppingcart-page
{
    padding: 15px 20px;
}

.shoppingcart-page .page-title, .wishlist-page .page-title
{
    border-bottom: 0 none;
}

.shoppingcart-page .body, .wishlist-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
}

.wishlist .shareinfo
{
    background: url('images/cart-footer-bg.gif') repeat-x bottom;
    font-size: 1.2em;
    height: 50px;
    padding: 0 0 5px 5px;
}

.wishlist .shareinfo .sharelabel
{
    font-weight: bold;
}

.wishlist .shareinfo .sharelink
{
}

.order-summary-content
{
    margin: 0px;
    padding: 0px;
    color: #555;
}

.wishlist-content
{
    margin: 0px;
    color: #555;
    background-color: inherit;
}

.order-summary-content .totals
{
    float: right;
    width: 380px;
}

.order-summary-content .cart-collaterals
{
    width: 350px;
    float: left;
}

.order-summary-content .deals
{
    display: inline;
    float: left;
}

.order-summary-content .shipping
{
    display: inline;
    float: left;
    margin: 0;
    width: 280px;
}

.order-summary-content .coupon-box, .order-summary-content .giftcard-box
{
    color: #555;
}

.order-summary-content .giftcard-box
{
    position: relative;
    z-index: 1;
}

.order-summary-content .cart, .wishlist-content .cart
{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}

.wishlist-content .cart
{
    margin-bottom: 10px;
}

.order-summary-content .cart td, .wishlist-content .cart td
{
    padding: 5px;
    text-align: left;
}

.order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row
{
    font-weight: bold;
}

.order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th
{
    background: url('images/cart-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
    padding: 2px 8px;
    vertical-align: middle;
    white-space: nowrap;
}

.order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture
{
    border: none;
}

.order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end
{
    text-align: right;
    padding-right: 5px;
}

.order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row
{
}

.order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td
{
    vertical-align: middle;
}

.order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product
{
    text-align: left;
    padding: 0px 10px 0px 10px;
}

.order-summary-content .cart .cart-item-row td.product a, .wishlist-content .cart .cart-item-row td.product a
{
    font-weight: bold;
}

.order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td
{
    padding: 5px;
}

.order-summary-content .warning-box .warning-text, .wishlist-content .warning-box .warning-text
{
    color: Red;
}

.order-summary-content .cart-footer
{
    width: 100%;
}

.order-summary-content .total-info
{
    margin: 0px;
}
.order-summary-content .removegiftcardbutton, .order-summary-content .removediscountbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

.order-summary-content .selected-checkout-attributes
{
    margin: 0px;
    padding: 10px 5px 10px 0px;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    color: #353434;
}

.order-summary-content .checkout-attributes
{
    margin: 10px 0px 10px 0px;
    padding: 10px 20px 10px 20px;
    background: none repeat scroll 0 0 #F7F5E8;
    border: 1px dotted #D3D3D3;
}

.order-summary-content .min-amount-warning
{
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

.order-summary-content .terms-of-service
{
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

.order-summary-content .terms-of-service .read
{
    text-decoration: underline;
}

.order-summary-content .terms-of-service .read:hover
{
    cursor: pointer;
}

.order-summary-content .common-buttons
{
    margin: 0px;
    padding: 0px 10px; /*float: left;*/
}

.order-summary-content .checkout-buttons
{
    float: right;
    margin: 0px; /*padding: 10px 0px 10px 10px;*/
}

.order-summary-content .addon-buttons
{
    clear: both;
    float: right;
    margin: 0px;
    padding: 10px 0px 10px 10px;
    text-align: right;
}

.order-summary-content .crosssells-title
{
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 5px 5px 0;
    border-bottom: 0 none;
    margin: 0 0 10px;
    width: 100%;
}


.estimate-shipping
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    border: dotted 1px #d3d3d3;
}
.estimate-shipping .shipping-options
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.estimate-shipping .shipping-options .shipping-option-item
{
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}
.estimate-shipping .shipping-options .shipping-option-item .option-name
{
    font-weight: bold;
}
.estimate-shipping .shipping-options .shipping-option-item .option-description
{
    padding: 5px 0 5px 16px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKOUT, ORDER DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.checkout-page, .checkout-one-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.checkout-page .page-title, .checkout-one-page .page-title
{
    border-bottom: 0 none;
}

.checkout-page .checkout-data, .checkout-one-page .checkout-data
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.checkout-one-page .checkout-data .progress
{
    position: absolute;
    top: 100px;
    width: 180px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    z-index: 2147483647;
}

.checkoutstep
{
}

.checkoutstep .steptitle
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
}

.checkoutstep .stepcontent
{
    border: dashed 1px #2F4F4F;
    border-top: none;
    padding: 5px 5px 5px 5px;
}

.order-summary-title
{
    padding: 10px 10px 5px 0px;
    font-size: 11px;
    color: #555;
    font-weight: bold;
    clear: both;
}
.order-summary-body
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
#checkout-data .select-address-title
{
    font-weight: bold;
}
.checkout-data .select-address-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.checkout-data .address-grid
{
    margin-bottom: 15px;
    padding: 0px;
}

.checkout-data .address-grid .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.checkout-data .address-grid .address-item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    width: 200px;
    height: auto;
}

.checkout-data .address-grid .address-item .select-button
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.checkout-data .address-grid .address-item .address-box
{
    text-align: left;
}

.checkout-data .enter-address-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.checkout-data .enter-address
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .enter-address .enter-address-body
{
    text-align: left;
    margin: 10px 10px 10px 10px;
}

.checkout-data .enter-address .button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .enter-address .the-same-address
{
    text-align: left;
    margin: 10px 10px 10px 10px;
}

.checkout-data .shipping-options
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .shipping-options .shipping-option-item
{
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}

.checkout-data .shipping-options .shipping-option-item .option-name
{
    font-weight: bold;
}

.checkout-data .shipping-options .shipping-option-item .option-description
{
    padding: 5px 0 5px 16px;
}

.checkout-data .shipping-options .select-button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .shipping-options .error-block
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .userewardpoints
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    color: #555;
    background: #F7F5E8;
    margin-bottom: 10px;
    border: dotted 1px #d3d3d3;
}

.checkout-data .payment-methods
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .payment-methods .payment-method-item
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.checkout-data .payment-methods .select-button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .payment-methods .error-block
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}


.checkout-data .payment-info
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .payment-info .body
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.checkout-data .payment-info .select-button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .confirm-order
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .confirm-order .select-button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .confirm-order .error-block
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .order-completed
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .order-completed .body
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.checkout-data .order-completed .select-button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.order-details
{
    margin-bottom: 15px;
    padding: 0px;
}
.order-details .page-title
{
    border-bottom: 0 none;
}

.order-details .info
{
    border: 1px solid #d7d7d7;
    padding: 10px;
}
.order-details .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.order-details .order-overview
{
    text-align: left;
    padding-bottom: 10px;
}
.order-details .order-details-box
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.order-details .products-box, .order-details .ordernotes-box
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.order-details .checkout-attributes
{
    text-align: right;
    vertical-align: middle;
    padding: 10px;
    height: auto;
}

.downloable-products
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.downloable-products .info
{
    padding: 10px;
}

.downloable-products .products-box
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.order-progress
{
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 10px;
}

.order-progress ul
{
    padding: 0;
    margin: 0;
}

.order-progress ul li
{
    list-style: none;
    display: inline;
    padding: 5px 20px 0 20px;
}

.order-progress ul li .active-step
{
    color: #6a6a6a;
    background: url('images/progress-step-active.gif') no-repeat 50% 50%;
    padding-bottom: 40px;
    padding-right: 1px;
}

.order-progress ul li .inactive-step
{
    color: #d7d7d7;
    background: url('images/progress-step-inactive.gif') no-repeat 50% 50%;
    padding-bottom: 40px;
    padding-right: 1px;
}

.return-request
{
    margin-bottom: 15px;
    padding: 0px;
}
.return-request .page-title
{
    border-bottom: 0 none;
}
.return-request .section-addinfo
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
}
.return-request .products-box
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}
.return-request .why
{
}
.return-request .buttons
{
}

.customer-return-request-list
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}
.customer-return-request-list .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}
.customer-return-request-list .request-list
{
}
.customer-return-request-list .request-list .request-item
{
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.home-page-product-grid
{
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

.home-page-product-grid .boxtitle
{
    padding: 10px 10px 10px 0px;
    margin: 0 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #3a3a3a;
    text-align: center;
}

.home-page-product-grid .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.home-page-product-grid .product-item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 150px;
    height: 150px;
}

.home-page-product-grid .product-item .product-title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.home-page-product-grid .product-item .picture
{
    text-align: center;
}

.home-page-category-grid
{
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

.home-page-category-grid a
{
    color: #555;
}

.home-page-category-grid .item-box
{
    text-align: center;
    vertical-align: text-top;
}

.home-page-category-grid .category-item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 150px;
    height: auto;
    background: url('images/home-cat-bg.gif') no-repeat 0 100%;
}

.home-page-category-grid .category-item .title
{
    text-align: center;
    font-weight: bold;
    background: url('images/home-cat-title.gif');
    font-size: 0.9em;
    display: block;
    overflow: hidden hidden;
    height: 1.8em;
    padding: 8px 0 5px 0;
}

.home-page-category-grid .category-item .picture
{
    text-align: center;
    padding: 10px 0 10px 0;
}

.bestsellers
{
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

.bestsellers .boxtitle
{
    padding: 10px 10px 10px 0px;
    margin: 0 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #3a3a3a;
    text-align: center;
}

.bestsellers .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.bestsellers .product-item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 150px;
    height: 150px;
}

.bestsellers .product-item .product-title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.bestsellers .product-item .picture
{
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-grid
{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    text-align: center;
}

.product-grid .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.product-grid .product-item
{
    text-align: center;
    margin: 10px 5px 10px 5px;
    width: 250px;
    background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.product-grid .product-item .product-title
{
    font-weight: bold;
    font-size: 12px;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    padding-left: 10px;
}

.product-grid .product-item .product-title a
{
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.product-grid .product-item .picture
{
    text-align: center;
    margin-top: 10px;
}

.product-grid .product-item .description
{
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    border-top: solid 1px #e3e3e3;
    color: #555;
    height: 50px;
}

.product-grid .product-item .add-info
{
    vertical-align: bottom;
    text-align: right;
    width: 250px;
    height: 85px;
    position: relative;
}

.product-grid .product-item .add-info .prices
{
    text-align: right;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.product-grid .product-item .add-info .buttons
{
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: left;
}

.product-grid .product-item .add-info .prices .productPrice
{
    color: green;
}

.product-grid .product-item .add-info .prices .oldproductPrice
{
    color: Red;
    text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-list1
{
    width: 520px;
    margin: 0 auto 0 auto;
}

.product-list1 .item-box
{
    text-align: left;
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

.product-list1 .product-item
{
    width: 520px;
    height: 177px;
    background: url('images/pb_s_bg.gif') no-repeat 0 100%;
    margin-top: 10px;
    position: relative;
}

.product-list1 .product-item .product-title
{
    font-weight: bold;
    font-size: 12px;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    padding-left: 10px;
}

.product-list1 .product-item .product-title a
{
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.product-list1 .product-item .picture
{
    float: left;
    margin: 10px 0 10px 10px;
}

.product-list1 .product-item .description
{
    padding: 0px 0 0 10px;
    margin: 10px 150px 0px 140px;
    text-align: left;
    border-left: solid 1px #e3e3e3;
    color: #555;
}

.product-list1 .product-item .prices-wrapper
{
    float: right;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 5px;
}

.product-list1 .product-item .prices
{
}

.product-list1 .product-item .prices .productPrice
{
    color: green;
}

.product-list1 .product-item .prices .oldproductPrice
{
    color: Red;
    text-decoration: line-through;
}

.product-list1 .product-item .buttons
{
    padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 2 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-list2
{
    margin-bottom: 15px;
    padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.featured-product-grid
{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    text-align: center;
}

.featured-product-grid .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    margin: 0;
    color: #ff9933;
}

.featured-product-grid .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.featured-product-grid .product-item
{
    text-align: center;
    margin: 10px 5px 10px 5px;
    width: 250px;
    background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.featured-product-grid .product-item .product-title
{
    font-weight: bold;
    font-size: 12px;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    padding: 0 0 0 10px;
    text-transform: none;
}

.featured-product-grid .product-item .product-title a
{
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.featured-product-grid .product-item .picture
{
    text-align: center;
    margin-top: 10px;
}

.featured-product-grid .product-item .description
{
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    border-top: solid 1px #e3e3e3;
    color: #555;
    height: 50px;
}

.featured-product-grid .product-item .add-info
{
    vertical-align: bottom;
    text-align: right;
    width: 250px;
    height: 85px;
    position: relative;
}

.featured-product-grid .product-item .add-info .prices
{
    text-align: right;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.featured-product-grid .product-item .add-info .buttons
{
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: left;
}

.featured-product-grid .product-item .add-info .prices .productPrice
{
    color: green;
}

.featured-product-grid .product-item .add-info .prices .oldproductPrice
{
    color: Red;
    text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .product-pager, .manufacturer-page .product-pager, .producttag-page .product-pager
{
    text-align: center;
}

.category-page .product-pager a, .manufacturer-page .product-pager a, .producttag-page .product-pager a
{
    font-size: 1em;
}

.category-page .product-pager a:link, .manufacturer-page .product-pager a:link, .producttag-page .product-pager a:link
{
    text-align: center;
    color: #555;
}

.category-page .product-pager span, .manufacturer-page .product-pager span, .producttag-page .product-pager span
{
    color: #ff9933;
    font-size: 1.3em;
    font-weight: bold;
}

.category-page, .manufacturer-page, .manufacturerlist-page, .producttag-page
{
    margin-bottom: 15px;
    padding: 0px;
}

.category-page .page-title, .manufacturerlist-page .page-title, .manufacturer-page .page-title, .producttag-page .page-title
{
    border-bottom: 0 none;
}

.category-page .category-description, .manufacturer-page .manufacturer-description
{
    color: #555;
    font-size: 1.1em;
}

.sub-category-grid, .manufacturer-grid
{
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    margin-bottom: 15px;
}

.sub-category-grid a, .manufacturer-grid a
{
    color: #555;
}

.sub-category-grid .item-box, .manufacturer-grid .item-box
{
    text-align: center;
    vertical-align: text-top;
}

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 150px;
    height: auto;
    background: url('images/home-cat-bg.gif') no-repeat 0 100%;
}

.sub-category-grid .sub-category-item .category-title, .manufacturer-grid .manufacturer-item .man-title
{
    text-align: center;
    font-weight: bold;
    background: url('images/home-cat-title.gif');
    font-size: 0.9em;
    display: block;
    overflow: hidden hidden;
    height: 1.8em;
    padding: 8px 0 5px 0;
}

.sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture
{
    text-align: center;
    padding: 10px 0 10px 0;
}

.sub-category-list
{
    margin-bottom: 15px;
    padding: 0px;
}

.product-sorting
{
    width: 520px;
    margin: 0px auto 10px auto;
}

.product-filters
{
    width: 520px;
    background: url('images/fb_s_bg.gif') no-repeat 0 100%;
    margin: 0 auto 0 auto;
}

.product-filters .filter-title
{
    font-weight: bold;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    padding-left: 10px;
    color: #555;
}

.product-filters .filter-title span
{
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.product-filters .filter-item
{
    padding: 5px 10px 5px 10px;
}

.price-range-filter
{
}

.price-range-filter .title
{
    color: #555;
    font-weight: bold;
    background: url('images/ico-arrow-r.gif') no-repeat;
    padding: 1px 0px 5px 20px;
}

.price-range-filter ul
{
    margin: 0;
    padding-left: 20px;
}

.price-range-filter li
{
    list-style: none;
    padding-bottom: 2px;
}

.price-range-filter .selected-price-range
{
    padding-left: 20px;
}

.price-range-filter .remove-price-range-filter
{
    font-weight: bold;
}

.product-spec-filter
{
}

.product-spec-filter .title
{
    color: #555;
    font-weight: bold;
    background: url('images/ico-arrow-r.gif') no-repeat;
    padding: 1px 0px 5px 20px;
}

.product-spec-filter table.filter
{
    width: 100%;
}
.product-spec-filter table.filter tr.group
{
    font-weight: bold;
}
.product-spec-filter table.filter tr.item td
{
    padding: 2px 2px 2px 16px;
}
.product-spec-filter table.filter tr.filtereditem
{
}

.product-spec-filter .remove-filter
{
    padding-top: 5px;
    padding-left: 20px;
}

.product-spec-filter .remove-product-spec-filter
{
    font-weight: bold;
}

.compare-products
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.compare-products .page-title
{
    border-bottom: 0 none;
}

.compare-products .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.compare-products-table
{
}

.compare-products-table .remove-button
{
    margin: 0px 0px 5px 0px;
    margin-right: 5px;
    margin-top: 5px;
}

.compare-products-table tr.product-name
{
    background-color: #CCCCCC;
    font-weight: bold;
}

.compare-products-table td
{
    border-width: 1px;
    border-color: #BFBFBF;
    border-style: solid;
    padding: 3px;
}

.login-page
{
}

.login-page .page-title
{
    border-bottom: 0 none;
}

.login-page .wrapper
{
    width: 890px;
    margin-top: 10px;
    padding-left: 5px;
    color: #555;
}

.login-page .wrapper .new-wrapper
{
    float: left;
    width: 50%;
}

.login-page .wrapper .new-wrapper .register-title
{
    text-align: center;
    margin: 0px 10px 0px 10px;
    font-weight: bold;
}

.login-page .wrapper .new-wrapper .register-block
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    padding: 15px 5px 5px 5px;
    border: solid 1px #d3d3d3;
    min-height: 240px;
    vertical-align: top;
}

.login-page .wrapper .new-wrapper .checkout-as-guest-or-register-block
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    padding: 15px 5px 5px 5px;
    border: solid 1px #d3d3d3;
    height: 240px;
    vertical-align: top;
}

.login-page .wrapper .returning-wrapper
{
    float: right;
    width: 50%;
}

.login-page .wrapper .returning-wrapper .login-title
{
    text-align: center;
    margin: 0px 10px 0px 10px;
    font-weight: bold;
}

.captcha-enabled
{
    height: 310px !important;
}

.login-page .wrapper .returning-wrapper .login-block
{
    text-align: left;
    margin: 10px;
    padding: 10px;
    border: solid 1px #d3d3d3;
    min-height: 240px;
}

.login-table-container
{
    vertical-align: middle;
}

.login-table-container .row
{
}

.login-table-container .row .item-name
{
    padding: 10px 10px 10px 0px;
    display: block;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: bold;
    margin-top:4px;
}

.login-table-container .row .item-value
{
    padding: 10px 0px 10px 0px;
    vertical-align: middle;
}

.login-page .forgot-password
{
    font-weight: bold;
}
.login-page .forgot-password a
{
    color: #555555;
}
.login-page .forgot-password a:hover
{
    color: #ff0000;
}

.login-page .buttons
{
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    clear: both;
}

.registration-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.registration-page .page-title
{
    border-bottom: 0 none;
}

.registration-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
    background-color: inherit;
}

.registration-page .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.registration-page .section-body
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.registration-page .button
{
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    clear: both;
}

.password-recovery-page, newsletter-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.password-recovery-page .page-title, newsletter-page .page-title
{
    border-bottom: 0 none;
}

.password-recovery-page .body, newsletter-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-avatar
{
    padding: 10px;
}

.customer-avatar .button
{
    margin: 5px 0;
}

.account-activation-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.account-activation-page .page-title
{
    border-bottom: 0 none;
}

.account-activation-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.address-edit-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.address-edit-page .page-title
{
    border-bottom: 0 none;
}

.address-edit-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.search-panel
{
    margin-bottom: 15px;
    padding: 0px;
}

.search-panel .page-title
{
    border-bottom: 0 none;
}

.search-panel .search-input
{
    border: 1px solid #d7d7d7;
    padding: 10px;
}

.search-panel .search-results
{
    padding-top: 10px;
}

.search-panel .search-results .result
{
    font-weight: bold;
    color: #555;
}

.search-panel table.basic-search, .search-panel table.adv-search
{
    border: collapse;
    color: #333;
    margin: 0px;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

.search-panel table.adv-search
{
    border-top: solid #D3D3D3 1px;
    margin-top: 10px;
}

.search-panel table.basic-search td.title, .search-panel table.adv-search td.title
{
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    width: 130px;
}

.search-panel table.basic-search td.data, .search-panel table.adv-search td.data
{
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.contact-form
{
}

.contact-form .button
{
    text-align: right;
}


.contact-form .send-email
{
}

.breadcrumb
{
    /*font-weight: bold; 	text-transform: uppercase;*/
}

.breadcrumb a
{
    text-decoration: none;
    color: #EF0403;
    font-size: 10px;
}

.breadcrumb a:hover
{
    text-decoration: none;
    color: #000000;
}

.newslist
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newslist .title
{
    padding: 10px 0px 1px 0px;
    margin: 0 5px 10px 5px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    color: #3a3a3a;
    border-bottom: solid 1px #999;
}

.newslist .newsitems
{
    margin: 0px 5px 0 5px;
    padding: 0px 0 0 0;
}

.newslist .newsitems .item
{
    border-bottom: dashed 1px #9a9a9a;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.newslist .newsitems .newsdate
{
    color: #9a9a9a;
    font-style: italic;
}

.newslist .newsitems a.newstitle
{
    color: #444;
    text-decoration: none;
    font-size: 1.2em;
}

.newslist .newsitems a.newstitle:hover
{
    text-decoration: underline;
}

.newslist .newsitems .newsdetails
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.newslist .newsitems .readmore
{
    font-weight: bold;
    text-decoration: none;
    color: #ff9933;
    background-color: inherit;
}

.newsitem
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newsitem .page-title
{
    border-bottom: 0 none;
}

.newsitem .newsdate
{
    color: #9a9a9a;
    font-style: italic;
}

.newsitem .newsbody
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.newsitem .newsbody a
{
    color: #ff9933;
    text-decoration: underline;
}

.newscomments
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newscomments .title
{
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #3a3a3a;
}

.newscomments .newcomment
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.newscomments .newcomment td.leavetitle
{
    padding: 0px 10px 10px 0px;
    font-weight: bold;
    font-size: 1.1em;
    color: #3a3a3a;
}

.newscomments .newcomment td.button
{
    text-align: right;
}

.newscomments .commentlist
{
    border-top: solid 1px #6a6a6a;
    margin-top: 10px;
    background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.newscomment
{
    border-bottom: solid 1px #E3E3E3;
}

.newscomment .commentinfo
{
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.newscomment .commentinfo .userinfo
{
    padding-top: 5px;
}

.newscomment .commentinfo .userinfo a.username
{
    font-weight: bold;
    margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo span.username
{
    font-weight: bold;
    margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo .avatar
{
    margin: 5px 0 5px 0;
}

.newscomment .commentinfo .userinfo .avatar .avatar-img
{
    border: solid 2px #CEDBE1 !important;
}

.newscomment .commentinfo .userinfo .userstats
{
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    color: #555;
}

.newscomment .commentinfo .userinfo .userstats .statvalue
{
    font-weight: normal;
}

.newscomment .commentcontent
{
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.newscomment .commentcontent .commenttime
{
    font-weight: bold;
    line-height: 20px;
    padding: 3px;
    background: #e3f3f3;
}

.newscomment .commentcontent .commenttime .statvalue
{
    font-weight: normal;
}

.newscomment .commentcontent .commenttitle
{
    padding: 3px;
    font-weight: bold;
}

.newscomment .commentcontent .commentbody
{
    padding: 3px;
}

.blog
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blog .page-title
{
}

.blog .blogposts .post .blogdate
{
    color: #9a9a9a;
    font-style: italic;
}

.blog .blogposts .post a.blogtitle
{
    color: #444;
    text-decoration: none;
    font-size: 1.2em;
}

.blog .blogposts .post a.blogtitle:Hover
{
    text-decoration: underline;
}

.blog .blogposts
{
    margin: 0px 5px 0 5px;
    padding: 0px 0 0 0;
}

.blog .blogposts .post
{
    border-bottom: dashed 1px #9a9a9a;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog .blogposts .blogbody, .blog .blogposts .tags
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog .blogposts .blogbody a, .blog .blogposts .tags a
{
    color: #ff9933;
    text-decoration: underline;
}

.blog .blogposts .blogdetails
{
    font-weight: bold;
    text-decoration: none;
    color: #ff9933;
    background-color: inherit;
}

.blogpost
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blogpost .page-title
{
    border-bottom: 0 none;
}

.blogpost .postdate
{
    color: #9a9a9a;
    font-style: italic;
}

.blogpost .postbody, .blogpost .tags
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.blogpost .postbody a, .blogpost .tags a
{
    color: #ff9933;
    text-decoration: underline;
}

.blogcomments
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blogcomments .title
{
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #3a3a3a;
}

.blogcomments .newcomment
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}


.blogcomments .newcomment td.leavetitle
{
    padding: 0px 10px 10px 0px;
    font-weight: bold;
    font-size: 1.1em;
    color: #3a3a3a;
}

.blogcomments .newcomment td.button
{
    text-align: right;
}

.blogcomments .commentlist
{
    border-top: solid 1px #6a6a6a;
    margin-top: 10px;
    background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.blogcomment
{
    border-bottom: solid 1px #E3E3E3;
}

.blogcomment .commentinfo
{
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.blogcomment .commentinfo .userinfo
{
    padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username
{
    font-weight: bold;
    margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo span.username
{
    font-weight: bold;
    margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo .avatar
{
    margin: 5px 0 5px 0;
}

.blogcomment .commentinfo .userinfo .avatar .avatar-img
{
    border: solid 2px #CEDBE1 !important;
}

.blogcomment .commentinfo .userinfo .userstats
{
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    color: #555;
}

.blogcomment .commentinfo .userinfo .userstats .statvalue
{
    font-weight: normal;
}

.blogcomment .commentcontent
{
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.blogcomment .commentcontent .commenttime
{
    font-weight: bold;
    line-height: 20px;
    padding: 3px;
    background: #e3f3f3;
}

.blogcomment .commentcontent .commenttime .statvalue
{
    font-weight: normal;
}

.blogcomment .commentcontent .commentbody
{
    padding: 3px;
}

.todays-poll-box
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.todays-poll-box .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}

.todays-poll-box .todays-poll-box-block
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.todays-poll-box .poll-item
{
    float: left;
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.block-poll .poll-item
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    background-color: inherit;
    text-align: left;
    vertical-align: top;
}

.poll-item label
{
    margin: 0px 0px 0px 5px;
}

.poll-take-poll, .poll-results
{
    border: dashed 1px #666;
    padding: 5px;
    margin-top: 10px;
}

.poll-display-text
{
    font-weight: bold;
}

.poll-total-votes
{
    font-style: italic;
}

.emailafriend-box
{
    margin-bottom: 15px;
    padding: 0px;
}

.emailafriend-box .page-title
{
    border-bottom: 0 none;
}

.emailafriend-box .send-email
{
    border: 1px solid #d7d7d7;
    margin-top: 10px;
    padding: 0 0 10px 10px;
}

.emailafriend-box .send-email .product
{
    font-weight: bold;
}

.emailafriend-box .send-email .description
{
    font-style: italic;
}

.emailafriend-box .send-email .confirm
{
    font-weight: bold;
}
.rating-star
{
    font-size: 0pt;
    width: 10px;
    height: 10px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filled-rating-star
{
    background-image: url(Images/FilledStar.png);
}
.empty-rating-star
{
    background-image: url(Images/EmptyStar.png);
}
.saved-rating-star
{
    background-image: url(Images/SavedStar.png);
}

.recently-added-products
{
    margin-bottom: 15px;
    padding: 0px;
}

.recently-added-products .page-title
{
}

.recently-viewed-products
{
    margin-bottom: 15px;
    padding: 0px;
}

.recently-viewed-products .page-title
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.account-page
{
    padding-left: 0;
}

.account-page .page-title
{
    border-bottom: 0 none;
}

.account-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
}
.account-page a, .account-page a:hover
{
    cursor: pointer;
    color: Blue;
    text-decoration: none;
}
.customer-info-box
{
    margin: 0px 0 0 0;
    padding: 0px;
    font-size: 11px;
    color: #555;
}

.customer-info-box .section-title
{
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.customer-info-box .section-body
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.customer-info-box .button
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.customer-addresses
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-addresses .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.customer-addresses .address-list
{
}

.customer-addresses .address-list .address-item
{
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.customer-addresses .add-button
{
    margin-bottom: 5px;
    margin-top: 5px;
    float: right;
    text-align: right;
}

.customer-orders
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-orders .recurring-payments
{
    padding: 10px 10px 5px 0px;
    width: 100%;
    clear: both;
}

.customer-orders .recurring-payments .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.customer-orders .recurring-payments .recurring-payments-box
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.customer-orders .order-list
{
}

.customer-orders .order-list .order-item
{
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.customer-pass-recovery
{
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-rewardpoints
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}

.customer-rewardpoints .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
    font-size: 12px;
}

.customer-rewardpoints .reward-points-overview
{
    padding: 10px 10px 5px 0px;
    width: 100%;
}

.customer-rewardpoints .reward-points-history
{
    padding: 10px 10px 5px 0px;
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-details-page
{
    border: 1px solid #d3d3d3;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
}

.product-collateral
{
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.product-essential
{
}

.product-details-info
{
}

.product-details-info .picture
{
    float: left;
    width: 300px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.product-details-info .overview
{
    float: right;
    width: 230px;
    margin-right: 15px;
    margin-top: 25px;
    padding: 5px 5px 5px 5px;
    border: dashed 1px #d3d3d3;
}

.product-details-info .overview .productname
{
    color: #ff9933;
    font-size: 1.3em;
    margin-bottom: 0.3em;
}

.product-details-info .overview .shortdescription, .product-details-info .overview .manufacturers, .product-details-info .overview .sku, .product-details-info .overview .manufacturerpartnumber
{
    color: #555;
    margin-bottom: 0.3em;
    font-size: 1.1em;
}

.product-details-info .fulldescription
{
    border-top: solid 1px #d3d3d3;
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.product-share-button
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-rating-box
{
}

.product-variant-list
{
    margin-bottom: 15px;
    padding: 0px;
}

.product-variant-line
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    border-bottom: solid 1px #d3d3d3;
}

.product-variant-line .picture
{
    float: left;
    width: 300px;
    margin-bottom: 15px;
}

.product-variant-line .overview
{
    float: right;
    width: 200px;
    margin-right: 25px;
}

.product-variant-line .overview .productname
{
    color: #ff9933;
    font-size: 1.3em;
    margin-bottom: 0.3em;
}

.product-variant-line .description
{
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.product-variant-line .downloadsample
{
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.product-variant-line .downloadsample .downloadsamplebutton
{
    -x-system-font: none !important;
    background: #F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
    border: 1px solid #B5B5B5;
    color: #444444;
    cursor: pointer;
    font-family: arial,sans-serif !important;
    font-size: 11px !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    overflow: visible;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}

.product-variant-line .price
{
    float: left;
    margin-right: 10px;
}

.product-variant-line .price .productPrice
{
    color: green;
}

.product-variant-line .price .oldProductPrice
{
    color: red;
    text-decoration: line-through;
}

.product-variant-line .add-info
{
    padding-top: 10px;
}

.product-variant-line .attributes
{
}

.product-variant-line .stock, .product-variant-line .sku, .product-variant-line .manufacturerpartnumber
{
}

.product-variant-line .giftCard
{
}

.product-variant-line .giftCard dt
{
    clear: left;
    float: left;
    width: 150px;
}

.product-variant-line .error
{
    font-weight: bold;
    color: Red;
}


.one-variant-price
{
    margin: 0px 0px 5px 0px;
}

.one-variant-price .productPrice
{
    color: green;
}

.one-variant-price .oldProductPrice
{
    color: red;
    text-decoration: line-through;
}


.one-variant-download-sample
{
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
    margin-top: 5px;
}

.one-variant-download-sample .downloadsamplebutton
{
    -x-system-font: none !important;
    background: #F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
    border: 1px solid #B5B5B5;
    color: #444444;
    cursor: pointer;
    font-family: arial,sans-serif !important;
    font-size: 11px !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    overflow: visible;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}

.related-products-grid, .also-purchased-products-grid
{
}

.related-products-grid .title, .also-purchased-products-grid .title
{
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    color: #ff9933;
}

.related-products-grid .item-box, .also-purchased-products-grid .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.related-products-grid .item, .also-purchased-products-grid .item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: solid 1px #d3d3d3;
    width: 200px;
    height: 200px;
}

.related-products-grid .item .product-title, .also-purchased-products-grid .item .product-title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    font-size: 1em;
    padding: 0;
}

.related-products-grid .item .picture, .also-purchased-products-grid .item .picture
{
    text-align: center;
}

.product-review-box
{
    margin-bottom: 15px;
    padding: 10px 5px 10px 5px;
}


.product-review-list
{
    margin: 10px 0 0 0;
    font-size: 11px;
    color: #555D65;
}

.product-review-list .product-review-item
{
    border: solid 1px #d3d3d3;
    margin-top: 10px;
    padding: 10px;
    clear: both;
}

.product-review-list .product-review-item .review-title
{
    font-weight: bold;
    float: left;
    margin-bottom: 5px;
}

.product-review-list .product-review-item .rating
{
    float: right;
}

.product-review-helpfulness
{
    color: #333;
}

.product-review-helpfulness a, .product-review-helpfulness a:hover
{
    color: #ff9933;
    text-decoration: none;
}

.productspec-box
{
    padding: 5px 5px 5px 5px;
    clear: both;
    color: #555;
}

.producttags-box
{
    padding: 5px 5px 5px 5px;
    clear: both;
    color: #555;
}

.tier-prices
{
    text-align: center;
    margin-bottom: 10px;
}

.tier-prices .prices-header
{
    background: #3a3a3a;
    color: #FFF;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
}

.tier-prices .prices table
{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    background: #f3f3f3;
}

.tier-prices .prices .prices-table td
{
    padding: 0;
}

.tier-prices .prices .item-table td
{
    border-bottom: solid 3px #d7d7d7;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.tier-prices .prices .item-table .item-price
{
    color: Green;
}

.tier-prices .prices .header-table td
{
    border-bottom: solid 3px #d7d7d7;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.tier-prices .prices .prices-table .field-header
{
    font-weight: bold;
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SLIM BOX (PRODUCT IMAGES)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#lbOverlay
{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading
{
    background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage
{
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink
{
    left: 0;
}

#lbPrevLink:hover
{
    background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink
{
    right: 0;
}

#lbNextLink:hover
{
    background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink
{
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber
{
    margin-right: 71px;
}

#lbCaption
{
    font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRIVATE MESSAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.sendpmbox
{
    background-color: #EEEEEE;
    border: 1px solid #A0A0A0;
    color: #555555;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    margin: 2px 0 2px 2px;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.sendpmbox .pmlinkbutton
{
    line-height: 14px;
    padding: 2px 6px 2px 18px;
    background: url('images/ico-pm.png') no-repeat;
}

.privatemessagesend
{
    background: url('images/pm-footer-bg.gif') repeat-x bottom;
}

.privatemessagesend .title
{
    background: url('images/pm-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.privatemessagesend .wrapper
{
    padding: 5px 5px 5px 5px;
}

.privatemessagesend table.postmessage
{
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}

.privatemessagesend table.postmessage td
{
    padding: 4px 4px 4px 4px;
}

.privatemessagesend table.postmessage td.fieldname
{
    font-weight: bold;
    width: 20%;
    color: #555;
}

.privatemessagesend table.postmessage td.options
{
    text-align: right;
}



.privatemessageview
{
    background: url('images/pm-footer-bg.gif') repeat-x bottom;
}

.privatemessageview .title
{
    background: url('images/pm-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.privatemessageview .wrapper
{
    padding: 5px 5px 5px 5px;
}

.privatemessageview table.viewmessage
{
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}

.privatemessageview table.viewmessage td
{
    padding: 4px 4px 4px 4px;
}

.privatemessageview table.viewmessage td.fieldname
{
    font-weight: bold;
    width: 20%;
    color: #555;
}

.privatemessageview table.viewmessage a
{
    color: #ff9933;
    text-decoration: underline;
}

.privatemessageview table.viewmessage td.options
{
    text-align: right;
}

.private-messages-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.private-messages-page .page-title
{
    border-bottom: 0 none;
}

.private-messages-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
}

.private-messages-box
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
}

.private-messages-box .section-body
{
    text-align: left;
    padding: 10px;
    height: auto;
}

.private-messages-box .button
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}


.pmgridtablestyle
{
    font-family: arial;
    font-size: 11px;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    margin-left: 0px;
    width: 100%;
}

.pmgridtablestyle td a
{
    text-decoration: none;
}

.pmgridaltrowstyle
{
    background-color: #F4FAFF;
}

.pmgridheaderstyle th
{
    background: url('images/grid-bg.gif') repeat-x 50%;
    color: #fff;
    padding: 5px 10px 5px 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border: solid 1px #676767;
}

.pmgridrowstyle td, .pmgridaltrowstyle td
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #A0C0E7;
    border-right-color: #808080;
}

.pmgridpagerstyle, .latestpostsgridpagerstyle
{
    height: 28px;
    background: url(Images/grid_header_back.png) repeat-x;
    background: #EEEEEE;
    vertical-align: middle;
}













/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM MAIN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forumsmain
{
}

.forumsmain .forumsmainheader
{
    border-bottom: solid 1px #f3f3f3;
    height: 35px;
}

.forumsmain .forumsmainheader .currenttime
{
    padding-top: 20px;
    font-size: 0.9em;
    color: #555;
    float: left;
}

.forumsmain .forumsmainheader .forumsearchbox
{
    float: right;
    text-align: right;
}

.forumsmain .forumgroups
{
    margin-top: 10px;
}

.forumsmain .activediscussions
{
    margin-top: 50px;
}

.forumbreadcrumb
{
    padding: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
}

.forumbreadcrumb a
{
    text-decoration: none;
    color: #3a3a3a;
}

.forumbreadcrumb a:hover
{
    text-decoration: none;
    color: #ff9933;
}

.forumgrouppage .forumsearchbox
{
    text-align: right;
}

.forumgroup
{
    background: url('images/forum-footer-bg.gif') repeat-x bottom;
}

.forumgroups .forumgroup .grouptitle
{
    font-size: 1.1em;
    padding-bottom: 5px;
}

.forumgroup .grouptitle a
{
    font-weight: bold;
}

.forumgroup table.groups
{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 15px;
}

.forumgroup table.groups td
{
    padding: 3px 0 3px 0;
}

.forumgroup tr.groupheader
{
    font-weight: bold;
}

.forumgroup tr.groupheader td
{
    background: url('images/forum-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
}

.forumgroup tr.groupheader td.forumname
{
    width: 55%;
    text-align: left;
    padding-left: 3px;
}

.forumgroup tr.groupheader td.topics
{
    width: 10%;
}

.forumgroup tr.groupheader td.posts
{
    width: 10%;
}

.forumgroup tr.groupheader td.lastpost
{
    width: 25%;
}

.forumgroup tr.forum td.image div
{
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum.gif') no-repeat 40% 40%;
}

.forumgroup tr.forum td
{
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}

.forumgroup tr.forum td.forumname
{
    text-align: left;
    width: 55%;
}

.forumgroup tr.forum td.forumname .forumtitle
{
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
}

.forumgroup tr.forum td.forumname .forumdescription
{
    font-size: 0.9em;
    color: #555;
}

.forumgroup tr.forum td.lastpost
{
    font-size: 0.8em;
    color: #555;
}

.forum-subscriptions-box
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #555;
}

.forum-subscriptions-box .forum-subscriptions
{
    padding: 10px 10px 5px 0px;
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.forum-subscriptions-box .button
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}

.forum-subscriptions-box .forum-subscriptions .forum-subscriptions-grid
{
    font-family: arial;
    font-size: 11px;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    margin-left: 0px;
    width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forum
{
}

.forum .forumheader
{
}

.forum .top .foruminfo
{
    float: left;
}

.forum .top .foruminfo .forumname
{
    font-weight: bold;
    font-size: 1.2em;
    line-height: 25px;
}

.forum .top .foruminfo .forumdescription
{
    color: #555;
}

.forum .top .actions
{
    float: right;
    text-align: right;
}

.forum .top .actions .newtopic
{
    background: url('images/ico-forum-post-add.gif') no-repeat;
    padding: 0 10px 3px 20px;
}

.forum .top .actions .watchforum
{
    background: url('images/ico-forum-watch.gif') no-repeat;
    padding-left: 20px;
}

.forum .top .actions .forumsearchbox
{
    padding-top: 5px;
}

.forum .topicsgroup
{
    background: url('images/forum-footer-bg.gif') repeat-x bottom;
}

.forum table.topics
{
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.forum table.topics td
{
    padding: 3px 0 3px 0;
}

.forum table.topics tr.forumheader
{
    font-weight: bold;
}

.forum table.topics tr.forumheader td
{
    background: url('images/forum-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
}

.forum table.topics tr.forumheader td.topicname
{
    width: 55%;
    text-align: left;
    padding-left: 3px;
}

.forum table.topics tr.forumheader td.replies
{
    width: 10%;
}

.forum table.topics tr.forumheader td.views
{
    width: 10%;
}

.forum table.topics tr.forumheader td.lastpost
{
    width: 25%;
}

.forum table.topics tr.topic td
{
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}

.forum table.topics tr.topic td.image div
{
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum.gif') no-repeat 40% 40%;
}

.forum table.topics tr.topic td.topicname
{
    text-align: left;
    width: 55%;
}

.forum table.topics tr.topic td.topicname .topictype
{
    font-size: 0.9em;
    line-height: 18px;
}

.forum table.topics tr.topic td.topicname .topictitle
{
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
}

.forum table.topics tr.topic td.topicname .topicstarter
{
    font-size: 0.9em;
    color: #555;
}

.forum table.topics tr.topic td.topicname .topicspager
{
    font-size: 0.9em;
    color: #555;
}

.forum table.topics tr.topic td.lastpost
{
    font-size: 0.8em;
    color: #555;
}

.forum table.topics tr.topic .post
{
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum-post.gif') no-repeat 40% 40%;
}

.forum table.topics tr.topic .postannoucement, .forum table.topics tr.topic .poststicky
{
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum-post-high.gif') no-repeat 40% 40%;
}

.forum .pager
{
    text-align: right;
    padding: 5px 3px 5px 0;
}

.forum .pager a:link
{
    color: #555;
}

.forum .pager span
{
    color: #ff9933;
    font-size: 1.2em;
    font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM TOPIC EDIT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.postedit
{
    background: url('images/forum-footer-bg.gif') repeat-x bottom;
}

.postedit .title
{
    background: url('images/forum-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.postedit .wrapper
{
    padding: 5px 5px 5px 5px;
}

.postedit table.posttopic
{
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}

.postedit table.posttopic td
{
    padding: 4px 4px 4px 4px;
}

.postedit table.posttopic td.fieldname
{
    font-weight: bold;
    width: 20%;
    color: #555;
}

.postedit table.posttopic td.options
{
    text-align: right;
}

.moveforumtopic
{
    background: url('images/forum-footer-bg.gif') repeat-x bottom;
}

.moveforumtopic .title
{
    background: url('images/forum-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.moveforumtopic .wrapper
{
    padding: 5px 5px 5px 5px;
}

.moveforumtopic table.movetopic
{
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}

.moveforumtopic table.movetopic td
{
    padding: 4px 4px 4px 4px;
}

.moveforumtopic table.movetopic td.fieldname
{
    font-weight: bold;
    width: 30%;
    color: #555;
    white-space: nowrap;
}

.moveforumtopic table.movetopic td.options
{
    text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM TOPIC

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forumtopic
{
    background: url('images/forum-footer-bg.gif') repeat-x bottom;
}

.forumtopic .title
{
    background: url('images/forum-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.forumtopic .title .topicname
{
    float: left;
    font-size: 12px;
}

.forumtopic .title .manage
{
    float: right;
    text-align: right;
}

.forumtopic .title .manage a
{
    color: #F3F3F3;
}

.forumtopic .topicheader
{
    padding: 5px 5px 5px 5px;
    background: #F3F3F3;
    border-bottom: solid 1px #6a6a6a;
    height: 16px;
}

.forumtopic .topicheader .topicoptions, .topicfooter .topicoptions
{
    float: right;
    text-align: right;
}

.forumtopic .topicheader .topicoptions a, .topicfooter .topicoptions a
{
    font-weight: bold;
}

.forumtopic .posts
{
}

.topicfooter
{
    padding: 5px 5px 5px 5px;
    background: #F3F3F3;
    border-top: solid 1px #6a6a6a;
    height: 16px;
}

.forumpost
{
    border-bottom: solid 1px #E3E3E3;
}

.postinfo
{
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.postinfo .manage
{
    line-height: 20px;
}

.postinfo .manage a
{
    font-weight: bold;
    color: #555;
}

.postinfo .userinfo
{
    padding-top: 5px;
}

.postinfo .userinfo a.username
{
    font-weight: bold;
    margin-bottom: 5px;
}

.postinfo .userinfo span.username
{
    font-weight: bold;
    margin-bottom: 5px;
}

.postinfo .userinfo .avatar
{
    margin: 5px 0 5px 0;
}

.postinfo .userinfo .avatar .avatar-img
{
    border: solid 2px #CEDBE1 !important;
}

.postinfo .userinfo .userstats
{
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    color: #555;
}

.postinfo .userinfo .userstats .statvalue
{
    font-weight: normal;
}

.postcontent
{
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.postcontent .posttime
{
    font-weight: bold;
    line-height: 20px;
    padding: 3px;
    background: #e3f3f3;
}

.postcontent .posttime .statvalue
{
    font-weight: normal;
}

.postcontent .postbody
{
    padding: 3px;
}

.postcontent .postbody a
{
    color: #ff9933;
    text-decoration: underline;
}


.postcontent .postbody .posttext
{
}

.postcontent .postbody .posttext .quote
{
    padding: 5px 5px 5px 5px;
    border: dashed 1px black;
    background-color: #ffffff;
}


.postcontent .signature
{
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 0 0;
    font-size: 90%;
    margin: 1em 8px 8px;
    padding: 1em 0 20px;
    text-align: left;
    font-style: italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORUM SEARCH

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forumsearchbox
{
    font-size: 0.9em;
}

.forumsearch
{
}

.forumsearch .forum-search-panel
{
}

.forumsearch .forum-search-panel .page-title
{
    border-bottom: 0 none;
}

.forumsearch .forum-search-panel .search-input
{
}

.forumsearch .forum-search-panel .search-error
{
    color: Red;
}

.forumsearch .forum-search-panel .search-results
{
}

.forum-search-panel table.adv-search
{
    border: collapse;
    color: #333;
    margin: 0px;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

.forum-search-panel table.adv-search
{
    border-top: solid #D3D3D3 1px;
    margin-top: 10px;
}

.forum-search-panel table.adv-search td.title
{
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    width: 130px;
}

.forum-search-panel table.adv-search td.data
{
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}


.forumsearch .topicsgroup
{
    background: url('images/forum-footer-bg.gif') repeat-x bottom;
}

.forumsearch table.topics
{
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.forumsearch table.topics td
{
    padding: 3px 0 3px 0;
}

.forumsearch table.topics tr.forumheader
{
    font-weight: bold;
}

.forumsearch table.topics tr.forumheader td
{
    background: url('images/forum-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
}

.forumsearch table.topics tr.forumheader td.topicname
{
    width: 55%;
    text-align: left;
    padding-left: 3px;
}

.forumsearch table.topics tr.forumheader td.replies
{
    width: 10%;
}

.forumsearch table.topics tr.forumheader td.views
{
    width: 10%;
}

.forumsearch table.topics tr.forumheader td.lastpost
{
    width: 25%;
}

.forumsearch table.topics tr.topic td
{
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}

.forumsearch table.topics tr.topic td.image div
{
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum.gif') no-repeat 40% 40%;
}

.forumsearch table.topics tr.topic td.topicname
{
    text-align: left;
    width: 55%;
}

.forumsearch table.topics tr.topic td.topicname .topictype
{
    font-size: 0.9em;
    line-height: 18px;
}

.forumsearch table.topics tr.topic td.topicname .topictitle
{
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
}

.forumsearch table.topics tr.topic td.topicname .topicstarter
{
    font-size: 0.9em;
    color: #555;
}

.forumsearch table.topics tr.topic td.lastpost
{
    font-size: 0.8em;
    color: #555;
}

.forumsearch table.topics tr.topic .post
{
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum-post.gif') no-repeat 40% 40%;
}

.forumsearch table.topics tr.topic .postannoucement, .forumsearch table.topics tr.topic .poststicky
{
    text-align: left;
    width: 36px;
    height: 36px;
    background: url('images/ico-forum-post-high.gif') no-repeat 40% 40%;
}

.forumsearch .pager
{
    text-align: right;
    padding: 5px 3px 5px 0;
}

.forumsearch .pager a:link
{
    color: #555;
}

.forumsearch .pager span
{
    color: #ff9933;
    font-size: 1.2em;
    font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PROFILE PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.profile-page
{
}

.profile-page .title
{
    background: url('images/forum-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.profile-page .body
{
    margin-top: 15px;
}

.profile-page .body .profileInfoBox
{
    background: url('images/forum-footer-bg.gif') repeat-x bottom;
    margin-bottom: 15px;
}

.profile-page .body .profileInfoBox .title
{
}

.profile-page .body .profileInfoBox .profileStat
{
    font-weight: bold;
    padding: 2px;
}

.profile-page .body .profileInfoBox .profileStat .profileStatValue
{
    font-weight: normal;
    color: #555;
}

.profile-page .body .profileInfoBox .userDetails
{
    width: 180px;
    float: left;
    padding: 10px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
    text-align: center;
}

.profile-page .body .profileInfoBox .userDetails .avatar
{
    margin-bottom: 5px;
}

.profile-page .body .profileInfoBox .userDetails .avatar .avatar-img
{
    border: solid 2px #CEDBE1 !important;
}

.profile-page .body .profileInfoBox .userStats
{
    margin-left: 200px;
    border-left: solid 1px #F3F3F3;
    padding: 10px;
}

.profile-page .body .profileInfoBox .userStats .section-title
{
    text-transform: uppercase;
    margin-bottom: 10px;
}

.profile-page .body .userLastPosts
{
}

.profile-page .body .userLastPosts .topic
{
    border: solid 1px #F3F3F3;
    margin-bottom: 10px;
}

.profile-page .body .userLastPosts .topicTitle
{
    font-weight: bold;
    line-height: 20px;
    background: #e3f3f3;
    padding: 3px;
}

.profile-page .body .userLastPosts .topicBody
{
    padding: 10px;
}

.profile-page .body .userLastPosts .topicBody a
{
    color: #ff9933;
    text-decoration: underline;
}

.profile-page .body .userLastPosts .topicBody .quote
{
    padding: 5px 5px 5px 5px;
    border: dashed 1px black;
    background-color: #ffffff;
}

.profile-page .body .userLastPosts .topicData
{
    background: #f3f3f3;
    padding: 3px;
    color: #555;
    font-size: 0.9em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BB CODE EDITOR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.toolbar
{
    padding: 2px;
    display: inline;
}

.toolbar .button
{
    background: url('images/bbeditor-button-bg.gif') repeat-x;
    padding: 2px;
    margin-right: 2px;
    border: #cec6b5 1px solid;
}

.toolbar .button:hover
{
    border: #333 1px solid;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ACTIVE DISCUSSIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.activediscussionspage
{
}

.activediscussions .activediscussionstitle
{
    font-size: 1.1em;
    padding-bottom: 5px;
    font-weight: bold;
}

.activediscussions .activediscussionstitle .viewall
{
    float: right;
    text-align: right;
}

.activediscussions .topicsgroup
{
    background: url('images/forum-footer-bg.gif') repeat-x bottom;
}

.activediscussions table.topics
{
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.activediscussions table.topics td
{
    padding: 3px 0 3px 0;
}

.activediscussions table.topics tr.activediscussionsheader
{
    font-weight: bold;
}

.activediscussions table.topics tr.activediscussionsheader td
{
    background: url('images/forum-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
}

.activediscussions table.topics tr.activediscussionsheader td.topicname
{
    width: 55%;
    text-align: left;
    padding-left: 3px;
}

.activediscussions table.topics tr.activediscussionsheader td.replies
{
    width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.views
{
    width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.lastpost
{
    width: 25%;
}

.activediscussions table.topics tr.topic td
{
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}

.activediscussions table.topics tr.topic td.topicname
{
    text-align: left;
    width: 55%;
}

.activediscussions table.topics tr.topic td.topicname .topictitle
{
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
}

.activediscussions table.topics tr.topic td.topicname .topicstarter
{
    font-size: 0.9em;
    color: #555;
}

.activediscussions table.topics tr.topic td.lastpost
{
    font-size: 0.8em;
    color: #555;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BBCODES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

pre
{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.csharpcode, .csharpcode pre
{
    font-size: small;
    color: black;
    font-family: Consolas, "Courier New" , Courier, Monospace;
    background-color: #ffffff;
}

.csharpcode pre
{
    margin: 0em;
}

.csharpcode .rem
{
    color: #008000;
}

.csharpcode .kwrd
{
    color: #0000ff;
}

.csharpcode .str
{
    color: #006080;
}

.csharpcode .op
{
    color: #0000c0;
}

.csharpcode .preproc
{
    color: #cc6633;
}

.csharpcode .asp
{
    background-color: #ffff00;
}

.csharpcode .html
{
    color: #800000;
}

.csharpcode .attr
{
    color: #ff0000;
}

.csharpcode .alt
{
    background-color: #f4f4f4;
    width: 100%;
    margin: 0em;
}

.csharpcode .lnum
{
    color: #606060;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.orange
{
    font-family: arial,helvetica;
}

.orange .ajax__tab_body
{
    border: 1px solid #333;
    border-top: none;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
}

.orange .ajax__tab_header
{
    background-color: #333;
    border: solid 2px #333;
    border-bottom: none;
    padding: 2px 2px 4px 2px;
}

.orange .ajax__tab_tab
{
    font-size: 1em;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border: solid 1px #FFF;
    padding: 5px;
    background: #404040;
}

.orange .ajax__tab_active .ajax__tab_tab, .orange .ajax__tab_hover .ajax__tab_tab
{
    color: #ff9933;
    border: solid 1px #ff9933;
}

/* GREY THEME */

.grey .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    background: url(images/tab-line.png) repeat-x bottom;
    font-size: 12px;
    display: block;
}
.grey .ajax__tab_header .ajax__tab_outer
{
    background: url(images/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
}
.grey .ajax__tab_header .ajax__tab_inner
{
    background: url(images/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}
.grey .ajax__tab_hover .ajax__tab_inner
{
    color: #000;
}
.grey .ajax__tab_active .ajax__tab_outer
{
    background: url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}
.grey .ajax__tab_active .ajax__tab_inner
{
    background: url(images/tab.png) no-repeat right -40px;
    color: #000;
    border-color: #333;
}
.grey .ajax__tab_body
{
    font-family: arial,helvetica;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
    padding: 20px;
}
#home_image
{
    position: relative;
    height: 330px; /*width:960px; 	margin: 0px; 	padding: 0px;*/
}
#level2
{
    overflow: hidden;
}
#level2 table
{
    /*height: 150px;*/
    width: 100%;
    border-collapse: collapse;
}

#level2 table td
{
    width: 25%;
}

#level2 table td a
{
    font-family: Arial, Helvetica;
    color: #EF0403;
    text-decoration: none;
    font-size: 12px;
}

#level2 table td a:hover
{
    color: #000000;
}
#level3
{
    overflow: hidden;
}
#level3 table
{
    /*height: 150px;*/
    width: 100%;
    border-collapse: collapse;
}

#level3 table td
{
    width: 25%;
}

#level3 table td a
{
    font-family: Arial, Helvetica;
    color: #8B9798;
    text-decoration: none;
    font-size: 12px;
}

#level3 table td a:hover
{
    color: #000000;
}

.selected_letter
{
    color: #B4B4B4;
    font-family: Arial,Helvetica;
    font-size: 21px;
    font-weight: normal;
    margin-left: 10px;
}

#alphabet table
{
    background-color: #EEEEEE;
    border: medium none;
    color: #888888;
    font-family: Arial,Helvetica;
    font-size: 19px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    width: 960px;
}
#alphabet a
{
    color: #777777;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
}
#alphabet a:hover
{
    background-color: #3366CC;
    color: #FFFFFF;
}



a.populated_citie
{
    font-size: 14px;
    font-weight: bold;
    color: #3366CC;
}


/*THAO*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body
{
    background-image: url(images/bg-body.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    padding: 0px;
    margin: 0px;
    color: #494949;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
}
.clear
{
    clear: both;
    height: 0px;
    font-size: 0px;
    display: block;
}
.clear-5
{
    clear: both;
    height: 5px;
    font-size: 0px;
    display: block;
}
.clear-10
{
    clear: both;
    height: 10px;    
    display: block;
}
.clear-15
{
    clear: both;
    height: 15px;
    font-size: 0px;
    display: block;
}
.clear-20
{
    clear: both;
    height: 20px;
    font-size: 0px;
    display: block;
}
.clear-25
{
    clear: both;
    height: 25px;
    font-size: 0px;
    display: block;
}
.clear-28
{
    clear: both;
    height: 28px;
    font-size: 0px;
    display: block;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#warpper
{
    margin: 0 auto;
    width: 990px;
    position: relative;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER TOP

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top
{
}
#top #goblalNavigation
{
    min-height: 60px;
}
#top ul
{
    float: right;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#top ul li
{
    float: left;
    list-style-type: none;
    padding-left: 10px;
    margin: 0px;
}
#top ul li a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
#top ul li .ico-user
{
    background: url('images/icon-user.png') no-repeat;
    padding-left: 25px;
}
#top ul li .ico-register
{
    background: url('images/ico-register.gif') no-repeat;
    padding-left: 20px;
}

#top ul li .ico-logout
{
    background: url('images/ico-logout.gif') no-repeat;
    padding-left: 20px;
}

#top ul li .ico-login
{
    background: url('images/ico-login.gif') no-repeat;
    padding-left: 20px;
}
#top ul li .ico-inbox
{
    background: url('images/ico-inbox.gif') no-repeat;
    padding-left: 20px;
}

#top ul li .ico-cart
{
    background: url('images/icon-cart.png') no-repeat;
    padding-left: 25px;
}

#top ul li .ico-wishlist
{
    background: url('images/ico-wishlist.gif') no-repeat;
    padding-left: 20px;
}
#top ul li .ico-admin
{
    background: url('images/ico-admin.gif') no-repeat;
    padding-left: 20px;
}

#top ul li a.ico-size-chart
{
    background: url('/images/flyerDesigner/ruler.png') top left no-repeat;
    padding-left: 45px;
    padding-bottom: 0px;
}

#top ul li a.ico-size-chart:hover
{
    background-position: bottom left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header
{
    position: relative;
    height: 52px;
    background-color: #000000;
    z-index: 3;
}
#header #headerLogo
{
    position: absolute;
    left: -4px;
    top: -3px;
    z-index: 4;
}
#header #headerLogo a.logo
{
    width: 246px;
    height: 76px;
    display: block;
    background-image: url(images/header-logo.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#header ul#headerMenu
{
    float: right;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#header ul#headerMenu li
{
    list-style-type: none;
    border-right: 1px solid #4d4d4d;
    float: left;
}
#header ul#headerMenu li a
{
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    display: block;
    height: 37px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
#header ul#headerMenu li.active
{
    background-color: #ff0000;
}
#header .bgSearch
{
    width: 179px;
    height: 23px;
    display: block;
    background-image: url(images/bg-search.png);
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 6px 5px 0px 5px;
}
#header .bgSearch label
{
    float: left;
    border: 0 none;
    color: #ffffff;
    font-weight: bold;
    background-color: transparent;
    width: 162px;
    font-family: arial, verdana, helvetica, sans-serif;
    cursor: pointer;
}
#header .bgSearch .show_hide
{
}
#header .bgSearch .btnSearch
{
    background-color: transparent;
    background-position: center right;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    border: 0 none;
    cursor: pointer;
    background-image: url(images/btn-search.png);
    float: right;
}
#header .bgSearch .btnClose
{
    background-color: transparent;
    background-position: center right;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    border: 0 none;
    display: block;
    cursor: pointer;
    background-image: url(images/btn_close.png);
    float: right;
}
#header .floating_search
{
    width: 279px;
    height: 80px;
    background-image: url(images/bg-dropdown-search.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 39px;
    left: 692px;
    display: none;
    z-index: 100002;
}
#header .floating_search #ddlState
{
    padding: 10px;
}
/*selectbox*/
#header .floating_search #ddlState select.bgdropdowlist
{
    height: 25px !important;
    width: 260px;
    border: 0 none;
    color: #000000;
}
#header .floating_search #ddlState span.customStyleSelectBox
{
    padding: 3px 5px 0px;
    width: 250px;
    height: 21px;
}
#header .floating_search #ddlState span.customStyleSelectBox.changed
{
}
#header .floating_search #ddlState .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 225px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
/*selectbox*/
#header .floating_search #searchBox
{
    margin: 5px 14px;
}
#header .floating_search #searchBox input.txtSearch
{
    float: left;
    width: 230px;
    border: 0 none;
    color: #000000;
}
#header .floating_search #searchBox input.btnSearch
{
    float: right;
    background-color: transparent;
    background-image: url(images/btn-search.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    border: 0 none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER BOTTOM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#bottom
{
    background-color: #dbdbdb;
}
#bottom ul#bottomLogo
{
    height: 71px;
    background-color: #d7d7d7;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #cccccc;
    list-style-type: none;
    padding: 0px 50px;
    margin: 0px;
}
#bottom ul#bottomLogo li
{
    list-style-type: none;
    float: left;
    text-align: center;
    padding-top: 8px;
    padding-left: 50px;
    padding-right: 50px;
}
#bottom ul#bottomLogo li a.logo1
{
    cursor: pointer;
    width: 115px;
    height: 53px;
    display: block;
    background-image: url(images/logo1.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#bottom ul#bottomLogo li a.logo1:hover
{
    cursor: pointer;
    width: 115px;
    height: 53px;
    display: block;
    background-image: url(images/logo1.png);
    background-position: -115px 0px;
    background-repeat: no-repeat;
}
#bottom ul#bottomLogo li a.logo2
{
    cursor: pointer;
    width: 68px;
    height: 53px;
    display: block;
    background-image: url(images/logo2.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#bottom ul#bottomLogo li a.logo2:hover
{
    cursor: pointer;
    width: 68px;
    height: 53px;
    display: block;
    background-image: url(images/logo2.png);
    background-position: -68px 0px;
    background-repeat: no-repeat;
}
#bottom ul#bottomLogo li a.logo3
{
    cursor: pointer;
    width: 175px;
    height: 53px;
    display: block;
    background-image: url(images/logo3.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#bottom ul#bottomLogo li a.logo3:hover
{
    cursor: pointer;
    width: 175px;
    height: 53px;
    display: block;
    background-image: url(images/logo3.png);
    background-position: -175px 0px;
    background-repeat: no-repeat;
}
#bottom ul#bottomLogo li a.logo4
{
    cursor: pointer;
    width: 132px;
    height: 53px;
    display: block;
    background-image: url(images/logo4.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#bottom ul#bottomLogo li a.logo4:hover
{
    cursor: pointer;
    width: 132px;
    height: 53px;
    display: block;
    background-image: url(images/logo4.png);
    background-position: -132px 0px;
    background-repeat: no-repeat;
}
#bottom ul#bottomContent
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#bottom ul#bottomContent li
{
    list-style-type: none;
    float: left;
    width: 170px;
    height: 120px;
    padding: 0px 24px;
    margin: 15px 0px 0px 0px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #cccccc;
    color: #373737;
    font-size: 12px;
}
#bottom ul#bottomContent li h2
{
    color: #acacac;
    margin: 0px;
    padding: 5px 0px;
}
#bottom ul#bottomContent li span#bgEmailtoSignUp
{
    width: 267px;
    height: 25px;
    padding: 4px 5px 0;
    display: block;
    background-image: url(images/bg-email-to-sign-up.png);
    background-repeat: no-repeat;
}
#bottom ul#bottomContent li span#bgEmailtoSignUp input
{
    width: 235px;
    height: 19px;
    float: left;
    border: 0 none;
    color: #ffffff;
    background: transparent;
    font-size: 14px;
    font-family: arial, verdana, helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}
#bottom ul#bottomContent li span#bgEmailtoSignUp .go
{
    float: right;
    width: 25px;
    height: 19px;
    border: 0 none;
    cursor: pointer;
    border-left: 1px solid #eeeff0;
    background-image: url(images/btn-go.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
}
#bottom ul#bottomContent li a
{
    text-decoration: none;
    color: #373737;
    cursor: pointer;
}
#bottom ul#bottomContent li a:hover
{
    color: #000000;
}
#bottom #footer
{
    width: auto;
    height: 55px;
    background-image: url(images/footer-bg.png);
    background-repeat: repeat-x;
    position: relative;
    background-position: bottom center;
    margin: 0px 2px;
}
#bottom #footer #fLeft
{
    width: 180px;
    height: 55px;
    float: left;
    background-image: url(images/footer-bg-left.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    left: -6px;
}
#bottom #footer #fLeft a#fLogo
{
    width: 150px;
    height: 55px;
    float: right;
    display: block;
    background-image: url(images/footer-logo.png);
    background-repeat: no-repeat;
}
#bottom #footer #fRight
{
    width: 700px;
    height: 43px;
    float: right;
    margin-top: 12px;
    background-image: url(images/footer-bg-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    right: -6px;
}
#bottom #footer #fRight ul#fContent
{
    float: right;
    padding: 5px 0px 0px;
    margin: 0px;
    list-style-type: none;
}
#bottom #footer #fRight ul#fContent li
{
    float: left;
    padding: 10px 20px;
    margin: 0px;
    list-style-type: none;
}
#bottom #footer #fRight ul#fContent li a
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
#bottom #footer #fRight ul#fContent li a:hover
{
    text-decoration: underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER MAIN CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#mainContent
{
    /*background-color: #ffffff;*/
    position: relative;
    /*z-index:1;*/
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER MAIN CONTENT DEFAULT PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#mainContent #bgBlack
{
    width: 100%;
    background-color: #000000;
}
#mainContent #bgBlack #bgblackLeft
{
    float: left;
    padding: 12px 20px;
    color: #ffffff;
}
#mainContent #bgBlack #bgblackLeft a
{
    text-decoration: none;
    color: #ff0000;
    cursor: pointer;
}
#mainContent #bgBlack #bgblackRight
{
    width: 100%;
    padding: 9px 0px;
    color: #ffffff;
}
#mainContent #bgDefault
{
    width: 990px !important;
    /*border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;*/
    background-image: url(images/default-bg.png);
    background-color: #dbdbdb;
    background-repeat: repeat-x;
    background-position: top center;
}
#mainContent #bgDefault ul#ad
{
    padding: 0px;
    margin: 0px 20px;
    list-style-type: none;
}
#mainContent #bgDefault ul#ad li
{
    width: 295px;
    float: left;
    padding: 0px 10px;
    margin: 10px 0px 0px 0px;
    list-style-type: none;
    color: #ffffff;
    font-size: 13px;
}
#mainContent #bgDefault ul#ad a
{
    color: #848484;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
}
#mainContent #bgDefault ul#ad li a:hover
{
    text-decoration: underline;
}
#mainContent #bgDefault ul#ad img
{
    float: right;
    padding-left: 5px;
}

#mainContent #bgDefault #bgStates
{
    background-color: #ffffff;
    padding: 20px 20px 0px 20px;
    margin: 0px 20px;
    width: 910px;
}
#mainContent #bgDefault #bgStates .listStates
{
    padding: 0px;
    margin: 0px 20px;
}
#mainContent #bgDefault #bgStates .listStates td
{
    width: 125px;
}
#mainContent #bgDefault #bgStates .listStates td a
{
    text-decoration: none;
    cursor: pointer;
    color: #8b9798;
    font-size: 12px;
}
#mainContent #bgDefault #bgStates .listStates td a:hover
{
    color: #000000;
}
.lineStyle
{
    height: 14px;
    width: 9px;
    float: left;
    background-image: url(images/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.bgSignList
{
    color: #848484;
    font-weight: bold;
    float: left;
    padding: 10px 12px 5px 25px;
    background-image: url(images/bg-sign-list.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bgSignDetail
{
    color: #ffffff;
    font-weight: bold;
    text-align: right;
    padding: 0px 20px;
    height: 42px;
    margin-right: 60px;
    background-image: url(images/bg-sign-detail.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}
.borderTopLeft
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.borderTopRight
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border.png);
    background-repeat: no-repeat;
    background-position: -5px 0px;
}
.borderBottomLeft
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border.png);
    background-repeat: no-repeat;
    background-position: 0px -5px;
}
.borderBottomRight
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border.png);
    background-repeat: no-repeat;
    background-position: -5px -5px;
}
.borderTopCenter
{
    border-top: 1px solid #cccccc;
    height: 4px;
    float: left;
    width: 938px;
    background-color: #ffffff;
}
.borderBottomCenter
{
    border-bottom: 1px solid #cccccc;
    height: 4px;
    float: left;
    width: 938px;
    background-color: #ffffff;
}
.borderContent
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    width: 946px;
    background-color: #ffffff;
    clear: both;
}
.borderContent .paddingBorderContent
{
    padding: 20px 25px;
}
.topCity
{
    padding-bottom: 10px;
}
.topCity a.populated_cities
{
    cursor: pointer;
    color: #EF0403;
    font-size: 12px;
    text-decoration: none;
}
.topCity a.populated_cities:hover
{
    color: #000000;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Main Store

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#MainStoreBanner
{
    background-color: #ffffff;
    position: relative;
}
#MainStoreBanner #imgTeamName
{
    float: left;
    width: 750px;
}
#MainStoreBanner #imgSaleOff
{
    float: right;
    padding: 15px;
}
#brochure
{
    color: #ffffff;
    position: relative;
    width: 990px;
    height: 269px;
    background-color: #cccccc;
}
/*#brochure ul
{
    position: absolute;
    top: 305px;
    left: 25px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#brochure ul li.none, #brochure ul li.none:hover
{
    width: 100%;
    background: none;
    float: none;
    text-align: left;
    height: auto;
    cursor: default;
    margin-right: 0px;
}
#brochure ul li
{
    width: 114px;
    height: 36px;
    float: left;
    background-image: url(images/btn-navigation.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-align: center;
}
#brochure ul li:hover
{
    background-image: url(images/btn-navigation.png);
    cursor: pointer;
    background-position: -114px 0px;
}
#brochure ul li.active
{
    background-image: url(images/btn-navigation.png);
    background-position: -114px 0px;
}
#brochure ul li a, #brochure ul li a:hover
{
    display: block;
    padding-top: 8px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}*/
#bgBlack h2
{
    color: #ffffff;
    padding: 12px 10px;
    text-transform: uppercase;
    font-size: 14px;
}
#fMainStore
{
    padding: 0px 10px 10px 10px;
}
#fMainStore #fMainStoreRight
{
    float: left;
    width: 311px;
    height: 136px;
    background-image: url(../ImageBanner/free_T-Shirt_.png);
}
#fMainStore #fMainStoreLeft
{
    float: left;
    width: 311px;
    height: 136px;
    background-image: url(../ImageBanner/polo_Pride.png);
}
#fMainStore #fMainStoreCenter
{
    float: left;
    width: 311px;
    height: 136px;
    background-image: url(../ImageBanner/Head_gear.png);
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.fMainStoreCenterLink
{
    padding: 100px 25px 0px;
}
.fMainStoreCenterLink a
{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.fMainStoreCenterLink a:hover
{
    color: #ff0000;
}
.MainStore-Product
{
}
.MainStore-Product td
{
    vertical-align: top;
    width: 232px;
    border-top: 20px solid #f5f5f5;
    border-bottom: 20px solid #f5f5f5;
}
.MainStore-Product td.item-box
{
    border-right: 1px solid #cccccc;
}
.MainStore-Product .itemProduct
{
    /*width: 232px;*/
    min-height: 232px;
    text-align: center;
    position: relative;
    padding-top: 30px;
}
.MainStore-Product .itemProductNone
{
    border: 0 none;
}
.MainStore-Product .tittle-type-price
{
    padding: 0px 10px;
    float: left;
    text-align: left;
    font-weight: bold;
    color: #404040;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    /*width: 210px;*/
    word-wrap: break-word;
    top: 0px;
}
.MainStore-Product .tittle-type-price a
{
    color: #404040;
    text-decoration: none;
    cursor: pointer;
}
.MainStore-Product .tittle-type-price a:hover
{
    color: #ff0000;
}
.MainStore-MostProduct
{
}
.MainStore-MostProduct td
{
    vertical-align: top;
    width: 232px;
    padding-top: 15px;
}
.MainStore-MostProduct td.item-box
{
    border-right: 1px solid #cccccc;
}
.MainStore-MostProduct .itemProduct
{
    /*width: 240px;*/
    /*min-height: 232px;*/
    text-align: center;
    position: relative;
    padding-top: 40px;
}
.MainStore-MostProduct .itemProductNone
{
    border: 0 none;
}
.MainStore-MostProduct .tittle-type-price
{
    padding: 0px 10px;
    float: left;
    text-align: left;
    font-weight: bold;
    color: #404040;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    /*width: 220px;*/
    word-wrap: break-word;
    top: 0;
}
.MainStore-MostProduct .tittle-type-price a
{
    color: #404040;
    text-decoration: none;
    cursor: pointer;
}
.MainStore-MostProduct.tittle-type-price a:hover
{
    color: #ff0000;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LIST PRODUCT IN STORE PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#productCatagory
{
    margin: 5px 0px;
}
#productCatagory td
{
    vertical-align: top;
}
#Left
{
    width: 170px;
    background-color: #ececec;
}
#Left ul
{
    margin: 0px;
    padding: 0px 0px 50px 0px;
    list-style-type: none;
}
#Left ul li
{
}
#Left ul li h1
{
    background-color: #404040;
    padding: 0px 10px;
    color: #ffffff;
    font-size: 16px;
}
#Left ul li h2
{
    padding: 5px 10px;
    color: #ff0000;
    font-size: 16px;
}
#Left ul li h3
{
    padding: 5px 10px;
    color: #404040;
    font-size: 16px;
}
#Left ul li a
{
    color: #404040;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 14px;
    display: block;
}
#Left ul li a:hover
{
    color: #000000;
}
#Left ul li a.active
{
    color: #000000;
}
#Left ul table td a
{
    color: #404040;
    padding: 0px 0px 0px 10px;
    text-decoration: none;
    font-size: 14px;
    display: block;
}
#Left ul table td a:hover
{
    color: #000000;
}
#Left ul table td a.active
{
    color: #000000;
}
#Right
{
    width: 780px;
    padding: 0px 5px;
}
#Right .bgSortByPaging
{
    height: 46px;
    background-color: #404040;
    padding: 0px 30px;
}
#SortBy
{
    float: left;
}
#SortBy ul
{
    margin: 0px;
    padding: 9px 0px;
    list-style-type: none;
}
#SortBy ul li
{
    float: left;
    margin-right: 1px;
}
#SortBy ul li h2
{
    color: #ffffff;
    padding: 5px 10px;
}
#SortBy ul li input
{
    display: block;
    font-weight: bold;
    color: #404040;
    background-color: #7d7d7d;
    padding: 5px 10px;
    cursor: pointer;
    border: 0px none;
}
#SortBy ul li input:hover
{
    display: block;
    font-weight: bold;
    color: #ffffff;
    background-color: #bbbbbb;
    padding: 5px 10px;
    cursor: pointer;
    border: 0px none;
}
#SortBy ul li .active
{
    display: block;
    font-weight: bold;
    color: #ffffff;
    background-color: #bbbbbb;
    padding: 5px 10px;
    cursor: pointer;
}
#SortBy ul li .deactive
{
    display: block;
    font-weight: bold;
    color: #404040;
    background-color: #7d7d7d;
    padding: 5px 10px;
    cursor: pointer;
    border: 0px none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SEARCH HOME IMAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#School .search_on_home_image
{
    width: 248px;
    height: 70px;
    background: #ff0000;
    position: absolute;
    top: 242px;
    left: 87px;
    z-index: 100000;
}
#Groups .search_on_home_image
{
    width: 248px;
    height: 70px;
    background: #ff0000;
    position: absolute;
    bottom: 13px;
    right: 18px;
    z-index: 1;
}
#Teams .search_on_home_image
{
    width: 248px;
    height: 70px;
    background: #ff0000;
    position: absolute;
    top: 137px;
    left: 533px;
    z-index: 1;
}
.search_on_home_image #ddlStateHomeImage
{
    margin: 7px 8px;
    background: #ffffff;
}
.search_on_home_image #ddlStateHomeImage select
{
    border: 0 none;
    color: #000000;
    height: 23px !important;
    width: 232px;
}
/**/
.search_on_home_image #searchBoxHomeImage
{
    background: #ffffff;
    margin: 7px 8px;
    padding: 4px 5px;
}
.search_on_home_image #searchBoxHomeImage input.txtSearch
{
    float: left;
    width: 202px;
    border: 0 none;
    color: #000000;
}
.search_on_home_image #searchBoxHomeImage input.btnSearch
{
    background-color: transparent;
    background-image: url("images/btn-search.png");
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    width: 16px;
}
.search_on_home_image #ddlStateHomeImage span.customStyleSelectBox
{
    padding: 2px 5px;
    width: 222px;
}
.search_on_home_image #ddlStateHomeImage span.customStyleSelectBox.changed
{
}
.search_on_home_image #ddlStateHomeImage .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 197px;
    color: #000000;
    text-align: left;
    padding-top: 2px;
    overflow: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	EMAIL CONTACT PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.EmailContact
{
}
.EmailContact a
{
    cursor: pointer;
}
.EmailContact .subtittle
{
    color: #848484;
    font-size: larger;
    font-weight: bold;
}
.EmailContact .subtittle a
{
    color: #848484;
    text-decoration: none;
}
.EmailContact .subtittle .active
{
    text-decoration: underline;
}
.EmailContact .btnAddSingleContact
{
    background-color: #ffbb1e;
    padding: 2px 5px;
    color: #ffffff;
    font-weight: bold;
}

.EmailContact a.bgSquare
{
    display: block;
    float: left;
    width: 48px;
    height: 18px;
    text-align: center;
    margin-left: 5px;
    border: 1px solid #363636;
    background-color: #606060;
    color: #afafaf;
}
.EmailContact a.bgSquare:hover
{
    background-color: White;
    color: #000000;
    border: 1px solid red;
}
.EmailContact a.bgSquare_active
{
    display: block;
    float: left;
    width: 48px;
    height: 18px;
    text-align: center;
    margin-left: 5px;
    background-color: White;
    color: #000000;
    border: 1px solid red;
}
.EmailContact a.active
{
    text-decoration: underline;
}
.EmailContact input.textBox
{
    height: 25px;
    width: 200px;
}
.EmailContact #d_clip_button
{
    cursor: pointer;
}
.EmailContact #d_clip_button:hover
{
    text-decoration: underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTTOMS PRODUCT STORE PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#CusttomsProductStore
{
}
#CusttomsProductStore #CusttomsProductDetail .left
{
    width: 450px;
    height: 440px;
    margin-left: 20px;
    float: left;
}
#CusttomsProductStore #CusttomsProductDetail .left .tittle
{
    color: #494949;
    font-weight: bold;
    font-size: 18px;
}
#CusttomsProductStore #CusttomsProductDetail .left .price
{
    color: #878787;
    font-weight: bold;
    font-size: 18px;
}
#CusttomsProductStore #CusttomsProductDetail .left #SmallImagesIcon
{
    float: left;
}
#CusttomsProductStore #CusttomsProductDetail .left #SmallImagesIcon input
{
    float: left;
    margin-right: 5px;
    padding: 5px 0px;
    width: 71px;
    height: 88px;
    background-image: url(images/bg-select-view.png);
    background-position: -71px 0px;
}

#CusttomsProductStore #CusttomsProductDetail .left #SmallImagesIcon input:hover
{
    background-image: url(images/bg-select-view.png);
    background-position: 0px 0px;
}
#CusttomsProductStore #CusttomsProductDetail .left #SmallImagesIcon input.active
{
    background-image: url(images/bg-select-view.png);
    background-position: 0px 0px;
}

#CusttomsProductStore #CusttomsProductDetail .right
{
    width: 450px;
    height: 440px;
    margin-right: 20px;
    float: right;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab
{
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab ul li
{
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-right: 1px;
    width: 110px;
    height: 34px;
    color: #797b7a;
    text-align: center;
    background-image: url(images/bg-menu-tab.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab ul li span
{
    display: block;
    height: 10px;
}

#CusttomsProductStore #CusttomsProductDetail .right #menuTab ul li:hover
{
    color: #fefefe;
    background-image: url(images/bg-menu-tab.png);
    background-position: -110px 0px;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab ul li.active
{
    color: #fefefe;
    background-image: url(images/bg-menu-tab.png);
    background-position: -110px 0px;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab .menuTabContent
{
    width: 430px;
    height: 289px;
    padding: 10px;
    background-image: url(images/bg-menuTabContent.png);
    background-repeat: no-repeat;
    clear: both;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab .menuTabContent h1
{
    color: #fefefe;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab .menuTabContent .textBox
{
    color: #fefefe;
    font-size: 18px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    background-image: url(images/bg-edit-text.jpg);
    background-repeat: repeat-x;
    border: 1px solid #a4a4a4;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab .menuTabContent div.scroll_box
{
    border: 1px solid #CCCCCC;
    background-color: #878787;
    padding: 10px;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab .menuTabContent div.scroll_box table,#SizeChartTable
{
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    background-color: #ebe9ea;
    border-collapse: separate !important;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab .menuTabContent div.scroll_box table th, #SizeChartTable th
{
    text-align: center;
    background-color: #888888;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    color: #ffffff;
    font-weight: bold;
}
#CusttomsProductStore #CusttomsProductDetail .right #menuTab .menuTabContent div.scroll_box table td, #SizeChartTable td
{
    text-align: center;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#CusttomsProductStore #CusttomsProductDetail .right #ApparelColor
{
    float: left;
    width: 136px;
    height: 77px;
    padding: 5px;
    background-image: url(images/bg-ApparelColor.png);
    background-repeat: no-repeat;
}
#CusttomsProductStore #CusttomsProductDetail .right #ApparelColor h2
{
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}
#CusttomsProductStore #CusttomsProductDetail .right #ApparelColor .ApparelColorsScroll
{
    background-image: url(images/bg-ApparelColorScroll.png);
    background-repeat: no-repeat;
    background-position: top left;
    border: 1px solid #a6a6a6;
    padding: 3px;
    height: 40px;
    width: 128px;
    overflow-x: scroll;
}
#CusttomsProductStore #CusttomsProductDetail .right #Selection
{
    float: right;
    width: 284px;
    height: 67px;
    padding: 10px 5px;
    background-image: url(images/bg-Selection.png);
    background-repeat: repeat-x;
}
#CusttomsProductStore #ProductSpecs
{
    background-color: #494949;
    padding: 14px;
}
#CusttomsProductStore #ProductSpecs .left
{
    width: 581px;
    float: left;
    color: #cdcdcd;
}
#CusttomsProductStore #ProductSpecs .left h2
{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

#CusttomsProductStore #ProductSpecs .left #MostRecentReview table td
{
    vertical-align: top;
}
.product-rating-box-big-image
{
}
.rating-big-star
{
    font-size: 0pt;
    width: 23px;
    height: 21px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filled-rating-big-star
{
    background-image: url(Images/FilledBigStar.png);
}
.empty-rating-big-star
{
    background-image: url(Images/EmptyBigStar.png);
}
.saved-rating-big-star
{
    background-image: url(Images/SavedBigStar.png);
}
#CusttomsProductStore #ProductSpecs .right
{
    width: 365px;
    float: right;
}
#CusttomsProductStore #ProductSpecs .right div.top
{
    color: #4f4f4f;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    height: 30px;
    background: url("images/bg-most-popular-top.png") no-repeat;
}
#CusttomsProductStore #ProductSpecs .right div.center
{
    background: #4f4f4f;
    padding: 0px 10px;
}
#CusttomsProductStore #ProductSpecs .right div.center table td
{
    width: 150px;
    padding: 0px 10px 10px;
    border-bottom: 1px solid #494949;    
    vertical-align: top;
}
#CusttomsProductStore #ProductSpecs .right div.center table td.AlsoLikeborderright 
{   
    border-right: 1px solid #494949;   
}
#CusttomsProductStore #ProductSpecs .right div.center table td a img
{
    height: 180px;
    max-width: 150px;
}
#CusttomsProductStore #ProductSpecs .right div.center table td div
{
    display: block;
    text-align: left;
    width: 150px;
    word-wrap: break-word;
    color: #ffffff;
}
#CusttomsProductStore #ProductSpecs .right div.bottom
{
    height: 14px;
    background: url("images/bg-most-popular-bottom.png") no-repeat;
    margin-top: -1px;
}
#CusttomsProductStore #ProductSpecs .right div a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
}
#CusttomsProductStore #ProductSpecs .right div a:hover
{
    color: #ff0000;
}
/*Begin Popup*/
/*.popup a
{
    width: 16px;
    height: 16px;
    float: right;
    background: url("images/btnClose.png") no-repeat;
    cursor: pointer;
}*/
.popup .boxviewemailtemplate a, .popup .boxviewemailtemplate a:hover
{
    color: Blue;
    text-decoration: none;
}
.popup a.bgButton
{
    float: none;
    padding: 6px;
    width: inherit;
    border: 0 none;
    background-image: url("images/bg-button.png") !important;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 19px;
}
.popup a.bgButton:hover
{
    background-image: url("images/bg-button.png") !important;
    background-repeat: repeat-x;
    background-position: 0px -30px;
    color: #ffffff;
}
.bgButtonWhite
{
    cursor: pointer;
    background-image: url("images/bg-button1.png");
    background-position: 0 0;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    padding: 0 10px 5px;
    text-decoration: none;
    font-size: 12px;
}
.bgButtonWhite:hover
{
    background-image: url("images/bg-button1.png") !important;
    background-position: 0px -30px;
    color: #ffffff;
}
.modalBackground
{
    background-color: gray;
    opacity: 0.7;
}
/*End Popup*/


.bgBlack
{
    width: 100%;
    height: 40px;
    background-color: #000000;
}
.bgBlack a, .bgBlack a:hover
{
    text-decoration: none;
    color: #ff0000;
    cursor: pointer;
}
.popup .nobg a, .popup .nobg a:hover
{
    width: auto;
    background-image: inherit;
    color: blue;
    text-decoration: none;
    cursor: pointer;
}
.btnContinueShopping
{
    background-image: url("images/btnContinueShopping.png");
    background-position: 0 0;
    border: 0 none;
    font-size: 10px;
    font-weight: bold;
    height: 34px;
    padding-right: 5px;
    text-align: right;
    text-transform: uppercase;
    width: 177px;
    padding-bottom: 6px;
    color: #FFFFFF;
}
.btnContinueShopping:hover
{
    background-image: url("images/btnContinueShopping.png");
    background-position: -177px 0;
    border: 0 none;
    font-size: 10px;
    font-weight: bold;
    height: 34px;
    padding-right: 5px;
    text-align: right;
    text-transform: uppercase;
    width: 177px;
    padding-bottom: 6px;
    color: #FFFFFF;
}
.btnContinueToCheckout
{
    background-image: url("images/btnContinueToCheckout.png");
    background-position: 0px 0;
    border: 0 none;
    font-size: 10px;
    font-weight: bold;
    height: 34px;
    padding-right: 5px;
    text-align: right;
    text-transform: uppercase;
    width: 179px;
    padding-bottom: 8px;
    color: #FFFFFF;
}
.btnContinueToCheckout:hover
{
    background-image: url("images/btnContinueToCheckout.png");
    background-position: -179px 0;
    border: 0 none;
    font-size: 10px;
    font-weight: bold;
    height: 34px;
    padding-right: 5px;
    text-align: right;
    text-transform: uppercase;
    width: 179px;
    padding-bottom: 8px;
    color: #FFFFFF;
}
.btnAppy
{
    background-image: url("images/btn-apply.png");
    background-position: 0px 0;
    border: 0 none;
    font-size: 10px;
    font-weight: bold;
    height: 26px;
    padding-right: 5px;
    text-align: right;
    text-transform: uppercase;
    width: 70px;
    padding-bottom: 6px;
    color: #FFFFFF;
}
.btnAppy:hover
{
    background-image: url("images/btn-apply.png");
    background-position: -70px 0;
    border: 0 none;
    font-size: 10px;
    font-weight: bold;
    height: 26px;
    padding-right: 5px;
    text-align: right;
    text-transform: uppercase;
    width: 70px;
    padding-bottom: 6px;
    color: #FFFFFF;
}
.FontBackProduct table
{
    width: 364px!important;    
}
.FontBackProduct div
{
    float: left;
    margin-right: 5px;
    border: 1px solid #cdcdcd;
    width: 120px;
    text-align: center;
}
.FontBackProduct div .spanBack
{
    float: right;
    width: 33px;
    height: 11px;
    background-image: url("images/img-back.jpg");
}
.FontBackProduct div .spanFont
{
    float: right;
    width: 33px;
    height: 11px;
    background-image: url("images/img-Font.jpg");
}

.VoucherImageStyle
{
    height:139px !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HYPERLINK

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bgA
{
    padding: 5px 10px;
    height: 30px;
    border: 0 none;
    background-image: url("images/bg-button.png");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.bgA:hover
{
    background-image: url("images/bg-button.png");
    background-position: 0px -30px;
    color: #ffffff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BUTTON

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bgButton
{
    padding: 0 10px 5px;
    border: 0 none;
    background-image: url("images/bg-button.png");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    display: block;
    height: 30px;
}
.bgButton:hover
{
    background-image: url("images/bg-button.png");
    background-position: 0px -30px;
    color: #ffffff;
}
.bgButton1
{
    padding: 0 10px 5px;
    height: 30px;
    border: 0 none;
    background-image: url("images/bg-button1.png");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
.bgButton1:hover
{
    background-image: url("images/bg-button1.png");
    background-position: 0px -30px;
    color: #ffffff;
}
.bgSave
{
    padding: 0px 0px 8px 30px;
    height: 34px;
    width: 124px;
    border: 0 none;
    background-image: url("images/bntSave.png");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}
.bgSave:hover
{
    background-image: url("images/bntSave.png");
    color: #ffffff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOM LOGO LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CustomLogoList
{
    width: 100%;
    font-weight: bold;
    border: 0 none;
    border-bottom: 1px solid #000000;
    font-size: 16px;
}
.CustomLogoList th
{
    border: 0 none;
    border-bottom: 1px solid #000000;
    color: #000000;
}
.CustomLogoList td a, .CustomLogoList td a:hover
{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.CustomLogoList td a.LinkID, .CustomLogoList td a.LinkID:hover
{
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}
.CustomLogoList .gvItem
{
    font-weight: normal;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LIST STORE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ListStore
{
    border: 1px solid #000000;
    width: 100%;
}
.ListStore th
{
    background-color: #888888;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.ListStore td
{
    border: 1px solid #000000;
    text-align: center;
}
.ListStore td a
{
    color: blue;
    text-decoration: none;
    cursor: pointer;
}
.ListStore td a:hover
{
    color: #ff0000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ROSTER LIST 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.RosterList
{
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #000000 !important;
    color: #000000;
}
.RosterList th
{
    border: 0 none;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}
.RosterList td a, .RosterList td a:hover
{
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}
.RosterList td.gvItem span
{
    color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ROSTER MEMBER LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.RosterMemberList
{
    border: 0 none;
    border-bottom: 1px dashed #000000 !important;
}
.RosterMemberList th
{
    font-size: 0px;
    height: 0px;
}
.RosterMemberList td
{
    padding: 5px;
}
.RosterMemberList td a, .RosterMemberList td a:hover
{
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
    float: none;
}
.RosterMemberList td.gvItem span
{
    color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Products
{
    width: 100%;
    border: 0 none;
}
.Products th
{
    border: 0 none;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    color: #000000;
}
.Products td
{
    color: #000000;
}
.Products td a, .RosterMemberList td a:hover
{
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
    float: none;
}
.Products td.gvItem span
{
    color: #000000;
}
.Products td.gvItem p
{
    padding: 0px;
    margin: 0px;
}
.SecondaryColor, .PrimaryColor
{
    background-color: #878787;
    border: 1px solid #f6f6f6;
}
.SecondaryColor div, .PrimaryColor div
{
    border: 1px solid #f6f6f6;
    cursor: pointer;
    width: 33px;
    height:33px
}
.SecondaryColor div:hover, .PrimaryColor div:hover
{
    border: 1px solid #000000;
    width: 33px;
    height:33px
}
.SecondaryColor div.active, .PrimaryColor div.active
{
    border: 1px solid #000000 !important;
    width: 33px;
    height:33px
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TAB BAR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tabbar
{
    padding: 0px 5px;
    margin: 0px;
    list-style-type: none;
    position: absolute;
    z-index: 1;
}
.tabbar li
{
    padding: 0px;
    margin: 0px 2px 0px 0px;
    float: left;
    height: 24px;
}
.tabbar li a
{
    display: block;
    color: White;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
}
.tabbar li a .bgBorderLeft
{
    background-image: url("images/bgMyStoreTabMenuLeftRight.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    width: 10px;
    height: 24px;
    float: left;
}
.tabbar li a .bgBorderRight
{
    background-image: url("images/bgMyStoreTabMenuLeftRight.png");
    background-repeat: no-repeat;
    background-position: -11px 0px;
    display: block;
    width: 10px;
    height: 24px;
    float: left;
}
.tabbar li a .bgBorderCenter
{
    background-image: url("images/bgMyStoreTabMenuCenter.png");
    background-repeat: repeat-x;
    background-position: 0px 0px;
    display: block;
    height: 18px;
    padding-top: 6px;
    float: left;
}
.tabbar li a:hover .bgBorderLeft
{
    background-image: url("images/bgMyStoreTabMenuLeftRight.png");
    background-repeat: no-repeat;
    background-position: 0px -24px;
    display: block;
    width: 10px;
    height: 24px;
    float: left;
}
.tabbar li a:hover .bgBorderRight
{
    background-image: url("images/bgMyStoreTabMenuLeftRight.png");
    background-repeat: no-repeat;
    background-position: -10px -24px;
    display: block;
    width: 10px;
    height: 24px;
    float: left;
}
.tabbar li a:hover .bgBorderCenter
{
    background-image: url("images/bgMyStoreTabMenuCenter.png");
    background-repeat: repeat-x;
    background-position: 0px -24px;
    display: block;
    height: 18px;
    padding-top: 6px;
    float: left;
}
.tabbar li.active
{
}
.tabbar li.active a .bgBorderLeft
{
    background-image: url("images/bgMyStoreTabMenuLeftRight.png");
    background-repeat: no-repeat;
    background-position: 0px -24px;
    display: block;
    width: 10px;
    height: 24px;
    float: left;
}
.tabbar li.active a .bgBorderRight
{
    background-image: url("images/bgMyStoreTabMenuLeftRight.png");
    background-repeat: no-repeat;
    background-position: -10px -24px;
    display: block;
    width: 10px;
    height: 24px;
    float: left;
}
.tabbar li.active a .bgBorderCenter
{
    background-image: url("images/bgMyStoreTabMenuCenter.png");
    background-repeat: repeat-x;
    background-position: 0px -24px;
    display: block;
    height: 18px;
    padding-top: 6px;
    float: left;
}
.tabbarContent
{
    position: relative;
    top: 24px;
    z-index: 1;
    border-top: 1px solid #444444;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BORDER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.borderTopLeftAccount
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border-account.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.borderTopRightAccount
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border-account.png);
    background-repeat: no-repeat;
    background-position: -5px 0px;
}
.borderBottomLeftAccount
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border-account.png);
    background-repeat: no-repeat;
    background-position: 0px -5px;
}
.borderBottomRightAccount
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border-account.png);
    background-repeat: no-repeat;
    background-position: -5px -5px;
}
.borderTopCenterAccount
{
    border-top: 1px solid #cccccc;
    height: 4px;
    float: left;
    width: 908px;
    background-color: #686868;
}
.borderBottomCenterAccount
{
    border-bottom: 1px solid #cccccc;
    height: 4px;
    float: left;
    width: 908px;
    background-color: #686868;
}
.borderContentAccount
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    width: 916px;
    background-color: #686868;
    color: #ffffff;
    clear: both;
}
.borderContentAccount .paddingBorderContentAccount
{
    padding: 20px 25px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BORDER POPUP

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.borderTopLeftPopup
{
    height: 7px;
    width: 7px;
    float: left;
    background-image: url(images/border-popup.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.borderTopRightPopup
{
    height: 7px;
    width: 7px;
    float: left;
    background-image: url(images/border-popup.png);
    background-repeat: no-repeat;
    background-position: -7px 0px;
}
.borderBottomLeftPopup
{
    height: 7px;
    width: 7px;
    float: left;
    background-image: url(images/border-popup.png);
    background-repeat: no-repeat;
    background-position: 0px -7px;
}
.borderBottomRightPopup
{
    height: 7px;
    width: 7px;
    float: left;
    background-image: url(images/border-popup.png);
    background-repeat: no-repeat;
    background-position: -7px -7px;
}
.borderTopCenterPopup
{
    height: 7px;
    float: left;
    width: 400px;
    background-color: #3d3d3d;
}
.borderBottomCenterPopup
{
    height: 7px;
    float: left;
    width: 400px;
    background-color: #3d3d3d;
}
.borderContentPopup
{
    width: 400px;
    background-color: #3d3d3d;
    color: #494949;
    padding: 0px 7px;
    clear: both;
}
.borderContentPopup .paddingBorderContentPopup
{
    padding: 20px 25px;
}
.borderContentPopup .stitle
{
    color: White;
    font-weight: bold;
    font-size: 16px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MY PREVIOUS ORDERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.MyPreviousOrders
{
    width: 100%;
    font-weight: bold;
    border: 0 none;
    border-bottom: 1px solid #000000 !important;
    color: #000000;
}
.MyPreviousOrders th
{
    border: 0 none;
    border-bottom: 1px solid #000000;
}
.MyPreviousOrders th a
{
    color: #000000;
    text-decoration: none;
}
.MyPreviousOrders td a, .MyPreviousOrders td a:hover
{
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LIST SALES ORDER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ListSalesOrder
{
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000;
    width: 100%;
    color: #000000;
}
.ListSalesOrder .th_sale
{
    text-align: left !important;
}
.ListSalesOrder .td_sale
{
    text-align: left !important;
}
.ListSalesOrder .th_sale1
{
    text-align: right !important;
}
.ListSalesOrder .td_sale1
{
    text-align: right !important;
}
.ListSalesOrder th
{
    border-bottom: 1px solid #000000;
    color: #000000;
    font-weight: bold;
    text-align: center;
    height: 30px;
}
.ListSalesOrder th a
{
    color: #000000;
    font-size: 12px;
}
.ListSalesOrder td
{
    border-top: 1px dashed #000000;
    height: 30px;
}
.ListSalesOrder td a
{
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}
.ListSalesOrder td a:hover
{
    color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOTAL LIST SALES ORDER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TotalListSalesOrder
{
}
.TotalListSalesOrder th
{
    color: #444444;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
.TotalListSalesOrder td
{
    text-align: center;
    color: #7c7c7c;
    font-size: 27px;
    font-weight: bold;
}
.TotalListSalesOrder td a
{
    color: blue;
    text-decoration: none;
    cursor: pointer;
}
.TotalListSalesOrder td a:hover
{
    color: #ff0000;
}
.btnEdit
{
    height: 20px;
    width: 20px;
    display: block;
    border: 0 none;
    background: none;
    background-image: url(images/icon-edit.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.btnDelete
{
    height: 20px;
    width: 20px;
    display: block;
    border: 0 none;
    background: none;
    background-image: url(images/icon-delete.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.btnCancel
{
    height: 20px;
    width: 20px;
    display: block;
    border: 0 none;
    background: none;
    background-image: url(images/icon-cancel.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.btnSave
{
    height: 20px;
    width: 20px;
    display: block;
    border: 0 none;
    background: none;
    background-image: url(images/icon-save.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.btnClose
{
    border: 0 none;
    background: none;
    background-image: url("images/btnClose.png");
    height: 16px;
    width: 16px;
    display: block;
    cursor: pointer;
}

.bgDropDownList
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList90 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 99px;
    height: 25px !important;
}
.bgDropDownList90 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 91px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList90 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 66px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}

.bgDropDownList200
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList200 select.bgdropdowlist, .bgDropDownList200 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 210px;
    height: 25px !important;
}
.bgDropDownList200 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 204px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList200 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 179px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.bgDropDownList99
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList99 select.bgdropdowlist, .bgDropDownList99 select.bgdropdowlist99
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 210px;
    height: 25px !important;
}
.bgDropDownList99 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 204px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList99 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 179px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.bgDropDownList150
{
    background-color: #ffffff;
    display: inline-block;
    width: 160px;
}
.bgDropDownList150 select.bgdropdowlist, .bgDropDownList150 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 160px;
    height: 25px !important;
}
.bgDropDownList150 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 154px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList150 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 129px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.bgDropDownList130
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList130 select.bgdropdowlist, .bgDropDownList130 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 140px;
    height: 25px !important;
}
.bgDropDownList130 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 134px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList130 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 109px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.bgDropDownList250
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList250 select.bgdropdowlist, .bgDropDownList250 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 260px;
    height: 25px !important;
}
.bgDropDownList250 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 254px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList250 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 229px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.bgDropDownList300
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList300 select.bgdropdowlist, .bgDropDownList300 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 310px;
    height: 25px !important;
}
.bgDropDownList300 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 304px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList300 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 279px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.bgDropDownList50
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList50 select.bgdropdowlist, .bgDropDownList50 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 60px;
    height: 25px !important;
}
.bgDropDownList50 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 54px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList50 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 29px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
/**/
.bgDropDownList100
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList100 select.bgdropdowlist, .bgDropDownList100 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 110px;
    height: 25px !important;
}
.bgDropDownList100 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 104px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList100 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 79px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.bgDropDownList100White
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList100White select.bgdropdowlist, .bgDropDownList100White select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 110px;
    height: 25px !important;
}
.bgDropDownList100White span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 104px;
    color: #000000;
    text-align: left;
    border: 1px solid #ffffff;
}
.bgDropDownList100White .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 79px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
/**/
.bgDropDownList60
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList60 select.bgdropdowlist, .bgDropDownList60 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 70px;
    height: 25px !important;
}
.bgDropDownList60 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 64px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList60 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 39px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.bgDropDownList40
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList40 select.bgdropdowlist, .bgDropDownList40 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 50px;
    height: 25px !important;
}
.bgDropDownList40 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 44px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList40 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 19px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.customStyleSelectBoxInner .alignText
{
    width: 100%;
    height: 17px;
    overflow: hidden;
}
.bgDropDownList470
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList470 select.bgdropdowlist, .bgDropDownList470 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 480px;
    height: 25px !important;
}
.bgDropDownList470 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 474px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList470 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 449px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.bgDropDownList400
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList400 select.bgdropdowlist, .bgDropDownList400 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 410px;
    height: 25px !important;
}
.bgDropDownList400 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 404px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList400 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 379px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
.bgDropDownList350
{
    background-color: #ffffff;
    display: inline-block;
}
.bgDropDownList350 select.bgdropdowlist, .bgDropDownList350 select.bgdropdowlist1
{
    border: 0 none;
    color: #000000;
    text-align: left;
    width: 360px;
    height: 25px !important;
}
.bgDropDownList350 span.customStyleSelectBox
{
    height: 21px;
    padding: 2px 3px;
    width: 354px;
    color: #000000;
    text-align: left;
    border: 1px solid #000000;
}
.bgDropDownList350 .customStyleSelectBoxInner
{
    background: url("images/icon-dropdown.png") no-repeat scroll right center transparent;
    height: 18px;
    padding-right: 25px;
    width: 329px;
    padding-top: 3px;
    color: #000000;
    text-align: left;
    overflow: hidden;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOM PRODUCT STORE OVERALLRATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.borderTopLeftOverallRating
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border-OverallRating.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.borderTopRightOverallRating
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border-OverallRating.png);
    background-repeat: no-repeat;
    background-position: -5px 0px;
}
.borderBottomLeftOverallRating
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border-OverallRating.png);
    background-repeat: no-repeat;
    background-position: 0px -5px;
}
.borderBottomRightOverallRating
{
    height: 5px;
    width: 5px;
    float: left;
    background-image: url(images/border-OverallRating.png);
    background-repeat: no-repeat;
    background-position: -5px -5px;
}
.borderTopCenterOverallRating
{
    height: 5px;
    float: left;
    width: 571px;
    background-color: #3d3d3d;
}
.borderBottomCenterOverallRating
{
    height: 5px;
    float: left;
    width: 571px;
    background-color: #3d3d3d;
}
.borderContentOverallRating
{
    width: 571px;
    padding: 0px 5px;
    background-color: #3d3d3d;
    clear: both;
}
.bgTittleCheckOut
{
    border-top: 1px solid #ef0403;
    border-bottom: 1px solid #d8d8d8;
    background-color: #3d3d3d;
}
.bgTittleCheckOut h1
{
    font-size: 16px;
    font-weight: bold;
    color: #f6f6f6;
    padding: 5px 10px;
}
.searchBox
{
    width: 260px;
    border: 1px solid #000000;
}
.searchBox input.txtSearch
{
    float: left;
    width: 235px;
    height: 17px;
    border: 0 none;
    padding: 4px 2px;
    color: #000000;
}
.searchBox input.btnSearch
{
    background-color: transparent;
    background-image: url("images/btn-search.png");
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    margin: 4px 2px;
}
.bgCheckOut
{
    padding: 0px 5px;
    border: 0 none;
    background-image: url("images/bgCheckOut.png");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.bgCheckOut:hover
{
    background-image: url("images/bgCheckOut.png");
    background-position: 0px -30px;
    color: #ffffff;
}
.bgBtn
{
    padding: 0px 5px;
    border: 0 none;
    background-image: url("images/bg-button.png");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.bgBtn:hover
{
    background-image: url("images/bg-button.png");
    background-position: 0px -30px;
    color: #ffffff;
}
.bgBtnSmall
{
    padding: 0px 5px;
    border: 0 none;
    background-image: url("images/bg-button-small.png");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.bgBtnSmall:hover
{
    background-image: url("images/bg-button-small.png");
    background-position: 0px -22px;
    color: #ffffff;
}
.bgBtnSmall1
{
    padding: 0px 5px;
    border: 0 none;
    background-image: url("images/bg-button-small1.jpg");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.bgBtnSmall1:hover
{
    background-image: url("images/bg-button-small1.jpg");
    background-position: 0px -22px;
    color: #ffffff;
}
.bgBtnSmall2
{
    padding: 0px 5px;
    border: 0 none;
    background-image: url("images/bg-button-small2.jpg");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.bgBtnSmall2:hover
{
    background-image: url("images/bg-button-small2.jpg");
    background-position: 0px -22px;
    color: #ffffff;
}
.btnTransparent
{
    border: 0 none;
    color: #ffffff;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 25px;
    font-size: 12px;
    font-family: Arial;
    text-align: left;
}
.btnTransparentLower
{
    border: 0 none;
    color: #ffffff;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
    font-size: 10px;
    font-family: Arial;
    text-align: left;
}
.btnTransparentLower1
{
    border: 0 none;
    color: #ffffff;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
    padding-left: 25px;
    font-size: 10px;
    font-family: Arial;
    text-align: left;
}
.iconCheckBox
{
    background-image: url("images/icon-checkbox.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconBack
{
    background-image: url("images/icon-back.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconNext
{
    background-image: url("images/btn-go.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconReturn
{
    background-image: url("images/icon-return.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconLock
{
    background-image: url("images/iconLock.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconCart
{
    background-image: url("images/icon-cart.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconUsers
{
    background-image: url("images/icon-users.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconView
{
    background-image: url("images/icon-view.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 22px;
    cursor: pointer;
}
.iconCancel
{
    background-image: url("images/icon-removeall.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 22px;
    cursor: pointer;
}
.iconCancel1
{
    background-image: url(images/icon-cancel.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconSave1
{
    background-image: url("images/icon-save1.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 22px;
    cursor: pointer;
}
.iconAdd
{
    background-image: url("images/icon-add.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconCircleAdd
{
    background-image: url("images/btn-add.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconAddSmall
{
    background-image: url("images/icon-add-small.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 22px;
    cursor: pointer;
}
.iconDelete
{
    background-image: url("images/icon-delete.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconMail
{
    background-image: url("images/icon-mail.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    padding-top: 5px;
    text-transform: capitalize;
    cursor: pointer;
}
.iconMail1
{
    background-image: url("images/icon-mail1.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    padding-top: 5px;
    text-transform: capitalize;
    cursor: pointer;
}
.iconRemove
{
    background-image: url("images/icon-remove1.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    padding-top: 5px;
    text-transform: capitalize;
    cursor: pointer;
}
.iconRemoveall
{
    background-image: url("images/icon-removeall.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    padding-top: 5px;
    text-transform: capitalize;
    cursor: pointer;
}
.iconSave
{
    background-image: url("images/icon-save.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconUpdate
{
    background-image: url("images/icon-upload.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    cursor: pointer;
}
.iconGenerateReport
{
    background-image: url("images/icon_general_report.png");
    background-position: left center;
    background-repeat: no-repeat;
    height: 22px;
    cursor: pointer;
}
.width100 .textBox
{
    width: 100px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FUNDRAISER LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.FundraiserList
{
    width: 100%;
    font-weight: bold;
    border: 0 none;
    border-bottom: 1px solid #000000;
}
.FundraiserList th
{
    border: 0 none;
    border-bottom: 1px solid #000000;
}
/*.FundraiserList td
{
    border: 0 none;
    border-bottom: 1px dashed #000000;
}*/
.FundraiserList td a, .FundraiserList td a:hover
{
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FUNDRAISING ORDER LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.FundraisingOrderList
{
    width: 100%;
    font-weight: bold;
    border: 0 none;
    border-bottom: 1px solid #000000;
}
.FundraisingOrderList th
{
    border: 0 none;
    border-bottom: 1px solid #000000;
}
/*.FundraisingOrderList td
{
    border: 0 none;
    border-bottom: 1px dashed #000000;
}*/
.FundraisingOrderList td a, .FundraisingOrderList td a:hover
{
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.OrderList
{
    width: 100%;
    font-weight: bold;
    border: 0 none;
    border-bottom: 1px solid #000000 !important;
}
.OrderList th
{
    color: #000000;
    border: 0 none;
    border-bottom: 1px solid #000000;
}
.OrderList td a, .OrderList td a:hover
{
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}
.OrderList .gvItem
{
    color: #000000;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	STORE LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.StoreList
{
    width: 100%;
    font-weight: bold;
    border: 0 none;
    font-size: 16px;
}
.StoreList th
{
    border: 0 none;
    border-bottom: 1px solid #000000;
    text-align: center;
    color: #000000;
}
.StoreList td a, .StoreList td a:hover
{
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}
.gvFooter
{
    border: 0 none;
    border-top: 1px solid #000000;
}
.gvFooter span
{
}
.gvItem
{
    border: 0 none;
    border-bottom: 1px dashed #000000;
}
.gvItem span
{
}
.gvItem a, .gvItem a:hover
{
    color: #ff0000;
    cursor: pointer;
}
.bgBtn1
{
    padding: 0px 5px;
    border: 0 none;
    background-image: url("images/bg-button1.png");
    background-position: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.bgBtn1:hover
{
    background-image: url("images/bg-button1.png");
    background-position: 0px -30px;
    color: #ffffff;
}
.Facebook
{
    display: block;
    height: 64px;
    width: 64px;
    background-image: url("images/Social-Icons.png");
    background-position: 0px 0px;
}
.Twitter
{
    display: block;
    height: 64px;
    width: 64px;
    background-image: url("images/Social-Icons.png");
    background-position: -74px 0px;
}
.GoogleBuzz
{
    display: block;
    height: 64px;
    width: 64px;
    background-image: url("images/Social-Icons.png");
    background-position: -149px 0px;
}
.LinkedIn
{
    display: block;
    height: 64px;
    width: 64px;
    background-image: url("images/Social-Icons.png");
    background-position: -223px 0px;
}
.MySpace
{
    display: block;
    height: 64px;
    width: 64px;
    background-image: url("images/Social-Icons.png");
    background-position: -297px 0px;
}
.Digg
{
    display: block;
    height: 64px;
    width: 64px;
    background-image: url("images/Social-Icons.png");
    background-position: -372px 0px;
}
.StumbleUpon
{
    display: block;
    height: 64px;
    width: 64px;
    background-image: url("images/Social-Icons.png");
    background-position: -448px 0px;
}
.btnAdd
{
    border: 0 none;
    background: none;
    background-image: url("images/btn-add.png");
    height: 19px;
    width: 19px;
    cursor: pointer;
}
.ListTextboxEnteryourcoupon
{
}
.ListTextboxEnteryourcoupon th
{
    height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    border: 0 none;
}
.ListTextboxEnteryourcoupon td
{
    margin: 0px;
    padding: 5px 0px 0px 0px;
    border: 0 none;
}
.bgEmptyDataRow
{
    background-color: #888888;
}

/*PRODUCT SEARCH*/
.bgProductSearch
{
    background-image: url("images/bg-product-search.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 23px;
    padding: 6px 5px 0;
    width: 153px;
}
.bgProductSearch input.textBox
{
    background: transparent;
    border: 0 none;
    color: #ffffff;
    padding: 0px !important;
}
.bgProductSearch .btnSearch
{
    background-color: transparent;
    background-image: url("images/btn-search.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}

.dropdown-for-read span.customStyleSelectBoxInner
{
    background-image: url("images/icon-dropdown-for-read.png");
    overflow: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LIST SHIPPING ADDRESS SAVING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ListShippingAddressSaving
{
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #000000 !important;
    color: #000000;
}
.ListShippingAddressSaving th
{
    border: 0 none;
    border-bottom: 1px solid #000000;
    text-align: left;
}
.ListShippingAddressSaving td.gvItem span
{
}
.HorizontalLineLeft
{
    background-image: url("images/horizontal-line.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.HorizontalLineRight
{
    background-image: url("images/horizontal-line.png");
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 260px;
    padding: 15px 20px 10px 20px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOTALS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cart_total_right
{
    text-align: right;
}
.totalsShoppingCart
{
    font-size: 16px;
}
.totalsShoppingCart .cart_total_left
{
    text-align: right;
}
.totalsShoppingCart .cart_total_right
{
    width: 100px;
}
.totalsShoppingCart .cart_total_left span.DiscountSavings, .totalsShoppingCart .cart_total_left span.VoucherPromoCodeSavings, .totalsShoppingCart .cart_total_left span.SubTotal
{
    font-weight: bold;
}

.totalsShoppingCart .cart_total_right span.DiscountSavingsNumber, .totalsShoppingCart .cart_total_right span.VoucherPromoCodeSavingsNumber, .totalsShoppingCart .cart_total_right span.SubTotalNumber
{
    font-weight: bold;
    color: #000000;
}
.totalsShoppingCart td
{
    border-bottom: 1px solid #c8c8c8;
}
.totalsCheckOutConfirm
{
}
.totalsCheckOutConfirm .cart_total_left span.GrandTotal
{
    font-weight: bold;
}

.totalsCheckOutConfirm .cart_total_right span.OrderDiscountNumber span.productPrice, .totalsCheckOutConfirm .cart_total_right span.GrandTotalNumber span.productPrice
{
    font-weight: bold;
    color: #000000;
}
.totalsShippingAndBillingAddress .cart_total_left
{
    text-align: right;
}
.totalsShippingAndBillingAddress .cart_total_left span.GrandTotal
{
    font-weight: bold;
}

.totalsShippingAndBillingAddress .cart_total_right span.OrderDiscountNumber span.productPrice, .totalsShippingAndBillingAddress .cart_total_right span.GrandTotalNumber span.productPrice
{
    font-weight: bold;
    color: #000000;
}

.totalsCheckOutCompleted
{
}
.totalsCheckOutCompleted .cart_total_left span.GrandTotal
{
    font-weight: bold;
}

.totalsCheckOutCompleted .cart_total_right span.OrderDiscountNumber, .totalsCheckOutCompleted .cart_total_right span.GrandTotalNumber
{
    font-weight: bold;
    color: #000000;
}
.bgMessegerDiscount
{
    float: right;
    color: #494949;
    background-color: #e4e4e4;
    padding: 5px;
    font-weight: bold;
}
.productPrice
{
    text-decoration: line-through;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CROLL BOX FOR LOGO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#CustomLogo div.scroll_box
{
    overflow: scroll;
    width: 448px;
    height: 120px;
    border: 1px solid #9b9b9b;
}
#CustomLogo div.scroll_box table th
{
    background-color: #9b9b9b;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
#CustomLogo div.scroll_box input
{
    margin-right: 5px;
}
#CustomLogo div.scroll_box table td
{
    padding: 5px 0px 5px 5px;
}
.ProductPerPage
{
    padding-top: 5px;
}
.ProductPerPage input.bgSquare
{
    display: block;
    float: left;
    width: 48px;
    height: 20px;
    text-align: center;
    margin-left: 5px;
    border: 1px solid #363636;
    background: transparent;
    background-color: #606060;
    color: #afafaf;
    font-weight: bold;
    cursor: pointer;
}
.ProductPerPage input.bgSquare:hover
{
    background-color: White;
    color: #000000;
    border: 1px solid red;
}
.ProductPerPage input.bgSquare_active
{
    display: block;
    float: left;
    width: 48px;
    height: 20px;
    text-align: center;
    margin-left: 5px;
    background-color: White;
    color: #000000;
    font-weight: bold;
    border: 1px solid red;
}
.pagingProducts
{
    border-top: 1px solid #000000;
}
.LogoImage
{
    max-height: 351px;
    max-width: 351px;
}
.DesignTheme .divClass0
{
    border: 2px solid #EBE9EA;
    position: relative;
}
.DesignTheme .divClass1
{
    display: table;
    height: 126px;
    width: 126px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.DesignTheme .divClass2 img
{
    vertical-align: middle;
    text-align: center;
}
.DesignTheme .divClass2
{
    text-align: center;
    display: table-cell;
    margin-top: 3px;
    width: 126px;
}
.gvMaillingListHeaderTemplate
{
    background-color: #ffecec;
    height: 30px;
}
.gvMaillingListHeaderTemplate a, .gvMaillingListHeaderTemplate a:hover
{
    color: #9f9f9f;
    font-weight: bold;
}
.gvMaillingListItemTemplate
{
    background-color: white;
    border-bottom: 1px solid #cfcfcf;
    border-bottom: 1px solid #e7e7e7;
    height: 25px;
}
.gvMaillingListAlternatingItemTemplate
{
    background-color: #ffd7d7;
    border-bottom: 1px solid #cfcfcf;
    border-bottom: 1px solid #e7e7e7;
    height: 25px;
}
.gvMaillingList div
{
    word-wrap: break-word;
    padding: 0px 5px;
    float: left;
}
.gvMaillingListAlternatingItemTemplate div, .gvMaillingListItemTemplate div, .gvMaillingListHeaderTemplate div
{
    padding-top: 5px;
}
.Setul ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.Setul ul li
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.CustomLogoForm .textBox
{
    width: 206px !important;
}
.PersonalInfo .textBox
{
    width: 205px;
}
table.ShopPricingPolicy
{
}
table.ShopPricingPolicy th
{
    background-color: #ebe8e5;
}
table.ShopPricingPolicy td.alignLeft
{
    border-bottom: 1px dashed #cccccc;
    text-align: left;
}
table.ShopPricingPolicy td.alignRight
{
    border-bottom: 1px dashed #cccccc;
    background-color: #f3f3f3;
    text-align: right;
}

.FQA a, .FQA a:hover
{
    color: #ff0000;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.FQA a.BackToTop, .FQA a.BackToTop:hover
{
    color: #ff0000;
    font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
}
.PaymentInfo
{
    float: right;
    width: 356px;
}
.PaymentInfo span
{
    font-size: 12px;
}
.PaymentInfo .TitlePaymentInfo
{
    width: 38%;
}
.PaymentInfo .DataPaymentInfo
{
    width: 62%;
}
.widthColumnLocationName span
{
    width: 750px;
    display: block;
    float: left;
    word-wrap: break-word;
}
.widthColumnName span
{
    width: 150px;
    display: block;
    word-wrap: break-word;
}
.widthColumnAddress1 span
{
    width: 150px;
    display: block;
    word-wrap: break-word;
}
.widthColumnAddress2 span
{
    width: 150px;
    display: block;
    word-wrap: break-word;
}
.widthColumnCity span
{
    width: 100px;
    display: block;
    word-wrap: break-word;
}
.widthColumnState span
{
    width: 100px;
    display: block;
    word-wrap: break-word;
}
.widthColumnZip span
{
    width: 100px;
    display: block;
    word-wrap: break-word;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PLACEHOLDER TEXTAREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
fieldset
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
}
input.placeholder, textarea.placeholder
{
    color: #777;
    width: 350px;
}
textarea.auto-clear
{
    width: 350px;
}
.Template td
{
    background-color: #ffffff;
}
/*THAO*/

/**********************TUAN**********************/
.tscenter
{
    text-align: center;
}
.tscenter .tsspan
{
    font-size: 25px;
    color: #D2D2D2;
    font-weight: bold;
}
.tscenter .tsadd
{
    font-size: 12px;
    color: Red;
    font-weight: bold;
}
.tsCol1
{
    border-bottom: 1px dashed #6a6a6a;
    padding: 20px 0px;
}
.tsCol2
{
    border-bottom: 1px dashed #6a6a6a;
}
.celine
{
    border-top: 1px solid #6a6a6a;
    border-bottom: 0px solid #6a6a6a;
    border-left: 0px solid #6a6a6a;
    border-right: 0px solid #6a6a6a;
}
.addcontacts
{
    width: 370px;
    background-color: #e3e3e3;
    padding: 10px;
}
.addcontacts h1
{
    color: #a0a0a0;
    font-size: 18px;
    font-weight: normal;
}
.addcontacts .stitle
{
    font-size: 18px;
    color: #494949;
}
.lnkred
{
    color: Red;
    font-size: 12px;
    text-decoration: none;
}
.lnkred:hover
{
    color: Red;
    font-size: 12px;
    text-decoration: none;
}
.boxviewemailtemplate
{
    width: 670px;
    background-color: #e3e3e3;
    padding: 10px;
    color: #494949;
}
.hmenu
{
    color: #898a8b;
    font-size: 12px;
}
.hmenu a
{
    color: #898a8b;
    text-decoration: none;
}
.hmenu a:hover
{
    color: #898a8b;
    text-decoration: underline;
}
.page-title h1
{
    font-size: 30px;
    font-weight: bold;
}
.popupContent
{
    background-color: #E3E3E3;
    padding: 10px;
}
.srpdatarang
{
    color: #7c7c7c;
    font-size: 16px;
    font-weight: bold;
}
/*Roster On SpiritGearStore.aspx*/
.RosterTittle
{
    width: 100%;
    border: 1px solid #000000;
    background-color: #888888;
    font-weight: bold;
}
.RosterTittle div
{
    width: 100px;
    float: left;
    padding: 5px 0px 5px 10px;
    border-left: 1px solid #000000;
}
.RosterContent
{
    width: 100%;
    overflow-y: scroll;
    height: 280px;
    border: 1px solid #000000;
    border-top: 0px none;
}
.RosterContent div
{
    width: 100px;
    float: left;
    padding: 5px 0px 5px 10px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
/*Add Roster*/
ul.AddRosterTittle
{
    width: 100%;
    border: 1px solid #000000;
    border-bottom: 0px none;
    background-color: #888888;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
ul.AddRosterTittle li
{
    float: left;
    padding: 5px;
}
.AddRosterContent
{
    width: 100%;
    overflow-y: scroll;
    height: 280px;
    border: 1px solid #000000;
    border-top: 0px none;
}
.AddRosterContent div
{
    float: left;
    padding: 5px 0px 5px 10px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.breakWord
{
    display: block;
    width: 470px;
    word-wrap: break-word;
}
#divStatus
{
    font-size: 13px;
    color: #ff0000;
}

.U_button1
{
    height:18px;
    width:18px;
    border:0;
    cursor:pointer
}

.storebreadcrumb
{
    padding-left: 10px;
    font-weight: bold;
    /*position: absolute;*/
    top: 120px;
    display: block;
    margin-top: -20px;
}

.holidayMessage
{
    display: none;
}